@charset "utf-8";

header {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
            // set animation
            -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1111;
	top: 0px;
	background: rgba(0, 0, 0, .4);
	padding-top: 10px;

}
    header.sticky {
	height: 70px;
	position: fixed;
	z-index: 1111;
	top: 0px ;
	background-color: #333;
	opacity: .90;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	box-shadow: #000 0px 0px 5px;
	padding-top: 0px !important;
	margin-top: 0px;

        }
.head-container{
	color: #fff;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	filter: alpha(opacity=100);

}





body {
	margin: 0;
	background-color: #e9eaed;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 40%;
	display: block;
	float: left;
	background-position: left center;
}
.pitch {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 60%;
	font-size: 24px;
	color: #FFF;
	text-shadow: #333 0px -1px 0px;
	padding-top: 10px;
}
.pitch a{
	color: #41E10B;
}
.pitch a:hover{
	color: #62F530;
}
.first {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	max-height: 1050px;
}
.profiles {
	width: 96%;
	clear: both;
	background-color: #E9EAED;
	color: #333 !important;
	text-align: center;
	padding-top: 40px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
}
.second {
	position: relative;
	width: 96%;
	clear: both;
	background-color: #2878ae;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	background-image: url(../images/first-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.third {
	position: relative;
	width: 96%;
	clear: both;
	background-color: #333333;
	color: #333;
	text-align: center;
	padding-top: 60px;
	padding-right: 2%;
	padding-bottom: 60px;
	padding-left: 2%;
}


.black-cover{
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, .8);
	padding-top: 150px;
	display: block;
	height: 900px;
	box-shadow: 0px 0px 400px #000 inset;
}



.content-container{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content-container h1{
	font-size: 60px;
	text-shadow:#000 0px 1px 2px;
}
.content-container h2{
	font-size: 40px;
	font-weight: normal;
	line-height: 50px;
}

.profiles .content-container h1{
	font-size: 48px;
	font-weight: normal;
	color: #333;
	text-shadow: none;
	margin-bottom: 0px !important;
}
.profiles h2 a{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.profiles .content-container p{
	color: #333;
	padding: 0px;
	margin-top: 0px !important;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

.join-but a{
	background-color: #3C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border-radius: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: rgba(51, 204, 0, .8);
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	margin-bottom: 50px;
	padding: 20px;
	width: 320px;
}
.join-but a:hover{
	background-color: #40FF00;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.container {
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clip: rect(auto,auto,auto,auto);
	min-height:800px;
}
.container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding-right: 2%;
	padding-left: 2%;
}
.container h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 22px;
	padding-right: 2%;
	padding-left: 2%;
}

.sales{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	clear: both;
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.play {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	z-index: 1000;
	background-image: url(../images/online.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90%;
	width: 90%;
	opacity: 0;
	font-size: 0px;
}
.play:hover {
	opacity: 0.7;
	color: #transparent;
	font-size: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.container a, footer a{
	color: #FFF;
}
.container a:hover, footer a:hover{
	color: #FF0;
}
#model{
	margin-bottom: 10px;
	margin-left: 1%;
	padding: 5px;
	background-color: #FFF;
	box-shadow: #CCC 0px 1px 1px;
	border-radius: 2px;
	float: left;
}
#model .thumbnail{
	width: 280px;
	height: 280px;
}
#model .thumbnail img{
	height: 280px;
	width: 280px;
}
#model .modelname{
	background-color: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 15px;
}
#model .modelname a{
	color: #00F;
}
#model .modelname a:hover{
	color: #F00;
}
#profile{
	margin-bottom: 50px;
	margin-left: 7%;
	padding: 5px;
	background-color: #FFF;
	box-shadow: #CCC 0px 1px 1px;
	border-radius: 2px;
	float: left;
}
#profile .thumbnail{
	width: 280px;
	height: 280px;
}
#profile .thumbnail img{
	height: 280px;
	width: 280px;
}
#profile .modelname{
	background-color: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 15px;
}
#profile .modelname a{
	color: #00F;
}
#profile .modelname a:hover{
	color: #F00;
}
.love ul {
	list-style-type: none;
	padding-left: 0px;
}
.love li {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	text-align: left;
	font-size: 18px;
}


