/*
Theme Name: MyGP
Description: Tema/Layout desenvolvido exclusivamente para o "MyGP". Sua venda ou cópia para blogs de terceiros é totalmente proibida.
Version: 1.0
*/

/* GERAL */
* {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	width: 100%;
	background-color: #1c1c1c;
	background-image: url(img/bg.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat;
}
a,img {
	color: #838b97;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover {
	color: #6b717e;
	text-decoration: none;
}
input, textarea, select, option, div, button, span {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	border: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(img/select.png);
	background-repeat: no-repeat;
	background-position: right;
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1170px;
}

/* ESCOLHER GENERO */
#chooseGenre {
	background: rgba(20,20,20,0.95);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	filter: opacity(0%);
	-webkit-filter: opacity(0%);
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modalOpen #chooseGenre {
	filter: opacity(100%);
	-webkit-filter: opacity(100%);
	visibility: visible;
}
#chooseGenre .center {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	max-width: 480px;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#chooseGenre .title {
	font-size: 18px;
	color: #e2e2e2;
	max-width: 260px;
	font-weight: 300;
	margin: 50px 0;
	display: inline-block;
}
#chooseGenre .logo img {
	max-width: 180px;
}
#chooseGenre .buttons {
	display: inline-block;
}
#chooseGenre .buttons a {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
	font-size: 18px;
}
#chooseGenre .buttons i {
	font-size: 46px;
	margin: 0 0 5px 0;
	display: inline-block;
}
#chooseGenre .buttons a[href*="mulheres"] {
	color: #c9b0c8;
}
#chooseGenre .buttons a[href*="mulheres"]:hover {
	color: #c9b0c8;
	text-shadow: 0 0 10px #f6cff4;
	border-bottom-color: #c9b0c8;
}
#chooseGenre .buttons a[href*="homens"] {
	color: #9daab9;
}
#chooseGenre .buttons a[href*="homens"]:hover {
	color: #9daab9;
	text-shadow: 0 0 10px #c4d4e9;
	border-bottom-color: #9daab9;
}
#chooseGenre .buttons a[href*="transex"] {
	color: #b0aa97;
}
#chooseGenre .buttons a[href*="transex"]:hover {
	color: #b0aa97;
	text-shadow: 0 0 10px #e8e0c5;
	border-bottom-color: #b0aa97;
}
#chooseGenre .close {
	font-size: 13px;
	color: #929292;
	border-bottom: 1px dotted #777;
	display: inline-block;
	margin: 55px 0 0 0;
	padding: 0 0 4px 0;
	cursor: pointer;
}
#chooseGenre .close:hover {
	color: #aaa;
	border-bottom-color: #888;
}
#chooseGenre .close.icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 25px;
	margin: 0;
	border: 0;
}
#chooseGenre .close.icon:before, 
#chooseGenre .close.icon:after {
	content: '';
	width: 22px;
	height: 4px;
	background: #757575;
	display: inline-block;
	position: absolute;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#chooseGenre .close.icon:after {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#chooseGenre .close.icon:hover:before,
#chooseGenre .close.icon:hover:after {
	background: #999;
}
.modalOpen main {
	filter: blur(10px);
	-webkit-filter: blur(10px);
}

