@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC&display=swap');

*

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;
    letter-spacing: 1px;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background: #000;
    line-height: 1;
    min-height: 100vh;
    -ms-overflow-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Patrick Hand SC', cursive;
}
html{
	overflow: scroll;
    overflow-x: hidden;
    min-height:100%;
    margin: 0;
}
ol, ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
::-webkit-scrollbar{
    width: 0px;
    background: transparent;
}
#mainContainer{
    background: #3c3c3c;
    position: relative;
}

/* HEADER */

.header{
    background: url('/images/wall.png');
    background-size: contain;
    position: relative;
}
.logo{
    text-align: center;
}
.logo img{
    height: 100px;
}

#main{
    background: #3c3c3c;
    text-align: center;
    padding: 0px 5px 5px 5px;
}
.space{
    height: 10px;
    background: #3c3c3c;
}
.custom_top_message{
    display: none;
    padding: 5px 10px;
    background: #ff0036;
    font-size: 15px;
    color: #fff;
    font-size: 12px;
}

/* Side menu */

#sidebar{
    position: fixed;
    overflow-x: hidden;
    width: 250px;
    height: 100%;
    background: #191616;
    left: -250px;
    transition: all 250ms linear;
    z-index: 1;
    font-size: 14px;
    border-right: 1px solid rgb(47, 47, 47);
}
#sidebar ul li a{
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    transition: all 250ms linear;
    border-top: 1px solid rgb(47, 47, 47);
    font-size: 12px;
}
#sidebar ul li a:hover{
    background: rgba(208, 0, 233, 0.5);
}
.menu_links{
    border-bottom: 1px solid rgb(47, 47, 47);
}
.menu_titles{
    color: #d000e9;
    padding: 10px;
    display: block;
    transition: all 250ms linear;
    border-top: 1px solid rgb(47, 47, 47);
}
.copyright{
    color: #ff0036;
    padding: 10px;
    display: block;
    transition: all 250ms linear;
    border-top: 1px solid rgb(47, 47, 47);
    font-size: 12px;
}
.fa-bars{
    font-size: 25px;
    color: #d000e9;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0.6;
}
.fa-search{
    font-size: 25px;
    color: #d000e9;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.6;
}
.fa-window-close{
    font-size: 25px;
    color: #ff0036;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
#overlay{
    transition: all 250ms linear;
}

/* Search 1*/

.mainText{
    text-align: center;
}
.text{
    font-size: 12px;
    color: #fff;
    padding: 10px;
}
.searchbox{
    display: none;
    background: #3c3c3c;
    height: 44px;
    width: 100%;
    text-align: center;
}
.search{
    padding-top: 10px;
    position: relative;
    display: inline-block;
    opacity: 0.7;
}
.search input{
    outline: none;
    border: 1px solid #d000e9;
    font-weight: bold;
    height: 30px;
    background: #191616;
    padding-left: 15px;
    font-weight: normal;
    color: #ff0036;
    font-family: 'Patrick Hand SC', cursive;
    border-radius: 25px;
    -moz-box-shadow: 0 0 1px #d000e9;
    -webkit-box-shadow: 0 0 1px #d000e9;
    box-shadow: 0 0 1px #d000e9;
}
.search input:focus{
    border: 1px solid #ff0036; 
    -moz-box-shadow: 0 0 1px #ff0036;
    -webkit-box-shadow: 0 0 1px #ff0036;
    box-shadow: 0 0 1px #ff0036;
}
.search-icon{
    position: absolute;
    width: 34px;
    height: 34px;
    top: 10px;
    right: 0px;
    cursor: pointer;
}
::placeholder{
    color: #d000e9;
    font-family: 'Patrick Hand SC', cursive;
}
:-ms-input-placeholder{
    color: #d000e9;
    font-family: 'Patrick Hand SC', cursive;
}
::-ms-input-placeholder{
    color: #d000e9;
    font-family: 'Patrick Hand SC', cursive;
}

/* Search 2*/

.search_desktop{
    display: none;
    padding: 14px 20px;
    position: relative;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    right: 0;
}
.search_desktop input{
    outline: none;
    border: 1px solid #d000e9;
    font-weight: bold;
    height: 36px;
    background: #191616;
    padding-left: 15px;
    font-weight: normal;
    color: #d000e9;
    font-family: 'Patrick Hand SC', cursive;
    border-radius: 25px;
    -moz-box-shadow: 0 0 2px #d000e9;
    -webkit-box-shadow: 0 0 2px #d000e9;
    box-shadow: 0 0 2px #d000e9;
}
.search_desktop input:focus{
    border: 1px solid #ff0036; 
    -moz-box-shadow: 0 0 2px #ff0036;
    -webkit-box-shadow: 0 0 2px #ff0036;
    box-shadow: 0 0 2px #ff0036;
}
.search-icon2{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 14px;
    right: 20px;
    cursor: pointer;
}

/* Desktop navbar */

#desktop_navbar{
    display: none;
    overflow: hidden;
}
#desktop_navbar a{
    text-decoration: none;
    color: #ff0036;
    padding: 10px;
    display: inline-block;
    float: left;
    font-size: 13px;
    transition: 0.5s;
    font-weight: bold;
}
#desktop_navbar a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #d000e9;
    transition: width .5s;
}
#desktop_navbar a:hover::after {
    width: 100%;
    //transition: width .5s;
}

