@font-face {
    font-family: 'Bebas';
    src: url('../fonts/BebasNeue-Regular.otf') format('opentype'),
         url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

body {
    background: #40091e;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

p {
    margin: 0;
}

header {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
}

header .logo {
    font-family: 'Bebas', sans-serif;
    font-size: 55px;
    line-height: 44px;
}

header .logo span {
    color: #a53e64;
}

header .info {
    font-size: 18px;
    text-align: right;
    line-height: 20px;
}

nav {
    background: #651935;
    width: 100%;
    padding: 15px 0 !important;
}

nav.navbar {
    clear:both;
}

nav .phone, nav .phone a {
    padding-left: 10px;
    font-size: 20px;
    color: white;
}

nav .navbar-toggler-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 17px;
}

nav ul.navmenu {
    list-style-type: none;
    margin:0;
    padding:0;
    width: 100%;
    text-align: center;
}

nav ul.navmenu li {
    display: inline;
    padding: 0 10px;
}

nav ul.navmenu li a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

nav ul.navmenu li a:hover {
    color: white;
}

.content {
    background: black;
    padding: 25px 0;
}

.content h1 {
    font-size: 30px;
    color: #bc3265;
    margin-top:0;
    margin-bottom: 25px;
}

.content p {
    font-size: 16px;
    line-height: 16px;
}

.search select {
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid white;
    background: url(../images/dropdownNew.png) 96% / 15% no-repeat, black;
    border-radius: 5px;
}

.teaser {
    background: black;
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bc3265;
    font-size: 30px;
}

.teaser h1 {
    font-size: 30px;
}

.block-left, .block-right {
    background: rgba(64,9,30,1);
    width: 100%;
}

.news, .promise, .newest {
    background: black;
    width: 100%;
    overflow: hidden;
}

.employment button {
    background: #651935;
    border:0;
}

.block-body {
    width: 100%;
    padding: 40px 0;
}

.block-left .block-body {
    background: url('../images/corner-left.png') 0 0 no-repeat;
}

.block-right .block-body {
    background: url('../images/corner-right.png') 100% 0 no-repeat;
}

.block-body h2 {
    text-align: center;
    font-size: 25px;
}

#article_content {
    width: 100%;
    clear: both;
    overflow: hidden;
}

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

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

.article img {
    width: 100%;
}

.article-image {
    background: white;
    width: 100%;
    height: 250px;
    overflow: hidden;
    color: black;
}

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

.article .article-name {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.article .article-short {
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    height: 100px;
    overflow: hidden;
}

.article button {
    border:0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.escort {
    text-align: center;
    position: relative;
    overflow:hidden;
    margin-bottom: 25px;
    padding:5px;
    background: #390B23;
}

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

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

.escort .escort-location {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.escort .newest .ribbon {
    background: #7c182b;
    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);
}

button {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    color: white;
    padding: 10px 20px;
    background: transparent;
    border: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}

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

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

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

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

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

.services-buttons button:hover {
    background: #651935;
}

.srvcs .img img {
    width: 100%;
}

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

.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 .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    background: #40091e;
    color: white;
    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;
}

.service-image, .promise-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    max-height: 250px;
    border-radius: 50%;
    border: 6px solid #40091e;
}

.service-image img, .promise-image img {
    visibility: hidden;
}

.service-name, .promise-name {
    font-size: 18px;
    font-weight: lighter;
    line-height: 28px;
}

.contacts {
    background: url('../images/contacts.jpg') 100% 0 no-repeat, #40091e;
}

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

.contacts .logo {
    color: #fff;
    font-size: 46px;
    font-family: 'Bebas', sans-serif;
    line-height: 46px;
}

.contacts .logo span {
    color: #a53e64;
}

.contacts .mail, .contacts .number, .contacts .number a {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

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

.footer .logo {
    font-size: 36px;
    font-family: 'Bebas', sans-serif;
    line-height: 36px;
}

.footer .logo span {
    color: #a53e64;
}

.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: #a52a57;
}

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

.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%
    }
}
.promise-image, .service-image {
    width: 10vw;
    height: 10vw;
}
@media(max-width: 768px) {
    .teaser {
        padding: 30px 0 0;
    }
    .block-body {
        padding: 30px 0;
    }
    header .logo {
        text-align: center;
    }
    .navbar-collapse {
        position: absolute;
        top: 58px;
        z-index: 9999;
        text-align: left;
        background: #8d234a;
        width: 100%;
        left:0;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse ul {
        display: block !important;
    }
    .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: #fff !important;
    }
    .contacts {
        background-size: cover !important;
    }
    .footer ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .block-left .block-body,
    .block-right .block-body {
        background: rgb(64,9,30);
    }
    .block-black .block-body {
        background: rgb(0, 0, 0) !important;
    }
    .contacts .mail, .contacts .number, .contacts .number a {
        font-size: 18px;
    }
    .promise-name, .service-name {
        font-size: 12px;
        line-height: 15px;
    }
    .promise-image, .service-image {
        width: 20vw;height: 20vw;
    }
    .article .article-date {
        font-size: 13px;
        line-height: 13px;
    }
}

form {
    width: 100%;
}

form label {
    width: 250px;
    vertical-align: top;
}

form h2 {
    margin: 25px 0;
}

form input[type='submit'] {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    color: white;
    padding: 10px 20px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    background: #651935;
    border:0;
}

@media(max-width: 600px) {
    form label {
        width: 100%;
    }
    form input[type='text'], form textarea, form select {
        width: 100%;
    }
}

@media(max-width: 1441px) {
    header .logo {
        font-size: 34px;
    }
}