@import '../css/form.css';
@import '../css/photoswipe.css';
@import '../css/tmMultimediaGallery.css';

/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/*------ template stylization ------*/
/*html{
    overflow: hidden;
}*/
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background: #ffffff;
}

body.black {
  background: #242629;
}

body.show-sub-pages {
  overflow: hidden !important;
}

body.show-sub-pages #other_pages {
  height: 100% !important;
}

body.show-sub-pages #other_pages>div {
  overflow-y: scroll !important;
}

body.show-sub-pages #other_pages>div[data-url="gallery-full.html"] {
  overflow: hidden !important;
}

body.show-sub-pages #content-2 {
  height: 100% !important;
}

#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
}

p {
  margin-bottom: 44px;
}

address {
  color: #ffffff;
  margin: 10px 0px 25px;
}

h1 {
  /*position: relative;
  float: left;
  width: 165px;
  height: 103px;
  margin: 41px 0 0;*/
  position: relative;
  float: left;
  width: 250px;
  height: 140px;
  margin: 41px 0 0;
}

h2 {
  font: normal 55px/1em 'Roboto Slab', serif;
  color: #404040;
  margin: 56px 0;
  padding: 0;
  /*top: 0!important;*/
}

h3 {
  font: 700 23px/1em 'Roboto Slab', serif;
  color: #404040;
  margin: 91px 0 29px;
  padding: 0;
}

h4 {
  font: normal 20px/30px 'Ubuntu', sans-serif;
  color: #404040;
  margin: 0 0 19px;
}

h3>a,
h4>a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h3>a:hover,
h4>a:hover {
  color: #bb2500;
  text-decoration: none;
}

.title {
  font: 500 17px/1em 'Ubuntu', sans-serif;
  color: #404040;
  padding: 0;
  margin: 0 0 25px;
}

/* classes-helpers */
.marg_01 {
  margin-top: 2px;
  margin-bottom: 20px;
}

.marg_02 {
  margin-bottom: 40px;
}

.noMargRight {
  margin-right: 0 !important;
}

.box {
  overflow: hidden;
}

.marginAuto {
  margin: 0 auto;
}

.textAlignCenter {
  text-align: center;
}

.inlineBlock {
  display: inline-block;
}

.noDisplay {
  display: none;
}

.full_width {
  width: 100%;
}

.corr_1 {
  margin: 25px 15px;
}

/*------------- HEADER ---------------------------------------------------------- */

/*-----------  MENU  ------------------------------------------------------------*/
.mainNav {
  position: relative;
  display: block;
  text-align: right;
  margin-right: 7px;
  z-index: 20;
  margin-top: 56px;
  -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-left: 0;
  z-index: 0;
  pointer-events: none;
}

.mainNav>ul>li:first-child a div:after {
  display: none;
}

.mainNav>ul>li a {
  position: relative;
  display: inline-block;
  perspective: 800;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
}

.mainNav>ul>li a>div:first-child {
  /*.rotateZ(0deg);*/
  position: absolute;
}

.mainNav>ul>li a>div:first-child+div {
  top: -100px;
}

