
/*
Theme Name: Downrangers Basic Theme
Theme URI: https://roro-consulting.com
Author: Roro Consulting
Version: 1.0
*/


button:active, button:focus, a.reserve:active, a.reserve:focus, textarea:focus, input:focus {
  outline: none !important; }
body {
  color: #394129;
  font-size: 16px;
  line-height: 1.4;
  font-family: "proxima-nova";
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 400; }
  body a {
    color: #4E693B; }
    body a:hover {
      color: #4E693B;
      text-decoration: none; }
strong {
  font-weight: 600; }
.grecaptcha-badge{display: none;}
.center {
  text-align: center; }

.lg1 {
  color: #4E693B;
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.testy {
  font-size: 21px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.testy:before {
  content: '\201C';
  font-size: inherit;
  font-family: georgia, serif; }

.testy:after {
  content: '\201D';
  font-size: inherit;
  font-family: georgia, serif; }

.testy_name, .testy_title {
  font-size: 14px; }

.testy_name {
  letter-spacing: 2px;
  line-height: 29px; }

.testy_name {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0; }

.testy_title {
  line-height: 18px;
  letter-spacing: 1px; }

section.kenny_testy {
  padding-top: 90px;
  color: #4e693b; }
  section.kenny_testy .testy {
    max-width: 830px; }

.navbar-toggle {
  color: #4E693B;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px; }

h1 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 49px;
  font-weight: 600;
  letter-spacing: 3px; }

h2 {
  text-transform: uppercase;
  color: #D6D2B4;
  font-size: 34px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 4px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

h3 {
  color: #4E693B;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.11em; }

.navbar-expand .navbar-nav .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-right: 27px;
  padding-left: 27px; }

img {
  max-width: 100%; }

.btn {
  border-radius: 0;
  white-space: normal; }

.text-shadow, .navbar-toggle:hover, .navbar-expand .navbar-nav .nav-link:hover, .btn-white:hover, .btn-green-outline:hover, .reserve:hover, .overlay-desc a.btn:hover, section.quickest .btn-tlp .icomoon-boxarrow:hover, div.downloadable a:hover, form button.btn:hover {
  color: #18AD4B;
  text-shadow: -1px -1px 8px rgba(46, 204, 113, 0.5);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -moz-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  border-color: #18AD4B;
  text-decoration: none; }

.box-shadow, .btn-white:hover, .btn-green-outline:hover, .btn.glow:hover, .reserve:hover, .overlay-desc a.btn:hover {
  -webkit-box-shadow: 0px 0px 12px 0px #18ad4b;
  -moz-box-shadow: 0px 0px 12px 0px #18ad4b;
  box-shadow: 0px 0px 12px 0px #18ad4b;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -mox-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
header {
  background: white;
  justify-content: flex-end !important;
  height: 50px; }
  header .navbar-brand {
    position: fixed;
    padding-top: 0;
    top: 0;
    left: 0; }
  header ul.navbar-nav {
    margin-top: 5px; }

.animated, .arrow {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

section.padding, footer.padding {
  padding: 80px 0; }

.col-md-4 {
  padding-left: 20px;
  padding-right: 20px; }

.btn {
  display: inline-block;
  font-weight: 600; }

.btn-block {
  font-weight: 600;
  font-size: 1.31rem;
  letter-spacing: 3px; }

.btn-solid {
  font-size: 1.31rem; }

.btn-white, .btn-green-outline {
  border: 2px solid white;
  color: white;
  letter-spacing: 2px;
  font-weight: 600; }
  .btn-white svg, .btn-green-outline svg {
    font-size: 0.6rem;
    position: relative;
    top: -1px; }

.btn-green-outline {
  border-color: #4E693B;
  text-transform: uppercase;
  color: #4E693B; }
  .btn-green-outline.ls2 {
    letter-spacing: 2px; }

.btn-green {
  background: #394129;
  color: #D6D2B4;
  text-transform: uppercase;
  text-align: left;
  padding: 15px; }
  .btn-green span.h3, .btn-green h3 {
    color: #D6D2B4;
    white-space: pre-wrap;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 25px;
    max-width: 360px; }
  .btn-green p {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 400; }
  .btn-green:hover p {
    color: #D6D2B4; }
  .btn-green.center {
    text-align: center; }

.btn.glow:hover {
  background: #18AD4B;
  color: white; }
  .btn.glow:hover h3, .btn.glow:hover .h3 {
    color: white; }

.btn-tlp {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-tlp p {
    margin-bottom: 0;
    font-weight: 400; }
  .btn-tlp p.circle {
    width: 65px;
    height: 65px;
    background: #D6D2B4;
    color: #394129;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 1rem; }
    .btn-tlp p.circle span.text {
      font-size: 1.2rem; }
    .btn-tlp p.circle span.line {
      position: absolute;
      content: "";
      width: 30%;
      border-bottom: 2px solid #394129;
      bottom: 28%; }
  .btn-tlp div {
    text-align: left; }

div.btn.btn-tlp {
  cursor: default !important; }

p.luke {
  color: #4E693B;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 2px; }

.reserve {
  color: #b1b1b3;
  text-transform: uppercase;
  border: 2px solid #b1b1b3;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  right: 55px;
  top: 80px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  z-index: 2;
  font-weight: 700;
  padding-top: 4px;
  letter-spacing: 1px; }

.video-container {
  position: relative;
  margin-top: 52px; }
  .video-container h1 {
    color: white;
    text-align: center; }

video {
  height: auto;
  vertical-align: middle;
  width: 100%; }

.overlay-desc {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .overlay-desc .testy_title {
    margin-bottom: 34px; }
  .overlay-desc h1 {
    max-width: 610px; }
  .overlay-desc a.btn {
    text-transform: uppercase;
    margin: 0 1rem;
    padding: 14px 10px;
    line-height: 1;
    width: 175px; }

.fullwidth_header {
  min-height: 450px;
  background: #394129;
  position: relative;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 185px;
  padding-bottom: 185px; }
  .fullwidth_header h2 {
    text-transform: uppercase;
    color: white;
    text-align: center; }
  .fullwidth_header .content_overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .fullwidth_header .content_overlay .arrow {
      position: absolute;
      bottom: 30px;
      text-indent: -9999px;
      width: 27px;
      height: 31px;
      background: url("images/arrow.png") no-repeat center;
      background-size: contain;
      left: 50%;
      margin-left: -13px; }
      .fullwidth_header .content_overlay .arrow a {
        display: block;
        height: 30px; }

section.become .fullwidth_header {
  padding-top: 230px;
  padding-bottom: 230px; }

section.w_video {
  margin-bottom: 160px; }
  section.w_video .fullwidth_header .content_overlay .arrow {
    bottom: 120px; }
  section.w_video .bw_video_wrapper {
    background: url("images/bw_video_icon.png") no-repeat center;
    color: white;
    padding: 65px 80px;
    background-size: cover;
    border: 5px solid white;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -36%);
    -webkit-transform: translate(-50%, -36%);
    -moz-transform: translate(-50%, -36%);
    display: block; }
    section.w_video .bw_video_wrapper .iconv {
      font-size: 80px;
      color: rgba(255, 255, 255, 0.4); }
      section.w_video .bw_video_wrapper .iconv:hover {
        color: #18AD4B; }
    section.w_video .bw_video_wrapper p {
      color: white;
      max-width: 288px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 0; }

section.testimony {
  background: #D6D2B4;
  color: #4E693B;
  text-align: center;
  padding: 60px 0; }
  section.testimony .carousel-inner {
    margin: 0 auto; }
    section.testimony .carousel-inner .testy {
      margin-top: 1rem;
      width: 80%;
      max-width: 890px; }
  section.testimony .carousel-control-prev, section.testimony .carousel-control-next {
    opacity: 1;
    display: none; }
    section.testimony .carousel-control-prev:hover, section.testimony .carousel-control-next:hover {
      opacity: 0.5; }
  section.testimony .carousel-control-next {
    right: -30px; }
  section.testimony .carousel-control-prev {
    left: -30px; }
  section.testimony .carousel-control-prev-icon, section.testimony .carousel-control-next-icon {
    width: 30px;
    height: 30px; }
  section.testimony .carousel-control-prev-icon {
    background: url(images/left_arrow_dg.png) no-repeat center;
    background-size: contain; }
  section.testimony .carousel-control-next-icon {
    background: url(images/right_arrow_dg.png) no-repeat center;
    background-size: contain; }

section.trusted_by h3 {
  margin-bottom: 50px; }

section.quickest {
  padding-top: 70px;
  padding-bottom: 80px; }
  section.quickest .container > h3 {
    margin-bottom: 40px;
    max-width: 818px; }
  section.quickest .col-md-4 h3 {
    margin-bottom: 0; }
  section.quickest .col-md-4 img {
    margin-bottom: 35px; }
  section.quickest .btn-tlp {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 120px;
    position: relative; }
    section.quickest .btn-tlp .icomoon-boxarrow {
      color: #D6D2B4;
      position: absolute;
      right: 15px;
      top: 50%;
      font-size: 66px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
      section.quickest .btn-tlp .icomoon-boxarrow:hover {
        color: #18AD4B; }

section.section_luke {
  padding-bottom: 60px; }
  section.section_luke .col-md-4 {
    padding-left: 15px;
    padding-right: 15px; }
  section.section_luke .btn-green {
    padding-left: 18px; }
    section.section_luke .btn-green:hover p {
      color: #18AD4B; }

section.tabs .reserve_spot_wrapper {
  margin: 55px 75px 110px; }
  section.tabs .reserve_spot_wrapper a {
    height: 60px;
    line-height: 60px;
    padding: 0; }
    section.tabs .reserve_spot_wrapper a:hover {
      color: #18AD4B; }

section.pricing {
  padding-bottom: 60px;
  padding-top: 65px; }
  section.pricing .mw {
    max-width: 285px; }
  section.pricing .btn-green:hover {
    color: #18AD4B; }

div.downloadable {
  border-top: 2px dotted #D6D2B4;
  padding-top: 10px; }
  div.downloadable a {
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    div.downloadable a [class^="icon-"], div.downloadable a [class*=" icon-"] {
      font-size: 8rem;
      display: block; }
    div.downloadable a .dw_arrow {
      font-size: 2rem; }

/*
SCSS variables and mixins
*/
ul span.date {
  display: inline-block;
  width: 60%; }

.tabs > ul {
  padding: 0 0 70px 0; }
.tabs ul {
  margin: 0; }
  .tabs ul li a {
    padding: .5em 1em;
    position: relative; }
    .tabs ul li a:hover, .tabs ul li a.active {
      background: transparent;
      color: #4E693B;
      text-decoration: none; }

.item {
  margin-bottom: 2px; }
  .item::before {
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    padding: 20px 0.5em;
    display: block; }
  .item::after {
    display: block;
    content: '+';
    top: 20px;
    color: #4E693B;
    font-weight: 600;
    right: 0;
    font-size: 33px;
    position: absolute;
    cursor: pointer; }
  .item.active::before {
    background: transparent;
    color: #4E693B;
    text-decoration: none; }
  .item.active::after {
    content: '-'; }
  .item.active .item-content {
    padding: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0; }

  .tabs-side .tabs li {
    margin-bottom: 2px; } }
/*
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none; }
.tabbed-content .item {
  min-height: 2em; }
  .tabbed-content .item::before {
    content: attr(data-title); }
  .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-left: 75px;
    padding-right: 75px; }
  .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto; }

@media all and (min-width: 800px) {
  .tabbed-content {
    margin: 50px 0 55px; }
    .tabbed-content .tabs {
      display: block;
      text-align: center; }
      .tabbed-content .tabs li {
        display: inline-block;
        border-right: 3px dotted #D6D2B4;
        width: 19%;
        text-align: center; }
        .tabbed-content .tabs li a {
          display: inline-block; }
      .tabbed-content .tabs li:last-child {
        border-right: 0; }
    .tabbed-content .item {
      min-height: 0; }
      .tabbed-content .item::before {
        display: none; }
    .tabbed-content.tabs-side .tabs {
      width: 150px;
      float: left; }
      .tabbed-content.tabs-side .tabs li {
        display: block; }
    .tabbed-content.tabs-side .item {
      margin-left: 150px; } }
ul {
  padding: 0; }
  ul li {
    list-style-type: none; }

ul.price_detail img {
  width: 30%;
  float: left;
  margin-right: 5%; }
ul.price_detail span.p {
  font-weight: bold;
  display: inline-block;
  width: 32%;
  float: left;
  text-transform: uppercase;
  color: #4E693B; }
ul.price_detail span.d {
  width: 32%;
  float: right; }
ul.price_detail div.t {
  width: 65%;
  float: right; }
ul.price_detail li {
  border-bottom: 2px dotted #D6D2B4;
  overflow: hidden;
  padding: 0.8rem 0;
  display: flex;
  align-items: center; }
ul.price_detail li:first-child {
  padding-top: 0; }
ul.price_detail li:last-child {
  border-bottom: 0; }

.hr {
  width: 35px;
  display: block;
  height: 0;
  border-top: 1px solid white;
  margin-bottom: 15px; }

footer {
  background: #D6D2B4;
  color: #394129;
  padding-bottom: 100px; }
  footer strong {
    color: #4E693B; }
  footer .mw {
    max-width: 290px; }
  footer .hr {
    border-color: #4E693B; }

.success {
  color: #4E693B; }

.mobile-menu-toggle {
  display: none; }

form {
  color: #4E693B;
  margin-bottom: 10px; }
  form button.btn {
    background: transparent;
    color: #4E693B;
    border: 2px solid #4E693B;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    float: right; }
    form button.btn:hover {
      background: transparent;
      color: #18AD4B !important;
      border-color: #18AD4B !important; }

   form#reserveform button.btn {
       color: #fff;
       border-color: #fff;
    margin-top: -20px;
   }
  form input[type="text"], form input[type="email"], form input[type="tel"] {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #4E693B;
    width: 100%;
    color: #4E693B;
    padding-left: 0;}
  form textarea {
    width: 100%;
    border: 1px solid #4E693B;
    padding: 10px;
    border-radius: 0;
    background: none;
    min-height: 100px;
    margin-bottom: 0.6rem;
    color: #4E693B; }
  form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4E693B; }
  form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4E693B; }
  form :-ms-input-placeholder {
    /* IE 10+ */
    color: #4E693B; }
  form :-moz-placeholder {
    /* Firefox 18- */
    color: #4E693B; }


form#getintouch .textarea_row {
    margin-top:20px;
}

@media screen and (max-width:767px) {
    form input[type="text"], form input[type="email"], form input[type="tel"] {
        margin-top: 15px;
    }
    form#getintouch .textarea_row {
        margin-top:15px;
    }
    form#getintouch .textarea_row .msg {
        margin-bottom: 0.2rem;
    }
    form#reserveform button.btn {
            margin-top: 0;
    }
    #mailModal select {
        margin-left:0;
    }
}

#footer_mail button.btn {
  color: #4E693B;
  border-color: #4E693B; }
#footer_mail input {
  color: #4E693B; }
#footer_mail input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #D6D2B4 inset;
  -webkit-text-fill-color: #4E693B !important; }
#footer_mail .textarea_row {
  margin-top: 0.8rem; }

#mailModal input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #394129 inset;
  -webkit-text-fill-color: #4E693B !important; }

 /* FULL SCREEN MODAL STYLES
	-------------------------------------------------- */
.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333; }

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.85);
  overflow: auto; }

.fullscreen .modal-body {
  align-items: center;
  display: flex;
  justify-content: center; }
  .fullscreen .modal-body ul {
    padding: 0; }
  .fullscreen .modal-body li {
    padding: 10px 0 10px 0; }
  .fullscreen .modal-body a {
    color: #4E693B;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }

.tabs ul li a:before,
.tabs ul li a:after {
  transition: all  0.3s ease-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  background: #ECEADD;
  width: 0; }

.tabs ul li a:before {
  z-index: 2; }

.tabs ul li a.active:after {
  background: #4E693B;
  z-index: 3; }

.tabs ul li a:hover {
  text-decoration: none; }

.tabs ul li a.active:hover:after {
  width: 100%; }

.tabs ul li a.active:before,
.tabs ul li a.active:hover:before {
  width: 100%; }

p.copyright {
  font-size: 10px;
  color: #6d6e71;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 10px; }

.modal button.close {
  font-size: 50px;
  padding: 10px;
  position: absolute;
  right: 40px;
  top: 40px;
  text-shadow: none;
  opacity: 1;
  color: #18AD4B;
  z-index: 5; }

#videoModal .modal-dialog, #videoModal .modal-content, #videoModal .modal-body, #videoBottomModal .modal-dialog, #videoBottomModal .modal-content, #videoBottomModal .modal-body, #YoutubeModal .modal-dialog, #YoutubeModal .modal-content, #YoutubeModal .modal-body {
  margin: 0;
  height: 100%; }
#videoModal iframe, #videoBottomModal iframe, #YoutubeModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  background-size: 3em 3em; }

#mailModal {
  font-weight: 300; }
  #mailModal .modal-content {
    justify-content: center;
    align-items: center; }
  #mailModal .mailModal_wrapper {
    background: #394129;
    color: #4E693B;
    padding: 40px 50px 20px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #mailModal .mailModal_wrapper .mw {
      max-width: 535px; }
  #mailModal button.close {
    top: -8px;
    right: 0;
    font-size: 40px;
    color: white;
    font-weight: normal; }
  #mailModal input:-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4e693b; }
  #mailModal input:-moz-placeholder {
    /* Firefox 19+ */
    color: #4e693b; }
  #mailModal input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4e693b; }
  #mailModal input:-moz-placeholder {
    /* Firefox 18- */
    color: #4e693b; }
  #mailModal textarea {
    border-color: #87896e;
    color: #4E693B; }
  #mailModal p {
    margin-bottom: 25px;
    color: white;
    letter-spacing: 1px; }
  #mailModal p.submit_wrapper {
    overflow: hidden; }
    #mailModal p.submit_wrapper span {
      font-size: 14px; }
    #mailModal p.submit_wrapper button {
      float: right; }
  #mailModal label {
    color: white;
    letter-spacing: 1px; }
  #mailModal input {
    color: #4E693B;
    border-bottom: 1px solid #87896e;
    padding-bottom: 10px; }
  #mailModal h2 {
    color: white;
    text-align: left;
    margin-left: 0; }
  #mailModal .row {
    margin-bottom: 35px; }
  #mailModal .row.textarea_wrapper {
    margin-bottom: 0px; }
  #mailModal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background: transparent url(../images/select_arrow.png);
    /* add custom arrow */
    border: 1px solid #87896e;
    border-radius: 0;
    height: 30px;
    color: white;
    padding: 0 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 42px; }
  #mailModal select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */ }

