/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
*/
body {
    background-color: #e9ebee;
}
a:focus{
    outline: none;
}
h1{
    font-size: 18px;
    color: #3c3638;
    text-align: center;
    margin-top: 10px;
}
    header .logo{
        text-align: center;
        padding: 2px;
        
    }
    header .logo>a>img{
        margin-left:-10px;
    }
    header>.row{
        /*height: 113px;*/
    }
    /*header>.navbar{
        min-height: 40px;
    }*/
    header .btn{
        padding: 5px;
    }
    header .citymetro{
        padding-top: 18px;
    }
    header .citymetro>.btn{
        width: 182px;
        padding: 5px;
        border-radius: 0px;
    }
    header .search{
        /*padding: 25px 12px 3px 0px;*/
    }
    @media screen and (min-width:1400px){header .navbar-brand{
        padding: 0px;
    }}
    
    @media screen and (min-width: 1200px){
        header .citymetro>.btn{
            width: 205px;
            padding: 5px;
        }
    }
    @media (min-width: 992px){
        header .citymetro>.btn{
            width: 180px;
            padding: 5px;
        }
        header .logo>a>img{
            margin-left:-30px;
        }
        .citymetro{
            margin-left: -15px;
        }
    }
    @media (min-width: 768px){
        header .citymetro>.btn{
            margin-bottom: 5px;
        }
        
    }
        
    .search-block{
        padding-top: 16px;
        width: 50%;
        display: inline-block;
        float: left;
    }
    @media screen and  (max-width: 990px){
        .search-block{
        width: 100%;
    }
    }
    
    header nav>.collapsemenu {
        padding: 0px;
        background-color: #8c7f83;
        border-radius: 7px;
    }
    header .menu .navbar-nav{
        margin: 0px;
    }
    
    header .menu{
        background-color: #8c7f83;
        height: 25px;
        position: relative;
        border-radius: 7px;
        z-index: 1;
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    
        header>nav>.navbar-header, header>nav>.menu, header>nav>.menu>ul, header>.navbar{
            height: 33px;
            min-height:33px;
            max-height: 33px;
        }
        
        header .navbar-default .navbar-nav>li>a{
            text-shadow: 0 0 0 #fff;
            color: #fff;
            /*padding-top:0px;
            padding-bottom: 0px;*/
        }
        
        .navbar-nav>li>a{
            padding-top: 6px;
            padding-bottom: 6px;
        }
        header .navbar-default .navbar-nav>li>a:hover{
            color: #fa5858;
            text-shadow: 0 0 0 #fa5858;
        }
        header .navbar-default .navbar-nav>li>a:focus{
            color: #fa5858;
            text-shadow: 0 0 0 #fa5858;
        }
        header .navbar-default .navbar-nav>li>a:hover{
            color: #fa5858;
            text-shadow: 0 0 0 #fa5858;
        }
        header .navbar-toggle{
            margin-top: 0px;
            padding: 3px;
        }
#menuleft>nav>ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.spisok{
    color: inherit;
    /*background-color: #eeeeee;*/
    -webkit-border-radius: 6px; 
    padding-top: 15px; 
    margin-top:10px
}
.spisok>b{
    /*margin-left: 15px;*/
}
.spisok>ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.spisok>ul>li{
    padding: 2px 0;
}
#menuleft>nav>ul>li{
    margin-bottom: 10px;
}
#menuleft>nav>ul>li>ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
#menuleft>nav>ul>li>span>hr{
    border: 0;
    border-top: 3px solid #903;
    width: 142px;
    margin-left: 0px;
}
#menuleft>nav>ul>li>ul>li>a, .spisok>ul>li>a,.ads-tags>.tag>a{
    color: #666;
}
#assideright{
    /*padding-top: 10px;*/
}
#banners{
    margin-top: 10px;
}
#banners>a>img{
    width: 100%;
    max-width: 200px;
    float:left;
    margin-bottom: 5px;
}
footer{
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
}
.commentslogin .userlogin{
    max-width: 300px;
    margin: 0 auto;
}
#comments{
    margin-top: 10px;
    max-width: 540px;
}
.userlogin>.loginform>.checkbox{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.userlogin>.title{
    font-size: 16px;
    font-weight: 700;
    color: #ff0040;
    text-align: center;
}
.userlogin>.loginform>.btn{
    margin-top:5px;
}
.itemgirl{
    padding: 5px;
    position: relative;
    max-width: 380px;
}
.itemgirl>.user{
    position: absolute;
    top: 5px;
    right: 45px;
}
.itemgirl>.girl-edit{
    position: absolute;
    top: 5px;
    right: 5px;
}
.itemgirl>.girl-delete {
    position: absolute;
    top: 38px;
    right: 5px;
    z-index: 10;
}
.itemgirl>.profile{
    height: 197px;
    border: 1px solid #ccc;
    padding: 10px;
    color:#666;
    background-color: white;
}
@media (max-width: 768px){
        .itemgirl>.profile{
            height: 225px;
        }
    }
    
    .itemgirl>.profile>header>.h2{
        font-size: 14px;
        font-weight: 700;
        padding-left: 10px;
        height: 20px;
        margin: 0px;
            float: left;
    }
    .itemgirl>.profile>header>.h2>a{
        color: #555;
    }
    .itemgirl>.profile>header>.phonecity{
        height: 20px;
    }
    .itemgirl>.profile>header>.metro{
        height: 30px;
    }
    .itemgirl>.profile>header>.metro>.pull-right{
        max-width: 50%;
        max-height: 30px;
    }
    .itemgirl>.profile>.body>.row>figure{
        max-width: 150px;
    }
    .itemgirl>.profile>.body>.row>figure>a>img{
        height: 145px;
        width: 120px;
    }
    .itemgirl>.profile>.body>.row>.parametres .har{
        color: #555;
        font-weight: 700;
        float: right;
            max-width: 83px;
    }
    .itemgirl>.profile>.body>.row>.parametres .price{
        color: #ff0040;
        font-weight: 700;
        float: right;
    }
    .itemgirl>.profile>.body>.row>.parametres>table{
        width: 100%;
    }
    .itemgirl>.profile>.body>.row>.parametres .line{

    }
    .itemgirl>.profile>.body>.icons{
        margin: 5px 0px 0px 0px;
    }
    .itemgirl>.profile>.body>.icons>.icon{
        float:left;
        width: 40px;
        margin-right: 4px;
    }
    .itemgirl>.profile>.body>.notegirl{
        height: 40px;
    }
.adsmenu{
    /*padding-bottom: 15px;*/
}
    .adsmenu>.pull-right>.btn{
        margin-right: 40px;
    }
    .ads>header{
        line-height: 25px;
    }
.ads_item header{
    /*padding-bottom: 10px;*/
}
.ads_item{
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0;
    margin: 0px;
    background-color: white;
    margin-bottom: 10px;

}
.ads_item>.col-md-3{
    /*width: 150px;*/
}
.ads_item img{
    width: 100%;
    max-width: 80px;
}
.ads_item p{
    word-wrap: break-word;
}
.menusalon{
    margin: 0px;
}
.salonitem{
    padding: 5px;
}
    .salonitem>section{
        height: 250px;
        border: 1px solid #ccc;
        background-color: white;
        padding: 10px;
        margin-bottom: 10px;
        color: #666;
    }
    
    @media screen and  (max-width: 990px){
        .salonitem>section{
        height: 265px;
    }
    }
    @media (max-width: 768px){
        
        .salonitem>section {
            height: auto;
            padding-bottom: 20px;
        }
        
    }
    .salonitem>section>header{
        border-color: #fff #fff #ccc;
        border-style: dotted;
        border-width: 1px;
    }
    .salonitem>section>header>h2{
        font-size: 16px;
        font-weight: 700;
        margin: 0px;
    }
    .salonitem>section>header>h2>a{
        color: #555;
    }
    .salonitem>section>.phone{
        height: 20px;
        text-align: right;
    }
    /*.salonitem>.profile>.body>.row>figure{
        height: 165px;
        width: 250px;
    }*/
    .salonitem>.profile>.body>.row>figure>a>img{
        width: 100%;
        max-width: 250px;
        border-radius: 5px;
    }
    /*.salonitem>.profile>.body>.row>.parametres{
        position: absolute;
        right: 5%;
        top: 80px;
    }*/
    .salonitem>.profile>.body>.row>.parametres .har{
        color: #555;
        font-weight: 700;
        float: right;
    }
    .salonitem>.profile>.body>.row>.parametres .price{
        color: #ff0040;
        font-weight: 700;
        float: right;
    }
    .salonitem>.profile>.body>.row>.parametres>table{
        margin-top: 10px;
    }
    .salonitem>.profile>.body>.row>.notesalon{
        height: 90px;
        padding-top: 5px;
    }
    .salonitem>.profile>.address{
        margin: 0px;
    }
    .salonitem>.profile>.address>.metro{
        float:left;
        width: 50%;
        color:#288399;
        text-align: right;
    }
    .salonitem>.profile>.address>.city{
        float:left;
        width: 50%;
        text-align: left;
    }
.salon-phone>div{
    display: block;
    line-height: 25px;
}
.salon-phone>div>a{
    font-size: 22px;
    color: #903;
    font-weight: 700;
}
.salon-phone>.errortd{
    font-size: 22px;
    color: red;
    font-weight: 700;
}
.viewgirl{
    padding: 10px 0;
}
    .viewgirl>header{
        font-size: 18px;
        text-align: center;
    }
    .viewgirl img{
        height: 96px;
        width: 80px;
        border-radius: 5px;
    }
.viewtypegirl{
    text-align: center;
    margin: 0px;
    
}
#search-form span{
    display: block;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 10px;
    font-weight: 700;
}
.btpsearch{
    margin-top:20px;
    margin-bottom:20px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #FF82AB;
    background-image: -moz-linear-gradient(top,#E8247D,#FF6EB4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#E8247D),to(#FF6EB4));
    background-image: -webkit-linear-gradient(top,#E8247D,#FF6EB4);
    background-image: -o-linear-gradient(top,#E8247D,#FF6EB4);
    background-image: linear-gradient(to bottom,#E8247D,#FF6EB4);
    background-repeat: repeat-x;
    border-color: #FF6EB4 #FF6EB4 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8247D',endColorstr='#FF6EB4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.photo-line-main{
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    height: 100px;
}
#photoline{
    list-style: none;
    position: absolute;
    padding: 0px;
}
#photoline>li{
    float:left;
    padding-right: 4px;
}
#photoline>li>a>img{
    width: 79px;
    height: 96px;
}
.breadcrumb-girl{
    padding-top: 10px;
}
.breadcrumb-girl>.breadcrumb>li>a>h1{
    display: inline-block;
    font-size: 14px;
    color: #428bca;
    margin: 0px;
}
.highslide-gallery img{
    width: 100%;
}
.girltitle{
    background: #928686;
    -webkit-border-radius: 7px;
    width: 100%;
    padding: 3px 0 0 10px;
    margin: 10px 0;
    height: 30px;
}
.girltitle>span{
    float: right;
    font-size: 18px;
    color: #903;
    line-height: 25px;
    margin-right: 10px;
}
.girltitle>span>a{
    color:#fff;
}
.girltitle>h2{
    margin: 0px;
    line-height: 25px;
    text-align:justify;
    display: inline-block;
    color:#fff;
    font-size: 18px;
}
.opis{
    width: 100%;
}
.opis>tbody>tr>.price{
    color: #ff0040;
    font-weight: 700;
}
.opis>tbody>tr{
    border-bottom: 1px dotted #ccc;
}
.opis>tbody>.last{
    border-bottom: none;
}
.notegirl{
    padding: 10px 0;
    word-wrap: break-word;
}
.service .titlegroup{
    display: block;
    font-weight: 700;
    margin: 3px 0 2px;
}
li.plus{
    list-style-image: url(../img/plus.png);
}
li.plus>a{
    color: #616161;
}
li.minus{
    list-style-image: url(../img/minus.jpg);
}
li.minus>a{
    color: #C6C3C3;
}
.service ul{
    padding-left: 20px;
}
.service tr td{
    vertical-align: top;
}
.service td{
    width: 33%;
}
.plus>span,.minus>span{
    display: block;
    color:red;
    word-break: break-word;
}
.mapgirl{
    padding-bottom: 10px;
}
.mapgirl>.girltitle{
    margin-bottom: 10px;

}.comment{
    padding: 5px 0px;
    max-width: 540px;
    border-color: #ccc;
    border-style: none none dashed;
    border-width: 1px;
}

.comment>.autor>.text>p{
    margin: 5px 0;
    word-wrap: break-word;
}
.comment>.autor>.date{
    color: #999;
}
.comment .avatar{
        width: 60px;
        float: left;
    }
    .comment .avatar .commentimg{
        width: 60px;
    }
    .comment .autor{
        margin: 0 0 10px 70px;
    }
    .comment .clear {
    clear: both;
}
.comment footer {
    clear: both;
    line-height: 1;
    margin: 5px 0 3px 0;;
    padding: 0;
    text-align: left;
}
.children-comment{
    margin-left: 20px;
}

.infogirl{
    position: relative;
}
.infogirl>.confgirl{
    position: absolute;
    right: 50px;
    top: 10px;
}
.samegirl{
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0;
    height: 175px;
}
.salongirl{
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0;
    height: 155px;
}
.samegirl img,.salongirl img{
    /*height: 145px;*/
    width: 100%;
    margin-bottom: 5px;
    max-width: 90px;
}
.samegirl table,.salongirl table{
    width: 100%;
}
.samegirl>.title>a, .salongirl>.title>a{
    color: #555;
    font-weight: 700;
    font-size: 15px;
}
.ratio{
    border-bottom: 1px #ccc solid;
    margin-bottom: 5px;
}
.position img{
    width: 100%;
}
.position-btn{
    background-color: #a56986;
    color:white;
    border-color: #FF6FB5;
}
.position-btn:hover{
    background-color: #a56986;
    border-color: #FF3E96;
    color:white;
}
.image-girl, .video-girl, .image-ads,.image-album{
    position: relative;
}
.image-girl>.btn, .video-girl>.btn, .image-ads>.btn{
    position: absolute;
    z-index: 99;
    top: 5px;
    right: 10px;
}
.image-album>.btn{
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 15px;
}
#girlssalon .samegirl{
    height: 160px;
}
.scheduletable{
    width: 100%;
}
.scheduletable td{
    text-align: center;
}
.topgirl{
    text-align: center;
}
.topgirl>header>h2>a{
    font-size: 20px;
}
.topgirl>header>h2>a:hover{
    font-size: 20px;
    color: #fa5858;
}
.topgirl img{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 131px;
    width: 108px;
}
.topgirl>footer>a{
    font-weight: 700;
    color: #666;
    font-size: 22px;
}
.topgirl>footer{
    padding: 0px;
    margin-top: 15px;
}
#pos-search>.positionsearch{
    margin: 10px 0 10px 0;
}
.positionsearch img{
    width: 100%;
}
.gal{
    text-align: center;
    margin: 5px 0;
    width: 170px;
    height: 170px;
}
.gal img{
    width: 100%;
    max-width: 186px;
    max-height: 225px;
}
.itemgirl-user{
    margin-bottom: 20px;
    border-bottom: solid #ccc 2px;
    padding-bottom: 5px;
}
.itemgirl-user .confirmgirlall{
    position: absolute;
    right: 10px;
    top: 80px;
    width: 70px;
}
.itemgirl-user img{
    width: 100%;
}
.itemgirl-user .avatar{
    font-size: 12px;
    position: relative;
}
.mess-hint{
    position: fixed;
    right: 0px;
    bottom: 10px;
    width: 300px;
    z-index: 10;
}
.salon-user{
    margin-bottom: 20px;
    border-bottom: solid #ccc 2px;
    padding-bottom: 5px;
}
.salon-user img{
    width: 100%;
}
.banner-user{
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: solid #ccc 2px;
    padding-bottom: 20px;
}
.banner-user img{
    width: 100%;
}
table .title-tb{
    font-weight: 700;
}
.forecast-writedowns{
    width: 100%;
    margin-bottom: 20px;
}
.forecast-writedowns>tbody>tr{
    border-bottom: 1px solid #ccc;
}
.tb-note>tbody>tr{
    border-bottom: 1px solid #ccc;
}
.tb-note .two{
    width: 150px;
    text-align: right;
}
.ads-item-user{
    border-color: #ccc;
    border-style: none none dashed;
    border-width: 1px;
    padding: 10px 0;
    margin: 0px;
}
.ads-item-user .ads_image{
    width: 100%;
}
.edit-block{
    position:relative;
    word-wrap: break-word;
}
.edit-block>.btn{
    display: none;
}
.edit-block:hover>.btn{
    display:block;
    position: absolute;
    top:0px;
    right: 0px;
    background-color: black;
    border-color: black;
}
.dialog{
    border: 1px solid #ccc;
    max-width: 600px;
    min-height: 60px;
    word-wrap: break-word;
    /* border-bottom: none; */
    margin-bottom: 4px;
}
.dialog>a>.glyphicon{
    display: none;
}
.dialog:hover,.dialog:hover.unread{
    background: #edf1f5;
    position: relative;
    
}
.dialog:hover>a>.glyphicon{
    position: absolute;
    top:4px;
    right: 4px;
    display:block;
    cursor: pointer;
    z-index: 10;
}
.dialog img{
    max-width: 50px;
    padding: 5px;
    width: 100%;
    padding: auto;
}
.dialog.unread{
    background-color: #FFDAB9;
}
#inbox-mess>.items .dialog:last-child{
    border-bottom: 1px solid #ccc;
}
.scroll{
    max-width: 550px;
    margin-top: 10px;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #7f9db9;
    border-radius: 3px;
}
.message{
    padding-top: 5px;
    word-wrap: break-word;
    margin: 5px 0;
}
.message .user-name{
    float:left;
    display: inline-block;
    
}
.send{
    background-color: #FFE4C4;
}
.message .avatar-mess{
    width: 100%;
    padding: auto;
}
.message .date-send{
    color: #999999;
    font-size: 0.9em;
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
    float: right;
    display: inline-block;
}
.message a>.glyphicon{
    display: none;
}
.message:hover,.message:hover.send,.user-row:hover{
    background: #edf1f5;
    position: relative;
    
}
.message:hover a>.glyphicon{
    position: absolute;
    top:0px;
    right: 4px;
    display:block;
    cursor: pointer;
    z-index: 10;
}
.noneline{
    display: none;
}
.dating-item-user, .user-row{
    word-wrap: break-word;
    margin: 5px 0;
    padding: 10px;
    height: 182px;
}
.user-row{
    border: 1px #ccc solid;
    margin: 0px;
    position: relative;
    margin-bottom: 10px;
}
.user-row .info{
    height: 105px;
}
.dating-item-user .info{
    height: 140px;
}
.online {
    height: 22px;
    line-height: 19px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -moz-text-shadow: 0 -1px 1px #76b212;
    -webkit-text-shadow: 0 -1px 1px #76b212;
    text-shadow: 0 -1px 1px #76b212;
    background-color: #88d016;
    background-image: linear-gradient(tobottom,#9fe113,#66b61a);
    background-repeat: repeat-x;
    padding: 0 10px;
    width: 66px;
}
.dating-item-user img {
    width: 130px;
    height: 130px;
}

.user-row img{
    width: 100%;
}
.user-row>a>.glyphicon{
    display: none;
}
.user-row:hover>a>.glyphicon{
    position: absolute;
    top:4px;
    right: 4px;
    display:block;
    cursor: pointer;
    z-index: 10;
}
.user-avatar{
    width: 100%;
}
.marginBottom{
    margin-bottom: 10px;
    display: block;
    
}
.profile-btn{
    max-width: 265px;
}
.info-user{
    vertical-align:top;
    width: 100%;
}
.info-user>tbody>tr{
    height: 27px;
    vertical-align:top;
    border-bottom: 1px solid #eee;
}
.info-user>tbody>tr>.one{
    color: #777;
    width: 130px;
    vertical-align:top;
}
#pod{
    cursor: pointer;
}
#position-user img{
    width: 100%;
    margin-bottom: 10px;
}
.girltitle>.user-name{
    float: left; 
    margin: 0px;
    line-height: 25px; 
    color: #903;
    font-size: 18px;
}
.girltitle>.user-online{
    float:right; 
    padding-right: 5px;
    font-size: 17px;
}
.news{
    margin-bottom: 15px; 
    border-bottom: 1px #CCCCCC solid;
}
.news img{
    width: 100%;
}
.user-menu{
    margin-top: 10px;
}
.user-menu .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a{
    background-color: #eee;
    color: #fa5858;
}
.user-menu .nav>li>a {
    padding: 3px 10px;
}
.metrika>.edit-block>a>img{
    float: right;
}
.pagination{
    margin: 0px;
}
.pagination>.pagination>ul>li>a {
color: #ff0040;
}
.pagination ul>.active>a{
    color: #999;
    cursor: default;
    background-color: #f5f5f5;
}
.pagination-girl{
    text-align: center;
    padding-top: 10px;
    clear: both;
}
.pagination>li>a,.pagination>li>a:hover {
    color: #999;
}
.pagination>.disabled>a{
    color:#ff0040;
}
.pagination>.active>a,.pagination>.active>a:hover{
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #ff0040;
    z-index: 0;
}
.ratio-girl{
    height: 15px;
}
.seotext{
    word-wrap: break-word;
}
.cms-page img{
    max-width: 100% !important;
}
@media screen and (max-width: 767px){
.breadcrumb-tel{
    display: inline-block!important;
}
.breadcrumb-tel>a{
    color: #903;
    font-weight: 700;
}
}
.logo-xxs{
    display: none!important;
}
@media screen and (max-width:520px){
    .logo-xs{
        display: none!important;
    }
    .logo-xxs{
        display: block!important;
    }
}