.mainNav>ul>li a>div span {
  position: relative;
  display: block;
  font: 700 14px/34px 'Roboto Slab', serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 16px;
  margin: 0;
  border-radius: 5px;
  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 {
  /*.rotateZ(180deg);*/
  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 span,
.mainNav>ul>li.sfHover>a>div span,
.mainNav>ul>li:hover>a>div span {
  color: #ffffff;
  background: url('../img/bg_3.png') 0 0 repeat;
}

.mainNav>ul>li .sf-mega {
  position: absolute;
  width: 93px;
  right: 4px;
  top: 38px;
}

.mainNav>ul>li .sf-mega ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

.mainNav>ul>li .sf-mega ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 31px;
  border-bottom: 1px solid #ffffff;
}

.mainNav>ul>li .sf-mega ul li a {
  position: relative;
  display: inline-block;
  font: 700 12px 'Roboto Slab', serif;
  line-height: 30px;
  width: 100%;
  color: #ffffff;
  background: #bb2500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}

.mainNav>ul>li .sf-mega ul li a:hover {
  color: #1d1c1c;
  background: #ffffff;
  text-decoration: none;
}

.mainNav>ul>li .sf-mega ul li.last {
  border-bottom: none;
}

/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
/* footer {
  position: absolute;
  width: 100%;
  height: 67px;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  background: url('../img/bg_1.png') 0 0 repeat;
} */
/* footer.pos_unset {
  position: unset;
  background: #1f2224;
}

.copyright {
  font: normal 13px/1em 'Ubuntu', sans-serif;
  color: #ffffff;
  margin: 0;
  /*padding: 30px 0 0;*/
}

.copyright a {
  color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.copyright a:hover {
  color: #bb2500;
  text-decoration: none;
}

*/

/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#gallery-full {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.closeIcon1 {
  position: absolute;
  top: 0px;
  right: -50px;
  cursor: pointer;
  width: 72px;
  height: 72px;
  overflow: hidden;
  z-index: 999 !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.closeIcon1.closeIconGallery {
  top: auto;
  right: 20px;
  bottom: 31px;
  border-radius: 500px;
  background-color: #ffffff;
  width: 59px;
  height: 59px;
}

.closeIcon1.closeIconGallery:after {
  text-align: center;
  content: 'close';
  position: absolute;
  width: 100%;
  color: #000;
  height: 100%;
  top: 0;
  background: none;
  left: 0;
  font: bold 18px/57px 'Roboto Slab', serif;
}

.closeIcon1.closeIconGallery:hover:after {
  background: #bb2500;
  color: #ffffff;
}

.closeIcon1.closeIconGallery:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.closeIcon1:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.closeIcon1:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#content>div {
  position: relative;
  width: 100%;
  height: 100%;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content p,
#content .image_1,
#content .padding1,
#content .padding2,
#content .btn,
#content address {
  position: relative;
}

.container {
  position: relative;
  z-index: 1;
}

.container-fluid {
  width: 100%;
}

#page1 .container {
  padding-top: 0 !important;
}

.bgHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.bg2 {
  background: #ffffff;
}

.bg3 {
  background-size: cover;
  background-image: url('../img/bg_2.jpg');
  z-index: -2;
}

.bg4 {
  background: #ffffff;
}

.bg5 {
  background: #ffffff;
}

div[data-url="404.html"] {
  background: none !important;
}

div[data-url="404.html"]:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url('../img/bg_2.jpg');
  z-index: -1;
}

.color_1 {
  color: #404040;
}

#other_pages {
  position: fixed !important;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: -100%;
  top: 0;
  height: 0;
  -webkit-overflow-scrolling: touch;
}

#other_pages h3 {
  margin-bottom: 40px;
}

#other_pages>div {
  position: absolute !important;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #ffffff;
}

#other_pages>div>div {
  padding-top: 160px;
}

#other_pages h2 {
  margin: 65px 0 48px;
}

#other_pages p {
  margin-bottom: 25px;
}

#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  top: 0px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 700 17px/1em 'Roboto Slab', serif;
  color: #404040;
  text-transform: lowercase;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #bb2500;
  text-decoration: none;
}

.type2 {
  font: 700 20px/1em 'Ubuntu', sans-serif;
  background: url('../img/bg_3.png') 0 0 repeat;
  color: #ffffff;
  padding: 15px 22px;
  border-radius: 5px;
  text-align: center;
}

.type2:hover {
  background: url('../img/false_button.png') 0 0 repeat;
  color: #404040;
}

.type3 {
  color: #ffffff;
}

.type3:hover {
  color: #bb2500;
}

/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: 0;
  right: 15px;
  width: 44px;
  height: 44px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}

.closeIcon:hover:after {
  background: url(../img/close_icon.png) right center no-repeat;
}

.link_1 {
  position: relative;
  color: #bb2500;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.link_1:hover {
  color: #404040;
  text-decoration: none;
}

/*-----------  PAGE 1  --------------------------------------------------*/
/*-----------  CAMERA  ---------------*/
.slider_box {
  position: relative;
  display: block;
  padding: 0;
}

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

.slider_wrapper>div {
  width: 100%;
  position: relative;
  left: 0;
}

.caroufredsel_wrapper {
  top: 0 !important;
}

.camera_wrap {
  position: relative;
  display: none;
  z-index: 0;
  margin-bottom: 0 !important;
  width: 100%;
  height: 643px;
}

.camera_wrap img {
  max-width: 10000px;
}

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

.camera_src {
  display: none;
}

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

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

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

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

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

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

.camera_target_content .camera_link {
  background: #f00;
  display: block;
  height: 100%;
  text-decoration: none;
}

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

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

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

.imgFake {
  cursor: pointer;
}

.camera_commands>.camera_stop {
  display: none;
}

.camera_prev span {
  display: block;
}

.camera_thumbs_cont>div {
  float: left;
  width: 100%;
}

.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}

.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}

.camera_thumbs_cont ul li>img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}

