/*
Theme Name: Shiny Syl
Author: Sixboxes
Author URI: http://sixbox.es/
Version: 1.0
License: Copyright
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:300,500&subset=latin,latin-ext);

.hlang {position:absolute;right:50px;top:28px;}
.hlang ul {}
.hlang ul li {display:inline-block;margin:0 5px;}
.hlang ul li.current-lang {border-bottom:2px solid #020202;;}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #1f1f1f;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.fixed_width {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.container {
	min-height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 122px;
}

.clr {
	clear: both;
}

.notext {
	text-indent: -99999px;
	display: block;
}

ul, li, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	}

img {
	border: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a {
	transition: opacity 0.3s ease;
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	opacity: 0.8;
}

input, textarea, select, h1, h2, h3, h4, h5 {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

#header {
	height: 75px;
	border-bottom: 2px #0d0d0d solid;
	text-transform: uppercase;
	font-size: 16px;
	position: fixed;
	width: 100%;
	top: 0;
	background: #ffffff;
	z-index: 100;
}

#header .menu {
	padding-top: 28px;
}

#header .menu li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

#header .current-menu-item a, #header .current-post-parent a {
	padding-bottom: 3px;
	border-bottom: 2px #020202 solid;
}

#header .sub-menu {
	display: none;
	overflow: hidden;
	position: absolute;
	min-width: 144px;
	border: 2px #0d0d0d solid;
	background: #ffffff;
	z-index: 15;
	overflow: visible;
	opacity: 0;
	top: 20px;
}

#header .sub-menu li {
	display: block;
	margin-right: 0;
	padding: 5px 15px;
}

#header .sub-menu li > .sub-menu {
	display: none;
	right: 0;
	top: -2px;
	z-index: -1;
	opacity: 0;
}

#header .sub-menu .menu-item-has-children {
	margin-right: -13px;
	padding-right: 13px;
	}

#header .menu .menu-item-has-children > a {
	padding-right: 17px;
	background: url('images/arrow.png') no-repeat right 8px;
}

#header .menu .menu-item-has-children:hover > a {
	padding-bottom: 40px;
}

#header .sub-menu li {
	line-height: 2em;
}

#header .search_toggle, #searchsubmit {
	float: right;
	width: 15px;
	height: 15px;
	background: url('images/search.png') no-repeat right center	!important;
	cursor: pointer;
	margin-top: 30px;
	background-size: contain	!important;
}

.logo {
	width: 312px;
	height: 203px;
	background: url('images/logo.png') no-repeat center center;
	background-size: contain;
	margin: 0 auto -20px auto;
}

.post h2, .post h1, .post h3 {
	font-size: 23px;
	text-transform: uppercase;
	}
	
.post h2 {
	margin: 20px 0;
	letter-spacing: 3px;
	}
	
h2.post_title {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 65px;
	letter-spacing: 5px;
	font-weight: 300;
}

.post h1 {
	font-size: 30px;
	letter-spacing: 4px;
	}
	
.collaboration_list {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0px -30px;
	}

.collaboration_list li {
	margin: 13px 0;
	}

.collaboration_brands .image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.collaboration_brands .image:nth-child(6n) {
	margin-right: 0;
}

.post .meta, .post_selector, .reset_toggle {
	text-align: center;
	color: #bebaba;
	text-transform: uppercase;
	line-height: 35px;
	margin: 10px 0;
	letter-spacing: 2px;
}

.post p {
	line-height: 1.5em;
	margin-bottom: 25px;
	text-align: justify;
}

.post .image {
	margin-bottom: 25px;
	}

.single .post .meta .post-categories {
	padding: 0 180px;
	}.post-tags {	font-size: 0.85em;	}

.post .meta .post-categories li, .post_selector li {
	display: inline;
}

.post .meta .post-categories li:after, .post_selector li:after {
	content: ' / ';
}

.post .meta .post-categories li:last-child:after, .post_selector li:last-child:after {
	display: none;
}

.button, .navigation a {
	font-weight: 500;
	letter-spacing: 2px;
	display: block;
	width: auto;
	padding: 0 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	border: 1px #010101 solid;
	transition: background-color 0.3s ease;
}

.button.more {
	width: 130px;
	margin: 15px auto;
}

ul .post {
	border-bottom: 2px #020202 solid;
	padding-bottom: 5px;
}

ul .post:last-child {
	border: none;
}

#footer {
	line-height: 75px;
	margin-top: 120px;
	text-transform: uppercase;
	border-top: 2px #101010 solid;
	margin-top: -77px;
}

#footer .right {
	float: right;
}

.single .meta .comments {
	padding-left: 30px;
}

.single .navigation {
	position: relative;
	margin-top: -43px;
	margin-bottom: 45px;
}

.single .navigation a {
	width: 140px;
	position: absolute;
}

.single .navigation a[rel=next] {
	left: 0;
}

.single .navigation a[rel=prev] {
	right: 0;
}

h3.section_title {
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
	font-weight: 500;
	letter-spacing: 3px;
}

.social {
	text-align: center;
	margin: 25px 0;
}

.page h2.post_title {
	margin-bottom: 30px;
	margin-top: 30px;
}

.related_posts {
	margin-top: 25px;
}

.related_posts li {
	float: left;
	width: 300px;
	margin-left: 30px;
}

.related_posts .title {
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	line-height: 1.5em;
	font-size: 17px;
}

.related_posts li:first-child {
	margin: 0;
}

.post_selector li, .reset_toggle {
	cursor: pointer;
}

.post_selector li.active {
	color: #1f1f1f;
}

.post_selector li.active:after {
	color: #bebaba;
}

.looks {
	margin-right: -12px;
	}

.looks li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 231px;
}

.looks li img {
	display: block;
}

.post_selector {
	font-size: 16px;
}

.style_post_selector {
	font-size: 20px;
	margin-top: 40px;
}

.reset_toggle {
	margin-bottom: 55px;
}

.page-template-press-php .looks li {
	height: 430px;
}

.looks h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 0;
}

.press_post_selector {
	margin: 45px 0;
}

.post .image img {
	display: block;
	transition: 0.3s opacity ease;
	margin: 0 auto;
}

.post a:hover {
	opacity: 1;
	color: #000000;
}

.post p a {
	color: #444444;
	font-weight: 500;
	}

.post .image.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.post .image.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.post .image.alignright.size-thumbnail {
	margin-left: 9px;
}

.post .image.alignleft.size-thumbnail {
	margin-right: 9px;
}

.post .image.alignright img, .post .image.alignleft img {
	width: auto !important;
}

.button:hover, .navigation a:hover {
	color: #ffffff	!important;
	background: #010101;
	opacity: 1;
}

#searchform {
	position: absolute;
	right: -9px;
	top: 21px;
	font-size: 14px;
	border: 2px #010101 solid;
	padding: 5px 7px;
	background: #ffffff;
	z-index: 3;
	height: 21px;
}

#searchtext {
	width: 150px;
	outline: 0;
}

#searchform input {
	border: none;
	background: transparent;
	float: left;
	display: block;
}

#searchsubmit {
	margin-top: 2px;
}

.menu_toggle {
	width: 32px;
	height: 32px;
	background: url('images/menu_toggle.png') no-repeat left center;
	cursor: pointer;
	position: absolute;
	top: 20px;
	display: none;
	padding-left: 45px;
	line-height: 32px;
}

.post .fb-share-button {
	margin: 0 0 30px 0;
}

#comments {
	clear: both;
	padding-top: 80px;
}

#comments h3, .comment .author {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
}

#comments h3 {
	font-size: 17px;
}

#respond {
	letter-spacing: 1px;
	padding-top: 28px;
	border-top: 2px #010101 solid;
}

#respond div {
	width: 33%;
	float: left;
	margin-top: 15px;
}

#respond div input {
	border: none;
	border-bottom: 1px #c5c5c5 solid;
	width: 90%;
	height: 34px;
}

#respond textarea {
	width: 100%;
	border: none;
	margin: 25px 0;
	height: 145px;
}

#respond .logged-in-as {
	line-height: 35px;
}

#respond .login_link {
	color: #a2a2a2;
	text-transform: uppercase;
	float: left;
	line-height: 33px;
}

#respond #submit {
	text-transform: uppercase;
	border: 1px #010101 solid;
	height: 31px;
	font-weight: 500;
	padding: 0 17px;
	float: right;
	background: #ffffff;
}

.commentlist {
	border-top: 2px #010101 solid;
	margin-top: 35px;
}

.commentlist .comment {
	padding-top: 28px;
}

.commentlist .children {
	margin-left: 30px;
}

.comment .meta {
	color: #a2a2a2;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment .author {
	color: #1f1f1f;
}

.comment .author:after {
	content: '|';
	margin: 0 15px;
}

.comment p {
	margin-top: 15px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.comment .comment-reply-link {
	float: right;
}

.comment .parent_link:before {
	content: ' | ';
}

.push {
	height: 197px;
}

.pagination .pages, .pagination .previous, .pagination .next {
	display: none;
}

.wp-pagenavi {
	text-align: center;
	font-weight: 500;
}

.wp-pagenavi .current, .wp-pagenavi a {
	display: inline-block;
	line-height: 23px;
	border: 1px #010101 solid;
	min-width: 15px;
	padding: 0 5px;
	margin: 5px;
	transition: all 0.3s ease;
}

.wp-pagenavi .current, .wp-pagenavi a:hover {
	color: #ffffff;
	background: #131313;
}

.admin-bar #header {
	top: 32px;
	}
	
#contact_page {
	margin-top: 60px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
	}

#contact_page .line_2 {
	font-size: 1.2em;
	line-height: 3em;
	}

.page p {
	font-size: 17px;
}

.under_pagination {
	list-style-type: none;
	margin-top: 30px;
	}

.under_first_post li {
	padding: 20px 0;
	border-bottom: 2px #000000 solid;
}

.under_first_post img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 960px) {
	#header .menu {
		display: block !important;
	}
}

@media screen and (max-width: 960px) {
	.logo {
		background-image: url(images/logo_new.png);
		}
	.fixed_width {
		width: 95%;
	}
	.post img {
		max-width: 100%;
		height: auto;
	}
	.post .image {
		display: block;
	}
	#header .menu {
		width: 200px;
		border: 2px #010101 solid;
		padding: 0 10px;
		background: #ffffff;
		position: absolute;
		top: 85px;
		display: none;
	}
	#header .menu li {
		display: block;
		margin: 10px 0;
	}
	.menu_toggle {
		display: block;
	}
	.related_posts li, .related_posts li img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.looks li {
		width: 40%;
		margin: 5%	!important;
	}
	.looks li img {
		width: 100%;
		height: auto;
	}
	.looks h2 {
		font-size: 16px;
	}
	.single .navigation {
		margin-top: 0;
	}
	#header .menu .menu-item-has-children:hover > a {
		padding-bottom: 0;
	}
	#header li > .sub-menu {
		position: static;
		border: none;
		padding: 5px 0;
		opacity: 1;
	}
	#header .sub-menu li {
		margin: 0 0 0 15px;
		padding: 0;
	}
	#header .sub-menu li:before {
		content: '- ';
	}
	.single .post .meta .post-categories {
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	.looks li {
		width: 100%;
		margin: 5% 0 	!important;
	}
	#header .sub-menu {
		position: absolute;
		min-width: 70px;
		font-size: 12px;
	}
	#header .sub-menu li {
		display: block;
		margin-right: 0;
		padding: 3px 10px;
		margin: 0;
	}
	#header .sub-menu li:hover > .sub-menu {
		right: -76px;
	}
	#respond div, #respond div input {
		width: 100%;
	}
	#header {
		position: static;
		height: auto;
		min-height: 75px;
	}
	.container {
		padding-top:  45px;
	}
	#header .menu {
		position: static;
		padding: 75px 0 0 0;
		border: none;
		background: none;
	}
	#header .sub-menu {
		display: block;
	}
	.looks {
		margin: 0 auto;
	}
	.brand_list {
		margin-bottom: -200px;
	}
	.post .image.alignright img, .post .image.alignleft img {
		width: 100%	!important;
	}
	.post .image.alignright, .post .image.alignleft {
		float: none;
		margin: 10px 0;
	}
	.col_pictures_list {
		margin: 0	!important;
	}
}

@media screen and (max-width: 400px) {
	.logo {
		width: 202px;
		height: 135px;
	}
	body {
		font-size: 14px;
	}
	h2.post_title {
		font-size: 20px;
	}
	.single .navigation a {
		font-size: 11px;
		width: 110px;
		padding: 0 5px;
	}
}