@import url(//fonts.googleapis.com/css?family=PT+Sans);

@import url(//fonts.googleapis.com/css?family=PT+Sans:700);

@import url(//fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps);

@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 10px 'PT Sans', sans-serif;
  line-height: 16px;
  color: #a2a2a2;
  text-transform: uppercase;
  min-width: 1200px;
  letter-spacing: 1px;
}
.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand {
  text-transform: none;
}
.marg_0 {
  margin-left: 5px;
}
.marg_1 {
  margin-bottom: 13px;
}
.marg_2 {
  margin-bottom: 23px;
}
.marg_3 {
  margin-bottom: 25px;
}
.marg_4 {
  margin-bottom: 32px;
}
.marg_5 {
  margin: 18px 0 0 63px;
}
.pad_1 {
  padding-bottom: 78px;
}
.pad_2 {
  padding-bottom: 66px;
}
.pad_3 {
  padding-bottom: 55px;
}
.pad_4 {
  padding-bottom: 70px;
}
.pad_5 {
  padding-bottom: 86px;
}
h2 {
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.title {
  color: #ffffff;
}
.title_2 {
  position: relative;
  display: inline-block;
  font: 700 48px/48px 'PT Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 9px;
  margin: 12px 0 0;
}
.min_h {
  min-height: 469px;
}
/*---------gallery bg--------*/
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#imgSpinner {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/web_site_loader.gif") center no-repeat #ffffff;
  display: none;
}
#inner {
  display: block;
  z-index: 800;
}
#inner ul {
  list-style: none;
  margin: 0;
}
.slogHolder {
  position: absolute!important;
  display: block;
  width: 1170px;
  top: 0;
  left: 50%;
  margin-left: -585px;
  z-index: 500;
}
.slogans {
  width: 100%;
  height: 400px;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: 450px;
  text-align: center;
}
.slogans ul {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
}
.slogans li {
  color: #ffffff;
  height: 400px;
}
.slogans li .sliderText1 {
  font: 700 30px/36px 'PT Sans', sans-serif;
  letter-spacing: 5px;
  display: inline-block;
  margin: 47px 0 0;
  text-transform: uppercase;
}
.slogans li .sliderText2 {
  font: 700 50px/60px 'PT Sans', sans-serif;
  display: inline-block;
  letter-spacing: 5px;
  padding: 0;
  text-transform: uppercase;
  margin-top:-5px;
  margin-left:-15px;
}
.slogans li .sliderText3 {
  font: 500 16px/16px 'PT Sans', sans-serif;
  letter-spacing: 4px;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  padding-bottom: 23px;
}
.pagination {
  position: absolute;
  width: 309px;
  top: 604px;
  left: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: -180px;
  z-index: 950!important;
  text-align: center;
}
.pagination .line {
  position: relative;
  display: inline-block;
  width: 1000px;
  height: 1px;
  background: url("../img/line_hor.png") 0 0 repeat-x;
  margin-bottom: 19px;
  margin-left:-360px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1px;
  margin-left: 1px;
}
.pagination ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  background: url('../img/pagin_icon.png') center top no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul li a:hover {
  /*background-position: center bottom;*/

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -5px;
}
.pagination ul li.active > a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-position: center bottom;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/*end gallery bg*/
.btn1 {
  position: absolute;
  top: 378px;
  left: 306px;
  font: 700 16px/18px 'PT Sans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn1:hover {
  text-decoration: none;
  color: #6edcdc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 970;
  margin: 0 auto;
  top: 0;
}
header .top_line {
  position: absolute;
  width: 100%;
  height: 62px;
  background: #2f3c3e;
}
header h1 {
  margin: 0;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/logo.jpg') 0 0 no-repeat;
  width: 218px;
  height: 136px;
  text-indent: -9999px;
  margin-left:25px;
  margin-top:20px;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  display: inline-block;
  float: right;
  height: 255px;
  margin-top: -135px;
  z-index: 10;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-left: 0;
}
.sf-menu .color_1 {
  background: #347b95;
}
.sf-menu .color_2 {
  background: #348595;
}
.sf-menu .color_3 {
  background: #349595;
}
.sf-menu .color_4 {
  background: #2f3c3e;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: inline-block;
  float: left;
  width: 218px;
  height: 136px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 136px;
  padding: 0;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  letter-spacing: 0;
  top: 67px;
  left: 20px;
  padding: 0;
  z-index: 5;
  margin: 0;
  display: block!important;
  opacity: 1!important;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  line-height: 13px;
}
.submenu_1 a {
  font-size: 10px;
  color: #fea08f;
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.color_1 .submenu_1 a {
  color: #ffffff;
}
.color_2 .submenu_1 a {
  color: #ffffff;
}
.color_3 .submenu_1 a {
  color: #ffffff;
}
.color_4 .submenu_1 a {
  color: #ffffff;
}
.submenu_1 a:hover {
  color: #6edcdc !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #6edcdc !important;
}
.submenu_2 {
  position: absolute;
  width: 138px;
  left: 150px;
  top: -7px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: #fff;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #2d2d2d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #43c5e9 !important;
}
.submenu_2 li > a:hover,
.submenu_2 li.sfHover > a {
  color: #43c5e9 !important;
}
.mText {
  font: 700 16px/16px 'PT Sans', sans-serif;
  color: #ffffff;
  letter-spacing: 3px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 20px;
  padding-top: 44px;
}
.mTextOver {
  font: 700 16px/16px 'PT Sans', sans-serif;
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  left: 20px;
  top: -100px;
  display: none;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 119px;
  top: 136px;
  z-index: 2;
  left: 0;
  display: block;
}
.color_1 ._overPl {
  background: #347b95;
}
.color_2 ._overPl {
  background: #348595;
}
.color_3 ._overPl {
  background: #349595;
}
.color_4 ._overPl {
  background: #2f3c3e;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: transparent;
  opacity: 0;
}
/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 960;
  top: 267px;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.content_inner {
  padding-right: 15px;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
.dynamicContent .inner {
  position: relative;
  padding: 115px 0 0;
}
.dynamicContent .inner_2 {
  position: relative;
  padding: 96px 0 0;
}
.mainBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 0;
  background: #2f3c3e;
  overflow: hidden;
}
.btn {
  font: 10px/16px 'PT Sans', sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.btn:hover,
.btn:active {
  color: #6edcdc;
  text-decoration: none;
}
.line_cont {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #347b95;
}
.line_cont2 {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #348595;
}
.line_cont3 {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #349595;
}
.block_1 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.block_1 img {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px 15px 0 0;
}
.list_1 {
  position: relative;
  list-style: none;
  margin: 0;
}
.list_1 li {
  margin-bottom: 12px;
}
.list_1 li span {
  position: relative;
  display: inline-block;
  font: 12px/1.2em 'FontAwesome';
  color: #6edcdc;
  margin: 0 5px 0 -2px;
}
.list_1 li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_1 li a:hover {
  color: #6edcdc;
  text-decoration: none;
}
.list_2 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.list_2 figure {
  margin: 0;
}
.list_2 .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 159px;
  height: 150px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list_2 .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.list_2 li {
  list-style: none;
  float: left;
  margin: 0 0 23px;
}
.list_2 .right {
  margin-right: 0!important;
}
.list_2 li .thumbnail {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.list_2 li .thumbnail figure {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px 15px 0 0;
}
.list_2 li .thumbnail .caption {
  color: #a2a2a2;
  padding: 0;
}
.list_2 li .thumbnail .caption .link_2 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.g_map {
  position: relative;
  width: 498px;
  height: 327px;
  display: inline-block;
  float: left;
  margin: 4px 15px 0 0;
}
.g_map iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 498px;
  height: 327px;
  background: #ffffff url('../img/web_site_loader.gif') center no-repeat !important;
}
.width1 {
  display: inline-block;
  width: 72px;
}
.link_1 {
  color: #6edcdc;
}
.link_1:hover {
  color: #ffffff;
  text-decoration: none;
}
.block_3 {
  position: relative;
  display: inline-block;
}
.block_3 h2 {
  margin-bottom: 22px;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  margin: 1px 0 0;
  width: 100%;
}
label {
  margin: 0!important;
}
#form1 input {
  font: 10px/18px 'PT Sans', sans-serif;
  color: #888888;
  text-transform: none;
  margin: 0 0 4px;
  padding: 7px 11px;
  width: 346px;
  border: 1px solid #344244;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #293436;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 10px/18px 'PT Sans', sans-serif;
  color: #888888;
  padding: 9px 11px;
  width: 346px;
  height: 156px;
  border: 1px solid #344244;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #293436;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 36px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #6edcdc;
  text-transform: none;
}
.btns {
  position: relative;
  display: block;
  margin: 23px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 18px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
  font-size: 9px;
  line-height: 16px;
  color: #6edcdc;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
  position: absolute;
  width: 368px;
  color: #888888;
  text-align: center;
  z-index: 1;
  background: #293436;
  border: 1px solid #344244;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 41px 0;
}
/* ============================= end forms ============================= */
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
  margin-top: 12px;
}
#search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 10px;
  color: #ffffff;
  width: 590px;
  padding: 9px 11px;
  border: 1px solid #344244;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #293436;
  float: left;
  margin-right: 16px;
}
.search_result {
  color: #ffffff;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #6edcdc;
  text-decoration: none;
}
.search_list {
  margin-top: 30px;
  display: inline-block;
}
.search_list li {
  margin-bottom: 40px;
}
.search_list .search {
  font-size: 20px;
  color: #6edcdc;
}
#searchButton {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  margin: 13px 0 0;
  z-index: 10;
}
/* ============================= end search ============================= */
/*--- content end ------*/
/*------ footer ------- */
footer {
  font: 12px/12px 'PT Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  background: #2f3c3e;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  padding: 15px 0 11px 0;
}
.copyr_txt {
  position: relative;
  display: inline-block;
  float: left;
  font: 12px/12px 'PT Sans', sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: none;
  padding: 11px 0 0 14px;
}
.social-icon {
  position: relative;
  margin: 0 26px 0 0;
  float: right;
}
.social-icon strong {
  position: relative;
}
.social-icon strong:before {
  position: absolute;
  left: 1px;
  top: 0;
  font-weight: normal;
  margin: -1px 0 0 1px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.social-icon > li {
  display: inline-block;
  margin-left: -1px;
  text-align: center;
}
.social-icon > li > a {
  display: inline-block;
  width: 29px;
  height: 29px;
  color: #fff;
  background: #2f3c3e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #828a8b;
}
.social-icon > li > a:hover {
  color: #2f3c3e;
  border: 1px solid #fff;
  background: #ffffff;
  text-decoration: none;
}
.link_0 {
  color: #ffffff;
}
.link_0:hover {
  color: #6edcdc;
  text-decoration: none;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
