@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:400,300,700,400italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);

/*========================================================
										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: #36190e;
  color: #ffffff;
  font: 14px/20px 'Roboto', Arial, sans-serif;
  background: url(../images/bg1.jpg) #36190e no-repeat;
}

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

* {
  -webkit-text-size-adjust: none;
}

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
}

h1 img {
  max-width: inherit;
}

h1.logo_splash {
  margin-top: -115px;
}

h1.logo_footer {
  margin-top: 28px;
}

h1.logo2 {
  margin-top: 17px;
}

h2 {
  font: bold 30px/34px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 41px;
  letter-spacing: 3px;
}

h3 {
  font: 18px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #ffcc53;
  text-transform: uppercase;
  margin-top: 26px;
  letter-spacing: 1px;
}

h4 {
  font: 300 20px/25px 'Roboto', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}

/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 3px 0 0px;
  position: relative;
  z-index: 100;
}

#header.content_pages {
  padding-bottom: 26px;
}

/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 65px;
  padding: 0;
  display: block;
  text-align: right;
  padding-right: 15px;
}

.sf-menu {
  display: inline-block;
}

.sf-menu>li {
  float: left;
  position: relative;
  margin: 0 0 0 49px;
}

.sf-menu>li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 7px;
  height: 17px;
  right: -27px;
  top: 5px;
  background: url(../images/dot1.png) no-repeat 0 0;
}

.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: 0;
  padding-bottom: 8px;
  font: 20px/24px 'Roboto Condensed', Arial, sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}

.sf-menu>li>a:hover {
  color: #ffcc53;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu>li>a:hover strong {
  width: 100%;
  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 {
  width: 0%;
  height: 4px;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0px;
  -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: #ffcc53;
  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: #ffcc53;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.current>a strong {
  width: 100%;
  opacity: 1;
}

.sf-menu>li.sfHover>a {
  color: #ffcc53;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.sfHover>a strong {
  width: 100%;
  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: 28px;
  left: 0px;
  background: #ffcc53;
  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: 31px;
}

.sf-menu ul li a {
  padding: 0;
  font: 20px/31px 'Roboto Condensed', Arial, sans-serif;
  letter-spacing: 1px;
  color: #6c321d;
  display: block;
}

.sf-menu ul li a:hover {
  color: #ffcc53;
  background: #6c321d;
}

.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: #ffcc53;
  background: #6c321d;
}

/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: -25px;
  left: 0px;
  background: #ffcc53;
  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: #6c321d;
}

.sf-menu ul ul li a:hover {
  color: #6c321d;
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  nav {
    padding-right: 0;
  }

  .sf-menu>li {
    margin-left: 20px;
  }

  .sf-menu li:before {
    right: -10px;
  }
}

@media only screen and (max-width: 979px) {
  .sf-menu>li a {
    letter-spacing: 0;
  }
}

@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 #ffcc53;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #2a1109;
  padding: 0px 0 0px;
  z-index: 999;
}

.isStuck h1,
.isStuck h1 img {
  height: 30px;
  margin-top: 0;
}

.isStuck nav {
  margin: 0;
  padding: 0;
}

/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 30px;
}

@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: #ffcc53;
  text-decoration: none;
}

a.link1 {
  color: #000;
}

a.link1:hover {
  color: #eb6654;
}

a.link2:hover {
  color: #fff;
}

.logo_link {
  margin-right: 10px;
}

.logo_link img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.logo_link:hover img {
  opacity: 0.5;
}

.txt1 {
  font: 20px/26px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 214px;
}

.txt2 {
  font: bold 30px/30px 'Roboto Condensed', Arial, sans-serif;
  color: #ffcc53;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 7px;
}

.txt3 {
  font: bold 14px/18px 'Roboto Condensed', Arial, sans-serif;
  color: #ffcc53;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 13px;
}

.txt4 {
  font: bold 20px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 16px;
}

.txt5 {
  position: relative;
  font: bold 68px/100px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 45px;
  float: left;
  width: 112px;
}

.txt5:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 44px;
  height: 4px;
  left: 0;
  top: 1px;
  background: #fff;
}

.txt6 {
  font: 20px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 89px;
}

.txt7 {
  font: 300 30px/34px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 27px;
}

.txt8 {
  font: bold 30px/34px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 36px;
}

.txt9 {
  font: 20px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #ffcc53;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 3px;
}

.txt10 {
  font: bold 14px/18px 'Roboto Condensed', Arial, sans-serif;
  color: #ad715c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: -5px;
}

.txt11 {
  font: 60px/60px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 22px;
}

.txt12 {
  font: 30px/36px 'Roboto Condensed', Arial, sans-serif;
  color: #ad715c;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 8px;
}

.txt12.v2 {
  margin-top: 17px;
  margin-bottom: -7px;
}

.txt13 {
  font: 18px/26px 'Roboto Condensed', Arial, sans-serif;
  color: #ad715c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 16px;
  padding-bottom: 10px;
}

.txt14 {
  font: 44px/60px 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 22px;
}

.txt15 {
  font: 24px/26px 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #ad715c;
  letter-spacing: 2px;
  margin-top: 11px;
}

.color1 {
  color: #ffcc53;
}

.color2 {
  color: #fff;
}

.color3 {
  color: #ad715c;
}

.bg1 {
  background-color: #6c321d;
}

.bg2 {
  background-color: #6c321d;
}

.border1 {
  border: 7px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pad1 {
  padding: 0px 20px 31px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mar1 {
  margin-right: 5px;
  float: left;
  height: 30px;
}

.mar2 {
  margin-right: 10px;
  float: left;
  height: 20px;
}

.marTop0 {
  margin-top: 0px;
}

.marTop1 {
  margin-top: 118px;
}

.marTop2 {
  margin-top: 46px;
}

.marTop3 {
  margin-top: 16px;
}

.marTop4 {
  margin-top: 46px;
}

.marTop5 {
  margin-top: 57px;
}

.marTop6 {
  margin-top: 99px;
}

.marTop7 {
  margin-top: 29px;
}

.marTop8 {
  margin-top: 29px;
}

.marTop9 {
  margin-top: 25px;
}

.marTop10 {
  margin-top: 25px;
}

.marTop11 {
  margin-top: 25px !important;
}

.marTop12 {
  margin-top: 54px;
}

.marTop13 {
  margin-top: 47px;
}

.marTop14 {
  margin-top: 67px;
}

.hline {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-top: 30px;
  margin-bottom: 0px;
}

p {
  margin-top: 20px;
}

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;
}

.img1 {
  margin-top: 30px;
}

.img2 {
  margin-top: 30px;
  float: left;
  margin-right: 23px;
}

.img3 {
  margin-top: 30px;
}

blockquote {
  padding: 25px 30px 44px 61px;
  background: url(../images/quote_sign.png) 29px 0px no-repeat;
  margin-top: 33px;
  overflow: hidden;
}

blockquote p {
  margin-top: 0;
  font-style: italic;
  color: #fff;
}

.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: 34px;
}

.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}

.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}

.listWithMarker li a {
  color: #a2a2a2;
  text-decoration: none;
  font: 14px/20px "Roboto", Arial, sans-serif;
}

.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #ffcc53;
}

.list1 {
  margin: 0;
  margin-top: 27px;
}

.list1 li {
  display: block;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}

.list1 li a {
  color: #ad715c;
  text-decoration: none;
  font: 20px/20px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.list1 li a:hover,
.list1 li.current a {
  color: #fff;
}

.list2 {
  margin: 0;
  margin-top: 27px;
}

.list2 li {
  display: block;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.list2 li a {
  color: #ad715c;
  text-decoration: none;
  font: 14px/16px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.list2 li a:hover,
.list2 li.current a {
  color: #fff;
}

/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 34px;
  padding: 16px 25px;
  text-decoration: none;
  font: bold 14px/22px "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  background: #ffcc53;
  text-transform: uppercase;
}

.more_btn.v2 {
  padding: 16px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.more_btn:hover {
  color: #ffcc53;
  background: #fff;
}

.more_btn2 {
  display: inline-block;
  margin-top: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  font: bold 14px/22px "Roboto Condensed", Arial, sans-serif;
  color: #ffcc53;
  text-transform: uppercase;
}

.more_btn2:hover {
  color: #fff;
}

/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}

.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: #ffcc53;
}

.icon2 {
  margin-top: 22px;
  float: left;
  color: #fff;
  font-size: 30px;
  width: 44px;
}

/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 96px 0;
  overflow: hidden;
}

#content.content_pages {
  background-color: #36190e;
}

.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;
}

.banner2 {
  display: block;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.banner2:hover .banner2_txt {
  opacity: 1;
}

.banner2_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #36190e;
  text-align: center;
  opacity: 0;
  border: 7px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner3_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6c321d;
  color: #fff;
  text-align: center;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner2_txt p {
  position: relative;
  margin-top: 24%;
  font: 20px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.banner3_txt p {
  position: relative;
  margin-top: 34%;
  font: 14px/18px 'Roboto Condensed', Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.banner2:hover .banner3_txt {
  background-color: #fff;
  color: #000;
}

.box-2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #fff;
  background-color: #36190e;
  padding: 10px 5px 30px 40px;
}

.banner1 {
  margin-top: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #fff;
  padding: 27px 15px 25px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner1.v2 {
  margin-top: 26px;
}

.banner1:hover {
  background-color: #6c321d;
  border-color: #6c321d;
}

.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}

.col1.last {
  margin-right: 0;
}

.col3,
.col4 {
  float: left;
}

.col3 {
  width: 230px;
  margin-right: 0;
}

.col4 {
  width: 220px;
  margin-right: 0;
}

/**** start Map API ****/
.content_map {
  margin-top: 25px;
  position: relative;
  height: 380px;
  margin-bottom: 29px;
}