.toggle-content-btn {
  display: none; }

@media all and (min-width: 1100px) {
  section.testimony .carousel-control-prev {
    left: -80px; }

  section.testimony .carousel-control-next {
    right: -80px; } }
@media all and (min-width: 991px) {
  section.pricing .btn-green {
    height: 50px;
    line-height: 50px;
    padding: 0; } }
@media (max-width: 990px) {
  section.pricing .mw {
    max-width: none; }

  div.downloadable {
    border-top: 0;
    padding-top: 0; }

  .testy {
    max-width: 700px; } }
@media (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 15px; }

  .mobile-menu-toggle {
    display: block;
    z-index: 3; }

  .btn {
    font-size: 12px;
    line-height: 14px; }

  h1 {
    font-size: 26px;
    line-height: 28px; }

  h2 {
    font-size: 17px;
    line-height: 23px; }

  h3 {
    font-size: 14px;
    line-height: 20px; }

  .overlay-desc a.btn {
    margin-bottom: 20px; }

  .arrow {
    display: none; }

  .reserve {
    right: 35px;
    width: 90px;
    height: 90px;
    font-size: 12px;
    line-height: 14px;
    top: 55px; }

  .testy {
    font-size: 12px;
    line-height: 14px;
    max-width: 540px; }

  .testy_name, .testy_title {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 0; }

  section.testimony .carousel-inner .testy {
    width: auto; }

  section .mw {
    max-width: none; }
  section h3 {
    max-width: 385px; }

  section.tabs section {
    margin-left: 0;
    margin-right: 0; }

  ul.price_detail img {
    display: none; }

  p, ul {
    line-height: 18px;
    font-size: 13px; }

  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px; }

  header {
    height: 40px; }
    header .navbar-nav-scroll {
      display: none; }
    header.navbar {
      padding-top: 0;
      padding-bottom: 0; }
    header .navbar-brand img {
      width: 60%; }

  section.trusted_by h3 {
    margin-bottom: 20px; }
  section.trusted_by .justify-content-around {
    justify-content: end !important; }
  section.trusted_by .col-sm-6 {
    width: 50%; }
  section.trusted_by .logo_wrapper .logo_item {
    width: 50%;
    margin-bottom: 10px; }
  section.trusted_by .logo_wrapper .logo_item:last-child {
    display: none; }

  section.w_video {
    margin-bottom: 120px; }
    section.w_video .fullwidth_header .content_overlay .arrow {
      bottom: 70px; }
    section.w_video .bw_video_wrapper {
      max-width: 303px;
      height: 200px;
      transform: translate(-50%, -30%);
      -webkit-transform: translate(-50%, -30%);
      -moz-transform: translate(-50%, -30%);
      width: 80%; }
      section.w_video .bw_video_wrapper p.text {
        display: none; }

  section.padding, footer.padding {
    padding: 40px 0; }

  section.video-container {
    margin-top: 40px; }

  section.section_luke .btn-green {
    max-width: 350px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
  section.section_luke h3 {
    max-width: 385px; }

  section.video-container {
    background: url(images/soldier_landscape.png) no-repeat center;
    background-size: cover; }
    section.video-container video {
      display: none; }
    section.video-container .overlay-desc {
      position: relative;
      padding-top: 200px;
      padding-bottom: 200px;
      max-width: 390px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center; }

  section.quickest {
    padding-top: 40px; }
    section.quickest .col-md-4 h3 {
      margin-left: 0; }
    section.quickest .col-md-4 img {
      width: 100%;
      margin-bottom: 20px; }
    section.quickest .btn-tlp {
      margin-top: 20px;
      padding-right: 15px; }
      section.quickest .btn-tlp h3 {
        max-width: 240px; }
      section.quickest .btn-tlp .icomoon-boxarrow {
        display: none; }

  section.testimony .carousel-inner {
    max-width: 400px; }
  section.testimony .carousel-inner .testy {
    margin-top: 0; }
  section.testimony .carousel-control-prev {
    left: -20px; }
  section.testimony .carousel-control-next {
    right: -20px; }
  section.testimony .carousel-control-prev-icon, section.testimony .carousel-control-next-icon {
    width: 20px;
    height: 20px; }

  section.tabs .reserve_spot_wrapper {
    margin: 40px 0 60px; }

  p.luke {
    margin-bottom: 30px; }

  div.downloadable .col {
    flex-basis: 50%;
    width: 50%;
    flex-grow: 0; }

  .fullwidth_header {
    padding-top: 145px;
    padding-bottom: 145px;
    min-height: 0; }
    .fullwidth_header h2 {
      max-width: 415px; }

  section.become .fullwidth_header {
    padding-top: 145px;
    padding-bottom: 145px; }

  section.pricing .btn-green {
    height: 60px;
    line-height: 60px;
    padding: 0 15px; }

  .btn-green span.h3, .btn-green h3 {
    font-size: 14px;
    line-height: 20px; }

  .tabbed-content .item {
    border-bottom: 2px dotted #ECEADD;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative; }
  .tabbed-content .item::before {
    color: #4E693B;
    text-transform: uppercase; }
  .tabbed-content .item-content {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0 !important; }
    .tabbed-content .item-content > div:last-child img {
      margin-bottom: 2rem; }
    .tabbed-content .item-content h2 {
      margin-top: 1rem;
      font-size: 1.1rem; }

  .btn-block {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    min-height: 60px;
    line-height: 60px; }

  .item.active .item-content .lg1 {
    line-height: inherit; }

  footer .container {
    padding-left: 40px;
    padding-right: 40px; }

  #menuModal .modal-body ul {
    padding: 0;
    overflow: auto; }
    #menuModal .modal-body ul li {
      padding: 4px 0 20px 0; }
  #menuModal .modal-body a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }

  section.w_video .bw_video_wrapper .iconv {
    position: relative;
    top: -10px; } }
@media (max-width: 767px) {
	/* Text wrap issue on mobile BY DEV */
	ul span.date{
		width: auto;
	}
  .toggle_content {
    display: none; }

  .toggle-content-btn {
    display: inline-block; } }
@media (max-width: 576px) {
  .fullwidth_header {
    min-height: 350px; }
    .fullwidth_header h2 {
      max-width: 215px; }

  section.w_video .bw_video_wrapper .iconv {
    line-height: 140px;
    font-size: 60px;
    top: 0; }

  #footer_mail .textarea_row {
    margin-top: 2px; }
  #footer_mail input {
    margin-bottom: 20px; }
  #footer_mail label {
    margin-bottom: .2rem; }

  .reserve {
    width: 70px;
    height: 70px;
    font-size: 10px;
    line-height: 12px; }

  .btn-green h3 {
    line-height: 18px; }
  .btn-green p {
    font-size: 10px;
    line-height: 13px; }

  section.w_video {
    margin-bottom: 100px; }
    section.w_video .bw_video_wrapper {
      width: 200px;
      height: 150px;
      padding: 0; }
      section.w_video .bw_video_wrapper p {
        line-height: 150px; }
        section.w_video .bw_video_wrapper p .iconv {
          font-size: 30px; }

  #mailModal .row {
    margin-bottom: 0; }
  #mailModal input {
    padding-bottom: 0;
    margin-bottom: 10px; }
  #mailModal select {
    margin-top: 5px; }
  #mailModal .modal-content {
    padding: 0px; }
  #mailModal .close {
    top: 10px;
    right: 10px; }
  #mailModal .mailModal_wrapper {
    padding: 20px;
    max-height: calc(100vh - 10px);
    overflow-y: auto; }
  #mailModal p {
    margin-bottom: 10px; }

  div.downloadable a [class^="icon-"], div.downloadable a [class*=" icon-"] {
    font-size: 6rem; }

  div.downloadable a .dw_arrow {
    font-size: 2rem; }

  .overlay-desc p a.btn {
    margin-bottom: 20px; }

  .btn-tlp {
    padding-left: 15px; }
    .btn-tlp div {
      max-width: 250px; }
    .btn-tlp p.circle {
      width: 50px;
      height: 50px; }
      .btn-tlp p.circle span.text {
        font-size: 12px; }

  section.video-container .overlay-desc {
    padding-top: 150px;
    padding-bottom: 150px; }

  section#learn .fullwidth_header, section.godownrange .fullwidth_header {
    padding-top: 75px;
    padding-bottom: 75px;
    min-height: 0; } }
@media (max-width: 400px) {
  .btn-green {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 10px !important;
    font-size: 14px;
    min-height: 0 !important; }

  section.quickest .btn-tlp, section.section_luke .btn-green {
    height: auto !important;
    padding: 10px !important;
    max-width: 250px; }

  .btn-tlp p.circle {
    display: none; } }
.close {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  float: none;
  z-index: 99; }
  .close:hover::before, .close:hover::after {
    background: #18AD4B; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: white; }
  .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close.hairline::before, .close.hairline::after {
    height: 1px; }

#menuModal .close::before, #menuModal .close::after {
  background: #4E693B; }

/*# sourceMappingURL=style.css.map */

.textarea_row_extended {
	display:none;
}
