@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('animation.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: white;
  color: #222222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* font: 18px/26px "calibri", Arial, sans-serif; */
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1.header_h1 {
  position: absolute;
  display: inline-block;
  margin: 0;
  top: 0;
  left: 0;
}
h1 img {
  max-width: inherit;
    height:110px;
    padding-top:10px;
    padding-left: 40px;
}
h2 {
  /* font: 900 42px/45px 'calibri', Arial, sans-serif; */
  color: #006FBA;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h3 {
  /* font: bold 31px/35px 'calibri', Arial, sans-serif; */
  color: #424242;
  margin-top: 61px;
}
h4 {
  /* font: 300 20px/25px 'calibri', Arial, sans-serif; */
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  /*background: #006FBA;*/
  background: white;
  padding: 0 0 0;
  position: relative;
  z-index: 100;
  /*border-bottom: solid 8px #43B02A;*/
  border-bottom: solid 14px #006fba;
  min-height: 150px;
}
.header_line {
    margin-bottom:2px;    
    background: white;
    border-bottom: solid 4px #43B02A;
}
.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: 80px;
  float: right;
  margin-right: 29px;
  padding-left: 230px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 19px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px;
  /* font: 300 22px/24px 'Roboto', Arial, sans-serif; */
  text-transform: uppercase;
  color: #43b02a;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #43B02A;
  /*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: #616161;*/
  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: #505050;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
   color: #43B02A;
  /*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: 45px;
  left: -20px;
  background: #5b5b5b;
  padding: 25px 0px 25px;
  width: 185px;
  z-index: 2;
  display: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  line-height: 20px;
}
.sf-menu ul li a {
  /* font: 12px/30px Arial, sans-serif; */
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #43B02A;
}

