@font-face {
    font-family: Vogue;
    src: url('Vogue.ttf');
    font-weight: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

a, a:hover {
    text-decoration: none;
}

button, a {
    outline: none !important;
    cursor: pointer;
}

.dark {
    background: #fff !important;
}

.light {
    background: #fff !important;
}

.header {
    background: url(../../img/site/header_01.png) no-repeat top right, #7c182b;
    width:100%;
    height:165px;
    font-weight: 300;
    color: #333333;
    /*overflow:hidden;*/
}

.header .container {
    position: relative;
}

.header .logo {
    font-family: 'Vogue', sans-serif;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    text-shadow: #c62846 3px 3px 10px;
}

.header .navbar {
    padding: 0;
}

.header .navbar-toggler-icon {
    position: absolute;
    right: 10px;
}

.header ul.navmenu {
    list-style-type: none;
    margin:0;
    padding:0;
}

.header ul.navmenu li {
    display: inline;
    padding: 0 5px;
}

.header ul.navmenu li a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding:0 5px;
}

.header ul.navmenu li a:hover {
    color: white;
    background: #c62846;
}

.header .phone {
    position: absolute;
    bottom: -33px;
    right: 0;
    background: #c62846;
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.header .phone a {
    color: white;
    font-weight: 700;
}

.header-bottom {
    background: url(../../img/site/header-bottom_08.png) repeat-x;
    height: 6px;
    width: 100%;
}

h1, p {
    margin: 0;
}

.welcome {
    width: 100%;
    text-align: justify;
}

.welcome h1 {
    font-size: 28px;
    font-weight: 300;
    color: #7c182b;
    margin-bottom: 25px;
}

.welcome p {
    font-size: 18px;
    font-weight: 300;
	 margin-bottom: 8px;
}

.welcome span {
    font-size: 18px;
    font-weight: 600;
    color: #7c182b;
}

.welcome button, .featured button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 40px;
    background: transparent;
    border:1px solid #333;
}



.welcome p:first-child,
.welcome p:nth-child(2),
.welcome p:nth-child(3),
.welcome p:nth-child(4) {
    display: block;
}


.locations {
    width: 100%;
}

.locations h3, .articles h3, .faq_question {
    text-transform: capitalize;
    color: #c62846;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.faq_question {
    text-align: left;
    font-size: 20px;
}

.locations p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.locations .row .col {
    padding: 0 10px;
}

.locations .row button, .articles button, .write_button a {
    background: #c62846;
    width: 100%;
    padding: 10px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    margin-bottom: 10px;
}

.write_button {
    margin-bottom: 20px;
}

.featured, .newest {
    width: 100%;
}

.featured h3, .newest h3 {
    color: #c62846;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.featured .row .col img, .newest .row .col img {
    width: 100%;
    margin-bottom: 20px;
}

.escort {
    text-align: center;
    position: relative;
    overflow:hidden;
    margin-bottom: 25px;
    border: 1px solid #d1cfd0;
    padding-bottom: 10px;
}

.escort-name, .escort-name a {
    color: #c62846;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.escort-location {
    color: #333333;
    font-size: 18px;
}

.newest .ribbon {
    background: #c62846;
    padding: 50px 60px 10px 60px;
    text-align:center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    position:absolute;
    top:-30px;
    right:-60px;
    transform: rotate(45deg);
}

h1.title {
    color: #7c182b;
    font-weight: 300;
    font-size: 25px;
}

.search select {
    width: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #969595;
    text-transform: uppercase;
    color: #333333;
    /*-webkit-appearance: none;*/
    border-radius: 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.search button {
    background: transparent;
    border: 0;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 2px;
    padding:0;
}

.search button:hover {
    border-bottom: 3px solid #333;
}

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

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

.escorts {
    width: 100%;
}


.escorts h1,
.search h1 {
    font-size: 28px;
    font-weight: 300;
    color: #7c182b;
    text-align: center;
}

.escorts .escort button {
    font-weight: 700;
    color: #7c182b;
    padding: 5px 15px;
    text-align:center;
    background: transparent;
    border: 1px solid #7c182b;
    margin-top: 10px;
}

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

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

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

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

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

.profile .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    /*background: #7c182b;*/
    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;
}

.about {
    width: 100%;
    background: #fff;
}

.about span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.about p {
    color: #c62846;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.about button {
    background: #c62846;
    width: 250px;
    padding: 10px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    border: 0;
}

.blog {
    width: 100%;
}

.blog h3 {
    color: #c62846;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.blog .article {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.blog .article img {
     width: 100%;
}

.blog .article-date {
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background: #c62846;
    padding: 15px;
    position: absolute;
    top: 0;
    line-height: 24px;
    text-align: left;
}

.blog .article-name {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.blog .article-short {
    font-weight: 300;
    color: #333333;
    font-size: 18px;
    text-align: justify;
}

.blog button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    background: transparent;
    border:1px solid #333;
}

