/* Scss Document */
body {
  font-family: Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #c5c5c5;
  font-weight: 400;
  background: #33343B;
  position: relative; }

img {
  max-width: 100%;
  border: 0; }

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

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #f6cb4c; }
  a:hover {
    color: #f5c434; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/
.common-btn {
  color: #f6cb4c;
  border: 2px solid #f6cb4c;
  padding: 4px 15px 4px 17px;
  line-height: 25px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-align: center; }

.form-control {
  border-radius: 4px;
  padding: 16px 16px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 13px;
  border: 0px solid #000;
  font-family: Arial, sans-serif;
  font-size: 13px; }

:focus {
  box-shadow: none !important;
  outline: none !important; }

@media (min-width: 768px) {
  .container {
    padding: 0px; } }
@media (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
/*------------------end common-css-------------------*/
#header {
  height: auto;
  z-index: 1030 !important;
  background-color: #272727;
  border-bottom: 1px solid #151515;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1040;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
  -webkit-transform: translateZ(0);
  -webkit-transition: 100ms linear top;
  -moz-transition: 100ms linear top;
  -o-transition: 100ms linear top;
  transition: 100ms linear top; }
  #header .logo {
    float: left;
    height: 60px;
    line-height: 60px; }
    #header .logo a {
      height: 60px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      line-height: 60px;
      padding: 0 6px;
      font-family: "Open Sans",sans-serif;
      font-weight: 100;
      font-size: 17px;
      vertical-align: bottom;
      -webkit-font-smoothing: subpixel-antialiased; }
    #header .logo .logo_holder {
      margin-left: 0px;
      margin-right: 10px;
      margin-top: 15px;
      padding-right: 0px;
      vertical-align: middle;
      width: 34px;
      padding-top: 1px;
      float: left; }
  #header .nav {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-left: 40px;
    float: left; }
    #header .nav li {
      position: relative;
      display: inline-block;
      height: 60px;
      line-height: 60px;
      float: left;
      font-family: "Open Sans", sans-serif; }
      #header .nav li a.dropdown-toggle {
        color: #fdd733; }
        #header .nav li a.dropdown-toggle .material-icons {
          float: right;
          width: 24px; }
      #header .nav li a {
        width: auto;
        height: auto;
        line-height: 26px;
        font-size: 17px;
        display: inline-block;
        float: left;
        padding: 5px 10px 5px 12px;
        margin-top: 12px;
        border: none;
        -webkit-font-smoothing: subpixel-antialiased;
        color: #fdd733; }
        #header .nav li a:hover, #header .nav li a:focus {
          background-color: transparent; }
    #header .nav .dropdown-menu {
      background-color: #333333;
      border-radius: 4px;
      border: none !important;
      margin-top: 0px;
      min-width: 200px;
      padding: 0px;
      overflow: hidden; }
      #header .nav .dropdown-menu li {
        display: block;
        width: auto;
        float: none;
        width: 100%;
        height: auto;
        line-height: 34px;
        padding-bottom: 2px;
        border-bottom: 1px solid #272727;
        padding: 0px; }
        #header .nav .dropdown-menu li a {
          display: block;
          font-size: 15px;
          line-height: 34px;
          color: #c4c4c4;
          float: none;
          width: auto;
          height: auto;
          margin-top: 0px;
          padding: 2px 10px 3px 12px; }
          #header .nav .dropdown-menu li a:hover {
            color: #f6cb4c; }
    #header .nav .members-login {
      padding: 0 15px 0px 0px; }
  #header .dropdown:hover .dropdown-menu {
    display: block; }
  #header .login {
    padding: 0 15px 0px 50px; }
    #header .login .btn {
      background-color: #fdd733;
      border: 2px solid #fdd733;
      display: inline-block;
      line-height: 25px;
      float: left;
      color: #333;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      padding: 4px 15px 4px 17px;
      font-family: Arial, sans-serif;
      font-size: 15px;
      text-align: center; }
  #header .members-login .btn {
    background-color: transparent;
    border: 2px solid #fdd733;
    display: inline-block;
    color: #fdd733;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
  #header .search .smallSearch {
    display: inline-block;
    width: 24px;
    height: 60px;
    margin: 0px 10px; }
    #header .search .smallSearch.active {
      width: auto; }
      #header .search .smallSearch.active span {
        display: none; }
      #header .search .smallSearch.active .searchform {
        display: block; }
        #header .search .smallSearch.active .searchform input[type="text"] {
          width: 200px;
          padding-left: 10px;
          -moz-transition: width 0.25s ease;
          -webkit-transition: width 0.25s ease;
          transition: width 0.25s ease;
          box-sizing: border-box; }
    #header .search .smallSearch span {
      padding: 0px;
      height: auto;
      float: left;
      margin-top: 0px;
      cursor: pointer; }
      #header .search .smallSearch span .material-icons {
        float: left;
        font-size: 26px;
        line-height: 60px; }
    #header .search .smallSearch .searchform {
      position: relative;
      top: 0px;
      float: left;
      margin-top: 12px; }
      #header .search .smallSearch .searchform input[type="text"] {
        background-color: #3d3d3d;
        border: 0px solid #000;
        box-shadow: none;
        font-size: 13px;
        float: right;
        height: 36px;
        line-height: 36px;
        color: #ccc;
        font-family: Arial, sans-serif;
        font-style: normal;
        min-width: auto;
        padding: 0px;
        padding-left: 0px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        width: 0;
        box-sizing: border-box; }