/* Models */

.cam{
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    background: #000;
    -webkit-box-shadow: 0px 0px 1px 0px #ff0036;
    -moz-box-shadow: 0px 0px 1px 0px #ff0036;
    box-shadow: 0px 0px 1px 0px #ff0036;
}
.shot{
    width: 100%;
}
#cam-temp{
    display: none;
}
.cam_info{
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.8);
    height: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.name{
    padding: 3px;
    float: left;
    color: #ff0036;
}
.age{
    padding: 3px;
    float: right;
    color: #ff0036;
}
.bio{
    width: 100%;
    height: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 11px!important;
}
.viewers{
    padding: 3px;
}

/* Load more dominas */

.loading{
    text-align: center;
    padding: 20px 0;
    background: #3c3c3c;
}
.more_dominas{
    width: 180px;
    height: 45px;
    background: #191616;
    border: 1px solid #191616;
    color: #d000e9;
    font-family: 'Patrick Hand SC', cursive;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208,0,233,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208,0,233,1);
    box-shadow: 0px 0px 10px 0px rgba(208,0,233,1);    
}
.more_dominas:hover{
    color: #ff0036;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 0, 54,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 0, 54,1);
    box-shadow: 0px 0px 20px 0px rgba(255, 0, 54,1);
}
#temp-domme{
    display: none;
}
.loadgif{
    text-align: center;
    background: #3c3c3c;
    display: none;
}
.loadgif img{
    height: 85px;
}

/* Content */
#content{
    background: #191616;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
    box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
}
#content h1{
    color: #ff0036;
    padding: 10px;
}
#content p{
    color: #fff;
    font-size: 15px;
    padding: 10px;
    padding-top: 0;
}
.domina img{
    height: 200px;
}

/* Footer */
#footer{
    background: url('/images/wall.png');
    background-size: contain;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
#footer p{
    padding: 10px;
    font-size: 12px;
    padding-top: 0;
}
.about_us h1{
    padding: 10px;
    color: #d000e9;
}
#footer .site_copyright{
    padding: 5px;
    font-size: 12px;
}
.site_copyright{
    background: #ff0036;
}
.addthis_inline_share_toolbox{
    padding: 10px;
    padding-top: 5px; 
}

/* Chatroom */
#chatroom {
    color: #fff;
	text-align: center;
	background-color: #191616;
}
#chatroom p{
    font-size: 12px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}
.iframe_container{
    margin: 0 auto;
    position: relative;
}
.live_gif{
    position: absolute;
    top: 2.5%;
    right: 1.5%;
}
.live_gif img{
    width: 40px;
}
.chatinfowrap{
    margin: 0 auto;
    margin-bottom: 10px;
    background: #3c3c3c;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
    box-shadow: 0px 0px 1px 0px rgba(208,0,233,1);
    margin-top: 8px;
}
.model-status{
    padding: 100px 0;
    color: #d000e9;
}
.chat-style-x{
    display: flex;
    text-align: left;
    padding: 10px;
}
#chatroom .chat-info1 p{
    color: #d000e9;
}
.model-nick{
    padding: 5px;
    background: #8b0d99;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
.fa-female{
    font-size: 12px;
}
.buttons_wrap{
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.buttons_wrap a{
    text-decoration: none;
}
.button{
    background: #ff0036;
    padding: 8px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,54,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,0,54,1);
    box-shadow: 0px 0px 5px 0px rgba(255,0,54,1);
    transition: 0.5s;
}
.button:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,0,54,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,0,54,1);
    box-shadow: 0px 0px 15px 0px rgba(255,0,54,1);
}

/* 404 */
#not-found{
    text-align: center;
    background: #191616;
    min-height: 100vh;
}
#not-found img{
    width: 200px;
}
#not-found h1{
    font-size: 20px;
    color: #d000e9;
    padding: 10px;
}
#not-found p{
    font-size: 15px;
    color: #fff;
    padding: 10px;
}
.notfound_girl{
    padding-top: 20px;
}




/* ----- MEDIA QUERY ----- */
/* MIN */
@media (min-width:481px) { .cam{width: calc(33.3333333333% - 5px);} }
@media (min-width:641px) { .cam{width: calc(25% - 5px);} }
@media (min-width:961px) { .cam{width: calc(20% - 5px);} .fa-search{display: none;} .fa-bars{display: none;} .mainText{display: none;} .desktopSearch{display: inline-block;} .logo{text-align: left;} #desktop_navbar{display: block;} .header{display: flex; align-items: center;} .search_desktop{display: block; position: absolute; top: 16px; bottom: 16px;} .custom_top_message{display: block;} #content{display: flex; align-items: center; text-align: left;} }
@media (min-width:1100px) { #desktop_navbar a{padding: 10px 18px;} .custom_top_message{font-size: 15px;} }
@media (min-width:1281px) { .cam{width: calc(16.6666666667% - 5px);} #desktop_navbar a{padding: 10px 28px;} }
@media (min-width:1520px) { .cam{width: calc(14.2857142857% - 5px);} #desktop_navbar a{padding: 10px 38px;} }
@media (min-width:1920px) { .cam{width: calc(12.5% - 5px);} #desktop_navbar a{padding: 10px 48px;} }




  














































































