@charset "UTF-8";
@import url(animate.css);
@import url(material-icons.css);
@import url(material-design.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 16px/26px "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
  color: #999;
  background: #FFF;
  font-weight: 400;
}

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

.round {
  border-radius: 50%;
}

.drop-shadow {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

body.boxed {
  background: #999;
}
body.boxed .page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
}
@media (min-width: 1401px) {
  body.boxed .page {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.br-md-on br {
  display: none;
}
@media (min-width: 992px) {
  .br-md-on br {
    display: block;
  }
}

.container-fluid {
  max-width: 1472px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1500px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #333;
  line-height: 1.2;
  font-weight: 400;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #875850;
}

h1, .heading-1 {
  font-size: 45px;
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 55px;
  }
}
@media (min-width: 1450px) {
  h1, .heading-1 {
    font-size: 70px;
  }
}

h2, .heading-2 {
  font-size: 32px;
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}
@media (min-width: 1650px) {
  h2, .heading-2 {
    font-size: 70px;
  }
}

h3, .heading-3 {
  font-size: 35px;
  color: #875850;
}
h3 small, .heading-3 small {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 50px;
  }
  h3 small, .heading-3 small {
    font-size: 30px;
  }
}

h4, .heading-4 {
  color: #f9e10f;
  font-size: 20px;
}
@media (min-width: 1200px) {
  h4, .heading-4 {
    font-size: 30px;
  }
}
@media (min-width: 1650px) {
  h4, .heading-4 {
    font-size: 40px;
  }
}

h5, .heading-5 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 30px;
  }
}

h6, .heading-6 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h6, .heading-6 {
    font-size: 25px;
    line-height: 40px;
  }
}

p a, .marked-list a, .list a {
  color: #6e696d;
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

mark {
  color: #FFF;
  background: #f9e10f;
}

em {
  color: #f9e10f;
}

small, .small {
  font-size: 0.875em;
  line-height: 1.4em;
}

.big {
  font-size: 1.2em;
}

time {
  font-size: 16px;
  line-height: 1.625;
}

/*================      Styling       ==================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold, strong {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*================       Colors       ==================*/
html body .default-color {
  color: #999;
}
html body .primary-color {
  color: #f9e10f;
}
html body .secondary-color-1 {
  color: #875850;
}
html body .secondary-color-2 {
  color: #333;
}
html body .white {
  color: #FFF;
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

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

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 30px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .row + .row {
    margin-top: 32px;
  }
}

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

img + h6 {
  margin-top: 20px;
}

h3 + h6 {
  margin-top: 35px;
}

h6 + * {
  margin-top: 9px;
}

h6 + .marked-list {
  margin-top: 15px;
}

[class*='box'] + * {
  margin-top: 8px;
}

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

h2 + * {
  margin-top: 25px;
}

h4 + * {
  margin-top: 41px;
}

.inset_right {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .inset_right {
    padding-right: 10%;
  }
}

@media (max-width: 767px) {
  .col--offset-none {
    margin: 0;
  }
}

.flow-offset-1.row > * + [class*='col-'] {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-xs-'] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-sm-'] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-md-'] {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-lg-'] {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  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) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  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) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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) {
    margin-top: 50px;
  }
}
@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) {
    margin-top: 50px;
  }
}

.upppercase {
  text-transform: uppercase;
}

/*=======================================================
                       Helpers
=========================================================*/
.box.box--helper-1 p {
  display: block;
}

.box--variant-2 {
  padding: 51px 20px 71px;
}
.box--variant-2 h2 + * {
  margin-top: 18px;
}
.box--variant-2 h4 + * {
  margin: 5px 0 15px 0;
}
.box--variant-2 address.heading-6 {
  color: #f9e10f;
}
@media (min-width: 1350px) {
  .box--variant-2 {
    padding: 40px;
    text-align: left;
  }
}