.contacts .title {
    font-size: 24px;
    font-weight: 300;
}

.contacts .logo {
    font-size: 40px;
    color: #7c182b;
    text-shadow: #fff 1px 1px;
    font-family: 'Vogue', sans-serif;
    line-height: 40px;
}

.contacts .mail, .contacts .number {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.footer {
    background: #7c182b;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: white;
}

.footer .logo {
    font-size: 16px;
    color: white;
    font-family: 'Vogue', sans-serif;
    line-height: 16px;
}

.footer .copyrights {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: white;
}

.footer h1 {
    font-size: 18px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.footer hr {
    background: white;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.footer ul li {
    float: left;
    width: 100%;
}

.footer a {
    color: white;
}

.footer ul li a {
    text-transform: uppercase;
    color: white;
    line-height: 30px;
}

@media (min-width:991px) {
    .col-md-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .col-md-3-5 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .col-md-4-5 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}


@media(max-width: 768px) {
    .header .col-12.col-md-7 {
        padding: 0 -15px !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 63px;
        z-index: 9999;
        text-align: left;
        background: #fff;
        width: 100%;
        left:0;
        padding-left: 15px;
    }
    .navbar-collapse ul li {
        padding: 5px 0 !important;
        width:100% !important;
        display: block !important;
    }
    .navbar-collapse ul li a {
        padding: 5px 0;
        background: none;
        color: #7c182b !important;
    }
    .header .phone {
        left: 0px;
        right: auto;
        bottom: -43px;
    }
    .header-bottom {
        margin-top: 30px;
    }
    .footer ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}


/*  =FORMS
---------------------------------------------------*/

label {
    float       : left;
    width       : 300px;
    text-align  : right;
    font-weight : lighter;
    padding     : 5px 10px 5px 0;
}

.input {
    padding  : 2px;
    clear : both;
}

.input input, .input select, .input textarea, .pretty_input {
    width   : 230px;
    border  : solid 1px #cecece;
    padding : 2px 5px;
    color   : #333;
    font-family : tahoma, arial;
    background : #f5f5f5;
    font-size: 12px;
    outline: none;
}

.input select {
    width : 100px;
}

.input input:focus, .input textarea:focus {
    border : solid 1px #fff;
}

.input textarea {
    width  : 450px;
    height : 100px;
}

.input span {
    font-weight : bold;
    font-size : 12px;
    font-family : tahoma;
    color : #FF0000;
    padding-left: 5px;
}

.radio input {
    width : auto;
}

.input table td {
    width : 50px;
}

.submit {
    float  : none;
    clear  : left;
    width  : auto;
    border : 0 none #FFF;
    padding-left : 310px;
    padding-top : 10px;
}

.checkbox {
    padding : 2px 0 2px 310px;
    width   : auto;
}

.checkbox label, .radio label {
    text-align   : right;
    padding : 0 10px 0 8px;
    display : inline;
    width   : auto;
    float   : none;
}

.checkbox input {
    width : auto;
}

.error-message {
    padding-left : 310px;
    font-size    : 10px;
    color        : red;
}

.explanation {
    font-size : 10px;
    color : #404040;
    padding-left : 165px;
}

.form_container {
    width : 700px;
    margin : 0 auto;
}


input[type=submit], input.form_button {
    text-align : center;
    margin-top : 10px;
    padding : 4px 20px;
    border : solid 1px #ececec;
    background: #f5f5f5;
    cursor: pointer;
    color : #333;
    font-size : 12px;
    text-transform : uppercase;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}

form h2 {
    display : inline;
    padding : 5px 20px 5px 0;
    font-size : 16px;
    font-weight : lighter;
}

.escort img {
    margin-bottom: 10px;
    padding: 4px;
    width: 100%;
    height: auto;
}

.form {
    width : 900px;
    margin : 0 auto;
}

@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;
    }
    .banners_list img {
        width: 100%;
    }
    .header .logo {
        font-size: 6vw;
        line-height: 35px;
        padding: 30px 0;
    }
    .col-md-2-5 {
        padding: 0 5px;
    }
    .escort img {
        width:100%;
    }
    .header .phone {
        width: 100%;
    }
    .navbar-toggler-icon {
        z-index: 999;
        margin-top: 4px;
    }
    .header {
        background-size:cover;
        background-position: center center;
        height: 148px;
    }
    .locations .row button {
        font-size:10px;
    }
}

@media (max-width: 400px) {
    #article_content img {
        float: none !important;
        margin: 0 0 8px 0;
        width: 100%;
    }
}

.banners_list {
    width: 100%;
}

#reviews_list_container tr th a {
    color: #333;
}

#reviews_list_container tr td,
#reviews_list_container tr td a{
    color: #888;
}

.choosecort{
font-size: 30px;
    font-weight: 300;
    color: #7c182b;
    text-align: center  
}