@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import 'font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//fonts.googleapis.com/css?family=Droid+Serif);
@import url(//fonts.googleapis.com/css?family=Gabriela);
/*========================================================
										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;
  color: #777777;
  font: 18px/30px 'Open Sans', Arial, sans-serif;
  background: #003e57;
  background: #fff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 6px;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 36px/40px 'Gabriela', Arial, sans-serif;
  color: #ea525f;
  margin-top: 35px;
}
h3 {
  font: 30px/34px 'Gabriela', Arial, sans-serif;
  color: #6a6c76;
  margin-top: 26px;
  padding-bottom: 17px;
  letter-spacing: -1px;
  border-bottom: 0px solid #efefef;
}
h4 {
  font: 300 20px/25px 'Open Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  margin-top: 42px;
  background: #ea525f;
  padding: 3px 0 10px;
  position: relative;
  z-index: 100;
}
.home_header {
  margin-top: 0 !important;
  height: 710px;
  background: url(../../images/header_splash_bg.jpg) 50% 0 no-repeat !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 291px !important;
}
#header.home_header:before,
#header.home_header:after {
  display: none;
}
.home_header nav {
  margin-right: -102px;
}
#header:before,
#header:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 22px;
  left: 0;
  top: -19px;
  background: url(../../images/menu_up_bg.png) repeat-x 0 0;
}
#header:after {
  top: auto;
  bottom: -19px;
  background: url(../../images/menu_down_bg.png) repeat-x 0 0;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 9px;
  margin-right: -5px;
  float: right;
}
.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: 18px/24px 'Gabriela', Arial, sans-serif;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #000000;
  /*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: #000000;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #000000;
  /*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: 77px;
  left: -30px;
  background: #ea525f;
  padding: 25px 10px 10px;
  width: 180px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 22px;
  left: 0;
  bottom: -19px;
  background: url(../../images/menu_down_bg.png) repeat-x 0 0;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 14px/24px 'Gabriela', Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
  text-indent: 8px;
}
.sf-menu ul li a:hover {
  color: #000000;
}
.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: #000000;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 141px;
  width: 150px;
  background: #ea525f;
  /*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: 1199px) {
  nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
  }
  .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 #fa9183;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ea525f;
  padding: 0px 0 2px;
  z-index: 999;
  border-bottom: 1px solid #fff;
}
.isStuck h1 {
  /*height: 100px;*/
}
@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: #ea525f;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
a.link2 {
  color: #ea525f;
}
a.link3 {
  color: #ea525f;
}
a.link3:hover {
  color: #000;
}
.txt1 {
  font-size: 24px;
  font: 24px/30px 'Gabriela', Arial, sans-serif;
  margin-bottom: 7px;
  color: #ea525f;
  display: inline-block;
  margin-top: 5px;
}
.txt2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 11px;
  display: inline-block;
}
.txt3 {
  font-size: 24px;
  font: 24px/30px 'Gabriela', Arial, sans-serif;
  margin-bottom: 7px;
  color: #000;
  display: inline-block;
  margin-top: 5px;
}
.txt4 {
  font: 24px/34px 'Gabriela', Arial, sans-serif;
  color: #000;
  margin-top: 15px;
  margin-bottom: -27px;
}
.txt5 {
  font: 24px/30px 'Gabriela', Arial, sans-serif;
  margin-top: 61px;
}
.txt6 {
  margin-top: 11px;
}
.txt7 {
  font-size: 14px;
  color: #ea525f;
  display: inline-block;
  margin-top: 4px;
}
.txt8 {
  font-weight: 600;
}
.txt9 {
  margin-top: 2px !important;
  margin-bottom: -5px;
}
.txt10 {
  display: inline-block;
  margin-left: 7px;
  margin-top: 19px;
}
.txt11 {
  font-size: 12px;
  margin-left: 7px;
  margin-top: 14px;
  line-height: 15px;
  text-align: center;
}
.txt12 {
  font-style: italic;
  color: #78ab46;
}
.txt13 {
  font-size: 22px;
  font: 22px/26px 'Gabriela', Arial, sans-serif;
  margin-bottom: 1px;
  color: #ea525f;
  font-style: bold;
  margin-top: 6px;
  text-align: center;
}
.color1 {
  color: #1c1b20;
}
.color2 {
  color: #fff;
}
.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_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 7px;
}
.figure1 {
  margin-top: 59px;
}
.marLeft1 {
  margin-left: 1px !important;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 40px;
}
.marTop2 {
  margin-top: 10px;
}
.marTop3 {
  margin-top: 11px;
}
.marTop4 {
  margin-top: 13px;
  display: inline-block;
}
.marTop5 {
  margin-top: 56px !important;
  margin-bottom: -4px;
}
.marTop6 {
  margin-top: 69px !important;
  padding-bottom: 3px;
}
.marTop7 {
  margin-top: 294px;
}
.marTop8 {
  margin-top: 39px;
}
.marTop9 {
  margin-top: 19px;
}
.marTop10 {
  margin-top: 45px;
}
.marTop11 {
  margin-top: 25px;
}
.marTop12 {
  margin-top: 45px !important;
}
.hline {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 41px;
}
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_inner {
  margin-top: 2px;
}
.img1 {
  margin-top: 58px;
}
.img2 {
  margin-top: 150px;
  float: left;
  margin-right: 56px;
}
.img3 {
  margin-top: 58px;
}
.img4 {
  margin-top: 6px;
}
.img5 {
  margin-top: 12px;
  margin-bottom: 12px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 36px/77px 'Gabriela', Arial, sans-serif;
  float: left;
  color: #fff;
  margin-right: 18px;
  background: #ea525f;
  width: 77px;
  height: 77px;
  display: block;
  margin-top: 48px;
  border-radius: 500px;
  text-align: center;
}
.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: 4px;
}
.listWithMarker li {
  display: block;
  padding-left: 28px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f111';
  font: normal normal 8px/20px 'FontAwesome';
  color: #ea525f;
  top: 6px;
  left: 2px;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #ea525f;
}

/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 li {
  overflow: hidden;
}
.list-1 li .count {
  margin-right: 22px;
  float: left;
  border-radius: 500px;
  width: 77px;
  height: 77px;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 70px;
  background-color: #336666;
  margin-top: 1px;
}
.list-1 li + li {
  padding-top: 18px;
  margin-top: 22px;
  background: url(../../images/sep-3.png) 0 0 repeat-x;
}
.list-2 {
  margin-bottom: 14px;
}
.list-2 li {
  background: url(../../images/marker.png) 0 10px no-repeat;
  padding-left: 30px;
}
.list-2 li + li {
  margin-top: 5px;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 17px;
  text-decoration: none;
  font: 24px/24px "Gabriela", Arial, sans-serif;
  color: #ea525f;
}
.more_btn:hover {
  color: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Open Sans", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #ea525f;
}
/*********************************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 {
  float: left;
  margin-top: 37px;
  margin-right: 20px;
}
.figure_video2 {
  margin-top: 46px;
  margin-bottom: -7px;
}
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 13px;
}
.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;
}
.icon_holder {
  float: left;
  margin-right: 20px;
  margin-top: 50px;
  border-radius: 500px;
  background: #ea525f;
  color: #fff;
  text-align: center;
  width: 77px;
  height: 77px;
}
.icon1 {
  font: normal normal 36px/77px 'FontAwesome';
}
.icon2 {
  font: normal normal 18px/30px 'FontAwesome';
  color: #ea525f;
  margin: 0 0px 0 13px;
}
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
}
.soc_icons i {
  font: normal normal 15px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #ea525f;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0;
  /*background: #fafafa;*/
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1:before,
.box-1:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page2_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-1:after {
  background: url(../../images/page2_object2.png) no-repeat right 0;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 0px 0 78px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #4f3043;
}
.box-2.v2 {
  margin-top: 52px;
  padding-bottom: 105px;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0 0 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-3:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page2_object3.png) no-repeat right 0;
  z-index: -1;
}
.box-4 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 73px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.box-4-inner {
  position: relative;
  z-index: 1;
}
.box-4:before,
.box-4:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page2_object4.png) no-repeat 0 0;
  z-index: 0;
}
.box-4:after {
  background: url(../../images/page2_object5.png) no-repeat right 0;
}../
.box-5 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 5px 0 67px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-5:before,
.box-5:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page1_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-5:after {
  background: url(../../images/page1_object2.png) no-repeat right bottom;
}
.box-6 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 84px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.box-6-inner {
  position: relative;
  z-index: 1;
}
.box-6:before,
.box-6:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page1_object3.png) no-repeat 0 bottom;
  z-index: 0;
}
.box-6:after {
  background: url(../../images/page1_object4.png) no-repeat right 0;
}
.box-7 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-7:before,
.box-7:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page3_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-7:after {
  background: url(../../images/page3_object2.png) no-repeat right bottom;
}
.box-8 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0 79px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.box-8-inner {
  position: relative;
  z-index: 1;
}
.box-8:before,
.box-8:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page3_object3.png) no-repeat 0 63%;
  z-index: 0;
}
.box-8:after {
  background: url(../../images/page3_object4.png) no-repeat right 0;
}
.box-9 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-9:before,
.box-9:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page4_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-9:after {
  background: url(../../images/page4_object3.png) no-repeat right bottom;
}
.box-9 .container:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page4_object2.png) no-repeat right 0;
  z-index: -1;
}
.box-10 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-10:before,
.box-10:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page5_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-10:after {
  background: url(../../images/page5_object2.png) no-repeat right bottom;
}
.box-11 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.box-11 p {
  margin-top: 10px;
}
.box-11:before,
.box-9:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page6_object1.png) no-repeat 0 0;
  z-index: -1;
}
.box-11:after {
  background: url(../../images/page6_object2.png) no-repeat right bottom;
}
.box-11 .container:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../images/page4_object2.png) no-repeat right 0;
  z-index: -1;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 29px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 463px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 75px;
  display: block;
}
.address1 dt {
  font: 24px/36px 'Droid Serif', Arial, sans-serif;
  color: #ea525f;
  margin-bottom: 2px;
}
.address1 dd span {
  min-width: 144px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 16px 0 20px;
  color: #fff;
  background: url(../../images/footer_pattern1.png) #003e57;
  overflow: hidden;
}
#footer.splash_footer {
  background: url(../../images/splash_footer.jpg) 50% 0 #003e57;
}
.txt_priv {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #b2222e;
  width: 40px;
  height: 43px;
  font-size: 43px;
  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;
  }
}
/*****Search****/
#search {
  margin-bottom: 22px;
  margin_top-top: 9px;
  background: none;
  width: 80%;
  height: 42px;
  background-color: #fff;
  font: 300 18px/30px 'Open Sans', sans-serif;
  color: #7e8487;
  padding: 5px 38px 7px 14px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#search label {
  line-height: 0;
  display: block;
}
#search input {
  background: none;
  width: 100%;
  font: 300 18px/30px 'Open Sans', sans-serif;
  color: #7e8487;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a {
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(../../images/search_icon.png) 0 0 no-repeat;
  width: 46px;
  height: 42px;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#search a:hover {
  opacity: 0.5;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 50px;
  height: 43px;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #818185;
}