.marked-list--width {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .marked-list--width {
    max-width: none;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .brand {
    text-align: left;
  }
}
.brand_name {
  font-size: 25px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.brand_name:before {
  text-align: center;
  position: absolute;
  left: -4px;
  top: -11px;
  font-size: 39px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  line-height: 61px;
  color: #875850;
  background: #f9e10f;
}

/*==================   Address  ======================*/
address.address-1 {
  display: inline-block;
  width: 269px;
  color: #FFF;
}
address.address-1 dl dt, address.address-1 dl dd {
  display: inline-block;
}
address.address-1 dl dt {
  width: 112px;
}
address.address-1 dl dd {
  width: 133px;
}
address.address-1 dl dd a:hover {
  color: #f9e10f;
}
address.address-1 dl dd.mail {
  width: 120px;
}
* + address.address-1 {
  margin-top: 10px;
}
address.address-1 + * {
  margin-top: 43px;
}
address.location {
  display: inline-block;
}

/*==================   Blockquote  ======================*/
blockquote p + h6 {
  margin-top: 13px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #f9e10f;
}

.bg-secondary-1 {
  background: #875850;
}

.parallax, .parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax .heading-1, .parallax .heading-2, .parallax .heading-3, .parallax .heading-4, .parallax .heading-5, .parallax .heading-6 {
  color: #FFF;
}
.parallax h4, .parallax h6 {
  color: #f9e10f;
}
.parallax p {
  color: #FFF;
}
.parallax h3 + .row {
  margin-top: 40px;
}
.parallax .marked-list li a {
  color: #FFF;
}
.parallax .marked-list li a:hover {
  color: #875850;
}

/*==================  Terms  List  ======================*/
.terms-list dt + dd {
  margin-top: 9px;
}
.terms-list dd + dt {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .terms-list dd + dt {
    margin-top: 81px;
  }
}
* + .terms-list {
  margin-top: 38px;
}
.terms-list + * {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .terms-list + * {
    margin-top: 81px;
  }
}
.terms-list + * a {
  color: #999;
}
.terms-list + * a:hover {
  color: #875850;
  text-decoration: underline;
}

/*==================  Flex List  ======================*/
.flex-list {
  word-spacing: 35px;
}
.flex-list li {
  display: inline-block;
}
.flex-list a img {
  transition: 0.2s;
}
.flex-list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media (min-width: 992px) {
  .flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .flex-list li {
    display: table-cell;
  }
}

/*==================  Inline List  ======================*/
.inline-list {
  display: block;
  word-spacing: 19px;
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}
@media (min-width: 1200px) {
  .inline-list {
    text-align: left;
    max-width: none;
    display: inline-block;
  }
  .inline-list li {
    display: inline-block;
  }
}
.inline-list + * {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .inline-list + * {
    margin-left: 36px;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  text-align: left;
}
.marked-list li {
  position: relative;
  padding-left: 38px;
}
.marked-list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 400;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #875850;
  transition: 0.2s;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list li:hover:before {
  left: 5px;
}
.marked-list a:hover {
  color: #875850;
  text-decoration: none;
}
* + .marked-list {
  margin-top: 28px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li .small {
  line-height: 18px;
}
.index-list li .counter:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  font-weight: 100;
  font-size: 40px;
}
* + .index-list {
  margin-top: 40px;
}

/*==================   Order List  ======================*/
.order-list li {
  padding-left: 20px;
  list-style-type: decimal;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-radius: 24px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-default {
  color: #333;
  background: transparent;
  border-color: #333;
}
.btn-default:hover {
  color: #f9e10f;
  background: transparent;
  border-color: #f9e10f;
}
.btn-default:active {
  color: #f9e10f;
  background: transparent;
  border-color: #f9e10f;
}
.btn-default:hover, .btn-default:active {
  box-shadow: none;
}

.btn-primary {
  color: #333;
  background: #f9e10f;
  border-color: #f9e10f;
}
.btn-primary:hover {
  color: #FFF;
  background: #875850;
  border-color: #875850;
}
.btn-primary:active {
  color: #FFF;
  background: #875850;
  border-color: #875850;
}
.btn-primary:hover, .btn-primary:active {
  box-shadow: none;
}

.btn-secondary-1 {
  color: #FFF;
  background: #875850;
  border-color: #875850;
}
.btn-secondary-1:hover {
  color: #FFF;
  background: #333;
  border-color: #333;
}
.btn-secondary-1:active {
  color: #FFF;
  background: #333;
  border-color: #333;
}
.btn-secondary-1:hover, .btn-secondary-1:active {
  box-shadow: none;
}

.btn-xs {
  padding: 7px;
  font-size: 14px;
}

.btn-sm {
  padding: 9px;
  font-size: 19px;
}

.btn-md {
  padding: 17px 52px;
  font-size: 14px;
  min-width: 195px;
}

.btn-lg {
  padding: 23px;
  font-size: 19px;
}

.btn-xl {
  padding: 30px;
  font-size: 25px;
}

.btn-group {
  margin-top: -10px;
  word-spacing: 10px;
}
.btn-group .btn {
  margin-top: 10px;
  word-spacing: normal;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
}

.icon-sm {
  text-align: center;
  font-size: 22px;
}

.icon--quote {
  width: 59px;
  height: 26px;
  position: relative;
}
.icon--quote:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 30px;
  background: url("../images/q.png") no-repeat;
  left: 0px;
  top: -8px;
}

.icon-md {
  font-size: 73px;
  line-height: 54px;
}

.icon-md.material-icons-format_color_fill {
  font-size: 67px;
  line-height: 54px;
}

.icon-md.material-icons-format_paint {
  font-size: 68px;
  line-height: 54px;
}

.icon.material-icons-location_on {
  font-size: 44px;
  line-height: 26px;
}

.icon-lg {
  width: 70px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 70px;
}

.icon-primary {
  color: #f9e10f;
}

.icon-secondary-1 {
  color: #875850;
}

a.icon-primary {
  transition: .3s all ease;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
a.icon-primary:hover {
  background: #ecd700;
  box-shadow: none;
}

.icon-default {
  opacity: .2;
}

/*==================     Box     ======================*/
.box_left {
  padding-bottom: 23px;
}

.box_right {
  padding-top: 23px;
}

.box__skin-1 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.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-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 0;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 0;
}

@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: 23px;
  }
  .box-xs .box_right {
    padding-left: 23px;
  }
  .box-xs.box__inset-1 .box_left {
    padding-right: 31px;
  }
  .box-xs.box__inset-1 .box_right {
    padding-left: 31px;
  }

  .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;
  }
}
@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: 23px;
  }
  .box-sm .box_right {
    padding-left: 23px;
  }
  .box-sm.box__inset-1 .box_left {
    padding-right: 31px;
  }
  .box-sm.box__inset-1 .box_right {
    padding-left: 31px;
  }

  .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;
  }
}
@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: 23px;
  }
  .box-md .box_right {
    padding-left: 23px;
  }
  .box-md.box__inset-1 .box_left {
    padding-right: 31px;
  }
  .box-md.box__inset-1 .box_right {
    padding-left: 31px;
  }

  .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;
  }
}
@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: 23px;
  }
  .box-lg .box_right {
    padding-left: 23px;
  }
  .box-lg.box__inset-1 .box_left {
    padding-right: 31px;
  }
  .box-lg.box__inset-1 .box_right {
    padding-left: 31px;
  }

  .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 .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--inset-1 {
  padding: 20px;
}

