@import "animate.css";
@import url(../css/font-awesome.min.css);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local('Lora Bold'), local('Lora-Bold'), url(http://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtxunw.ttf) format('truetype');
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #222;
  color: #777;
  font: 400 15px/26px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font: 700 24px/24px 'Lora', sans-serif;
  letter-spacing: 4.8px;
  color: #fff;
}
h2 {
  font: 300 50px/50px 'Open Sans', sans-serif;
}
h3 {
  font: 300 28px/28px 'Open Sans', sans-serif;
}
h4 {
  font: 700 15px/15px 'Open Sans', sans-serif;
  color: #777;
}
h4 a {
  color: #777;
}
h4 a:hover {
  color: #ecaf69;
}
h2 + p,
.row__offset-4 {
  margin-top: 33px;
}
h3 + h4,
h4 + .offset-3 {
  margin-top: 10px;
}
h4 + p {
  margin-top: 21px;
}
h4 + .offset {
  margin-top: 6px;
}
h4 + .offset-1,
.row__offset-1,
.mail-off {
  margin-top: 39px;
}
h4 + .offset-2 {
  margin-top: 16px;
}
.row__offset {
  margin-top: 48px;
}
.row__offset-5 {
  margin-top: 75px;
}
.row__offset-6 {
  margin-top: 43px;
}
p + .btn-info {
  margin-top: 14px;
}
p + h4 {
  margin-top: 31px;
}
img + h4,
p + .offset {
  margin-top: 26px;
}
p {
  font-family: 'Open Sans', sans-serif;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}