/* HEADER */
header {
	width: 100%;
	height: 94px;
	background: #0a0a0a;
	border-bottom: 4px solid #232323;
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
}
header .logo {
	float: left;
	margin: 14px 0;
	max-height: 62px;
}
header .logo h1 {
	font-size: 0;
	margin: 0;
	padding: 0;
}
header .logo img {
	vertical-align: top;
	max-height: 62px;
	width: auto;
}
header nav.menu {
	float: left;
	text-align: left;
	margin: 0 0 0 32px;
}
header nav.menu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
header nav.menu > ul > li {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
}
header nav.menu > ul > li > a {
	display: inline-block;
	line-height: 90px;
	padding: 0 2px;
	margin: 0 36px -4px 0;
	border-bottom: 4px solid #232323;
	color: #e2e2e2;
}
header nav.menu > ul > li > a > i {
	font-size: 16px
}
header nav.menu > ul > li > a:hover,
header nav.menu > ul > li.current_page_item a, 
header nav.menu > ul > li.current-menu-item a {
	color: #fff;
	text-shadow: 0 0 8px rgba(255,255,255,0.8);
	border-bottom: 4px solid #808793;
}
header nav.menu > ul > li > a[href*="mulheres"] {
	color: #c9b0c8;
}
header nav.menu > ul > li > a[href*="mulheres"]:hover {
	color: #c9b0c8;
	text-shadow: 0 0 10px #f6cff4;
	border-bottom-color: #c9b0c8;
}
header nav.menu > ul > li > a[href*="homens"] {
	color: #9daab9;
}
header nav.menu > ul > li > a[href*="homens"]:hover {
	color: #9daab9;
	text-shadow: 0 0 10px #c4d4e9;
	border-bottom-color: #9daab9;
}
header nav.menu > ul > li > a[href*="transex"] {
	color: #b0aa97;
}
header nav.menu > ul > li > a[href*="transex"]:hover {
	color: #b0aa97;
	text-shadow: 0 0 10px #e8e0c5;
	border-bottom-color: #b0aa97;
}
header .city{
	float: right;
	margin: 25px 0 0 0;
	width: 250px;
}
header .city select{
	width: 100%;
	height: 40px;
	border-radius: 50px;
	background-color: transparent;
	border: 2px solid #4e4e4e;
	color: #939393;
	padding: 0 18px 1px 18px;
	font-size: 14px;
	font-weight: 400;
	outline: 0;
}
header .city select:focus{
	box-shadow: 0 0 8px #777;
}
header .city select option{
	background: #141414;
	color: #ddd;
	padding: 5px;
	outline: 0;
}

/* MAIN */
main{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 550px;
}

/* TITLE GERAL */
main .titleGeral {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px 0;
}
main .titleGeral h2,
main .titleGeral h1{
	font-size: 25px;
	font-weight: 300;
	color: #e2e2e2;
	margin: 0;
	padding: 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	float: left;
}
main .titleGeral h2 strong,
main .titleGeral h1 strong {
	font-weight: 700;
}
main .titleGeral h2 i,
main .titleGeral h1 i { 
	font-size: 18px;
	color: #8c8c8c;
	margin: 0 2px 0 0;
}
main .titleGeral .textTitle {
	float: right;
	font-size: 16px;
	font-weight: 300;
	color: #828282;
	margin: 8px 0 0 0;
}
main .titleGeral span.mulheres {
	color: #b989b6;
}
main .titleGeral span.homens {
	color: #7c8fa8;
}
main .titleGeral span.transex {
	color: #a0977b;
}

/* TOPS */
main div.tops{
	width: 100%;
	display: inline-block;
	float: left;
	height: auto;
	margin: -5px 0 0 0;
	padding: 0 0 40px 0;
	font-size: 0;
	border-bottom: 1px solid #535353;
}
main div.tops .col {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin: 0 45px 0 0;
}
main div.tops .col:nth-child(3) {
	margin: 0;
}
main div.tops .titleGeral {
	margin: 0 0 10px 0;
}
main div.tops .titleGeral h2 {
	font-size: 20px;
	color: #8c8c8c;
}
main div.tops .titleGeral h2 i {
	font-size: 16px;
}
main div.tops .titleGeral h2 i.icon-venus {
	color: #c9b0c8;
}
main div.tops .titleGeral h2 i.icon-mars {
	color: #9daab9;
}
main div.tops .titleGeral h2 i.icon-transgender {
	color: #b0aa97;
}
/* CAROUSEL */
main div.tops .item {
	width: 100%;
	height: 450px;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}