.showIt {
  display: none;
}

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

.navigCamera {
  position: absolute;
  bottom: 86px;
  width: 100%;
  height: 59px;
  height: 0;
  z-index: 100;
}

.navigCamera a {
  margin: 0 15px;
  cursor: pointer;
  background: url('../img/false_button.png') 0 0 repeat;
}

.navigCamera .next_b {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 80px;
  height: 85px;
  float: right;
  background: url('../img/arr_next.png') 0 bottom no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigCamera .next_b span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/arr_next.png') 0 0 no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navigCamera .next_b:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navigCamera .prev_b {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 80px;
  height: 85px;
  float: left;
  background: url('../img/arr_prev.png') 0 bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navigCamera .prev_b span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/arr_prev.png') 0 0 no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navigCamera .prev_b:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.caption {
  position: absolute;
  text-align: left;
  width: 1170px;
  height: 85px;
  left: 50%;
  margin-left: -585px;
  bottom: 0;
  background: url('../img/bg_1.png') 0 0 repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.caption p {
  font: normal 24px/75px 'Ubuntu', sans-serif;
  padding: 2px 36px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}

.caption p span {
  font: 700 14px/75px 'Roboto Slab', serif;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 140px;
}

.camera_pag {
  bottom: 150px;
  display: inline-block;
  position: absolute;
  right: 50px;
  z-index: 60;
}

.camera_pag ul {
  margin: 0;
}

.camera_pag ul li {
  float: left;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 27px;
  width: 14px;
  height: 14px;
  border-radius: 500px;
  overflow: hidden;
}

.camera_pag ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: #c6c6c6;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.camera_pag ul li:hover span,
.camera_pag ul li.cameracurrent span {
  background-position: 0 -4px;
  cursor: pointer;
  background: #bb2500;
}

/*-----------  CAMERA END ---------------*/
.slog {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 72px 0 45px;
  border-bottom: 1px solid #e8e8e8;
}

.slog .anim1 {
  font: normal 55px/70px 'Roboto Slab', serif;
  color: #404040;
  margin-bottom: 13px;
}

.slog .anim2 {
  font: 20px/25px 'Ubuntu', sans-serif;
  margin-bottom: 25px;
}

/*-----------  PAGE 2  --------------------------------------------------*/
/*-----------  PAGE 3  --------------------------------------------------*/
#page3 h2 {
  color: #ffffff;
  margin: 50px 0 75px;
}

.gall {
  position: relative;
}

.gall>div>a {
  position: relative;
  display: block;
  margin-bottom: 49px;
  overflow: hidden;
}

.gall>div>a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gall>div>a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/false_button.png') 0 0 repeat;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gall>div>a .hover span {
  display: inline-block;
  width: 101px;
  height: 101px;
  margin: 0;
  background: url('../img/icon_zoom.png') 0 no-repeat;
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  position: relative;
  /*.transition(all 0.3s ease-out);*/
  top: 100%;
  pointer-events: none;
  perspective: 300;
  -webkit-perspective: 300;
  -moz-perspective: 300;
  -o-perspective: 300;
}

.gall>div>a:hover {
  text-decoration: none;
}

.gall>div>a:hover .hover span {
  top: 50%;
  margin-top: -50px;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}

.gall>div>a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gall .txt_info {
  position: relative;
  width: 100%;
}

.gall .txt_info p {
  margin-bottom: 21px;
}

.gall .txt_info .title {
  position: relative;
  font: 700 17px/25px 'Roboto Slab', serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.gall .txt_info h4 {
  color: #ffffff;
  margin-bottom: 23px;
}

.gall .txt_info .anim_btn {
  margin-bottom: 80px;
}

.photoSwipe1 {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}

.photoSwipe1 li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.photoSwipe1 li ._thumb {
  width: 100%;
}

.photoSwipe1 li ._thumb img {
  width: 100%;
}

/*-----------  PAGE 4  --------------------------------------------------*/
#page4 h3 {
  margin-bottom: 57px;
}

.news {
  position: relative;
  display: block;
  margin-top: 0;
}

.news .badge {
  position: relative;
  display: inline-block;
  float: left;
  width: 70px;
  height: 84px;
  border-radius: 0;
  background: #bb2500;
  font: 14px/1em 'Ubuntu', sans-serif;
  text-align: center;
  letter-spacing: 7px;
  color: #ffffff;
  padding: 8px 0 0;
  margin: -5px 9% 0 0;
}

.news .badge span {
  position: relative;
  font-size: 53px;
  line-height: 50px;
  letter-spacing: 0;
}