.box p {
  display: none;
}
.box a.btn:hover {
  color: #FFF;
  background: #333;
  border-color: #333;
}
.box a.btn:active {
  color: #FFF;
  background: #333;
  border-color: #333;
}
.box h1 + h4 {
  margin-top: 10px;
}
.box * + p {
  margin-top: 37px;
}
.box * + .btn {
  margin-top: 23px;
}
.box h1 {
  font-size: 32px;
}
.box h4 {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .box--inset-1 {
    padding: 50px;
  }

  .box p {
    display: block;
  }
  .box * + .btn {
    margin-top: 33px;
  }
  .box h1 {
    font-size: 50px;
  }
  .box h4 {
    font-size: 30px;
  }
}
@media (min-width: 1650px) {
  .box--inset-1 {
    padding: 59px 90px 102px 71px;
  }

  .box--inset-2 {
    padding-bottom: 82px;
  }

  .box h1 {
    font-size: 70px;
  }
  .box h4 {
    font-size: 40px;
  }
}
.box__body-bg-primary {
  background: rgba(245, 188, 23, 0.8);
}
.box__body-bg-primary, .box__body-bg-primary h1, .box__body-bg-primary h2, .box__body-bg-primary h3, .box__body-bg-primary h4, .box__body-bg-primary h5, .box__body-bg-primary h6, .box__body-bg-primary .heading-1, .box__body-bg-primary .heading-2, .box__body-bg-primary .heading-3, .box__body-bg-primary .heading-4, .box__body-bg-primary .heading-5, .box__body-bg-primary .heading-6 {
  color: #FFF;
}
.box__body-bg-primary p {
  color: #333;
}

