@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,500,700);

body {
  background: #086464 url('/themes/bespoke/img/img_background.jpg') top center no-repeat fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.well {
  background: rgba(0, 0, 0, 0.47);
  border-radius: 0;
  border: none;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #FFF;
}

#rates-h3 {
  text-align: center;
  margin: 30px 0 15px;
}

h1 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.indent {
  padding-left: 15px;
  padding-right: 15px;
}

.full-width {
  width: 100%;
}

.clear {
  clear: both;
}

/* Paragraph & Typographic */
p {
  line-height: 22px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  text-align: justify;
}

label {
  color: #fff;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #e3cca8;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #ccc;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/** 
 * Navbar
 */

nav {
  background-color: #000;
  border-top: 2px solid #e3cca8;
  border-bottom: 2px solid #49453d;
}

.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.25em;
}

.navbar-inverse {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-inverse {
  border: none;
  background: none;
}

.navbar-inverse .navbar-nav>li>a,
.dropdown-menu>li>a {
  color: #e3cca8;
  font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.dropdown-menu>li>a:hover {
  color: #FFF;
  background-color: #000;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.dropdown-menu {
  margin-left: 7px;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #000;
}

@media (min-width: 768px) {
  .navbar-left {
    width: 100%;
  }

  .navbar-nav>li {
    padding: 0 4px;
  }
}

.navbar-toggle {
  float: left;
}

.header-link {
  color: #e3cca8;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.header-link:hover {
  color: #fff;
  font-size: 14px;
}

/**
 * Header
 */

#logotype img {
  position: relative;
  padding: 25px 0;
  width: 100%;
  max-width: 250px;
}

.header-date {
  background-color: rgba(227, 204, 168, 0.63);
  border-radius: 10px;
  border: 1px solid #5a5a59;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  margin: 25px 0 5px;
}

.header-phone,
.header-newsletter input,
#members input {
  background-color: rgba(0, 0, 0, 0.47);
  border-radius: 10px;
  border: 1px solid #5a5a59;
  text-align: center;
  color: #e3cca8;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.header-phone span {
  font-size: 12px;
  position: relative;
  bottom: 2px;
}

.header-phone img,
.header-newsletter img {
  position: absolute;
  left: 15px;
  top: 13px;
}

.header-newsletter input,
#members input {
  width: 74%;
  margin-right: 1%;
  font-size: 18px;
  padding: 10px;
}

.header-newsletter input[type="submit"],
#members input[type="submit"] {
  width: 24%;
  font-size: 18px;
  margin-right: 0;
}

/**
 * Left Col
 */

.click-nav ul,
.click-nav1 ul,
.click-nav2 ul {
  position: relative;
  font-weight: 900;
  padding: 0;
}

.click-nav ul li,
.click-nav1 ul li,
.click-nav2 ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}

.click-nav ul li ul,
.click-nav1 ul li ul,
.click-nav2 ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}

.click-nav ul .clicker,
.click-nav1 ul .clicker1,
.click-nav2 ul .clicker2 {
  position: relative;
  background: #2284B5;
  color: #FFF;
}

.click-nav ul .clicker:hover,
.click-nav ul .active,
.click-nav1 ul .clicker1:hover,
.click-nav1 ul .active,
.click-nav2 ul .clicker1:hover,
.click-nav2 ul .active {
  background: #196F9A;
}

.click-nav img,
.click-nav1 img,
.click-nav2 img {
  position: absolute;
  top: 9px;
  left: 12px;
}

.click-nav ul li a,
.click-nav1 ul li a,
.click-nav2 ul li a {
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  background: #FFF;
  color: #e35c68;
  text-decoration: none;
  border: none;
  border-radius: 10px;
}

.click-nav ul li a:hover,
.click-nav1 ul li a:hover,
.click-nav2 ul li a:hover {
  background: #F2F2F2;
}

/* Fallbacks */
.click-nav .no-js ul {
  display: none;
}

.click-nav .no-js:hover ul {
  display: block;
}

/**
  * Home
  */

.heading {
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e3cca8;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #FFF;
}

.heading span {
  color: #e3cca8;
}

.content {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.47);
  border: 1px solid #434444;
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}

#home .content p {
  color: #FFF;
}

#home-available-today .mt {
  margin-top: 10px;
  margin-bottom: 0;
}

#categories-container,
#latest-reviews {
  float: left;
  width: 100%;
}

/* .category-link {
	background-color: #e3cca8;
	margin-bottom: 10px;
	border-radius: 5px;
}

.category-link a {
	padding: 15px;
	color: #FFF;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
} */

#latest-reviews #reviews-item {
  padding: 15px 0;
  border-bottom: 1px solid #e3cca8;
}

#latest-reviews #reviews-item:first-child {
  padding-top: 0;
}

#latest-reviews #reviews-item:last-child {
  border-bottom: none;
}

#latest-reviews #reviews-item img {
  margin-bottom: 15px;
}

