@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import "../css/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: #fff;
  color: #888888;
  font: 14px/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: 21px;
  margin-bottom: 18px;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  position: relative;
  font: 300 46px/46px 'Roboto', Arial, sans-serif;
  color: #444;
  margin-top: 89px;
}
h3 {
  font: 300 22px/26px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 46px;
}
h4 {
  font: 300 20px/24px 'Roboto', Arial, sans-serif;
  color: #333;
  margin-top: 15px;
  margin-bottom: -14px;
}
#search-results h4 {
  margin-bottom: 5px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: url(../images/bg1.png) #4cbbcf;
  padding: 0;
  position: relative;
  z-index: 100;
}
.content_header {
  border-bottom: 2px solid #4db9ca;
}
.white_plane {
  width: 5000px;
  /*height: 100%;*/
  top: 0;
  bottom: -1px;
  right: -21px;
  position: absolute;
  background: #fff;
}
.header_logo{
	width:160px;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 28px;
  margin-right: -3px;
  float: right;
 }
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 90px 0 0 25px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0;
  font: 300 15px 'Roboto', Arial, sans-serif;
  color: #444444;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #4db9ca;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -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: #fa9183;*/
  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: #4db9ca;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #4db9ca;
  /*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: 50px;
  left: -27px;
  background: #fcfaf9;
  padding: 15px 0px 5px;
  width: 110px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:before{
		content: "";
		display: block;
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid @submenu-bg-color; 
		position: absolute;
		top: -5px;
		left: 50%;
		margin-left: -5px;
	}*/
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #e0d2bd;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.sf-menu ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sf-menu ul li a {
  font:14px 'Open Sans', Arial, sans-serif;
  color: #888888;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #4db9ca;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #4db9ca;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 111px;
  background: #fcfaf9;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #888888;
}
@media only screen and (max-width: 1199px) {
  nav {
    margin-right: 0;
  }
  .sf-menu > li {
    margin: 0 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
    margin-top: 0;
  }
  .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 #000;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #4db9ca;
  padding: 0px 0 2px;
  z-index: 999;
  border-bottom: 1px solid #777;
}
.isStuck h1 {
  /*height: 100px;*/
  margin-top: 0;
}
.isStuck nav {
  margin-top: 7px;
}
@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: #4db9ca;
  text-decoration: none;
}
a.link1 {
  color: #4db9ca;
  text-decoration: underline;
  margin-left: 7px;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #4db9ca;
  text-decoration: underline;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  color: #000;
  text-decoration: underline;
  margin-left: 7px;
}
a.link3:hover {
  color: #fff;
}
a.link4 {
  color: #e66d64;
  text-decoration: underline;
}
a.link4:hover {
  color: #000;
}
.txt1 {
  font: 300 46px/46px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 32px;
  text-transform: uppercase;
}
.txt2 {
  font: 300 22px/26px 'Roboto', Arial, sans-serif;
  color: #333;
  margin-top: 27px;
  margin-bottom: -13px;
}
.txt3 {
  font: 300 24px/26px 'Roboto', Arial, sans-serif;
  color: #21525b;
  margin-top: 14px;
}
.txt4 {
  font: 300 54px/54px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
}
.txt5 {
  font: 300 46px/42px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
}
.txt5 span {
  font-weight: 400;
}
.txt5.v2 {
  margin-top: 36px;
}
.txt6 {
  font: 300 54px/48px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 16px;
  text-transform: uppercase;
}
.txt6 span {
  font-weight: 400;
  font-size: 56px;
}
.txt7 {
  font: 300 66px/66px 'Roboto', Arial, sans-serif;
  color: #fff;
  margin-top: 16px;
  text-transform: uppercase;
  text-align: center;
}
.icon1,
.icon2 {
  display: inline-block;
  content: '';
  width: 16px;
  height: 17px;
  background: url(../images/small_icon1.png) no-repeat 0 0;
  margin-top: 3px;
  margin-right: 7px;
}
.icon2 {
  background: url(../images/small_icon2.png) no-repeat 0 0;
  margin-left: 20px;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #000;
}
.color3 {
  color: #4db9ca;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.fz48 {
  font-size: 48px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 14px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 14px;
}
.marTop2 {
  margin-top: 36px;
}
.marTop3 {
  margin-top: 12px;
  display: inline-block;
}
.marTop4 {
  margin-top: 36px;
}
.marTop5 {
  margin-top: 7px;
}
.marTop6 {
  margin-top: 84px;
}
.marTop7 {
  margin-top: 19px;
}
.marTop8 {
  margin-top: 25px;
}
.marTop9 {
  margin-top: 75px;
}
.marTop10 {
  margin-top: 25px;
}
.marTop11 {
  margin-top: 30px;
}
.marTop12 {
  margin-top: 22px;
}
.lh22 {
  line-height: 22px;
}
.lh55 {
  line-height: 55px;
}
.fw300 {
  font-weight: 300;
}
.hline {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 23px;
}
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: 97px;
  margin-right: -32px;
}
.img2 {
  margin-top: 20px;
  margin-right: -39px;
}
.img3 {
  margin-top: 35px;
}
.img4 {
  margin-top: 29px;
  float: left;
  margin-right: 32px;
}
.img5 {
  margin-top: 35px;
}
.z_top {
  position: relative;
  z-index: 10;
}
blockquote {
  padding: 0px 22px 33px;
  border-radius: 0 0 30px 0;
  background: #4db9ca;
  margin-top: 23px;
  overflow: hidden;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
blockquote p {
  margin-top: 8px;
}
blockquote:hover {
  background: #e66d64;
}
blockquote:hover .txt3 {
  color: #20346a;
}
.num_section {
  font: bold 24px/26px 'Roboto', Arial, sans-serif;
  float: left;
  color: #4db9ca;
  width: 30px;
  display: block;
  margin-top: 15px;
  margin-right: 0;
}
.date_section {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background-color: #4db9ca;
  text-align: center;
  border-radius: 500px;
  color: #fff;
  font: 300 13px/52px "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.date_section.v2 {
  width: 70px;
  height: 70px;
  right: -10px;
  line-height: 70px;
}
.date_section2 {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #4db9ca;
  text-align: center;
  border-radius: 500px;
  color: #fff;
  font: 300 13px/52px "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.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
=========================================================*/
.list1 {
  margin: 0;
  margin-top: 40px;
}
.list1 li:first-child {
  border-top: 1px solid #ededed;
}
.list1 li {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 1px solid #ededed;
}
.list1 li a {
  position: relative;
  color: #333;
  text-decoration: none;
  font: bold 18px/21px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  /*background: #999;*/
  display: block;
  padding: 26px 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_date {
  width: 160px;
  color: #d5b54e;
  display: inline-block;
  float: left;
  text-indent: 20px;
}
.list1 i {
  color: #4db9ca;
  position: absolute;
  right: 19px;
  top: 27px;
}
.list1 li a:hover {
  color: #fff;
  background: #4db9ca;
}
.list1 li a:hover .list_date {
  color: #fff;
}
.list1 li a:hover i {
  color: #fff;
}
.listWithMarker {
  margin: 0;
  margin-top: 18px;
}
.listWithMarker li {
  display: block;
  padding-left: 12px;
  background: url(../images/list_marker.png) 0px 10px no-repeat;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #4db9ca;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 14px;
  overflow: hidden;
}
.listWithMarker2 li {
  display: block;
  padding-left: 20px;
  background: url(../images/list_marker2.png) 0px 5px no-repeat;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.listWithMarker2 li a {
  text-decoration: none;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #4db9ca;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 26px;
  padding: 19px 16px;
  text-decoration: none;
  font: 300 20px/24px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #27abce;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.more_btn:hover {
  color: #fff;
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Roboto", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #4db9ca;
}
.more_btn3 {
  display: inline-block;
  margin-top: 26px;
  padding: 5px 16px;
  text-decoration: none;
  font: 18px/24px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #4db9ca;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
}
.more_btn3:hover {
  color: #fff;
  background: #000;
}
/*********************************start magnifier2*************************************/
.img_holder {
  position: relative;
  width: 140px;
  /*overflow: hidden;*/
  float: left;
  margin-right: 20px;
  margin-top: 28px;
}
.img_holder.v2 {
  width: 193px;
  margin-right: 47px;
}
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.magnifier2 img {
  border-radius: 500px;
}
.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%;
  border-radius: 500px;
  border: 2px solid #4db9ca;
  /*background: url(../images/img_hover.png);*/
  -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: 44px;
  white-space: nowrap;
  text-align: left;
  text-align: center;
  margin-left: 20px;
}
.soc_icons.v2 {
  margin-top: 11px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: -22px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 110px;
  height: 110px;
  display: inline-block;
  color: #fff;
  background: #1cb7eb;
  text-align: center;
  border-radius: 500px;
}
.soc_icons > li + li > a {
  background: #4e71a8;
}
.soc_icons > li + li + li > a {
  background: #e3411f;
}
.soc_icons i {
  font: normal normal 45px/110px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 64px 0;
  /*background: #fafafa;*/
  overflow: hidden;
}
.content_pages {
  padding-bottom: 93px !important;
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 58px;
  padding: 14px 0 38px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.png) #4cbbcf;
  margin-bottom: 6px;
}
.box-2 {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 14px 0 38px;
	color: #b5e5dd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/bg2.png) #eaecea;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 90px;
  padding: 14px 0 38px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg3.png) #77d6e7;
  margin-bottom: -5px;
}
.box-4 {
  position: relative;
  width: 100%;
  margin-top: 74px;
  padding: 4px 0 27px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg4.png) #77d6e7;
  margin-bottom: 6px;
}
.box-5 {
  position: relative;
  width: 100%;
  margin-top: 53px;
  padding: 4px 0 24px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg5.png) #77d6e7;
  margin-bottom: -9px;
}
.box-6 {
  position: relative;
  width: 100%;
  margin-top: 88px;
  padding: 13px 0 39px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg6.png) #77d6e7;
  margin-bottom: -9px;
}
.box-7 {
  position: relative;
  width: 100%;
  margin-top: 95px;
  padding: 19px 0 39px;
  color: #b5e5dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg7.png) #77d6e7;
  margin-bottom: -9px;
}
.banner1 {
  position: relative;
  width: 25%;
  margin-top: 50px;
  padding: 3px 20px 0px;
  color: #888;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: left;
  margin-right: 0px;
  border-right: 2px solid #ededed;
}
.last {
  border: none;
}
.banner1_img_holder {
  height: 80px;
  overflow: hidden;
}
.banner1:hover {
  /*background: #efefef;*/
  /*color: #fff;*/
}
.banner1 img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:hover img {
  margin-top: -80px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 18px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 401px;
  max-width: 100%;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  display: block;
  line-height: 24px;
  font-size: 14px;
}
.address1 dt {
  color: #333;
  font-size: 20px;
  margin-bottom: 12px;
}
.address1 dd span {
  min-width: 79px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0;
  color: #fff;
  overflow: hidden;
  background: url(../images/bg_footer.jpg) 50% 50% repeat-y #20346a;
}
.txt_priv {
  /*min-width: 280px;*/
  font-size: 13px;
  margin-top: 49px;
}
.border_top_bot {
  position: relative;
  margin-top: 66px;
  padding-bottom: 44px;
}
.border_top_bot:before,
.border_top_bot:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background: url(../images/sform_bg.png);
}
.border_top_bot:after {
  top: auto;
  bottom: 0;
}
#search1 {
  position: relative;
  float: left;
  margin-top: 21px;
  padding-left: 32px;
  padding-right: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#search1 input {
  width: 165px;
  width: 100%;
  width: 0;
  float: left;
  color: #fff;
  font: 13px/21px "Roboto", Arial, Helvetica, sans-serif;
  height: 32px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 8px 0 4px;
  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: none;
  border: none;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  display: inline-block;
  margin-right: 2px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_btn4 {
  position: absolute;
  right: 80%;
  top: 0;
  display: inline-block;
  width: 21px;
  height: 32px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #707270;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_btn4 img {
  margin-top: 8px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_btn4 i {
  font: normal normal 20px/39px 'FontAwesome';
  display: none;
  visibility: hidden;
}
.more_btn4:hover {
  color: #4db9ca;
}
.more_btn4:hover img {
  opacity: 0.6;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 66px;
  height: 66px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  background: #000;
  background: url(../images/arr_up.png) 50% 50% no-repeat #32aaca;
  border-radius: 500px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#toTop:before {
  display: none;
}
#toTop:hover {
  outline: none;
  background-color: #000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  /*background-attachment: fixed;*/
  background-attachment: scroll;
  /*background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  z-index: 8*/
  margin-top: 63px;
  text-align: center;
  margin-bottom: 18px;
}
.first {
  /*background: url(../images/bg1.jpg) 50% 0;*/
  background-image: url(../images/bg1.jpg);
  min-height: 518px;
  background-position: 50% 0px;
}
.second {
  /*background: url(../images/bg1.jpg) 50% 0;*/
  background-image: url(../images/bg4.jpg);
  min-height: 518px;
  background-position: 50% 0px;
}
.third {
  /*background: url(../images/bg1.jpg) 50% 0;*/
  background-image: url(../images/bg6.jpg);
  min-height: 518px;
  background-position: 50% 0px;
}
.fourth {
  /*background: url(../images/bg1.jpg) 50% 0;*/
  background-image: url(../images/bg6.jpg);
  min-height: 418px;
  background-position: 50% 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  /*.stellar-block  {
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 100px;
    z-index: 8
  }*/
}
@media only screen and (max-width: 767px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 0%;
    position: relative;
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    /*height: 300px;*/
    z-index: 8;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .banner1 {
    padding: 21px 10px;
  }
  figure a,
  figure a img {
    width: 100%;
  }
  .img1 {
    width: 37%;
  }
  .img2 {
    width: 55%;
  }
  .banner1 {
    width: 50%;
    border: none;
  }
}
@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;
  }
  .txt1 {
    font: 300 30px/30px 'Roboto', Arial, sans-serif;
    margin-top: 46px;
  }
  .txt4 {
    font: 300 34px/34px 'Roboto', Arial, sans-serif;
    margin-top: 40px;
  }
  .txt5 {
    font: 300 36px/36px 'Roboto', Arial, sans-serif;
  }
  .txt6 {
    font: 300 36px/36px 'Roboto', Arial, sans-serif;
  }
  .txt6 span {
    font-size: inherit;
  }
  .txt7 {
    font: 300 36px/36px 'Roboto', Arial, sans-serif;
  }
  .img_holder.v2 {
    width: 130px;
    margin-right: 27px;
  }
  .img_holder {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 220px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    float: none;
  }
  #search1 {
    padding-left: 0;
  }
  .grid_menu {
    background: #fff;
  }
  #header {
    overflow: hidden;
  }
  .white_plane {
    right: -1000px;
  }
  .txt1 {
    margin-top: 10px;
  }
  .more_btn {
    margin-top: 10px;
  }
  #subscribe-form .btns {
    width: 140px !important;
  }
  #subscribe-form {
    padding: 17px 165px 5px 20px !important;
  }
  .img_sform {
    display: none;
  }
  .img4 {
    float: none;
    margin-right: 0;
  }
  .img_holder {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .banner1 {
    width: 100%;
  }
  #subscribe-form .btns {
    width: 100px !important;
  }
  #subscribe-form {
    padding: 17px 110px 5px 10px !important;
  }
  #subscribe-form .btns {
    right: 3px !important;
  }
  #subscribe-form .more_btn {
    padding: 19px 6px;
    font: 14px/24px "Roboto", Arial, sans-serif;
  }
  /* h1 {width: 100%;}
	h1 img{width: 100%;} */
  .soc_icons > li > a {
    width: 70px;
    height: 70px;
  }
  .soc_icons i {
    font: normal normal 25px/70px 'FontAwesome';
  }
  .txt5 {
    font: 300 22px/26px 'Roboto', Arial, sans-serif;
  }
  .txt6 {
    font: 300 22px/26px 'Roboto', Arial, sans-serif;
  }
  .txt7 {
    font: 300 22px/26px 'Roboto', Arial, sans-serif;
  }
  .img_holder.v2 {
    width: 100px;
    margin-right: 17px;
  }
  h3 {
    margin-top: 25px;
  }
}
/*Core variables and mixins*/