.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 186px;
  width: 185px;
  background: #fff;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #000;
}
@media only screen and (max-width: 1299px) {
  /*nav {float: left;}*/
  nav {
    margin-right: 5px;
    float: right;
  }
  .sf-menu li {
    margin-left: 10px;
  }
  /* .sf-menu > li > a {
    font: 20px/24px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  } */
}
/* @media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font: 14px/24px 'Segoe UI', Tahoma, Geneva, Verdana, 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 #43B02A;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: white;
  padding: 0px 0 0px;
  z-index: 999999;
  text-align: center;
  border-bottom: 6px solid #006FBA;
}
.isStuck .search_main,
.isStuck h1 {
  /*height: 100px;*/
  display: none;
}
.isStuck nav {
  float: none;
  display: inline-block;
  margin-top: 0;
}
.isStuck .sf-menu {
  float: none;
}
@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;
  color: #43B02A;
}
a:hover {
  color: #006FBA;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #43B02A;
}
a.link2:hover {
  color: #000;
}
.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: 62px;
  margin-right: 1px;
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #666;
  border-radius: 500px;
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #000;
  background: #43B02A;
}
.txt1 {
  /* font: 900 18px/24px 'Roboto', Arial, sans-serif; */
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
}
.txt2 {
  /* font: 11px/13px 'Roboto', Arial, sans-serif; */
  color: #5b5b5b;
  margin-top: 16px;
  max-width: 232px;
}
.txt3 {
  /* font: 27px/30px 'Roboto', Arial, sans-serif; */
  color: #5b5b5b;
  margin-top: 28px;
  text-transform: uppercase;
}
.txt4 {
  /* font: 900 30px/36px 'Roboto', Arial, sans-serif; */
  color: #424242;
  margin-top: 46px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.txt5 {
  /* font: 900 60px/60px 'Roboto', Arial, sans-serif; */
  color: #43B02A;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
}
.txt6 {
  /* font: 900 30px/36px 'Roboto', Arial, sans-serif; */
  color: #424242;
  margin-top: 46px;
  letter-spacing: -1px;
}
.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: #43B02A;
}
.color3 {
  color: #fff;
}
.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 !important;
}
.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;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 6px;
}
.marTop2 {
  margin-top: 80px;
}
.marTop3 {
  margin-top: 15px;
}
.marTop4 {
  margin-top: 76px;
}
.marTop5 {
  margin-top: 20px;
}
.marTop6 {
  margin-top: 14px;
}
.marTop7 {
  margin-top: 76px;
}
.marTop8 {
  margin-top: 15px;
}
.marTop9 {
  margin-top: 33px;
}
.marTop10 {
  margin-top: 39px !important;
}
.marTop11 {
  margin-top: 33px;
}
.marTop12 {
  margin-top: 20px;
}
.marTop13 {
  margin-top: -44px;
}
.marTop14 {
  margin-top: 2px;
}
.marTop15 {
  margin-top: 3px;
  margin-bottom: -9px;
}
.marTop16 {
  margin-top: 7px;
}
.marTop18 {
  margin-top: 67px;
}
.hline {
  padding-bottom: 1px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  text-transform: uppercase;
  color: #4c4a4a;
}
p {
  margin-top: 20px;
}
img {
  margin-bottom: 0px;      
}
.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: 30px;
  float: left;
  margin-right: 19px;
}
.img2 {
  margin-top: 53px;
}
.img3 {
  margin-top: 10px;
  margin-right: 42px;
}
.img4 {
  margin-top: 83px;
  float: left;
  margin-right: 19px;
}
.img5 {
  margin-top: 83px;
}
.img6 {
  margin-top: 83px;
  float: left;
  
  height: 120px;
  width: auto;
  margin-right: 29px;
}
.img7 {
  margin-top: 43px;
  float: left;
  margin-right: 29px;
}
blockquote {
  position: relative;
  margin-top: 41px;
  background: #dbdbdb;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 20px 26px 38px;
}
blockquote:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 35px;
  height: 29px;
  left: 50%;
  margin-left: -17px;
  bottom: -29px;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.bq_txt1 {
  margin-top: 0;
  /* font: 12px/18px 'Georgia', Arial, sans-serif; */
  color: #5b5b5b;
}
.bq_txt2 {
  margin-top: 18px;
  /* font: bold 16px/22px 'Georgia', Arial, sans-serif; */
  color: #3b3b3b;
  letter-spacing: -1px;
}
.bq_txt3 {
  margin-top: 0px;
  font: 300 14px/18px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #a7a5a3;
  font-style: italic;
  letter-spacing: -1px;
}
.sign1 {
  display: inline-block;
  margin: 7px 11px 0px;
  width: 8px;
  height: 8px;
  background: url(../images/list_marker.png) 0 0 no-repeat;
}
.num_section {
  font: bold 31px/32px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  float: left;
  color: #43B02A;
  width: 67px;
  display: block;
  margin-top: 20px;
}
.border_bot {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-top: 12px;
  margin-bottom: 18px;
}
.no_border {
  border: none;
}
.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 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 33px;
}
.listWithMarker.v2 {
  margin-top: 77px;
}
.listWithMarker li {
  display: block;
  padding-left: 21px;
  background: url(../images/list_marker.png) 0px 7px no-repeat;
  margin-bottom: 0;
  padding-bottom: 14px;
}
.listWithMarker li a {
  color: #43b02a;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #43B02A;
}
.list2 {
  margin: 0;
  margin-top: 13px;
}
.list2 li {
  display: block;
  margin-bottom: 2px;
}
.list2 li a {
  color: #43b02a;
  text-decoration: none;
  font: 11px/18px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.list2 li a:hover,
.list2 li.current a {
  color: #43B02A;
}
.list3 {
  margin: 0;
  margin-top: 13px;
  overflow: hidden;
}
.list3 li {
  display: block;
  float: left;
  margin-right: 21px;
}
.list3 li a {
  color: #d7d7d7;
  text-decoration: none;
  font: 14px/22px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
}
.list3 li a:hover,
.list3 li.current a {
  color: #43B02A;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn_slider {
  display: inline-block;
  margin-top: 39px;
  padding: 12px 42px;
  text-decoration: none;
  font: 24px/30px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #43B02A;
  border: 2px solid #43B02A;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.more_btn_slider:hover {
  color: #fff;
  background: #43B02A;
}
.more_btn {
  display: inline-block;
  margin-top: 71px;
  padding: 17px 57px;
  text-decoration: none;
  font: 300 18px/22px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #43B02A;
  background: #fff;
  border: 1px solid #43B02A;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.more_btn:hover {
  color: #fff;
  background: #43B02A;
  border: 1px solid #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 25px;
  padding: 22px 30px;
  text-decoration: none;
  font: 300 18px/22px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  background: #43B02A;
  border: 1px solid #43B02A;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.more_btn2:hover {
  color: #43B02A;
  background: #fff;
  border: 1px solid #43B02A;
}
.more_btn3 {
  display: inline-block;
/*  margin-top: 50px;*/
  padding: 23px 91px;
  text-decoration: none;
  font: 300 18px/22px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  background: #43B02A;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.more_btn3.v2 {
  padding: 23px 33px;
}
.more_btn3:hover {
  color: #43B02A;
  background: #000;
}
/*********************************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: 9px;
  white-space: nowrap;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 0;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #4c4c4c;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 14px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #43B02A;
}
.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: 15px;
  width: 170px;
  display: none;
}
#search1 input {
  width: 140px;
  float: left;
  color: #333;
  font: 14px/21px 'Segoe UI', Tahoma, Geneva, Verdana, 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: #43B02A;
  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: 94px !important;
}
.box-1 {
  width: 100%;
  margin-top: 0px;
  color: #fff;
  background: #43B02A;
  padding: 25px 0 60px;
}
.box-1.v2 {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 89px;
}
.box-2 {
  width: 100%;
  margin-top: 0px;
  color: #fff;
  background: #43B02A;
  padding: 1px 0 0;
}
.box-2.v2 {
  padding: 40px 0 87px;
}
.box-2.v3 {
  margin-top: 88px;
  text-align: center;
  padding: 13px 0 66px;
}
.box-3 {
  width: 100%;
  margin-top: 121px;
  background: #f5f5f5;
  padding: 62px 0 65px;
}
.box-3.v2 {
  margin-top: 10px;
  padding: 1px 0 65px;
}
.box-4 {
  width: 100%;
  margin-top: 0px;
  color: #5b5b5b;
  background: #d8d8d8;
  padding: 77px 0 67px;
}
.box-5 {
  width: 100%;
  
  margin-top: 0px;
  color: #d7d7d7;
  background: #5b5b5b;
  padding: 45px 0 45px;
  overflow: hidden;
}
.icon_holder1 {
  width: 41px;
  height: 38px;
  background: #43B02A;
  text-align: center;
  margin-top: 10px;
  float: left;
  margin-right: 15px;
  line-height: 38px;
  color: #fff;
}
.icon_holder1 i {
  font-size: 24px;
  line-height: inherit;
}
.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 ****/
.map,
.map2 {
  margin-top: 40px;
  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: 434px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 299px;
  width: 100%;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 76px;
  display: block;
}
.address1 dt {
  font: bold 31px/35px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #424242;
  margin-bottom: 34px;
}
.address1 dd span {
  min-width: 109px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0;
  color: #fff;
  background: #5b5b5b;
  overflow: hidden;
}
.footer_h1 {
  margin-top: 23px;
}
.txt_priv {
  font: 12px/18px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #5b5b5b;
  margin-top: 24px;
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
/*----------------------- start isotop ----------------------*/
.splitter {
  margin: 0;
  position: relative;
  z-index: 90;
  margin-top: -45px;
  margin-bottom: 86px;
  text-align: right;
  /*float: right;*/
}
.splitter li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.splitter li a {
  display: block;
  font: 300 18px/20px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #5b5b5b;
  margin-top: 0px;
  text-transform: uppercase;
  padding: 12px 26px;
  border: 1px solid #5b5b5b;
  letter-spacing: 2px;
}
.splitter li a:hover,
.splitter li a.selected {
  color: #fff;
  background: #5b5b5b;
}
.item {
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item .inside {
  /*margin-left: 30px;*/
  margin: 0;
}
.isotope .container {
  margin: 0;
  width: auto;
}
/*----------------------- end isotop ----------------------*/
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #808080;
  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: #000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
.priv_section1 {
  float: left;
}
.priv_section2 {
  float: right;
}
/*========================================================
								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;
  }
}
@media only screen and (max-width: 1199px) {
  .splitter {
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: left;
  }
  .txt2 {
    max-width: 100%;
  }
  .txt4 {
    font: 900 20px/26px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 20px;
  }
  .txt5 {
    font: 900 40px/40px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 29px;
  }
}
@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;
  }
  #header {
    padding-bottom: 30px;
  }
  .box-3 {
    text-align: center;
  }
  .box-3.v2 {
    text-align: left;
  }
  .img3 {
    margin-right: 20px;
  }
  h2 {
    font: bold 32px/35px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #006FBA;
  }
  h3 {
    font: bold 24px/28px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .img7 {
    float: none;
  }
  .map2 iframe {
    height: 150px;
    width: 100%;
  }
}
@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 {
    margin-top: 0px;
    padding: 0;
    float: none;
    width: 100%;
  }
  #header {
    padding-bottom: 10px;
  }
  h1.header_h1 {
    position: relative;
    width: 100%;
  }
  a.link_icon1 {
    margin-top: -10px;
  }
  #search1 {
    top: 170px;
  }
  .splitter li {
    margin-bottom: 2px;
  }
  .list3 li a {
    font: 11px/22px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .list3 li {
    margin-right: 15px;
  }
  .txt5 {
    font: 900 30px/30px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 15px;
    text-align: left;
  }
  .priv_section1 {
    float: right;
  }
  .priv_section2 {
    float: left;
  }
  .more_btn3 {
    padding: 23px 0px;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
  .img6 {
    float: none;
    margin-right: 0;
    margin-bottom: -47px;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: auto;
    min-height: 70px;
  }
  h1 img {
    width: auto;
    max-width: 230px;
  }
  #search1 {
    right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
label.error {
color:red;
}
input.error {
border:1px solid red;
}
