@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

@import url(http://fonts.googleapis.com/css?family=Anton);

@import "jquery.fancybox.css";

body {
  min-width: 1000px;
  background: #1f1f21;
  color: #7c7b7b;
  font: 13px "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #1f1f21 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: #1f1f21 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 {
  position: relative;
  margin-top: 0;
  min-height: 61px;
  height: 61px;
  width: 100%;
  background: url(../img/header_bg.png) right 0 repeat-x;
}
.text_cent {
  text-align: center;
}
h1 {
  display: inline-block;
  text-align: center;
  margin-top: 4px;
  max-width: 225px;
  width: 100%;
}
h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  text-align: center;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#wrapper .navbar-inner {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  border: 0;
  background-color: inherit;
  background-image: none;
  background-repeat: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: inherit;
}
footer .sf-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
footer .sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -3px;
}
footer .sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 13px;
  color: #686666 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 13px "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
footer .openPart {
  display: none;
}
footer .sf-menu > li > a:hover,
footer .sf-menu > li > a.activeLink {
  color: #fff !important;
}
footer .sf-menu > li:after {
  background: none;
}
.sf-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -3px;

}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;

  padding: 17px 25px 13px 25px;
  color: #dadada;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 27px/27px 'Anton', "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu > li:after {
  position: relative;
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 0px 5px 0px;
  background: url(../img/sep_line.png) no-repeat;
}
.sf-menu > li.last:after {
  background: none;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/menu_over_pattern.png);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sf-menu ul {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 10;
  padding: 10px;
  width: 91px;
  background: #111;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: -2px;
  text-align: left;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #898787;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/11px 'Arial', "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu .subMenu2 {
  top: 0;
  left: 112px;
  width: 70px;
  background: #333;
}
.sf-menu .subMenu2 a {
  color: #898787 !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sf-menu .subMenu2 a:hover {
  color: #fff !important;
}
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 250px;
  z-index: 1;
  width: 100%;
  height: 535px;
}
#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;
  bottom: -2px;
  left: -84px;
  margin: 10px 10px 0 10px;
  width: 74px;
  height: 75px;
  background: url(../img/button-sprite-3.png);
  cursor: pointer;
}
#prev_arr {
  left: -157px;
  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;
}
#wrapper > section > #content_part {
  position: absolute;
  z-index: 11;
  display: inline-block;
  margin-top: 6px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
