@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500|BenchNine:400,300,700|Bubblegum+Sans);
@import 'flexslider.css';
@import 'jquery-ui-1.10.3.custom.css';
@import 'photoswipe.css';
@import 'tm3DCircleCarousel.css';
@import 'tmMultimediaGallery.css';
@import 'contact-form.css';
/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none !important;
}
/*------ template stylization ------*/
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  overflow-x: hidden;
  min-height: 900px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #3d352d;
}
p {
  margin-bottom: 20px;
}
address {
  margin-bottom: 20px;
}
h2 {
  font: 300 30px/35px 'BenchNine', sans-serif;
  color: #7e6654;
  text-transform: uppercase;
  padding: 0 0 26px;
  margin: 0;
}
h3 {
  font: normal 23px/24px 'BenchNine', sans-serif;
  color: #d73c2e;
  text-transform: uppercase;
  padding: 0 0 18px;
  margin: 0;
}
time a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
time a:hover {
  text-decoration: none;
}
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #d73c2e;
}
.modal {
  z-index: 1500;
}
.poz_0 {
  top: 0;
  right: 0;
}
.marg_01 {
  margin-bottom: 28px;
}
.marg_02 {
  margin-bottom: 17px!important;
}
.pad_01 {
  padding-top: 72px;
}
.pad_02 {
  padding-bottom: 25px;
}
.pad_03 {
  padding-bottom: 9px;
}
.pad_04 {
  padding-bottom: 43px;
}
.pad_05 {
  padding-bottom: 30px;
}
.pad_06 {
  padding-bottom: 38px;
}
.pad_ext {
  padding-bottom: 100px;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 100;
  padding-bottom: 30px;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  z-index: 50;
}
/*-----------  MENU  ------------------------------------------------------------*/
.mainNav {
  position: relative;
  display: block;
  text-align: left;
  margin-left: 77px;
  margin-top: 64px;
  z-index: 20;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 -1px;
  z-index: 0;
  pointer-events: none;
}
.mainNav > ul > li a {
  position: relative;
  display: inline-block;
  -moz-perspective: 800;
  -webkit-perspective: 800;
  -ms-perspective: 800;
  perspective: 800;
  overflow: hidden;
  pointer-events: auto;
}
.mainNav > ul > li a > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mainNav > ul > li a > div:first-child {
  position: absolute;
}
.mainNav > ul > li a > div:first-child + div {
  top: -100px;
}
.mainNav > ul > li a > div:first-child + div span {
  border: 1px solid #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul > li a > div span {
  position: relative;
  display: block;
  font: normal 20px/23px 'BenchNine', sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 14px;
  margin: 0;
  background: url('../img/false_button.png') 0 0 repeat;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainNav > ul > li.active,
.mainNav > ul > li.sfHover,
.mainNav > ul > li:hover {
  z-index: 10;
}
.mainNav > ul > li.active > a,
.mainNav > ul > li.sfHover > a,
.mainNav > ul > li:hover > a {
  text-decoration: none;
}
.mainNav > ul > li.active > a > div:first-child,
.mainNav > ul > li.sfHover > a > div:first-child,
.mainNav > ul > li:hover > a > div:first-child {
  top: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainNav > ul > li.active > a > div:first-child + div,
.mainNav > ul > li.sfHover > a > div:first-child + div,
.mainNav > ul > li:hover > a > div:first-child + div {
  /*.rotateZ(0deg);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
}
.mainNav > ul > li.active > a > div:first-child + div span,
.mainNav > ul > li.sfHover > a > div:first-child + div span,
.mainNav > ul > li:hover > a > div:first-child + div span {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mainNav > ul > li .subNav {
  position: absolute;
  width: 100%;
  right: 0;
  top: 61px;
}
.mainNav > ul > li .subNav ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  background: #d73c2e;
  width: 100%;
  text-align: center;
}
.mainNav > ul > li .subNav ul:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/arr_1.png) no-repeat center 0;
  top: -5px;
  left: 0;
  pointer-events: none;
  content: "";
}
.mainNav > ul > li .subNav ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.mainNav > ul > li .subNav ul li:first-child {
  margin-top: 24px;
}
.mainNav > ul > li .subNav ul li:last-child {
  margin-bottom: 15px;
}
.mainNav > ul > li .subNav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  font: 15px/1em 'BenchNine', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainNav > ul > li .subNav ul li.active > a,
.mainNav > ul > li .subNav ul li a:hover {
  color: #2e2721;
  text-decoration: none;
}
/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  margin: 23px 0;
}
footer .font_sz {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  font-size: 10px;
  font-weight: normal;
}
footer .follow-links {
  list-style: none;
  margin: 13px 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
footer .follow-links li {
  float: left;
  display: block;
  margin: 0 8px;
}
footer .follow-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .follow-links li:hover a {
  text-decoration: none;
  color: #d73c2e;
}
.copyright {
  font: 700 15px/1em 'BenchNine', sans-serif;
  color: #d9d7d6;
  text-transform: uppercase;
}
.copyright a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.copyright a:hover {
  text-decoration: none;
  color: #d73c2e;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/bg_piece.jpg);
}
#content {
  position: relative;
  width: 100%;
  z-index: 10;
}
#content > div {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#splashPage {
  height: 0;
  padding-top: 52px;
}
#splashPage.active {
  height: 557px;
}
#gallery-1,
#gallery-2,
#gallery-3,
#gallery-4,
#gallery-5 {
  height: 100%;
}
#gallery-1.active,
#gallery-2.active,
#gallery-3.active,
#gallery-4.active,
#gallery-5.active {
  position: absolute!important;
  top: 0;
  left: 0;
}
#other_pages {
  position: relative;
  display: block;
  z-index: 20;
}
#other_pages > div {
  position: relative;
  width: 100%;
  display: none;
  /*-----------  page animation]  --------------------------------------------------*/
}
#other_pages > div .content-inner {
  margin-top: 44px;
}
#other_pages > div .animateBlock .animateItem1,
#other_pages > div .animateBlock .animateItem2,
#other_pages > div .animateBlock .animateItem3,
#other_pages > div .animateBlock .animateItem4,
#other_pages > div .animateBlock .animateItem5,
#other_pages > div .animateBlock .animateItem6,
#other_pages > div .animateBlock .animateItem7,
#other_pages > div .animateBlock .animateItem8 {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50px;
}
#other_pages > div.activeSubPage .animateBlock .animateItem1,
#other_pages > div.activeSubPage .animateBlock .animateItem2,
#other_pages > div.activeSubPage .animateBlock .animateItem3,
#other_pages > div.activeSubPage .animateBlock .animateItem4,
#other_pages > div.activeSubPage .animateBlock .animateItem5,
#other_pages > div.activeSubPage .animateBlock .animateItem6,
#other_pages > div.activeSubPage .animateBlock .animateItem7,
#other_pages > div.activeSubPage .animateBlock .animateItem8 {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#other_pages > div.activeSubPage .animateBlock .animateItem1 {
  transition-delay: 0s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem2 {
  transition-delay: 0.3s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem3 {
  transition-delay: 0.6s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem4 {
  transition-delay: 0.9s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem5 {
  transition-delay: 1.2s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem6 {
  transition-delay: 1.5s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem7 {
  transition-delay: 1.8s;
}
#other_pages > div.activeSubPage .animateBlock .animateItem8 {
  transition-delay: 2.1s;
}
#ajax-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) center no-repeat rgba(45, 45, 45, 0.8);
  z-index: 99;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 600 13px 'BenchNine', sans-serif;
  line-height: 20px;
  color: #555555;
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #555555;
  text-decoration: none;
}
.btn.btn-link {
  border: none;
  border-radius: 0;
  font: 300 20px/1em 'BenchNine', sans-serif;
  text-transform: uppercase;
  color: #d73c2e;
  float: right;
  background: transparent;
  padding: 0 0 0 2px;
}
.btn.btn-link span {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  width: 10px;
  height: 14px;
  background: url(../img/arr_more2.png) center no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #84796f;
  background: transparent;
  text-decoration: none;
}
.btn.btn-link:hover span,
.btn.btn-link:active span,
.btn.btn-link:focus span {
  margin-right: 12px;
}
.btn.btn-link.type_2 {
  color: #ffffff;
}
.btn.btn-link.type_2 span {
  background: url(../img/arr_more1.png) center no-repeat;
}
.btn.btn-link.type_2:hover,
.btn.btn-link.type_2:active,
.btn.btn-link.type_2:focus {
  color: #d73c2e;
}
.btn.btn-link.type_2:hover span,
.btn.btn-link.type_2:active span,
.btn.btn-link.type_2:focus span {
  margin-right: 12px;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 14px #9b9188;
  line-height: 20px;
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #f3efec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #606060;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #7e6654;
  color: #9b9188;
}
/*****************   PAGE_1   *********************/
.bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
.contBg {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-top: 5px solid #d73c2e;
}
.bgBox2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.5%;
  height: 100%;
  padding-bottom: 100px;
}
.contBg_left {
  position: relative;
  width: 100%;
  height: 100%;
  background: #2e2721;
}
.contBox {
  position: relative;
  width: 100%;
  padding-right: 6%;
  padding-bottom: 25px;
  margin: 0;
}
.contBox .innerBox {
  position: relative;
  width: 100%;
  padding: 76px 12% 0 19%;
  overflow: hidden;
}
.innerBox_2 {
  position: relative;
  width: 100%;
  padding: 70px 17% 0 0;
  overflow: hidden;
}
.newsBox {
  position: relative;
  /*display: block;*/
  display: inline-block;
  padding: 0 0 24px;
  margin: 8px 0 11px;
  border-bottom: 1px solid #f3efec;
}
.newsBox.no-line {
  border-bottom: none;
  margin-bottom: 6px;
}
.newsBox a .imgBox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 19px;
}
.newsBox a .imgBox img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 500px;
}
.newsBox a .imgBox time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 38%;
  font: 300 30px/30px 'BenchNine', sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsBox a .news_txt {
  position: relative;
  display: block;
  padding-right: 24px;
}
.newsBox a .news_txt .title1 {
  position: relative;
  display: block;
  font: 300 14px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d73c2e;
  padding: 0;
  margin: 11px 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newsBox a .news_txt .title2 {
  position: relative;
  display: block;
  font: 300 14px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9b9188;
  margin: -5px 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
}
.newsBox a:hover {
  text-decoration: none;
}
.newsBox a:hover .imgBox img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*.rotateZ(-7deg);*/
}
.newsBox a:hover .imgBox time {
  color: #d73c2e;
}
.newsBox a:hover .title1 {
  color: #7e6654;
  text-decoration: none;
}
.newsBox a:hover .title2 {
  color: #d73c2e;
  text-decoration: none;
}
.newsBox:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 62%;
  background: #d73c2e;
  top: 15px;
  /*right: -15px;*/
  right: -7%;
  pointer-events: none;
  content: "";
}
/*****************   PAGE_2   *********************/
.innerBox_3 {
  position: relative;
  width: 100%;
  padding: 70px 0 0 0;
}
/* flexslider */
.flexslider {
  position: relative;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  margin: 69px 0 0;
}
.flexslider .slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.list-1 li {
  padding: 0;
  width: 48.5%;
  margin-right: 3.0%;
  float: left;
}
.list-1 li.right {
  margin-right: 0;
}
.list-1 li figure {
  display: inline-block;
}
.list-1 li figure a {
  position: relative;
  display: block;
}
.list-1 li h3 {
  padding: 30px 9px 12px;
}
.list-1 li h3 a {
  color: #7e6654;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-1 li h3 a:hover {
  color: #d73c2e;
  text-decoration: none;
}
.list-1 li:last-child {
  margin-right: 0;
}
.list-1 .menuBox:last-child {
  border: none;
}
.flex-control-nav {
  display: block;
  bottom: auto;
  top: -52px;
  text-align: left;
}
.flex-control-nav li {
  position: relative;
}
.flex-control-nav li:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 19px;
  background: url(../img/separator.png) no-repeat 0 0;
  top: 1px;
  right: 9px;
  pointer-events: none;
  content: "";
}
.flex-control-nav li:last-child:after {
  display: none;
}
.flex-control-nav a {
  width: auto;
  height: auto;
  background: transparent;
  font: 23px/1em 'BenchNine', sans-serif;
  color: #7e6654;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-right: 28px;
  /*&:hover{
            color: @custom-color-1;
            text-decoration: none;
        }*/
}
.flex-control-nav a.flex-active {
  color: #d73c2e;
  text-decoration: none;
}
.flex-direction-nav {
  position: absolute;
  right: 0;
  top: -44px;
  width: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  position: relative;
  display: inline-block;
  float: left;
  width: 15px !important;
  height: 22px !important;
  text-indent: 100%;
  overflow: hidden;
  background-position: 0 0;
  right: 0;
}
.flex-direction-nav .flex-next:after,
.flex-direction-nav .flex-prev:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  text-decoration: none;
}
.flex-direction-nav .flex-next:hover:after,
.flex-direction-nav .flex-prev:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav .flex-prev {
  background: #f00;
}
.flex-direction-nav .flex-prev:after {
  background: #000;
}
.flex-direction-nav .flex-next {
  background: #f00;
}
.flex-direction-nav .flex-next:after {
  background: #000;
}
/* end flexslider */
.menuBox {
  position: relative;
  display: inline-block;
  padding: 0 0 24px;
  margin: 0 0 19px;
  border-bottom: 1px solid #f3efec;
}
.menuBox.no-line {
  border-bottom: none;
  margin-bottom: 6px;
}
.menuBox a .imgBox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 19px;
}
.menuBox a .imgBox img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 500px;
}
.menuBox a .menu_txt {
  position: relative;
  display: block;
  padding-right: 24px;
  overflow: hidden;
}
.menuBox a .menu_txt .title1 {
  position: relative;
  display: block;
  font: 300 14px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d73c2e;
  padding: 0;
  margin: 11px 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menuBox a .menu_txt .title2 {
  position: relative;
  display: block;
  font: 300 14px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9b9188;
  margin: -5px 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
}
.menuBox a:hover {
  text-decoration: none;
}
.menuBox a:hover .imgBox img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*.rotateZ(-7deg);*/
}
.menuBox a:hover .imgBox time {
  color: #d73c2e;
}
.menuBox a:hover .title1 {
  color: #7e6654;
  text-decoration: none;
}
.menuBox a:hover .title2 {
  color: #d73c2e;
  text-decoration: none;
}
/*****************   PAGE_3   *********************/
.innerBox_4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 70px 0 0 0;
}
.innerBox_4 .linksBox:last-child {
  margin-right: 0;
}
.linksBox {
  position: relative;
  display: inline-block;
  float: left;
  width: 28%;
  margin-right: 8%;
}
.list-2 {
  list-style: none;
  padding: 0;
  margin: 0 0 41px;
}
.list-2 li {
  margin-bottom: 0;
}
.list-2 li p {
  margin-bottom: 16px;
}
.list-2 li p a {
  color: #d73c2e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-2 li p a:hover {
  color: #7e6654;
  text-decoration: none;
}
/*****************   PAGE_4   *********************/
.innerBox_5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 70px 0 0 0;
  background: url(../img/line_vert.jpg) 45% 0 repeat-y;
}
.mapBox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 13.5%;
  width: 38%;
}
.formBox {
  position: relative;
  display: inline-block;
  width: 48.5%;
}
.formBox .btn.btn-link {
  font-size: 20px!important;
}
.formBox .btn.btn-link:hover,
.formBox .btn.btn-link:active,
.formBox .btn.btn-link:focus {
  color: #84796f;
  background: transparent;
  text-decoration: none;
}
.formBox .btn.btn-link:hover span,
.formBox .btn.btn-link:active span,
.formBox .btn.btn-link:focus span {
  margin-right: 8px;
}
.width1 {
  display: inline-block;
  width: 72px;
}
.g_map {
  position: relative;
  display: block;
  margin: 0 0 22px;
  width: 100%;
  height: 206px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) #3d352d center no-repeat !important;
}
.link_1 {
  color: #d73c2e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_1:hover {
  color: #7e6654;
  text-decoration: none;
}
#contact-form label {
  width: 348px!important;
}
#contact-form label.message {
  width: 100%!important;
}
/*****************   PAGE_READ_MORE   *********************/
.innerBox_6 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 70px 0 0 0;
}
/*****************   PAGE_404   *********************/
.innerBox_7 {
  position: relative;
  width: 100%;
  padding: 70px 0 0 0;
  overflow: hidden;
}
/*****************   END PAGES   *********************/
.parameters {
  overflow: hidden;
  display: block;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.parameters li {
  width: 70px;
  margin-right: 20px;
  float: left;
}
/* search */
#search {
  position: relative;
  display: inline-block;
  margin: 25px 0;
  width: 100%;
  overflow: hidden;
}
#search > a {
  margin-top: 0;
  padding: 7px 16px 8px;
  font-size: 21px;
  font-weight: 300;
  background: #d73c2e;
  color: #ffffff;
  float: left;
}
#search > a:hover {
  background: #2e2721;
  color: #d73c2e;
}
#search input {
  width: 211px;
  float: left;
}
.search_result {
  color: #7e6654;
}
h4 > .search {
  color: #7e6654;
}
.search_title {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.search_title a {
  color: #d73c2e;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #ffffff;
}
.search_list {
  margin: 30px 0 80px;
}
.search_list li {
  margin-bottom: 20px;
}
.search_list p span:last-child {
  font-size: 12px;
}
.close-icon.close-icon-pages {
  right: 0 !important;
  top: 5px!important;
  background: #ffffff url(../img/close_icon.png) 0 0 no-repeat;
}
.close-icon.close-icon-pages span {
  background: #a0b90e url(../img/close_icon.png) 0 bottom no-repeat;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
.relative {
  position: relative;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
@media (max-width: 1600px) {
  .splashHolder {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media (max-width: 1200px) {
  .splashHolder {
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  .full-btn {
    left: 100px;
  }
}
@media (max-width: 991px) {
  .splashHolder {
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  .ext_bg {
    background: #2e2721;
    border-top: 5px solid #d73c2e;
  }
  .bgBox2 {
    display: none;
  }
  .contBox .innerBox {
    padding: 40px 0 0;
  }
  .innerBox_2 {
    padding: 70px 50px 0 0;
  }
  .imgWidth1 {
    width: 50%;
  }
  .innerBox_5 {
    background: transparent;
  }
  .mapBox {
    margin-right: 0;
    width: 100%;
  }
  address {
    margin-bottom: 50px;
  }
  .formBox {
    width: 100%;
  }
  #contact-form label {
    width: 100%!important;
  }
}
@media (max-width: 700px) {
  .linksBox {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .splashHolder {
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .content-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  #search input {
    width: 100%;
  }
  #search .btn-link {
    float: right;
    margin-top: 15px;
  }
  .pad_01 {
    padding-top: 15px;
  }
  h1 a img {
    width: 200px;
  }
  #mainNav {
    margin: 17px 0 0;
    text-align: center;
  }
  #other_pages > div .content-inner {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .list-1 .imgBox {
    float: none!important;
  }
  .flex-control-nav a {
    margin-right: 10px;
  }
  .flex-control-nav li:after {
    right: 1px;
  }
}
@media (max-width: 550px) {
  #mainNav .subNav ul li {
    margin-bottom: 2px;
  }
  #mainNav .subNav ul li:first-child {
    margin-top: 11px;
  }
  #mainNav .subNav ul li:last-child {
    margin-bottom: 5px;
  }
  .mainNav > ul > li a > div span {
    padding: 9px 10px;
  }
  .contBox {
    padding-right: 0;
  }
  .innerBox_2 {
    padding: 70px 0 0 0;
  }
  .newsBox:after {
    display: none;
  }
  .newsBox a .news_txt {
    padding-right: 0;
  }
  .newsBox {
    margin-bottom: 40px;
  }
  .newsBox a .imgBox time {
    padding-top: 50%;
  }
  .imgWidth1 {
    width: 100%;
  }
  .newsBox a .imgBox {
    width: 100%;
    margin-right: 0;
  }
  .newsBox a .imgBox img {
    width: 100%;
    margin-bottom: 20px;
  }
  #form-1 input {
    width: 100%;
  }
  #form-1 .success-message {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-height: 768px) {
  body {
    min-height: 660px;
  }
  footer {
    margin: 30px 0 20px;
  }
  #splashPage {
    padding-top: 20px;
  }
  .splashHolder {
    position: relative;
  }
  .splashHolder .splash {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
/* tablet version changes */
html.tablet.ipad .controls-holder {
  background: transparent;
}
html.tablet .pad_01 {
  padding-top: 15px;
}
html.tablet .ui-tooltip {
  display: none!important;
}
html.tablet .full-btn {
  display: none;
}
html.tablet h1 img {
  width: 200px;
}
html.tablet #mainNav {
  margin-top: 10px;
}
html.tablet #mainNav .subNav ul li {
  margin-bottom: 2px;
}
html.tablet #mainNav .subNav ul li:first-child {
  margin-top: 11px;
}
html.tablet #mainNav .subNav ul li:last-child {
  margin-bottom: 5px;
}
html.tablet #other_pages > div .content-inner {
  margin-top: 0;
  padding-bottom: 60px;
}
html.tablet #search input {
  width: 100%;
}
html.tablet #search .btn-link {
  float: right;
  margin-top: 15px;
}
html.tablet body {
  min-height: 560px;
}
/* mobile version changes */
html.mobile .mobile-only {
  display: block;
}
html.mobile .desktop-only {
  display: none;
}
html.mobile .ui-tooltip {
  display: none!important;
}
html.mobile .photoSwipe {
  display: none;
}
html.mobile body {
  min-height: inherit;
}
html.mobile h1 {
  position: relative;
  margin: 15px 0 0;
}
html.mobile h1 img {
  width: 200px;
}
html.mobile .splashHolder {
  position: relative;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
html.mobile .splashHolder .splash-list {
  position: relative;
  top: 0;
  left: 0 !important;
  margin: 0 15px;
  width: auto;
  height: auto;
  padding: 0px 0px 0px 0px;
}
html.mobile .splashHolder .splash-list > li {
  position: relative;
  left: 0;
  margin-left: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
}
html.mobile .splashHolder .splash-list > li:last-child {
  margin-bottom: 0;
}
html.mobile .splashHolder .splash-list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
html.mobile .splashHolder .splash-list > li > a > img {
  position: relative;
  width: 100%;
  height: auto;
}
html.mobile .splashHolder .prevButton,
html.mobile .splashHolder .nextButton {
  display: none!important;
}
html.mobile .photoSwipe1 {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}
html.mobile .photoSwipe1 li {
  position: relative;
  left: 0;
  margin-left: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
}
html.mobile .photoSwipe1 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
html.mobile .photoSwipe1 li a img {
  position: relative;
  width: 100%;
  height: auto;
}
html.mobile .close-icon.close-icon-pages {
  right: 15px !important;
  top: 5px;
}
html.mobile .g_map {
  width: 100%;
  margin: 5px 0 15px;
  float: none;
}
html.mobile .search_list {
  margin-bottom: 10px;
}
#mobile-wrap #mobile-header {
  text-align: center;
  margin-bottom: 0;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  height: 26px;
}
#mobile-wrap #mobile-content {
  position: relative;
}
#mobile-wrap #mobile-content #form-1 ._placeholder {
  margin-left: 0;
}
#mobile-wrap #mobile-content #form-1 .success-message {
  width: 100%;
  padding: 30px 14px;
}
#mobile-wrap #mobile-content #form-1 label {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}
#mobile-wrap #mobile-content #splashPage {
  height: auto;
  top: auto !important;
}
#mobile-wrap #mobile-footer {
  position: relative;
  bottom: auto;
  padding: 20px 0 20px;
}
#mobile-wrap .follow-links {
  position: absolute;
  right: 0px;
  bottom: -1px;
  cursor: pointer;
  font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
  color: #ffffff;
  width: 115px;
  margin: 0px 15px;
  padding: 0px 5px;
  text-align: right;
}
#mobile-wrap .follow-links li {
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 10px;
  margin-right: 0;
}
#mobile-wrap .follow-links:after {
  display: inline-block;
}
#mobile-wrap .follow-links a {
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  text-decoration: none;
}
#mobile-wrap .follow-links a:hover {
  text-decoration: none;
  color: #d73c2e;
}
/*Core variables and mixins*/
/* 3d mixins */
.flipX {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flipY {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.flipXY {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
/* end 3d mixins */