.box__body-bg-secondary-1 {
  background: #6e696d;
}
.box__body-bg-secondary-1, .box__body-bg-secondary-1 h1, .box__body-bg-secondary-1 h2, .box__body-bg-secondary-1 h3, .box__body-bg-secondary-1 h4, .box__body-bg-secondary-1 h5, .box__body-bg-secondary-1 h6, .box__body-bg-secondary-1 .heading-1, .box__body-bg-secondary-1 .heading-2, .box__body-bg-secondary-1 .heading-3, .box__body-bg-secondary-1 .heading-4, .box__body-bg-secondary-1 .heading-5, .box__body-bg-secondary-1 .heading-6 {
  color: #FFF;
}
.box__body-bg-secondary-1 h4 {
  color: #f9e10f;
}
.box__body-bg-secondary-1 p {
  color: #FFF;
}

.box__body-bg-white {
  background: rgba(255, 255, 255, 0.8);
}
.box__body-bg-white, .box__body-bg-white h1, .box__body-bg-white h2, .box__body-bg-white h3, .box__body-bg-white h4, .box__body-bg-white h5, .box__body-bg-white h6, .box__body-bg-white .heading-1, .box__body-bg-white .heading-2, .box__body-bg-white .heading-3, .box__body-bg-white .heading-4, .box__body-bg-white .heading-5, .box__body-bg-white .heading-6 {
  color: #875850;
}
.box__body-bg-white h4 {
  color: #333;
}
.box__body-bg-white p {
  color: #333;
}

/*=======================================================
                        Modules
=========================================================*/
/*========================================================
                      RD Mail Form
=========================================================*/
.mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
* + .mailform {
  margin-top: 40px;
}
.mailform fieldset {
  border: none;
}

.mailform label {
  position: relative;
  display: block;
  margin-top: 42px;
}
.mailform label:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mailform label {
    width: 28.7%;
    display: inline-block;
  }
  .mailform label + label {
    margin-top: auto;
    margin-left: 6.3%;
  }
}
@media (min-width: 1200px) {
  .mailform label + label {
    /* margin-left: 6.5%; */
  }
}
.mailform label input, .mailform label select {
  height: 60px;
}
.mailform label input, .mailform label select, .mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 16px 18px;
  line-height: 26px;
  color: #999;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mailform label input:-moz-placeholder, .mailform label select:-moz-placeholder, .mailform label textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.mailform label input::-webkit-input-placeholder, .mailform label select::-webkit-input-placeholder, .mailform label textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.mailform label input::-moz-placeholder, .mailform label select::-moz-placeholder, .mailform label textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.mailform label input:-ms-input-placeholder, .mailform label select:-ms-input-placeholder, .mailform label textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 100px;
  max-height: 350px;
}
.mailform label.textarea {
  width: 100%;
  margin-top: 42px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .mailform label {
    margin-top: 0;
  }
}

/*=================   MF Controls   =====================*/
.mfControls {
  margin-top: 28px;
  word-spacing: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .mfControls {
    text-align: left;
  }
}
.mfControls > * {
  margin-top: 0px;
  word-spacing: normal;
}

@-webkit-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
/*===============   MF Placeholder   ====================*/
.mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 17px;
  top: 0;
  padding: 16px 18px;
  font-weight: inherit;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  opacity: 1;
  transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: .4;
  -webkit-transform: translateY(-67%);
  transform: translateY(-67%);
}
.mfPlaceHolder.state-1 {
  opacity: .4;
  -webkit-transform: translateY(-67%);
  transform: translateY(-67%);
}

