@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #261a0e;
  color: #917e4a;
  font: 14px/20px 'Roboto', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 47px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 36px/40px 'Roboto Slab', Arial, sans-serif;
  color: #fff;
  margin-top: 41px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font: bold 24px/28px 'Roboto Slab', Arial, sans-serif;
  color: #917e4a;
  margin-top: 7px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
h4 {
  font: 300 20px/25px 'Roboto', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  background: url(../images/bg_pattern1.png) #2c2319;
  text-align: center;
  z-index: 110;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 42px;
  padding: 0;
  border-top: 1px solid #453524;
  border-bottom: 1px solid #453524;
  display: block;
  text-align: center;
}
.sf-menu {
  display: inline-block;
  margin-left: -16px;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 1px;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 55px;
  right: -1px;
  top: 0;
  background: #453524;
}
.sf-menu > li#last-li:before {
  display: none;
}
.sf-menu > li:first-child,
.sf-menu > li#first-li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 9px 10px 11px;
  width: 170px;
  text-align: center;
  font: 14px/35px 'Roboto Slab', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #917e4a;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 10;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #1d150d;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  left: 8px;
  right: 8px;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  position: absolute;
  display: inline-block;
  left: 38px;
  right: 38px;
  top: -5px;
  bottom: -5px;
  border-bottom: 5px solid #3b2f21;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #917e4a;
  border-radius: 5px;
  opacity: 0;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;

				}*/
}
.sf-menu > li.current > a {
  color: #1d150d;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  left: 8px;
  right: 8px;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #1d150d;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  left: 8px;
  right: 8px;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #3b2f21;
  padding: 25px 0px 10px;
  width: 212px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 40px;
  line-height: 29px;
}
.sf-menu ul li a {
  padding: 0;
  font: 14px/29px 'Roboto Slab', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #917e4a;
  display: block;
}
.sf-menu ul li a:hover {
  color: #3b2f21;
  background: #917e4a;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #3b2f21;
  background: #917e4a;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: -25px;
  left: 0px;
  background: #3b2f21;
  background: none;
  /*padding: 10px 10px;*/
  padding-bottom: 0;
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  text-indent: 50px;
  color: #917e4a;
}
.sf-menu ul ul li a:hover {
  color: #917e4a;
  background: #261d13;
}
@media only screen and (max-width: 1199px) {
  .sf-menu {
    margin-left: 0;
  }
  .sf-menu > li {
    /*margin-left: 50px;*/
  }
  /*.sf-menu li:before{right: -27px;}*/
  .sf-menu > li > a {
    width: 150px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    /*margin-left: 50px;*/
  }
  .sf-menu > li > a {
    width: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #ffffff;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: url(../images/bg_pattern1.png);
  padding: 0px 0 0px;
  z-index: 1999;
}
.isStuck h1 {
  /*height: 100px;*/
  display: none;
}
.isStuck nav {
  margin-top: 0;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 55px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a.link1:hover {
  color: #eee;
}
a.link2 {
  text-decoration: underline;
}
a.link2:hover {
  color: #fff;
  text-decoration: underline;
}
a.link3:hover {
  color: #917e4a;
}
.txt1 {
  font: bold 24px/28px 'Roboto Slab', Arial, sans-serif;
  color: #917e4a;
  margin-top: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.txt2 {
  position: relative;
  font: bold 14px/18px 'Roboto Slab', Arial, sans-serif;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 2px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.txt2:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 33px;
  height: 2px;
  left: 50%;
  margin-left: -16px;
  bottom: 0;
  background: #917e4a;
}
.txt3 {
  position: relative;
  font: bold 14px/18px 'Roboto Slab', Arial, sans-serif;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: -14px;
}
.txt3.v2 {
  margin-top: 26px;
}
.txt3.v3 {
  margin-top: 40px;
}
.color1 {
  color: #424348;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.box,
.box2,
.box3 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 40px;
}
.marTop2 {
  margin-top: 60px;
}
.marTop3 {
  margin-top: 18px;
}
.marTop4 {
  margin-top: 14px;
}
.marTop5 {
  margin-top: 58px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #453524;
  margin-top: 15px;
}
.hline2 {
  position: relative;
  margin-top: 11px;
  height: 2px;
}
.hline2.v2 {
  margin-top: 26px;
}
.hline2.v3 {
  margin-bottom: -11px;
}
.hline2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 33px;
  height: 2px;
  left: 50%;
  margin-left: -16px;
  top: 0;
  background: #917e4a;
}
p {
  margin-top: 26px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img_round {
  border-radius: 5px;
}
.img1 {
  margin-top: 27px;
}
.img2 {
  float: left;
  margin-top: 27px;
  margin-right: 30px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 52px/52px 'Roboto', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Roboto', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Roboto', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 38px;
}
.listWithMarker.v2 {
  margin-top: 25px;
}
.listWithMarker li {
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f00c';
  font: normal normal 14px/20px 'FontAwesome';
  color: #fff;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #ffffff;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  font: 14px/18px "Roboto Slab", Arial, sans-serif;
  color: #917e4a;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.more_btn:hover {
  color: #fff;
}
.more_btn.line_up {
  position: relative;
  padding-top: 18px;
}
.more_btn.line_up:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 33px;
  height: 2px;
  left: 50%;
  top: 0;
  margin-left: -16px;
  background: #917e4a;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Roboto", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #ffffff;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
  margin-top: 28px;
  z-index: 2;
}
.magnifier2 img {
  border-radius: 5px;
  border-bottom: 4px solid #86774d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 282px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
}
.soc_icons i {
  font: normal normal 15px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #ffffff;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 30px 0;
  /*background: #fafafa;*/
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 0;
  text-align: center;
  padding: 8px 0 70px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-2 {
  position: relative;
  width: 100%;
  padding: 15px 0 1px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg_pattern2.jpg) #2f2315;
  width: 1200px;
  margin: 0 auto;
  margin-top: -295px;
  border-radius: 6px;
  border-top: 5px solid #817248;
  overflow: hidden;
  z-index: 100;
}
.box-3 {
  position: relative;
  width: 100%;
  padding: 32px 20px 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg_pattern2.jpg) #2f2315;
  margin: 0 auto;
  margin-top: -15px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.banner1 {
  position: relative;
  padding: 22px 10px 40px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  margin-top: 46px;
  background: none;
}
.vline,
.vline2 {
  position: relative;
}
.vline:before,
.vline2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  right: -16px;
  top: 0;
  background: #453524;
}
.vline2:before {
  display: block;
  width: 1px;
  top: -5px;
  height: 116px;
  background-color: #453524;
}
.banner1:hover {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background: url(../images/banner_bg.png);
}
.banner2 {
  display: block;
  margin-top: 14px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.banner2:hover .banner2_txt {
  opacity: 1;
}
.banner2_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #372a1d;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner2_txt p {
  position: relative;
  margin-top: 32%;
  font: 14px/22px 'Roboto Slab', Arial, sans-serif;
  color: #917e4a;
  padding: 11px 0 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.banner2_txt p:before,
.banner2_txt p:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 33px;
  height: 2px;
  left: 50%;
  margin-left: -16px;
  top: 0;
  background: #917e4a;
}
.banner2_txt p:after {
  top: auto;
  bottom: 0;
}
.camera_pagination {
  margin-top: 10px;
  display: inline-block;
}
.camera_pagination li {
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  background: #54422f;
  margin-right: 6px;
  float: left;
  border-radius: 500px;
}
.camera_pagination li.active,
.camera_pagination li:hover {
  background: #917e4a;
}
.camera_slogans {
  margin-top: 20px;
}
.camera_slogans li {
  display: none;
}
.camera_slogans li.active {
  display: block;
}
.slider_txt1 {
  position: relative;
  font: 36px/42px 'Roboto Slab', Arial, sans-serif;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.slider_txt1:before,
.slider_txt1:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 215px;
  height: 2px;
  left: 102px;
  top: 33px;
  background: #fff;
}
.slider_txt1:after {
  left: auto;
  right: 102px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 26px;
  position: relative;
  height: 418px;
  border-radius: 5px;
  overflow: hidden;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 27px;
  display: block;
  padding-bottom: 17px;
}
.address1 dt {
  font: bold 14px/18px 'Roboto Slab', Arial, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.address1 dd span {
  min-width: 140px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 30px;
  color: #423528;
  text-align: center;
  overflow: hidden;
}
#footer h1 {
  margin-top: 10px;
}
.txt_priv {
  font: bold 14px/20px 'Roboto', Arial, sans-serif;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 15px 5px;
  display: inline-block;
  border-bottom: 2px solid #423528;
  letter-spacing: 3px;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #917e4a;
  /*width: 40px;
    height: 43px;*/
  font-size: 29px;
  /*line-height: 38px;*/
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .box-2 {
    width: 100%;
  }
  .slider_txt1:before,
  .slider_txt1:after {
    display: none;
  }
  .vline:before,
  .vline2:before {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .txt1 {
    font: bold 18px/22px 'Roboto Slab', Arial, sans-serif;
  }
  .slider_txt1 {
    font: 26px/32px 'Roboto Slab', Arial, sans-serif;
  }
  .box2 {
    overflow: visible;
  }
  .address1 dd span {
    min-width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .banner1 {
    margin-top: 20px;
  }
  .box-2 {
    padding-bottom: 10px;
  }
  .magnifier2 img {
    max-height: 1000px;
  }
  .img2 {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
}
/*Core variables and mixins*/