.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;
}

#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: 12px;
  display: block;
}

.address1 dt {
  margin-bottom: 1px;
}

.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}

.address1 dd span.col1 {
  min-width: 0;
}

/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 67px 0 30px;
  color: #a0a0a0;
  background-color: #5a2917;
  overflow: hidden;
}

.txt_priv {
  /*min-width: 280px;*/
  font: bold 14px/18px 'Roboto Condensed', Arial, sans-serif;
  color: #8c523e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
}

/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 70px;
  height: 40px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  background: url(../images/up_arrow.png) 50% 50% no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#toTop:before {
  display: none;
}

#toTop:hover {
  outline: none;
  color: #f0f0f0;
  /*background-color: #fff;*/
  opacity: 0.5;
}

@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%;
  }

  .banner1 {
    border: 2px solid #fff;
    padding: 27px 3px 25px;
    margin-top: 20px;
  }

  .txt4 {
    font: bold 16px/20px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0px;
    margin-bottom: -10px;
  }

  h1,
  h1.logo_splash,
  h1 img {
    width: 100%;
  }

  .txt1 {
    margin-top: 150px;
  }

  .txt7 {
    font: 300 22px/24px 'Roboto Condensed', Arial, sans-serif;
    margin-bottom: 0;
    letter-spacing: 0;
  }

  .txt5 {
    float: none;
    margin-top: 30px;
  }

  .txt6 {
    margin-top: 0px;
  }

  .txt8 {
    margin-top: 10px;
  }

  h2 {
    font: bold 24px/26px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0;
  }

  .txt11 {
    font: 30px/30px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0;
  }

  .txt12 {
    font: 20px/26px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0;
  }

  .banner2_txt p {
    margin-top: 24%;
    font: 14px/18px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0;
  }

  .box-2 {
    padding: 10px;
  }

  .txt14 {
    font: 34px/40px 'Roboto Condensed', Arial, sans-serif;
    margin-top: 0;
  }
}

