body,
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: #fff;
    font-family: "Roboto", arial;
    font-size: 14px;
    /* background: url('../images/jacgrey30.gif') repeat; */
    background: linear-gradient(#000000d9 0%, #000000 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
}

a:hover {
    color: #e8ce88;
    text-decoration: none;
}

.select {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #4e4e4e;
    background: #111;
    border-radius: 5px;
    margin-bottom: 10px;
}

.select::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #e8ce88;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    z-index: 1;
    pointer-events: none;
}

select {
    border: none;
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #111;
    color: #999;
    padding-right: 30px;
}

input[type="text"],
input[type="password"],
textarea {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
    padding: 10px;
    border: 1px solid #4e4e4e;
    box-shadow: inset 5px 5px 8px #000;
    border-radius: 5px;
    background: #111;
    color: #e8ce88;
    resize: none;
}

textarea {
    min-height: 150px;
    resize: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #999;
    -webkit-box-shadow: inset 0 0 0px 9999px #111;
    transition: background-color 5000s ease-in-out 0s;
    background-color: #111 !important;
}

#theform label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#theform input[type="checkbox"] {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}

.singleNotifyStars {
    text-align: center;
    margin-bottom: 10px;
}

.starrr {
    display: inline-block;
}

.starrr i {
    font-size: 38px;
    padding: 0 3px;
    cursor: pointer;
    color: #ecb661;
}

.your-choice-was {
    display: inline-block;
    margin-left: 10px;
    font-weight: 450;
}

.reviewSubmitDisplay {}

.starsLeft {
    font-size: 38px;
    padding: 0 3px;
    color: #ecb661;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0 0 10px;
}

hr {
    background: #999;
    height: 1px;
    border: none;
}

h2 i {
    color: #fff;
}

a {
    text-decoration: none;
    color: #e8ce88;
}


/* .goldBorder {
     background: linear-gradient(to right, rgba(251, 227, 191, 1) 1%, rgba(236, 182, 97, 1) 16%, rgba(161, 99, 20, 1) 34%, rgba(174, 113, 33, 1) 48%, rgba(161, 99, 20, 1) 63%, rgba(236, 182, 97, 1) 79%, rgba(251, 227, 191, 1) 100%);
 } */

.goldBorder {
    background: #dfa753;
}


/* .redContent {
     background: linear-gradient(to bottom, #6d0019 0%, #930205 40%, #930205 63%, #6d0019 100%);
 }
  */

.redContent {
    background: #83010d;
}

.radial {
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    padding: 10px;
    background: #0000004d;
}

.header .radial {
    padding: 0;
}

.button {
    padding: 2px;
    display: inline-block;
    border-radius: 50px;
}

.button a {
    display: block;
    cursor: pointer;
    color: #e8ce88;
    padding: 7px 15px 7px 15px;
    border-radius: 50px;
    /* text-shadow: 1px 1px 2px #000; */
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
}

.button i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.button span {
    display: inline-block;
    vertical-align: middle;
}

.fadeTop {
    background: #000;
}

.fadeBottom {
    background: #000;
}

.fadeTop>div,
.fadeBottom>div {
    height: 1px;
    background: linear-gradient( to right, rgba(161, 99, 20, 0) 0%, rgba(161, 99, 20, 0.47) 20%, rgba(203, 159, 100, 0.8) 34%, rgba(251, 227, 191, 0.8) 50%, rgba(200, 154, 94, 0.8) 67%, rgba(161, 99, 20, 0.48) 80%, rgba(161, 99, 20, 0) 100%);
}

.header {
    background: url(../images/jacgrey50.gif) repeat;
}

.header>div {}

.header>div>div {
    background: url(../images/headerglitter.png) no-repeat top center;
    position: relative;
    text-align: center;
}

.header>div>div .logoIMG {
    vertical-align: middle;
    position: relative;
}

.header>div>div .logoIMG img {
    width: 100%;
}

.header>div>div .telephoneIMG {
    display: inline-block;
    vertical-align: middle;
    margin-left: -40px;
}

.header>div>div .telephoneIMG img {
    height: 160px;
}

.whatsAppButton {
    display: none;
    margin: -5px 0 10px 0;
}

.whatsAppButton>div {
    padding: 2px;
    display: inline-block;
    border-radius: 50px;
}

.whatsAppButton a {
    display: block;
    color: #e8ce88;
    padding: 5px 10px;
    border-radius: 50px;
    /* text-shadow: 1px 1px 2px #000; */
}

.whatsAppButton i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

.whatsAppButton span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
}

/* Old mobileExpand replaced by .tgm-menu-toggle in navbar.css */

