.navbar .navbar-nav, .phone-number, .review-table-inner>div {
	display: inline-block
}
.navbar-nav>li>a::before, footer::before {
	content: "";
	left: 0;
	z-index: -1
}
.datepicker.dropdown-menu {
	background-color: #222
}
body {
	background-color: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif;	
}
.text-red {
	color: red!important
}
.text-black {
	color: #000!important
}
.text-white, .text-white * {
	color: #fff!important
}
.text-gold {
	color: #f1bb00!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	color: #ff0d0d;
	padding: 10px 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 1000
}
.site-tagline, .site-title {
	font-family: "Times New Roman", serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
    font-size:calc(.75vw + 20px);
	letter-spacing: 1.75vw;
	background-color: #31708f
}
.site-title a {
	color: #fff;
	text-decoration: none;
	transition: text-shadow .5s;
	-webkit-transition: text-shadow .5s;
	-moz-transition: text-shadow .5s;
	-ms-transition: text-shadow .5s;
	-o-transition: text-shadow .5s
}
.site-title a:hover {
	text-shadow: 0 0 40px rgba(255,255,255,.5)
}
.main-content {
	position: relative
}
.main-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(red, transparent);
	opacity: .4
}
.bottom-margin {
	margin-bottom: 30px
}
.navbar {
	border: none;
	border-bottom: 1px solid red;
	font-size: 15px;
	margin-bottom: 0
}
.navbar .navbar-nav {
	float: none;
	vertical-align: top
}
.navbar .navbar-collapse {
	text-align: center;
	box-shadow: none
}
.navbar .navbar-collapse.collapsing, .navbar .navbar-collapse.in {
	border-top: 1px solid red
}
.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	letter-spacing: 2px
}
.navbar-nav>li>a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	position: relative
}
.navbar-nav>li>a::before {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: red;
	opacity: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out
}
.navbar-nav>li>a:active, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
	background-color: transparent
}
.navbar-nav>li>a:active::before, .navbar-nav>li>a:focus::before, .navbar-nav>li>a:hover::before {
	height: 100%;
	opacity: 1
}


/* DROP DOWN CSS */