#latest-reviews #reviews-item p span {
  color: #e3cca8;
}

/**
 * Breadcrumb
 */
ul.breadcrumb {
  border-radius: 0;
  background-color: #e3cca8;
}

ul.breadcrumb a {
  color: #000;
}

/**
 * Gallery
 */

.gallery-item {
  background-color: rgba(0, 0, 0, 0.47);
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.gallery-item-holder {
  float: none;
  display: inline-block;
  vertical-align: top;
  /* z-index: 10000; */
}

.gallery-item img {
  width: 100%;
}

.gallery-item .profile-info {
  text-align: left;
  padding: 8px 5px 5px;
  min-height: 121px;
  position: relative;
}

.gallery-item .profile-info a,
.gallery-item p {
  color: #e3cca8;
  text-align: left;
}

.gallery-item p {
  margin: 0;
}

h3.profile {
  text-align: center;
}

#profile-body {
  text-align: justify;
}

#profile-reviews {
  padding-bottom: 15px;
}

h3.available-today,
h1.available-today {
  margin-bottom: 40px;
}

#escorts-by-category,
#escorts-by-location,
#escorts-all,
#escorts-by-international {
  padding: 0 15px;
  float: left;
  width: 100%;
}

.gallery-item .corner-tag {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 31px;
  right: -36px;
  line-height: 22px;
  background-color: pink;
  color: #000;
  width: 164px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}


/**
 * Profiles
 */

.list-group {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
}

.list-group-item,
#rates-table {
  background: none;
  color: #FFF;
}

.list-group-item {
  padding: 5px 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.attribute,
.stat {
  width: 50%;
  float: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 5px 0;
}

#profile-reviews p {
  margin-bottom: 3px;
}

#profile-reviews p.reviewer {
  color: #e3cca8;
}

ul.likes {
  color: #FFF;
  padding: 0 15px;
}

ul.likes li {
  padding: 5px 0;
}


/**
 * FAQ's
 */

.faqs .content {
  margin-bottom: 10px;
}

.faqs .content p:nth-child(2) {
  margin-bottom: 0;
}


/**
 * News
 */

#news-post {
  padding: 15px;
  background: rgba(0, 0, 0, 0.47);
}

a.list-group-item {
  background-color: #e3cca8;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

a.list-group-item:hover {
  background-color: #000;
  color: #e3cca8;
}

.breadcrumb>li+li:before {
  color: #000;
}

/**
 * Progress bar
 */
.progress-bar-theme {
  background-color: #887e7a;
}


/* Helpers */
.mt {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Margin top */
.pt {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Padding top */

.semi-opaque-black {
  background: #eee7e2;
}

.cursor-pointer {
  cursor: pointer;
}

/**
 * Form stuff
 */
.validator {
  display: none;
}

.form-control,
.datepicker {
  border-radius: 0 !important;
  margin-bottom: 5px;
}

.form-control {
  background: none;
  border-color: #e3cca8;
}

.datepicker {
  padding: 4px 12px !important;
}

/**
 * Footer 
 */
#footer {
  background-color: #000;
  padding: .5em 0;
  margin-top: 2em;
}

#footer h4 {
  color: #e3cca8;
  text-transform: uppercase;
  font-size: 16px;
}

#footer a,
#footer p {
  color: #FFF;
  margin: 0 0 3px;
  text-transform: uppercase;
  display: block;
}

.directory {
  margin: 0 auto;
}

.directory p {
  display: none;
}

.directory img {
  height: 60px;
  overflow: hidden;
  width: auto;
}

/** 
 * Blog
 */
/* Blog Date*/
bd {
  color: #d2d2d2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

/* Blog Author*/
ba {
  text-transform: uppercase;
  font-size: 12px;
}

/* Blog Quote */
.bq {
  padding-top: 30px;
  font-size: 22px;
}

/* Blog Tags */
bt {
  font-size: 12px;
}


/**
 * Thumbnail Zoom
 */
/* Effects also are controlled by hover.zoom.js */
.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent url(../img/loader.gif) no-repeat center;
}

.zoomOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-image: url(../img/zoom.png);
  background-position: center;
  background-repeat: no-repeat;
}

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}


/**
 * Glyphicon Configuration
 */
.glyphicon {
  color: #1abc9c;
  font-size: 40px;
}


.duo-gallery {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 0;
}

.duo-gallery .duo-name {
  font-size: 18px;
  color: #e35c68;
}

.well {
  border: none;
  box-shadow: none;
}

.btn-success {
  background: #D2C4B9;
  border: 1px solid #D2C4B9;
  max-width: 300px;
  margin: 0 auto;
}

.btn-success:hover {
  border: 1px solid #E35C68;
  background: #D2C4B9;
}

.toplink {
  display: block;
  width: 200px;
  float: left;
  background-color: #e35c68;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}


input.error,
textarea.error,
select.error {
  border: 1px solid #FF0000;
}

form #message {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

form #message.error {
  color: #FF0000;
}