.half {
	width: 46%;
	padding-right: 2%;
	padding-left: 2%;
	text-align:left!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide{
	display: none !important;
}
.blue {
	color: #0FF;
}

footer {
	min-height: 100px;
	width: 98%;
	background-color: #3D5B99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D6DC;
	clear: both;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 1%;
	padding-left: 1%;
}
footer p{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left !important;
	padding-right: 2%;
	padding-left: 2%;
}
.clear{
	clear: both;
}


#testimonials{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#testimonials li{
	display: none;
	margin: 0px;
	padding: 0px;
}
#testimonials ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.picture img{
	display: block;
	height: 60px;
	width: 60px;
}
#testimonials .picture{
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	width: 15%;
	}
#testimonials p.author{
	color: #00ACEE;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 75%;
}
blockquote {
	font-size: 15px;
	padding-right: 0;
	padding-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 85%;
	line-height: 25px;
}
.chat-bubble {
	position: relative;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(25, 25, 25, .5);

}

.chat-bubble:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 181px;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: rgba(255, 255, 255, 1) transparent;
    display: block;
    width: 0;
    z-index: 1;
}




@media only screen and (max-width: 1920px) {
	
.container{
	width: 100%;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#model .thumbnail,#model .thumbnail img {
	width: 100%;
	height: auto;
}

#model{
	width: 15%;
	height: 15%;
}


	}

@media only screen and (max-width: 1560px) {

#model{
	width: 18%;
	height: 18%;
}
.pitch {
	font-size: 24px;
	width: 60%;
}

.hide{
	display: block !important;
}

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

	}
@media only screen and (max-width: 1260px) {
	

#model{
	width: 22.5%;
	height: 22.5%;
}
.pitch {
	font-size: 24px;
	width: 50%;
}
#model .modelname{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 15px;
	font-size: 11px;
}
.head-container{
	width: 100%;
}
.content-container{
	font-size: 24px;
	width: 100%;
}
#profile .thumbnail,#profile .thumbnail img {
	width: 100%;
	height: auto;
}


#profile{
	width: 24%;
	height: 24%;
	margin-bottom: 50px;
	margin-left: 6%;
}

#testimonials{
	width: 60%;
	padding-top: 50px;
}


	}
@media only screen and (max-width: 960px) {
	
.logo {
	   background-size: 100% ;
}
.play {
	display: none;
}
.play:hover {
	display: none;
}
#testimonials{
	width: 80%;
	padding-top: 50px;
}
	}
@media only screen and (max-width: 720px) {
	
.pitch {
	font-size: 20px;
}
#model{
	width: 22%;
	height: 22%;
}
#profile .modelname{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 15px;
	font-size: 11px;
}
.content-container p{
	font-size: 14px;
}
footer .content-container p{
	font-size: 11px;
}


	}	

@media only screen and (max-width: 600px) {
.logo {
	width: 100%;
	background-size: 60%;
	background-position: center center;
	height: 50px;
}	
.pitch {
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
    header.sticky {
	height: 70px;
	position: absolute;
	z-index: 1111;
	top: 0px;
	background-color: #333;
	opacity: .90;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	box-shadow: none;
}
	
	
#model{
	width: 46%;
	height: 46%;
}
.sales {
	font-size: 20px;
}
#profile{
	width: 43%;
	height: 43%;
	margin-bottom: 20px;
	margin-left: 3%;
}
.content-container h1{
	font-size: 30px;
}
.content-container h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}
.profiles .content-container h1{
	font-size: 30px;
}
.join-but a{
	font-size: 30px;
	margin-top: 30px;
	padding: 20px;
	width: 270px;
	margin-bottom: 40px;
}

.black-cover{
	height: 700px;
	padding-top: 100px;
}

.first {
	max-height: 800px;
}
#testimonials{
	width: 90%;
	padding-top: 50px;
}
	
#testimonials .picture{
	width: 20%;
	}
#testimonials p.author{
	width: 80%;
}
blockquote {
	width: 80%;
}
.half {
	width: 44%;

}
}
@media only screen and (max-width: 400px) {
header {
	height: 60px;
	padding-top: 10px;

}	
.logo {
	width: 100%;
	background-size: 60%;
	background-position: center center;
	height: 40px;
}	
.pitch {
	font-size: 11px;
	width: 100%;
	text-align: center;
}

#model{
	width: 45%;
	height: 45%;
}

.third img{
	max-width: 98%;
}
.half{
	width: 98%;
}
#testimonials{
	padding-top: 0px;
}


#testimonials .picture{
	width: 25%;
	}
#testimonials p.author{
	font-size: 11px;
	width: 70%;
}
blockquote {
	font-size: 12px;
	width: 70%;
	line-height: 22px;
}
.black-cover{
	padding-top: 80px;
	height: 720px;
	background: rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 100px #000 inset;

}
	}			
