/*@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/
@import "font-awesome.min.css";
@import "animate.css";
@import "touchTouch.css";
@import "costyle.css";
@import "coresponsive.css";
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Allura&subset=latin,latin-ext);
/*Roboto Condensed*/
/*========================================================
										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: #000;
  color: #384142;
  font: 18px/30px 'Roboto', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}

.logo { position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  margin-left: 5px;}
  
.logo img {
  max-width: inherit;
}

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  margin-left: 5px;
}
h1 img {
  max-width: inherit;
}

h1 {
  position: relative;
  font: 36px/44px 'Roboto', Arial, sans-serif;
  color: #000;

  font-weight:bold;
}

h2 {
  position: relative;
  font: 36px/44px 'Roboto', Arial, sans-serif;
  color: #000;
  margin-top: 42px;
}
h3 {
  position: relative;
  font: bold 30px/30px 'Roboto', Arial, sans-serif;
  color: #666667;
  margin-top: 28px;
  padding-bottom: 14px;
}
h4 {
  position: relative;
  font: 24px/30px 'Roboto', 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 {
  padding: 0;

 /*
  position: relative;
  z-index: 100;
  min-height: 693px;
  /*background: url(../images/bg1.jpg) 50% 0 #acb0b3;*/
  border-top: 5px solid #003399;
}
.content_header {
  background: #fff !important;
  background: url(../images/bg1.jpg) 50% 0 #acb0b3;
  min-height: 90px !important;
}
.menu_section {
  padding: 12px 0 7px;
  background: rgba(0, 0, 0, 0.5);
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 12px;
  float: right;
  margin-right: -10px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 32px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px 10px;
  font: 100 18px/30px 'Roboto', Arial, sans-serif;
  color: #ffcc00;
  text-transform: lowercase;
  position: relative;
  z-index: 1;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffcc00;
  /*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: #003399;
  opacity: 0;
  /* 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: #ffcc00;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffcc00;
  /*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: 58px;
  left: 0px;
  background: #003399;
  padding: 15px 0px 15px;
  width: 165px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 15px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 100 15px/30px 'Roboto','Lato', Arial, sans-serif;
  color: #ffcc00;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffcc00;
  background: #000;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 24px;
  bottom: 7px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffcc00;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 149px;
  width: 145px;
  background: #003399;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffcc00;
}
@media only screen and (max-width: 1299px) {
  nav {
    margin-right: 0;
  }
  .sf-menu > li {
    margin-left: 10px;
  }
  /*nav {margin-right: 0;}*/
}
@media only screen and (max-width: 979px) {
  .sf-menu > li a {
    padding: 0 7px;
  }
  nav {
    margin-top: 7px;
  }
  h1 img {
    height: 45px;
  }
  .sf-menu > li {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    margin-left: 0;
  }
  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 #003399;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 0 0px;
  z-index: 999;
  text-align: center;
}
/*.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 .menu_section {
  padding: 0;
}
.isStuck .logo img {
  height: 30px;
}
.isStuck nav {
  margin-top: 0;
}
@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: #e20702;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #e20702;
}
a.link2:hover {
  color: #000;
}
.txt1,
.txt2,
.txt3 {
  font: bold 72px/72px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
 /* background: #e20702;*/
  padding: 1px 12px;
  margin-top: 186px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.txt2 {
  margin-top: 2px;
}
.txt3 {
  margin-top: 2px;
  font: bold 24px/28px 'Roboto Condensed', Arial, sans-serif;
  padding: 7px 15px;
}
.txt4 {
  font: 300 24px/24px 'Roboto', Arial, sans-serif;
  color: #384142;
  margin-top: 24px;
}
.txt5 {
  font: 18px/24px 'Roboto', Arial, sans-serif;
  color: #e20702;
  margin-top: 7px;
}
.txt6 {
  line-height: 24px;
  margin-top: 28px;
}
.txt7 {
  font: 14px/24px 'Roboto', Arial, sans-serif;
  margin-top: 14px;
}
.txt8 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.comment {
  position: relative;
  display: inline-block;
  border: 9px solid #bdbec0;
  border-radius: 30px;
  min-width: 146px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 15px;
  margin-top: 28px;
  margin-left: 10px;
  margin-bottom: 19px;
  font: 900 18px/30px 'Roboto', Arial, sans-serif;
  font-style: italic;
  color: #9c9c9c;
}
.comment:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 15px;
  height: 20px;
  right: 30px;
  bottom: -20px;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #e20702;
}
.color3 {
  color: #000;
}
.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: 29px;
}
.marTop3 {
  margin-top: 41px;
}
.year_section {
  width: 98px;
  float: left;
  font: 30px/34px 'Roboto', Arial, sans-serif;
  color: #000;
  margin-top: 12px;
}
.hline {
  margin-top: 75px;
  width: 100%;
  height: 1px;
  background: #bdbec0;
  overflow: hidden;
}
p {
  margin-top: 13px;
}
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: 48px;
}
.img2 {
  margin-top: 38px;
}
.img3 {
  margin-top: 29px;
  margin-left: 9px;
}
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;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num_section {
  font: 300 52px/52px 'Roboto', 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 'Roboto', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Roboto', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 34px;
  text-align: left;
  margin-left: 102px;
}
.listWithMarker.v2 {
  margin-left: 0;
  margin-top: 13px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #a2a2a2;
  text-decoration: none;
  font: 14px/20px "Roboto", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #e20702;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 33px;
}
.listWithMarker2 li {
  display: block;
  padding-left: 33px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker2 li:before {
  position: absolute;
  content: '\f00c';
  font: normal normal 24px/24px 'FontAwesome';
  color: #ef5455;
  top: -1px;
  left: 0;
}
.listWithMarker2 li a {
  color: #ef5455;
  text-decoration: none;
  font: 18px/20px "Roboto", Arial, sans-serif;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 31px;
  padding: 11px 25px;
  text-decoration: none;
  font: 24px/26px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #e20702;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn.v2 {
  background: #bf0804;
  margin-top: 20px;
}
.more_btn:hover {
  color: #e20702;
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 24px;
  padding: 22px 22px;
  text-decoration: none;
  font: 16px/22px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #e20702;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn2:hover {
  color: #fff;
  background: #666667;
}
/*********************************start magnifier2*************************************/
.figure1 {
  margin-top: 30px;
  font-size:12px;
  line-height:15px;
}
.figure1 p {margin:2px 0;padding:0 3px;}

.figure1 .figtitle {text-align:center;font-size:18px;font-weight:bold;margin-bottom:10px;}

.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: rgba(0, 0, 0, 0.2);*/
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  padding: 5px;
  text-align: center;
}
a.magnifier2:hover .zoom {
  opacity: 0;
}
a.magnifier2 .zoom {
  opacity: 1;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 0;
  white-space: nowrap;
  text-align: center;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
.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: 63px;
  height: 63px;
  display: inline-block;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 30px/63px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #e20702;
}
.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: 70px !important;
}
.box-11 {
  width: 100%;
  margin-top: 103px;
  background: #e9e9e9;
  text-align: center;
  padding: 67px 0 177px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
#home2 {
  padding-bottom: 78px;
}
#about {
  padding-top: 39px;
  padding-bottom: 58px;
}
#services {
  width: 100%;
  background: #f7f7f7;
  padding-top: 17px;
  padding-bottom: 71px;
}
#awards {
  margin-top: 48px;
  width: 100%;
  background: #f6f6f6;
  padding-top: 0;
  padding-bottom: 67px;
  overflow: hidden;
}
#awards2 {
  /*margin-top: 48px;*/
  width: 100%;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 67px;
  overflow: hidden;
}
#awards3 {
 /* margin-top: 48px;*/
  width: 100%;
  background: #f6f6f6;
  padding-top: 0;
  padding-bottom: 67px;
  overflow: hidden;
}
#awards4 {
/*  margin-top: 48px;*/
  width: 100%;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 67px;
  overflow: hidden;
}
.award_block {
  background: #e20702;
  width: 120px;
  position: relative;
  padding: 23px 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
.award_block p {
  margin-top: 12px;
}
.awards_txt1 {
  font-size: 24px;
}
.awards_txt2 {
  font-size: 30px;
}
.award_block i {
  font-size: 60px;
}
.award_block:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 120px;
  height: 23px;
  left: 0;
  bottom: -23px;
  background: url(../images/awards_corner_part.png) no-repeat 0 0;
}
.testimonials {
  padding-top: 17px;
  padding-bottom: 44px;
}
#works {
  width: 100%;
  background: #fafafa;
  padding: 0;
  padding-bottom: 28px;
}
#works h2 {
  margin-top: 31px;
}
#contacts {
  width: 100%;
  background: #e20702;
  padding: 0;
  padding-bottom: 81px;
}
#contacts h2 {
  margin-top: 38px;
}
.box-1 {
  color: #fff;
  background: url('../images/bg2.jpg') 0 0;
  text-align: center;
  padding: 34px 0 70px 0;
  min-height: 358px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-2 {
  color: #fff;
  background: url('../images/bg3.jpg') 0 0;
  text-align: center;
  padding: 34px 0 70px 0;
  min-height: 422px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**** 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: 0 0 2px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  background: #000;
}
.soc_box {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 24px 0 29px;
}
.txt_priv {
  margin-top: 2px;
  font-size: 14px;
}
.figure1 a {
  width: 100%;
}
.figure1 img {
  width: 100%;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #333;
  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: #aa0603;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* VideoBG styles
========================================================*/
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section video {
  /*width: 100%;*/
}
.video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  background-image: url(../video/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.videoBG_wrapper,
.videoBG {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.videoBG video {
  min-height: 698px;
}

.header {min-height: 70px;}

.only-video {
  position: relative;
  min-height: 693px;
  z-index: 5;
}
@media only screen and (max-width: 979px) {
  .videoBG {
    display: none;
  }
  .video-img {
    display: block;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-img {
    display: block;
    background-size: auto 100%;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES
=========================================================*/
@media only screen and (max-width: 1299px) {
  .listWithMarker {
    margin-left: 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;
  }
}
@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%;
  }
  .txt1,
  .txt2 {
    font: bold 39px/42px 'Roboto Condensed', Arial, sans-serif;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/





/**** paralax slider ****/

.parallax-slider {
	position:relative;
	width:100%;
/*	height:880px;*/
    height:600px;
	display:block;
	overflow:hidden;
	margin:0;
	top:0;
	left:0;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.parallax-slider:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:283px;
	z-index:100;
	background:url(../images/bg-slider.png) repeat-x;
}
@media (max-width: 767px) {
	.parallax-slider { height:500px; }
}
@media (max-width: 480px) {
	.parallax-slider { height:500px; /*display:none !important;*/ }
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
	position:relative;
	width:100%;
/*	height:150%; */
   height:110%;
	top:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainImageHolder .primaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
}
.parallax-slider #mainImageHolder .secondaryHolder img {
	position:absolute;
	max-width:inherit;
}
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:150%;
	top:0;
	left:0;
	text-align:center;
	z-index:2;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder { top:30% !important; }
}
.parallax-slider #mainCaptionHolder .container {
	position:relative;
	/*top:45%;*/
	top:35%;
	width:1060px;
	left:50%;
	margin-left:-530px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .container {
		width:940px;
		margin-left:-470px;
	}
}
.ie8 .parallax-slider #mainCaptionHolder .container {
	width:940px;
	margin-left:-470px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .container {
		width:724px;
		margin-left:-362px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container {
		width:100%;
		margin-left:0;
		left:0;
		top:0;
	}
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
	text-align:center;
	width:100%;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container .slider_caption {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.parallax-slider #mainCaptionHolder .container .primaryCaption {
	position:absolute;
	width:100%;
}
.parallax-slider #mainCaptionHolder .container .secondaryCaption {
	position:absolute;
	display:none !important;
	width:100%;
}
.parallax-slider #mainCaptionHolder .container h2 {
	font:300 56px/70px 'Roboto', sans-serif;
	color:#fff;
	margin:0 0 30px;
	text-transform:none;
}
.parallax-slider #mainCaptionHolder .container h2 span { color:#df2d43; }
@media (max-width: 1200px) {
	.parallax-slider #mainCaptionHolder .container h2 {
		font-size:40px;
		line-height:1em;
		margin:0 0 20px;
	}
}
.ie8 .parallax-slider #mainCaptionHolder .container h2 {
	font-size:40px;
	line-height:1em;
	margin:0 0 20px;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container h2 { font-size:27px; }
}
.parallax-slider #mainCaptionHolder .container p {
	font:300 15px/26px 'Roboto', sans-serif;
	color:#fff;
	text-transform:none;
	margin:0 0 30px;
}
.parallax-slider #mainCaptionHolder .container .btn { font:28px/1.2em 'Roboto', sans-serif; }
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container .btn { font-size:16px; }
}
.parallax-slider #mainCaptionHolder .container .btn span {
	color:#fff;
	padding:20px 55px;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container .btn span { padding:10px; }
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider .controlBtn {
	width:60px;
	height:60px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
	width:60px;
	height:60px;
	font-size:48px;
	line-height:60px;
	text-align:center;
	color:#fff;
	display:block;
	position:relative;
	z-index:1;
	background:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.parallax-slider .controlBtn .slidesCounter {
	width:40px;
	height:45px;
	background:#363636;
	display:block;
	position:absolute;
	top:0;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:60px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display:none !important;
}
.parallax-slider .controlBtn.parallaxPrevBtn { left:0; }
.parallax-slider .controlBtn.parallaxPrevBtn .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	border-radius:0 3px 3px 0;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn {
	background:#df2d43;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn { right:0; }
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	border-radius:3px 0 0 3px;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn {
	background:#df2d43;
	border-radius:0;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	bottom:0;
	padding:0 0 84px;
	background:none;
	width:100%;
	text-align:center;
	z-index:2;
}
@media (max-width: 767px) {
	.parallax-slider #paralaxSliderPagination { padding:0 0 20px; }
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0 auto;
	width:1170px;
	text-align:center;
	position:relative;
	height:18px;
}
@media (max-width: 1200px) {
	.parallax-slider #paralaxSliderPagination ul { width:100%; }
}
.ie8 .parallax-slider #paralaxSliderPagination ul { width:100%; }
.parallax-slider #paralaxSliderPagination ul li {
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 0 0 7px;
	border-radius:50%;
	cursor:pointer;
	line-height:18px;
	position:relative;
	background:#6e6e6e;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider #paralaxSliderPagination ul li:first-child { margin:0; }
.parallax-slider #paralaxSliderPagination ul li:hover { background:#fff; }
.parallax-slider #paralaxSliderPagination ul li.active { background:#fff; }
.parallax-slider #previewSpinner {
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	z-index:99;
}








.carousel-wrap.extra {
	position:relative;
	padding:0 50px;
}
.carousel-wrap.extra h2 {
	margin-bottom:60px;
	text-align:center;
}
.carousel-wrap.extra .owl-carousel { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
	margin:0 15px;
	text-align:center;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure {
	display:inline-block;
	width:auto;
	margin:0;
	vertical-align:top;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc { display:none; }
.carousel-wrap.extra .owl-carousel .owl-controls { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev {
	background:none;
	position:absolute;
	top:9px;
	right:auto;
	bottom:auto;
	left:-50px;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#cacaca;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#363636;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:48px;
	font-family:FontAwesome;
	font-size:48px;
	color:#cacaca;
	content:'\f053';
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next {
	background:none;
	position:absolute;
	top:9px;
	right:-50px;
	bottom:auto;
	left:auto;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#cacaca;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#363636;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:48px;
	font-family:FontAwesome;
	font-size:48px;
	color:#cacaca;
	content:'\f054';
}



