body {
    background: #bfb8c8;
    color: #27163c;
}

header {
    background: url('../img/newHeader.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 194px;
    position: relative;
}

nav {
    width: 100%;
    height: 52px;
    background: #27163c;
}


nav .navbar-toggler-icon {
    position: absolute;
    right: 10px;
    top: 8px;
}

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

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none;
    color:#fff;
    padding:14px 30px;
    text-decoration: none !important;
}

nav ul li:hover a {
    display: inline-block;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    background:#534368;
    cursor:pointer;
    color:#fff !important;
}

nav ul li:hover a span {
    display: inline-block;
    transform: skewX(10deg) !important;
    -o-transform: skewX(10deg) !important;
    -moz-transform: skewX(10deg) !important;
    -webkit-transform: skewX(10deg) !important;
    color:#fff !important;
}

.phoneH > div {
    position: relative;
}

.phoneH > div > div {
    color: white;
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 20px;
}

.phoneH a {
    color: white;
    font-size: 20px;
}

.container h1 {
    font-size: 28px;
    color: #333333;
    font-weight: 300;
}

.about {
    padding-top: 10px;
    margin: 20px 0 10px;
}

.about h2 {
    font-size: 28px;
    color: #333333;
    text-align:center;
    font-weight: 300;
}
.about h3 {
    font-size: 18px;
    color: #491d80;
    text-align:center;
    font-weight: 600;
    text-transform: uppercase;
}

.about p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

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

.escort {
    background: #fff;
    border: 1px solid #afa6b1;
}

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

.escort-name, .escort-name a {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #27163c;
    font-size: 18px;
}

.escort-location {
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.escort-call {
    text-align: center;
    font-weight: bold;
    color: #27163c;
    font-size: 18px;
}

.categories select {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0;
    padding:5px 10px;
    position: relative;
    background: url(../img/dropdownNew.png) 96% / 15% no-repeat, #8f7ea5;
    background-size: auto;
    cursor: pointer;
    outline: none;
}

.categories select::before {
    content: "a";
    position: absolute;
    right: 5px;
    background:black;
    width:10px;
    height: 10px;

}

.massage-rates img {
    border: 4px solid #f1e9fa;
    max-width: 100%;
}

.massage-rates .item h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold
}

.massage-rates .item table {
    width: 100%;
    margin-top: 10px;
    color: #fbf7ed;
}

.massage-rates .item table thead {
    font-weight: bold
}

.massage-rates .item table tr td {
    border: 1px solid #40091e;
    background: #bfb8c8;
    padding: 15px;
    color: #333333;
}

.services-buttons button {
    width: 100%;
    background: #8f7ea5;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    text-align: center
}

.services-buttons button:hover {
    background: #27163c;
    cursor: pointer;
}

.cat-image {
    background: #f1e9fa;
    padding: 5px;
    border: 0;
}

.cat-image img {
    width: 100%;
}

.cat-title {
    text-align:center;
    padding: 8px 0 5px;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    text-transform: uppercase;
}

.news-image {
    background: #f1e9fa;
    padding: 5px;
    border: 0;
}

.news-image img {
    width: 100%;
}

.news-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    line-height: 23px;
    padding: 10px 0;
}

.news-date {
    text-transform: uppercase;
    color: #27163c;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.news-excerpt {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 23px;
}

.news-item button {
    background: #f1e9fa;
    width: 90%;
    padding: 7px 0;
    text-align: center;
    border: 0;
    color: #27163c;
    text-transform: uppercase;
    cursor: pointer;
    margin:0 auto;
}

.locations .col-3 {
    padding: 0 7px;
}

.locations button {
    background: #8f7ea5;
    border: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
}

.locations button:hover {
    background: #e5d3af;
}

.profile button {
    text-align: center;
    font-weight: bold;
    background: #2e163c;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.profile button.page {
    text-align: center;
    font-weight: 300;
    background: #8f7ea5;
    padding: 10px 15px;
}

.profile .photos .row > div > img {
    background: #fff;
    padding: 5px;
    border:1px solid #afa6b1;
}

.profile .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    background: #f1e9fa;
    padding: 5px;
    color: #27163c;
    border: 0;
    font-size: 16px;
}

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

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

@media(max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 53px;
        z-index: 9999;
        text-align: left;
        background: #422566;
        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:hover a {
        background: none;
    }
    .navbar-collapse ul li a {
        padding: 5px 0;
        background: none;
        color: #fff !important;
    }
    .navbar-collapse ul li.active a {
        color: #333333 !important;
    }
    .navbar-collapse ul li::after {
        content: "";
        padding: 0;
    }
    nav .phone {
        position: absolute;
        right: auto;
        top: 13px;
        color: white;
        left: 10px;
        font-size: 16px;
    }
    nav .phone a {
        color: white;
    }
    .bx-wrapper {
        width: 70% !important;
    }
    .locations button {
        font-size: 10px;
    }
    header {
        position: relative;
        background-size: cover;
        min-height: 70px;
        height: auto;
    }
    .cat-title {
        font-size: 14px;
    }
}



footer {
    background: url(../img/footerbg.png) no-repeat;
    background-size: cover;
    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 {
    padding: 0;
    display: block;
}

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

footer a {
    color: #fff;
}


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 {
    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 {
    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;
    }
    .locations .row button {
        font-size:10px;
    }
    .escort .escort-name, .escort .escort-name a {
        margin-top: 15px;
        font-weight: bold;
        font-size: 13px;
        line-height: 13px;
    }
    .escort .escort-cat, .escort .escort-call {
        font-size: 11px;
        line-height: 11px;
    }
    .news-title {
        font-size: 19px;
    }
    .news-date {
        font-size: 14px;
    }
}

#article_content {
    clear: both;
    overflow: hidden;
}

#article_content img {
    float: left;
    margin: 0 10px 8px 0;
}

#article_content p {
    margin: 0 !important;
}

#article_content br {
    content: "";
    margin: 1em;
    display: block;
    font-size: 24%;
}
/**
 * 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;
}

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

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

.bx-wrapper .bx-viewport {
    border: none;
    /*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;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    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(../img/leftarrow.png) no-repeat;
    opacity: 0.7;
}

.bx-wrapper .bx-next {
    right: -65px;
    background: url(../img/rightarrow.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: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    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;
}