#top-banner {
	height: 35vw;
	border-bottom: 1px solid red;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../index.html)
}
#home-section-2, .page-content>.container {
	background-position: right top;
	background-repeat: no-repeat
}
#top-banner>#inner-banner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.phone-number {
	border: 2px solid red;
	border-radius: 50px;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	letter-spacing: 2px
}
.phone-number:hover {
	color: #fff;
	text-decoration: none;
	background-color: red
}
.site-tagline {
	font-weight: 400;
font-size:calc(.5vw + 10px);
letter-spacing:calc(.75vw + 2px);
	margin: 0
}
#reviews-link, .backtogallery {
	font-size: 18px;
	text-decoration: none
}
.quick-search {
	margin-bottom: 30px
}
.spaced {
letter-spacing:calc(.5vw + 2px);
	margin-bottom: 15px
}
#reviews-link, .gallery-text-holder {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase
}
#home-section-2 {
	background-image: url(../index.html)
}
#home-section-3 {
	border-bottom: 10px solid red
}
#latest {
	margin-bottom: 50px
}
#available {
	margin-bottom: 30px
}
#home-feeds {
	padding-top: 15px
}
.home-news-holder {
	background-color: rgba(32,32,32,.5);
	margin-bottom: 15px;
	padding: 25px;
	color: #fff;
	position: relative
}
.home-news-holder::after, .home-news-holder::before {
	content: "";
	position: absolute;
	top: 0;
	background-color: red;
	width: 0;
	height: 100%;
	transition: width .25s;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s
}
.home-news-holder::before {
	left: 0
}
.home-news-holder::after {
	right: 0
}
.home-news-link:hover .home-news-holder::after, .home-news-link:hover .home-news-holder::before {
	width: 10px
}
.page-content>.container {
	
	min-height: 600px
}
#booking_image_1 {
	margin: 0 auto 15px
}
.g-recaptcha>div {
	margin: 0 auto
}
.booking-title {
	text-align: center
}
.review {
	margin-bottom: 30px
}
.review img {
	width: 100%
}
.review>a>div {
	background-color: rgba(32,32,32,.75);
	overflow: hidden;
	border-radius: 30px;
	color: #fff
}
.profile-review-holder, .review-table-inner {
	background-color: rgba(32,32,32,.5);
	padding: 15px
}
.review>a>div>.row {
	margin-right: 0
}
.review .review-text-holder {
	padding: 15px
}
.profile-review-holder {
	border-radius: 15px;
	margin-bottom: 15px
}
.review-table {
	margin-bottom: 15px
}
.review-table-inner img {
	height: 100px;
	margin-right: 15px
}
.review-table>a {
	text-decoration: none
}
@media (max-width:768px) {
.review-table-inner>div {
	display: block;
	text-align: center
}
.review-table-inner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px
}
}
footer {
	padding: 15px 0;
	border-top: 1px solid red;
	position: relative;
	margin-top: 270px;
	background-color: #f2dede
}
.backtogallery, .click-nav {
	margin-top: 15px
}
footer::before {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 250px;
	background: linear-gradient(transparent, #31708f);
	opacity: .4
}
.gallery-holder {
	padding: 0 10px;
	margin-bottom: 10px
}
.gallery-holder>a {
	text-decoration: none
}
.gallery-image-holder {
	background-color: rgba(32,32,32,.75);
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 35px;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s
}
.duo-holder, .profile-info, .profile-item, .profile-title {
	margin-bottom: 30px
}
.gallery-holder>a:hover .gallery-image-holder {
	background-color: rgba(255,0,0,.75)
}
.gallery-image-holder img {
	width: 100%;
	border-radius: 20px
}
.duo-holder {
	background-color: rgba(255,0,0,.1);
	padding: 15px;
	border-radius: 30px
}
.duo-link>a {
	text-decoration: none
}
.duo-link>a h4 {
	color: #fff
}
.duo-link>a:hover .gallery-image-holder {
	background-color: rgba(255,0,0,.75)
}
#reviews-link {
	transition: color .25s
}
.backtogallery, .click-nav ul .clicker {
	box-shadow: 0 5px 5px rgba(0,0,0,.75);
	transition: background-color .25s;
	text-align: center
}
#reviews-link:hover {
	color: red
}
.backtogallery {
	padding: 10px 0;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s
}
.backtogallery:hover {
	background-color: #ff1924;
	text-decoration: none;
	color: #fff
}
.profile-item img {
	width: 100%;
	border-radius: 30px;
	border: 3px solid red
}
.profile-info-row {
	padding: 0 30px
}
.profile-title {
	text-transform: uppercase;
	background-color: #000;
	padding: 15px;
	border-radius: 30px;
	border: 2px solid red
}
.profile-title .profile-location, .profile-title .profile-rates {
	letter-spacing: 5px
}
.profile-info {
	background-color: rgba(32,32,32,.75);
	padding: 30px 15px;
	border-radius: 30px
}
.profile-info .stat {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 2px
}
.reviews input, .reviews select, .reviews textarea {
	background-color: rgba(255,255,255,.1);
	border: none;
	border-radius: 30px;
	margin-bottom: 10px;
	padding-left: 25px
}
.reviews input:-moz-placeholder, .reviews input:-ms-input-placeholder, .reviews input::-moz-placeholder, .reviews input::-webkit-input-placeholder, .reviews select:-moz-placeholder, .reviews select:-ms-input-placeholder, .reviews select::-moz-placeholder, .reviews select::-webkit-input-placeholder, .reviews textarea:-moz-placeholder, .reviews textarea:-ms-input-placeholder, .reviews textarea::-moz-placeholder, .reviews textarea::-webkit-input-placeholder {
color:#555
}
.byline, .click-nav ul .clicker, .click-nav ul li a {
	text-transform: uppercase;
	color: #fff
}
.reviews form {
	margin-bottom: 30px
}
.duo-info-holder {
	padding-left: 15px;
	padding-right: 15px
}
.duo-info-holder>div {
	background-color: rgba(32,32,32,.5);
	border-radius: 15px;
	padding: 15px
}
.row.is-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.row.is-flex>[class*=col-] {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0
}
.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer
}
.click-nav ul li ul {
	position: absolute;
	left: 35px;
	right: 35px;
	z-index: 999;
	display: none
}
.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 10px 0;
	background-color: #C8FD26;
	border-radius: 50px;
	font-size: 18px;
	letter-spacing: 4px;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s
}
.click-nav ul .clicker:hover {
	background-color: #8DF8DB
}
.click-nav ul li a {
	display: block;
	background-color: #000;
	border: 1px solid #333;
	margin-bottom: -1px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	letter-spacing: 2px
}
.click-nav ul li a:hover {
	background-color: #ff1924
}
.click-nav span {
	padding: 0
}
.byline {
	float: left;
	width: 100%;
	font-family: Roboto, sans-serif;
	padding: 10px 0;
	font-weight: 400;
	background-color: #000;
	border-top: 1px solid red
}
.byline a {
	color: #b69c66;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s
}
.byline a:hover {
	color: #fff;
	text-decoration: none
}
.byline p {
	margin: 0;
	line-height: 48px
}
.byline img {
	padding-right: 10px
}
@media (min-width:768px) {
.main-content .phone-number {
	margin-bottom: 50px
}
}
@media (max-width:989px) {
.navbar-nav>li>a {
	font-size: 13px;
	padding: 6px
}
.click-nav .text-black {
	display: block
}
}
@media (max-width:767px) {
.byline p.pull-left, .byline p.pull-right {
	text-align: center
}
.navbar-nav>li>a {
	margin-bottom: 10px
}
.navbar-nav>li>a::before {
	background-color: transparent
}
.navbar .navbar-nav {
	width: 100%
}
.phone-number {
	padding: 10px 0;
	font-size: 18px
}
.click-nav .text-black {
	display: inline
}
.gallery-image-holder {
	padding: 10px;
	border-radius: 30px
}
.gallery-image-holder img {
	border-radius: 20px
}
.gallery-holder {
	padding: 0 5px;
	width: 97%
}
#home-section-3 {
	background-image: none
}
}
.cntact_footer
{
	margin-top:350px;
}

