/* breakpoints */
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700|Fjalla+One|Open+Sans:400,700");
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #1a5a06;
  line-height: 1; }
  h1 > span, .h1 > span,
  h2 > span, .h2 > span,
  h3 > span, .h3 > span,
  h4 > span, .h4 > span,
  h5 > span, .h5 > span,
  h6 > span, .h6 > span {
    color: #fff; }

h1, .h1 {
  font-size: 90px;
  letter-spacing: -3px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 54px; } }
h1 a span{display:none;}

h2.hhead {
  font-size: 90px;
  letter-spacing: -3px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h2.hhead{
      font-size: 54px; } }


h2, .h2 {
  font-size: 59.4px;
  letter-spacing: -2px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 43.2px; } }

h3, .h3 {
  font-size: 19.8px;
  color:#fff;
  letter-spacing: -1px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 32.4px; } }

h4, .h4 {
  font-size: 36px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 25.2px; } }

h5, .h5 {
  font-size: 28.8px;
  margin-bottom: 5px; }

h6, .h6 {
  font-size: 18px; }

a {
  color: #fff;
  transition: all .3s ease-in-out; }

img {
  max-width: 100%; }

hr {
  width: 100%;
  background: rgba(255, 255, 255, 0.4); }

input[type="submit"],
button[type="submit"] {
  background: #040506;
  background: -moz-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #040506), color-stop(100%, #2f2f2f));
  background: -webkit-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -o-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -ms-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: linear-gradient(to bottom, #040506 0%, #2f2f2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  padding: 0 35px;
  text-transform: uppercase; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.transp-20 {
  opacity: .2; }

.transp-40 {
  opacity: .4; }

.transp-60 {
  opacity: .6; }

.transp-80 {
  opacity: .8; }

.black-bg {
  background-color: #000; }

.normal-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff; }

.dark-button {
  transition: .3s;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #040506;
  background: -moz-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #040506), color-stop(100%, #2f2f2f));
  background: -webkit-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -o-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -ms-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: linear-gradient(to bottom, #040506 0%, #2f2f2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  line-height: 0;
  padding: 0 35px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  width: 100%; }
  .dark-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .6; }

.black-transp-gradient {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: -ms-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  background-color: #040506;
  color: #fff;
  line-height: 27px; }

.shadowed {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }

.call-us-btn {
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  color: #fff;
  background: #040506;
  background: -moz-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #040506), color-stop(100%, #2f2f2f));
  background: -webkit-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -o-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: -ms-linear-gradient(top, #040506 0%, #2f2f2f 100%);
  background: linear-gradient(to bottom, #040506 0%, #2f2f2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
  border-radius: 5px;
  display: inline-block;
  padding: 18px 25px 14px 60px;
  position: relative;
  border: none;
  cursor: pointer; }
  @media (max-width: 992px) {
    .call-us-btn {
      display: block;
      text-align: center; } }
  .call-us-btn.no-icon {
    padding-left: 25px; }
  .call-us-btn:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 100%;
    position: absolute;
    left: 16px;
    top: 0;
    background: url("../img/icon-phone-white.png") center no-repeat; }
    @media (max-width: 992px) {
      .call-us-btn:before {
        margin-left: -30px;
        left: inherit; } }
  .call-us-btn.no-icon:before {
    display: none; }
  .call-us-btn:focus, .call-us-btn:active, .call-us-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #940a0a;
    background: -moz-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #940a0a), color-stop(100%, #cf0f0f));
    background: -webkit-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
    background: -o-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
    background: -ms-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
    background: linear-gradient(to bottom, #940a0a 0%, #cf0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }
  .call-us-btn.gold {
    background: #61b348;
    background: -moz-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #61b348), color-stop(100%, #1a5a06));
    background: -webkit-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -o-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -ms-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: linear-gradient(to bottom, #61b348 0%, #1a5a06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
    color: #000 !important;
    font-size: 21.996px; }
    .call-us-btn.gold:before {
      background: url("../img/icon-phone-black.png") center no-repeat; }
  .call-us-btn.pill {
    font-size: 16.2px;
    line-height: 1;
    border-radius: 24px;
    padding: 12px 26px 12px 50px; }
    .call-us-btn.pill.no-icon {
      padding-left: 26px; }

.toggle-mobile-menu {
  position: absolute;
  top: 17px;
  right: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  cursor: pointer; }
  .toggle-mobile-menu .bar {
    height: 5px;
    width: 35px;
    margin: 5px 0;
    background-color: #040506;
    border-radius: 3px;
    display: block; }

section.meta-menu-bar {
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #2f2f2f 0%, #040506 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #040506));
  background: -webkit-linear-gradient(top, #2f2f2f 0%, #040506 100%);
  background: -o-linear-gradient(top, #2f2f2f 0%, #040506 100%);
  background: -ms-linear-gradient(top, #2f2f2f 0%, #040506 100%);
  background: linear-gradient(to bottom, #2f2f2f 0%, #040506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
  -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.75); }
  @media (max-width: 768px) {
    section.meta-menu-bar {
      padding: 10px 0;
      height: 90px; } }
  section.meta-menu-bar nav ul {
    font-size: 23.994px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0; }
    section.meta-menu-bar nav ul li {
      display: inline-block;
      margin: 0 5px; }
      @media (max-width: 768px) {
        section.meta-menu-bar nav ul li {
          display: block; } }
      section.meta-menu-bar nav ul li a {
        color: #fff;
        display: inline-block;
        padding: 34px 20px; }
        @media (max-width: 1200px) {
          section.meta-menu-bar nav ul li a {
            padding: 34px 15px; } }
        @media (max-width: 768px) {
          section.meta-menu-bar nav ul li a {
            display: block;
            font-size: 36px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 25px; } }
        section.meta-menu-bar nav ul li a:focus, section.meta-menu-bar nav ul li a:active, section.meta-menu-bar nav ul li a:hover {
          text-decoration: none;
          color: #fff;
          background: #000; }
      section.meta-menu-bar nav ul li.active a {
        background: #000;
        position: relative; }
        @media (max-width: 768px) {
          section.meta-menu-bar nav ul li.active a {
            background: transparent;
            color: #1a5a06; } }
        section.meta-menu-bar nav ul li.active a:after {
          width: 86%;
          height: 3px;
          display: block;
          content: " ";
          background: #940a0a;
          position: absolute;
          left: 50%;
          bottom: 15px;
          margin-left: -43%; }
          @media (max-width: 768px) {
            section.meta-menu-bar nav ul li.active a:after {
              display: none; } }
  @media (max-width: 768px) {
    section.meta-menu-bar nav {
      padding-top: 20px;
      position: absolute;
      width: 100%;
      height: auto;
      z-index: 10;
      left: 0;
      top: 89px;
      background: #1e2427; } }
  section.meta-menu-bar nav .subnav-items {
    padding: 30px; }
    section.meta-menu-bar nav .subnav-items a {
      display: block;
      padding: 12px 0;
      color: rgba(255, 255, 255, 0.6);
      font-size: 21.6px; }

section.hero-area {
  position: relative; }
  @media (max-width: 768px) {
    section.hero-area .main-hero-img img {
      height: 500px; } }
  section.hero-area .background-divide {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
    section.hero-area .background-divide .content {
      position: absolute;
      height: 100%;
      width: 100%; }
    section.hero-area .background-divide.left {
      left: 0;
      background: url("../img/dark-pattern.jpg") repeat; }
      section.hero-area .background-divide.left .content {
        background: transparent;
        background: -moz-linear-gradient(left, transparent 0%, #000 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, #000));
        background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
        background: -o-linear-gradient(left, transparent 0%, #000 100%);
        background: -ms-linear-gradient(left, transparent 0%, #000 100%);
        background: linear-gradient(to right, transparent 0%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$left_color', endColorstr='$right_color', GradientType=1);
        right: 0; }
    section.hero-area .background-divide.right {
      right: 0;
      background: #940a0a;
      background: -moz-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #940a0a), color-stop(100%, #cf0f0f));
      background: -webkit-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
      background: -o-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
      background: -ms-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
      background: linear-gradient(to bottom, #940a0a 0%, #cf0f0f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }
      section.hero-area .background-divide.right .content {
        opacity: .2;
        left: 0;
        background: url("../img/gray-roses.png") 130px 50px no-repeat; }
  section.hero-area .centered-tribal {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/silver-tribal-v2.png") center 30px no-repeat; }
    @media (max-width: 992px) {
      section.hero-area .centered-tribal {
        background-position-y: 270px; } }
    @media (max-width: 768px) {
      section.hero-area .centered-tribal {
        background-size: 450px;
        background-position-y: 150px; } }
  section.hero-area .intro-block {
    margin-top: 90px; }
    @media (max-width: 992px) {
      section.hero-area .intro-block {
        margin-top: 40px; } }
    section.hero-area .intro-block .intro-text {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      color: #a3a3a3;
      line-height: 22.5px;
      margin-bottom: 50px; }
  section.hero-area .right-area {
    margin-top: 60px;
    text-align: right; }

.escort-otw {
  font-size: 22.5px; }
  .escort-otw h4 {
    color: #1a5a06;
    font-family: "Fjalla One", sans-serif; }
    .escort-otw h4 span {
      display: block; }
  .escort-otw .shadowed {
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
    background: #1a5a06;
    background: -moz-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a5a06), color-stop(100%, #1a5a06));
    background: -webkit-linear-gradient(top, #1a5a06 0%, #1a5a06 100%);
    background: -o-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -ms-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: linear-gradient(to bottom, #61b348 0%, #1a5a06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }
    .escort-otw .shadowed img {
      border-radius: 50%; }

.lose-titles {
  margin-top: 35px; }
  .lose-titles .title {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2; }
    .lose-titles .title a {
      display: block;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none; }
      .lose-titles .title a:hover, .lose-titles .title a:focus, .lose-titles .title a:active {
        color: #fff; }

section.newsletter-holder {
  padding: 0 20px;
  margin-bottom: 60px;
  background: #eb6262;
  background: -moz-linear-gradient(top, #eb6262 0%, #940a0a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb6262), color-stop(100%, #940a0a));
  background: -webkit-linear-gradient(top, #eb6262 0%, #940a0a 100%);
  background: -o-linear-gradient(top, #eb6262 0%, #940a0a 100%);
  background: -ms-linear-gradient(top, #eb6262 0%, #940a0a 100%);
  background: linear-gradient(to bottom, #eb6262 0%, #940a0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }
  section.newsletter-holder .newsletter-text {
    padding-top: 3px; }
    section.newsletter-holder .newsletter-text .usp-text {
      font-family: "Fjalla One", sans-serif;
      font-size: 15.3px;
      text-transform: uppercase;
      color: #000; }
    section.newsletter-holder .newsletter-text img {
      margin-top: -3px; }
  section.newsletter-holder .form-row {
    height: 85px; }
    section.newsletter-holder .form-row input[type="text"],
    section.newsletter-holder .form-row input[type="email"],
    section.newsletter-holder .form-row button[type="submit"] {
      height: 50px;
      border: 0;
      padding-left: 34px; }
    section.newsletter-holder .form-row input[type="text"] {
      background: url("../img/icon-avatar-black.png") #fff center left no-repeat; }
    section.newsletter-holder .form-row input[type="email"] {
      background: url("../img/icon-envelope-black.png") #fff center left no-repeat; }
    section.newsletter-holder .form-row button[type="submit"] {
      background: #040506;
      background: -moz-linear-gradient(top, #040506 0%, #2f2f2f 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #040506), color-stop(100%, #2f2f2f));
      background: -webkit-linear-gradient(top, #040506 0%, #2f2f2f 100%);
      background: -o-linear-gradient(top, #040506 0%, #2f2f2f 100%);
      background: -ms-linear-gradient(top, #040506 0%, #2f2f2f 100%);
      background: linear-gradient(to bottom, #040506 0%, #2f2f2f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }

section.big-text-area {
  color: #a3a3a3;
  margin-bottom: 60px; }
  section.big-text-area.has-bg-img {
    padding: 90px 0;
    margin: 0; }
    section.big-text-area.has-bg-img h2,
    section.big-text-area.has-bg-img p {
      padding: 0 80px; }
      @media (max-width: 992px) {
        section.big-text-area.has-bg-img h2,
        section.big-text-area.has-bg-img p {
          padding: 0 20px; } }
  section.big-text-area .bg-girl {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bg-girl.jpg") center no-repeat;
    background-size: cover;
    opacity: .3;
    z-index: -1; }
  @media (max-width: 992px) {
    section.big-text-area {
      margin-top: 50px; } }
  section.big-text-area p {
    margin-bottom: 45px; }
    section.big-text-area p a {
      color: #1a5a06;
      text-decoration: underline; }
  section.big-text-area.with-background {
    background: #1e2427;
    padding: 30px;
    margin: 30px 0;
    position: relative;
    overflow: hidden; }
    section.big-text-area.with-background .flower-bg {
      width: 338px;
      height: 457px;
      top: 0;
      right: 0;
      position: absolute;
      background: url("../img/golden-flower-rtl-big.png") 180px 0 no-repeat;
      background-size: cover;
      opacity: .2;
      z-index: 0; }

.form-area {
  background-color: #1e2427; }
  .form-area .form-control {
    transition: .3s;
    height: 3.5rem;
    border-radius: 3.5rem;
    background: #343f44;
    color: #fff;
    border: none; }
    .form-area .form-control:focus {
      background: #fff;
      color: #2f2f2f; }
  .form-area textarea.form-control {
    height: auto;
    border-radius: 1.5rem; }

main.main-content {
  background: url("../img/main-flowers-bg.png") center 150px no-repeat; }
  .lose-titles + main.main-content {
    padding-top: 180px; }
    @media (max-width: 992px) {
      .lose-titles + main.main-content {
        padding-top: 120px; } }

aside.sidebar .escort-box {
  margin-bottom: 30px;
  border-radius: 5px;
  border-width: 8px 8px 8px 8px;
  border-style: solid;
  border-color: #e7dad0; }
  aside.sidebar .escort-box .image-holder {
    position: relative; }
    @media (max-width: 1200px) {
      aside.sidebar .escort-box .image-holder img {
        width: 100%; } }
    aside.sidebar .escort-box .image-holder .text-overlay {
      width: 100%;
      position: absolute;
      bottom: 0; }
      aside.sidebar .escort-box .image-holder .text-overlay .big-title {
        display: inline-block;
        letter-spacing: inherit;
        font-size: 72px;
        padding-bottom: 2px;
        margin: 0;
        line-height: 1;
        background: -webkit-linear-gradient(#61b348, #1a5a06);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        aside.sidebar .escort-box .image-holder .text-overlay .big-title.underlined {
          margin-bottom: 10px;
          line-height: 1;
          border-bottom: 3px solid #61b348; }
      aside.sidebar .escort-box .image-holder .text-overlay .medium-title {
        font-size: 29.7px;
        background: -webkit-linear-gradient(#fff, #a3a3a3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 0; }
  aside.sidebar .escort-box.skintone {
    background: #decdbf; }
  aside.sidebar .escort-box a.name-tag {
    color: #040506;
    display: flex;
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16.2px;
    align-items: center; }

.red-area {
  background: #940a0a;
  background: -moz-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #940a0a), color-stop(100%, #cf0f0f));
  background: -webkit-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
  background: -o-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
  background: -ms-linear-gradient(top, #940a0a 0%, #cf0f0f 100%);
  background: linear-gradient(to bottom, #940a0a 0%, #cf0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
  margin-bottom: 30px;
  border-radius: 5px; }
  .red-area.no-top-round-corner {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .red-area .title-bar {
    height: 55px;
    display: flex;
    align-items: center;
    background: rgba(188, 9, 20, 0);
    background: -moz-linear-gradient(top, rgba(188, 9, 20, 0) 0%, rgba(81, 4, 9, 0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 9, 20, 0)), color-stop(100%, rgba(81, 4, 9, 0.4)));
    background: -webkit-linear-gradient(top, rgba(188, 9, 20, 0) 0%, rgba(81, 4, 9, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(188, 9, 20, 0) 0%, rgba(81, 4, 9, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(188, 9, 20, 0) 0%, rgba(81, 4, 9, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(188, 9, 20, 0) 0%, rgba(81, 4, 9, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0); }
    .red-area .title-bar .title,
    .red-area .title-bar .icon {
      display: flex;
      background: #cf0f0f;
      align-items: center;
      height: 100%;
      width: auto; }
    .red-area .title-bar .icon {
      width: 55px;
      justify-content: center;
      text-align: center;
      border-top-left-radius: 5px; }
    .red-area .title-bar .title {
      font-family: "Fjalla One", sans-serif;
      background: -webkit-linear-gradient(#fff, #a3a3a3);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 0 15px;
      text-transform: uppercase;
      font-size: 30.6px;
      line-height: 0; }
  .red-area .content {
    padding: 30px 20px; }
  .red-area .form-holder .form-group {
    margin-bottom: 10px; }
  .red-area .form-holder button[type="submit"],
  .red-area .form-holder input[type="text"],
  .red-area .form-holder input[type="password"] {
    border: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0; }
  .red-area .form-holder [type="radio"]:checked,
  .red-area .form-holder [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .red-area .form-holder [type="radio"]:checked + label,
  .red-area .form-holder [type="radio"]:not(:checked) + label {
    font-size: 14.4px;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #fff; }
  .red-area .form-holder [type="radio"]:checked + label:before,
  .red-area .form-holder [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff; }
  .red-area .form-holder [type="radio"]:checked + label:after,
  .red-area .form-holder [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .red-area .form-holder [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .red-area .form-holder [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .red-area .form-holder .forgot-pass {
    color: #eb6262;
    font-size: 14.4px; }
    .red-area .form-holder .forgot-pass:focus, .red-area .form-holder .forgot-pass:active, .red-area .form-holder .forgot-pass:hover {
      color: #fff;
      text-decoration: none; }

.tabs-area .nav-tabs {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 16.2px;
  text-transform: uppercase;
  border: none;
  background-color: #cf0f0f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .tabs-area .nav-tabs a.nav-item {
    border: none;
    flex: 1 0 auto;
    color: #fff;
    padding: 16px 20px; }
    .tabs-area .nav-tabs a.nav-item.active {
      background-color: #940a0a; }
.tabs-area .tab-content {
  padding: 25px 20px;
  font-size: 13.5px; }
  .tabs-area .tab-content a {
    display: block;
    color: #61b348;
    padding: 2px 0; }

.main-escort-tile {
  background-color: #1e2427; }
  @media (max-width: 992px) {
    .main-escort-tile {
      margin-top: 70px; } }
  .main-escort-tile.top-indent {
    margin-bottom: -110px; }
  .main-escort-tile .inner-content {
    background: #1a5a06;
    background: -moz-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a5a06), color-stop(100%, #1a5a06));
    background: -webkit-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -o-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: -ms-linear-gradient(top, #61b348 0%, #1a5a06 100%);
    background: linear-gradient(to bottom, #61b348 0%, #1a5a06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top_color', endColorstr='$bottom_color', GradientType=0);
    border-radius: 5px;
    padding: 8px; }
    .main-escort-tile .inner-content .image-holder {
      position: relative; }
      @media (max-width: 1200px) {
        .main-escort-tile .inner-content .image-holder img {
          width: 100%; } }
      .main-escort-tile .inner-content .image-holder .ornament {
        width: 111px;
        height: 150px;
        position: absolute;
        left: -8px;
        bottom: -8px;
        background-image: url("../img/golden-flower-ltr-big.png"); }
        .main-escort-tile .inner-content .image-holder .ornament .status {
          line-height: 1;
          position: absolute;
          left: 20px;
          bottom: 20px;
          font-size: 11.988px;
          color: #fff;
          padding: 4px 9px;
          border-radius: 3px;
          text-transform: uppercase; }
          .main-escort-tile .inner-content .image-holder .ornament .status.available {
            background: #14b41b; }
          .main-escort-tile .inner-content .image-holder .ornament .status.unavailable {
            background: #940a0a; }
  .main-escort-tile .text-holder {
    padding: 20px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 23.994px; }
    .main-escort-tile .text-holder a {
      color: rgba(255, 255, 255, 0.4);
      display: block;
      background: url("../img/icon-arrow-gold.png") right center no-repeat; }
      .main-escort-tile .text-holder a:hover, .main-escort-tile .text-holder a:focus, .main-escort-tile .text-holder a:active {
        color: #fff;
        text-decoration: none; }
    .main-escort-tile .text-holder .name-tag {
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      font-size: 19.998px;
      margin-bottom: 5px; }

.slogans {
  margin-top: 0; }

.aside-text {
  position: absolute;
  width: 200px;
  top: 0;
  z-index: 1; }
  .aside-text h1 {
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25); }
  .aside-text.left {
    left: 0; }
    @media (max-width: 992px) {
      .aside-text.left {
        position: relative;
        width: 100%;
        top: auto; } }
  .aside-text.right {
    max-width: 140px;
    top: -111px;
    right: 0;
    text-align: right; }
    @media (max-width: 992px) {
      .aside-text.right {
        top: 0;
        margin-left: -70px;
        left: 50%; } }

/******************************* scort detail page *******************************/
.feature-images .image-holder img {
  width: 100%; }

.table-options-layout {
  background: #040506;
  background: -moz-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #040506), color-stop(50%, #1e2427), color-stop(100%, #040506));
  background: -webkit-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -o-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -ms-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: linear-gradient(to right, #040506 0%, #1e2427 50%, #040506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2427', endColorstr='#1e2427', GradientType=1 );
  padding: 70px 0; }
  .table-options-layout .table-rules {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .table-options-layout .table-rules .rule {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding: 7px 0; }
      .table-options-layout .table-rules .rule .label {
        display: inline-block;
        width: 40%;
        color: #1a5a06;
        padding-left: 20px; }
        @media (max-width: 992px) {
          .table-options-layout .table-rules .rule .label {
            width: 60%; } }
        @media (max-width: 992px) {
          .table-options-layout .table-rules .rule .label {
            width: 60%; } }
      .table-options-layout .table-rules .rule .info {
        color: rgba(255, 255, 255, 0.6); }

footer {
  margin-top: 80px;
  padding: 60px 0 0;
  background: #040506;
  background: -moz-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #040506), color-stop(50%, #1e2427), color-stop(100%, #040506));
  background: -webkit-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -o-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: -ms-linear-gradient(left, #040506 0%, #1e2427 50%, #040506 100%);
  background: linear-gradient(to right, #040506 0%, #1e2427 50%, #040506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2427', endColorstr='#1e2427', GradientType=1 ); }
  @media (max-width: 768px) {
    footer {
      padding-top: 0; } }
  footer .column-title {
    position: relative;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px; }
    footer .column-title:after {
      position: absolute;
      left: 0;
      bottom: -30px;
      width: 40px;
      height: 4px;
      background: #61b348;
      content: " "; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li a {
      font-size: 14.4px;
      color: rgba(255, 255, 255, 0.4); }
      footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
        color: #fff;
        text-decoration: none; }
  footer .bottom-part {
    height: 160px;
    position: relative;
    background: url("../img/gray-roses-bottom.png") center top no-repeat; }

.rounded-cta-area {
  color: #a3a3a3; }

.half-col-lined {
  margin-top: 90px;
  color: #a3a3a3; }
  .half-col-lined h4 {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1a5a06;
    position: relative; }
    .half-col-lined h4:after {
      width: 107px;
      height: 31px;
      position: absolute;
      bottom: -20px;
      right: 0;
      content: " ";
      background: url("../img/bg-line-ending-deco.png") no-repeat; }
  .half-col-lined p a,
  .half-col-lined p a:hover {
    color: #1a5a06;
    text-decoration: underline; }
  .half-col-lined ul.list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .half-col-lined ul.list li {
      padding: 0;
      margin: 0; }
      .half-col-lined ul.list li a {
        color: #fff;
        font-weight: bold; }
        .half-col-lined ul.list li a:hover, .half-col-lined ul.list li a:focus, .half-col-lined ul.list li a:active {
          color: #fff; }
      .half-col-lined ul.list li.red a {
        color: red; }

/*# sourceMappingURL=main.css.map */
.lose-titles .title{color:rgba(255,255,255,.5);}
.escort-otw .shadowed img {width:120px;height:120px;}
