

/* ------------------------------------- 
	HEADER - HOME
----------------------------------------*/

.header {
	width: 100%;
	background-color: #000;
	margin: 0;
}

header {
	width: 90%;
	margin: 0 auto;
	padding-top: 3%;
	text-align: center;
}

header nav ul {
	margin: 1em 0 0 0;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	margin: 0 0 1.25em .7em;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav ul li a {
	text-decoration: none;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.938em;
	font-weight: 300;
	letter-spacing: 0.063em;
}

nav a.selected, nav a:hover {
  color: #ccc;
}

.active {
	color: #ccc !important;
}

.logo,
.language-switch,
.language-switch.selected, .language-switch:hover {
	background-repeat: no-repeat;
	background-position: center;
}

.logo {
	display: block;
	width: 270px;
	height: 24px;
	margin: 2% auto 0;
	background-image: url('../images/logo_small.png');
	background-size: 270px 24px;
}

.language-switch {
	display: block;
	width: 16px;
	height: 11px;
	margin: 1.25em auto 0 auto;
}

.language-switch.hu {
	background-image: url('../images/flag_grey_hu.png');	
}

.language-switch.en {
	background-image: url('../images/flag_grey_en.png');	
}

.language-switch.selected, .language-switch:hover {
	width: 16px;
	height: 11px;
}

.language-switch.hu.selected, .language-switch.hu:hover {
	background-image: url('../images/flag_hu.png');
	
}
.language-switch.en.selected, .language-switch.en:hover {
	background-image: url('../images/flag_en.png');
	
}



/* ------------------------------------- 
	SHOWCASE
----------------------------------------*/

.showcase-container {
	width: 100%;
	background-image: url('../images/showcase-mobile.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: 480px 500px;
	overflow: auto;
}

.scroll-down,
.scroll-down.selected, .scroll-down:hover {
	width: 21px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
}

.scroll-down {
	display: block;
	background-image: url('../images/arrow_default.png');
	margin: 320px auto 22px auto;	
}

.scroll-down.selected, .scroll-down:hover {
	background-image: url('../images/arrow_rollover.png');
}


/* ------------------------------------- 
	ABOUT ME - main content
----------------------------------------*/

.content-container {
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	padding-bottom: 50px;
	overflow: auto;
}

.aboutme-container {
	width: 90%;
	margin: 0 auto;
}

.headline,
.subheadline {
	background-image: url('../images/border_pattern_dark.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.headline {
	margin: 0 0 40px 0;
	font-family: 'Playfair Display SC', serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 2.75em;
}

.aboutme-description {
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	line-height: 2.25em;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 20px;
}


/* ------------------------------------- 
	ABOUT ME - side content
----------------------------------------*/

.photo-bence {
	width: 100%;
}

.aboutme-sidebar {
	margin-top: 50px;
}

.aboutme-sidebar a {
	display: block;
	text-decoration: none;
	color: #000;
}

.sidelist {
	margin-bottom: 10px;
}

.lastitem {
	margin-bottom: 25px;
}

.aboutme-sidebar a.selected, .aboutme-sidebar a:hover {
	color: grey;
}

.sidelist {
	font-family: 'Playfair Display', serif;
	font-size: 0.875em;
	line-height: 2.25em;
}

.subheadline {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	letter-spacing: 0.063em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 2.75em;
}


/* ------------------------------------- 
	GALLERIES
----------------------------------------*/

.galleries-preview-container {
	width: 100%;
	background-color: #000;
}

.galleries-preview {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 60px 0;
	overflow: auto;
}

.headline-light {
	color: #fff;
	font-weight: 400;
	background-image: url('../images/border_pattern_light.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.galleries-navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
	text-align: center;
}

.galleries-menu {
	display: inline-block;
}

.galleries-menu a {
	text-decoration: none;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	margin-left: 10px;
	letter-spacing: 0.063em;
}

.galleries-menu::after {
	content: url(../images/separator_galleries.png);
	margin: 0 10px 0 20px;
}
.galleries-menu:last-child::after {
	content: '';
	margin: 0;
}

.galleries-menu a.selected, .galleries-menu a:hover {
	color: #ccc;
}


/* ------------------------------------- 
	GALLERIES - thumbnails - large
----------------------------------------*/

.thumbnails {
	list-style: none;
	padding: 0;
}

.thumb {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0, 0.35);
}

.thumbnails li a {
	display: block;
	position: relative;
}

.thumbnails li:nth-child(1) a img,
.thumbnails li:nth-child(5) a img {
	width: 100%;
	margin-bottom: 4.5%;
	display: none;
}

/* ------------------------------------- 
	GALLERIES - thumbnails - small
----------------------------------------*/

.thumbnails li:nth-child(2) a img,
.thumbnails li:nth-child(3) a img,
.thumbnails li:nth-child(4) a img,
.thumbnails li:nth-child(6) a img,
.thumbnails li:nth-child(7) a img,
.thumbnails li:nth-child(8) a img {
	width: 100%;
	margin-bottom: 4.5%;
}


/* ------------------------------------- 
	CONTACT
----------------------------------------*/

.contact-container {
	width: 100%;
	background: #fff;
	padding-bottom: 50px;
	overflow: auto;
}

.contact-details {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

.contacts-box {
	width: 100%;
	margin: 0 auto;
}

.photographer,
.studio-name {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.063em;
	margin: 0 0 50px 0;
}

.studio-name {
	margin-bottom: 0;
}

.contacts,
.studios {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
}

.contacts li,
.studios li {
	font-family: 'Playfair Display', serif;
	font-size: 0.875em;
	line-height: 3em;
}

.contacts li a,
.studios li a {
	text-decoration: none;
	color: #000;
}

.contacts li:nth-child(1) a::before,
.contacts li:nth-child(2) a::before,
.contacts li:nth-child(3) a::before,
.studios li:nth-child(2)::before,
.studios li:nth-child(3) a::before {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-right: 15px;
	content: "";
}

.contacts li:nth-child(1) a::before {
	background: url('../images/icon_email.png') no-repeat 0 0;
	background-size: 100%;
}

.studios li:nth-child(2)::before {
	background: url('../images/icon_post.png') no-repeat 0 0;
	background-size: 100%;
}

.contacts li:nth-child(2) a::before {
	background: url('../images/icon_facebook.png') no-repeat 0 0;
	background-size: 100%;
}

.contacts li:nth-child(3) a::before {
	background: url('../images/icon_instagram.png') no-repeat 0 0;
	background-size: 100%;
}

.studios li:nth-child(3) a::before {
	background: url('../images/icon_web.png') no-repeat 0 0;
	background-size: 100%;
}

.contacts li a.selected, .contacts li a:hover,
.studios li a.selected, .studios li a:hover {
	color: grey;
}

.metrics {
	text-transform: lowercase;
}


/* ------------------------------------- 
	FOOTER
----------------------------------------*/

footer {
	width: 100%;
}

.footer-container {
	background: #000;
}

.footer-data,
.creator-container {
	width: 90%;
	margin: 0 auto;
}

.footer-data {
	height: 50px;
}

.creator-chili {
	letter-spacing: 0.063em;
}

.colofon {
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 0.813em;
	font-weight: 300;
	line-height: 50px;
}

.colofon p {
	margin: 0;
}

.creator-chili {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.813em;
	color: #ccc;
	text-decoration: none;
	margin: 5px 0 10px 0;
	float: right;
}

.creator-chili a.selected, .creator-chili a:hover {
	color: #908e8e;
}



/* ------------------------------------- 
	MEDIA QUERIES
----------------------------------------*/

@media only screen and (min-width: 321px) {
		header nav ul {
		margin: 1em 0 0 0;
		padding: 0;
	}
	header nav ul li {
		display: inline-block;
		margin: 0 0 1.25em 3em;
	}
	header nav ul li:first-child {
		margin-left: 0;
	}
	.logo {
		display:inline-block;
		float: left;
		width: 320px;
		height: 30px;
		margin: 2% auto 0;
		background-image: url('../images/logo.png');
		background-size: 320px 30px;
	}
	.language-switch {
		display: inline-block;
		height: 50px;
		margin: 0 0 0 19%;
	}
	.language-switch.selected, .language-switch:hover {
		height: 50px;
	}
	.showcase-container {
		background-image: url('../images/showcase.jpg');
		background-size: auto 700px;
	}
	.scroll-down {
		margin: 500px auto 22px auto;	
	}
	.contacts-box {
		width: 70%;
		margin: 0 auto;
	}
	.contacts,
	.studios {
		list-style: none;
		margin: 0 0 40px 0;
		padding: 0 0 0 40px;
	}
}


@media only screen and (min-width: 481px) {

	.scroll-down {
		margin: 600px auto 22px auto;	
	}
	.aboutme-description {
		font-size: 0.875em;
	}
	.photo-bence {
		display: inline-block;
		width: 55%;
		margin-right: 5%;
		vertical-align: text-bottom;
		float: left;
	}
	.sidebar-info {
		display: inline-block;
		width: 40%;
		vertical-align: text-bottom;
		float: left;
	}
	.subheadline {
		font-size: 0.938em;
	}
	.sidelist {
		font-size: 0.75em;
		margin-bottom: 0;
	}
	.contacts-box {
		width: 70%;
		margin: 0 auto;
	}
	.photographer {
		font-size: 0.875em;
	}
	.thumbnails li:nth-child(2) a img,
	.thumbnails li:nth-child(3) a img,
	.thumbnails li:nth-child(4) a img,
	.thumbnails li:nth-child(6) a img,
	.thumbnails li:nth-child(7) a img,
	.thumbnails li:nth-child(8) a img {
		width: 47.5%;
		margin: 1.25%;
		display: inline-block;
		float: left;
	}
	.photographer {
		margin-bottom: 30px;
	}
	.studios {
		margin-bottom: 10px;
	}
	.colofon {
		letter-spacing: 0.063em;
	}
}

@media only screen and (min-width: 768px) {

	header {
		height: 100px;
		margin: 0 auto;
		padding: 0;
		text-align: right;
	}
	header nav ul {
	margin: 0;
	}
	header nav ul li {
		margin: 0 0 0 1.25em;
	}
	header nav ul li:first-child {
		margin-left: 0;
	}
	header nav ul li a {
		line-height: 100px;
	}
	.logo {
		display: inline-block;
		height: 100px;
		margin: 0;
		float: left;
	}
	.language-switch {
		display: block;
		position: absolute;
		top: -5px;
		right: 5%;
	}
	.scroll-down {
		margin: 667px auto 22px auto;
	}
	.content-container {
		margin: 40px 0;
		padding-bottom: 50px;
	}
	.aboutme {
		display: inline-block;
		width: 55%;
		margin-right: 5%;
		float: left;
	}
	.headline {
		font-size: 1.875em;
	}
	.subheadline {
		font-size: 0.938em;
	}
	.sidelist {
		font-size: 0.75em;
		margin-bottom: 0;
	}
	.aboutme-description {
		font-size: 0.875em;
	}
	.aboutme-sidebar {
		display: inline-block;
		width: 40%;
		position: relative;
		top: 33px;
	}
	.photo-bence {
		width: 100%;
		height: 100%;
		margin-right: 0;
	}
	.sidebar-info {
		width: 100%;
	}
	.galleries-navigation {
		text-align: right;
	}
	.galleries-navigation a {
		font-size: 0.938em;
	}
}

@media only screen and (min-width: 992px) {

	header,
	.aboutme-container,
	.galleries-preview,
	.contact-details,
	.footer-data,
	.creator-container {
		width: 90%;
	}

	/* Large thumbnails*/

	.thumbnails li a:hover .thumb-large {
		display: block;
	}

	.thumb-large {
		width: 100%;
		height: 422px;
	}

	.span-title-large {
		position: relative;
		top: 190px;
		font-family: 'Playfair Display SC', serif;
		font-size: 1.25em;
	}

	.span-view-large {
		position: relative;
		top: 200px;
		font-family: 'Oswald', sans-serif;
		font-size: 0.75em;
		letter-spacing: 0.063em;
	}

	.thumbnails li a {
		width: 32%;
	}

	.thumbnails li:nth-child(1) a img,
	.thumbnails li:nth-child(5) a img {
		width: 100%;
		margin-bottom: 0;
		display: inline-block;
	}
	.thumbnails li:nth-child(1) a {	
		margin: 0;
		float: left;
	}
	.thumbnails li:nth-child(5) a {
		margin: 0;
		float: right;
	}

	/* Small thumbnails*/

	.thumbnails li a:hover .thumb-small {
		display: block;
	}

	.thumb-small {
		width: 100%;
		height: 189px;
	}

	.span-title-small {
		position: relative;
		top: 70px;
		font-family: 'Playfair Display SC', serif;
		font-size: 1.25em;
	}

	.span-view-small {
		position: relative;
		top: 80px;
		font-family: 'Oswald', sans-serif;
		font-size: 0.75em;
		letter-spacing: 0.063em;
	}

	.thumbnails li:nth-child(2) a img,
	.thumbnails li:nth-child(3) a img,
	.thumbnails li:nth-child(4) a img,
	.thumbnails li:nth-child(6) a img,
	.thumbnails li:nth-child(7) a img,
	.thumbnails li:nth-child(8) a img {
		width: 100%;
		margin: 0;
	}

	.thumbnails li:nth-child(2) a {
		margin: 0 1.95% 1% 1.95%;
		float: left;
	}
	.thumbnails li:nth-child(3) a {
		margin: 0 0 1.95% 0;
		float: right;
	}
	
	.thumbnails li:nth-child(4) a {
		margin: 0.95% 0 1.95% 1.95%;
		float: left;
	}
	
	.thumbnails li:nth-child(6) a {
		margin: 0 1.95% 1.95% 0;
		float: right;
	}
	
	.thumbnails li:nth-child(7) a {
		margin: 0 0 1.95% 0;
		float: left;
	}
	.thumbnails li:nth-child(8) a {
		display: none;
	}
	.contacts-box {
		display: inline-block;
		float: left;
		margin: 0 10% 0 0;
		width: 40%;
	}
	.photographer {
		margin-bottom: 30px;
	}
	.studios {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 1200px) {

	header,
	.aboutme-container,
	.galleries-preview,
	.contact-details,
	.footer-data,
	.creator-container {
		width: 940px;
	}
	.language-switch {
	    position: absolute;
	    top: 46px;
	    left: 50%;
	    height: 11px;
		width: 16px;
	    margin: 0;
		}
	.language-switch.selected, .language-switch:hover {
		width: 16px;
		height: 11px;
	}

	.thumb-large {
		height: 424px;
	}

	.thumb-small {
		height: 202px;
	}

	.span-title-small {
		top: 77px;
	}

	.span-view-small {
		top: 87px;
	}
}
