@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800);
/*========================================================

                      Main Styles

=========================================================*/
body {
  background: #333;
  color: #555;
  font: 400 15px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6, dt {
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, dt a {
  color: inherit;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, dt a:hover {
  color: #00a99d;
}
h1 {
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
}
h3 {
  font-size: 26px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 28px;
}
h5 {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}
h6 {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a[href^="tel"], a[href^="callto"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto"] {
  display: inline-block;
  color: #00a99d;
  text-decoration: underline;
}
a[href^="mailto"]:hover {
  color: #222;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
strong {
  font-weight: 700;
}
dt {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.25px;
}
.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;
}
.center {
  text-align: center;
}
@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}
.mg-add {
  margin-top: 6px;
}
.mg-add2 {
  margin-top: 10px;
}
.hidden {
  overflow: hidden;
}
/*=======================================================

                       Main Layout

=========================================================*/
* + .row {
/*  margin-top: 37px;*/
  margin-top: 17px;
}
* + .off1 {
  margin-top: 71px;
}
* + .off2 {
  margin-top: 49px;
}
* + .off3 {
  margin-top: 42px;
}
* + .off4 {
  margin-top: 61px;
}
* + .off5 {
  margin-top: 18px;
}
* + .off6 {
  margin-top: 55px;
}
* + .off7 {
  margin-top: 34px;
}
h2 + * {
  margin-top: 17px;
}
h5 + * {
  margin-top: 10px;
}
p + * {
  margin-top: 25px;
}
.icon + * {
  margin-top: 41px;
}
img + h6 {
  margin-top: 28px;
}
h6 + p {
  margin-top: 20px;
}
dt + dd {
  margin-top: 18px;
}
dd + dt {
  margin-top: 35px;
}
dl + a {
  margin-top: 29px;
}
h5 + .owl-carousel2, h5 + .owl-carousel3 {
  margin-top: 40px;
}
h6 + .index-list {
  margin-top: 41px;
}
p + .link {
  margin-top: 11px;
}
.img + h6 {
  margin-top: 33px;
}
.txt1 + .txt2 {
  margin-top: 8px;
}
/*=======================================================

                        Components

=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding: 36px 0 30px 154px;
}
.brand:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 124px;
  height: 126px;
  content: "";
  background: #000000 url(../images/logo.png) center no-repeat;
}
.brand_name {
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #DCA756;
}
.brand_slogan {
  margin-top: -4px;
  color: #DCA756;
  letter-spacing: 0.7px;
}
.brand h1 a:hover {
  color: inherit;
}
@media (max-width: 479px) {
  .brand {
    padding-left: 90px;
  }
  .brand:before {
    width: 80px;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00a99d;
}
/*==================     Icons     ======================*/
.fa-envelope {
  font-size: 66px;
  top: -1px;
  left: 30px;
}
.fa-mobile-phone {
  font-size: 86px;
  top: 6px;
  left: 30px;
}
.fa-map-marker {
  font-size: 79px;
  top: 10px;
  left: 31px;
}
.icon {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 128px;
  background: #00a99d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon:hover {
  background: #222;
}
.icon:hover:after {
  border-top-color: #222;
}
.icon:hover ~ * {
  color: #222;
}
.icon:active {
  background: #555555;
}
.icon:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00a99d transparent transparent transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon__mod1:hover {
  background: #00a99d;
}
.icon__mod1:hover:after {
  border-top-color: #00a99d;
}
.icon__mod1:hover ~ * {
  color: #fff;
}
/*==================    Buttons    ======================*/
.btn {
  width: 100%;
  padding: 9px;
  font-weight: 700;
  letter-spacing: 2.25px;
  text-align: center;
  color: #fff;
  background: rgba(0, 169, 157, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  background: #DCA756;
}
.btn:active {
  background: #C48119;
}
.link {
  display: inline-block;
  color: #DCA756;
}
/*.link:hover {

  text-decoration: underline;

}*/
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    padding: 0;
  }
}
/*=================    Inline List     ==================*/
.inline-list {
  float: right;
}
.inline-list li {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.inline-list li:hover {
  color: #DCA756;
}
.inline-list li + li {
  margin-left: 41px;
}
.inline-list li a {
  cursor: pointer;
}
/*=================     Index List     ==================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.index-list li:nth-child(n+4) {
  margin-top: 33px;
}
.index-list li.grid_1:nth-child(12n + 13), .index-list li.grid_2:nth-child(6n + 7), .index-list li.grid_3:nth-child(4n + 5), .index-list li.grid_4:nth-child(3n + 4), .index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}
/*=================    Marked List     ==================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #DCA756;
}
.marked-list li a:hover {
  text-decoration: none;
}
.marked-list li + li {
  margin-top: 20px;
}
/*=================    Contact List    ==================*/
.contact-list li {
  position: relative;
  padding-left: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-list li a, .contact-list li a[href^="mailto"] {
  display: inline-block;
  color: #222;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contact-list li a:hover, .contact-list li a[href^="mailto"]:hover {
  color: #DCA756;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .contact-list li {
    padding-left: 110px;
  }
}
@media (max-width: 979px) {
  .contact-list li {
    padding: 0;
    text-align: center;
  }
  .contact-list li div[class*="fa-"] {
    position: static;
    display: block;
  }
  .contact-list li div[class*="fa-"] + a, .contact-list li div[class*="fa-"] + address {
    margin-top: 30px;
  }
}
.contact-list div[class*="fa-"] {
  position: absolute;
  font-family: "FontAwesome";
  color: #DCA756;
}
/*==================      Quote    ======================*/
blockquote {
  margin-top: 147px;
  color: #fff;
}
blockquote h5 {
  color: #fff;
}
blockquote h5 + p {
  margin-top: 16px;
}
@media (max-width: 1199px) and (min-width: 979px) {
  blockquote {
    margin-top: 100px;
  }
}
@media (max-width: 979px) {
  blockquote {
    margin-top: 30px;
  }
}
cite {
  display: inline-block;
  font-weight: 700;
}
q {
  display: block;
}
cite + p {
  margin-top: 10px;
}
/*==================      Post     ======================*/
.post {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 20px 0;
}
.post:hover {
  color: #222;
}
.post:hover .img2, .post:hover time {
  color: #DCA756;
  border-color: #DCA756;
}
.post time {
  padding: 21px 0 27px;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
time {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 4.5px;
  text-align: center;
  color: #222;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 979px) and (min-width: 767px) {
  time {
    font-size: 16px;
  }
}
article.row + article.row {
  border-top: none;
  margin-top: 0;
}
/*==================    Colors    ======================*/
.primary {
  color: #DCA756;
}
/*==================    Images    ======================*/
@media (max-width: 767px) {
  .img img {
    width: 100%;
  }
}
.img1 {
  width: 100%;
  border: 5px solid rgba(255, 255, 255, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .img1 {
    display: inline-block;
    width: auto;
  }
  .img1 img {
    width: auto;
  }
}
.img2 {
  width: 100%;
  border-left: 2px solid #f0f0f0;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .img2 .thumb {
    width: 100%;
  }
}
/*==================      Text     ======================*/
.txt1, .txt2 {
  text-align: center;
}
.txt1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 8.7px;
}
.txt1 strong {
  display: block;
  font-size: 60px;
  font-weight: 800;
}
.txt2 {
  font-size: 16px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .txt2 {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .txt1 strong, .txt1 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .txt1 + .txt2 {
    margin-top: 30px;
  }
}
/*!========================   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: 30px;
}
.sf-menu a {
  display: block;
}
.sf-menu {
  padding-top: 41px;
  padding-bottom: 42px;
}
.sf-menu > li > a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #DCA756;
}
.sf-menu > li.active > a {
  /*text-decoration: line-through;*/
  color: #DCA756;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 72px;
  left: -32px;
  width: 114px;
  padding: 10px 0 10px;
  text-align: center;
  background: #DCA756;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
  padding: 7px 8px;
}
.sf-menu ul > li > a {
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #222;
  /*text-decoration: line-through;*/
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 114px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
@media (max-width: 1199px) and (min-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 979px) {
  .sf-menu {
    display: none;
  }
}
.rd-mailform {
  position: relative;
  text-align: left;
}
.form-input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 17px 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  box-sizing: border-box;
}
.form-input:focus {
  outline: 0;
}
textarea.form-input {
  height: 139px;
  min-height: 50px;
  max-height: 250px;
  resize: vertical;
}
* + .button-wrap {
  margin-top: 40px;
}
.btn-submit {
  display: inline-block;
  width: 144px;
  font: inherit;
  font-weight: 700;
  border: none;
}
.btn-submit:focus {
  outline: none;
}
.btn-submit:hover {
  cursor: pointer;
}
.form-wrap {
  position: relative;
}
.form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 17px 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  pointer-events: none;
  transition: .3s;
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #fff;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
    color: #fff;
    font-size: 15px;
  }
}
.form-validation {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 2px;
  transition: .3s;
  z-index: 11;
}
.form-validation-left .form-validation {
  right: auto;
  top: 100%;
  left: 0;
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  transform: translateX(-500px);
  z-index: 9999999;
  font-size: 14px;
  transition: .3s all ease;
  visibility: hidden;
}
#form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #d9534f;
}
.form-output.success {
  color: #5cb85c;
}
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after, .checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}
.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
  border-radius: 50%;
}
.radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.checkbox, .checkbox-inline {
  padding-left: 20px;
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}
.checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.2);
}
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: left;
  background-color: #333;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .snackbars {
    max-width: 380px;
    padding: 14px 17px;
  }
}
/*!==================  Stuck menu  ======================*/
.camera_container + .stuck_wr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.stuck_wr {
  padding: 12px 0;
}
.stuck_container {
  background: rgba(34, 34, 34, 0.8);
}
.isStuck {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.isStuck .brand {
  padding: 14px 0 0 154px;
}
.isStuck .brand:before {
  height: 75px;
}
.isStuck .sf-menu {
  padding: 23px 0;
}
.isStuck .sf-menu ul {
  top: 51px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #DCA756;
  color: #FFF;
}
.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 {
  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 {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.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:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 979px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*!==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 40px;
  color: #222;
  background: #f0f0f0;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.toTop:hover {
  color: #fff;
  background: #DCA756;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2, .parallax h5, .parallax h6, .parallax p, .parallax .link, .parallax time {
  color: #fff;
}
.parallax .icon ~ * {
  color: #fff;
}
.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;
}
@media (max-width: 479px) {
  .parallax__shift .parallax_image, .parallax__shift .parallax_pattern {
    background-position: left center;
  }
}
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  background: url(../images/thumb.png) center no-repeat;
}
.thumb:hover .thumb_overlay {
  background: rgba(0, 169, 157, 0.5);
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlaybefore {
  display: block;
}
.thumb__mod1 .thumb_overlay {
  opacity: 1;
  top: 6px;
}
.thumb__mod1 .thumb_overlay:before {
  background: url(../images/play.png) center no-repeat;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cake {
  image: url(../images/cake.png) center no-repeat;
}
.thumb__mod1:hover .thumb_overlay:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*========================================================

                     HEADER  Section

=========================================================*/
header {
  position: relative;
  background: url("../images/header-bg.jpg");
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
/*========================================================

                     CONTENT  Section

=========================================================*/
main, .main {
  display: block;
  background: #fff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 66px;
  padding-bottom: 85px;
}
.well2 {
  padding-top: 97px;
  padding-bottom: 71px;
}
.well3 {
  padding-top: 60px;
  padding-bottom: 69px;
}
.well4 {
  padding-top: 71px;
  padding-bottom: 75px;
}
.well5 {
  padding-top: 91px;
  padding-bottom: 0;
}
.well6 {
  padding-top: 86px;
  padding-bottom: 96px;
}
.ins1 {
  padding-bottom: 126px;
}
.ins2 {
  padding-bottom: 93px;
}
.ins3 {
  padding-bottom: 66px;
}
.ins4 {
  padding-top: 86px;
}
.ins5 {
  padding-bottom: 73px;
}
.ins6 {
  padding-top: 61px;
}
/*========================================================

                     FOOTER  Styles

=========================================================*/
footer {
  padding-bottom: 46px;
  background: #333;
}
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer .brand {
  float: left;
  padding-top: 30px;
}
footer .brand:before {
  top: -16px;
}
footer .inline-list {
  margin-top: 32px;
}
.copyright {
  float: right;
  clear: right;
  font-size: 13px;
  color: #888;
}
.copyright a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.copyright a:hover {
  color: #DCA756;
  text-decoration: underline;
}
.inline-list + .copyright {
  margin-top: 26px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .inline-list, footer .brand, footer .copyright {
    float: none;
    display: block;
  }
}
.agreement {
  display: none;
}
.mb-30{
    margin-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */