@import url(animate.css);
/*
* @subsection Flow-mixin
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(//fonts.googleapis.com/css?family=Tinos:400,700);

/*
* @section Main Styles
*/
body {
  color: #838383;
  font: 400 14px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.7;
  line-height: 1.71429;
}

img {
  max-width: 100%;
  height: auto;
}
.brand{
  padding-top: 25px;
}
.logoimg{
  height:100px;
  width: auto;
}
.logotext{ 
  height:100px;
  width: auto;
}


 
.isStuck .brand{
  padding-top: 5px;
}
.isStuck .logoimg{
  height: 50px;
  width: auto;
}
.isStuck .logotext{ 
  height: 50px;
  width: auto;
}


h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: 'Tinos', serif;
}

h1, .heading-1 {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 0.52222;
}

@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 90px;
  }
}

h2, .heading-2 {
  font-size: 35px;
  font-family: 'Tinos', serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}

h3, .heading-3 {
  font-size: 40px;
  color: #484848;
  border-left: 8px solid #f26d5a;
  padding: 18px 55px 19px 20px;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (max-width: 480px) {
  h3, .heading-3 {
    font-size: 28px;
  }
}

h4, .heading-4 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 26px;
  }
}

h5, .heading-5 {
  font-size: 20px;
  color: #f26d5a;
  line-height: 1.2;
}

h6, .heading-6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 18px;
  }
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