#header .nav li.login > a:hover {
  color: #222 !important;
  background-color: #fdd733 !important; }

#network-bar {
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  background-color: #222;
  border-bottom: 1px solid #444; }
  #network-bar h4 {
    margin: 0px 10px 0px 4px;
    float: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #c5c5c5; }
  #network-bar ul {
    margin: 0; }
  #network-bar .network-links > li {
    display: inline-block;
    float: left;
    padding: 0px 10px; }
    #network-bar .network-links > li a {
      color: #ccc;
      text-decoration: none; }
      #network-bar .network-links > li a:hover {
        color: #fff; }
    #network-bar .network-links > li .dropdown-menu a {
      margin: 0px 5px;
      padding: 2px 5px;
      color: #333;
      font-size: 12px;
      display: block;
      line-height: 1.42857143; }
      #network-bar .network-links > li .dropdown-menu a:hover {
        background-color: #f5f5f5; }

.network-bar-on #content {
  padding-top: 90px; }

#content {
  margin: 0px auto 0px;
  padding-top: 60px;
  min-height: 1200px; }

#search-extra.dark {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #444;
  height: 91px; }

#search-extra.dark .sortbar {
  height: 76px; }

#search-extra .sortbar {
  height: auto;
  border: none;
  border-radius: 4px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  height: 115px;
  z-index: 100; }

#search-extra .sortbar .sortbox {
  height: 76px; }

#search-extra .sortbar .col-md-2, #search-extra .sortbar .col-md-4 {
  padding-left: 4px;
  padding-right: 4px; }

#search-extra .sortbar h5 {
  margin: 0px;
  height: 36px;
  line-height: 36px; }

#search-extra .sortbar h4, #search-extra .sortbar h5 {
  color: #b2b0b7;
  font-size: 14px; }

#search-extra .sortbar #price-range ul {
  padding: 0px;
  margin: 0px; }

#price-range .half-list {
  width: 49%;
  margin-right: 1%;
  float: left; }

#price-range .half-list:last-child {
  margin-right: 0;
  margin-left: 1%; }

.style-dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin-top: -1px !important;
  padding-bottom: 10px !important;
  min-width: 21rem; }

.style-dropdown label {
  font-size: 13px;
  padding: 10px 10px 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333; }

.style-dropdown .dropdown-menu > li > a {
  padding: 3px 10px; }

