/*
Theme Name: ExplicitDesigner.com
Author: ExplicitDesigner.com
Author URI: http://explicitdesigner.com/
Description: ExplicitDesigner.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Bid, auction,
Text Domain: http://explicitdesigner.com/
*/
* {
	border-radius: 0 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #000000;
}
h1, h2, .navi li a, .thumb-border span, .join-button, .thumb-border-green, .model-containers h3, .btn, .thumb-border-gray {
	font-family: 'Fjalla One', sans-serif;
}
.join-button span {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 50px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
}
h2 {
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 42px;
	letter-spacing: -0.02em;
	border-bottom: 1px solid #666;
	margin-bottom:30px;
}
h3 {
	color: #fff;
	font-size: 24px;
	letter-spacing: -0.02em;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
a {
	color: #a1a1a1;
}
a:hover {
	color: #eb3611;
}
p {
	color: #a1a1a1;
}
/* HEADERS */

.background {
	background: url(../img/bg.jpg) no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
.background2 {
	background: url(../img/bg2.jpg) no-repeat;
	margin-bottom: 20px;
	background-position: top;
}
.gray-bg, .w-gray-bg {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}

.w-gray-bg {
	background-color: rgba(72,72,72,0.5);
	color:#fff;
	}


.gray-bg h1, .gray-bg h2, .w-gray-bg h1, .w-gray-bg h2 {
	margin: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 48px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	border: 0;
}

.w-gray-bg h2 {
	font-size: 30px !important;
	margin-bottom:20px;
}

.gray-bg p, .w-gray-bg p {
	margin: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.thumb-padd-right {
	padding-right: 15px;
}
.header {
	min-height: 850px;
}
.header p {
	padding: 20px 0;
}
.header h1 {
	padding: 20px 0 0;
}
.rel {
	position: relative;
}
.padd-t {
	padding-top: 160px;
}
.padd-b {
	padding-bottom: 160px;
}
.diagonal-top {
	background: url(../img/diagonal-top.png) top center no-repeat;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
}
.diagonal-bottom {
	background: url(../img/diagonal.png) top center no-repeat;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
	z-index: 555;
}
.header .logo {
	margin-top: 30px;
}
.logo {
	display: block;
	max-width: 571px;
	max-height: 250px;
}
.join-button {
	display: block;
	border: solid 5px #fe447b;
	padding: 10px 20px 20px;
	text-align: center;
	z-index: 2;
	margin-top: 20px;
	background: url(../img/bg3.jpg) left top repeat;
	text-decoration: none;
	position: relative;
	z-index: 999;
}
.join-button p {
	display: block;
	font-size: 50px;
	color: #fe447b;
	letter-spacing: -0.05em;
	padding: 0 !important;
	margin: 0 !important;
}
.join-button span {
	color: #c1e95c;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: 600;
	margin-top: -5px;
}
.join-button:hover {
	border: #c1e95c solid 5px;
	text-decoration: none;
}
.join-button:hover p {
	color: #c1e95c;
	text-decoration: none;
}
.join-button:hover span {
	color: #fe447b;
}
.model1 {
	background: url(../img/mod1.png) top no-repeat;
	width: 386px;
	height: 1000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.model2 {
	background: url(../img/mod2.png) top no-repeat;
	width: 364px;
	height: 771px;
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
}
.model3 {
	background: url(../img/mod3.png) top no-repeat;
	width: 772px;
	height: 610px;
	display: block;
	position: absolute;
	top: 15px;
	right: -100px;
	z-index: 0;
}
/* navi */

.navi {
	color: #fff;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 1%, #2c2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #222222), color-stop(100%, #2c2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222222 1%, #2c2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222222 1%, #2c2c2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #222222 1%, #2c2c2c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #222222 1%, #2c2c2c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#2c2c2c', GradientType=0 ); /* IE6-9 */
}
.navi p {
	padding-top: 12px;
}
.navi ul {
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
.navi li {
	display: inline;
	color: #fff;
	padding-right: 30px;
}
.navi li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.navi li a.green {
	color: #c1e95c;
}
.navi li a:hover {
	color: #fe447b;
}
/* All conts */

.thumbnail {
	margin-right: -15px;
	border:0;
}
.thumb-border {
	border: 2px solid #fe447b;
	background-color: #fe447b;
}
.thumb-border-green {
	border: 2px solid #93b642;
	background-color: #93b642;
}
.thumb-border-gray {
	border: 2px solid #565656;
	background-color: #565656;
	text-align:center;
	color:#c1e95c;
	margin-top:10px;
}

.thumb-border-gray span {
	padding-top:5px;
	display:block;
	}

.thumb-border span, .thumb-border-green span {
	text-align: center;
	font-size: 14px;
	display: block;
	padding-top: 5px;
	color: #000;
}
/* cont 1 */

.cont1 {
	height: 550px;
}
.cont1 p {
	padding-bottom: 20px;
	padding-top: 20px;
}
.top-bottom-gray {
	background: #494949;
	border: 0;
	padding: 0;
	text-align: center;
}
.top-bottom-gray p, .top-bottom-gray a {
	font-size: 24px;
	font-weight: 200;
	letter-spacing: -0.05em;
	display: block;
	color: #fff;
}
.top-bottom-gray p {
	padding-top: 10px;
	padding-bottom: 0;
}
.top-bottom-gray a {
	padding-top: 5px;
	padding-bottom: 10px;
}
.top-bottom-gray p span {
	font-weight: 700;
}
/* cont 2 */

.cont2 {
	padding-top: 100px;
	margin-top: 20px;
}
.cont2 p {
	padding-bottom: 20px;
	padding-top: 20px;
}
.model4 {
	background: url(../img/mod4.png) top no-repeat;
	width: 382px;
	height: 543px;
	display: block;
	position: absolute;
	bottom: 100px;
	right: 14px;
	z-index: 0;
}
/* cont 3 */

	
.cont3 .logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
.cont3 .gray-bg {
	margin-top: 15px;
}
.cont3 .gray-bg h1 {
	font-size: 38px;
	text-align: right;
}
.cont3 .gray-bg p {
	text-align: right;
}
.model5 {
	background: url(../img/mod5.png) top no-repeat;
	width: 436px;
	height: 513px;
	display: block;
	position: absolute;
	bottom: 90px;
	right: 360px;
	z-index: 10;
}
/* cont 4 */	
	
.cont4 {
	height: 960px;
	margin-top: 20px;
}
.model6 {
	background: url(../img/mod6.png) top no-repeat;
	width: 500px;
	height: 849px;
	display: block;
	position: absolute;
	bottom: 100px;
	right: -12px;
	z-index: 8;
}
/* cont 5 */

.cont5 .logo {
	margin-left: 25px;
	margin-top: 25px;
}
.cont5 h1 {
	font-size: 28px;
}
.cont5 .gray-bg {
	margin-top: 25px;
}
.cont5 .gray-bg p {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 70px;
	font-size: 13px;
}
.model7 {
	background: url(../img/mod7.png) top no-repeat;
	width: 359px;
	height: 500px;
	display: block;
	position: absolute;
	bottom: 100px;
	left: -100px;
	z-index: 1;
}
.model8 {
	background: url(../img/mod8.png) top no-repeat;
	width: 275px;
	height: 575px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0px;
	z-index: 9;
}
/* cont 6 */

.cont6 {
	height: 960px;
}
.cont6 .logo {
	margin-top: 30px;
	margin-bottom: 20px;
}
.model9 {
	background: url(../img/mod9.png) top no-repeat;
	width: 960px;
	height: 620px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 0;
}
/* cont 7 */

.cont7 .thumb-padd-right, .cont9 .thumb-padd-right, .cont12 .thumb-padd-right {
	margin-top: 20px;
}
.cont7 h1 {
	font-size: 30px;
}
.cont7 .logo {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* cont 8 */
	
.model10 {
	background: url(../img/mod10.png) top no-repeat;
	width: 352px;
	height: 533px;
	display: block;
	position: absolute;
	top: 10px;
	right: 410px;
	z-index: 10;
}
.cont9 .model10 {
	right: -30px;
	bottom: 30px;
}
.cont9 .logo {
	margin-top: 30px;
	margin-bottom: 20px;
}
.cont10 .model5 {
	right: 0px;
}
.cont11 .gray-bg {
	text-align: left;
}
.cont12 .logo {
	margin-top: 30px;
	margin-bottom: 20px;
}
/* Gallery Header */	
.gallery {
	padding-top: 30px;
}
.gallery-header {
	text-align: right;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #fff;
	padding-top: 25px;
}
.gallery-header span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
}
.cont-gall {
	border: 9px solid #e83510;
	background: url(../img/mod5.png) left top no-repeat;
	margin-top: 20px;
	padding: 20px;
}
.cont-gall p {
	padding: 15px 0;
}
.blink {
	animation: blink 1s steps(10, start) infinite;
	-webkit-animation: blink 1s steps(10, start) infinite;
}
 @keyframes blink {
 to {
 visibility: hidden;
}
}
 @-webkit-keyframes blink {
 to {
 visibility: hidden;
}
}
.footer-border {
	border-top: 5px solid #93b642;
	position: relative;
	z-index: 999;
	background: #000;
	margin-top:40px;
}
.footer-bg {
	padding: 40px 0;
	background: #000;
}
.join {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 999;
}

/* icons */	
.iconset {
	border: 5px #fff solid;
	padding: 12px 15px 12px 40px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.iconset .glyphicon, .hd-icon {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 10px;
}
.iconset .txt {
	font-size: 14px;
	color: #fff;
}
.hd-icon {
	width: 34px;
	height: 28px;
	display: block;
}
.hd {
	padding-left: 50px;
}
.enter, .exit {
	display: block;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 36px;
	color: #00ffde;
	letter-spacing: -0.05em;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 2;
	background-color: #000;
	font-weight: 200;
}
.exit {
	border: solid 5px #fe447b;
	color: #fe447b;
}
.enter {
	border: solid 5px #d4ff66;
	color: #d4ff66;
}
.exit:hover, .enter:hover {
	color: #fff;
	border: #fff solid 5px;
	text-decoration: none;
}
.benefits {
	list-style: none;
	font-size: 22px;
	list-style-position: inside;
	padding: 0;
	color: #a1a1a1;
}
.benefits span {
	padding-right: 10px;
}
/* warning */

.model-containers, .recent-vids {
	margin-top: 20px;
	display: block;
	background:#565656;
}
.mod-thumbs {
	border: 0;
	padding: 5px;
}

.mod-texts {
	padding:15px 10px 10px;

	}
	
.model-containers h3 {
	color: #fff;
	font-size: 28px;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight:normal;
}
.recent-vids {
	padding-bottom:5px;
	}
.recent-vids h3 {
	font-size:14px;
    margin: 0;
	padding: 0 0 10px;
	}
.recent-vids .mod-texts {
	padding:0px 5px 5px;
	}
	
.recent-vids .btn {
	font-size:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:5px;	}

.model-containers span {
	color:#c1e95c;
	font-size:15px;

	}
.model-containers p {
	color:#000;
	font-size:13px;

	}


.clock {
	background:url(../img/clock.png) no-repeat #3c3c3c;	background-position: 8px 3px;
	padding:3px 5px 3px 25px;
	color:#fff;
	margin:0;
	font-size:13px;
	width:50%;
	float:right;
	display:block;
	text-align:center;
	}
.thumbs {
	background:url(../img/thumb.png) no-repeat #d4ff66;
	background-position: 8px 3px;
	padding:3px 5px 3px 25px;
	text-align:center;
	color:#6a6a6a;
	font-size:13px;
	margin:0;
		width:50%;
		float:left;
		display:block;
	}

.btn {
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000;
	color:#fe447b;
	text-transform: uppercase;
	word-wrap: normal;
	line-height: 1em;
	letter-spacing:-0.02em;
	border:0;
}
.btn:hover {
	background-color: #c1e95c;
}
.setts {
	text-align: center;
}
.vid-pic {
	background-color: #000000;
	text-align: center;
	padding: 5px 5px;
	margin-top: 5px;
	color: #fff;
	font-size: 12px;
	width: auto;
	display: inline-block;
}
.marg-left {
	margin-left: -15px;
}
.marg-right {
	margin-right: -15px;
}
.vid-pic span {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #eb3611;
	letter-spacing: -0.05em;
}
.rating {
	padding: 20px;
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
	background:#fff;

}
.rating p {
	margin: 0;
		color:#000;
}
.rating span, .rating span.dark {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: -2px;
}
.rating span {
	background: url(../img/star.png) bottom no-repeat;
}
.rating span.dark {
	background: url(../img/star_.png) bottom no-repeat;
}
.icon {
	font-size: 18px;
	letter-spacing: -0.05em;

}
.icon span {
	margin-right: 5px;
}
.runtime {
	text-align: center;
	display: block;
	color: #eb3611;
}
.black, .red {
	padding: 15px 20px;
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	margin: 20px 0;
	background: #565656;
}
.black {
	border: 5px #fe447b solid;
}
.red {
	border: 5px #93b642 solid;
}
.black:hover, .red:hover {
	text-decoration: none;
	background: #494949;
	border: 5px #fff solid;
	color: #fff;
}
.icon {
	font-size: 18px;
	letter-spacing: -0.05em;

}
.icon span {
	margin-right: 5px;
}
.bio-cont {
	background: #494949;
	margin: 40px 0;
	padding: 20px;
}
.full-hd {
	float: right;
	width: 218px;
	height: 174px;
	margin-left: 10px;
}
.bio-icons {

	margin-bottom: 30px;
}
/*---------------------- 320-767 ------------------------*/

@media (min-width : 320px) and (max-width: 767px) {
.header .badgee, .model1, .model2, .model3, .model4, .model5, .model9, .model6, .model7, .model10, .model8, .warning .badgee, .cont7 .logo {
	display: none;
}
.thumb-padd-right {
	padding-right: 0px;
}
.thumbnail {
	margin-right: 0px;
}
.cont1 p, .cont1 a {
	font-size: 14px;
}
.cont6 {
	height: auto;
}
.gallery-header {
	text-align: center;
	padding-top: 0;
}
.cont-gall {
	background: none;
}
.warn-cont {
	margin-top: 20px;
}
.marg-right {
	margin-right: inherit;
}
.marg-left {
	margin-left: inherit;
}
.join-button p {
	font-size: 32px;
}
.join-button p span {
	display: none;
}
.cont3 .gray-bg h1 {
	text-align: left;
}
.cont3 .gray-bg p {
	font-size: 14px;
	text-align: left;
}
.background {
	background-position: top;
}
.background2 {
	background-position: bottom;
}
}
/*---------------------- 768-991 ------------------------*/ 
@media (min-width: 768px) and (max-width: 991px) {
.model1 {
	display: block;
	position: absolute;
	top: 0px;
	right: -200px;
}
.header .badgee, .model1, .model2, .model4, .model5, .model6, .model7, .model8, .model9, .model10, .cont7 .logo, .cont8 .model3 {
	display: none;
}
.gallery-header {
	padding-top: 0;
}
.cont-gall {
	background: none;
}
.marg-right {
	margin-right: inherit;
}
.marg-left {
	margin-left: inherit;
}
.navi li a {
	font-size: 18px;
}
.join-button p {
	font-size: 38px;
}
.join-button p span {
	font-size: 12px;
}
.cont3 .gray-bg h1 {
	font-size: 20px;
	text-align: left;
}
.cont3 .gray-bg p {
	font-size: 14px;
	text-align: left;
}
.background {
	background-position: top;
}
.background2 {
	background-position: bottom;
}
}

/*---------------------- 992-1199 ------------------------*/ 
@media (min-width: 992px) and (max-width: 1199px) {
.model2, .model7 {
	display: none;
}
.model1 {
	position: absolute;
	top: 0px;
	right: 70px;
}
.cont6 .top-bottom-gray {
	margin-top: 20px;
	position: absolute;
	z-index: 2;
}
.navi li a {
	font-size: 20px;
}
.join-button p {
	font-size: 40px;
}
.join-button p span {
	font-size: 14px;
}
.model5 {
	right: 280px;
	bottom: 40px;
}
.cont3 .gray-bg h1 {
	font-size: 28px;
	text-align: right;
}
.cont3 .gray-bg p {
	font-size: 14px;
	padding-left: 40px;
}
.model6 {
	right: -72px;
}
.cont5 .logo {
	margin-left: 0px;
	width: 571px;
	height: 250px;
}
.model10 {
	right: 310px;
}
}

/*---------------------- 1200+ ------------------------*/  
@media (min-width : 1200px) {
.cont6 .top-bottom-gray {
	margin-top: 20px;
	position: absolute;
	z-index: 2;
}
.navi ul {
	text-align: right;
}
.navi li a {
	font-size: 20px;
}
.cont5 .logo {
	width: 571px;
	height: 250px;
	margin-left: 25px;
	margin-top: 25px;
}
}
