@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,600,700,400);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,700italic);
/*========================================================
										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: #56565a;
  color: #292929;
  font: 14px/22px "Open Sans", 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: 0px;
  margin-left: 0px;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  position: relative;
  font: 900 41px/45px 'Lato', Arial, sans-serif;
  color: #222222;
  margin-top: 72px;
  text-align: center;
  padding-bottom: 9px;
}
h2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 234px;
  height: 2px;
  left: 50%;
  margin-left: -117px;
  bottom: 2px;
  background: #c0c0c0;
}
h2.color2:before {
  background: #fff;
}
h3 {
  position: relative;
  font: bold 27px/30px 'Open Sans', Arial, sans-serif;
  color: #8eb00c;
  margin-top: 44px;
  padding-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
h3:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 87px;
  height: 2px;
  left: 50%;
  margin-left: -44px;
  bottom: 0;
  background: #c0c0c0;
}
h3.line_bot {
  margin-top: 60px;
  padding-bottom: 0;
}
h3.line_bot:before {
  bottom: auto;
  top: -20px;
}
h3.line_left {
  margin-top: 64px;
}
h3.line_left:before {
  left: 0;
  margin-left: 0;
}
h4 {
  font: 21px/24px 'Open Sans', Arial, sans-serif;
  color: #696969;
  font-style: italic;
  margin-top: 14px;
  letter-spacing: -1px;
}
span.search {
  color: #8eb00c !important;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #2d2d2f;
  padding: 0 0 0px;
  position: relative;
  z-index: 100;
}
.main_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: 40px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 1px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px 7px 0px;
  font: 24px/96px 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  color: #66666a;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  /*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: #464646;*/
  opacity: 0;
  display: none;
  /* 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: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*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: 95px;
  left: 0px;
  background: #464646;
  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 'Lato', Arial, sans-serif;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #8EB00C;
}
.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: #464646;
  /*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;
  }
  .sf-menu > li > a {
    padding: 0px 5px 0px;
    font: 20px/96px 'Lato', Arial, sans-serif;
  }
}
@media only screen and (max-width: 1299px) {
  /*nav {float: left;}*/
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 0px 5px 0px;
    font: 18px/96px 'Lato', 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 #8eb00c;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #2d2d2f;
  padding: 0px 0 0px;
  z-index: 999;
  text-align: center;
}
.isStuck .search_main {
  display: none;
}
.isStuck h1 {
  float: left;
}
.isStuck h1 img {
  height: 50px;
}
.isStuck .sf-menu > li > a {
  line-height: 50px;
}
.isStuck nav {
  float: right;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}
.isStuck .sf-menu {
  float: none;
}
.isStuck .sf-menu ul.submenu {
  top: 50px;
}
@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: #8eb00c;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #8eb00c;
}
a.link2:hover {
  color: #000;
}
.logo_link {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-right: 30px;
}
.logo_link.last {
  margin-right: 0;
}
.logo_link:hover img {
  opacity: 0.5;
}
a.link_icon1 {
  margin-top: 26px;
  margin-right: 10px;
  float: right;
  color: #222;
  font-size: 20px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #4c4c4f;
  border-radius: 500px;
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #8eb00c;
  background: #fff;
}
a.link_icon1 strong {
    color: #66666a;
    display: block;
    font-size: 0.6em;
    line-height:1.7em;
    margin-top: -21px;
    text-transform: uppercase;
}
a.link_icon1:hover strong {
    color: #fff;
}

a.link_icon2 {
  margin-top: 26px;
  margin-right: 10px;
  float: right;
  color: #8eb00c/*#222*/;
  font-size: 20px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #fff /*#4c4c4f*/;
  border-radius: 500px;
}
a.link_icon2 i {
  line-height: inherit;
}
a.link_icon2:hover {
  color: #222/*#8eb00c*/;
  background: #4c4c4f/*#fff*/;
}


