@import url(//fonts.googleapis.com/css?family=Dosis:500);

@import url(//fonts.googleapis.com/css?family=Lato:400);

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

@import url(//fonts.googleapis.com/css?family=Lato:900);

@import 'jquery.fancybox.css';

@import 'grid.css';
/*------ template stylization ------*/
body {
  background: #000000;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #ffffe1;
  min-width: 1200px;
  min-height: 1000px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #000000 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffe1;
  background: url(../img/up-arrow.png) #000000 center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*---------gallery bg--------*/
#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 #000000;
  display: none;
}
#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;
}
/*end gallery bg*/
p {
  padding-bottom: 16px;
  text-transform: uppercase;
}
figure {
  margin: 0;
}
h2 {
  font: 900 24px 'Lato';
  line-height: 1.2em;
  color: #ffffe1;
  text-transform: uppercase;
  margin: 10px 0px 20px;
}
h3,
time {
  font: 700 24px 'Lato';
  line-height: 1em;
  color: #ffffe1;
  margin: 0px 0px 20px;
  text-transform: none;
}
time {
  display: inline-block;
  font-size: 20.04px;
  color: #fffe8e;
  line-height: 1.2em;
  margin: 14px 0px 3px;
  letter-spacing: 0;
}
h4 {
  font: 700 15.96px 'Lato';
  line-height: 15px;
  color: #ffffe1;
  text-transform: none;
  margin: 2px 0px 16px;
}
h4 a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h4 a:hover {
  color: #f14e00;
  text-decoration: none;
}
address {
  font-style: normal;
  color: #f5f5df;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-polaroid {
  background: #000000;
  padding: 1px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid > img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ content ------- */
#wrapper {
  background: url(../img/bg_effect.png) 45% no-repeat;
}
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 6px 17px;
  line-height: 21px;
  width: 100%;
  color: #f5f5df;
  margin: 0;
  text-transform: uppercase;
  background: url(../img/form_bg.png);
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  color: #f5f5df;
}
#wrapper input {
  width: 100%;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 84px;
}
.inner {
  padding: 42px 0px 41px;
  min-height: 375px;
}
.inner .content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1170px;
  height: 100%;
  margin: 0;
  z-index: 0;
  background: url(../img/content_bg.png);
}
.inner .content_bg > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.inner .content_bg > span:first-child {
  background: url(../img/border_T.png) center repeat-x;
  height: 1px;
  top: 0;
  left: 0;
}
.inner .content_bg > span:first-child + span {
  background: url(../img/border_R.png) center repeat-y;
  width: 1px;
  top: 0;
  right: 0;
}
.inner .content_bg > span:first-child + span + span {
  background: url(../img/border_B.png) center repeat-x;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inner .content_bg > span:first-child + span + span + span {
  background: url(../img/border_L.png) center repeat-y;
  width: 1px;
  top: 0;
  left: 0;
}
.inner .content_bg + div {
  position: relative;
  z-index: 10;
}
hr {
  position: relative;
  margin: 39px 0px 20px;
  width: 100%;
  height: 1px;
  background-color: #ffffe1;
  border: none;
}
hr:after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  width: 83px;
  height: 3px;
  background-color: #ffffe1;
}
hr.type2 {
  background-color: #fffe8e;
}
hr.type2:after {
  background-color: #fffe8e;
}
hr.type3 {
  background-color: #000000;
}
hr.type3:after {
  background-color: #000000;
}
.list1 {
  margin: 26px 0px 13px 0px;
  overflow: hidden;
}
.list1 li {
  float: left;
  margin: 0px 16px 17px 0px;
  width: 112px;
  height: 90px;
}
.list1 li.bottom {
  margin-bottom: 0;
}
.list1 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.list2 {
  margin: 0px 0px 60px 0px;
}
.list2 dt {
  font: 700 24px 'Lato';
  line-height: 1.2em;
  color: #ffffe1;
}
.list2 dd {
  padding-bottom: 14px;
  margin-left: 0;
  text-transform: uppercase;
}
.list3 {
  margin: 22px 0px -3px 0px;
}
.list3 li {
  background: url(../img/list_icon.png) 0px 6px no-repeat;
  margin-bottom: 9px;
}
.list3 li a {
  margin-left: 13px;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list3 li a:hover {
  color: #f14e00;
  text-decoration: none;
}
.list4 {
  margin: 26px 0px 0px 0px;
}
.list4 li {
  float: left;
  position: relative;
  width: 255px;
  margin-right: 30px;
}
.list4 li > a {
  position: relative;
  display: block;
  width: 255px;
  height: 176px;
}
.list4 li h4 {
  margin: 19px 0 3px;
}
.list4 li p {
  padding-bottom: 10px;
}
.contentHolder1 {
  margin-top: 26px;
}
.contentHolder1 header {
  position: relative;
  padding: 0px 23px 18px 21px;
  background-color: #000000;
}
.contentHolder1 header:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/hline.png) repeat-x;
}
.contentHolder1 header h4 {
  margin-bottom: 0;
}
.contentHolder1 header + div {
  padding: 20px 24px 16px 23px;
  background: url(../img/bg_1.png);
}
.contentHolder1 header + div p {
  color: #dadab7;
  font-size: 11.040000000000001px;
  padding-bottom: 6px;
}
.btn {
  position: relative;
  display: inline-block;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 9px 20px 10px;
  margin: 0;
  font: 700 14.04px 'Lato';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: lowercase;
  background: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:hover,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #ffffff;
  background: #f14e00;
}
.btn.btn-warning {
  color: #ffffff;
  background: #f14e00;
}
.btn.btn-warning:hover,
.btn.btn-warning:active {
  background: #000000;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fffe8e;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #f14e00;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a .sitem_over {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.match {
  display: block;
  color: #f14e00;
}
.search_list {
  margin: 66px 0px 30px;
  text-transform: uppercase;
}
.search_list li {
  margin-bottom: 10px;
}
.search_list .search {
  width: auto;
  color: #fffe8e;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 0 0 0;
  width: 438px;
  height: 240px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #000000 !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: -2px 0 0 0;
  width: 100%;
  z-index: 500;
}
#search > a {
  margin: 13px 0px 0px 0px;
}
#form1 {
  position: relative;
  margin: 26px 0px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 19px 10px;
  z-index: 10;
  text-align: center;
  width: 320px;
  color: #f5f5df;
  text-transform: uppercase;
  background: #000000;
  border: none;
}
#form1 textarea {
  width: 100%;
  height: 111px;
  overflow: auto;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 43px;
  width: 100%;
  margin-bottom: 0;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ffffe1;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 13px 0 0 0;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 7px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