/*================   MF Validation   ====================*/
.mfValidation {
  position: absolute;
  width: 210px;
  height: 30px;
  padding: 5px 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  color: #FFF;
  background: #111;
  font-weight: inherit;
  font-size: 12px;
  line-height: 20px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  right: 10px;
  bottom: 100%;
  margin-bottom: 5px;
}
.mfValidation:before {
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #111 transparent transparent transparent;
}
.mfValidation:hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1e1e1e transparent transparent transparent;
}
@media (min-width: 768px) {
  .mfValidation {
    margin-bottom: -16px;
  }
}
.mfValidation:hover {
  background: #1e1e1e;
}
.mfValidation:before {
  content: '';
  transition: .3s all ease;
}
.mfValidation.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.hide {
  -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*=================    MF Submit    =====================*/
.mfInfo {
  z-index: 3;
}

.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #111;
  border-radius: 24px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
}
.mfInfo .loader,
.mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.mfInfo .loader:before,
.mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: .3s all ease;
}
.mfInfo .loader:after,
.mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  transition: .6s all ease;
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}
.mfInfo.fail,
.mfProgress.fail {
  background: #F34235;
}
.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
  content: '\f00d';
}
.mfInfo.success,
.mfProgress.success {
  background: #2E7D32;
}
.mfInfo.success:after,
.mfProgress.success:after {
  content: '\f00c';
}
.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  transition: .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;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  transition: .3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -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: #f9e10f;
  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%;
  transition: .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 {
  -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;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  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;
  transition: .3s all ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all 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;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -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;
  }
}
/*==================   RD Google Map   =====================*/
.map {
  position: relative;
  color: #999;
}
.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: 687px;
  }
}
.map_locations {
  display: none;
}

/*==================  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;
}

/*========================   Menu   ==========================*/
.sf-menu {
  text-align: left;
}
.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: 22px;
}
@media (min-width: 992px) {
  .sf-menu > li + li {
    margin-left: 32px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #714226;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 16px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f9e10f;
}
.sf-menu > li.active > a {
  color: #f9e10f;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 200%;
  width: 180px;
  padding: 20px 0 20px;
  background: #f9e10f;
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #333;
  background: transparent;
  padding: 8px 5px 8px 31px;
  font-size: 14px;
  font-weight: 400;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #875850;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 101%;
  width: 140px;
  padding: 10 0 10;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fcfaed;
  z-index: 999;
  border-bottom: 1px solid #714226;
}
.isStuck .sf-menu ul {
  top: 50px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #f9e10f;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.toTop:hover {
  color: #FFF;
  background: #333;
  text-decoration: none;
}
.toTop.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

@media (min-width: 480px) {
  .toTop {
    right: 40px;
    bottom: 40px;
  }
}
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 34.17969%;
}

@media (max-width: 1024px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
}

.cameraContent .camera_caption {
  display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .camera_caption {
    left: 80px;
    right: 80px;
  }
}
.camera_caption * + [class*="col-"] {
  margin-top: 22px;
}
.camera_caption .big {
  font-size: 22px;
  line-height: 1.2;
  color: #FFF;
}
.camera_caption .big + * {
  margin-top: 6px;
}
.camera_caption .phone {
  color: #f9e10f;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}
/* .camera_caption .phone:hover {
  color: #875850;
} */
.camera_caption .phone.material-icons-local_phone {
  padding-left: 25px;
  position: relative;
}
.camera_caption .phone.material-icons-local_phone:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #FFF;
}
.camera_caption .phone.material-icons-local_phone + .phone {
  margin-top: 3px;
  display: block;
}
.camera_caption .small {
  display: none;
}
@media (min-width: 1200px) {
  .camera_caption .big {
    font-size: 50px;
  }
  .camera_caption .phone {
    font-weight: 700;
    font-size: 40px;
  }
  .camera_caption .phone.material-icons-local_phone {
    padding-left: 57px;
  }
  .camera_caption .phone.material-icons-local_phone:before {
    font-size: 50px;
  }
  .camera_caption .small {
    margin-top: 22px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 55px;
    position: relative;
  }
  .camera_caption .small:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 34px;
    color: #FFF;
  }
}
@media (min-width: 1650px) {
  .camera_caption .big {
    font-size: 70px;
  }
  .camera_caption .phone {
    font-size: 60px;
  }
  .camera_caption .phone.material-icons-local_phone {
    padding-left: 67px;
  }
  .camera_caption .phone.material-icons-local_phone:before {
    font-size: 64px;
  }
}
.camera_caption > div {
  height: 100%;
}