main div.tops .item .thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	z-index: 5;
	top: 0;
	left: 0;
}
main div.tops .item .thumb div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main div.tops .item .thumb:hover div {
	transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	filter: opacity(85%);
	-webkit-filter: opacity(85%);
}
main div.tops .item .title {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
	right: 10px;
	background: #424242;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
main div.tops .item .title:hover {
	background: #4b4b4b;
}
main div.tops .item .title i {
	color: #868686;
	font-size: 12px;
	margin: 0 0 0 5px;
}
main div.tops .woman .item .title {
	background: #473e47;
}
main div.tops .woman .item .title:hover {
	background: #5d525d;
}
main div.tops .man .item .title {
	background: #363a3f;
}
main div.tops .man .item .title:hover {
	background: #484d54;
}
main div.tops .transex .item .title {
	background: #423f38;
}
main div.tops .transex .item .title:hover {
	background: #59554c;
}
/* OWL */
main div.tops .owl-carousel {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
}
main div.tops .owl-wrapper-outer {
	padding: 0;
	border: 0;
	border-radius: 0;
}
main div.tops .owl-dots {
	position: absolute;
	bottom: 60px;
	right: 10px;
	margin: 0;
}
main div.tops .owl-dot {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 2px;
}
main div.tops .owl-dot span {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(255,255,255,0.6);
	border-radius: 100%;
}
main div.tops .owl-dot.active span {
	background: rgba(255,255,255,1);
}
.page main div.tops .owl-dots {
	bottom: inherit;
	top: -22px;
	right: 0;
}

/* ÚLTIMOS */
main .lastGps {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
main .lastGps h3 {
	margin: 0 0 12px 0;
}
main .lastGps .post {
	background: #111;
	width: 270px;
	height: 180px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
	overflow: hidden;
}
main .lastGps .post.last {
	margin: 0 0 30px 0;
}
main .lastGps .post .title {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px 13px 20px;
	transform: translateY(92%);
	-o-transform: translateY(92%);
	-ms-transform: translateY(92%);
	-moz-transform: translateY(92%);
	-webkit-transform: translateY(92%);
	transform: translateY(calc( 100% - 5px ));
	-o-transform: translateY(calc( 100% - 5px ));
	-ms-transform: translateY(calc( 100% - 5px ));
	-moz-transform: translateY(calc( 100% - 5px ));
	-webkit-transform: translateY(calc( 100% - 5px ));
}
main .lastGps .post:hover .title {
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
main .lastGps .post.mulheres .title {
	background: rgba(163,136,161,0.8);
}
main .lastGps .post.homens .title {
	background: rgba(113,137,167,0.8);
}
main .lastGps .post.transex .title {
	background: rgba(132,122,97,0.8);
}
main .lastGps .post .title a{
	color: #eee;
}
main .lastGps .post .title a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
main .lastGps .post .title > a {
	float: left;
	clear: both;
}
main .lastGps .post .title .city {
	font-size: 15px;
	color: #f2f2f2;
	text-transform: none;
	font-weight: 300;
	float: left;
	clear: both;
	filter: opacity(60%);
	-webkit-filter: opacity(60%);
}
main .lastGps .post .title .city a {
	color: #f2f2f2;
}
main .lastGps .post .title .city i {
	font-size: 13px;
}
main .lastGps .post .title .city:hover{
	filter: opacity(90%);
	-webkit-filter: opacity(90%);
}
main .lastGps .post .title .gender {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 15px;
}
main .lastGps .post a.thumb {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #eee;
}
main .lastGps .post a.thumb div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
main .lastGps .post:hover a.thumb div {
	transform: scale(1.07) rotate(2deg);
}
main .lastGps .post:hover a.thumb:hover div { 
	filter: opacity(85%);
	-webkit-filter: opacity(85%);
}

/* BUTTON CENTER */
main .buttonCenter {
	text-align: center;
	margin: 10px 0 0 0;
	display: inline-block;
	width: 100%;
}
main .buttonCenter a {
	display: inline-block;
	border: 2px solid #4e4e4e;
	font-size: 20px;
	text-transform: uppercase;
	height: 60px;
	line-height: 54px;
	padding: 0 55px;
	border-radius: 100px;
	font-weight: 300;
	color: #939393;
}
main .buttonCenter a:hover {
	padding: 0 75px;
	background: #656a77;
	border-color: #777d8a;
	color: #fff;
}

/* AD POSTS */
main .bannerPosts {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	float: left;
}
main .bannerPosts a,
main .bannerPosts img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	border: 0;
}

/* FOOTER */
footer {
	width: 100%;
	float: left;
	margin: 40px 0 -50px 0;
	background: #0a0a0a;
	border-top: 2px solid #232323;
}
footer > .container {
	padding: 50px 0 0 0;
	text-align: center;
}
footer .widget {
	border-right: 1px solid #393939;
	padding: 0 39px;
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	width: auto;
	text-align: left;
	vertical-align: top;
}
footer .widget:first-child {
	padding-left: 0;
}
footer .widget:nth-last-child(2) {
	border-right: 0;
	padding-right: 0;
}
footer .widget h5 {
	font-size: 16px;
	font-weight: 300;
	color: #747474;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
footer .widget h5 strong {
	font-weight: 700;
}
footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .widget ul li {
	margin: 12px 1px;
}
footer .widget ul li:before {
	content: '\e801';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #424242;
  font-size: 12px;
  margin: 0 5px 0 0;
}
footer .widget a {
	color: #f5f5f5;
}
footer .widget a:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
}
footer .widget.last {
	border: 0;
	padding: 0 0 0 80px;
	text-align: center;
}
footer .widget.last .logo {
	margin: 38px 0 0 0;
	filter: opacity(40%) grayscale(100%);
}
footer .bottom{
	width: 100%;
	padding: 21px 0;
	margin: 50px 0 0 0;
	float: left;
	text-align: center;
	color: #505050;
	background: #050505;
	border-top: 2px solid #1d1d1d;
	font-size: 15px;
}
footer .bottom a{
	color: #3c3c3c;
}
footer .bottom a:hover{
	color: #515151;
}
footer .bottom span{
	color: #3c3c3c;
}

/* SINGLE GPS */
main article .title {
	width: 100%;
	margin: 5px 0 22px 0;
	padding: 0;
	letter-spacing: -0.02em;
}
main article .title h1 i {
	font-size: 20px;
	margin: 0 2px 0 0;
	position: relative;
	top: -2px;
	color: #b3b3b3;
}
.mulheres main article .title h1 i {
	color: #b989b6;
}
.homens main article .title h1 i {
	color: #7c8fa8;
}
.transex main article .title h1 i {
	color: #a0977b;
}
main article .title h1{
	display: inline-block;
	font-size: 26px;
	text-transform: uppercase;
	color: #f2f2f2;
	margin: 0;
	padding: 0;
}
main article .title span{
	color: #3f3f3f;
	margin: 0 0 0 8px;
	font-size: 16px;
}
main article .title span a{
	color: #646464;
}
main article .title span a:hover{
	color: #888;
}
main article .title span i{
	font-size: 15px;
}

/* INFOS */
main article #infos {
	float: left;
	width: 310px;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
main article #infos .tel {
	width: 100%;
	height: auto;
	background: #777;
	color: #fff;
	display: inline-block;
}
.mulheres main article #infos .tel {
	background: #b989b6;
}
.homens main article #infos .tel {
	background: #7c8fa8;
}
.transex main article #infos .tel {
	background: #a0977b;
}
main article #infos .tel i {
	font-size: 40px;
	float: left;
	margin: 14px 18px;
	line-height: 0px;
}
main article #infos .tel > div {
	font-size: 20px;
	font-weight: 700;
	padding: 14px 0 0 0;
}
main article #infos .tel > div div {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	margin: 2px 0 0 00;
	filter: opacity(80%);
	-webkit-filter: opacity(80%);
}
main article #infos .tel a {
	color: #fff;
}
main article #infos .tabs {
	margin: 20px 0 0 0;
	width: 100%;
	display: table;
}
main article #infos .tabs > div {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
	display: table-cell;
	text-align: center;
	padding: 0 15px 10px 15px;
	border-bottom: 4px solid #474747;
	position: relative;
	cursor: pointer;
}
main article #infos .tabs > div i {
	color: #474747;
	font-size: 13px;
	position: relative;
	top: -2px;
	margin: 0 2px 0 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