#topcontrol {
z-index: 999;
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1499px) {
  .home_header nav {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .home_header {
    /*background: url(../../images/header_splash_bg2.jpg) 50% 0 no-repeat #fff !important;*/
    margin-top: 42px !important;
    background: #ea525f !important;
    padding: 3px 0 10px !important;
    position: relative;
    z-index: 100;
    height: auto !important;
  }
  #header.home_header:before,
  #header.home_header:after {
    display: block;
  }
  .box-6:before {
    display: 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;
  }
  .txt5 {
    font: 20px/22px 'Gabriela', Arial, sans-serif;
    margin-top: 31px;
  }
  .txt6 {
    margin-top: 11px;
    font-size: 16px;
    line-height: 22px;
  }
  .box-1:before,
  .box-1:after {
    display: none;
  }
  .box-2:before,
  .box-2:after {
    display: none;
  }
  .box-3:before,
  .box-3:after {
    display: none;
  }
  .box-4:before,
  .box-4:after {
    display: none;
  }
  .box-5:before,
  .box-5:after {
    display: none;
  }
  .box-6:before,
  .box-6:after {
    display: none;
  }
  .box-7:before,
  .box-7:after {
    display: none;
  }
  .box-8:before,
  .box-8:after {
    display: none;
  }
  .box-9:before,
  .box-9:after {
    display: none;
  }
  .box-10:before,
  .box-10:after {
    display: none;
  }
  .box-11:before,
  .box-11:after {
    display: none;
  }
  .icon_holder {
    margin-right: 5px;
    width: 50px;
    height: 50px;
  }
  .icon1 {
    font: normal normal 22px/50px 'FontAwesome';
  }
  .address1 dd span {
    min-width: 98px;
  }
}
@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%;
  }
  .img2 {
    margin-top: 70px;
    float: none;
    margin-right: 0;
  }
  .figure_video {
    float: none;
    margin-top: 37px;
    margin-right: 0;
    margin-bottom: -25px;
  }
  h2 {
    font: 26px/30px 'Gabriela', Arial, sans-serif;
  }
  #footer.splash_footer {
    background-position: 0 0;
  }
  .marTop7 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}
/*Core variables and mixins*/
