@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=Open+Sans:400,700,800);
/*========================================================
										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: #fff;
  color: #a7a7a7;
  font: 15px/24px '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;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  position: relative;
  font: 800 30px/32px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: 44px;
}
h2.lines {
  margin-top: 66px;
  color: #333;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
h2.lines:before,
h2.lines:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 2px;
  height: 38px;
  left: 0;
  top: -3px;
  background: #efefef;
}
h2.lines:after {
  left: auto;
  right: 0;
}
h3 {
  position: relative;
  font: 800 16px/20px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 18px;
}
h4 {
  position: relative;
  font: 24px/30px 'Open Sans', Arial, sans-serif;
  color: #666667;
  margin-top: 26px;
  padding-bottom: 16px;
  margin-bottom: -10px;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: rgba(255, 255, 255, 0.65);
  padding: 0;
  /*position: relative;*/
  z-index: 100;
}
.main_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header_main2 {
  position: relative;
  background: url(../images/header_bg.jpg) 50% 0 #eaeaf2 !important;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 30px;
  float: right;
  margin-right: 69px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 16px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px;
  font: 800 16px/24px 'Open Sans', Arial, sans-serif;
  color: #000099;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #7ac673;
  /*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: 0;
  -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: #fff;*/
  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: #FF00FF;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #7ac673;
  /*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: -36px;
  background: #616161;
  background: rgba(255, 255, 255, 0.65);
  padding: 15px 0px 15px;
  width: 124px;
  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: center;
  line-height: 20px;
}
.sf-menu ul li a {
  font: 14px/30px 'Open Sans', Arial, sans-serif;
  color: #424242;
  display: block;
}
.sf-menu ul li a:hover {
  color: #7ac673;
}
.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: #7ac673;
  right: 14px;
  bottom: 8px;
  pointer-events: none;
  z-index: 999;
  display: none;
}
.sf-menu ul li.sfHover > a {
  color: #7ac673;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 115px;
  width: 124px;
  background: #7ac673;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #fff;
}
.sf-menu ul ul li a:hover {
  color: #000;
}
@media only screen and (max-width: 1299px) {
  .sf-menu > li > a {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  nav {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    margin-left: 20px;
  }
}
@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 #7ac673;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 0px;
    margin-bottom: 3px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #7ac673;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #efefef;
  padding: 0px 0 0px;
  z-index: 999999;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}
/*.isStuck h1{
	display: none;
}
.isStuck .sf-menu > li > a {line-height: 25px; font-size: 18px;}
.isStuck .sf-menu > li > a strong {bottom: 0px;}
.isStuck nav{
	float: none;
	display: inline-block;
	margin-top: 0;
}
.isStuck .sf-menu{float: none;}

.isStuck .sf-menu ul {top: 26px;}
.isStuck .sf-menu ul ul{top: -25px;}

*/
/*.isStuck nav{margin-right: 0;}*/
.isStuck nav {
  margin-top: 0;
  margin-right: 5px;
}
.isStuck h1 img {
  height: 50px;
}
.isStuck .sf-menu > li > a {
  line-height: 50px;
}
.isStuck .sf-menu ul {
  top: 50px;
  background: rgba(255, 255, 255, 0.97);
}
.isStuck .sf-menu ul ul {
  top: -15px;
  background: #7ac673;
}
@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: #7ac673;
  text-decoration: none;
}
a.link1 {
  color: #7ac673;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #de3f18;
}
a.link2:hover {
  color: #000;
}
.txt1 {
  font: 800 30px/32px 'Open Sans', Arial, sans-serif;
  color: #fff;
  float: right;
  margin-top: 31px;
}
.txt1.v2 {
  margin-right: -40px;
}
.txt2 {
  font: 800 80px/80px 'Open Sans', Arial, sans-serif;
  margin-top: 31px;
}
.txt3 {
  margin-top: 15px;
}
.txt4 {
  font: 800 16px/22px 'Open Sans', Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: -5px;
}
.banner2 {
  margin-top: 36px;
}
.banner2 .img_holder img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner2:hover .img_holder img {
  margin-top: -60px;
}
.banner2:hover .txt4 {
  color: #7ac673;
}
.banner3 {
  margin-top: 67px;
}
.object1 {
  width: 14px;
  height: 14px;
  background: #efefef;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 22px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
}
.banner3:hover .object1 {
  background: #7ac673;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.banner3:hover H3 {
  color: #7ac673;
}
.color1 {
  color: #e47d21;
}
.color2 {
  color: #2eb3e0;
}
.color3 {
  color: #a0bb46;
}
.color4 {
  color: #de3f18;
}
.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_upp {
  text-transform: uppercase;
}
.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;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 38px;
}
.marTop2 {
  margin-top: 76px;
}
.marTop3 {
  margin-top: 18px;
}
.marTop4 {
  margin-top: 45px;
}
.hline {
  margin-top: 75px;
  width: 100%;
  height: 1px;
  background: #efefef;
  overflow: hidden;
}
p {
  margin-top: 16px;
}
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: 6px;
  float: left;
  margin-right: 31px;
}
.img_holder {
  height: 60px;
  overflow: hidden;
}
.img2 {
  margin-top: 85px;
}
blockquote {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
blockquote:before {
  position: relative;
  content: '';
  font: normal normal 72px/72px 'FontAwesome';
  color: #fff;
  text-align: center;
}
.bq_txt1 {
  font: 300 24px/36px 'Open Sans', Arial, sans-serif;
  margin-top: 27px;
}
.bq_txt2 {
  font: bold 30px/32px 'Open Sans', Arial, sans-serif;
  margin-top: 35px;
}
.bq_txt3 {
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  margin-top: 7px;
}
.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;
}
.plane_txt {
  width: 262px;
  height: 262px;
  display: inline-block;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 107px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-animation-timing-function: ease-in-out;  
  animation-timing-function: ease-in-out;
}
.plane_txt .date_txt {
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font: 800 40px/80px 'Open Sans', Arial, sans-serif;
  color: #333;
  margin-top: 90px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.banner1:hover .plane_txt {
  background: #7ac673;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.banner1:hover .date_txt {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #FFFFFF;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 45px;
}
.listWithMarker li {
  display: block;
  padding-left: 23px;
  background: url(../images/list_marker.png) 0px 4px no-repeat;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.listWithMarker li a {
  color: #7ac673;
  text-decoration: none;
  font: 300 13px/20px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 39px;
  text-decoration: none;
  font: 800 14px/22px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #7ac673;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn.v2 {
  margin-left: 18px;
}
.more_btn.v4 {
  background: #333;
  margin-left: 50px;
  padding: 11px 66px;
}
.more_btn:hover {
  color: #7ac673;
  background: #fff;
}
.more_btn.v3 {
  margin-top: 30px;
  padding: 11px 49px;
}
.more_btn.v3:hover {
  color: #fff;
  background: #333;
}
.more_btn2 {
  display: inline-block;
  margin-top: 15px;
  color: #7ac673;
  font: 800 14px/22px "Open Sans", Arial, sans-serif;
  text-decoration: underline;
}
.more_btn2:hover {
  color: #000;
  text-decoration: underline;
}
/*********************************start magnifier2*************************************/
.figure1 {
  margin-top: 30px;
}
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(122, 198, 115, 0.73);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  padding: 5px;
  text-align: center;
}
a.magnifier2:hover .zoom {
  opacity: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons_top {
  position: relative;
  display: block;
  margin-top: 3px;
  white-space: nowrap;
  text-align: center;
  margin-right: 20px;
  float: right;
}
.soc_icons_top > li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.soc_icons_top > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #666667;
  text-align: center;
  border-radius: 500px;
}
.soc_icons_top i {
  font: normal normal 14px/25px 'FontAwesome';
}
.soc_icons_top > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #7ac673;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 24px;
  white-space: nowrap;
  text-align: center;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 72px;
}
.soc_icons > li:last-child {
  margin-right: 0;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 87px;
  height: 87px;
  display: inline-block;
  color: #fff;
  background: #666667;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 47px/87px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #7ac673;
}
.icon1 {
  font: normal normal 126px/126px 'FontAwesome';
  padding: 2px;
  margin-top: 72px;
}
/*----------- end social icons ----------------*/
.search_main {
  float: right;
}
.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: 150px !important;
}
.box-black {
  width: 100%;
  margin-top: 0;
  background: #333333;
  padding: 19px 0 43px;
  overflow: hidden;
}
.box-green {
  width: 100%;
  margin-top: 0;
  background: #7ac673;
  padding: 19px 0 43px;
  overflow: hidden;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
#projects {
  padding: 16px 0 71px;
}
#news {
  padding-bottom: 70px;
}
#privacy {
  width: 100%;
  padding: 56px 0 101px;
}
#privacy2 {
  width: 100%;
  padding: 1px 0 31px;
}
.box-0 {
  color: #FFFFFF;
  background: url('../images/bgg-1.jpg') 50% 0 #9da5a8;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1 {
  color: #FFFFFF;
  background: url('../images/bgg-1.jpg') 50% 0 #9da5a8;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner_plane {
  padding: 105px 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 645px;
  background: rgba(0, 0, 0, 0.5);
}
.box-2 {
	color: #FFFFFF;
	background: url('../images/bgg-2.jpg') 50% 0 #a4a5a1;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 16px 0 60px;
	min-height: 645px;
	position: relative;
	display: block;
	background-color: #F0F0F0;
}
.box-3 {
  color: #99CCFF;
  background: url('../images/bgg-3.jpg') 50% 0 #453f39;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 56px 0 60px;
  min-height: 645px;
  display: block;
}
.box-4 {
  color: #fff;
  background: url('../images/comp-01.jpg') 50% 0 #a4a5a1;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 56px 0 60px;
  min-height: 645px;
  position: relative;
}
.box-5 {
  color: #fff;
  background: url('../images/entre-03.jpg') 50% 0 #a4a5a1;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 56px 0 60px;
  min-height: 645px;
  position: relative;
}
.box-6 {
  color: #fff;
  background: url('../images/bg6.jpg') 50% 0 #9da5a8;

  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 56px 0 60px;
  min-height: 645px;
  position: relative;
}
.box-7 {
  color: #fff;
  background: url('../images/comp-02.jpg') 50% 0 #a4a5a1;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 56px 0 60px;
  min-height: 645px;
  position: relative;
}