main article #infos .tabs > div:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 3px solid #474747;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
main article #infos .tabs > div:hover  {
	color: #999;
}
main article #infos .tabs > div:hover i  {
	color: #656565;
}
main article #infos .tabs > div.active {
	color: #f2f2f2;
	border-bottom: 4px solid #777;
}
.mulheres main article #infos .tabs > div.active {
	border-bottom-color: #b989b6;
}
.homens main article #infos .tabs > div.active {
	border-bottom-color: #7c8fa8;
}
.transex main article #infos .tabs > div.active {
	border-bottom-color: #a0977b;
}
main article #infos .tabs > div.active i {
	color: #777;
}
.mulheres main article #infos .tabs > div.active i {
	color: #b989b6;
}
.homens main article #infos .tabs > div.active i {
	color: #7c8fa8;
}
.transex main article #infos .tabs > div.active i {
	color: #a0977b;
}
main article #infos .tabs > div.active:after{
	bottom: -10px;
	border-top: 6px solid #777;
	border-bottom: 0;
}
.mulheres main article #infos .tabs > div.active:after {
	border-top: 6px solid #b989b6;
}
.homens main article #infos .tabs > div.active:after {
	border-top: 6px solid #7c8fa8;
}
.transex main article #infos .tabs > div.active:after {
	border-top: 6px solid #a0977b;
}

