body{ 
	background-color:#000; 
	color:#fff; 
	margin:0 10px 0 10px; 
	font-family: 'Open Sans', sans-serif; 
}

h1 { 
	margin:0; 
	padding:0; 
}

p{ 
	 margin:0;
	 padding:0; 
}

a{ 
	color:#FFF; 
}

li{
	list-style-type: none;
}



.page{
	margin:auto; 
	text-align:center;
	min-width:1390px; 
}

.box{ 
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    vertical-align: top;
}

.gradient{ 
	background: url(/static/images/background.png);
}

.navBar{ 
    width: 400px;
    /*min-height: 540px;*/
    display: inline-block;
    margin-right: 5px;
}

.main{ 
	width:960px; 
	display:inline-block;
}

.cams{
	width: 1380px; 
	display:inline-block;	
}

.space{ 
	clear:both; 
	padding-top:10px; 
}

.spaceBig {
    clear: both;
    padding-top: 90px;
}

#liveStream{
	width:960px; 
	height:550px; 
	margin:auto;
}

ul.features{
	list-style: none;
	padding:0 0 5px 5px; 
	font-size:14px; 
}

ul.features li{ 
	padding:0 0 5px 0;
}

ul.sites{
	list-style: none;
	padding:0 0 5px 5px;
	font-size:14px; 
}

ul.sites li{
	padding:0 0 5px 0;
}

ul li img{ 
	vertical-align: middle;
	padding: 0 5px 0px 0;
}

.camModel{ 
	border:1px solid #9B3F41;
	width:340px;
	height:285px;
	float:left;
	margin:0 3px 5px 0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}

.camModel .info{
	width:100%;
	height:30px;
	background-color:#9B3F41;
	color:#fff;
}

.camModel .info .name{
	float:left;
	width:150px;
	line-height:30px;
	padding-left:10px;
}

.camModel .info .age{
	float:right;
	width:70px;
	line-height:30px;
	padding-right:10px;
	text-align:right;
}

.camModelBig{
	border:1px solid #9B3F41;
	width:685px;
	height:578px;
	float:left;
	margin-right:3px;
}

.camModelBig .photo{
	width:340px;
	height:200px;
	padding:5px;
	float:left;
	overflow:hidden;
}

.camModelBig .photo img{
	padding:5px;
}

.camModelBig .info{
	width:320px;
	height:200px;
	padding:5px;
	float:left;
}


.camModelBig .bio{
    margin: 0 10px 0 10px;
    padding: 5px;
    font-size: 15px;
    background-color: #9b3f41;
    height: 340px;
    border: 1px dashed;
}

.camModelBig .bio p{
	line-height: 17px;
}

.languege{
	display:inline-block;
	width:50px;
	height:40px;
	text-align:center;
	margin:0 10px 0 10px;
}

.infoLabel{
    background: #9b3f41;
    width: 300px;
    margin: 5px 0 7px 10px;
    padding: 3px 5px 4px 5px;
    font-size: 13px;
    border: 1px dashed;
}

.infoLabel span{
	font-size:15px;
}

.copyright{
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.copyrightMobile{
	display:none;
}

#footer{
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: -o-calc(100% - 300px);
	width: calc(100% - 300px);
	float:left;
	font-size:11px;
}

#footer #languege{
	height:70px;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}

#footer #footerRight{
	float:right;
	width:300px;
}


.logo img { 
    margin: 20px auto; 
    box-shadow: 0 0 50px rgba(0,0,0,0.4); 
}


.bottomAd{ text-align:center; padding-bottom:10px; }

.recentPhotoContainer{ width:100%; padding-bottom:75%; }
.recentPhotoContainer img{ float:left; }

#object_container_0{
	width:100%;
	height:100%;
}

.not-found{
    padding: 100px 0 500px 0;
    font-size: 25px;
}

/*Chatroom*/
iframe{ border:none; }
.mistress_profile{
	display: flex;
	padding: 0 5px;
	margin-bottom:10px;
}
.mistress_data1{
	flex: 1;
	text-align: left;
}
.mistress_data2{
	flex: 7;
	text-align: left;
	padding-left: 10px;
}
.mistress_data1 p{
	padding: 5px 0;
}
.mistress_data2 p{
	padding: 5px 0;
}
.liveUserInfo{
	background: #9b3f41;
}
.liveUserCam h1{
	font-size: 23px;
}
#pageDescription h1{
	font-size: 23px;
	padding: 10px 0;
}
.offline{
	padding: 10px 0;
	font-size: 23px;
}

@media (max-width:1465px) and (min-width:1078px) {
	.navBar { width:400px; margin-top:20px; vertical-align:top; display:inline-block; float:right; border: none; box-shadow: 0 0 50px rgba(0,0,0,0.4); }
	.page{ min-width:inherit; display:inline; }
	.logo img{ margin:20px auto 0 auto; display:inline-block; width:calc(100% - 500px); height:25vw; }
	.logo img img{ width:100%; height:inherit; display:inline-block; }
	.main{ margin-top: 20px; width:calc(100% - 430px); padding:0px; }
	#liveStream{ width:auto; height:560px; }
}
@media (max-width:1420px) and (min-width:1071px) {
	.cams{ width: 1040px; }
}
@media (max-width:1375px) and (min-width:1281px) {
	.logo img{ height:24vw; }
}
@media (max-width:1280px) and (min-width:1220px) {
	.logo img{ height:23vw; }
}
@media (max-width:1219px) and (min-width:1140px) {
	.logo img{ height:22vw; }
}
@media (max-width:1139px) and (min-width:1078px) {
	.logo img{ height:21vw; }
}
@media (max-width:1077px) and (min-width:701px) {
	.logo img{ height:38vw; }
}
@media (max-width:700px) and (min-width:401px) {
	.logo img{ height:37vw; }
}
@media (max-width:400px) {
	.logo img{ height:36vw; }
}
@media (max-width:1110px) {
	.bottomAd{ display:none; }
	.copyright{ display:none; }
	.copyrightMobile{ display:block; width:300px; text-align: center; font-size: 14px; line-height: 30px; }
	#footer{ display:none; }
}
@media (max-width:600px) {
	.copyrightMobile{ width:100%; display:block; text-align:center; }
	#footer{ display:none; }
	#footerRight{ display:block; width:100%; text-align:center; }	
}
/* doing 100% and 50% on model images.. 320 x2 640px.. */
@media (max-width:1077px) {
	.logo img{ margin:20px auto 0 auto; display:inline-block; width:100%; }
	.logo img img{ width:100%; height:inherit; }
	.page{ min-width:inherit; }
	.cams{ width:100%; max-width: 700px;  }
	.camModelBig{ width:98%; height:auto; padding-bottom:10px; margin-bottom:10px; }
	.camModelBig .photo { width:50%; height:auto; }
	.camModelBig .photo img{ width:100%; height:auto; }
	.camModelBig .info{ width:45%; /*height:215px;*/ }
	.camModelBig .bio{ height:auto; }
	.camModelBig .bio p{ line-height: 20px; }
	.camModel{ width:48%; height:auto; }
	.camModel img{ width:100%; height:100%; }
	.camModel .info .name{ width:calc(100% - 80px); overflow:hidden; }
	.camModel .info .age{ width:60px; font-size:12px; }
	.infoLabel{ width:auto; margin:5px 0 0 5px; }
	.navBar { margin-top:20px; vertical-align:top; display:inline-block; border: none; box-shadow: 0 0 50px rgba(0,0,0,0.4); width:calc(100% - 50px); /*height:385px;*/ }
	.navBar ul{ width:49%; display:inline-block; vertical-align:top; }
	.main{ width:95%; margin-top: 10px;}
	#liveStream{ width:100%; height:50vw; }
	#object_container_0{
		width:calc(100% - 25px );
		margin-left:5px;
	}
}
@media (max-width:820px) {	
	.navBar { height: auto; }
	.navBar ul{ width:100%; }
}
@media (max-width:450px) {	
	.infoLabel{ width:auto; margin:5px 0 0 5px; border: 1px dashed; }
	.camModelBig .photo{ width:calc(100% - 20px); }
	.camModelBig .photo img{ width:100%; height:auto; }
	.camModelBig .info{ width:calc(100% - 20px); }
	.infoLabel{ width:96%; margin:5px 0 0 5px; border: 1px dashed; }
}
@media (max-width:400px) {
	.camModel{ width:calc(100% - 10px); }
	#footerRight img{ width:calc(100% - 10px); }
}