 
/*------ template stylization ------*/
body {
  background: #121212;
  font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #4c4848;
  text-transform: uppercase;
  min-width: 980px;
}
.falseCont{
  position: relative;
  display: block;
  height: 500px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #121212 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;
  display: none;
  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;
}
.container {
  position: relative;
}
footer a,
footer a:hover {
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 132px;
  height: 132px;
  text-indent: -9999px;
  margin: 30px 0 0 809px;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 936px;
  height: 119px;
  margin: 0 auto;
  margin-top: 302px;
  text-align: center;
  background: url('../img/bg_menu.jpg') 0 0 repeat-x;
  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: inline-block;
  float: left;
  width: 156px;
  height: 100%;
  background: url('../img/separator.jpg') 0 0 no-repeat;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 155px;
  height: 118px;
  overflow: hidden;
  padding-top: 1px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li .active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 119px;
  left: 1px;
  width: 155px;
  padding: 44px 0 42px 0;
  background: #0c0c0b;
  letter-spacing: -1px;
  margin: 0;
  z-index: 5;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  text-align: center;
  margin: 11px 0;
}
.submenu_1 a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #2e2b29 !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: #ffffff !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #ffffff !important;
}
.submenu_2 {
  position: absolute;
  width: 138px;
  left: 156px;
  top: -18px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: #0c0c0b;
}
.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: #ffffff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li.sfHover > a {
  color: #ffffff !important;
}
.mText {
  font-size: 24px;
  color: #474240;
  letter-spacing: -1px;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding-top: 51px;
}
.mTextOver {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -1px;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 118px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: #141312;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: #ed4d2e;
  opacity: 0;
}
/*--- menu end ------*/
/*--- slog ------*/
.slog {
  position: absolute;
  display: block;
  font: 180px/136px "Righteous", cursive;
  letter-spacing: -9px;
  color: #ffffff;
  top: 230px;
  text-align: right;
  right: 4px;
}
.slog .text_1 {
  letter-spacing: -2px;
  font-size: 40px;
  line-height: 40px;
  color: #23201F;
  padding-right: 17px;
}
/*--- slog end------*/
/*--- header end ------*/
/*------ content ------- */
.thumbnail {
  display: block;
  padding: 0;
  line-height: 16px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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: 0;
  color: #4c4848;
}
.dl-horizontal dt {
  float: none;
  width: 100%;
  text-align: left;
}
.dl-horizontal dd {
  margin-left: 0;
}
ul > li {
  list-style: none;
}
.no_marg {
  margin: 0;
}
.marg_1 {
  margin: 0 16px 0 0;
}
.marg_2 {
  margin: 0 0 18px;
}
.marg_3 {
  margin: -7px 0 10px;
}
.marg_4 {
  margin: 4px 0 17px;
}
.marg_5 {
  margin: 0 0 30px;
}
.marg_6 {
  margin: 4px 0 0!important;
}
.marg_7 {
  margin: -4px 0 0 !important;
}
.marg_8 {
  margin: 0 0 14px;
}
.marg_9 {
  margin: 0 0 38px;
}
.pad_1 {
  padding: 0 20px 0 0;
}
.pad_2 {
  padding: 0 0 30px;
}
.pad_3 {
  padding: 5px 0 18px 0;
}
.pad_4 {
  padding: 0 10px 0 0;
}
.pad_5 {
  padding: 92px 0 112px 0!important;
}
.corr_1 {
  line-height: 16px;
  margin: 5px 0 11px;
}
.corr_2 {
  font-weight: normal;
  color: #ed4d2e;
  line-height: 26px;
}
h2 {
  letter-spacing: -2px;
  margin-bottom: 34px;
}
h3 {
  margin-bottom: 0;
}
h3 a {
  font-weight: normal;
  color: #ed4d2e;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
h3 a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 331px;
}
#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 {
  position: relative;
  width: 1000px;
  padding: 52px 0 46px;
  background: #0a0d8f;
  background: url('../img/bg_cont.jpg') 0 0 repeat;
  margin-left: -30px;
}
.img-polaroid {
  padding: 0;
  background-color: #3d3a3a;
  border: 9px solid #1c1b1a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.under_l {
  text-decoration: underline;
}
.under_l:hover {
  text-decoration: underline!important;
}
.btn {
  color: #ffffff;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 7px 19px 6px;
  background: url('../img/more_bg.jpg') center top repeat-x;
  border: 1px solid #232222;
  -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;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.list_1 {
  position: relative;
  display: inline-block;
  margin: 0 0 35px;
}
.list_1 li {
  background: url('../img/marker.png') 0px 5px no-repeat;
  padding: 0 0 0 16px;
  min-height: 18px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.list_1 a {
  color: #ed4d2e;
  text-decoration: none;
}
.block_1 {
  position: relative;
  display: inline-block;
  background: url('../img/line_hor.png') 0 bottom repeat-x;
  margin: -11px 0 4px;
}
#block_1_last {
  background: none!important;
  margin: -11px 0 25px !important;
}
.block_2 {
  position: relative;
  display: inline-block;
}
.block_2 img {
  float: left;
  margin: 0 23px 0 0;
}
.block_3 {
  position: relative;
  display: inline-block;
}
.btn-link {
  color: #ed4d2e;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.color_2 {
  color: #4c4848 !important;
}
.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.color_2:hover {
  color: #ed4d2e !important;
}
.block_info {
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
.g_map {
  width: 342px;
  height: 195px;
  float: left;
  margin: 0 0 18px;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  background: url('../img/web_site_loader.gif') center no-repeat #121212 !important;
}
.width1 {
  display: inline-block;
  width: 83px;
}
.navbar .nav {
  text-transform: none;
}
/* ============================= forms ============================= */
#form1 {
  margin: 0;
  text-align: left;
}
label {
  margin: 0!important;
}
#form1 input {
  margin: 0 0 10px;
  padding: 4px 11px;
  width: 336px;
  border: 1px solid #2b2827;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 20px;
  background: none;
}
#form1 textarea {
  resize: none;
  margin: 0;
  padding: 6px 10px;
  width: 518px;
  height: 99px;
  border: 1px solid #2b2827;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 20px;
  background: none;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 40px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
  text-transform: none;
}
.btns {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 30px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -10px;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  text-transform: none;
}
.success {
  position: absolute;
  width: 358px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  background: #141312;
  border: 1px solid #2b2827;
  padding: 38px 0;
}
/* ============================= end forms ============================= */
.box_1 {
  text-align: left;
  padding: 28px 48px 0 0;
}
.box_1 p {
  margin-bottom: 26px;
}
#search2 input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #2b2827;
  border-left: 1px solid #2b2827;
  border-bottom: 1px solid #2b2827;
  background: none!important;
  width: 201px;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #ffffff;
  float: left;
}
#search2 a span {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 28px;
  background: url('../img/search_btn.png') center no-repeat;
  border-top: 1px solid #2b2827;
  border-right: 1px solid #2b2827;
  border-bottom: 1px solid #2b2827;
}
#search2 a strong {
  position: absolute;
  display: inline-block;
  margin-left: -36px;
  width: 35px;
  height: 28px;
  background: url('../img/search_btn_act.png') center no-repeat;
  border-top: 1px solid #2b2827;
  border-right: 1px solid #2b2827;
  border-bottom: 1px solid #2b2827;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  text-align: right;
  background: none;
  z-index: 600;
}
.social {
  margin: 0 0 4px;
}
/*--- 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;
}