.sortbar .btn {
  width: 100%;
  text-align: left;
  background: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 2px solid #76747b;
  color: #76747b;
  padding-bottom: 13px;
  padding-top: 4px;
  padding-right: 0; }

.btn .caret {
  margin-left: auto;
  float: right;
  margin-top: 8px;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-right: 5px; }

.style-dropdown ul li {
  width: 100%; }

#search-extra .sortbar #price-range ul li {
  width: 100%; }

.sortbar ul > li {
  float: left;
  line-height: 28px;
  list-style-type: none; }

#search-extra .sortbar md-select {
  margin-top: 0px;
  margin-bottom: 0px; }

md-select {
  display: -webkit-box;
  display: flex;
  margin: 20px 0 26px; }

#search-extra .sortbar md-select .md-select-value.md-select-placeholder {
  color: #76747b; }

#search-extra .sortbar md-select .md-select-value {
  padding: 0px 0px 8px;
  border-bottom-color: #76747b;
  border-bottom-width: 2px;
  height: 30px; }

#search-extra .sortbar md-select .md-select-value span {
  margin-left: 1px; }

.md-select-value > span:not(.md-select-icon) {
  max-width: 100%;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#search-extra .sortbar md-select .md-select-value span {
  margin-left: 1px; }

.md-select-value .md-select-icon {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  font-size: 1.2rem; }

/*--------------------main-container----------*/
#content .container.main {
  position: relative;
  min-height: 1000px;
  margin-bottom: 30px; }

.spots {
  padding-top: 18px; }

.box.golden {
  background: #f6cb4c !important; }

.box {
  position: relative;
  display: inline-block;
  width: 179px;
  height: 450px;
  background: rgba(0, 0, 0, 0.4);
  color: #eee;
  border-radius: 0px;
  border: 1px solid #222;
  padding: 0px;
  margin: 3px 3px 3px;
  text-align: center;
  overflow: hidden;
  float: left;
  z-index: 1; }

.box .subborder {
  height: 100% !important;
  overflow: hidden; }

.box .subborder > a {
  position: relative;
  display: inline-block;
  width: 100%; }

.box .center-cropped {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 288px; }

img.active {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s; }

.box.golden .intro {
  background: #f6cb4c !important; }

.box .intro {
  display: inline-block;
  width: 100%;
  padding: 10px 13px 0px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  word-break: break-all; }

.box h2 {
  display: block;
  height: 39px;
  margin: 0px 0px 8px;
  font-size: 13px;
  line-height: 1.4em;
  font-family: "Roboto";
  font-weight: 500;
  overflow: hidden; }

.box.golden h2 a, .box.silver h2 a {
  color: #222; }

.box h2 a {
  text-decoration: none;
  color: #fff; }

.box.golden p, .box.silver p {
  color: #343434;
  margin-bottom: 0px; }

.box p {
  color: #b2b0b7;
  font-size: 11px;
  line-height: 1.4em;
  text-align: justify;
  padding: 0px;
  overflow: hidden;
  text-align: left;
  max-height: 90px; }

.box .action.fav-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.box .action {
  display: inline-block;
  width: 39px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: center;
  margin-bottom: 0px; }

.box .action.fav-btn i {
  font-size: 16px;
  line-height: 38px;
  color: #fff; }

.box .action.fav-btn:hover i {
  color: #e74fa0; }

.box.golden .legend-container i, .box.silver .legend-container i {
  color: #4d4d4d !important; }

.box .legend-container i {
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  text-shadow: none;
  color: #d8d8d8 !important;
  font-size: 16px;
  line-height: 1em;
  vertical-align: top; }

.box.silver {
  background: #f4f4f4 !important; }

#content .container section {
  padding-top: 15px;
  display: inline-block;
  width: 100%; }

#content .section-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0px 5px 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #666;
  color: #b2b0b7; }

#content .container .timeline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 10px; }

.box:hover {
  border: 1px solid #000 !important; }

.profiles-listing .box {
  width: auto;
  height: auto; }

.profiles-listing .column-grid {
  width: 185px;
  margin: 0px;
  float: left; }

.profiles-listing .column-grid .box h2 {
  height: auto; }

#content .container section.profiles-listing.grid {
  padding-top: 30px; }

/*----------------------footer----------------*/
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  75%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
#footer {
  background-color: #2e2f35;
  color: #C1C1C1;
  font-size: 12px;
  line-height: 1.42857143;
  margin-top: 0px;
  overflow: hidden; }

#footer .subscribe {
  background-color: rgba(0, 0, 0, 0.08); }

#footer .subscribe h4 {
  font-weight: 300;
  float: left;
  letter-spacing: 0.03em;
  line-height: 34px;
  margin: 0; }

#footer .subscribe .btn.submit {
  background-color: #fdd733;
  color: #333;
  border-color: #DCC048;
  padding: 6px 24px; }

#footer .subscribe .container {
  padding-bottom: 28px !important;
  padding: 30px 35px 30px !important; }

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right; }

  .megafooter .container .legend {
    width: 28%; }

  .megafooter .container .social-icons {
    width: 22%; } }