.mainlinks {
    padding: 3px 0px;
    box-shadow: inset 0px 0px 3px #ddd;
    margin-bottom: 10px;
}

.mainlinks>div {}

.mainlinks>div>div {
    padding: 20px;
    text-align: center;
    box-shadow: inset 0px 0px 10px #000;
    background-image: url(../images/mainlinks.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.mainlinks>div>div a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    /* text-shadow: 1px 1px 2px #000; */
}

.saecams {
    margin: 10px;
    display: block;
}

.saecams video {
    max-width: 100%;
}

.saecamsmobile {
    margin: 10px;
    display: none;
}

.saecamsmobile video {
    max-width: 100%;
}

.featuredcontainer {
    margin: 0 5px 10px 5px;
    text-align: center;
}

.featured {
    padding: 2px;
    /* box-shadow: inset 0px 0px 3px #ddd; */
    margin: 0px 5px 10px 5px;
    line-height: 1.5em;
    /* text-shadow: 1px 1px 2px #000; */
    width: calc(16.66666% - 10px);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.featured.featuredDuoContainer {
    width: calc(25% - 10px);
}

.featuredDuo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


/* .featured>div {
     box-shadow: inset 0px 0px 10px #000;
 } */

.featured img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width:640px) {
   .profile-all .featured img {
        height: 65vw;
    }
    .profile-all .featured p {
        height: 124px;
    }
    .benifitsimg {
        height: 105vw;
    }
    .benifitsimg img {
        height: 105vw;
    }
}

.featured.featuredDuoContainer img {
    width: 100%;
    max-width: 100%;
    padding: 2px;
    display: block;
}

.featured p {
    padding: 10px;
}

.featured.featuredDuoContainer .duoTitle {
    padding: 10px 0px 10px 0px;
}

.featured.featuredDuoContainer .duoInfo {
    padding: 0px 0px 10px 0px;
}

.gallerydropdowns {
    text-align: center;
}

.gallerydropdowns .select {
    display: inline-block;
    min-width: 170px;
    margin: 0px 3px 10px 3px;
}

.contentHeader {
    /* text-align: center; */
    margin: 20px 0px;
}

.hpContent {
    padding: 20px;
}
.hpContent h1{
    color: #ad8e4e !important;
}

.hpContent>div {
    max-width: 1024px;
    margin: 0px auto;
}

.latestReviewsContainer {
    column-count: 3;
    -webkit-column-count: 3;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    padding-bottom: 20px;
}

.latestreviews {
    border: 1px solid #74582e;
    margin-bottom: 10px;
    break-inside: avoid-column;
}

.latestreviews>div {
    background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding: 20px 20px 10px 20px;
}

.latestreviews .lrcontent {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
}

.latestreviews .lrgirl {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.latestreviews .lrgirl img.img {
    max-width: 100px;
    margin-bottom: 5px;
    height: auto;
}

.latestreviews .fa-star {
    color: #ecb661;
    font-size: 18px;
}

.latestnews {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fbe3bf;
}

.latestnews a {
    margin-bottom: 10px;
    display: block;
}

.latestnews span {
    display: block;
    font-size: 12px;
}

.latestarticles a {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

#escort_details {
    margin-bottom: 10px;
}

#escort_details span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footerContainer {
    background: #000;
    padding: 20px;
    text-align: center;
}

.footerlinks {
    margin-bottom: 20px;
}

.footerlinks>div {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: left;
}

.footerlinks>div.locationLinks {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.footerlinks>div a {
    display: block;
    margin-bottom: 10px;
}

.footerlinks>div.locationLinks a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.footer {}

.footerbanners {
    padding-top: 100px;
    text-align: center;
    background: #000;
}

.footerbanners>div {
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
}

.profileContainer {}

.profileContainer .escortNav {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.profileContainer .escortNav span,
.profileContainer .escortNav a {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
}

.profileContainer h1 {
    text-align: center;
}

.profileContainer .scrollToStats {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}

.profileContainer .profileimages {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 370px);
}

.profileContainer .profileimages a {
    padding: 5px;
    display: block;
}

.profileContainer .profileimages img {
    width: 100%;
    display: block;
}

.profileContainer .pimage {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0px;
}

.profileContainer .limage {
    display: block;
    margin: 0px;
}

.profileContainer .statscontainer {
    display: inline-block;
    width: 350px;
    margin-left: 20px;
    vertical-align: top;
    font-size: 16px;
}

.profileContainer .statscontainer .statsa {
    display: inline-block;
    width: 50%;
    padding: 3px 0px;
}

.profileContainer .statscontainer .statsq {
    display: inline-block;
    width: 50%;
    padding: 3px 0px;
}

.profileContainer .statscontainer .ratesa {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding: 3px 0px;
}

.profileContainer .statscontainer .ratesq {
    display: inline-block;
    width: 50%;
    padding: 3px 0px;
}

.profileContainer .statscontainer .fadeBottom {
    margin: 20px 0px;
    width: 100%;
}

.profileContainer .statscontainer .duosWith {
    display: inline-block;
    width: 50%;
    padding: 10px;
    text-align: center;
}

.profilereviews div {
    margin-bottom: 10px;
}

.profilereviews div span {
    display: block;
    margin: 4px 0;
}

.profilereviews .fa-star {
    color: #ecb661;
    font-size: 18px;
}

.newsmain {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newsmain span {
    display: block;
    font-size: 12px;
}

.newsmain div {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-right: 10px;
}

.newsmain div img {
    max-width: 100%;
}

.newsmain p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
}

.newsdateadded {}

.reviewContainer .fadeBottom {
    margin: 20px 0px;
}

.reviewContainer .fa-star {
    color: #ecb661;
    font-size: 18px;
}

.agencyComments {
    color: #999;
    font-style: italic;
}

@media only screen and (max-width: 1260px) {
    .featured {
        width: calc(20% - 10px);
    }
    .featured.featuredDuoContainer {
        width: calc(33% - 10px);
    }
    .featuredcontainer.home .featured:nth-of-type(6) {
        display: none;
    }
    .latestReviewsContainer {
        column-count: 2;
        -webkit-column-count: 2;
        column-gap: 10px;
        -webkit-column-gap: 10px;
    }
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1100px) {
    .featured {
        width: calc(25% - 10px);
    }
    .featured.featuredDuoContainer {
        width: calc(50% - 10px);
    }
    .featuredcontainer.home .featured:nth-of-type(5) {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .featured {
        width: calc(33.3333333333333333% - 10px);
    }
    .featuredcontainer.home .featured:nth-of-type(5),
    .featuredcontainer.home .featured:nth-of-type(6) {
        display: inline-block;
    }
    .latestReviewsContainer {
        column-count: 1;
        -webkit-column-count: 1;
        column-gap: 10px;
        -webkit-column-gap: 10px;
    }
}

@media only screen and (max-width: 850px) {
    .header>div>div .telephoneIMG {
        margin-left: -20px;
    }
    .header>div>div .telephoneIMG img {
        height: 120px;
    }
    /* Mobile menu now handled by .tgm-mobile-nav in navbar.css */
    .profileContainer .pimage {
        display: block;
        width: auto;
    }
}

@media only screen and (max-width: 730px) {
    .featured.featuredDuoContainer {
        width: auto;
        display: block;
    }
}

@media only screen and (max-width: 700px) {
    .profileContainer .scrollToStats {
        display: block;
    }
    .profileContainer .profileimages {
        display: block;
        width: auto;
    }
    .profileContainer .statscontainer {
        display: block;
        width: auto;
        max-width: 400px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .profileContainer .pimage {
        display: inline-block;
        width: 50%;
    }
    .footerlinks>div {
        display: block;
        width: auto;
        text-align: center;
    }
    .footerlinks>div.locationLinks {
        display: block;
        width: auto;
        text-align: center;
    }
    .footerlinks>div a {
        display: inline-block;
        width: auto;
        margin: 0px 10px 10px 0px;
    }
    .footerlinks>div.locationLinks a {
        display: inline-block;
        width: auto;
        margin: 0px 10px 10px 0px;
    }
    .latestarticles {
        text-align: center;
    }
    .latestarticles a {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .saecams {
        display: none;
    }
    .saecamsmobile {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .radial {
        background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }
    .header>div>div {
        padding: 0px 0px;
    }
    .header>div>div .logoIMG {
        display: block;
    }
    .header>div>div .telephoneIMG {
        display: block;
        margin-left: 0;
        margin-top: -20px;
    }
    .header>div>div .telephoneIMG img {
        height: 120px;
    }
    .whatsAppButton {
        display: block;
    }
    .featured {
        width: calc(50% - 10px);
    }
}

.grid-1280 {
    display: table;
    width: 1280px;
    margin: auto;
}

strong {
    font-weight: 600;
}

.blink {
    color: #fff;
}

footer {
    width: 100%;
    display: table;
    padding: 40px 0px 5px 0px !important;
    color: #fff;
    background-color: #000;
    color: #fff;
    font-weight: 400;
}

footer h6 {
    margin: 0px 0px 20px 0px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #f5c95f;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1.8px;
    height: auto !important;
}

.footer-column {
    width: 33.33%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.footer-column ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-column li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.footer-column a {
    display: block;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 13px;
    border: 0px;
    line-height: normal;
}

.footer-column a:hover {
    color: #f5c95f;
}

.footer-column p {
    font-size: 13px;
    line-height: 24px;
}

.footer-phone img {
    float: left;
    margin-bottom: -6px;
    margin-right: 5px;
}

.footer-phone a {
    font-size: 24px;
    border-bottom: 0px;
    line-height: 36px;
    color: #fff;
}


/* footer */


/* responsive menu */


/* responsive menu */


/* Scroll Top */


/* Scroll Top */


/* Hide the browser's default checkbox */


/* Create a custom checkbox */


/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */


/* Create the checkmark/indicator (hidden when not checked) */


/* Show the checkmark when checked */


/* Style the checkmark/indicator */


/* Hide the browser's default radio button */


/* Create a custom radio button */


/* On mouse-over, add a grey background color */


/* When the radio button is checked, add a blue background */


/* Create the indicator (the dot/circle - hidden when not checked) */


/* Show the indicator (dot/circle) when checked */


/* Style the indicator (dot/circle) */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
}

li a {
    color: #f03d50;
}


/*  1350px  */


/*  1240px  */

@media all and (max-width: 1339px) {
    .grid-1280 {
        width: 1170px;
    }
}


/*  980px  */

@media all and (max-width: 1239px) {
    .grid-1280 {
        width: 920px;
    }
    .footer-column a {
        margin: 0px 10px 5px 0px;
    }
    footer {
        padding: 10px 0px 40px 0px;
    }
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-phone a {
        font-size: 20px;
    }
    body {
        font-size: 13px;
        line-height: 22px;
    }
    .footer-column a {
        font-size: 13px;
    }
    .footer-phone a {
        font-size: 17px !important;
    }
    footer h6 {
        font-weight: 300;
    }
}


/*  768px  */

@media all and (max-width: 979px) {
    .grid-1280 {
        width: 720px;
    }
}


/*  640px  */

@media all and (max-width: 767px) {
    .grid-1280 {
        width: 600px;
    }
    .footer-column {
        width: 100%;
        padding: 0px !important;
    }
    footer h6 {
        margin: 0px;
        line-height: 30px;
        height: auto;
    }
    .footer-column {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}


/*  480px  */

@media all and (max-width: 639px) {
    .grid-1280 {
        width: 440px;
    }
    footer {
        padding: 10px 0px 20px 0px !important;
    }
}


/*  360px  */

@media all and (max-width: 479px) {
    .grid-1280 {
        width: 340px;
    }
    .footer-column {
        margin-top: 25px;
    }
}


/*  320px  */

@media all and (max-width: 359px) {
    .grid-1280 {
        width: 300px;
    }
}

.pimage.boxsizing.primary {
    width: 100%;
    float: left;
}

.pimage.boxsizing.secondary {
    width: 50%;
    float: left;
}

.clear {
    clear: both;
    width: 100%;
}


/* zig zag  */

.benifits {
    display: block;
    clear: both;
    background: #00000014;
}

.benifitsdetails {
    background: #00000014;
    padding: 18px;
    width: 537px;
    position: absolute;
    right: 0;
    top: 55px;
    left: auto;
    z-index: 9;
}

.benifitsdetails h3 {
    font-size: 24px;
    font-family: Muli, sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 38px;
}

.benifitsdetails h3::after {
    width: 150px;
    background: #e8ce88;
    height: 2px;
    left: 0;
    top: auto;
    bottom: -10px;
    content: "";
    right: auto;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .benifitsdetails {
        padding: 15px;
        width: 380px;
        top: 15px;
    }
    .benifitsdetails h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .benifitsimg img {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .benifitsdetails {
        top: 0;
        width: 100%;
        position: relative;
    }
    .benifitsdetails {
        margin-top: 0;
        background: 0 0;
        padding: 10px 0;
    }
    .benifitsdetails h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .benifitsdetails {
        padding: 0;
    }
    .benifitsdetails h3::after {
        width: 120px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .benifitsdetails h3 {
        text-align: center;
    }
}

.model-escorts {
    background: #f2f2f2;
    padding-bottom: 60px;
}

.model-escorts .benifitsdetails {
    left: 0;
    right: auto;
    top: 64px;
}

.details {
    background: #00000087;
    border: 1px solid #e8ce888c;
    padding: 0;
    border-radius: 5px;
}