@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(//fonts.googleapis.com/css?family=Cinzel+Decorative:400,700);
@import '../fonts/font-awesome.css';
@import 'photoswipe.css';
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
body {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 655px;
  overflow-x: hidden;
}
#tintHolder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000 url(../img/main_pic.jpg) center;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
}
h2 {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 4px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 23px;
  padding: 0;
}
h2 span {
  font-size: 30px;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #48474c;
  margin: 0 0 30px;
  padding: 0;
}
h3 a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}
p,
address {
  padding: 0;
  margin: 0 0 20px;
}
address {
  margin-bottom: 20px;
}
.titlename {
  font: normal 24px/36px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 1px;
}
.title {
  font: normal 16px/24px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 1px;
}
.bg_01 {
  background: #121212;
  margin-bottom: 40px;
}
hr {
  border: none;
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0 0 30px;
}
.container {
  max-width: 500px!important;
  width: 500px;
}
.container_corr {
  max-width: 100%!important;
  width: 100%;
}
.style_1 {
  letter-spacing: 2px;
}
.style_2 {
  font-size: 16px;
  line-height: 26px;
}
.style_3 {
  letter-spacing: 0px;
}
.marg_0 {
  margin-bottom: 0;
}
.marg_1 {
  margin-bottom: 23px;
}
.marg_2 {
  margin-bottom: 34px;
}
.marg_3 {
  margin-bottom: 26px;
}
.marg_4 {
  margin-bottom: 5px;
}
.marg_5 {
  margin-bottom: 11px;
}
.pad_1 {
  padding: 28px 68px 45px;
}
.corr_1 {
  line-height: 26px;
}
.animate {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.extra_wrap {
  overflow: hidden;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 220px;
  margin-bottom: 46px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
}
body.desktop header {
  position: relative;
}
h1 {
  position: absolute;
  width: 309px;
  height: 90px;
  top: 370px;
  right: 262px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
h1.active {
  top: 163px;
}
.closeIcon {
  position: absolute;
  top: 10px;
  right: 15px;
  font: normal normal 25px 'FontAwesome';
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
}
.closeIcon:hover {
  color: #664dcf;
  text-decoration: none;
}
.navbar-brand {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px !important;
  text-indent: 9999px;
  white-space: nowrap;
}
.navbar-brand:hover {
  text-decoration: none;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  position: fixed;
  font: 11px/1.2em 'Quicksand', sans-serif;
  bottom: 0;
  margin: 0;
  z-index: 1090;
  width: 100%;
  height: 53px;
}
footer .cont {
  position: relative;
  float: left;
  width: 350px;
  height: 100%;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 200;
}
footer .copyright {
  color: #ffffff;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  margin: 19px 0 9px 28px;
}
footer .copyright a {
  color: #828f8c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .sep {
  position: relative;
  display: inline-block;
  width: 16px;
  text-align: center;
}
footer .gallNavig {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
footer .gallNavig .sliderHolder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 19px;
  z-index: 10;
}
footer .gallNavig .sliderHolder .slider {
  position: relative;
  display: inline-block;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}
footer .gallNavig .sliderHolder .slider ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer .gallNavig .sliderHolder .slider li {
  position: relative;
  display: inline-block;
  height: 28px;
  margin: 0 21px;
  float: left;
  text-align: center;
}
footer .gallNavig .sliderHolder .slider li a {
  font: 700 24px/1.2em 'Quicksand', sans-serif;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .gallNavig .sliderHolder .slider li.active > a,
footer .gallNavig .sliderHolder .slider li > a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .gallNavig.showGallerys {
  opacity: 1;
  filter: alpha(opacity=100);
}
.soc_links {
  display: inline-block;
  margin: 17px 25px 11px 22px;
  padding: 0;
  list-style: none;
  float: left;
}
.soc_links li {
  display: inline-block;
  margin-right: 14px;
}
.soc_links li a {
  font: 16px/1.2em 'FontAwesome';
  color: #343434;
  position: relative;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soc_links li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  MENU  ------------------------------------------------------------*/
.rightPanel {
  position: fixed;
  top: 0;
  right: 0;
  width: 72px;
  z-index: 1100;
}
.navbar-default {
  position: relative;
  margin: 0;
  background: none;
  border: none;
  display: inline-block;
  float: left;
  height: 100%;
  border-radius: 0;
}
.navbar-default:after {
  position: absolute;
  display: block;
  right: -113px;
  width: 0;
  height: 0;
  border-bottom: 113px solid #d0a200;
  border-right: 113px solid transparent;
  content: "";
}
.navbar-default .navbar-header {
  margin-top: 0;
}
.navbar-default #mainNav {
  margin: 0;
  list-style: none;
  padding: 0;
}
.navbar-default #mainNav > ul {
  margin: 0;
  padding: 0;
  /*.perspective(1000);*/
}
.navbar-default #mainNav > ul > li {
  position: relative;
  display: block;
  width: 61px;
  float: left;
  margin: 0 0 0 11px;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
}
.navbar-default #mainNav > ul > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  height: 150px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.navbar-default #mainNav > ul > li > a .bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default #mainNav > ul > li > a .txt {
  font: 700 12px/14px 'Quicksand', sans-serif;
  position: relative;
  z-index: 10;
  width: 100px;
  margin-left: -18px;
  padding: 8px 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default #mainNav > ul > li > a .txt span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-default #mainNav > ul > li > a .arr {
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  background: #f00;
  top: 0;
  left: 0px;
  pointer-events: none;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-default #mainNav > ul > li.active > a .txt,
.navbar-default #mainNav > ul > li a:hover .txt {
  margin-left: -30px;
}
.navbar-default #mainNav > ul > li.active > a .arr,
.navbar-default #mainNav > ul > li a:hover .arr {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -8px;
}
.navbar-default #mainNav > ul > li.active > a .txt {
  margin-left: -18px;
}
.navbar-default #mainNav > ul > li:first-child {
  display: none;
}
.navbar-default #mainNav > ul > li:first-child + li .bg {
  background: #13845b;
}
.navbar-default #mainNav > ul > li:first-child + li a .arr {
  background: url(../img/arr5_menu.png) 0 center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li .bg {
  background: #8a8f2d;
}
.navbar-default #mainNav > ul > li:first-child + li + li a .arr {
  background: url(../img/arr4_menu.png) 0 center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li .bg {
  background: #84115c;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li a .arr {
  background: url(../img/arr3_menu.png) 0 center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li .bg {
  background: #133286;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li a .arr {
  background: url(../img/arr2_menu.png) 0 center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li + li .bg {
  background: #0b7289;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li + li a .arr {
  background: url(../img/arr1_menu.png) 0 center no-repeat;
}
.navbar-default #mainNav > ul > li .sf-mega {
  position: absolute;
  background: #133282;
  width: 335px;
  top: 50%;
  margin-top: -24px;
  margin-left: -346px;
  overflow: hidden;
}
.navbar-default #mainNav > ul > li .sf-mega ul {
  list-style: none;
  padding: 11px 0px 12px 0px;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
}
.navbar-default #mainNav > ul > li .sf-mega ul li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding-right: 23px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li a {
  font: 17px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #919191;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-default #mainNav > ul > li .sf-mega ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default #mainNav > ul > li .sf-mega ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 14px;
  background: url(../img/submenu_divider.png) 0 no-repeat;
}
.navbar-default #mainNav > ul > li .sf-mega ul li:first-child {
  margin-left: 24px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li.last {
  margin-right: 84px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li.last:after {
  display: none;
}
/*-----------  menu end  --------------------------------------------------------*/
.gall_ch {
  position: absolute;
  bottom: 44px;
  right: 80px;
  width: 360px;
  height: 0;
  background: #131313;
  z-index: 900;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gall_ch .sliderHolder {
  position: absolute;
  width: 188px;
  height: 28px;
  overflow: hidden;
  top: 11px;
  left: 94px;
  z-index: 10;
}
.gall_ch .sliderHolder .slider_2 {
  position: relative;
  display: inline-block;
  top: 0;
  width: 160px !important;
  height: 28px !important;
}
.gall_ch .sliderHolder .slider_2 li {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 28px;
  float: left;
  text-align: center;
}
.gall_ch .sliderHolder .slider_2 li a {
  font: 700 24px/1.2em 'Quicksand', sans-serif;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gall_ch .sliderHolder .slider_2 li.active > a,
.gall_ch .sliderHolder .slider_2 li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.gall_ch .sliderHolder .prev,
.gall_ch .sliderHolder .next {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  width: 14px;
  height: 24px;
  float: right;
  overflow: hidden;
  background: url('../img/arr2_next.png') 0 0 no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gall_ch .sliderHolder .prev:hover,
.gall_ch .sliderHolder .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gall_ch .sliderHolder .prev {
  float: left;
  background: url('../img/arr2_prev.png') 0 0 no-repeat;
}
.gall_ch.showGallerys {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  /*overflow: hidden;*/
}
#content > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#content > div:first-child {
  visibility: visible;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cont_0 {
  overflow: hidden;
}
#other_pages.container,
#other_pages .container {
  padding-left: 0px;
  padding-right: 0px;
}
#other_pages {
  position: relative;
  display: block;
  z-index: 10;
  float: right;
  margin-right: 138px;
  z-index: 1080;
}
#other_pages > div {
  position: relative;
  top: 297px;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
#other_pages > div > div > div > div > div > * {
  -webkit-transition: all 0.9s 1s ease-in-out;
  transition: all 0.9s 1s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
#other_pages > div > div > div > div > div h2 {
  transition-delay: 0.2s;
}
#other_pages > div > div > div > div > div h3 {
  transition-delay: 0.6s;
}
#other_pages > div > div > div > div > div hr {
  transition-delay: 0.4s;
}
#other_pages > div > div > div > div > div img,
#other_pages > div > div > div > div > div figure {
  transition-delay: 0.8s;
}
#other_pages > div > div > div > div > div > p {
  transition-delay: 1s;
}
#other_pages > div > div > div > div > div ul > li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
#other_pages > div > div > div > div > div ul > li:first-child {
  transition-delay: 0.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li {
  transition-delay: 1.0s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li {
  transition-delay: 1.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li {
  transition-delay: 2.0s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li {
  transition-delay: 2.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li {
  transition-delay: 3.0s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li {
  transition-delay: 3.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li {
  transition-delay: 3.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li {
  transition-delay: 4.0s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li + li {
  transition-delay: 4.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li + li + li {
  transition-delay: 5.0s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  transition-delay: 5.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
  transition-delay: 6.0s;
}
#other_pages > div.activePage > div > div > div > div > * {
  opacity: 1;
  filter: alpha(opacity=100);
}
#other_pages > div.activePage ul > li {
  opacity: 1;
  filter: alpha(opacity=100);
}
.extraActivePage {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  display: block !important;
  visibility: visible !important;
}
#gallery {
  padding: 0 !important;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 100;
}
/* rewrite bootstrap classes */
.btn.btn-default {
  border: 1px solid #ffffff;
  background: transparent;
  font: 700 16px/1.2em 'Cinzel Decorative', cursive;
  color: #ffffff;
  border-radius: 0;
  padding: 15px 25px;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  color: #424040;
  background: #ffffff;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 14px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  color: #878787;
  width: 100%;
  height: 39px;
  padding: 10px 9px;
  background: transparent;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #878787;
  background: transparent;
}
/* end bootstrap classes */
/*-----------  PAGE 01  --------------------------------------------------*/
.close-btn {
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../img/close_icon.jpg) 0 bottom no-repeat;
  right: -31px;
  top: -31px;
  z-index: 505;
}
.close-btn span {
  width: 31px;
  height: 31px;
  position: absolute;
  background: url(../img/close_icon.jpg) 0 0 no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close-btn:hover span {
  opacity: 1;
}
.soc_links2 {
  display: block;
  position: relative;
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
}
.soc_links2 li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.soc_links2 li a {
  font: 700 13px/16px 'Quicksand', sans-serif;
  color: #ffffff;
  letter-spacing: 3px;
  position: relative;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soc_links2 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
.soc_links2 li:after {
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  background: url(../img/soc_separator.png) no-repeat 0 0;
  top: 0px;
  right: -14px;
  pointer-events: none;
  content: "";
}
.soc_links2 .last:after {
  display: none;
}
/*-----------  PAGE 02  --------------------------------------------------*/
/*-----------  PAGE 03  --------------------------------------------------*/
.list_1 {
  position: relative;
  list-style: none;
  margin: 10px 0 26px;
  padding: 0;
  width: 100%;
}
.list_1 li {
  font: 14px/1.2em 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background: url(../img/dot_pic.jpg) 0 11px repeat-x;
}
.list_1 li a {
  color: #878787;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_1 li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.list_1 li .txt_1 {
  position: relative;
  display: inline-block;
  float: left;
  background: #121212;
}
.list_1 li .txt_2 {
  position: relative;
  display: inline-block;
  float: right;
  background: #121212;
}
/*-----------  PAGE 04  --------------------------------------------------*/
.g_map {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 432px;
  overflow: hidden;
  float: left;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/loader.gif) center no-repeat #ffffff !important;
}
.width_1 {
  position: relative;
  display: inline-block;
  width: 78px;
}
.link_1 {
  color: #ffffff;
}
.link_1:hover {
  color: #878787;
  text-decoration: none;
}
/*-----------  PAGE 404  --------------------------------------------------*/
#search {
  position: relative;
  margin: 29px 0 15px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
#search > input {
  font-family: 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  height: 37px;
  outline: none;
  padding: 8px 15px 11px;
  border: 1px solid #393939;
  background: #272727;
  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
}
#search > a {
  float: left;
}
#search .btn-search {
  margin-top: 59px;
  margin-bottom: 0;
}
.search_result {
  color: #ffffff;
  font-size: 10px;
}
.search_result:first-child {
  font-size: 14px;
}
.search_title {
  position: relative;
  top: 2px;
  margin-bottom: 5px;
}
.search_title a {
  text-decoration: underline;
}
#search_list li {
  margin-bottom: 20px;
}
.search_list h4 span {
  color: #ffffff;
  font-size: 22px;
}
.search_list {
  margin-bottom: 0;
}
/* classes-helpers */
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.box {
  overflow: hidden;
}
/*---------gallery bg--------*/
.galleryContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 !important;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
}
.galleryContainer .inner {
  display: block !important;
  position: absolute;
  bottom: 73px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.galleryContainer .inner.showGallerys {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryContainer .inner ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.galleryContainer .inner ul li {
  position: relative;
  list-style: none;
  float: left;
  margin: 8px 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.galleryContainer .inner ul li a {
  position: relative;
  display: block;
  width: 46px;
  height: 17px;
  background: url(../img/pag_icon.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.galleryContainer .inner ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryContainer .inner ul li:after {
  position: absolute;
  display: block;
  width: 46px;
  height: 17px;
  background: url(../img/pag_icon.png) 0 bottom no-repeat;
  top: 0;
  right: 0;
  pointer-events: none;
  content: "";
  z-index: -1;
}
.galleryContainer .inner ul .active > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1 !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
}
.imageHolder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.imageHolder .frontImg,
.imageHolder .backImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.imageHolder .frontImg,
.imageHolder .backImg {
  z-index: 2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.imageHolder .backImg {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  filter: alpha(opacity=0);
}
.imageHolder.flip .frontImg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.imageHolder.flip .backImg {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.imageHolder.ie9 {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.inner {
  display: none !important;
}
.prevButton,
.nextButton {
  position: fixed;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.43;
  filter: alpha(opacity=43);
  z-index: 500;
}
.prevButton:hover,
.nextButton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.prevButton {
  left: 50px;
  background: url(../img/arr_left.png) 50% 0 no-repeat;
}
.nextButton {
  right: 125px;
  background: url(../img/arr_right.png) 50% 0 no-repeat;
}
.imgSpinner {
  position: fixed;
  top: 50%;
  right: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 42px;
  height: 42px;
  background: url(../img/ajax-loader.gif) 50% 0 no-repeat;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.imgSpinner.spinnerShow {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*-------------------------- mobile WRAP ----------------------------*/
#mobile-wrap {
  overflow-x: hidden;
}
#mobile-wrap .rightPanel {
  display: none;
}
#mobile-wrap .marg_6 {
  margin-left: 15px;
}
#mobile-wrap .close-btn {
  display: none;
}
#mobile-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
#mobile-wrap h2 {
  font-size: 30px;
  line-height: 35px;
}
#mobile-wrap #mobile-header {
  margin-bottom: 30px;
}
#mobile-wrap #mobile-header h1 {
  width: 100%;
  margin: 20px 0 0px;
  top: auto!important;
  left: auto!important;
}
#mobile-wrap #mobile-header h1 .navbar-brand {
  background-size: cover;
  width: auto;
}
#mobile-wrap #mobile-header h1 a > img.img-responsive {
  margin: 0 auto;
  width: 200px;
  float: left;
}
#mobile-wrap #mobile-header #mobile-navigation {
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  z-index: 500;
}
#mobile-wrap #form1 label {
  width: 100%;
}
#mobile-wrap #form1 .success-message {
  padding: 27px 10px;
}
#mobile-wrap #mobile-content .box {
  overflow: visible;
}
#mobile-wrap #mobile-content #search {
  width: 100%;
}
#mobile-wrap #mobile-content #search > input {
  width: 100%;
  float: none;
}
#mobile-wrap #mobile-content #search > a {
  float: none;
  margin: 10px 0;
}
#mobile-wrap #mobile-content .folioList {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}
#mobile-wrap #mobile-content .folioList li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#mobile-wrap #mobile-content .folioList li ._thumb {
  width: 100%;
}
#mobile-wrap #mobile-content .folioList li ._thumb img {
  width: 100%;
}
#mobile-wrap #mobile-content .folioList li ._name {
  font: 20px/30px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  width: 100%;
  background: #363636;
  text-align: center;
  bottom: 0;
  color: #fff;
}
#mobile-wrap #mobile-content .folioList li ul {
  display: none;
}
#mobile-wrap #mobile-footer {
  position: relative;
  text-align: center;
  padding: 15px 0 10px;
  border-top: 1px solid #3b3b3b;
  color: #878787;
}
#mobile-wrap #mobile-footer .copyright {
  float: left;
}
#mobile-wrap #mobile-footer .copyright a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #878787;
}
#mobile-wrap #mobile-footer .copyright a:hover {
  text-decoration: none;
  color: #ffffff;
}
#mobile-wrap #mobile-footer .sep {
  position: relative;
  display: inline-block;
  width: 18px;
  text-align: center;
}
#mobile-wrap .follow-links {
  position: absolute;
  right: 0px;
  bottom: 12px;
  cursor: pointer;
  font: 13px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #ffffff;
  width: 105px;
  margin: 0px 15px;
  padding: 0px 5px;
  background: #272727;
  text-align: right;
}
#mobile-wrap .follow-links li {
  height: 0;
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 6px;
  margin-right: 0;
}
#mobile-wrap .follow-links:after {
  display: inline-block;
  content: 'follow us';
}
#mobile-wrap .follow-links a {
  display: inline-block;
  width: auto;
  height: auto;
  /*&.twitter:before{
                    content:'twitter';
                }
                &.googleplus:before{
                    content:'googleplus';
                }
                &.facebook:before{
                    content:'facebook';
                }
                &.rss:before{
                    content:'rss';
                }*/
}
#mobile-wrap .follow-links a:hover {
  text-decoration: none;
}
#mobile-wrap .follow-links a:hover:before {
  color: #ffffff;
}
#mobile-wrap .follow-links a > img {
  display: none;
}
#mobile-wrap .follow-links a:before {
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#Gallery > ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0px 0px 0px 0px;
}
#Gallery > ul li {
  margin-bottom: 20px;
}
#Gallery > ul li a {
  position: relative;
  display: block;
}
#Gallery > ul li a img {
  width: 100%;
}
html.desktop g-mapheader,
html.tablet g-mapheader {
  height: 110px;
}
html.desktop .mobile-only,
html.tablet .mobile-only {
  display: none;
}
html.desktop .soc_links,
html.tablet .soc_links {
  display: none;
}
html.mobile h1 {
  position: relative;
}
html.mobile body {
  overflow-y: visible;
}
html.mobile .mobile-only {
  display: block;
}
@media (max-width: 655px) {
  html.mobile .container {
    max-width: inherit!important;
    width: auto;
  }
}
@media (max-width: 500px) {
  html.mobile .container {
    max-width: inherit!important;
    width: auto;
  }
}
html.mobile .list_1 li a {
  line-height: 20px;
}
html.mobile .soc_links2 li a {
  letter-spacing: 2px;
}
/* tablets */
html.tablet.ipad header {
  height: 90px;
}
html.tablet header {
  height: 108px;
  z-index: 1100;
}
html.tablet .cont_0 {
  margin-top: -110px;
}
html.tablet body {
  min-height: inherit;
}
html.tablet #mainNav > ul > li > a .txt {
  font-size: 11px;
}
html.tablet h1 {
  margin: 0;
}
html.tablet .bg_01 {
  margin-bottom: 80px;
}
html.tablet .gall_ch {
  bottom: 4px;
  z-index: 1060;
}
html.tablet .galleryContainer .inner {
  bottom: 55px;
}
html.tablet.portrait .gall_ch {
  bottom: 50px;
  z-index: 1060;
}
html.tablet.portrait .galleryContainer .inner {
  bottom: 100px;
}
@media (max-width: 1367px) {
  h1 {
    top: 30px!important;
    right: auto;
    left: 30px;
  }
}
@media (max-width: 1100px) {
  .galleryContainer .inner {
    position: absolute;
    bottom: 110px;
    width: 382px;
    right: 60px;
    left: auto;
  }
  .gallNavig.showGallerys {
    height: 0;
    overflow: hidden;
  }
  .gall_ch {
    height: 50px;
  }
}
@media (max-width: 870px) {
  footer {
    position: absolute;
  }
}
@media (max-width: 655px) {
  .container {
    max-width: 400px!important;
    width: 400px;
  }
  .pad_1 {
    padding: 28px 15px 45px;
  }
  .close-btn {
    right: 0;
  }
  #other_pages {
    margin-right: 75px;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 340px!important;
    width: 340px;
  }
  h2 {
    font-size: 30px;
  }
  .list_1 li .txt_2 {
    float: left;
  }
  .list_1 li .txt_1 {
    display: block;
    float: none;
  }
  .gall_ch {
    width: 325px;
  }
  .galleryContainer .inner {
    width: 325px;
    right: 80px;
  }
  .gall_ch .sliderHolder {
    left: 75px;
  }
  .cont_info .g_map {
    width: 100%;
    margin-bottom: 20px!important;
  }
  #search > input {
    margin-bottom: 20px;
  }
  .soc_links2 li {
    margin-right: 10px;
  }
  .soc_links2 li:after {
    right: -8px;
  }
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