.inner_plane2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  width: 4000px;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 0;
}
.z100 {
  position: relative;
  z-index: 100;
}
.inner_plane3 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  width: 4000px;
  height: 100%;
  top: 0;
  right: 50%;
  z-index: 0;
}
/**** start Map ****/
.content_map {
  margin-top: 73px;
  position: relative;
  height: 485px;
  margin-bottom: 81px;
}
.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 ****/
/**** 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: 45px 0 45px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: url('../images/bg3.jpg') 50% 50% #453f39;
}
.txt_priv {
  float: right;
  margin-top: 58px;
  font-size: 14px;
}
#footer .txt_priv {
  float: none;
  margin-top: 0;
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  border: none;
  color: #9a9a9a;
  width: 95px;
  height: 95px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background: url(../images/top_img.png) 0 0 no-repeat;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#toTop:before {
  display: none;
}
#toTop:hover {
  outline: none;
  color: #7ac673;
  background-position: 0 bottom;
}
@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*/
  }
  .txt1 {
    font: 700 24px/32px 'Open Sans', Arial, sans-serif;
    float: none;
  }
}
@media only screen and (max-width: 1199px) {
  figure a {
    width: 100%;
  }
  .plane_txt {
    width: 202px;
    height: 202px;
  }
  .plane_txt .date_txt {
    font: 800 50px/50px 'Open Sans', Arial, sans-serif;
    margin-top: 69px;
  }
  .txt1.v2 {
    margin-right: 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;
  }
  .txt3 br {
    display: none;
  }
  .txt2 {
    font: 700 40px/40px 'Open Sans', Arial, sans-serif;
    margin-top: 15px;
  }
  .inner_plane {
    padding: 35px 10px;
    min-height: 100px;
	color:#000000;
  }
  .plane_txt {
    width: 162px;
    height: 162px;
	color:#009900;
  }
  .plane_txt .date_txt {
    font: 800 50px/50px 'Open Sans', Arial, sans-serif;
    margin-top: 57px;
	color:#009900;
  }
}
@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%;
  }
  nav {
    float: none;
    margin: 5px;
    margin-top: 3px;
  }
  h1 {
    float: none;
  }
  .more_btn.v2 {
    margin-left: 0;
  }
  .more_btn.v4 {
    margin-left: 0;
  }
  .txt1 {
    font: 700 21px/32px 'Open Sans', Arial, sans-serif;
  }
  .inner_plane2 {
    left: 0;
  }
  .inner_plane3 {
    left: 0;
    right: auto;
  }
}
@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;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