#footer .footer-body {
  padding: 35px 35px 0px;
  margin-bottom: 60px !important; }

#footer .footer-body h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #C1C1C1;
  text-align: left; }

footer .footer-body .col-md-3 {
  padding-left: 45px; }

#footer .footer-body .legend {
  border: none; }

#footer ul {
  text-align: left;
  clear: both;
  margin-top: 4px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  padding-left: 0px; }

#footer .footer-body .legend ul li {
  font-size: 12px;
  line-height: 1.54em;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%; }

#footer ul li {
  display: inline;
  padding: 2px 0px;
  margin-right: 14px; }

#footer .footer-body .legend ul li .material-icons {
  font-size: 20px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: bottom; }

#footer .footer-body .social-icons i {
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 12px;
  height: 35px;
  width: 35px;
  padding: 0px;
  text-align: center;
  display: block;
  color: #C1C1C1;
  margin: 0px 12px 0px 0px;
  float: left; }

#footer .footer-body .social-icons ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px; }

#footer ul li a, #footer ul li .simpleLink {
  color: #aaa;
  font-weight: 400;
  text-transform: capitalize;
  display: inline;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1; }

#footer .footer-body .social-icons a:hover, #footer .footer-body .social-icons a:hover > .fa {
  color: #F5D75A;
  text-decoration: none;
  border-color: #F5D75A; }

#footer .footer-body .social-icons a:hover i.fa {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  animation-name: wrench;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial; }

#footer .footer-body .social-icons a:hover, #footer .footer-body .social-icons a:hover > .fa {
  color: #F5D75A;
  text-decoration: none;
  border-color: #F5D75A; }

#footer .footer-body .footer-links h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  padding-bottom: 6px;
  letter-spacing: 0.05em;
  height: 24px; }

#footer .footer-body .footer-links .escort-categories ul, #footer .footer-body .footer-links .e-services ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3; }

#footer .footer-body .footer-links ul li {
  width: 100%;
  padding: 0;
  display: list-item;
  padding: 0px 0px 0px 0px;
  list-style: none; }

#footer ul li a:hover, #footer ul li .simpleLink:hover {
  text-decoration: none;
  color: #ddd; }

#footer .footer-body .footer-links.row {
  margin-top: 20px; }

#footer .col-sm-6.e-services {
  padding-left: 45px; }

#footer .badges {
  padding: 30px 0px;
  border-top: 1px solid #444;
  text-align: center; }

#footer .badges a {
  margin: 0px 25px;
  display: inline-block; }

#footer .bottom-menu {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #444; }

#footer .bottom-menu .navbar {
  margin-bottom: 0px; }

#footer .bottom-menu .navbar .navbar-brand {
  padding: 0; }

#footer .bottom-menu .navbar #footer-navbar {
  float: right; }

#footer .bottom-menu .navbar #footer-navbar ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none; }

#footer .bottom-menu .navbar #footer-navbar ul li {
  padding-top: 0px;
  margin-right: 0px; }

#footer .bottom-menu .navbar .navbar-nav > li > a {
  line-height: 42px;
  padding-top: 0;
  letter-spacing: 0.01em;
  background: none; }

/*----------------detail page------------------*/
.detail-wrapper {
  background: #33343B;
  border: 20px solid #222; }

.detail-modal-content {
  width: 1170px;
  min-height: 1200px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  border-radius: 0px;
  border: none; }

.entry-share {
  padding: 0 0 20px 0;
  width: 100%;
  display: inline-block;
  clear: both; }

div.sharedaddy h3.sd-title {
  display: none !important; }

.entry-share .sharedaddy .sd-content {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  border-radius: 0px; }

.entry-share .sharedaddy .sd-content ul {
  display: table;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px; }

.entry-share .sharedaddy .sd-content ul li {
  display: table-cell;
  margin: 0 !important;
  padding: 0; }

.entry-share .sharedaddy .sd-content ul li a.sd-button {
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 0 0;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none !important;
  color: #fff; }

.entry-share a {
  text-decoration: none; }

.entry-share .sharedaddy .sd-content ul li a.sd-button span {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  padding-left: 26px;
  line-height: 24px; }

.entry-share .sharedaddy .sd-content ul li a.sd-button span:hover {
  color: #fdd733; }

.entry-share .sharedaddy .sd-content ul li a.sd-button span i {
  position: absolute;
  top: 2px;
  left: 0; }

.escort-detail {
  position: relative;
  color: #939393; }

.escort-detail .escort-container {
  position: relative;
  text-align: center; }

.gallery-container {
  position: relative;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #222; min-height: 650px; }

.escort-sidebar {
  position: relative;
  margin-bottom: 50px;
  z-index: 2; }

.escort-sidebar .VerifiedMessage {
  color: #ccc;
  background-color: #fff; }

.escort-sidebar .unverifiedMessage, .escort-sidebar .VerifiedMessage {
  margin: 0px;
  border-bottom: none;
  font-style: normal;
  padding: 10px 15px !important;
  border-radius: 3px;
  float: none; }

.VerifiedMessage .Verifiedtext, .unverifiedMessage .Verifiedtext {
  padding: 0px;
  width: auto;
  text-align: left;
  float: none; }

.VerifiedMessage .checkMark, .VerifiedMessage .Verifiedtext {
  float: left;
  display: inline-block; }

.VerifiedMessage .checkMark i {
  color: #fff;
  margin: 0px;
  font-size: 36px; }

.escort-sidebar .unverifiedMessage p, .escort-sidebar .VerifiedMessage p {
  margin-bottom: 0px; }

.VerifiedMessage .checkMark {
  float: left;
  width: 44px;
  height: 44px; }

.escort-sidebar .sidebar-section {
  display: inline-block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box; }

.escort-sidebar .sidebar-section.sidebar-desc {
  width: auto;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 10px 10px 15px;
  line-height: 1.2; }

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content {
  margin-top: 10px;
  float: left;
  width: auto;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  word-break: break-word; }

.escort-sidebar .sidebar-section .sidebar-title {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-align: left;
  width: 100%;
  float: left;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
  word-wrap: break-word; }

.escort-sidebar .sidebar-section .sidebar-title legend {
  display: block;
  vertical-align: bottom;
  margin-top: 10px;
  float: none; }

.escort-sidebar .sidebar-section legend {
  display: inline;
  width: auto;
  float: left;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 24px;
  border: none;
  margin-bottom: 0px; }

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons.fa-star-o {
  color: #f6d209; }

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons.fa-check-circle {
  color: #88bd39; }

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons {
  float: left;
  font-size: 26px;
  margin: 0px 3px; }

.escort-sidebar .note {
  display: block;
  font-size: 11px;
  line-height: 1.3em;
  margin-top: 10px;
  width: 300px; }

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content {
  margin-top: 10px;
  float: left;
  width: auto;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  word-break: break-word; }

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content p {
  word-wrap: break-word; }

.escort-sidebar .sidebar-section.sidebar-phone .note {
  width: 100%;
  float: left; }

.escort-sidebar .sidebar-section legend .material-icons {
  float: left;
  margin-right: 5px; }

.escort-sidebar .sidebar-section fieldset > a {
  line-height: 24px; }

.escort-sidebar a {
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px; }

.sidebar-contact .btn {
  width: 100%;
  padding: 8px 0; }

.escort-sidebar .sidebar-section:last-child {
  border-bottom: none; }

.escort-sidebar .sidebar-info > div {
  margin-bottom: 15px; }

.escort-sidebar .sidebar-info fieldset {
  padding: 2px 0px; }

.escort-sidebar .sidebar-info fieldset legend {
  display: inline-block;
  float: left;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 8px;
  color: #fff; }

.escort-sidebar .sidebar-info table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
  color: #a5a5a5; }

.escort-sidebar .sidebar-info .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(250, 250, 250, 0.05); }

.escort-sidebar .sidebar-info table th {
  text-align: left;
  font-weight: normal;
  width: 160px; }

.escort-sidebar .sidebar-info table th, .escort-sidebar .sidebar-info table td {
  padding: 4px 15px;
  border-top: none; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.escort-container .comments-container {
  padding: 45px;
  background-color: rgba(0, 0, 0, 0.05); }

.justify-content-between {
  justify-content: space-between !important; }

.d-flex {
  display: flex !important; }

.align-items-center {
  align-items: center !important; }

.escort-container .comments-container h3, .escort-container .comments-container label {
  font-weight: normal;
  color: #fff; }

.escort-container .comments-container form {
  position: relative; }

.alert {
  width: 100%;
  margin: 20px auto 0px;
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  border-color: #222; }

.escort-container .comments-container .must-login {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(49, 50, 56, 0.92);
  top: 0;
  bottom: 0;
  z-index: 1111;
  text-align: center;
  padding: 10% 10px;
  -ms-transform: scale(1.04, 1.1);
  -webkit-transform: scale(1.04, 1.1);
  transform: scale(1.04, 1.1); }

.escort-container .comments-container .must-login a {
  color: #F5D75A; }

.btn-primary {
  position: relative;
  background-color: #fdd733;
  color: #333;
  border: 1px solid #222;
  z-index: 1111; }

.detail-wrapper .arrow-nav {
  position: fixed;
  top: 0px;
  padding-top: 20px;
  right: 0px;
  bottom: 20px;
  width: 56px;
  height: 100%;
  background-color: #222; }

.detail-wrapper .arrow-nav .btn.btn-cancel {
  padding: 0px;
  text-indent: -9999px;
  background: #fdd733 url(../images/close-icon.png) 50% 50% no-repeat;
  border: 1px solid #fdd733; }

.detail-wrapper .arrow-nav .btn {
  width: 56px;
  height: 56px;
  font-size: 22px;
  line-height: 56px;
  border-radius: 0px;
  border: 1px solid #222;
  color: #ccc;
  text-indent: -9999px; }

.detail-wrapper .arrow-nav .btn.left-arrow {
  background: #33343B url(../images/left-arrow.png) 50% 50% no-repeat;
  border-top: none;
  border-bottom: none; }

.detail-wrapper .arrow-nav .btn.right-arrow {
  background: #33343B url(../images/right-arrow.png) 50% 50% no-repeat; }
  
button.btn.btn-default { overflow: hidden; }


/*-----------------loading---------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #fdd733;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fdd733, 0 0 5px #fdd733;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 50%;
  width: 28px;
  height: 28px;
  border: solid 2px transparent;
  border-top-color: #fdd733;
  border-left-color: #fdd733;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

    div#home-intro h1 {
    font-size: 25px;
}