
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

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

a {
    font-family: 'Open Sans', sans-serif;
}

input, button {
    outline: none;
}

h1 {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}

header {
    height: 195px;
    width: 100%;
    font-size: 18px;
    color: #0191c8;
}

header .container {
    background: url('/themed/naujas/images/007-escorts_02.jpg') no-repeat right center;
    height: 195px;
}

.nav {
    background: #0191c8;
    width: 100%;
    height: 50px;
}

.nav nav ul {
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}

.nav nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}

.nav nav ul li a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.search select {
    border:1px solid #0191c8;
    background: transparent;
    width: 100%;
    color: white;
    -webkit-appearance: none;
    font-size: 16px;
    height: 47px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    padding: 0 10px;
}

.escort {
    text-align: center;
    padding: 5px;
    font-size: 17px;
    color: white;
    border: 1px solid #0191c8;
}

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

.escort .name, .escort .name a {
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}
.escort .location,
.escort .price {
    margin-top: 2px;
}

.escort .location {
    color: #0191c8;
}

.services {
    background: url(/themed/naujas/images/services.png) no-repeat left center;
    width: 100%;
    height: 455px;
    color: white;
}

.services h2 {
    font-size: 30px;
    margin: 20px 0;
}

.services p {
    font-size: 18px;
}

.callus {
    background: #0191c8;
    width: 100%;
    padding: 16px 0;
    color: white;
    font-size: 18px;
}

.callus a {
    color: white;
    font-weight: bold;
}

.locations button {
    background: transparent;
    border:1px solid #0191c8;
    width: 100%;
    color: white;
    font-size: 16px;
    height: 47px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    padding: 0 10px;
}

h2.subtitle {
    font-size: 26px;
    color: white;
    text-align: center;
}

.review {
    border: 1px solid #0191c8;
    height: 100%;
    padding: 5px;
    font-size: 17px;
    color: white;
}

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

.review .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 8px;
}

.review .excerpt {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    padding: 0 5px;
}

.review .more {
    position: absolute;
    bottom: 15px;
    left:0;
    right:0;
    margin: 10px 0;
}

.review .more a {
    color: white;
    text-transform: uppercase;
}

.blue-bg {
    width: 100%;
    background: #002b3c;
}

footer.footer {
    background: url('/themed/naujas/images/footer_24.jpg') no-repeat left center, #002b3c;
    background-size: cover;
    width: 100%;
    padding: 30px 0 15px 0;
}

footer.footer img {
    width: 100%;
}

.search option {
    background: #000;
}

@media(max-width: 768px) {
    footer.footer {
        padding-top: 45px;
        background-size: cover;
        width: 100%;
        height: auto;
    }
}

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

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

footer.footer nav ul li,
footer.footer nav ul li:hover {
    display: block;
    background: none;
    padding: 0;
}

footer.footer nav ul li a {
    color: white !important;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

footer.footer nav ul li:hover a {
    background: none;
    transform: none;
    text-decoration: underline;
}

footer.footer .section-title {
    color: #00ccff;
    font-size: 26px;
}

footer.footer a {
    font-weight: bold;
}

footer.footer .contacts {
    font-size: 20px;
}

footer.footer input[type=text] {
    background: black;
    border: 0;
    height: 40px;
    color: white;
    padding: 0 10px;
}

footer.footer input[type=submit] {
    background: #0191c8;
    border: 0;
    height: 40px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    margin: 0;
}


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

@media(max-width: 768px) {
    .review-item img {
        float: none;
        width: 100%;
        height: auto;
    }
    .navbar-collapse {
        position: absolute;
        top: 57px;
        z-index: 9999;
        text-align: left;
        background: #0191c8;
        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: #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%;
    }
    .escort .info {
        font-size: 10px !important;
    }
}
nav ul li {
    display: inline-block;
}

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

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

.profile .profile-information {
    background: #002b3c;
}

.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: #002b3c;
    padding: 10px 15px;
}

.profile .photos .row > div > img {
    background: #fff;
}

.profile .profile-statistics,
.profile .profile-rates,
.profile .profile-reviews {
    padding: 5px;
    color: #fff;
    font-size: 16px;
}

.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;
}

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

.articles h2 {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.articles h2 a {
    color: #cccccc;
}

.article-item img {
    float: left;
    margin: 0 15px 8px 0;
}

.article-item p {
    background: none !important;
}

.articles .article-date {
    font-size: 14px;
    color: #0191c8;
    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;
    border: 1px solid #0191c8;
    padding: 3px 6px !important;
    font-size: 18px;
    color: #0191c8;
    background: black;
}

.articles .more a {
    color: #cccccc;
    margin: 0;
    padding: 0;
}

.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) {
    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: #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 {
        background-position: center center;
        height: 170px;
    }
    header img {
        width: 60%;
    }
    .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: #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: #0191c8;
    color: #fff !important;
    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;
    }
    .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: #0191c8;
}
.faq-list > .faq-item > .faq-answer {
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
}

.container a {
    color: #0191c8;
}

.banners img {
    width: 100%;
}


.review-item {
    clear: both;
    overflow: hidden;
}
.review-item img {
    float: left;
    margin: 0 15px 8px 0;
}

@media(max-width: 768px) {
    .review-item img {
        float: none;
        width: 100%;
        height: auto;
    }
}