@import url(//fonts.googleapis.com/css?family=Open+Sans:800,400);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1000px;
  background: #0c2741;
  color: #536974;
  font: 13px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #0c2741 url(../img/web_site_loader.gif) center no-repeat;
}
#pageLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
}
#pageLoader > div {
  width: 50px;
  height: 50px;
  background: url(../img/page_loader.gif) 0 0 no-repeat;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #0c2741 url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*------ header ------- */
header {
  position: relative;
  margin-top: 0;
  min-height: 59px;
  width: 100%;
  background: url(../img/header_bg.png) 0 0 repeat;
}
h1 {
  display: inline-block;
  margin-top: 17px;
  margin-right: 0px;
  max-width: 248px;
  width: 100%;
}
h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}
header .navbar > .navbar-inner {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#wrapper .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  border: 0;
  background-color: inherit;
  background-image: none;
  background-repeat: inherit;
  filter: inherit;
}
.sf-menu {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -3px;
  border-right: 1px solid #112342;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li.first {
  margin-right: 0px;
}
.sf-menu > li.last {
  border-right: none;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 176px;
  color: #dbdbdb;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #27272d;
  letter-spacing: 3px;
  font: 12px/59px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #030d28;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 100;
  padding: 30px 0px 30px 0px;
  width: 233px;
  background: #071733;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: -2px;
  text-align: left;
  white-space: normal;
}
.sf-menu ul a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 50px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 12px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  background: #030d28;
  color: #A6C4C !important;
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  position: relative;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
}
.sf-menu .subMenu2 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  padding: 5px 0px 5px 70px;
  color: #fff !important;
}
.sf-menu .subMenu2 a:hover {
  background: #030d28;
  color: #ffea00 !important;
}
/*--- header end ------*/
/*-----bgStretch-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 225px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
.splash_section {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.splash_section p {
  color: #e0e0e0;
  font: bold 60px/60px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.splash_section p.txt1 {
  text-shadow: 1px 1px 1px #000;
}
.splash_section p + p {
  margin-top: -6px;
  margin-left: -10px;
  color: #848588;
  font: 60px/60px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.splash_section p + p + p {
  margin-top: -10px;
  margin-left: -6px;
  color: #38393c;
  font: 20px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#description {
  position: relative;
  width: 100%;
  height: 270px;
}
#description li {
  position: absolute;
  list-style: none;
}
#bgNav {
  display: none;
  float: left;
  overflow: hidden;
  padding-top: 10px;
  cursor: default;
}
#bgNav ul {
  margin: 0;
}
#bgNav li {
  display: inline-block;
}
#bgNav li > a {
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/bg_selector.png) no-repeat right 0;
}
#bgNav a:hover,
#bgNav .active a {
  background-position: 0 0;
}
#prev_arr,
#next_arr {
  position: absolute;
  right: 1px;
  bottom: -2px;
  margin: 10px 10px 0 10px;
  width: 49px;
  height: 53px;
  background: url(../img/button-sprite-3.png);
  cursor: pointer;
}
#prev_arr {
  right: 57px;
  background: url(../img/button-sprite-2.png);
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  position: relative;
  padding: 0;
  padding: 42px 0px 40px 40px;
  min-height: 530px;
  border-top: 4px solid #0e1c38;
  background: url(../img/page_bg.png);
}
h2 {
  display: block;
  margin: 0;
  margin-bottom: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 800 24px/29px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
  display: block;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 22px;
  color: #ffea00;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 800 18px/24px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3.v2 {
  color: #fff;
  margin-top: 0;
}
h3.v3 {
  margin-top: 126px;
  line-height: 30px;
  margin-bottom: 17px;
}
.img_404 {
  margin-top: 80px;
}
span.search {
  color: #fff;
}
a {
  color: #fff;
}
a.link1 {
  color: #fff;
  font-weight: bold;
}
.dynamicContent p {
  margin-bottom: 22px;
}
.dynamicContent img {
  margin-bottom: 24px;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #FFCC00;
  text-decoration: none;
}
a,
.more {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.imgIndent {
  margin: 0 23px 19px 0 !important;
}
.date_section {
  padding-left: 25px;
  background: url(../img/date_icon_!.png) 0 0 no-repeat;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_cntr {
  text-align: center;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #bcbcbd;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: 10px;
  display: inline-block;
}
.marBot1 {
  margin-bottom: 16px;
}
.marLeft1 {
  margin-left: -20px;
}
.pos_rel {
  position: relative;
}
#search {
  position: relative;
  display: inline-block;
  float: left;
  margin: 9px 0 18px;
}
/*btn_icons*/
.btn_icon1,
.btn_icon2,
.btn_icon3 {
  width: 41px;
  height: 50px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.btn_icon1 {
  background: url(../img/button-sprite-icon1.png) 0 0 no-repeat;
}
.btn_icon2 {
  background: url(../img/button-sprite-icon2.png) 0 0 no-repeat;
}
.btn_icon3 {
  background: url(../img/button-sprite-icon3.png) 0 0 no-repeat;
}
.btn_arrow {
  width: 15px;
  height: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
}
.btn_arrow {
  background: url(../img/more_arrow_1.png) 0 0 no-repeat;
}
/* ============================= slider ====================== */
.slider {
  z-index: 1;
  min-height: 600px;
  width: 950px !important;
}
.slider li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 230px;
  position: relative;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider li span.p {
  position: absolute;
  top: 135px;
  padding-left: 31px;
  color: #ffea00;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 800 14px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
}
.slider li span.p.v2 {
  font: 800 18px/24px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.slider li span.p .txt_big {
  color: #fff;
  font: 800 48px/29px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.slider li span.p .txt_big2 {
  display: inline-block;
  margin-top: 4px;
  color: #fff;
  letter-spacing: 1px;
  font: 800 24px/29px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.slider li span.p .txt_big2.v2 {
  margin-top: 0;
}
.slider li .slogan {
  position: absolute;
  top: 30px;
  z-index: 3;
  padding-left: 31px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font: 20px/29px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  left: 0;
}
.slider li .corner,
.corner {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-block;
  background: url(../img/splash_corner.png) 0 0 no-repeat;
}
.prev,
.next {
  width: 38px;
  height: 40px;
  position: absolute;
  top: 574px;
  z-index: 11;
}
.prev {
  right: auto;
  left: 0px;
  background: url(../img/slider_arr_prev.png) 0 0 no-repeat;
}
.next {
  right: 0px;
  background: url(../img/slider_arr_next.png) 0 0 no-repeat;
}
a.fancybox {
  position: relative;
  float: left;
  margin-right: 1px;
  margin-bottom: 0px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  height: 565px;
  background-image:url('footer_bg.png');
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/* ============================= start slider2 ====================== */
.slider2 {
  z-index: 1;
  margin-top: 8px;
  min-height: 350px;
  width: 940px !important;
}
.slider2 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 460px;
}
.slider2 li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider2 li p {
  margin-bottom: 26px;
}
/* ============================= end slider2 ====================== */
/* ============================= start scroll ====================== */
.scroll-btns {
  position: absolute;
  bottom: -6px;
  left: 555px;
}
.scroll_btn_up,
.scroll_btn_down {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */

  width: 38px;
  height: 40px;
}
.scroll_btn_down {
  /*right:4px;*/

  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  right: 4px;
  background: url(../img/scroll_btn_down.png) no-repeat;
}
.scroll {
  overflow: hidden;
  margin-top: 0px;
  height: 400px;
}
/* ============================= end scroll ====================== */
.map_img {
  width: 312px;
  height: 186px;
  position: absolute;
  top: 226px;
  left: 28px;
  z-index: 0;
  background: url(../img/map_img.png) 0 0 no-repeat;
}
/* ============================= lists ====================== */
.listWithMarker {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: 132px;
}
.listWithMarker.v2 {
  margin-top: 1px;
}
.listWithMarker.v2 li {
  padding-bottom: 10px;
}
.listWithMarker.v2 .icon_1 {
  position: relative;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/list_marker2.png) 0 0 no-repeat;
  top: 3px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 12px;
  padding-left: 18px;
  background: url(../img/list_marker.png) 0 6px no-repeat;
}
.listWithMarker li a {
  display: inline-block;
  color: #ffea00;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 13px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker li a:hover {
  padding-left: 12px;
  color: #b0b0b0;
}
/* ============================= end lists ====================== */
.tabl1 {
  border: 1px solid #152039;
  width: 615px;
  margin-top: 7px;
  display: inline-block;
}
.tabl1 .tr1 td {
  padding-top: 11px;
  padding-bottom: 13px;
  background: #071833;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #152039;
}
.tr2 {
  width: 182px;
  padding-left: 30px !important;
}
.tr3 {
  width: 148px;
}
.tr4 {
  width: 142px;
}
.tr5 {
  width: 152px;
}
.tabl1 tr {
  background: none;
  height: 30px;
}
.tabl1 tr1 {
  height: 37px;
}
.tr1 {
  background: none !important;
}
.blue {
  background: #1d3248 !important;
}
.pad1 {
  padding-left: 14px !important;
}
/*-------------- start botstrap btn reset ------------------------*/
.thumbnails {
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 0px;
  line-height: 21px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.span23 .thumbnails {
  margin-left: 0;
}
.span23 .thumbnails li {
  width: 285px;
  margin-right: 13px;
  margin-left: 0;
}
.span23 .thumbnails li.last {
  margin-right: 0px;
}
.span23 .thumbnails li img {
  margin-left: 0;
  margin-bottom: 11px;
}
.span23 .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  padding: 0px;
  border: 0;
  line-height: 21px;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  margin-top: 0px;
  padding: 0;
  border: none;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #333333;
  vertical-align: middle;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: pointer;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background-color: ;
}
.more_splash.btn:active,
.more_splash.btn.active {
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  color: #d1d1d1 !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: ;
}
.btn:active,
.btn.active {
  background-color: ;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-position: 0 0;
  color: #333333;
  text-decoration: none;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled] {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}
.btn-primary {
  position: relative;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 7px 23px 8px 24px;
  border-radius: 2px;
  background: none;
  background: url(../img/btn_pattern.png) repeat;
  box-shadow: none;
  text-decoration: none !important;
  text-transform: none;
  text-shadow: none;
  font: 12px 'Anton', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*-------------- end botstrap btn reset ------------------------*/
.more_splash {
  margin-top: 35px;
  margin-left: -8px;
  padding-top: 11px;
  padding-left: 70px;
  height: 57px;
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  color: #d1d1d1 !important;
  font: 600 25px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.more_splash:hover {
  padding-left: 90px;
  background-position: 10px 0;
  color: #fff;
}
.more_btn {
  float: right;
  margin-top: -15px;
  margin-right: 40px;
  margin-bottom: 15px;
  color: #ffea00;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 12px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#form1 .more_btn,
.more_btn.v2 {
  float: none;
  margin-right: 0px;
}
.more_btn.v2 {
  margin-top: 7px;
}
.more_btn:hover {
  color: #536974;
  text-decoration: underline;
}
.banner {
  position: relative;
  margin-top: 6px;
  margin-bottom: 14px;
  padding: 23px 5px 40px 30px;
  width: 153px;
  border: 1px solid #101e38;
  background: #061632;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 18px/24px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.banner_link:hover .banner {
  border: 1px solid #e00000;
  background: #071f39;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.address_section {
  margin-top: 39px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 12px/18px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.address_section .phone_txt {
  display: inline-block;
  margin-bottom: 16px;
  color: #ffea00;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 800 22px/25px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 30px;
  width: 269px;
  height: 292px;
  /*width: 100%;*/

  position: relative;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 292px;
  outline: none;
  border: none;
}
.g_map > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/page_bg.png);
  pointer-events: none;
}
.address {
  display: inline-block;
  margin-top: -3px;
  padding-top: 0;
  color: #536974;
}
.phones_part {
  display: inline-block;
  width: 171px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 5px;
}
#form1 label {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 10px 10px 9px 15px;
  width: 322px;
  outline: none;
  border: none;
  border-radius: 0;
  background: #21364c;
  box-shadow: none;
  color: #fff;
  font: 13px 'Trebuchet MS', Arial;
  line-height: 21px;
}
#search input {
  width: 185px;
  float: left;
  margin-right: 10px;
}
#form1 label textarea {
  width: 526px;
  height: 246px;
  resize: none;
}
#form1 .error {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .empty {
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 347px;
  height: 128px;
  border: none;
  background: #21364c;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 37%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: 14px;
}
.btns > a {
  margin-left: 14px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  z-index: 0;
  min-height: 131px;
  width: 100%;
  background: url("../img/footer_bg.png");
  color: #8da3ae;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 10px/15px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
}
.footer_inside {
  padding: 25px 0;
}
.logo_footer {
width: 169px;
height: 71px;
position: relative;
left: 7%;
bottom: 70px;
display: block;
margin-bottom: -20px;
margin-left: -220px;
  background: url("../img/logo_footer.png") no-repeat;
}
footer a {
  color: #8da3ae;
}
footer a:hover {
  color: #fff;
}
/*--- 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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}














/*Corrosel*/
/* Container DIV - automatically generated */
.simply-scroll-container { 
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
  
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
  width: 950px;
  height: 566px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 960px;
  height: 566px;
}
  
/* Explicitly set height/width of each list item */ 
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  width: 230px;
  height: 566px;
  margin-right: 10px;
}