.news .txt_info {
  position: relative;
  padding-bottom: 26px;
  overflow: hidden;
}

.news .txt_info .title {
  position: relative;
  font: 300 21px/30px 'Roboto Slab', serif;
  color: #404040;
  margin-bottom: 13px;
}

.news .txt_info .title a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news .txt_info .title a:hover {
  color: #bb2500;
  text-decoration: none;
}

/*-----------  PAGE 5  --------------------------------------------------*/
#page5 h2 {
  margin: 56px 0 42px;
}

.anim_form {
  position: relative;
}

form .width_1 {
  position: relative;
  display: inline-block;
  width: 49%;
  float: left;
  margin-right: 2%;
}

form .width_2 {
  position: relative;
  display: inline-block;
  width: 32%;
  float: left;
  margin-right: 2%;
}

/* .form-control {
  font: 300 15px/1em 'Ubuntu', sans-serif;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #404040;
  width: 100%;
  height: 49px;
  padding: 9px 17px;
  background: #ffffff;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #404040;
} */

.g_map {
  position: relative;
  display: block;
  width: 100%;
  height: 406px;
  float: left;
  /*margin: 0 0 67px;*/
  margin: 0;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #ffffff !important;
}

/*-----------  PAGE 404  --------------------------------------------------*/
.cont_404 {
  position: relative;
  text-align: center;
  padding: 0 255px;
}

.style_1,
.style_2,
.style_3 {
  font: 222px/200px 'Roboto Slab', serif;
  color: #ffffff;
}

.style_1 {
  margin: 44px 0 16px !important;
  text-transform: uppercase;
}

.style_2 {
  font-size: 43px;
  line-height: 1em;
  margin-bottom: 61px !important;
}

.style_3 {
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 31px !important;
}

/* search */
#search {
  position: relative;
  margin: 8px 0 30px;
  overflow: hidden;
  display: inline-block;
}

#search>input {
  width: 292px;
  height: 48px;
  padding: 9px 17px;
  float: left;
  border: 1px solid #939092;
  border-radius: 4px;
}

#search>a {
  float: left;
  font: 25px/1em 'Roboto Slab', serif;
  letter-spacing: 2px;
  padding: 9px 23px 14px;
  background: #bb2500;
  text-transform: lowercase;
  margin-left: -9px;
  color: #ffffff;
}

#search>a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #404040;
  color: #bb2500;
}

.search_result {
  color: #bb2500;
}

.search_title {
  margin-bottom: 0 !important;
}

.search_title a {
  position: relative;
  top: 6px;
  color: #404040;
  text-decoration: underline;
}

.search_title a:hover {
  color: #bb2500;
  text-decoration: underline;
}

.search_list {
  margin-bottom: 30px;
}

.search_list li {
  margin-bottom: 30px;
  margin-top: -20px;
}

.search_list li span:last-child {
  font-size: 13px;
}

.search_list li h3 {
  margin: 0;
  margin-bottom: 15px !important;
  font-size: 30px !important;
  letter-spacing: 1px;
}

.search_list li p {
  margin: 0;
}

.search_list h4 {
  line-height: 35px;
}

.search_list h4 span {
  font-size: 35px;
  color: #bb2500;
}

.box_inner {
  padding-bottom: 1px;
}

/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}

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

@media (max-width: 1360px) {
  .caption {
    width: 990px;
    margin-left: -495px;
  }
}

@media (max-width: 1190px) {
  .caption {
    width: 700px;
    margin-left: -350px;
  }
}

@media (max-width: 991px) {
  .cont_404 {
    padding: 0;
  }

  form {
    width: 100%;
  }

  #search>input {
    width: 100%;
  }

  #search>a {
    margin-left: 0;
    margin-top: 10px;
    float: right;
  }
}