/* TAB CONTENT */
main article #infos .content {
	width: 100%;
	background: #141414;
	color: #f2f2f2;
	padding: 16px;
	display: none;
}
main article #infos .content.active {
	display: inline-block;
}
main article #infos .content ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
main article #infos .content ul li {
	width: 100%;
	border-top: 1px solid #333;
	padding: 10px 6px 12px 6px;
	font-size: 15px;
	font-weight: 300;
	line-height: 150%;
	text-align: left;
	display: table;
}
main article #infos .content ul li:last-child {
	border-bottom: 1px solid #333;
}
main article #infos .content li > div {
	display: table-cell;
}
main article #infos .content li > div:first-child  {
	color: #777;
	width: 42%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.mulheres main article #infos .content li > div:first-child {
	color: #b989b6;
}
.homens main article #infos .content li > div:first-child {
	color: #7c8fa8;
}
.transex main article #infos .content li > div:first-child {
	color: #a0977b;
}
main article #infos #comments  {
	width: 100%;
	height: auto;
	background: #555;
	color: #fff;
	margin: 20px 0 0 0;
	cursor: pointer;
	display: inline-block;
}
main article #infos #comments i {
	font-size: 40px;
	float: left;
	margin: 14px 18px;
	line-height: 0px;
}
main article #infos #comments > div {
	font-size: 20px;
	font-weight: 700;
	padding: 18px 0 0 0;
}
main article #infos #comments > div div {
	color: #a6a6a6;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	line-height: 10px;
}
main article #infos #comments:hover {
	background: #676767;
}
main article .photos {
	float: right;
	width: 830px;
	background: #141414;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	text-align: center;
}
main article .photos img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	margin: 0 0 20px 0;
}
main article .photos strong {
	font-size: 20px;
	color: #555;
	margin: 10px 0 35px 0;
	display: inline-block;
	text-transform: uppercase;
}
main #related{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}

/* BLOG SINGLE */
main article .content {
	float: left;
	width: 830px;
	background: #fff;
	overflow: hidden;
	padding: 20px 22px 0 22px;
	text-align: left;
}
main article .content p {
	margin: 0 0 20px 0;
	line-height: 140%;
}
main article aside#infos {
	float: right;
	margin: 0;
}
main article aside#infos #comments {
	margin: 0 0 20px 0;
}
main article #infos.blog .content ul li a {
	color: #ddd;
	font-weight: 700;
	display: inline-block;
	line-height: 130%;
}
main article #infos.blog .content ul li a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
main article #infos.blog .content .seeAll {
	width: 100%;
	background: #333333;
	color: #bbb;
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 10px 0 0 0;
}
main article #infos.blog .content .seeAll:hover {
	background: #393939;
}

/* COMMENTS */
#commentBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.9);
	display: none;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
#commentBox .container{
	background: #fff;
	max-width: 1000px;
	max-height: 90%;
	position: relative;
	padding: 0;
	top: 50%;
	z-index: 50;
	transform: translateY(-50%);
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	overflow: hidden;
	overflow-y: auto;
}
#commentBox .title{
	width: 100%;
	height: auto;
	background: #eee;
	padding: 20px 25px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#commentBox .title h4{
	text-align: left;
	font-size: 18px;
	color: #222;
	padding: 0;
	margin: 0;
}
#commentBox .title h4 span{
	color: #bdc0c6;
}
#commentBox .close{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: right;
	top: 0;
	left: 0;
	z-index: 1;
}
#commentBox .close i{
	font-size: 28px;
	margin: 20px 25px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