@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;
  }

  .txt2 {
    font: 28px/30px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 0px;
  }

  h1.logo2 {
    margin-top: 27px;
  }

  .padRight1 {
    padding-bottom: 10px;
  }

  .banner1 p {
    font-size: 12px;
    font-family: Arial;
  }

  .img2 {
    width: 100%;
    float: none;
  }
}

@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%;
  }

  .txt1 {
    margin-top: 30px;
  }

  .banner1 {
    border: 7px solid #fff;
    padding: 27px 15px 25px;
  }

  .txt4 {
    font: bold 20px/24px 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 2px;
  }

  .padRight1 {
    padding: 10px;
    padding-bottom: 50px;
  }

  .banner2_txt p,
  .banner3_txt p {
    margin-top: 40%;
    font: 20px/24px 'Roboto Condensed', Arial, sans-serif;
  }

  nav {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .banner2_txt p {
    margin-top: 30%;
  }

  .banner3_txt p {
    margin-top: 36%;
  }

  h1.logo2 {
    width: 100%;
  }

  h1.logo2 img {
    width: 100%;
  }

  blockquote {
    padding: 0px 30px 44px;
    background: none;
  }
}

/*Core variables and mixins*/
#content {
  padding: 0 0 96px 0;
  overflow: hidden;
  min-height: 500px;
}

#contact-form input[type='text'] {
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 17px 17px 17px;
  outline: none;
  color: #ffffff;
  height: 54px;
  border: 1px solid #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: none;
}

#contact-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 17px 17px 17px;
  outline: none;
  border: 1px solid #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #ffffff;
  height: 215px;
  background: none;
}