time span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: #333;
  margin-bottom: 16px;
}
address p:first-child {
  font: 300 28px/28px 'Open Sans', sans-serif;
  color: #333;
}
address dt,
address dd,
address .mail {
  display: inline-block;
}
address dl {
  margin-top: 14px;
}
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: transparent;
}
a[href^="tel:"] {
  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;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 43px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #fff;
  font: 400 15px/15px 'Open Sans', sans-serif;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a {
  color: #ecaf69;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 114px;
  margin-top: 48px;
  padding: 16px 0;
  background: rgba(17, 17, 17, 0.7);
  text-align: center;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .sf-menu ul {
  background: #000;
}
.sf-menu ul {
  margin-left: -39px;
}
.sf-menu ul > li > a {
  color: #fff;
  font-size: 14px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ecaf69;
}
.sf-menu ul li + li {
  margin-top: 10px;
}
.sf-menu ul ul {
  position: absolute;
  margin: -82px 0 0 114px;
  padding: 14px 0;
  z-index: 4;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 85%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sf-menu ul {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #fff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  border-top: none;
  padding: 20px 0 10px;
  background: #777;
  z-index: 999;
  border-bottom: 1px solid #333;
}
.isStuck .brand {
  display: none;
}
.isStuck .sf-menu ul {
  margin-top: 24px;
  background: #777;
}
.isStuck .sf-menu ul ul {
  margin-top: -82px;
}
.isStuck .brand + .nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 37px;
  line-height: 44px;
  border: solid 3px #ecaf69;
  color: #ecaf69;
  position: fixed;
  right: 274px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #ecaf69;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
.parallax1 {
  background-image: url(../images/page-1_img07.jpg);
  padding: 33px 0 31px;
}
.parallax2 {
  background-image: url(../images/page-1_img18.jpg);
  padding: 33px 0 163px;
}
.parallax3 {
  background-image: url(../images/page-1_img21.jpg);
  padding: 59px 0 15px;
}
.parallax3__foot-mod {
  padding: 18px 0;
}
.parallax4 {
  background-image: url(../images/about.jpg);
  padding: 54px 0 84px;
}
.parallax4__offset {
  padding-bottom: 76px;
}
.parallax5 {
  background-image: url(../images/page-4_img11.jpg);
  padding: 54px 0 85px;
}
.parallax6 {
  background-image: url(../images/page-5_img01.jpg);
  padding: 54px 0 85px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax1,
  .parallax2,
  .parallax3,
  .parallax4,
  .parallax5,
  .parallax6 {
    padding: 30px 0;
  }
  .parallax3__foot-mod {
    padding: 35px 0;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}
.lt-ie9 .thumb_overlay {
  filter: alpha(opacity=10);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(236, 175, 105, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccecaf69', endColorstr='#ccecaf69');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccecaf69', endColorstr='#ccecaf69');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #444;
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
.brand + .nav,
.title-wrap + .row__md1 {
  margin-top: 50px;
}
.grid_2__offset {
  margin-top: 29px;
}
.title-wrap + .owl-carousel {
  margin-top: 53px;
}
.title-wrap + .owl-carousel__md2 {
  margin-top: 101px;
}
.title-wrap + .row__md,
.title-wrap + .offset {
  margin-top: 43px;
}
* + .social-link,
* + .copyright {
  margin-top: 46px;
}
.mt {
  margin-top: 6px;
}
.mt-1 {
  margin-top: 2px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #fff;
}
.add-mr {
  margin-right: 53px;
}
.align {
  text-align: center;
}
.color-font {
  color: #ecaf69;
}
.mr {
  margin-right: 40px;
}
.lh {
  line-height: 26px;
}
/*==================      Well     ======================*/
.well {
  padding: 70px 0 80px;
}
.well-1 {
  padding: 54px 0 83px;
}
.well-1__off1 {
  padding-bottom: 77px;
}
.well-1__off2 {
  padding-bottom: 95px;
}
.well-1__off3 {
  padding-bottom: 85px;
}
.well-1__off4 {
  padding-bottom: 66px;
}
.well-2 {
  padding: 56px 0 107px;
}
.well-3 {
  padding: 50px 0 77px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #ece6de;
}
.bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0 35px;
  /*border-top: solid 4px #ecaf69;*/
  border-top: solid 4px transparent;
  background: rgba(34, 34, 34, 0.6);
  z-index: 2;
}
.lt-ie9 .bg_wrap {
  background: #222;
}
.bg_wrap__mod {
  position: static;
  background: url('../images/page-2_img01.jpg') no-repeat center;
  background-size: cover;
}
.bg-box {
  background: #FFF;
  padding: 10px 10px 25px;
}
.txt-box {
  margin: 21px 21px 0;
}
.bg-box__md {
  padding: 24px 0 30px;
}
/*==================     Icons     ======================*/
/*==================     List     ======================*/
.mark-list li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #ecaf69;
  padding-left: 27px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mark-list li:before {
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  top: 0;
  left: 0;
  color: #ecaf69;
}
.mark-list li + li {
  margin-top: 10px;
}
.mark-list a:hover {
  text-decoration: underline;
}
/*==================    Title Wrap   ======================*/
.title-wrap {
  text-align: center;
  color: #333;
}
.title-wrap h4 {
  display: inline-block;
  background: #ecaf69;
  border-radius: 50px;
  padding: 7px 14px 10px;
  color: #fff;
}
.title-wrap h2 {
  margin-top: 21px;
}
.title-wrap__color h2 {
  color: #fff;
}
.title-wrap__md h4 {
  background: rgba(255, 255, 255, 0.2);
}
.lt-ie9 .title-wrap__md h4 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#33ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#33ffffff');
  zoom: 1;
}
.title-wrap__md h2 {
  color: #fff;
}
.title-wrap__md1 {
  color: #FFF;
}
.title-wrap__md1 h2 {
  line-height: 60px;
  margin-top: 15px;
}
.title-wrap__md1 .btn-line {
  margin-top: 40px;
}
/*==================    Images Wrap   ======================*/
.img-wrap {
  border: solid 10px #fff;
}
/*==================    Vido   ======================*/
.video-wrap {
  width: 540px;
  height: 333px;
}
/*==================    Item    ======================*/
.item {
  padding: 24px 52px 23px 30px;
  background: #FFF;
}
.item:before,
.item:after {
  content: " ";
  display: table;
}
.item:after {
  clear: both;
}
.item .box_aside {
  margin-right: 40px;
}
.item .box_cnt__no-flow {
  padding-right: 60px;
}
.item .box_cnt__no-flow h4 {
  color: #777;
}
.item .box_aside_right {
  position: relative;
  padding-left: 60px;
  margin-top: 16px;
  min-width: 80px;
}
.item .box_aside_right:after {
  position: absolute;
  content: '';
  top: -12px;
  bottom: -27px;
  left: 0;
  width: 2px;
  background: #390f0b;
}
.item__md .box_aside_right:after {
  background: #ece6de;
}
.item__md + * {
  margin-top: 58px;
}
.item-1 {
  background: none;
  color: #fff;
}
.item-1 .box_aside {
  margin-right: 40px;
}
.item-1 a {
  color: #fff;
}
/*==================    Description    ======================*/
.description p + p {
  margin-top: 10px;
}
.description a {
  margin-top: 22px;
}
.description a + a {
  margin-left: 10px;
}
.description .btn-wrap:hover {
  background: #e3a9a9;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #ecaf69;
  border-radius: 50px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  padding: 7px 14px 10px;
}
.btn-info {
  color: #ecaf69;
  display: inline-block;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-info:hover {
  text-decoration: underline;
}
.btn-line {
  position: relative;
  display: inline-block;
  color: #ecaf69;
  border: solid 3px #ecaf69;
  padding: 8px 22px 7px 18px;
  z-index: 0;
}
.btn-line:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ecaf69;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.btn-line:hover {
  color: #fff;
}
.btn-line:hover:before {
  width: 100%;
}
.btn-wrap {
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  padding: 7px 14px 10px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-wrap-1 {
  background: #d1c6b9;
}
.btn-wrap-2 {
  background: #ecaf69;
}
/*==================    Info wrap    ======================*/
.info-wrap {
  background: #fff;
}
.info-wrap .box_cnt__no-flow {
  padding-right: 40px;
}
.info-wrap img {
  padding: 30px;
}
.info-wrap h3 {
  color: #333;
  margin-top: 26px;
}
.info-wrap h4 {
  color: #ecaf69;
}
.info-wrap .btn-info {
  margin-top: 63px;
  padding-bottom: 13px;
}
.info-wrap-1 {
  background: #FFF;
}
.info-wrap-1 .box {
  padding: 24px 30px 30px;
}
.info-wrap-1 .box_cnt__no-flow {
  padding-left: 30px;
}
/*==================    Table    ======================*/
.table-wrap {
  width: 100%;
}
.table-wrap td:nth-child(1) {
  width: 70.1754%;
}
.table-wrap td:nth-child(2) {
  width: 31.4815%;
}
.table-wrap td {
  padding: 10px 5px 10px 20px;
}
.table-wrap td + td {
  border-left: solid 1px #ece6de;
}
.table-wrap tr + tr {
  border-top: solid 1px #ece6de;
}
.color-row-1 {
  background: #f6f3ef;
}
.color-row-2 {
  background: #fdfcfb;
}
/*==================    Icons    ======================*/
.icon-img1 {
  background-image: url('../images/page-1_img04.png');
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside_right {
  float: right;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*==================      Address     ======================*/
.address-wrap-1 {
  display: inline-block;
  padding: 34px 0 47px;
  width: 100%;
  background: rgba(236, 175, 105, 0.4);
}
.lt-ie9 .address-wrap-1 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ecaf69', endColorstr='#66ecaf69');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ecaf69', endColorstr='#66ecaf69');
  zoom: 1;
}
.address-wrap-1 .fa-map-marker {
  font-size: 37px;
  line-height: 37px;
}
.address-wrap-1 .fa-mobile-phone {
  font-size: 47px;
  line-height: 47px;
}
.address-wrap-1 p {
  font: 700 15px/22px 'Open Sans', sans-serif;
}
.address-wrap-1 .offset_addr {
  margin-top: 62px;
}
.address-wrap-1 i + p {
  margin-top: 15px;
}
.address-wrap-1 i + p.offset_addr {
  margin-top: 25px;
}
/*==================      Social Link     ======================*/
.social-link > li {
  display: inline-block;
}
.social-link > li a {
  font-size: 40px;
  line-height: 40px;
}
.social-link > li a:hover {
  color: #ecaf69;
}
.social-link > li + li {
  margin-left: 95px;
}
/*==================      Mail     ======================*/
.mail {
  color: #ecaf69;
  display: block;
}
.mail:hover {
  text-decoration: underline;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  color: #fff;
}
footer .copyright {
  font-size: 14px;
}
/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 980px) and (max-width: 1199px) {
  .item h4 + p {
    margin-top: 6px;
  }
  .item p + .btn-info {
    margin-top: 5px;
  }
  .info-wrap h4 + .offset-1 {
    margin-top: 15px;
  }
  .info-wrap .btn-info {
    margin-top: 10px;
  }
  .info-wrap h3 {
    margin-top: 20px;
  }
  .info-wrap .box_cnt__no-flow {
    padding-right: 20px;
  }
  .info-wrap img {
    width: 43%;
    padding: 20px 15px;
  }
  .social-link li + li {
    margin-left: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bg_wrap {
    padding: 25px 0 15px;
  }
  .brand + .nav {
    margin-top: 20px;
  }
  p + .offset,
  h4 + .offset-1 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .well-1 {
    padding-bottom: 50px;
  }
  .description a + a {
    margin-left: 0;
  }
  .title-wrap__md1 h2 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 + p {
    margin-top: 20px;
  }
  .item {
    padding-right: 25px;
  }
  .item .box_aside {
    margin-right: 30px;
  }
  .item .box_aside_right {
    padding-left: 30px;
  }
  .item .box_cnt__no-flow {
    padding-right: 15px;
  }
  .item .box_cnt__no-flow p {
    font-size: 13px;
  }
  .item p + .btn-info {
    margin-top: 5px;
  }
  h4 + p {
    margin-top: 8px;
  }
  .item-1 .box_aside {
    margin-right: 20px;
  }
  .social-link li + li {
    margin-left: 59px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .box_aside_right {
    float: right;
  }
  time {
    margin-bottom: 26px;
    margin-left: 45px;
  }
  .bg-box {
    text-align: center;
  }
  .bg-box .txt-box {
    text-align: left;
  }
  .bg-box__md {
    text-align: left;
  }
  .parallax5 .grid_4 {
    width: 370px;
  }
  .video-wrap {
    width: 95%;
    height: 317px;
  }
}
@media (max-width: 979px) {
  .info-wrap {
    text-align: center;
  }
  .info-wrap .box_aside {
    float: none;
  }
  .info-wrap .box_cnt__no-flow {
    padding: 0 10px;
  }
  .info-wrap img {
    width: 50%;
    padding: 30px 0 0;
  }
  .info-wrap h3 {
    margin-top: 20px;
  }
  .info-wrap .btn-info {
    margin-top: 5px;
  }
  .info-wrap-1 .box_aside {
    float: none;
    text-align: center;
  }
  .info-wrap-1 .box_cnt__no-flow {
    padding-left: 0;
    margin-top: 10px;
  }
  h4 + .offset-1 {
    margin-top: 5px;
  }
  h2 + p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .bg_wrap {
    padding: 20px 0;
  }
  .brand + .nav {
    margin-top: 15px;
  }
  .title-wrap__md1 h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .item {
    padding: 23px 30px;
  }
  .item .box_cnt__no-flow {
    margin-top: 15px;
    padding-right: 0;
  }
  .item .box_aside_right {
    display: inline-block;
    float: none;
    margin-right: 0;
    padding-left: 0;
  }
  .item .box_aside_right:after {
    display: none;
  }
  .info-wrap-1 .box {
    padding: 10px;
  }
  .info-wrap-1 .box_cnt__no-flow {
    padding: 0 10px;
  }
  .mr {
    margin-right: 10px;
  }
  .parallax6 .grid_6 {
    margin-left: 10px;
  }
  .bg-box__md {
    padding-top: 5px;
  }
  p + .offset {
    margin-top: 15px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  [class*="well"] {
    padding: 30px 0;
  }
  * + .social-link,
  * + .copyright,
  .address-wrap-1 .offset_addr,
  .row__offset,
  .row__offset-4,
  .row__offset-5,
  .row__offset-6,
  .search-form {
    margin-top: 30px;
  }
  h4 + p {
    margin-top: 10px;
  }
  .row__md1 .grid_2 {
    text-align: center;
  }
  .item-1 .box_aside {
    float: none;
  }
  .item-1 h4 {
    margin-top: 10px;
  }
  .social-link > li a {
    font-size: 30px;
    line-height: 30px;
  }
  .social-link > li + li {
    margin-left: 50px;
  }
}
@media (max-width: 479px) {
  .description a {
    margin-top: 10px;
  }
  .description a + a {
    margin-left: 0;
  }
  .txt-box {
    margin: 21px 0 0;
  }
  .video-wrap {
    width: 93%;
    height: 151px;
  }
  .mr {
    margin-right: 19px;
  }
  .item .box_aside {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .item .box_aside_right {
    display: block;
    text-align: center;
  }
  .info-wrap-1 .box {
    padding: 5px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.rd-form {
  position: relative;
  text-align: left;
}
.rd-form .button {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 47px;
  position: relative;
  display: inline-block;
  color: #ecaf69;
  border: solid 3px #ecaf69;
  padding: 8px 22px 7px 18px;
  z-index: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.rd-form .button:hover {
  color: #ffffff;
}
.rd-form .form-button {
  display: block;
  width: 100%;
  text-align: center;
}
* + .rd-form {
  margin-top: 20px;
}
input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}
.form-wrap {
  position: relative;
}
.form-wrap.has-error .form-input {
  border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
  border-color: #ecaf69;
}
.form-wrap + * {
  margin-top: 20px;
}
* + .form-wrap {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .form-wrap {
    margin-top: 50px;
  }
}
.form-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 47px;
  padding: 12px 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #bbb6b0;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 3px solid #e2dcd5;
  box-shadow: none !important;
  outline: none !important;
}
.form-input:focus {
  outline: 0;
}
textarea.form-input {
  height: 346px;
  min-height: 47px;
  max-height: 588px;
  resize: vertical;
}
.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 400;
}
.form-label {
  position: absolute;
  top: 23.5px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #bbb6b0;
}
.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside,
  .form-label-outside.focus,
  .form-label-outside.auto-fill {
    transform: none;
  }
}
[data-x-mode='true'] .form-label {
  pointer-events: auto;
}
.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}
.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: .3s all ease;
}
#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #f5543f;
}
.form-output.success {
  color: #98bf44;
}
.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  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: #ffffff;
}
.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;
  transition: .22s;
}
.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio,
.radio-inline {
  padding-left: 28px;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
}
.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #2c343b;
  border-radius: inherit;
}
.checkbox,
.checkbox-inline {
  padding-left: 28px;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #b7b7b7;
}
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  content: '\f222';
  font-family: 'Material Design Icons';
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #cccccc;
}
.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #ecaf69;
  transform: translate(20px, -50%);
}
.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #ffffff;
  cursor: pointer;
}
.toggle-custom ~ .checkbox-custom-dummy::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #b7b7b7;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: .22s;
}
.rd-form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -round(4px);
  margin-right: -round(4px);
}
.rd-form-inline > * {
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.rd-form-inline > * {
  margin-top: 0;
}
.rd-form-inline .form-wrap {
  flex-grow: 1;
  min-width: 185px;
}
.rd-form-inline .form-wrap-select {
  text-align: left;
}
.rd-form-inline .form-button {
  flex-shrink: 0;
  max-width: calc(100% - 10px);
  min-height: 47px;
}
.rd-form-inline .form-button .button {
  min-height: inherit;
}
@media (min-width: 576px) {
  .rd-form-inline .button {
    display: block;
  }
}
.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}
.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}
.form-sm .form-validation {
  top: -16px;
}
.form-sm .form-label {
  top: 20px;
}
.form-sm * + .button {
  margin-top: 10px;
}
.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
}
.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 58px;
}
.form-lg .form-button {
  min-height: 60px;
}
.form-lg .form-label {
  top: 30px;
}
/*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: flex;
  align-items: center;
}
.snackbars-right {
  display: flex;
  align-items: center;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}
.rd-form-subscribe {
  position: relative;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}
.rd-form-subscribe .form-input {
  padding-right: 50px;
}
.rd-form-subscribe .form-button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.rd-form-subscribe button {
  font-size: 21px;
  line-height: 21px;
  box-shadow: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  transition: 0.3s ease-out all;
}
.rd-form-subscribe button,
.rd-form-subscribe button:focus,
.rd-form-subscribe button:active {
  color: #e2dcd5;
}
.rd-form-subscribe button:hover {
  color: #e3a9a9;
}
.pb14{
  padding-bottom: 14% !important;
}
/*# sourceMappingURL=style.css.map */