#commentBox .close i:hover{
	color: #ddd;
}
#commentBox .box{
	padding: 20px 25px;
}
#commentBox .commentlist{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 20px 0;
}
#commentBox .comment{
	margin: 0 0 15px 0;
}
#commentBox .comment .comment-author{
	color: #5c5c5c;
}
#commentBox .comment .comment-author .comment-edit-link{
	color: #bbb;
}
#commentBox .comment .awaiting-moderation{
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #da5f5f;
	margin: 8px 0 4px 0;
}
#commentBox .comment .comment-body{
	margin: 18px 0 0 0;
	background: #f0f0f0;
	padding: 2px 20px;
	font-size: 13px;
	color: #222;
	line-height: 150%;
	position: relative;
	border-radius: 5px;
}
#commentBox .comment .comment-body:before{
	content: '';
	width: 28px;
	height: 28px;
	background: #f0f0f0;
	position: absolute;
	top: -6px;
	left: 12px;
	transform: rotate(45deg);
	z-index: 1;
}
#commentBox .comment .comment-body p{
	position: relative;
	z-index: 10;
	margin: 15px 0;
}
#commentBox #respond{
	text-align: left;
	font-size: 14px;
}
#commentBox #respond h3{
	border: 0;
}
#commentBox #respond .comment, #commentBox #respond .comment .comment-body{
	margin-top: 8px;
}
#commentBox #respond #commentform{
	margin: 10px 0 2px 0;
}
#commentBox #respond #commentform input, #commentBox #respond #commentform textarea, #commentBox #respond #commentform .autent{
	width: 75%;
	background: #fff;
	border: 1px solid #adadad;
	font-size: 14px;
	padding: 14px 16px;
	border-radius: 4px;
	margin: 10px 0 0 0;
}
#commentBox #respond #commentform input:focus, #commentBox #respond #commentform textarea:focus{
	border-color: #444;
	outline: 0;
}
#commentBox #respond #commentform textarea, #commentBox #respond #commentform .autent{
	width: 100%;
	max-width: 100%;
}
#commentBox #respond #commentform input[type=submit]{
	background: #7b828f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}
#commentBox #respond #commentform input[type=submit]:hover{
	background: #596070;
}
#commentBox #respond #commentform .autent p{
	font-weight: 400;
}
#commentBox #respond #commentform .autent p span{
	text-align: right;
	float: right;
}
#commentBox .wp-pagenavi{
	background: transparent;
	border: 0;
	padding: 20px 2px 0 2px;
	margin: 0;
}
#commentBox .wp-pagenavi:after{
	display: none;
}

/* SEARCHES */
main.search h1, main.page h1 {
	font-size: 26px;
	font-weight: 700;
	color: #f2f2f2;
	margin: 0 0 18px 0;
	padding: 0 0 20px 0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	border-bottom: 2px solid #535353;
}
main.search h1 i, main.page h1 i{
	font-size: 20px !important;
	color: #6c727f;
	margin: 0 2px 0 0;
	position: relative;
	top: -1px;
}
main.search .hghlht {
	margin: 0;
}

/* PAGE */
main.page {
	padding: 0;
	color: #999;
	line-height: 150%;
}
main.page .container > p {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 160%;
}
main.page form {
	position: relative;
}
main.page input, main.page select, main.page textarea, main.page button {
	width: 100%;
	height: 54px;
	background-color: transparent;
	border: 1px solid #555;
	border-radius: 5px;
	margin: 0 0 15px 0;
	font-size: 16px;
	padding: 15px 20px;
	outline: 0;
	max-width: 100%;
	color: #aaa;
}
main.page select option{
	background: #202020;
	color: #ddd;
}
main.page input:focus, main.page textarea:focus{
	box-shadow: 0 0 8px #5a5a5a;
	border-color: #555;
}
main.page textarea{
	min-width: 100%;
	height: 250px;
	max-height: 600px;
}
main.page textarea::-webkit-scrollbar{
	width: 8px;
}
main.page textarea::-webkit-scrollbar-track{
	background: #eee;
	border-radius: 0;
	border: 0;
}
main.page textarea::-webkit-scrollbar-thumb{
	border-radius: 0;
	border: 0;
	background: #889898;
}