em, .em {
  font-family: 'Tinos', serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

time {
  display: block;
  white-space: nowrap;
}
time:after {
  content: '-';
  padding-left: 5px;
}

.row.row-no-gutter time {
  background-color: #f26d5a;
  color: #fff;
  display: inline-block;
  padding: 4px 15px 3px;
  margin-top: 54px;
  margin-left: 40px;
}
.row.row-no-gutter time:after {
  display: none;
}
@media (max-width: 991px) {
  .row.row-no-gutter time {
    margin-top: 15px;
    margin-left: 10px;
  }
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section typography
*/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 13px;
  line-height: 1.077;
  letter-spacing: 0.65px;
}

.big {
  font-size: 24px;
  font-family: 'Tinos', serif;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .big {
    line-height: 2.5;
  }
}

.big-2 {
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

@media (max-width: 991px) {
  .text-center-xs {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

/*
* @section Main Layout
*/
h2 + .text-default-variant-1 {
  margin-top: 59px;
}

h2 + .big {
  margin-top: 14px;
}

h3 + .big {
  margin-top: 26px;
}

h3 + .big-2 {
  margin-top: 41px;
}

h3 + .big.contrast {
  margin-top: 46px;
}

h3 + .row {
  margin-top: 52px;
}

h3 + .terms-list {
  margin-top: 38px;
}

time + .heading-4 {
  margin-top: 25px;
}

.heading-4 + p {
  margin-top: 14px;
}

.text-default-variant-1 + p {
  margin-top: 28px;
}

.text-default-variant-1 + .big {
  margin-top: 36px;
}

* + .btn {
  margin-top: 10px;
}

@media (min-width: 992px) {
  * + .btn {
    margin-top: 26px;
  }
}

h3 + .resp-tabs {
  margin-top: 56px;
}

* + .resp-tabs-container {
  margin-top: 57px;
}

* + .mailform {
  margin-top: 41px;
}

* + .btn-md {
  margin-top: 30px;
}
@media (min-width: 992px) {
  * + .btn-md {
    margin-top: 58px;
  }
}

.btn-md + .btn-md {
  margin-left: 0;
}
@media (min-width: 992px) {
  .btn-md + .btn-md {
    margin-left: 11px;
  }
}

h4 + .small {
  margin-top: 11px;
}

h3 + p {
  margin-top: 42px;
}

h3 + .offset-1 {
  margin-top: 25px;
}

.offset-1 + .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .offset-1 + .btn {
    margin-top: 47px;
  }
}

h2 + p {
  margin-top: 29px;
}

* + address {
  margin-top: 33px;
}

* + .bg-primary {
  margin-top: 8px;
}

* + .offset-3 {
  margin-top: 45px;
}

p + .marked-list {
  margin-top: 22px;
}

p + .box {
  margin-top: 26px;
}

p + form {
  margin-top: 42px;
}

* + .inline-list {
  margin-top: 40px;
}

.box + .box {
  margin-top: 20px;
}

article + article {
  margin-top: 20px;
}

.big + .box-sm {
  margin-top: 48px;
}

h3 + .box {
  margin-top: 45px;
}

h3 + article {
  margin-top: 45px;
}

.btn-md + .row-no-gutter {
  margin-top: 55px;
}

h3 + .index-list {
  margin-top: 51px;
}

h3 + .big.text-default-variant-2 {
  margin-top: 42px;
}

.marked-list + p {
  margin-top: 21px;
}

.heading-5 + p {
  margin-top: 16px;
}

.well, .well-xs, .well-sm, .well-lg, .well-md, .inset-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .well {
    padding-top: 126px;
    padding-bottom: 119px;
  }
}

@media (min-width: 992px) {
  .well-xs {
    padding-top: 127px;
    padding-bottom: 118px;
  }
}

@media (min-width: 992px) {
  .well-sm {
    padding-top: 125px;
    padding-bottom: 137px;
  }
}

@media (min-width: 992px) {
  .well-md {
    padding-top: 113px;
    padding-bottom: 124px;
  }
}

@media (min-width: 992px) {
  .well-lg {
    padding-top: 112px;
    padding-bottom: 168px;
  }
}

.inset-1 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .inset-1 {
    padding-top: 125px;
  }
}

.inset-4 {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .inset-4 {
    padding-top: 123px;
  }
}

.inset-5 {
  padding-bottom: 117px;
}

.inset-6 {
  padding-bottom: 119px;
}

.inset-7 {
  padding-bottom: 106px;
}

.inset-8 {
  padding-bottom: 0;
}

.inset-9 {
  padding-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inset-10 {
    padding-bottom: 129px;
  }
}

.inset-11 {
  padding-bottom: 123px;
}

.inset-14 {
  padding-left: 9px;
}

.flow-offset-1 > * + * {
  margin-top: 100px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 100px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.row-no-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*
* @section Components
*/
/*
 * @subsection overlay
*/
.overlay {
  position: relative;
  float: left;
  width: 100%;
}
.overlay img {
  width: 100%;
}
@media (min-width: 480px) {
  .overlay {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .overlay {
    width: 20%;
  }
}
.overlay p {
  opacity: 0;
  display: inline;
  position: absolute;
  top: 49%;
  -moz-transform: translate(-50%, -51%);
  -ms-transform: translate(-50%, -51%);
  -o-transform: translate(-50%, -51%);
  -webkit-transform: translate(-50%, -51%);
  transform: translate(-50%, -51%);
  left: 50%;
  color: #fff;
  font-size: 24px;
}
.overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(86, 133, 108, 0.7);
}
.overlay:hover p {
  opacity: 1;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.overlay:hover:before {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/*
 * @subsection Camera-container
*/
.camera_container {
  position: relative;
}
.camera_container .list li {
  color: #fff;
}
.camera_container .camera_overlay {
  background-color: rgba(86, 133, 108, 0.7);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*
*  @subsection List
*/
.list {
  background-color: rgba(86, 133, 108, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 370px) {
  .list .icon-sm {
    line-height: 0.5;
    font-size: 18px;
  }
  .list h4 {
    font-size: 14px;
  }
  .list .small {
    font-size: 10px;
  }
}
@media (min-width: 370px) and (max-width: 719px) {
  .list {
    height: 100%;
  }
}
@media (min-width: 720px) {
  .list {
    height: auto;
  }
}
.list li + li {
  border: none;
}
@media (min-width: 992px) {
  .list li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.list li {
  padding: 8px 8px 25px 8px;
  display: inline-block;
}
.list li span {
  margin-top: 15px;
}
.list li span + h4 {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .list li {
    padding: 10px 10px 25px 10px;
    font-size: 16px;
  }
  .list li span + h4 {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .list li {
    padding: 35px 40px 39px;
  }
  .list li span + h4 {
    margin-top: 35px;
  }
}

/*
* Marked-list
*/
.marked-list {
  text-transform: uppercase;
}
.marked-list li {
  padding-left: 19px;
  position: relative;
}
.marked-list a:hover {
  text-decoration: none;
  color: #f26d5a;
}
.marked-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f26d5a;
  display: inline-block;
}
.marked-list li + li {
  margin-top: 12px;
}

/*
* index-list
*/
.index-list {
  counter-reset: li;
}
.index-list .counter:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list li {
  padding-right: 50px;
  position: relative;
}
.index-list li p:first-child {
  font-size: 20px;
  color: #484848;
  font-family: 'Tinos', serif;
}
.index-list a:hover {
  text-decoration: none;
  color: #f26d5a;
}
.index-list li + li {
  margin-top: 32px;
}
.index-list .box .box_left {
  padding-right: 29px;
}
.index-list .box + .box {
  margin-top: 33px;
}

/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  height:100%;
}
.brand_name {
  padding-left: 50px;
  padding-top: 20px;
  position: relative;
  color: #484848;
}
@media (min-width: 768px) {
  .brand_name {
    padding-left: 72px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .brand_name {
    padding-top: 60px;
    padding-left: 103px;
  }
}
.brand_name:after {
  content: 'l';
  position: absolute;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  left: -7px;
  top: 20px;
  letter-spacing: 0px;
}
@media (min-width: 480px) {
  .brand_name:after {
    font-size: 90px;
    left: -8px;
    top: 15px;
  }
}
@media (min-width: 768px) {
  .brand_name:after {
    font-size: 120px;
    left: -10px;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .brand_name:after {
    font-size: 161px;
    left: -26px;
    top: 40px;
  }
}
.brand_name:before {
  content: '';
  position: absolute;
  height: 80px;
  width: 40px;
  background: #f26d5a;
  left: 0;
  top: 0;
}
@media (min-width: 480px) {
  .brand_name:before {
    height: 75px;
    width: 47px;
  }
}
@media (min-width: 768px) {
  .brand_name:before {
    height: 120px;
    width: 60px;
  }
}
@media (min-width: 992px) {
  .brand_name:before {
    height: 159px;
    width: 80px;
  }
}
.brand_slogan {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: block;
  text-transform: capitalize;
  margin-top: 9px;
  color: #5f5f5f;
}
@media (min-width: 480px) {
  .brand_slogan {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .brand_slogan {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .brand_slogan {
    font-size: 18px;
    margin-top: 12px;
    padding-left: 7px;
  }
}

/*
* @subsection Backgrounds
*/
.bg-aside {
  position: relative;
}
.bg-aside img {
  height: 100%;
  width: 100%;
}
.bg-aside .bg-aside-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55.6%;
}
@media (max-width: 992px) {
  .bg-aside .bg-aside-left {
    position: relative;
    right: 0;
  }
}
.bg-aside .bg-aside-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55.6%;
}
@media (max-width: 992px) {
  .bg-aside .bg-aside-right {
    position: relative;
    left: 0;
  }
}

/*2a2d2d*/
.bg-default-variant-1 {
  background-color: #2a2d2d;
}
.bg-default-variant-1 .heading-3 {
  padding: 0;
  border: none;
  letter-spacing: 0;
}
.bg-default-variant-1 h1, .bg-default-variant-1 h2, .bg-default-variant-1 h3, .bg-default-variant-1 h4, .bg-default-variant-1 h5, .bg-default-variant-1 h6, .bg-default-variant-1 .heading-1, .bg-default-variant-1 .heading-2, .bg-default-variant-1 .heading-3, .bg-default-variant-1 .heading-4, .bg-default-variant-1 .heading-6, .bg-default-variant-1 .big, .bg-default-variant-1 .small, .bg-default-variant-1 li {
  color: #fff;
}

.bg-default-variant-2 {
  background-color: #212424;
}

.bg-contrast {
  background-color: #fff;
}
.bg-contrast h1, .bg-contrast h2, .bg-contrast h3, .bg-contrast h4, .bg-contrast h5, .bg-contrast h6, .bg-contrast .heading-1, .bg-contrast .heading-2, .bg-contrast .heading-3, .bg-contrast .heading-4, .bg-contrast .heading-5, .bg-contrast .heading-6 {
  color: #484848;
}

.bg-primary {
  background-color: #f26d5a;
  color: #fff;
}

.box-skin {
  font-family: "Roboto", sans-serif;
  padding: 26px 11px 20px 20px;
  max-width: 270px;
}
@media (max-width: 991px) {
  .box-skin {
    margin-left: auto;
    margin-right: auto;
  }
}
.box-skin .big {
  line-height: 1;
  letter-spacing: 2.5px;
  font-family: inherit;
}
.box-skin .big + p {
  margin-top: 6px;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icon-sm {
  font-size: 26px;
  line-height: 1;
}

.icon-md {
  height: 53px;
  width: 53px;
  line-height: 3.5;
}

.icon-lg {
  height: 40px;
  width: 40px;
  line-height: 2.2;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .icon-lg {
    height: 56px;
    width: 56px;
    line-height: 3;
  }
}

.icon-primary {
  border: 1px solid #f26d5a;
  color: #f26d5a;
}

.icon-contrast {
  color: #fff;
}

.icon-default {
  color: #c9c9c9;
  background-color: #494949;
}
.icon-default:hover {
  background-color: #f26d5a;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  position: relative;
}

.btn-xs {
  padding: 13px 36px;
  font: 20px 'Tinos', serif;
}

.btn-md {
  padding: 6px 10px 5px 10px;
  font: 10px "Roboto", sans-serif;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-md {
    padding: 6px 20px 5px 15px;
    font: 12px "Roboto", sans-serif;
    line-height: 1.57;
  }
}
@media (min-width: 992px) {
  .btn-md {
    padding: 6px 31px 5px 29px;
    font: 14px "Roboto", sans-serif;
    line-height: 2.57;
  }
}

.btn-xl {
  padding: 10px 39px;
  font: 26px 'Tinos', serif;
}

.btn-lg {
  padding: 13px 30px;
  font: 20px 'Tinos', serif;
}

.btn-sm {
  font: 20px 'Tinos', serif;
  padding: 14px 40px;
}

.btn-primary {
  background-color: #f26d5a;
  color: #fff;
  border-bottom: 5px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.appWhatsapp{
    position: fixed;
    right: 26px;
    bottom: 100px;
    width: 60px;
    z-index: 1000;
}
.appWhatsapp img{
  width: 100%;
  height: auto;
}
.btn-primary:hover, .btn-primary:active {
  background-color: transparent;
  color: #f26d5a;
  border-bottom: 5px solid #f26d5a;
}

.btn-default {
  border: 2px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-default:hover, .btn-default:active {
  background-color: #fff;
  color: #838383;
}

.btn-default-1 {
  border-bottom: 5px solid transparent;
  background-color: #494d4d;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-default-1:hover, .btn-default-1:active {
  background-color: transparent;
  border-bottom: 5px solid #f26d5a;
}

/*
* @subsection Address
*/
address {
  color: #838383;
}

/*
* @subsection Box
*/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*
* @subsection Br
*/
.br-lg-on {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-on {
    display: block;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 12px;
}
.sf-menu a {
  display: block;
}

.sf-menu {
  margin-right: -81px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu {
    margin-right: -23px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .sf-menu {
    margin-right: 0;
  }
}
.sf-menu > li {
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-top: 110px solid transparent;
  border-bottom: 9px solid transparent;
}
.sf-menu > li.sfHover {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li {
    border-top: 50px solid transparent;
  }
}
.sf-menu > li:hover, .sf-menu > li.active {
  border-top: 110px solid #f26d5a;
  border-bottom: 9px solid #f26d5a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li:hover, .sf-menu > li.active {
    border-top: 50px solid #f26d5a;
  }
}
.sf-menu > li > a {
  font: 17px 'Roboto', sans-serif;
  background-color: #fff;
  padding: 8px 18px 10px 19px;
  color: #5f5f5f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li > a {
    padding: 8px 5px 10px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .sf-menu > li > a {
    padding: 8px 10px 10px 10px;
  }
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 20px 0;
  background: #FFF;
  z-index: 5;
  width: 152px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  background-color: #f26d5a;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.sf-menu ul > li {
  padding-top: 0;
  margin-top: 9px;
  margin-bottom: 8px;
}
.sf-menu ul > li > a {
  background-color: #f26d5a;
  color: #fff;
  font: 17px 'Roboto', sans-serif;
  line-height: 1.2;
  padding: 2px 10px 2px 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background-color: #fff;
  color: #f26d5a;
}

.sf-menu ul ul {
  position: absolute;
  left: 155px;
  top: 33px;
  width: 152px;
  z-index: 4;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sf-menu ul ul > li {
  padding-top: 0;
  margin-top: 9px;
  margin-bottom: 6px;
}
.sf-menu ul ul > li > a {
  background-color: #f26d5a;
  color: #fff;
  font: 17px 'Roboto', sans-serif;
  line-height: 1.2;
  padding: 2px 10px 3px 20px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #f26d5a;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  max-height: 80px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.isStuck .brand_name {
  padding-top: 10px;
  padding-left: 53px;
  font-size: 50px;
}
.isStuck .brand_name:after {
  font-size: 70px;
  left: -6px;
  top: 15px;
  color: #fff;
}
.isStuck .brand_name:before {
  height: 67px;
  width: 40px;
}
.isStuck .brand_slogan {
  font-size: 15px;
}
@media (max-width: 767px) {
  .isStuck .brand {
    display: none;
  }
}
.isStuck .sf-menu {
  margin-right: -81px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .isStuck .sf-menu {
    margin-right: -18px;
  }
  .isStuck .sf-menu li + li {
    margin-left: -13px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .isStuck .sf-menu {
    margin-right: 0;
  }
}
.isStuck .sf-menu > li {
  border-top: 20px solid transparent;
  border-bottom: 9px solid transparent;
}
.isStuck .sf-menu > li:hover, .isStuck .sf-menu > li.active {
  border-top: 20px solid #f26d5a;
  border-bottom: 9px solid #f26d5a;
  transition: .7s;
}
.isStuck .sf-menu > li > a {
  font: 17px 'Roboto', sans-serif;
  background-color: #fff;
  padding: 8px 19px 10px;
}
@media only screen and (max-width: 979px) {
  .isStuck .isStuck {
    display: none !important;
  }
}

/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 20px;
}
.box .box_right {
  padding-left: 20px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 20px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  float: none;
}
@media (min-width: 1200px) {
  .box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
    float: right;
  }
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 20px;
  }
  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 20px;
  }
  .box-xs-clear .box_right {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 20px;
  }
  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 20px;
  }
  .box-sm-clear .box_right {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 20px;
  }
  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 20px;
  }
  .box-md-clear .box_right {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 20px;
  }
  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 20px;
  }
  .box-lg-clear .box_right {
    padding-top: 20px;
  }
}
/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)    
*/
.map_model {
  height: 350px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 688px;
  }
}
.map_locations {
  display: none;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #000000;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:active, .toTop:focus {
  color: #000000;
  background: #fff;
}
.toTop:hover {
  color: #fff;
  background: #f26d5a;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax {
  position: relative;
  color: #fff;
}
.parallax .parallax_overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 45, 46, 0.8);
}
.parallax p.text-default-variant-1 {
  font-size: 16px;
  line-height: 1.4;
}
.parallax p {
  font-size: 24px;
}
.parallax .btn-primary:hover {
  color: #fff;
}
.paralax .appWhatsapp{
    position: fixed;
    right: 26px;
    bottom: 50px;
    width: 60px;
    z-index: 100;
}
.paralax .appWhatsapp img{
  width: 10%;
  height: auto;
}

/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  vertical-align: middle;
  border: 10px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 479px) {
  #gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
    max-height: 70%;
  }
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-right: -1px;
}
.thumb img {
  width: 100%;
  height: auto;
  transition: .5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: .3s all ease;
  background-color: rgba(86, 133, 108, 0.7);
}
.thumb:hover .thumb_overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.thumb:hover .thumb_overlay:before {
  transform: translatex(-50%);
}
.thumb:hover .thumb_overlay:after {
  transform: translatex(0);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li + li {
  margin-left: 7px;
}
@media (min-width: 992px) {
  .resp-tabs-list li + li {
    margin-left: 15px;
  }
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 6px 15px 5px 15px;
  font: 14px "Roboto", sans-serif;
  line-height: 1.1;
  border-bottom: 5px solid transparent;
  background-color: #494d4d;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .resp-tabs-list li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .resp-tabs-list li {
    padding: 6px 31px 5px 29px;
    font: 14px "Roboto", sans-serif;
    line-height: 2.57;
  }
}
.resp-tabs-list li:hover {
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: transparent;
  border-bottom: 5px solid #f26d5a;
}
.resp-tabs-list .resp-tab-active {
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: transparent;
  border-bottom: 5px solid #f26d5a;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion + .resp-tab-content {
    margin-top: 10px;
  }

  .resp-accordion {
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
    padding: 6px 15px 5px 15px;
    font: 14px "Roboto", sans-serif;
    line-height: 1.1;
    border-bottom: 5px solid transparent;
    background-color: #494d4d;
    color: #fff;
    text-transform: uppercase;
  }
  .resp-accordion:hover, .resp-accordion:active {
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: transparent;
    border-bottom: 5px solid #f26d5a;
  }

  .resp-tab-active {
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: transparent;
    border-bottom: 5px solid #f26d5a;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*
* @subsection Flow-mixin
*/
.box .inset-2 {
  padding-top: 14px;
  padding-right: 10px;
}

.inset-3 .box_left {
  padding-right: 10px;
}

/*
* @section Helpers
*/
.index {
  z-index: 2;
  position: relative;
}

@media (max-width: 991px) {
  .clear-left {
    clear: left;
  }
}

.text-default-variant-1 {
  color: #a8a8a8;
}

/*484848*/
.text-default-variant-2 {
  color: #484848;
}

.text-contrast {
  color: #fff;
}

.offset-1 {
  padding-right: 20px;
}

.offset-2 {
  padding-right: 40px;
}

.inset-12 {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.inset-12 br {
  display: none;
}
@media (min-width: 992px) {
  .inset-12 {
    padding-left: 38px;
    padding-right: 44px;
  }
  .inset-12 br {
    display: inline;
  }
}

.heading-4.inset-12 {
  padding-bottom: 0;
}

/*
* @subsection Row No Gutter
*/
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .row-no-gutter [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
* @section HEADER Section
*/
header {
  border-top: 11px solid #f26d5a;
  position: relative;
  padding-bottom: 27px;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT  Section
*/
main {
  display: block;
}

.border-bottom {
  border-bottom: 6px solid #2a2d2d;
}

.big.contrast {
  line-height: 1.5;
}

.big.text-default-variant-2 {
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
}

.terms-list dt + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 37px;
}

.link {
  color: #f26d5a;
  font-size: 24px;
  display: inline-block;
  margin-top: 44px;
}

dt.heading-6 {
  font-size: 24px;
  color: #f4f1f0;
  font-family: "Roboto", sans-serif;
}

/*
* @section FOOTER  Styles
*/
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer * + address {
    margin-top: 0;
  }
  footer * + .inline-list {
    margin-top: 10px;
  }
  footer .heading-3 {
    margin-top: 30px;
  }
}
footer .brand_name {
  padding: 14px 0 0 0;
  color: #fff;
}
footer .brand_name:after {
  display: none;
}
footer .brand_name:before {
  display: none;
}
footer .brand_slogan {
  margin-top: 17px;
  color: #838383;
}
footer .inline-list {
  word-spacing: 6px;
}
footer .inline-list li {
  display: inline-block;
}
footer .offset-5 {
  padding-top: 67px;
  padding-bottom: 74px;
}
footer a[href*="index-5"]:hover {
  color: #f26d5a;
}

a[href*="mailto"]:hover {
  color: #fff;
}