.camera_pag_ul {
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  transition: 0.3s all ease;
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  background: #333;
}
.camera_pag_ul li + li {
  margin-left: 4px;
}
.camera_pag_ul li > span {
  display: none;
}

.camera_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 39%;
}
@media (max-width: 767px) {
  .camera_nav {
    display: none;
  }
}

.camera_next:before {
  position: absolute;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 80px;
  color: rgba(255, 255, 255, 0.33);
  line-height: 1;
  top: 0;
  right: 3%;
  z-index: 10;
}

.camera_prev:before {
  position: absolute;
  content: '\f104';
  font-family: "FontAwesome";
  font-size: 80px;
  color: rgba(255, 255, 255, 0.33);
  line-height: 1;
  top: 0;
  left: 3%;
  z-index: 10;
}

.camera_next,
.camera_prev {
  cursor: pointer;
}

.camera_next:before,
.camera_prev:before {
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .camera_next:before,
  .camera_prev:before {
    font-size: 102px;
  }
}

.camera_next:hover:before,
.camera_prev:hover:before {
  color: #FFF;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.thumb img {
  width: 100%;
  height: auto;
  transition: .5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  TouchTouch   ======================*/
#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: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#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;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  color: #FFF;
  background: #fcfaed;
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}

header, header h1, header h2, header h3, header h4, header h5, header h6, header .heading-1, header .heading-2, header .heading-3, header .heading-4, header .heading-5, header .heading-6 {
  color: #FFF;
}
header nav {
  float: right;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 100vh;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well1 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.well2 {
  padding-top: 96px;
  padding-bottom: 101px;
}

.well3 {
  padding-top: 82px;
  padding-bottom: 89px;
}

.well4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .well4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.well5 {
  padding-top: 91px;
  padding-bottom: 93px;
}

.well6 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (min-width: 768px) {
  .well6 {
    padding-top: 226px;
    padding-bottom: 201px;
  }
}

.well7 {
  padding-top: 75px;
  padding-bottom: 97px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #6e696d;
  padding-top: 26px;
  padding-bottom: 21px;
}
footer a:hover [class*='icon'] {
  color: #FFF;
}
footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #FFF;
}
@media (min-width: 1200px) {
  footer .copyright {
    display: inline-block;
  }
}
footer .copyright a {
  color: #FFF;
  white-space: nowrap;
}
footer .copyright a:hover {
  color: #f9e10f;
}
footer .location {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  footer .location {
    display: inline-block;
  }
}
footer .location .icon.material-icons-location_on {
  position: relative;
}
footer .location .icon.material-icons-location_on:before {
  position: relative;
  left: -12px;
  top: 0px;
}
@media (max-width: 1199px) {
  footer * + [class*="col-"] {
    margin-top: 22px;
  }
}

/* Custom code*/
@media (min-width: 992px){
.col-md-15{ max-width: 20% !important; width: 20% !important; }
}
.container {
    max-width: 100%;
}

.csttopbanner{ background: #6e696d; padding: 30px !important;}

main ul {
    list-style-type: disc;
    padding-left: 35px;
}
.cstpmargin p{margin-bottom: 50px;}
.cstpmrgn p{margin-bottom: 20px;}
.img-thumbnail{    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;}
.img-thumbnail2{    box-shadow: 0 0 3px #999; border: 5px solid #6e696d;}
.img-thumbnail2:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.cstmultms{list-style-type: decimal}
.cstmultms li{padding-bottom: 20px;}
.cstmul2{margin-top: 10px;}
.cstmul2 li{padding-bottom: 10px;}