@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,100,300,700,900,500,400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import "subscribe-form.css";
/*========================================================
										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: #f9f2db;
  color: #402425;
  font: 300 16px/24px "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: 23px;
  margin-left: 17px;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 900 36px/40px 'Roboto', Arial, sans-serif;
  color: #402425;
  margin-top: 107px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
h3 {
  font: 900 16px/24px 'Roboto', Arial, sans-serif;
  color: #8bba55;
  margin-top: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.priv_page h3 {
  margin-top: 19px;
  margin-bottom: -6px;
}
h4 {
  font: 900 16px/22px 'Roboto', Arial, sans-serif;
  color: #000;
  margin-top: 37px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #292525;
  padding: 0;
  position: relative;
  z-index: 100;
}
.content_header:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  z-index: -1;
  background: url(../images/shadow1.png) repeat-x 0 0;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  float: right;
  margin-right: 94px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 4px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 42px 18px 41px;
  font: 24px/26px 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  color: #f8f1d9;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #8bba55;
  /*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%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 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: #616161;
  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: #8bba55;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #8bba55;
  /*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: 109px;
  left: 0px;
  background: #616161;
  padding: 25px 0px 25px;
  width: 235px;
  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: 30px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 300 14px/40px 'Roboto', Arial, sans-serif;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #f18d05;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 54px;
  bottom: 12px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 236px;
  width: 170px;
  background: #616161;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1499px) {
  nav {
    float: right;
    margin-right: 5px;
  }
  .sf-menu > li > a {
    padding: 42px 10px 41px;
  }
}
@media only screen and (max-width: 1299px) {
  /*nav {float: left;}*/
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    /*padding: 10px 4px;*/
    font: 18px/26px 'Roboto', Arial, sans-serif;
    padding: 42px 4px 41px;
    /*font:18px/24px 'Roboto', Arial, sans-serif;*/
  }
}
@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 #8bba55;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292525;
  padding: 0px 0 0px;
  z-index: 999;
  /*text-align: center;*/
}
.isStuck .search_main {
  /*height: 100px;*/
  display: none;
}
.isStuck h1,
.isStuck h1 img {
  margin-top: 0;
  height: 46px;
  float: left;
}
.isStuck .sf-menu > li > a {
  padding: 10px 10px;
  font-size: 19px;
}
.isStuck .sf-menu > li > a strong {
  bottom: 0px;
}
.isStuck nav {
  /*float: none;*/
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  float: right;
}
.isStuck .sf-menu {
  /*float: none;*/
}
.isStuck .sf-menu ul.submenu {
  top: 46px;
}
@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: #8bba55;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #8bba55;
  text-decoration: underline;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  text-decoration: underline;
}
a.link3:hover {
  color: #8bba55;
  text-decoration: underline;
}
.logo_link {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.logo_link:hover img {
  opacity: 0.5;
}
a.link_icon1 {
  margin-top: 37px;
  margin-right: 7px;
  float: right;
  color: #f8f1d9;
  font-size: 28px;
  line-height: 40px;
  /*width: 40px;
	height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 500px;*/
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #8bba55;
}
.txt1 {
  font: 19px/36px 'Open Sans', Arial, sans-serif;
  color: #ad8433;
  margin-top: 68px;
  letter-spacing: 1.4px;
}
.txt2 {
  font: 900 31px/40px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 98px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.txt2.v2 {
  margin-top: 50px;
}
.txt3 {
  font: 23px/26px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 23px;
  letter-spacing: 2.4px;
}
.txt4 {
  font: 900 18px/26px 'Roboto', Arial, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  top: 154px;
  width: 100%;
  letter-spacing: 2px;
}
.txt5 {
  font: 300 14px/20px 'Roboto', Arial, sans-serif;
  color: #402425;
  margin-top: 25px;
}
.txt6 {
  font: 14px/17px 'Roboto', Arial, sans-serif;
  color: #9a1e04;
  margin-top: 31px;
}
.width1 {
  min-width: 70px;
  display: inline-block;
}
.txt7 {
  font: 14px/24px 'Roboto', Arial, sans-serif;
  color: #402425;
  margin-top: 30px;
}
.blog_section {
  float: left;
  width: 70px;
  font-size: 25px;
  color: #61ae24;
  text-align: center;
}
.blog_section i {
  margin-top: 8px;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #61ae24;
}
.color3 {
  color: #ad8433;
}
.box {
  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_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;
}
.icon_section {
  margin-top: 97px;
}
.pad1 {
  padding: 50px 0;
}
.pad2 {
  padding-left: 69px;
}
.pad3 {
  padding-bottom: 62px;
}
.pad4 {
  padding-bottom: 20px !important;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 36px;
}
.marTop2 {
  margin-top: 6px;
  margin-left: -19px;
}
.marTop3 {
  margin-top: 61px;
}
.marTop4 {
  margin-top: 14px;
}
.marTop5 {
  margin-top: 87px;
}
.marTop6 {
  margin-top: 94px;
}
.marTop7 {
  margin-top: 65px;
}
.marTop8 {
  margin-top: 14px;
}
.marTop9 {
  margin-top: 14px !important;
}
.marTop10 {
  margin-top: 56px;
}
.marTop11 {
  margin-top: 24px;
  margin-bottom: -6px;
}
.marTop12 {
  margin-top: 56px;
}
.marTop13 {
  margin-top: 65px;
  margin-bottom: -6px;
}
.marTop14 {
  margin-top: 43px;
}
.marTop15 {
  margin-top: 16px;
}
.marTop16 {
  margin-top: 33px;
}
.hline {
  padding-bottom: 1px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  text-transform: uppercase;
  color: #4c4a4a;
}
.hline1 {
  position: relative;
  left: 50%;
  width: 200px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 32px 0 5px -100px;
}
.hline1.v2 {
  left: 0;
  margin-left: 0;
}
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;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 52px;
  float: left;
  margin-right: 78px;
}
.img2 {
  margin-top: 72px;
  float: left;
  margin-right: 30px;
}
.img3 {
  margin-top: 60px;
}
.img4 {
  margin-top: 0;
  float: left;
  margin-right: 30px;
}
.img5 {
  margin-top: 28px;
}
.img6 {
  margin-top: 44px;
  float: left;
  margin-right: 30px;
}
blockquote {
  padding-left: 58px;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 19px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p {
  margin-top: 1px;
  margin-bottom: -4px;
  font: 300 16px/24px 'Roboto', Arial, sans-serif;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num {
  font: 900 31px/70px 'Roboto', Arial, sans-serif;
  float: left;
  color: #402425;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 500px;
  display: block;
  margin-top: 28px;
  margin-right: 30px;
  text-align: center;
}
.num.bg1 {
  color: #fff;
  background: #c2232b;
  margin-top: 69px;
}
.num.bg2 {
  color: #fff;
  background: #41393e;
  margin-top: 69px;
}
.num.bg3 {
  color: #fff;
  background: #8bba55;
  margin-top: 69px;
}
.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: 31px;
}
.listWithMarker.v2 {
  margin-top: 21px;
}
.listWithMarker.v2 li:before {
  color: #fff;
}
.listWithMarker li {
  display: block;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 11px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f105';
  font: bold normal 20px/20px 'FontAwesome';
  color: #9a1e04;
  top: 1px;
  left: 0;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #8bba55;
}
/*========================================================
										BUTTONS
=========================================================*/
.camera_more_btn {
  display: inline-block;
  margin-top: 46px;
  padding: 15px 67px;
  text-decoration: none;
  font: 900 18px/22px "Roboto", Arial, sans-serif;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.camera_more_btn:hover {
  color: #fff;
  background: #8bba55;
  border: 2px solid #000;
}
.more_txt1 {
  display: inline-block;
  margin-top: 27px;
  text-decoration: none;
  font: 900 15px/22px "Roboto", Arial, sans-serif;
  color: #8bba55;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.more_txt1.v2 {
  color: #fff;
  margin-top: 20px;
}
.more_txt1.v3 {
  margin-top: 14px;
}
.more_txt1:hover {
  color: #000;
}
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 67px;
  text-decoration: none;
  font: 900 18px/22px "Roboto", Arial, sans-serif;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn:hover {
  color: #fff;
  background: #8bba55;
  border: 2px solid #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 121px;
  padding: 17px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  font: 900 18px/22px "Roboto", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #9a1e04;
  text-align: center;
  letter-spacing: 2px;
}
.more_btn2:hover {
  color: #8bba55;
  background: #000;
}
.more_btn3 {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 30px;
  text-decoration: none;
  font: 900 18px/22px "Roboto", Arial, sans-serif;
  color: #8bba55;
  border: 2px solid #8bba55;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn3:hover {
  color: #fff;
  background: #8bba55;
  border: 2px solid #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
  overflow: hidden;
}
.zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  border: 3px solid #8bba55;
  -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: 25px;
  white-space: nowrap;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #9a1e04;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #9a1e04;
}
.soc_icons i {
  font: normal normal 22px/42px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #f89d8a;
}
.icon2 {
  font: normal normal 22px/24px 'FontAwesome';
  margin-right: 7px;
  margin-top: 5px;
}
/*----------- end social icons ----------------*/
.search_main {
  float: right;
}
#search1 {
  position: absolute;
  right: 0px;
  top: 107px;
  width: 170px;
  display: none;
}
#search1 input {
  width: 140px;
  float: left;
  color: #333;
  font: 14px/21px Arial, Helvetica, sans-serif;
  height: 39px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 9px 10px 9px 10px;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  display: inline-block;
  margin-right: -2px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 39px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #8bba55;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
}
.more_btn4 i {
  font: normal normal 18px/39px 'FontAwesome';
}
.more_btn4:hover {
  color: #000;
}
.fw_video_main {
  /*border-radius: 10px;
	overflow: hidden;*/
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;
  /*background: #f9f2db;*/
  overflow: hidden;
}
.content_pages {
  padding-bottom: 150px !important;
}
.box-1 {
  width: 100%;
  margin-top: 0px;
  background: #8bba55;
  color: #fff;
  padding: 67px 0 78px;
}
.box-1.v2 {
  padding-bottom: 117px;
}
.box-2 {
  margin-top: 79px;
  position: relative;
  width: 100%;
  background: #c2232b;
  color: #fff;
  padding: 4px 0 78px;
  z-index: 1;
}
.box-2:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #41393e;
  z-index: -1;
}
.box-3 {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.box-4 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 0;
  padding: 64px 0 81px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner1 {
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.banner1:hover {
  background: #e6f4d5;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
}
.banner1 h3 {
  margin-top: 10px;
}
.banner1-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 37px 35px;
}
.sign_section {
  float: left;
  margin-right: 36px;
  font-size: 200px;
  color: #fff;
  margin-top: 50px;
  margin-left: -10px;
}
.col1 {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 60px;
  background: #c2232b;
  text-align: center;
  padding-bottom: 76px;
}
.col1 img {
  width: 100%;
}
.col1.v2 {
  background: #41393e;
}
.figure1 {
  width: 20%;
  margin: 0;
  float: left;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 193px;
}
.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,
.map2 {
  margin-top: 23px;
  overflow: hidden;
}
.map figure,
.map2 figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe,
.map2 figure iframe {
  width: 100%;
  height: 385px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 485px;
  width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 6px 0 72px;
  color: #9a1e04;
  overflow: hidden;
}
#footer.v2 {
  padding-top: 50px;
}
#footer.footer_pages {
  margin-top: 138px;
  border-top: 1px solid #9a1e04;
  padding-top: 56px;
  padding-bottom: 40px;
}
.txt_priv {
  text-align: center;
  font-size: 14px;
  color: #402425;
  text-transform: uppercase;
  margin-top: 137px;
  /*min-width: 280px;*/
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #99877c;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #402425;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .figure1 a {
    width: 100%;
  }
  h1 {
    display: block;
    margin: 0;
    text-align: center;
    float: none;
  }
  nav {
    float: left;
  }
  #search1 {
    top: 177px;
  }
  .txt2 {
    margin-top: 58px;
    letter-spacing: 0px;
  }
  .pad2 {
    padding-left: 0px;
  }
  .img4 {
    margin-right: 10px;
  }
  .marTop11 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  #search1 {
    top: 177px;
  }
  .col1 p br {
    display: none;
  }
  .marTop2 {
    margin-left: 0;
  }
  h2 {
    font: 900 32px/34px 'Roboto', Arial, sans-serif;
    letter-spacing: 1px;
  }
  .num {
    margin-right: 7px;
  }
  .mobile_pad1 br {
    display: none;
  }
  .mobile_pad1 {
    padding: 0 10px;
  }
  .soc_icons > li {
    margin-right: 1px;
  }
  .soc_icons > li > a {
    width: 32px;
    height: 32px;
  }
  .soc_icons i {
    font: normal normal 18px/32px 'FontAwesome';
  }
}
@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;
  }
  #search1 {
    top: 177px;
    right: 0px;
  }
  .txt4 {
    top: 110px;
  }
  .box-3 {
    padding: 10px;
  }
}
@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%;
  }
  a.link_icon1 {
    margin-top: 0px;
  }
  nav {
    float: none;
    margin: 5px;
  }
  #search1 {
    top: 71px;
    right: 51px;
  }
  .camera_more_btn {
    margin-top: 26px;
    padding: 11px 20px;
  }
  .col1 {
    width: 100%;
    float: none;
  }
  .col1.v2 {
    margin-top: 0;
  }
  .txt4 {
    top: 170px;
  }
  /*.box-1{text-align: center;}*/
  .marTop2 {
    margin-top: 25px;
  }
  .box-2:before {
    display: none;
  }
  .img2 {
    float: none;
    margin-right: 0;
    margin-bottom: -40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
    min-height: 70px;
  }
  h1 img {
    width: 100%;
    max-width: 389px;
  }
  .txt4 {
    top: 110px;
  }
  .img4 {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