.txt1 {
  font: bold 27px/30px 'Open Sans', Arial, sans-serif;
  color: #8eb00c;
  margin-top: 33px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.txt2 {
  font: bold 57px/57px 'Open Sans', Arial, sans-serif;
  color: #8EB00C;
  font-style: italic;
  margin-top: 33px;
  letter-spacing: -3px;
  margin-bottom: 21px;
}
.txt2.v2 {
  margin-top: 40px;
  line-height: 54px;
  margin-bottom: 0px;
}
.txt2 span {
  font-size: 36px;
  letter-spacing: -2px;
}
.txt3 {
  font: 300 19px/24px 'Open Sans', Arial, sans-serif;
  color: #7b7b7b;
  margin-top: 3px;
  margin-bottom: 1px;
}
.txt4 {
  font: bold 100px/100px 'Open Sans', Arial, sans-serif;
  color: #8EB00C;
  font-style: italic;
  margin-top: 33px;
  letter-spacing: -5px;
  margin-bottom: 21px;
}
.txt5 {
  font: 900 30px/34px 'Lato', Arial, sans-serif;
  color: #222;
  margin-top: 32px;
  margin-bottom: 17px;
}
.txt6 {
  font: 16px/20px 'Lato', Arial, sans-serif;
  color: #292929;
  margin-top: 26px;
  padding-bottom: 6px;
}
.blog_section {
  float: left;
  width: 70px;
  font-size: 25px;
  color: #61ae24;
  text-align: center;
}
.blog_section i {
  margin-top: 8px;
}
.color1 {
  color: #222;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #8eb00c;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.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_justify {
  text-align: justify;
}
.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;
}
.pad1 {
  padding-left: 68px;
}
.pad2 {
  padding-left: 100px;
}
.icon_section {
  margin-top: 97px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 34px;
}
.marTop2 {
  margin-top: 16px;
}
.marTop3 {
  margin-top: 63px;
  margin-bottom: -7px;
}
.marTop4 {
  margin-top: 44px;
}
.marTop5 {
  margin-top: 14px;
}
.marTop6 {
  margin-top: 64px;
  margin-bottom: -13px;
}
.marTop7 {
  margin-top: 66px;
}
.marTop8 {
  margin-top: 35px;
}
.marTop9 {
  margin-top: 12px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #727276;
  overflow: hidden;
  margin: 98px 0 64px;
}
p {
  margin-top: 13px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 7px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.img_rounded {
  border: 7px solid #e0e0e0;
  border-radius: 500px;
}
.img1 {
  margin-top: 89px;
}
.img2 {
  margin-top: 69px;
}
.img3 {
  margin-top: 69px;
}
.img4 {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
.img_section {
  margin-top: 45px;
  position: relative;
  text-align: left;
}
.img_txt {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.img_txt1 {
  padding: 7px 15px;
  background: #000;
  display: inline-block;
}
.img_txt2 {
  padding: 7px 17px;
  background: #61ae24;
  display: inline-block;
}
blockquote {
  padding-left: 66px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p {
  margin-top: 0;
  font: 14px/24px 'Open Sans', Arial, sans-serif;
  font-style: italic;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num_section {
  font: 300 52px/52px 'Open Sans', 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 'Open Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Open Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker li {
  display: block;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f111';
  font: normal normal 8px/22px 'FontAwesome';
  color: #8eb00c;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #8eb00c;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 33px;
  padding: 12px 34px;
  text-decoration: none;
  font: 600 16px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #8eb00c;
  border-radius: 5px;
  text-transform: uppercase;
}
.more_btn.v2 {
  background: #8EB00C;
  margin-top: 37px;
}
.more_btn:hover {
  color: #8eb00c;
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 121px;
  padding: 20px 85px;
  text-decoration: none;
  font: 26px/30px "Lato", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #8EB00C;
}
.more_btn2:hover {
  color: #8EB00C;
  background: #fff;
}
.more_btn3 {
  display: inline-block;
  margin-top: 50px;
  padding: 23px 95px;
  text-decoration: none;
  font: 300 18px/22px "Open Sans", Arial, sans-serif;
  color: #00a1cb;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.more_btn3:hover {
  color: #fff;
  background: #0088ab;
}
/*********************************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*************************************/
.figure_video {
  margin-top: 69px;
  margin-bottom: -20px;
}
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.lightbox-video span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_sign.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: 1;
}
.opacity1 {
  opacity: 1;
}
.lightbox-video span.video_title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #474747;
  color: #fff;
  padding: 4px 10px;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 61px;
  white-space: nowrap;
  text-align: center;
  margin-left: -8px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #56565a;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 30px/60px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #56565a;
  text-decoration: none;
  background: #2c2c2d;
}
.icon2 {
  font: normal normal 22px/24px 'FontAwesome';
  margin-right: 7px;
  margin-top: 5px;
}
.icon3 {
  font: normal normal 16px/20px 'FontAwesome';
  margin-top: 1px;
  margin-left: 6px;
}
/*----------- end social icons ----------------*/
.search_main {
  float: right;
}
#search1 {
  position: absolute;
  right: 0px;
  top: 97px;
  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: #8eb00c;
  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: #fff;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 0 !important; /*55px !important*/
}
.logo_section {
  margin-top: 64px;
  margin-bottom: 56px;
}
.box-1 {
  width: 100%;
  margin-top: 0;
  background: #f3f3f3;
  text-align: center;
  padding: 0px 0 94px;
}
.box-1.v2 {
  margin-top: 79px;
  text-align: left;
  padding: 0;
}
.box-1.v3 {
  margin-top: 81px;
}
.box-1.v4 {
  text-align: left;
  padding-bottom: 63px;
}
.box-1.v5 {
  margin-top: 81px;
}
.box-1.v6 {
  margin-top: 0;
}
.bg1 {
  overflow: hidden;
  background: url(../images/page1_bg1.jpg) 100% 0 no-repeat #f3f3f3;
  padding: 27px 0 79px;
}
.box-2 {
  width: 100%;
  background: url(../images/page3_bg1.jpg) 40% 0 no-repeat;
  padding: 31px 0 82px;
}
.box-3 {
  width: 100%;
  background: url(../images/page4_bg1.jpg) 50% 0 no-repeat;
  padding: 31px 0 100px;
}
.box-4 {
  width: 100%;
  background: url(../images/page5_bg1.jpg) 50% 0 no-repeat;
  padding: 39px 0 82px;
}
.sign_section {
  float: left;
  margin-right: 36px;
  font-size: 200px;
  color: #fff;
  margin-top: 50px;
  margin-left: -10px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 593px;
}
.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: 0px;
  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: 593px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 485px;
  width: 100%;
}
.map {
  margin-top: 0;
}
.map iframe {
  height: 593px;
  width: 100%;
}
/**** 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: 24px 0 77px;
  color: #fff;
  background: #56565a;
  overflow: hidden;
  text-align: center;
}
.txt_priv {
  color: #b7b7b9;
  font: 18px/24px 'Lato', Arial, sans-serif;
  /*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: #818185;
  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: #8AD330;
}
@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*/
  }
  h1 {
    display: block;
    margin: 0;
    text-align: center;
    float: none;
  }
  nav {
    float: right;
  }
  #search1 {
    top: 177px;
  }
  figure a {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #search1 {
    top: 177px;
  }
  .bg1 {
    margin-right: -150px;
    padding-right: 150px;
  }
  .pad1,
  .pad2 {
    padding: 0;
  }
  .box-4 {
    padding-bottom: 20px;
  }
}
@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;
  }
  h2 {
    font: 35px/40px 'Open Sans', Arial, sans-serif;
    letter-spacing: 0px;
  }
  blockquote {
    width: 100%;
    padding-top: 20px;
  }
  #search1 {
    top: 192px;
    right: 0px;
  }
  .bg1 {
    margin-right: -250px;
    padding-right: 250px;
  }
  .img4 {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .box-2 {
    background-position: 70% 0;
    padding: 20px 0 20px;
  }
  #subscribe-form input {
    width: 350px !important;
  }
}
@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;
  }
  .logo_section {
    text-align: center;
  }
  #search1 {
    top: 72px;
    right: 54px;
  }
  .bg1 {
    background: none;
  }
  .soc_icons > li > a {
    width: 40px;
    height: 40px;
  }
  .soc_icons i {
    font: normal normal 20px/40px 'FontAwesome';
  }
  .box-2 {
    background: #fff;
  }
  #subscribe-form input {
    width: 250px !important;
  }
  #subscribe-form .btns a {
    padding: 12px 14px 13px !important;
  }
  h1 img {
    max-height: 70px;
  }
  .txt4 {
    font: bold 60px/60px 'Open Sans', Arial, sans-serif;
    font-style: italic;
  }
  .map iframe,
  .map2 iframe {
    height: 250px;
  }
  .txt2 {
    font: bold 37px/40px 'Open Sans', Arial, sans-serif;
    margin-top: 20px;
    font-style: italic;
  }
  .more_btn2 {
    padding: 20px 25px;
    font: 17px/20px "Lato", Arial, sans-serif;
  }
}
@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: 501px;
  }
  .container_search {
    padding: 0 5px;
  }
  #search1 {
    top: 73px;
    right: 54px;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/


.marTop1li { list-style-image:url(../images/li.png); text-align:left; margin:20px 10px; }