@media screen and (max-width:380px){
    .logo-xxs{
    display: none!important;
}
}
.user-comment hr{
    margin-top: 3px;
    margin-bottom: 10px;
}
.language{
    /*position: absolute;
    z-index: 99;
    top:10px;
    right: 0px;*/
    list-style: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.language>li{
    float:left;
    padding-right:10px; 
}
.girl-user-profile{
    height: 194px;
}
.girl-user-profile .title>a{
    color: #555;
    font-weight: 700;
    font-size: 15px;
}
.modal-content>.modal-body>.row>.spisok-m{
    margin: 10px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}
.modal-content>.modal-body>.row>.spisok-m a{
    color: #666;
}
.dating-item-user .intimservice{
    position: absolute;
    bottom: 3px;
    width: 35px;
    height: 35px;
    left: 18px;
}
.image-girl .intimservice{
    position: absolute;
    top: 3px;
    width: 55px;
    height: 55px;
    left: 3px;
}
.ads_item header>.adsvideo{
        width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.dating-item-guest{
    border-top: 1px solid #ededed;
    padding: 10px 0px;
    clear: both;
}
blockquote{
    font-style: italic;
}
.modal-body .services {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: inherit;
    padding-top: 15px;
    margin-top: 10px;
}
.modal-body>nav>ul>li {
    margin-bottom: 10px;
}
.modal-body>nav>ul>li>ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.modal-body>nav>ul>li>ul>li>a {
    color: #666;
}
.modal-body>nav>ul>li>span>hr {
    border: 0;
    border-top: 3px solid #903;
    width: 142px;
    margin-left: 0px;
}
.breadcrumb h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    display: contents;
}