@import url(http://fonts.googleapis.com/css?family=Oleo+Script|Ubuntu:400,700,500,300);
@import 'touchTouch.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%;
  color: #928e92;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: visible;
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
}
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;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ff626f;
}
p {
  margin-bottom: 40px;
  font-weight: 300;
}
address {
  color: #ffffff;
  margin: 10px 0px 25px;
}
h1 {
  position: relative;
  float: left;
  width: 334px;
  height: 284px;
  margin: 0;
}
h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
h2 {
  font: normal 118px/1em 'Oleo Script', cursive;
  color: #ff626f;
  letter-spacing: 6px;
  margin: 56px 0;
  padding: 0;
  top: 0!important;
}
h2 span {
  position: relative;
  display: inherit;
  font-size: 66px;
  margin-top: -32px;
}
h3 {
  font: 400 66px/1em 'Oleo Script', cursive;
  color: #ff626f;
  text-transform: uppercase;
  letter-spacing: -4px;
  margin: 123px 0 28px;
  padding: 0;
}
h4 {
  font: 500 24px/1em 'Ubuntu', sans-serif;
  color: #4b464a;
  text-transform: uppercase;
  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: #ff626f;
  text-decoration: none;
}
.title {
  font: 400 22px/26px 'Ubuntu', sans-serif;
  color: #4b464a;
  padding: 0;
  margin: 0 0 25px;
}
.style_1 {
  font: 400 18px/27px 'Ubuntu', sans-serif;
}
.style_2 {
  font: 300 28px/35px 'Ubuntu', sans-serif;
  font-weight: 300!important;
}
.style_3 {
  font: 500 20px/30px 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #4b464a;
  margin-bottom: 44px!important;
}
/* classes-helpers */
.padding1 {
  padding: 0;
}
.padding2 {
  padding-bottom: 30px;
}
.padding3 {
  padding-bottom: 50px!important;
}
.marg_01 {
  margin-bottom: 32px;
}
.marg_02 {
  margin-top: 120px;
}
.marg_03 {
  margin-top: 227px;
  margin-bottom: 31px;
}
.box {
  overflow: hidden;
}
.marginAuto {
  margin: 0 auto;
}
.textAlignCenter {
  text-align: center;
}
.inlineBlock {
  display: inline-block;
}
.noDisplay {
  display: none;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 67px;
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
  border-bottom: 4px solid #ffffff;
  /*-----------  MENU  ------------------------------------------------------------*/
}
.headerHolder {
  position: relative;
  z-index: 100;
}
.mainNav {
  position: relative;
  display: block;
  text-align: center;
  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;
  height: 63px;
  z-index: 0;
}
.mainNav > ul > li:first-child a div:after {
  display: none;
}
.mainNav > ul > li:after {
  position: absolute;
  display: block;
  width: 13px;
  height: 12px;
  background: url(../img/menu_separator.png) no-repeat 0 0;
  top: 22px;
  right: -9px;
  pointer-events: none;
  content: "";
}
.mainNav > ul > li:last-child:after {
  display: none;
}
.mainNav > ul > li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  perspective: 800;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  overflow: hidden;
}
.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: normal 30px/54px 'Oleo Script', cursive;
  color: #ffffff;
  text-transform: lowercase;
  padding: 0 29px;
  margin: 0;
  -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: #4b464a;
}
.mainNav > ul > li .sf-mega {
  position: absolute;
  width: 150px;
  right: 1px;
  top: 67px;
}
.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: 40px;
  border-bottom: 1px solid #ffffff;
}
.mainNav > ul > li .sf-mega ul li a {
  position: relative;
  display: inline-block;
  font: 16px 'Oleo Script', cursive;
  line-height: 40px;
  color: #ffffff;
  background: #4b464a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: lowercase;
}
.mainNav > ul > li .sf-mega ul li a:hover {
  color: #4b464a;
  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: 72px;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  background: #2b2b2b url(../img/main_bg.png) 0 0 repeat;
}
.copyright {
  font: 400 13px/1em 'Ubuntu', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 24px 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: #4b464a;
  text-decoration: none;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#content > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#content > div > .container {
  padding-top: 67px;
}
#content #page1 {
  overflow: hidden;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content p,