form #message.success {
  color: #00FF00;
}

.review-block {
  background-color: rgba(255, 255, 255, 0.2);
}

.vhe {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc {
  float: left;
  width: 100%;
}

.byline {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
  border-top: 1px solid #000;
  background-color: #000;
}

.byline p {
  margin: 0;
  line-height: 48px;
}

.byline img {
  padding-right: 10px;
}


/* Updates 18/12/19 - PM */

.homepage-only {
  display: none;
}

.home .homepage-only {
  display: block;
}


.mobile-only {
  display: none;
}

.navbar-collapse {
  max-height: 380px;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0 20px;
}

.nav {
  display: flex;
  justify-content: center;
}

.nav>li>a {
  padding: 10px 6px;
  line-height: 30px;
}

.header-info {
  padding-top: 54px;
}

.header-info .row {
  display: flex;
  align-items: center;
}

.header-info div p {
  color: #e3cca8;
  margin: 0;
  text-align: center;
}

#logotype {
  display: block;
}


.header-contact {
  /* padding-left: 8vw; */
}

.header-contact div {
  margin: 0;
  padding: .5rem 0;
  text-align: right;
}

.header-contact div a {
  font-size: 1.4rem;
}

.header-contact div a img {
  margin-left: 6px;
  margin-top: -3px;
}


.navbar-toggle {
  outline: none;
}

.navbar-toggle:focus {
  background-color: #000000 !important;
}

.navbar-toggle:focus .icon-bar {
  background-color: #e3cca8 !important;
}

.navbar-toggle:hover {
  background-color: #e3cca8 !important;
}

.navbar-toggle:hover .icon-bar {
  background-color: #000000 !important;
}

.icon-bar {
  background-color: #e3cca8 !important;
}

.nav-icons {
  float: right;
  margin: 0;
  padding: 0 1rem 0 0;
}

.nav-icons li {
  display: inline-block;
  line-height: 46px;
}

.nav-icons li+li {
  padding-left: 1rem;
}

.nav-icons a {
  display: block;
}

.heading h1 {
  font-size: 3rem;
  margin: 0;
}

p {
  text-align: left;
}

#reviews-item p {
  margin-bottom: .8rem;
}

.gallery-item-holder {
  padding: 0 5px;
}

.gallery-item a {
  display: block;
}

#escorts-all {
  padding: 0;
}

.image-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 150%;
  border: 1px solid #e3cca8;
}

.image-holder:hover img {
  transform: scale(1.1);
}

.image-holder img {
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mt {
  margin-top: 1rem!important;
}

.container-fluid {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.iso-row {
  margin: 0 -5px
}


/*****************/
/* Media Queries */
/*****************/


@media (max-width: 1199px) {

  .header-info a,
  .header-newsletter input,
  .header-newsletter input[type="submit"] {
    font-size: 1.8vw;
  }

  .header-phone span {
    font-size: 1.5vw;
  }
}

@media (max-width: 960px) {
  .mobile-only {
    display: block;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .nav {
    flex-direction: column;
    align-items: start;
  }

  .nav>li>a {
    line-height: 15px;
  }
}


@media (max-width: 767px) {

  .byline p.pull-left,
  .byline p.pull-right {
    text-align: center;
  }

  .directory {
    display: none;
  }

  /* Updates 18/12/19 - PM */
  #logotype {
    display: block;
    text-align: center;
  }

  .header-info .row {
    flex-direction: column;
  }

  .heading h1 {
    font-size: 4.8vw;
  }
}


@media (max-width: 600px) {

  /* Footer fixes 19/12/19 - PM */
  .byline {
    padding: 1rem 0 .5rem 0;
  }

  .byline .pull-left,
  .byline .pull-right {
    float: none !important;
  }

  .byline p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .byline img {
    height: 3rem;
  }
}


@media (max-width: 400px) {

  /* Updates 18/12/19 - PM */
  .header-newsletter input,
  .header-newsletter input[type="submit"] {
    width: 100%;
  }
}


/* Toggle Additions */
.toggle div {
  float: left;
  margin-right: 1rem;
  padding: .6rem 2rem;
  cursor: pointer;
  transition: all 0.1666s ease-in-out;
  border: 1px solid #e3cca8;
  color: #e3cca8;
}

.toggle div.active, .toggle div:hover {
  color: #000000;
  background-color: #e3cca8;
}

.toggle div.active span::after {
  content: "";
  margin-left: .5rem;
  background-image: url(/themes/bespoke/img/tick.png);
  background-size: 1.2rem 1.2rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
}

@media (max-width: 767px) {
  .toggle {
    display: flex;
    justify-content: center;
    margin: 1.8rem 0 1rem 0;
  }
  .toggle div + div{
    margin-left: 2rem;
  }
  .toggle div {
    margin-right: 0;
  }
}