/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    width: 100%;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin:0;
    padding: 0;
    list-style:none;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    content: "Loading..";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -55px;
    background: url(../../images/site/left-arrow.png) no-repeat;
    opacity: 0.7;
}

.bx-wrapper .bx-next {
    right: -55px;
    background: url(../../images/site/right-arrow.png) no-repeat;
    opacity: 0.7;
}

.bx-wrapper .bx-prev:hover {
    opacity: 1;
}

.bx-wrapper .bx-next:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 70%;
    margin-top: -16px;
    outline: 0;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

body {
    background: #15151d;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

.about a {
    color: #6b6bc1 !important;
}

header {
    background: url('../../images/site/header.png') no-repeat center center;
    background-size: cover;
    height: 205px;
    width: 100%;
    padding-top: 50px;
}

header a {
    color: #b19361 !important;
}

nav {
    background: #b19361;
    height: 70px;
}

nav ul {
    list-style-type: none;
    padding: 12px 0 18px 0;
    text-align: center;
    margin: 0 auto;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-transform: uppercase;
    color: #15151d;
    font-size: 16px;
    padding: 0 10px;
}

nav ul li a:hover {
    color: #15151d;
}

.about h1 {
    font-size: 24px;
    color: #f8e3b2;
    font-weight: 600;
}

.about h2.subhead {
    color: #6b6bc1;
    font-size: 18px;
    text-transform: uppercase;
}

.about button.phone {
    color: #f9e4af;
    border: 1px solid #f9e4af;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
}

.about button.phone:hover {
    background: #f9e4af;
    color: #15151d;
}

.title {
    text-transform: uppercase;
    color: #f8e3b2;
    font-size: 24px;
}

.gray_bg {
    background: #19191f;
}

.escort {
    font-size: 18px;
    text-align: center;
    background: #242433;
    height: 100%;
}

.escort .escort-image img {
    width: 100%;
    padding: 5px;
    height: auto;
}

.escort .escort-name, .escort .escort-name a {
    margin-top: 10px;
    text-transform: uppercase;
    color: #6b6bc1;
    font-weight: 600;
}

.escort .escort-location {
    margin: 5px 0;
    color: #fff;
}

.escort .escort-call {
    color: #f8e3b2;
    padding-bottom: 10px;
}

.info .callus {
    color: #f8e3b2;
    font-size: 30px;
}

.disc strong {
    color: #4f4f86;
}

.review .review-title, .review .review-title a {
    font-size: 24px;
    font-weight: 600;
    color: #6b6bc1;
}

.review .review-text {
    font-size: 18px;
    padding: 10px 0;
}

.review .review-date {
    font-size: 18px;
    color: #f8e3b2;
}

.slider2 img {
    margin:0 auto;
}

.prev, .next {
    width: 41px;
    height: 41px;
    border: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    top: 35px;
}

.prev {
    background: url(../../images/site/left-arrow.png) no-repeat;
    right: -4px;
}

.next {
    background: url(../../images/site/right-arrow.png) no-repeat;
}

.next:hover, .prev:hover {
    opacity: 1;
}

.locations button, .search {
    border: 1px solid #F3E3B0;
    color: #F3E3B0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    outline: none;
}

.search {
    background: url(../../images/site/dropdown.png) 98% / 15% no-repeat, #000;
    -webkit-appearance: none;
}

.promise-title {
    font-size: 24px;
    font-weight: 300;
    color: #f8e3b2;
}


.profile button {
    color: white;
    text-align: center;
    font-weight: 300;
    background: #b19361;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
}

.profile .profile-title {
    font-size: 18px;
    color: #b19361;
    margin-bottom: 10px;
}

.profile .profile-information {
    background: #40091e;
}

.profile .profile-information .profile-name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
}

.profile .profile-information .profile-type {
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height:18px;
    padding: 20px 0;
}

.profile .profile-information .profile-price {
    font-size: 18px;
    color: white;
}

.profile button.page {
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    background: #46467c;
    padding: 10px 15px;
}

.profile .photos .row > div > img {
    background: #fff;
    border: 2px solid #b19361;
}

.profile .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    /*background: #19191f;*/
    padding: 5px;
    color: #fff;
    font-size: 16px;
    /*border: 1px solid #b19361;*/
}

.profile .profile-statistics tr td:last-child,
.profile .profile-rates tr td:nth-child(2) {
    padding-left: 20px;
    font-weight: bold;
}

.profile .profile-rates i {
    font-size: 14px;
}

.reviews img {
    width: 100%;
    height: auto;
}

.reviews a {
    color: #b19361;
}

p {
    margin: 0;
}

footer {
    background: #1f1f30;
    width: 100%;
    color: #fff;
}

footer h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

footer nav {
    height: auto;
    background: none;
}