/*profiles */

.wrap01 {
     
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
}
@media screen and (min-width: 568px)
.top_girls_list {
   
    text-align: center;
     
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 1%;
    text-align: center;
    margin: 0px;
}
.top_girls_list .list li {
     width: 145px; 
     height: 259px; 
    
    position: relative;
     
    background: url(../img/profile-bg.jpg) no-repeat top left;
    display: inline-block;
    
    display: inline-block;
     
    text-align: center;
    padding-top: 10px;
}
ul.list{
margin: 0px;
    padding: 0px;
}
.top_girls_list {
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.top_girls_list .list li .data .name {
    font-weight: 700;
    padding-top: 3px;
	text-align: center;
}
.time {
	text-align: center;
}
.top_girls_list .list li .status {
    position: absolute;
    top: 235px;
    left: 5px;
    width: 135px;
    text-align: center;
    color: #ffadd6;
}
p {
    padding: 0;
    margin: 0;
    /*font-family: 'Salsa',cursive;*/
	font-family: 'HurmeGeometricSans3-Light', arial, helvetica, sans-serif!important;
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
	word-wrap: break-word;
    letter-spacing: .4px;
    line-height: 1.21;
	color:#fff;
}
 h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ff0d0d;
    text-transform: initial;
    padding: 7px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-family: 'Salsa',cursive;
    font-style: italic;
	text-shadow: 2px 2px 2px #000;
}


/*home pages */