@media (max-width: 885px) {
  .caption {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .navigCamera {
    bottom: 170px;
  }
}

@media (max-width: 768px) {
  h1 {
    margin: 5px 0 0;
    width: 65px;
    height: auto;
  }

  .mainNav {
    margin-top: 85px;
    text-align: left;
  }

  .slog p {
    font-size: 35px !important;
  }

  .slog p+p {
    font-size: 20px !important;
  }
}

@media (max-width: 700px) {
  .caption {
    height: 45px;
  }

  .caption p {
    font-size: 18px;
    line-height: 43px;
  }

  .caption p span {
    font-size: 11px;
    line-height: 43px;
    width: 110px;
  }

  .navigCamera {
    bottom: 130px;
  }
}

@media (max-width: 650px) {
  form .width_1 {
    width: 100%;
    float: none;
  }

  form .width_2 {
    width: 100%;
    float: none;
  }

  form label {
    margin-bottom: 3px;
  }

  .btns {
    margin-top: 25px;
    margin-bottom: 110px;
  }

  form .success-message {
    padding: 159px 10px;
  }
}

@media (max-width: 600px) {
  .slog {
    padding: 15px 0 0;
  }

  .slog p {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  .slog p+p {
    font-size: 15px !important;
    line-height: 27px !important;
  }

  .anim4 {
    margin-bottom: 20px !important;
  }

  .style_1 {
    font-size: 149px;
    line-height: 145px;
    padding-top: 50px;
  }

  .style_3 {
    font-size: 43px;
  }
}

@media (max-width: 560px) {
  .caption {
    //display: none;
  }

  .navigCamera {
    bottom: 64px;
  }

  .navigCamera .prev_b {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    left: -20px;
  }

  .navigCamera .next_b {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: -20px;
  }
}

@media (max-width: 535px) {
  .mainNav>ul>li a>div span {
    padding: 0 7px;
  }

  .mainNav>ul>li .sf-mega {
    right: -5px;
  }

  .maxheight {
    width: 100% !important;
  }

  .slog {
    padding-top: 25px;
  }
}

@media (max-width: 460px) {
  .mainNav>ul>li a>div span {
    font-size: 10px;
    line-height: 27px;
  }

  .mainNav>ul>li .sf-mega {
    right: -13px;
    top: 31px;
  }

  .style_2,
  .style_3 {
    font-size: 33px;
  }
}

@media (max-width: 380px) {
  .mainNav>ul>li a>div span {
    font-size: 8px;
  }

  .mainNav>ul>li {
    float: left;
    margin-right: 1px;
  }

  .mainNav>ul>li a>div span {
    padding: 0 5px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 1px;
  }

  .mainNav>ul>li .sf-mega {
    right: -18px;
  }
}

/*
@media screen and (max-height: 900px){
    #content>div > .container{
        padding-top: 50px;
    }
}
*/
/* tablet version changes */
html.ipad #galleryDescription li {
  right: 150px;
}

html.ipad #galleryDescription li p {
  margin: 10px 0 0 !important;
}

html.ipad .ex_ipad {
  width: 100%;
  height: 1px;
}

html.tablet #page2 h3 {
  margin-top: 20px;
}

html.tablet #page3 h2,
html.tablet #page5 h2 {
  margin-top: 20px;
}

html.tablet #page4 h3 {
  margin-top: 20px;
}

html.tablet .closeIcon {
  top: -60px;
}

html.tablet .fullscr-btn {
  display: none;
}

/* mobile version changes */
html.mobile {
  /*.bgHolder{
        display: none;
    }*/
}

html.mobile body {
  overflow-y: visible;
}

html.mobile .mobile-only {
  display: block;
}

html.mobile h1 {
  /*width: 65px;*/
  width: 180px;
  margin: 8px 10px 8px 0;
}

html.mobile .closeIcon {
  top: -41px;
  right: 15px;
}

html.mobile h2 {
  font-size: 40px;
  color: #404040;
}

html.mobile #page2 h3,
html.mobile #page4 h3 {
  margin-top: 24px;
}

html.mobile #page3 h2 {
  margin: 31px 0 37px;
}

html.mobile .style_1 {
  font-size: 141px;
  line-height: 127px;
  padding-top: 11px;
}

html.mobile .btns {
  margin-bottom: 50px;
}

html.mobile div[data-url="404.html"] {
  background-image: url('../img/bg_2.jpg') !important;
  background-size: cover;
}

html.mobile #mobile-wrap #mobile-header {
  background: url('../img/bg_1.png') 0 0 repeat;
}

html.mobile #mobile-wrap #mobile-header #mobile-navigation {
  /*width: 100%;
  margin: 0 0 20px;
  font-size: 16px;*/
  width: 100%;
  height: 50px;
  margin: 8px 0;
  font-size: 16px;
}

html.mobile #mobile-wrap #mobile-content {
  position: relative;
  background: #ffffff;
}

html.mobile #mobile-wrap #mobile-content>div {
  display: block;
}

html.mobile #mobile-wrap #mobile-footer {
  background: url('../img/bg_1.png') 0 0 repeat;
}

html.mobile #mobile-wrap #mobile-footer .copyright {
  float: left;
  margin: 3px 0 20px;
  padding-left: 15px;
  padding-top: 21px;
}

/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */