body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
}

header {
    background: url('../../images/site/header_01.png') no-repeat center top, #d50512;
    height: 122px;
    width: 100%;
    position: relative;
}

header .container {
    position: relative;
}

header .header-contacts {
    background: rgba(101, 9, 13, 0.5);
    padding: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

header .phoned {
    position: absolute;
    right: 0;
    top: 0;
    background: #990000;
    height: 45px;
    padding: 8px 25px 0 25px;
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

footer .lg, header .lg {
    max-width: 100%;
}

footer span, header span {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 103px;
    letter-spacing: 3px;
}

footer span {
    margin-left: 10px;
}

nav {
    background: #ad1414; /* Old browsers */
    background: -moz-linear-gradient(top, #ad1414 0%, #ad1414 50%, #990000 50%, #990000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ad1414 0%,#ad1414 50%,#990000 50%,#990000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ad1414 0%,#ad1414 50%,#990000 50%,#990000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1414', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
    height: 35px;
    width: 100%;
}

nav ul {
    list-style-type: none;
    margin:0 auto;
    overflow: hidden;
}

nav ul li {
    padding: 6px 0 5px;
}

nav ul li:hover {
    background: #d50512;
}

nav ul li a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    padding: 0 20px;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.about h1 {
    font-family: "Times New Roman", sans-serif;
    font-size: 24px;
    color: #d50512;
    font-weight: 600;
}

.about span.subhead {
    color: #990000;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}

.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-align: center;
    color: #c8213f !important;
    font-size: 22px;
    background: #ffffff;
    text-transform: uppercase;
}

.title .first {
    border-top: 1px solid #d50512;
    padding: 0 45px;
    font-size: 22px !important;
}

.title span.second {
    position: relative;
    top: -20px;
    background: #ffffff;
    font-family: "Times New Roman", sans-serif;
    color: #d50512 !important;
    font-size: 21px !important;
    font-weight: bold;
    padding: 0 20px;
}

.escort {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    padding: 4px;
    border: 1px solid #d50512;
}

.escort .escort-image img {
    /*border:1px solid #990000;*/
    width: 100%;
    height: auto;
}

.escort .escort-name, .escort .escort-name a {
    font-family: "Times New Roman", sans-serif;
    font-size: 20px;
    margin-top: 0px;
    color: #d50512;
    text-transform: uppercase;
}

.escort .escort-location {
    margin: 3px 0;
    color: #000 ;
    font-weight: 300;
}

.escort .escort-call {
    font-weight: 600;
    margin-bottom: 8px;
    color: #d50512;
}

.escort .info {
    padding: 10px 0;
    /*background: #d50512;*/
    height: 110px;
}

.info .callus {
    color: #f8e3b2;
    font-size: 30px;
}

.disc strong {
    color: #4f4f86;
}

.review .review-title {
    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;
}

.btns > button:first-child {
    background: #d50512;
    margin-bottom: 10px;
}

.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: 0;
    color: #fff;
    background: #990000;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    width: 100%;
    text-transform: uppercase;
}

.searchbox {
    background: #990000;
}

.search {
    /*background: url(../../images/site/dropdown-5.png) 98% / 15% no-repeat, #f9f9f9;*/
    background: #f9f9f9;
    -webkit-appearance: none;
    color: #4d4d4d;
    cursor: pointer;
}

.promise-title {
    font-size: 24px;
    font-weight: 300;
    color: #f8e3b2;
}

p {
    margin: 0;
}

footer {
    background: url('../../images/site/footer_11.png') no-repeat center top, #990000;
    background-size: contain;
    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;
    position: relative !important;
}

footer nav ul {
    margin: 0;
    padding: 0;
    text-align:left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer nav ul li, footer nav ul li:hover {
    display: block;
    background: none;
    padding: 0;
}

footer nav ul li a {
    color: white !important;
    padding: 0;
    display: block;
}

footer nav ul li:hover a {
    background: none;
    transform: none;
    text-decoration: underline;
}

footer .copyright {
    font-size: 18px;
    color: #fff;
}

footer a {
    color: #fff;
}

.slider img {
    width: 100%;
}

@media (max-width: 1200px) {
    .escort .escort-name, .escort .escort-name a {
        font-size: 16px !important;
    }
    .escort .info {
        font-size: 12px !important;
        height: 80px;
        padding-top: 3px;
    }
    .escort .escort-location, .escort .escort-call {
        margin: 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 55px;
        z-index: 9999;
        text-align: left;
        background: #990000;
        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 {
        padding: 10px 0 !important;
        background: none;
    }
    .navbar-collapse ul li a {
        padding: 5px 0;
        background: none;
        color: #fff !important;
    }
    .navbar-collapse ul li a:hover {
        text-decoration: underline;
    }
    .navbar-collapse ul li.active a {
        color: #D7BF8C !important;
    }
    .navbar-collapse ul li::after {
        content: "";
        padding: 0;
    }
    nav .phone {
        position: absolute;
        right: auto;
        top: 17px;
        color: white;
        left: 10px;
        font-size: 16px;
    }
    nav .phone a {
        color: #fff !important;
    }
    header {
        text-align:center;
    }
    header img {
        width: 80%;
        margin:0 auto;
    }
    nav {
        height: 55px;
    }
    .navbar-toggler {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    nav .phone {
        position: absolute;
        right: auto;
        top: 12px;
        color: white;
        left: 10px;
        font-size: 20px;
    }
    nav .phone a {
        color: #fff !important;
    }
    header span {
        margin-left: 0;
    }
}
.review-item {
    clear: both;
    overflow: hidden;
}
.review-item img {
    float: left;
    margin: 0 15px 8px 0;
}

@media(max-width: 768px) {
    footer .row .col-12.col-md-8 {
        margin-top: 15px;
    }
    footer .copyright {
        margin: 0 auto;
    }
    .review-item img {
        float: none;
        width: 100%;
        height: auto;
    }
    .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%;
    }
    .escort .info {
        font-size: 10px !important;
    }
}
nav ul li {
    display: inline-block;
}

.profile button {
    color: white;
    text-align: center;
    font-weight: 300;
    background: #d50512;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
}

.profile {
    color: #333333;
}

.profile .profile-title {
    font-family: "Times New Roman", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #d50512;
    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: #330000;
    padding: 10px 15px;
}

.profile .photos .row > div > img {
    background: #fff;
}

.profile .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    color: #494949;
    font-size: 16px;
    border-bottom: 1px solid #d50512;
}

.profile .profile-reviews {
    border: 0;
}

.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;
}


.slider img {
    width: 100%;
    height: auto;
}

.articles h2 {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.articles h2 a {
    color: #cccccc;
}

div.review {
    position:relative;
    height: 100%;
    background: #f3f3f3;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

div.review h2 {
    margin-top: 10px;
    font-size: 20px;
    color: #d50512;
    font-family: "Times New Roman", sans-serif;
}

div.review a {
    color: #ca2846;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

div.review .text-justify {
    font-size: 15px;
}

.article-item img {
    float: left;
    margin: 0 15px 8px 0;
}

.article-item {
    font-size: 15px;
}

.article-item p {
    background: none !important;
}

.articles .article-date {
    font-size: 14px;
    color: #990000;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #200000;
}

.articles img {
    width: 100%;
    height: auto;
}

.articles .more {
    margin-top: 15px;
    background: #d50512; /* IE6-9 */
    padding: 6px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    border: 0;
}

.articles .more a {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal !important;
}

.articles p, .articles span {
    font-size: 18px;
    color: #cccccc !important;
}

.news-item {
    clear: both;
    overflow: hidden;
}

.news-item img {
    float: left;
    margin: 0 10px 8px 0;
}

@media(max-width: 768px) {
    .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%;
    }
    .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: 12px;
        margin: 0px;
    }
    .escort .escort-name {
        margin-top: 7px;
    }
}


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: #f1f1f1;
    color: #333;
    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: #f1f1f1;
    color: #333;
    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: #f1f1f1;
    color: #333;
    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: #d50512;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 700;
    cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, button.button:hover {
    background: #af233c;
    color: white;
}
div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}


@media (max-width: 768px) {
    .escort .escort-image {
        padding-bottom: 0px;
    }
    .form {
        width: 100%;
    }

    label {
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 100%;
    }
    form > .input > label
    {
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 100%;
    }

    input, textarea {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .submit {
        padding: 0;
    }
    .search {
        font-size: 12px;
    }
}

.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: #af233c;
}
.faq-list > .faq-item > .faq-answer {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
}

.container {
    font-size: 18px;
    color: #333333;
}

.container a {
    color: #af233c;
}

.banners img {
    width: 100%;
}

footer .conta {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 300;
    font-style: italic;
    padding-left: 20px;
}

footer .conta strong {
    font-weight: 600;
}