footer nav ul {
    margin: 0;
    padding: 0;
    text-align:left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer nav ul li {
    display: block;
}

footer nav ul li a {
    color: white;
    padding: 0;
    display: block;
}

footer nav ul li:hover a {
    background: none;
    transform: none;
    color: white;
}

footer .copyright {
    font-size: 18px;
    color: #f8e3b2;
    font-weight: 300;
}

footer a {
    color: #fff;
}

.slider img {
    width: 100%;
    height: auto;
}


@media (max-width: 1200px) {
    .escort .info {
        font-size: 12px !important;
        height: 90px;
    }
    .escort .escort-location, .escort .escort-call {
        margin: 0;
    }
}

@media(max-width: 768px) {
    nav {
        height: 55px;
    }
    .navbar-toggler {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .navbar-collapse {
        position: absolute;
        top: 57px;
        z-index: 9999;
        text-align: left;
        background: #b19361;
        width: 100%;
        left:0;
    }
    .navbar-collapse ul {
        padding: 10px 20px;
    }
    .navbar-collapse ul li {
        text-align: left;
        padding: 10px 0 !important;
        width:100% !important;
        display: block !important;
    }
    .navbar-collapse ul li a {
        padding: 5px 0;
        background: none;
        color: #fff !important;
    }
    .navbar-collapse ul li.active a {
        color: #D7BF8C !important;
    }
    .navbar-collapse ul li::after {
        content: "";
        padding: 0;
    }
    nav .phone {
        position: absolute;
        right: auto;
        top: 12px;
        color: white;
        left: 10px;
        font-size: 20px;
    }
    nav .phone a {
        color: #D7BF8C !important;
    }
    .bx-wrapper {
        width: 70% !important;
    }
    .profile .profile-information .profile-name {
        font-size: 16px !important;
    }
    .profile .profile-information .profile-type {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .profile .profile-reviews, .profile .profile-statistics, .profile .profile-rates, .profile .profile-information .profile-desc {
        font-size: 12px !important;
    }
    .profile .photos img {
        width: 100%;
    }
    .profile .photos .row .col {
        padding: 0 !important;
    }
    footer img {
        width: 100%;
    }
    header {
        padding-top: 20px;
        height: 100px;
    }
    header img {
        width: 90%;
    }
    .locations button {
        font-size: 11px;
    }
    .review .review-title {
        font-size: 12px !important;
    }
    .review .review-text, .review .review-date {
        font-size: 11px !important;
    }
    .info img {
        margin-top: 25px;
        width: 100%;
    }
    .escort .escort-name, .escort .escort-location, .escort .escort-call {
        font-size: 14px;
        margin: 0px;
    }
    .escort .escort-name {
        margin-top: 7px;
    }
    .escort .info {
        font-size: 10px !important;
    }
}


form {
    display: block;
    width: 90%;
    margin: 0 auto;
}
form > .input
{
    display: block;
    text-align: left;
}
form > .input > label
{
    display: inline-block;
    width: 30%;
    text-align: left;
    font-size: 1em;
    line-height: 30px;
}
form > .input > select {
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    color: #5a577e;
    font-style: italic;
    border: 1px solid rgb(255,255,255);
}
form > .input > select > option {
    background: rgb(51,51,51);
    color: rgb(255,255,255);
}
form > .input > input {
    margin: 0 0 10px 0;
    display: inline-block;
    width: 50%;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    color: #5a577e;
    outline: none;
    border: 1px solid rgb(255,255,255);
}
form > .input > input:hover {
}
form > .input > textarea {
    margin: 0 0 10px 0;
    display: inline-block;
    width: 50%;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    color: #5a577e;
    border: 1px solid rgb(255,255,255);
}
form > .input > textarea:hover {
}

form > .input > .error-message {
    font-size: 12px;
    color: #d25052;
    margin-bottom: 10px;
}
form > .input > span
{
    display: inline-block;
    width: 10%;
    color: rgb(255,0,0);
    padding: 0 0 0 5px;
}
form > select
{
    display: inline-block;
    width: 55%;
    background: rgb(234,215,168);
    border: 1px solid rgba(255,255,255,1);
    font-size: 0.75em;
    color: rgba(255,255,255,0.75);
    padding: 0.5em;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
.form select option
{
    color: rgba(0,0,0,1.0);
}
.form .submit
{
    text-align: center;
    padding: 1em 0;
}
.form .submit input
{
    width: 20%;
}
input[type="button"], input[type="submit"], a.button, button.button {
    border: 0;
    line-height: 2;
    background: #fff;
    color: #5a577e;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 700;
    cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, button.button:hover {
    background: #5a577e;
    color: white;
}
div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}


@media (max-width: 768px) {
    .form {
        width: 100%;
    }

    label {
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 100%;
    }

    input, textarea {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .submit {
        padding: 0;
    }
}

.faq-list {
    display: block;
}
.faq-list > .faq-item {
    display: block;
    margin: 0 0 10px 0;
}
.faq-list > .faq-item > .faq-question {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 22px !important;
    margin: 0 0 10px 0;
    color: #b19361;
}
.faq-list > .faq-item > .faq-answer {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
}

#articles a, .news a, .blogs a {
    color: #4f4f86;
}
.banners-list
{
	display: block;
	text-align: center;
}
	.banners-list .banners-item
	{
		display: inline-block;
		padding: 0 0.5em;
	}