#wrapper > section {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 43px 30px 40px 80px;
  background: #fff;
  min-height: 457px;
}
.dynamicContent > .content.page_404 {
  padding: 42px 30px 40px 0px;
}
h2,
h3 {
  margin: 0;
  padding-bottom: 17px;
  color: #302f2f;
  text-transform: uppercase;
  font: 38px "Anton", "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}
h3 {
  margin-top: 3px;
  font-size: 19px;
  padding-bottom: 8px;
}
h4 {
  color: #000;
  text-transform: uppercase;
  font: 11px "Arial", "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.vline {
  border-right: 1px solid #ececec;
  padding-right: 50px;
  margin-right: 30px;
}
.hline2 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.dynamicContent img {
  margin-bottom: 27px;
}
.dynamicContent p {
  margin-bottom: 16px;
}
a,
a:hover {
  text-decoration: none;
}
a.underl,
a.underl:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
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 32px 26px 0;
}
.imgIndent2 {
  margin: 0 23px 15px 0;
}
.imgIndent3 {
  margin: 6px 17px 15px 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #000;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: -10px;
}
.marTop2 {
  display: block;
  margin-top: 80px;
}
.content_col1 {
  float: left;
  position: relative;
  width: 180px;
  margin-left: 20px;
}
.pos_rel {
  position: relative;
  min-height: 357px;
}
.img_404 {
  position: absolute;
  margin-top: 82px;
  margin-left: 49px;
  width: 366px;
  height: 261px;
}
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
}
#search input {
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #000;
  font: 12px "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  position: relative;
  margin: 0 0px 2px -3px;
  width: 267px;
  margin-bottom: 10px;
}
.arr_next,
.arr_prev {
  position: absolute;
  top: 39px;
  right: 0px;
  display: inline-block;
  width: 33px;
  height: 56px;
  background: url('../img/page_slider_arr_next.png');
}
.arr_prev {
  right: auto;
  left: 0px;
  background: url('../img/page_slider_arr_prev.png');
}
.slider_nav {
  position: relative;
  z-index: 20;
}
.slider2 {
  position: relative;
  margin-top: 22px;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.slider2 ul {
  margin: 0;
}
.list-1 > li {
  position: relative;
  display: inline-block;
  float: left;
}
.scroll > div {
  position: relative;
  display: inline-block;
  padding: 10px;
  height: 550px;
}
._track {
  position: relative;
  top: 578px;
  left: 200px;
  width: 460px;
  height: 12px;
  background: url(../img/track.png);
}
._shuttle {
  position: absolute;
  left: -3px;
  top: -10px !important;
  width: 32px;
  height: 33px;
  background: url(../img/shuttle.png);
  cursor: pointer !important;
}
._thumbList {
  display: inline-block;
  width: 100%;
  min-width: 4530px;
  left: -360px;
  position: relative;
  white-space: nowrap;
}
._thumbList > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0;
  margin-bottom: 500px;
  width: 906px;
  height: 540px;
  white-space: nowrap;
}
._thumbList > li > a {
  display: inline-block;
}
._thumbList > li > a img {
  position: relative;
  display: inline-block;
}
._thumbList .img_act {
  position: absolute;
  z-index: 1;
  background: url(../img/splash_img_over_plane.png);
  z-index: 40;
  width: 920px;
  height: 554px;
  top: -7px;
  left: -7px;
}
.listWithMarker {
  margin: 0;
  margin-top: 3px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 9px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 14px;
  background: url(../img/list_marker.png) 0 7px no-repeat;
  color: #181818;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 22px;
  color: #555;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker2 li a {
  display: inline-block;
  padding: 12px 0 12px 10px;
  min-width: 210px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px "Open Sans", "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
.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;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: none;
  background-color: ;
  background-image: none;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: -8px !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 {
  color: #333333;
  text-decoration: none;
  background-position: 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;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -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);
}
.btn-primary {
  position: relative;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
  padding: 7px 23px 8px 24px;
  background: url(../img/btn_pattern.png) repeat;
  z-index: 1;
  left: 0;
  border-radius: 2px;
  font: 12px 'Anton', "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
.more {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  margin-left: -10px;
  margin-top: -8px;
  background: #fff;
  color: #302f2f;
  text-transform: uppercase;
  font: 19px 'Anton', sans-serif;
}
.more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.more3 {
  margin-top: -8px;
  color: #000;
  text-decoration: none;
}
.more3:hover {
  color: #444;
  text-decoration: none;
}
.more4 {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font: bold 18px 'Open Sans', sans-serif;
}
.more4:hover {
  color: #dbb335;
}
.slider {
  position: relative;
}
.slider ul {
  margin: 0;
}
.slider li {
  display: inline-block;
  float: left;
  margin-right: 27px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.slider li.last {
  margin-right: 0;
}
.slider li img {
  padding-bottom: 8px;
}
.slider li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.slider li a {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") 50% 50% no-repeat;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
.fancybox {
  position: relative;
  float: left;
}
.g_map {
  margin: 0;
  padding-bottom: 15px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 200px;
  outline: none;
  border: none;
}
.address {
  margin-top: -16px;
  padding-top: 0;
  color: #4b4b4b;
}
.phones_part {
  display: inline-block;
  width: 180px;
}
.mailLink {
  text-decoration: underline;
}
#form1 {
  position: relative;
  display: block;
  margin: 0;
  margin-top: 0;
}
#form1 label {
  position: relative;
  margin-bottom: 11px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea {
  margin: 0;
  margin-bottom: 4px;
  padding: 9px 10px 9px 14px;
  width: 274px;
  outline: none;
  border: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #7c7b7b;
  font: 13px "Droid Sans";
  line-height: 21px;
}
#form1 label textarea {
  width: 354px;
  height: 121px;
  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: 298px;
  height: 151px;
  border: 1px solid #222;
  background: #fff;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 40%;
  color: #000;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -14px;
}
.btns > a {
  margin-left: 17px;
  margin-right: -10px;
}
footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-top: 31px;
  min-height: 53px;
  width: 100%;
  color: #717171;
  font-size: 13px;
  text-align: center;
}
footer a {
  color: #717171;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer p {
  margin-top: -13px;
}
.social_icons {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-bottom: 7px;
  list-style: none;
  white-space: nowrap;
}
.social_icons > li {
  display: inline-block;
  margin-left: 0px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
.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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}