/*menu*/
.select-menu {
  display: none;
}
footer .navbar {
  margin-bottom: 0;
}
footer .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
footer .navbar .sf-menu .nav li {
  float: none;
}
footer .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
footer .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.logoHolder {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -585px;
  width: 1170px;
}
.sf-menu {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 64px 0 0 7px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin: 0px 18px 0px 0px;
  padding: 0px 8px;
}
.sf-menu > li:after {
  content: '';
  position: absolute;
  right: -19px;
  top: 2px;
  width: 14px;
  height: 16px;
  background: url(../img/menu_divider.png) right 0px no-repeat;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li {
  margin-left: 0;
  padding-left: 0;
}
.sf-menu > li.last {
  margin-right: 0;
  padding-right: 0;
}
.sf-menu > li.last:after {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span {
  font: 500 18px 'Dosis';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover + strong,
.sf-menu > li > a.activeLink + strong {
  height: 19px;
}
.sf-menu > li > strong {
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 19px;
  background: url(../img/menuItem_4_decor.png) center top no-repeat;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sf-menu > li:first-child + li + li > strong {
  background-image: url(../img/menuItem_2_decor.png);
}
.sf-menu > li:first-child + li + li + li > strong {
  background-image: url(../img/menuItem_3_decor.png);
}
.sf-menu > li:first-child + li + li + li + li + li > strong {
  background-image: url(../img/menuItem_5_decor.png);
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  top: 59px !important;
  left: 9px !important;
  display: none;
  overflow: visible;
  white-space: nowrap;
}
.sf-menu ul li {
  position: relative;
  display: inline-block;
  padding: 0px 25px 0px 8px;
  background: url(../img/menu_divider.png) right 2px no-repeat;
}
.sf-menu ul li.last {
  background: none;
  padding-right: 0;
}
.sf-menu ul li a {
  display: inline-block;
  font: 500 18px 'Dosis';
  line-height: 1.2em;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
  color: #f14e00 !important;
}
.sf-menu ul ul {
  left: 0px !important;
  top: 25px !important;
}
/*menu end*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 458px;
  background: url(../img/footer_shadow.png) center bottom repeat-x;
}
footer > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/footer_bg.png) left bottom no-repeat;
}
footer h1 {
  position: relative;
  width: 483px;
  height: 110px;
  overflow: hidden;
  margin: 63px 0px 0px 6px;
}
footer h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
footer h1 a:hover {
  text-decoration: none;
}
footer p {
  padding-top: 0px;
  text-align: left;
  font: 12.96px 'Lato';
  line-height: 1.2em;
  color: #3b3d3b;
  text-transform: uppercase;
  padding: 23px 0px 0px 19px;
}
footer p a {
  color: inherit;
}
.soc_icons {
  position: relative;
  white-space: nowrap;
  margin: 367px 0px 0px 15px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a:hover > img {
  top: -10px;
}
/*--- footer end ------*/
.padding1 {
  padding: 0px 0px 0px 30px;
}
.padding2 {
  padding: 0px 30px 0px 0px;
}
.padding3 {
  padding: 0 20px 8px 0;
}
.padding4 {
  padding: 0px 30px 0px 30px;
}
.padding5 {
  padding-bottom: 13px;
}
.padding6 {
  padding-bottom: 9px;
}
.padding7 {
  padding-bottom: 12px;
}
.padding8 {
  padding-bottom: 11px;
}
.padding9 {
  padding: 21px 0px 10px;
}
.margin1 {
  margin: 0 30px 0 0;
}
.margin2 {
  margin: 6px 29px 0px 0px;
}
.margin3 {
  margin-top: 21px;
}
.margin4 {
  margin-top: 26px;
}
.margin5 {
  margin-bottom: 3px;
}
.margin6 {
  margin: 26px 0px 19px 0px;
}
.margin7 {
  margin: 5px 29px 0px 0px;
}
.margin8 {
  margin: 42px 0 20px;
}
.margin9 {
  margin: 97px 0px 87px 171px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #fffe8e;
}
.color2 {
  color: #000000;
}
.color3 {
  color: #f5f5df;
}
.width1 {
  display: inline-block;
  width: 97px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.bottom {
  margin-bottom: 0 !important;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
/*end additional Classes*/
/*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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