#content .image_1,
#content .padding1,
#content .padding2,
#content .btn,
#content address,
#content .bigLogo {
  position: relative;
}
.bigLogo {
  margin-top: 238px;
  margin-bottom: 100px;
}
.container {
  position: relative;
  z-index: 1;
}
.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: #ff626f url(../img/main_bg.png) 0 0 repeat;
  z-index: -2;
}
.bg2 {
  background: #ffffff;
}
.bg3 {
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
}
.bg4 {
  background: #ffffff;
}
.bg5 {
  background: #ffffff;
}
.color_1 {
  color: #4b464a;
}
.color_2 {
  color: #ffffff;
}
#other_pages {
  position: fixed !important;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: -100%;
  top: 0;
  height: 0;
  left: 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: -15px 0 57px;
}
#other_pages p {
  margin-bottom: 32px;
}
#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: 5px;
  font: normal 29px/1em 'Oleo Script', cursive;
  color: #4b464a;
  letter-spacing: 2px;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ff626f;
  text-decoration: none;
}
/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: -60px;
  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;
  font: 29px/1em 'Oleo Script', cursive;
  letter-spacing: 1px;
  color: #4b464a;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.link_1:hover {
  color: #ff626f;
  text-decoration: none;
}
/*-----------  PAGE 1  --------------------------------------------------*/
.ex_container {
  position: absolute;
  top: 0;
  width: 100%;
}
/*-----------  CAMERA  ---------------*/
.slider_box {
  position: relative;
  display: block;
  margin-top: 67px;
}
.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 {
  position: absolute;
  display: none;
  top: 457px;
  left: 556px;
  z-index: 999;
  cursor: pointer;
  width: 41px;
  height: 41px;
  background: #f00;
  background-size: cover;
}
.camera_next {
  position: absolute;
  display: none;
  top: 457px;
  cursor: pointer;
  right: 555px;
  width: 41px;
  height: 41px;
  z-index: 999;
  background: #f00;
  background-size: cover;
}
.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;
  top: 50%;
  width: 100%;
  height: 59px;
  height: 0;
  z-index: 100;
  margin-top: -35px;
}
.navigCamera a {
  margin: 0 15px;
  cursor: pointer;
  background: url('../img/false_button.png') 0 0 repeat;
}
.navigCamera .next_b {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 59px;
  float: right;
  background: url('../img/arr_next.png') right 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navigCamera .next_b:hover {
  background: url('../img/arr_next.png') -1px 0 no-repeat;
}
.navigCamera .prev_b {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 59px;
  float: left;
  background: url('../img/arr_prev.png') 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navigCamera .prev_b:hover {
  background: url('../img/arr_prev.png') -40px 0 no-repeat;
}
/*-----------  CAMERA END ---------------*/
/*-----------  PAGE 2  --------------------------------------------------*/
.line_hor {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background: url('../img/line_hor.png') 0 0 repeat-x;
  margin-bottom: 39px;
}
#page2_item1 {
  position: absolute;
  z-index: -3;
  margin-left: 100%;
  top: 86px;
  left: 83px;
}
#page2_item2 {
  position: absolute;
  z-index: -2;
  margin-left: 100%;
  top: 262px;
  left: 357px;
}
#page2_item3 {
  position: absolute;
  z-index: -1;
  margin-left: 100%;
  top: 364px;
  left: 211px;
}
#page2 p {
  top: 0!important;
}
/*-----------  PAGE 3  --------------------------------------------------*/
.gall {
  padding: 0;
  margin-top: -4px;
  margin-bottom: 7px;
  overflow: hidden;
}
.gall > div a {
  position: relative;
  display: inline-block;
  border-radius: 500px;
  margin-bottom: 21px;
}
.gall > div a img {
  border-radius: 500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gall > div a .hover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/false_button.png') 0 0 repeat;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gall > div a .hover span {
  position: relative;
  display: block;
  width: 100%;
  height: 99px;
  margin: 0;
  background: url('../img/icon_zoom.png') 50% 0 no-repeat;
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
  margin-top: -67px;
  pointer-events: none;
}
.gall > div a:hover {
  text-decoration: none;
}
.gall > div a:hover .hover span {
  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);
}
.gall .text_info {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gall .text_info p {
  color: #b1222a;
}
.gall .text_info .title {
  margin: 0 0 11px;
}
.gall .text_info .title a {
  position: relative;
  font: 500 24px/1em 'Ubuntu', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gall .text_info .title a:hover {
  color: #4b464a;
  text-decoration: none;
}
.lightbox {
  position: relative;
  display: block;
  /*background: url(../img/touchTouch/magnify.png) center center no-repeat #7ecefd;*/
}
.lightbox img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lightbox:hover img {
  opacity: 0.5;
}
/*-----------  PAGE 4  --------------------------------------------------*/
.news {
  position: relative;
  display: block;
  margin-top: -18px;
}
.news .badge {
  width: 98px;
  height: 98px;
  border-radius: 500px;
  background: #ff626f;
  font: 500 18px/1em 'Ubuntu', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 11px 0 0;
  margin-bottom: 31px;
}
.news .badge span {
  position: relative;
  display: block;
  font: 400 64px/56px 'Ubuntu', sans-serif;
}
.news p {
  margin-bottom: 31px;
}
/*-----------  PAGE 5  --------------------------------------------------*/
.mapHolder {
  position: relative;
  margin: 100px 0 172px;
  width: 100%;
  height: 558px;
  border-radius: 500px;
  overflow: hidden;
}
.g_map {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.g_map iframe {
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #3c2e36 !important;
}
.width_1 {
  position: relative;
  display: inline-block;
  width: 91px;
}
.form-control {
  font: 300 15px/1em 'Ubuntu', sans-serif;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #928e92;
  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: #928e92;
}
/*-----------  PAGE 404  --------------------------------------------------*/
.partLeft {
  position: relative;
  display: inline-block;
  float: left;
  width: 43%;
  margin-right: 3%;
  margin-top: -8px;
}
.partRight {
  position: relative;
  display: inline-block;
  width: 54%;
  margin-top: -24px;
}
.partRight h2 {
  margin-bottom: 20px!important;
}
/* search */
#search {
  position: relative;
  margin: 0 0 30px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 280px;
  height: 54px;
  padding: 9px 17px;
  float: left;
  border: 1px solid #939092;
  border-radius: 4px;
}
#search > a {
  float: left;
  font: 700 30px/1em 'Ubuntu', sans-serif;
  letter-spacing: 3px;
  padding: 12px 26px;
  background: #ff626f;
  text-transform: uppercase;
  margin-left: -8px;
}
#search > a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
.search_result {
  color: #ff626f;
}
.search_title {
  margin-bottom: 0!important;
}
.search_title a {
  position: relative;
  top: 6px;
  color: #928e92;
  text-decoration: underline;
}
.search_title a:hover {
  color: #ff626f;
  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;
}
.box_inner {
  padding-bottom: 1px;
  text-align: center;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1219px) {
  .gall > div a img {
    width: 100%;
  }
  .gall .icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .gall .text_info .title a {
    font-size: 19px;
  }
  .gall .text_info .title {
    margin-bottom: 0;
  }
  .mapHolder {
    height: 468px;
  }
  .ext_width {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mainNav > ul > li a > div span {
    padding: 0 13px;
  }
  .mainNav > ul > li .sf-mega {
    right: -13px;
  }
  .gall .icon {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .gall > div a .hover span {
    margin-top: -54px;
  }
  .gall > div a {
    margin-bottom: -4px;
  }
  .gall .text_info .title a {
    font-size: 14px;
  }
  h2 {
    font-size: 85px;
  }
  h2 span {
    font-size: 50px;
    padding-top: 45px;
    line-height: 40px;
  }
  .mapHolder {
    height: 345px;
  }
  .marg_03 {
    margin-top: 95px;
  }
  .partRight {
    margin-top: 15px;
  }
  #search > input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
    float: right;
  }
}
@media (max-width: 768px) {
  .mainNav > ul > li a > div span {
    font-size: 25px;
    padding-top: 2px;
  }
  .mainNav > ul > li:after {
    top: 24px;
  }
  .mainNav > ul > li .sf-mega {
    right: -20px;
  }
  .gall .icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .marg_02 {
    margin-top: 30px;
  }
  .mapHolder {
    margin-top: 50px;
    border-radius: 0;
  }
  .news {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .mainNav > ul > li a > div span {
    font-size: 16px;
    padding-top: 4px;
  }
  .mainNav > ul > li:after {
    top: 26px;
  }
  .mainNav > ul > li .sf-mega {
    right: -30px;
  }
  .gall .icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .partLeft {
    width: 100%;
    padding-bottom: 50px;
  }
  .partRight {
    width: 100%;
  }
  h2 {
    font-size: 70px;
  }
}
@media (max-width: 535px) {
  .gall .icon {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 460px) {
  .mainNav > ul > li a > div span {
    font-size: 16px;
    padding: 4px 4px 0;
  }
  .mainNav > ul > li:after {
    display: none;
  }
  .mainNav > ul > li .sf-mega {
    right: -40px;
  }
}
@media (max-width: 380px) {
  .mainNav > ul > li a > div span {
    font-size: 15px;
    padding: 4px 3px 0;
  }
  .mainNav > ul > li .sf-mega {
    right: -44px;
  }
}
@media screen and (max-height: 900px) {
  #content > div > .container {
    padding-top: 50px;
  }
}
/* tablet version changes */
html.tablet .bigLogo {
  margin-top: 120px;
  width: 280px;
}
html.tablet #content > div > .container {
  padding-top: 45px;
}
html.tablet .marg_02 {
  margin-top: 56px;
}
html.tablet .navigCamera {
  margin-top: -92px;
}
html.tablet.portrait .bigLogo {
  margin-top: 250px;
}
html.tablet.portrait .navigCamera {
  margin-top: -22px;
}
/* mobile version changes */
html.mobile.portrait .bigLogo {
  margin: 84px 0;
}
html.mobile body {
  overflow-y: visible;
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
}
html.mobile .bgHolder {
  display: none;
}
html.mobile .mobile-only {
  display: block;
}
html.mobile .bigLogo {
  margin: 40px 0;
  width: 70px;
}
html.mobile .slider_box {
  margin-top: 0;
}
html.mobile #page2_item1,
html.mobile #page2_item2,
html.mobile #page2_item3 {
  display: none;
}
html.mobile .closeIcon {
  top: -41px;
  right: 15px;
}
html.mobile h2 {
  color: #ff626f;
}
html.mobile .gall .text_info .title a {
  color: #ff626f;
}
html.mobile .gall .text_info .title a:hover {
  color: #4b464a;
}
html.mobile .marg_03 {
  margin-top: 50px;
}
html.mobile .style_2 {
  font-size: 21px;
}
html.mobile .mapHolder {
  margin-bottom: 15px;
}
html.mobile .padding2 {
  padding-bottom: 0;
}
html.mobile .partLeft {
  margin-top: 42px;
  padding-bottom: 0;
}
html.mobile .partRight {
  margin-top: 0;
}
html.mobile .partRight h2 {
  margin-top: 45px;
}
html.mobile .mob_poz {
  top: 18px;
}
html.mobile #mobile-wrap .bg1,
html.mobile #mobile-wrap .bg2,
html.mobile #mobile-wrap .bg3,
html.mobile #mobile-wrap .bg4 {
  background: transparent;
}
html.mobile #mobile-wrap #mobile-header {
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
}
html.mobile #mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
html.mobile #mobile-wrap #mobile-content {
  position: relative;
  /*background: #0f1319;*/
  background: #ffffff;
}
html.mobile #mobile-wrap #mobile-content > div {
  display: block;
}
html.mobile #mobile-wrap #mobile-footer {
  background: #ff626f url(../img/main_bg.png) 0 0 repeat;
}
html.mobile #mobile-wrap #mobile-footer .copyright {
  float: left;
  margin: 3px 0 20px;
  padding-left: 15px;
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
