@import url('https://fonts.googleapis.com/css?family=Federo');

*

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: 'Federo', sans-serif;
    letter-spacing: 1px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background: #142b80;  
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p{
    padding: 5px;
    color: #fff;
    line-height: 17px;
}
h1{
    padding: 10px;
    font-size: 23px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1.5px;
}
h2{
    padding: 10px;
    font-size: 23px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1.5px;
}
/* Main container */
#mainContainer{
	min-height: 100vh;
	position: relative;
}
/* ----- HEADER ----- */
#header {
    width: 100%;
    background: #000428; 
    background: -webkit-linear-gradient(to right, #004e92, #000428); 
    background: linear-gradient(to right, #004e92, #000428);
    position: relative;
    border-top: 1px solid #004e92;
}
#header img{
    width: 300px;
}
.homelink{
    display: block;
    float: left;
}

/* --- TOPNAV MOBILE--- */
.topnavContainer{
    width: 100%;
    position: absolute;
    z-index: 10;
}
.topnav{
    background-color: #7f0113;
    overflow: hidden;
    border-top: 1px solid #004e92;
    border-bottom: 1px solid #004e92;
}
.responsive{
    border-top: 1px solid #004e92;
    border-bottom: 1px solid #004e92;
}
.topnav a{
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 10px 10px 5px;
}
.active{
    color: #fff;
}
.topnav .icon{
    display: none;
}
/* Search */
#search {
    width: 200px;
    position: relative;
    float: right;
    margin-right: 16px;
}
.searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #7f0113;
    padding: 5px;
    height: 20px;
    outline: none;
    color: #7f0113;
}
.fa-search{
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 21px!important;
    cursor: pointer;
    color: #7f0113;
}
::placeholder {
    color: #7f0113;
    opacity: 1;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; } 
input:focus:-ms-input-placeholder { color:transparent; }
/* --- TOPBAR DESKTOP--- */
.topbar{
    display: none;
    width: calc(100% - 300px);
}
.topbar ul{
    width: 100%;
    font-size: 15px;
}
.topbar ul li{
    width: 16.6666666667%;
    float: left;
}
#header .topbar ul li a{
    display: inline-block;
    float: left;
    text-decoration: none;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 78.66px;
    line-height: 87px;
    font-family: 'Federo', sans-serif;
    transition: background 0.4s;
}
#header .topbar ul li a:hover{
    background: #7f0113;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* Desktop search */
.desktopSearch{
    width: 100%;
    display: none;
    background: #7f0113;
    border-bottom: 1px solid #004e92;
}
.inputSearch{
    width: 15%;
    padding: 7px 0px 7px 5px;
    color: #7f0113;
    outline: none;
    border: 1px solid #000428;
    opacity: 0.9;
    transition: 0.5s ease;
    font-family: 'Federo', sans-serif;
}
.inputSearch:hover{
    opacity: 1;
    transition: 0.5s ease;
}
.butonSearch{
    padding: 7px;
    color: #fff;
    background: #000428;
    outline: none;
    border: 1px solid #000428;
    font-family: 'Federo', sans-serif;
    letter-spacing: 0.5px;
}
.search-wrapper{
    text-align: right;
    padding: 5px 0px;
    margin-right: 15px;
}

/* ----- MODELS ----- */
#modelContainer{
    width: 100%;
    text-align: center;
    margin: 45px 0px;
}
.model{
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #7f0113;
}
.model img{
    width: 100%;
}
.model-info{
    position: relative;
    background-color: #7f0113;
    font-size: 11px;
}
.model-name{
	width: calc(80% - 5px);
    display: inline-block;
	color: #fff;
	text-align: left;
    letter-spacing: 1.3px;
    padding: 3px 0px 3px 5px;
}
.model-age{
	width: calc(20% - 5px);
    display: inline-block;
    float: right;
	color: #fff;
    text-align: right;
    padding: 3px 5px 3px 0px;
}
.model-underline{
    color: #fff;
    margin: 0px 5px;
    border-bottom: 1px solid #fff;
}
.model-onlinetime{
    color: #fff;
    padding: 3px 0px;
}
.model-status{
    font-size: 30px;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    display: inline-block;
}
.fa-video{
    padding-right: 5px;
}
.fa-home{
    padding-right: 5px;
}

/* Load more */
.loadmore {
    text-align: center;
}
.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
	text-align:center;
	letter-spacing: 2px;
    border: 1px solid #004e92;
    background-size: 300% 100%;
    background: #7f0113;
    outline: none;
}
.loadingimage{
    text-align: center;
    display: none;
}
#users-temp{
    display: none;
}

/* ----- CONTENT ----- */
#content {
    position: relative;
    width: 90%;
    padding: 2% 5%;
    margin: 45px auto;
    color: #fff;
    overflow: hidden;
    background: #7f0113;
}
#content p{
    text-indent: 10px;
} 
#content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: #142b80 #142b80 #fff #004e92;
    background: #004e92;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    /* Firefox 3.0 damage limitation */
    display: block; width: 0;
}  
#content.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
#content.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

/* ----- CHATROOM ----- */
#chatroom {
	width: 100%;
    color: #000;
	text-align: center;
	background-color: #7f0113;
    margin-top: 45px;

}
#chatroom p{
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 1;
}
.chatroom iframe{
	width: 100%;
	height: 100%;
}
.chatinfowrap{
    margin: 0 auto;
    margin-bottom: 8px;
    background: #142b80;
    border-top: none;
    margin-top: 8px;
}

.model-nick{
    text-align: center;
    border-top: 1px solid #004e92;
    padding: 8px 0px;
    background: #142b80;
}
.chat-info1{
    width: 50%;
    float: left;
    text-align: left;
    padding: 8px 0px;
}
.chat-info2{
    width: 50%;
    float: right;
    text-align: right;
    padding: 8px 0px;
}.chat-info3{
    border-bottom: 1px solid #004e92;
    padding: 8px 0px;
    display: inline-block;
    width: 100%;
}
.iframeTxtbar{
    display:inline-block;
    position: relative;
}
#chatroom .iframeBar p{
    font-size: 20px;
}
.yesHD{
    position: absolute;
    top: 10px;
    left: 18px;
}
#chatroom img{
    width: 40px;
}
/* ----- FOOTER ----- */
#footer{
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(to left, #004e92, #000428); 
    background: linear-gradient(to left, #004e92, #000428);
    border-top: 1px solid #004e92;
    display: table;
    position: absolute;
	bottom: -200px;
}
#footer p{
    padding: 20px;
}
.footertxt1{
    text-align: center;
    display: table-cell;
}
.footertxt2{
    text-align: center;
    display: table-cell;
}
.footertxt3{
    text-align: center;
    display: table-cell;
    padding-top: 10px;
}
/* Error 404 */
.error404{
	width: 100%;
    text-align: center;
    margin-top: 100px;
}
.error404 img{
	width: 100%;
	height: 100%;
}

/* ----- MEDIA QUERY ----- */
/* MAX */
@media screen and (max-width: 1025px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: relative;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    #chatroom img {width: 30px;}
    .yesHD {top: 10px; left: 15px;}
    .chatinfowrap{background: #7f0113;}
    .iframeBar{opacity: 0.8;}
}
/* MIN */
@media (min-width:320px) {  }
@media (min-width:481px) { .model{width: calc(33.3333333333% - 10px);} }
@media (min-width:641px) { .model{width: calc(25% - 10px);} }
@media (min-width:961px) { .model{width: calc(20% - 10px);} }
@media (min-width:1025px) { .model img{opacity: 0.9;} .model img:hover{opacity: 1;} .topnavContainer{display: none;} #modelContainer{margin: 10px 0px 45px 0px;} .logoContainer{border-bottom: 1px solid #004e92;} .topbar{display: inline-block;} #header{border-bottom: 1px solid #004e92;} .desktopSearch{display: block;} #chatroom{margin-top: 10px; border-bottom: 1px solid #004e92;} }
@media (min-width:1281px) { .model{width: calc(16.6666666667% - 10px);} }
@media (min-width:1520px) { .model{width: calc(14.2857142857% - 10px);} }