main.page button{
	background: #6c727f;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
main.page button i{
	font-size: 16px;
	margin-left: 1px;
}
main.page button:hover, main.page button:focus{
	background: #59606e;
}
main.page .ajax-loader{
	width: 100%;
	text-align: center;
	color: #ddd;
	font-size: 30px;
	margin: 0;
	background: rgba(32,32,32,0.7) !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 100px 0 0 0;
}
main.page .ajax-loader.is-active{
	display: inline-block !important;
	visibility: visible !important;
}
main.page form .wpcf7-not-valid{
	border-color: #e67070;
}
main.page form .wpcf7-not-valid-tip{
	margin: 0;
	background: #202020;
	color: #e67070;
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 11px;
	padding: 0 5px 0 8px;
}
main.page .wpcf7-form-control-wrap{
	position: relative;
	display: inline-block;
	width: 100%;
}
main.page .secure .wpcf7-not-valid-tip{
	bottom: -3px;
	right: 5px;
}
main.page .wpcf7-response-output{
	padding: 15px;
	border: 0;
	color: #fff;
	border-radius: 4px;
	background: #333;
}
main.page .wpcf7-response-output.wpcf7-validation-errors, main.page .wpcf7-response-output.wpcf7-spam-blocked{
	background: #9e0000;
}
main.page .wpcf7-response-output.wpcf7-mail-sent-ok{
	background: #309e00;
}

/* PAGENAVI */
main .wp-pagenavi{
	float: left;
	width: 100%;
	background: transparent;
	margin: 0 0 30px 0;
	text-align: center;
	padding: 20px 0;
}
main .wp-pagenavi span, main .wp-pagenavi a{
	border: 2px solid #ddd;
	color: #ddd;
	margin: 0 4px;
	font-size: 18px;
	padding: 12px 20px;
	border-radius: 5px;
}
main .wp-pagenavi span.pages{
	border-color: #383838;
	color: #383838;
}
main .wp-pagenavi a:hover{
	background: #111;
}
main .wp-pagenavi span.current{
	border-color: #6c727f;
	background: #6c727f;
	font-weight: 700;
	color: #fafafa;
}

/* BLOG */
main .blog {
	width: 100%;
	float: left;
	margin: 0;
}
main .blog h3 {
	margin: 0 0 12px 0;
}
main .blog .post {
	background: #111;
	width: 370px;
	height: 240px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
	overflow: hidden;
}
main .blog .post.last {
	margin: 0 0 30px 0;
}
main .blog .post .title {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.8);
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px 13px 20px;
}
main .blog .post .title a{
	color: #eee;
}
main .blog .post .title a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
main .blog .post .title > a {
	float: left;
	clear: both;
}
main .blog .post a.thumb {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #eee;
}
main .blog .post a.thumb div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
main .blog .post:hover a.thumb div {
	transform: scale(1.07) rotate(2deg);
}
main .blog .post:hover a.thumb:hover div { 
	filter: opacity(85%);
	-webkit-filter: opacity(85%);
}

/* WORDPRESS ALIGNS */
.alignright{
	float: right;
	clear: right;
}
.alignleft{
	float: left;
	clear: left;
}
.aligncenter{
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

/* 404 */
main div.none{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #333;
	color: #ddd;
	padding: 0 0 30px 0;
}
main div.none h1{
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
main div.none h3{
	font-size: 18px;
	font-weight: 400;
	color: #888;
	text-transform: none;
}

/* Selectric */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 2px solid #4E4E4E;
  background: #0A0A0A;
  position: relative;
  border-radius: 100px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 26px 0 18px;
  font-size: 14px;
  line-height: 36px;
  color: #939393;
  height: 36px;
}
.selectric .button {
  border-radius: 100px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  color: #939393;
  text-align: center;
  font: 0/0 a;
  *font: 40px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #939393;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #4E4E4E;
}
.selectric-hover .selectric {
  border-color: #515151;
  box-shadow: 0 0 10px #545454;
}
.selectric-hover .selectric .button {
  color: #939393;
}
.selectric-hover .selectric .button:after {
  border-top-color: #939393;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #4E4E4E;
  background: #000000;
  box-shadow: 0 0 10px #4E4E4E;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  padding: 10px 2px;
  z-index: -1;
}
.selectric-items ::-webkit-scrollbar{
	width: 8px;
}
.selectric-items ::-webkit-scrollbar-track{
	background: #383838;
	border-radius: 0;
	border: 0;
}
.selectric-items ::-webkit-scrollbar-thumb{
	border-radius: 0;
	border: 0;
	background: #565656;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px 14px;
  border-bottom: 1px solid #334;
  color: #ccc;
  background: #000;
  cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.selectric-items li.selected {
  background: #333;
  color: #888;
}
.selectric-items li:hover {
  color: #ddd;
  background: #191919;
  padding-left: 20px;
}
.selectric-items li.highlighted,
.selectric-items li.highlighted:hover {
  background: #333;
  color: #888;
  border-top: 0;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* select page */
main.page .selectric {
	border: 1px solid #555;
	background: transparent;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
main.page .selectric .label {
	height: 54px;
	line-height: 54px;
}
main.page .selectric-items{
	padding: 0;
}