.mumbai-cont,.wappar{margin:auto;height:auto}.fist h3,.leftbox h1{font-family:Righteous,cursive}.blogbox,.welcome{background-repeat:no-repeat}.alltype ul li a,.emial a,.green a,.green a:hover{text-decoration:none}*,.content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.wappar{width:1259px}.mumbai-cont{width:1423px}.slider,.welcome{width:100%;float:left;height:auto}.slider{text-align:center}.welcome{padding-top:0;padding-bottom:10px}.leftbox{width:75%;float:left;height:auto;color:#FFF;margin-right:3%}.leftbox h1{margin:0 auto;font-size:55px;font-weight:400;color:#FFF}.rightbox{width:22%;float:left;height:auto;color:#FFF;padding:2%;background-color:#0006e}.heading{width:100%;float:left;height:auto;color:#fff;font-size:24px;text-transform:uppercase;font-weight:700;margin-bottom:25px}.alltype{width:100%;float:left;height:auto}.alltype ul{margin:0 0 0 26px;padding:0}.alltype ul li,.alltype ul li a{margin:0;}.alltype ul li{padding:15px 0 0}.alltype ul li a{padding:0;line-height:40px;color:#FFF;font-weight:600;text-transform:uppercase}.blogbox,.blueline{padding-top:50px;padding-bottom:50px}.green,.pboxt{float:left;height:auto;line-height:35px}.blueline{width:100%;float:left;height:auto;}/*.fist{width:30%;float:left;height:auto;color:#FFF;margin-right:2%}*/.fist h3{color:#fff;font-size:17px;margin:0 auto;font-weight:400}.fist img{margin-bottom:20px}.blogbox{width:100%;float:left;height:auto;}.cllbox{width:30%;float:left;height:auto;padding:2%;border:1px solid #fd2a6d;margin-right:3%}.emial,.green,.pboxt{width:100%}.pboxt{color:#FFF;font-size:30px}.green{color:#ff1361;font-size:36px;padding-top:15px}.green a{color:#ff1361}.green a:hover{color:#fff}.green p{margin:0;padding-bottom:12px;line-height:25px}.blaob,.chose{float:left;height:auto;padding:2%;border:1px solid #fd2a6d}.emial{float:left;height:auto;color:#FFF;font-size:18px}.emial a{color:#eaff00;font-size:13px}.blaob{width:30%;color:#FFF;margin-right:3%}.chose{width:30%;color:#e05572}.chose h4{font-family:'Kaushan Script',cursive;color:#fff;font-size:20px;margin:25px 0}.brown{width:100%;background-color:#FFF;color:#000;height:35px;margin-bottom:10px;border:none}.blure,.colortxtbox{background-color:#000}.blure,.booknowbox,.bootallinks,.colortxtbox,.smalllogo,.tegline{float:left;height:auto}.blure{width:100%;padding-top:10px;padding-bottom:10px}.smalllogo{width:30%}.bootallinks{width:70%;text-align:right;color:#ff1361;font-size:13px;margin-top:28px}.bootallinks ul{margin:0;padding:0}.bootallinks ul li,.bootallinks ul li a{margin:0;padding:0 10px;display:inline;text-decoration:none;color:#FFF}.bootallinks ul li a{font-size:14px}.tegline{width:100%;margin-top:25px;margin-bottom:25px}.colortxtbox{width:87%;color:#FFF;text-align:center;font-size:18px;padding-bottom:10px;padding-top:10px;font-weight:700}.booknowbox a,.booknowbox a:hover{padding:11px 25px 15px;color:#000;text-decoration:none}.booknowbox{width:100%;margin-top:8px}.booknowbox a{background-color:#0a99a6;font-weight:600;text-align:center}.booknowbox a:hover{background-color:red;font-weight:500;text-align:center}.content{overflow:auto;position:relative;width:940px;max-width:97%;height:500px;box-sizing:border-box}.content p{margin:30px 0;font-size:16px}@media only screen and (min-width:320px) and (max-width:360px){.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.booknowbox,.bootallinks,.colortxtbox,.fist,.fist img,.leftbox,.rightbox,.smalllogo{width:100%}.leftbox h1{font-size:27px}.rightbox{margin-top:19px}.fist img{height:auto}.colortxtbox{font-size:12px}.blaob,.chose,.cllbox{width:100%;margin-bottom:20px}.slider{margin-top:96px}.chose h4{font-size:24px}.bootallinks{text-align:center}}@media only screen and (min-width:360px) and (max-width:414px){.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.booknowbox,.bootallinks,.colortxtbox,.fist,.fist img,.leftbox,.rightbox,.smalllogo{width:100%}.leftbox h1{font-size:27px}.rightbox{margin-top:19px}.fist img{height:auto}.blaob,.chose,.cllbox{width:100%;margin-bottom:20px}.chose h4{font-size:24px}.bootallinks{text-align:center}.slider{margin-top:96px}}@media only screen and (min-width:420px) and (max-width:480px){.chose h4{font-size:24px}.bootallinks{text-align:center}.slider{margin-top:96px}.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.booknowbox,.bootallinks,.colortxtbox,.fist,.fist img,.leftbox,.rightbox,.smalllogo{width:100%}.leftbox h1{font-size:27px}.rightbox{margin-top:19px}.fist img{height:auto}.blaob,.chose,.cllbox{width:100%;margin-bottom:20px}}@media only screen and (min-width:520px) and (max-width:640px){.blogbox{padding-top:0}.chose h4{font-size:24px}.bootallinks{text-align:center}.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.booknowbox,.bootallinks,.colortxtbox,.fist,.leftbox,.rightbox,.smalllogo{width:100%}.leftbox h1{font-size:27px}.rightbox{margin-top:19px}.blaob,.chose,.cllbox{width:100%;margin-bottom:20px}}@media (min-width:665px) and (max-width:768px){.blaob,.chose,.cllbox{margin-bottom:20px}.blogbox{padding-top:0}.chose h4{font-size:24px}.bootallinks{text-align:center}.green{font-size:30px}.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.leftbox{width:100%}.leftbox h1{font-size:27px}.rightbox{width:45%;display:none}.fist{width:31%}.fist img{width:72%}.colortxtbox{width:100%}.cllbox{width:40%}.blaob{width:54%}.booknowbox,.bootallinks,.chose,.smalllogo{width:100%}}@media only screen and (min-width:1020px) and (max-width:1180px){.heading{font-size:25px}.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.leftbox{width:72%}.leftbox h1{font-size:27px}.rightbox{width:25%}.fist{width:31%}.fist img{width:100%;height:auto}.colortxtbox{width:83%}.blaob,.cllbox{width:30%;margin-bottom:20px}.chose{width:34%;margin-bottom:20px}.booknowbox{width:16%}.bootallinks,.smalllogo{width:100%}.green{font-size:26px}.chose h4{font-size:25px}.colortxtbox{font-size:12px}}@media only screen and (min-width:1200px) and (max-width:1280px){.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.fist{width:31%}.fist img{width:100%;height:auto}.colortxtbox{width:85%;font-size:16px}.booknowbox{width:12%}}@media only screen and (min-width:800px) and (max-width:996px){.chose h4{font-size:24px}.bootallinks{text-align:center}.mumbai-cont{width:100%}.wappar{width:95%;padding-left:2%;padding-right:2%}.leftbox{width:100%}.leftbox h1{font-size:27px}.rightbox{width:45%;display:none}.booknowbox,.bootallinks,.colortxtbox,.fist,.smalllogo{width:100%}.blaob,.chose,.cllbox{margin-bottom:20px}.cllbox{width:36%}.blaob{width:58%}.chose{width:87%}.bootallinks ul li a{padding:0}.brown{width:24%}.chose h4{margin-bottom:-5px}.fist{width:46%}.fist img{height:auto;width:91%}.green{font-size:30px}.blogbox{padding-top:0}}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCustomScrollBox:hover>.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center;background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}

