@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
  background: #e1e1e1 url(../img/bg.png) 0 0 repeat;
  font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 16px;
  /*color: #75787b;*/
  color:whitesmoke;
  /*text-transform: uppercase;*/
  min-width: 980px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e1e1e1 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;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.nav-collapse.collapse {
  text-transform: none;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#galleryHolder {
  position: absolute;
  width: 100%;
  height: 100%;
}
#galleryHolder img {
  background: none;
}
.imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.image_bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
}
.bg_op {
  background: url("../img/bg_pic.png") center no-repeat;
}
/*------ header ------- */
header {
  height:55px;
  position: relative;
  width: 100%;
  z-index: 5;
  padding-bottom: 2px;
  background: url('../img/footer_top_bg.jpg') 0 0 repeat;
}
.full_height {
  height: 100%;
}
.logo {
  position: relative;
  display: inline-block;
  margin: 138px 0 0;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 238px;
  height: 29px;
  text-indent: -9999px;
}
#logo:hover {
  text-decoration: none;
}
#search {
  margin: 9px 0 0;
  float: right;
  text-transform: uppercase;
}
input[type="text"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 10px;
  color: #757575;
  width: 169px;
  padding: 7px 31px 6px 10px;
  border: none;
  border-bottom: 1px solid #56575a;
  background: #28292b;
  float: left;
}
#search2 input {
  font-size: 10px;
  color: #757575;
  width: 509px;
  padding: 7px 31px 6px 10px;
  border: none;
  border-bottom: 1px solid #56575a;
  background: #28292b;
  float: left;
}
.search_result {
  color: #eead46;
}
#searchButton {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 18px;
  margin: 4px 0 0 -26px;
}
#searchButton span {
  position: absolute;
  top: 0;
  left: 0;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  margin-top: 132px;
  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 > li {
  position: relative;
  color: #383636;
  display: block;
  width: 132px;
  height: 128px;
  margin-bottom: 1px;
  background: #e9e9e9 url('../img/bg_buttons.jpg') 0 0 repeat-y;
  border: 1px solid #fff;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 128px;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.sf-menu > li > ul::before {
  width: 165px;
  height: 12px;
  background: url("../img/sub_button_bg0.png") 0 0 no-repeat;
  position: absolute;
  top: -12px;
  left: -1px;
  content: " ";
}
.submenu_1 {
  position: absolute;
  top: 94px;
  left: 134px;
  width: 164px;
  padding: 34px 0 37px 0;
  z-index: 5;
  background: #fff;
  margin: 0;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  margin: 0 0 12px 16px;
}
.submenu_1 a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #606164 !important;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.submenu_1 a:hover {
  color: #eead46 !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #eead46 !important;
}
.submenu_2 {
  position: absolute;
  width: 138px;
  left: 149px;
  top: -19px;
  z-index: 10;
  margin: 0;
  padding: 19px 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: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.submenu_2 a:hover {
  color: #eead46 !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #eead46 !important;
}
.mText {
  font: bold 20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #4c4e51;
  text-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 52px;
  padding-top: 0;
  padding-left: 18px;
}
.mText2 {
  font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #bdbfc3;
  text-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 73px;
  padding-left: 18px;
}
.mTextOver {
  font: bold 20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #c3c5c8;
  text-shadow: none;
  position: relative;
  width: 100%;
  z-index: 3;
  top: -50px;
  padding-left: 18px;
}
.mTextOver2 {
  font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  width: 100%;
  z-index: 3;
  top: -50px;
  padding-left: 18px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 131px;
  z-index: 2;
  left: 0;
  display: block;
  background: #414245;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: none;
  opacity: 0;
}
/*--- menu end ------*/
/*--- header end ------*/
/*--- gallery ------*/
.gall_2 {
  position: absolute;
  display: block;
  margin-top: 132px;
  margin-left: 134px;
  width: 806px;
  height: 656px;
  overflow: hidden;
}
.gall_pagin {
  position: absolute;
  display: block;
  margin-top: 132px;
  margin-left: 134px;
  width: 806px;
  height: 656px;
  overflow: hidden;
}
.gall_pagin .mask {
  position: relative;
  width: 165px;
  height: 654px;
}
.gall_pagin .mask_2 {
  position: relative;
  width: 806px;
  height: 654px;
  overflow: hidden;
}
.gall_pagin .pagination {
  margin: 0;
}
.gall_pagin .pagination ul > li {
  float: left;
}
.gall_pagin .pagination ul > li > a,
.gall_pagin .pagination ul > li > span {
  position: relative;
  float: left;
  padding: 0px;
  margin-bottom: 1px;
  line-height: 14px;
  background-color: white;
  border: none;
  border-left-width: 0;
}
.sitem_over_spl {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 165px;
  height: 130px;
  display: none;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
}
.sitem_over_spl > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.sitem_over_spl2 {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 806px;
  height: 130px;
  display: none;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
}
.sitem_over_spl2 > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.splash_img {
  width: 806px;
  height: 654px;
}
.gall_2 .gall_pics {
  position: absolute;
  top: 0;
  display: block;
  width: 806px;
  height: 656px;
  margin-top: -656px;
  z-index: 500;
  opacity: 0;
}
.gall_2 .gall_pics ul {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
.gall_2 .gall_pics ul li {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  width: 806px;
}
.navig_1,
.navig_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.navig_2 {
  z-index: 15;
}
/*--- end gallery ------*/
/*------ content ------- */
h2 {
  letter-spacing: -2px;
  margin-bottom: 27px;
}
h3 {
  font-weight: normal;
}
h3 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h3 a:hover {
  text-decoration: none;
}
.title {
  font: 15px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-top: 20px;
}
.marg_1 {
  margin-right: 15px!important;
}
.marg_2 {
  margin-top: 40px;
}
.marg_3 {
  margin-top: -5px;
}
.marg_4 {
  margin-bottom: 58px;
}
.marg_5 {
  margin-bottom: 25px;
}
.marg_6 {
  margin-bottom: 10px;
}
.marg_7 {
  margin: 7px 0 58px 108px;
}
.marg_8 {
  margin-bottom: 20px;
}
.pad_1 {
  padding-bottom: 42px!important;
}
.pad_2 {
  padding-bottom: 29px!important;
}
.pad_3 {
  padding-bottom: 40px!important;
}
.pad_4 {
  padding-bottom: 49px!important;
}
.pad_5 {
  padding-bottom: 36px!important;
}
.pad_7 {
  padding-bottom: 48px!important;
}
.inner_1 {
  padding: 0 28px 0 0;
}
.inner_2 {
  padding: 0 20px 0 0;
}
.inner_3 {
  padding: 0 69px 0 0;
}
.extra-wrap {
  overflow: hidden;
}
wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 132px;
}
#wrapper section > div {
  position: relative;
}
#wrapper > div {
  position: relative;
  /*overflow: hidden;*/

}
#wrapper > section {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 45px auto 38px;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.cont_bg {
  background: #2f3033;
  margin-left: -20px;
  padding: 41px 0 0 20px;
  height:571px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.img-polaroid {
  padding: 0;
  background-color: #38393c;
  padding: 8px;
  border: 1px solid #4a4b4d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.line_hor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: url('../img/line_hor.jpg') 0 0 repeat-x;
}
dl {
  margin-bottom: 8px;
}
dd {
  margin-left: 0;
}
.btn {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  text-decoration: none;
  color: #eead46;
  text-shadow: none;
  background: none;
  -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 {
  position: relative;
  display: inline-block;
  margin: 6px 0 9px;
}
.list_1 li {
  list-style: none;
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 1px -14px no-repeat;
  padding: 0 0 0 22px;
  min-height: 14px;
  margin: 0 0 12px;
}
.list_1 a {
  color: #75787b;
  text-decoration: none;
}
.dl-horizontal {
  margin-bottom: 13px;
}
.dl-horizontal dt {
  width: 212px;
}
.dl-horizontal dd {
  margin: 13px 0 0 227px;
  padding-right: 20px;
}
.dl-horizontal dd h3 {
  margin-bottom: 0;
}
.date {
  margin-bottom: 15px;
}
.thumbnail {
  display: inline-block;
  float: left;
  padding: 0!important;
  border: none;
  margin-right: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail .caption {
  padding: 4px 0 0 0;
  color: #75787b;
}
.sitem_over3 {
 /*
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 170px;
  height: 169px;
  display: none;
  overflow: hidden;
  margin: 9px 0 0 9px;
  */
  }
.sitem_over3 > strong {
/* 
 position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  */
}
.g_map {
  width: 421px;
  height: 174px;
  float: left;
  margin-right: 17px;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 421px;
  height: 174px;
  background: url('../img/web_site_loader.gif') center no-repeat #1f1f1f !important;
}
.width1 {
  display: inline-block;
  width: 68px;
}
.color1 {
  color: #c3c5c8;
}
.link_2 {
  color: #c3c5c8;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.link_2:hover {
  text-decoration: none;
  color: #eead46;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 7px 0 0;
}
label {
  margin: 0!important;
}
#form1 input{
  margin: 0 0 15px;
  padding: 5px 9px;
  width: 260px;
  color: #75787b;
  border: 1px solid #48494b;
  text-transform: none;
  -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: #28292c;
}
#form1 select {
  margin: 0 0 15px;
  padding: 4px 9px;
  height:auto;
  width: 280px;
  color: #75787b;
  border: 1px solid #48494b;
  text-transform: none;
  -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: #28292c;
}

#form1 textarea {
  resize: none;
  margin: 0;
  padding: 10px 9px;
  width: 545px;
  height: 78px;
  color: #75787b;
  border: 1px solid #48494b;
  -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: #28292c;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 41px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 14px;
  color: #ffffff;
  text-transform: none;
}
.btns {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 10px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -15px;
  display: none;
  font-size: 9px;
  line-height: 14px;
  color: #ffffff;
  text-transform: none;
}
.success {
  position: absolute;
  width: 599px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  background: #28292c;
  border: 1px solid #48494b;
  padding: 59px 0;
  margin-top: -1px;
}
/* ============================= end forms ============================= */
/*--- content end ------*/
/*------ footer ------- */
footer {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #5b5e62;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url('../img/footer_top_bg.jpg') 0 0 repeat;
  z-index: 600;
}
.footer_info {
  margin: 17px 0 15px;
}
.link_1 {
  color: #bcbdc0;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.link_1:hover {
  text-decoration: none;
  color: #eead46;
}
.social-icon {
  list-style: none;
  margin: 14px 0 0;
  float: right;
}
.social-icon > li {
  display: inline-block;
  margin-left: 0;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
}
.social-icon > li > a:hover img {
  top: -10px;
}
/*--- 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: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
