@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);

@import 'grid.css';

@import 'jquery.fancybox.css';
/*------ template stylization ------*/
body {
  background: #000000;
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #000000;
  min-width: 1200px;
  min-height: 1170px;
  background: url(../img/bg_piece.jpg);
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #d0d0d0 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_2.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 #b3b3b3;
  background: url(../img/up-arrow.png) #d0d0d0 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 #d0d0d0;
  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;
}
#inner {
  display: none;
}
/*end gallery bg*/
p {
  padding-bottom: 10px;
  text-transform: uppercase;
}
a:focus {
  outline: none;
}
h2 {
  font: bold 25px 'Ubuntu';
  line-height: 21px;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}
h2.special {
  font-size: 30px;
  padding: 0px 0px 0px 0px;
  margin: 9px 0px 21px 0px;
}
h3,
h4,
dt,
time,
.fontStyle1 {
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #000000;
  padding: 0px 0px 0px 0px;
  margin: 1px 0px;
  text-transform: uppercase;
}
h3 a,
h4 a,
dt a,
time a,
.fontStyle1 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;
}
time {
  margin: 0px 0px 0px 0px;
}
time span {
  position: relative;
  display: inline-block;
  margin: 0px 0px 1px 9px;
  width: 4px;
  height: 7px;
  background: url(../img/arrow_icon.png) 0 no-repeat;
}
.fontStyle1 {
  margin: -13px 0px 1px;
}
.fontStyle2 {
  color: #000000;
  font-size: 14px;
}
address {
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
}
/*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;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  text-align: center;
  width: 100%;
  height: 186px;
  margin-bottom: 0px;
}
header h1.brand {
  position: relative;
  display: inline-block;
  width: 168px;
  height: 143px;
  overflow: hidden;
  margin: 43px 0px 0px 0px;
}
header h1.brand a {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  display: none;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .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;
}
.sf-menu {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin: 41px 0px 0px 0px;
  width: 1170px;
  height: 840px;
}
.sf-menu > li {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 340px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.sf-menu > li:first-child {
  top: 0px;
  left: 150px;
}
.sf-menu > li:first-child + li {
  top: 0px;
  left: 446px;
}
.sf-menu > li:first-child + li + li {
  top: 0px;
  left: 742px;
}
.sf-menu > li:first-child + li + li + li {
  top: 256px;
  left: 0px;
}
.sf-menu > li:first-child + li + li + li + li {
  top: 256px;
  left: 297px;
}
.sf-menu > li:first-child + li + li + li + li + li {
  top: 256px;
  left: 594px;
}
.sf-menu > li:first-child + li + li + li + li + li + li {
  top: 256px;
  left: 890px;
}
.sf-menu > li:first-child + li + li + li + li + li + li + li {
  top: 512px;
  left: 150px;
}
.sf-menu > li:first-child + li + li + li + li + li + li + li + li {
  top: 512px;
  left: 446px;
}
.sf-menu > li:first-child + li + li + li + li + li + li + li + li + li {
  top: 512px;
  left: 742px;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 100px;
  top: 0px !important;
  left: 100px !important;
  display: none;
  overflow: visible;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
}
.sf-menu ul li a {
  display: inline-block;
}
.sf-menu ul ul {
  left: 100px !important;
  top: 0 !important;
}
/* 3d tramsform classes */
/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.flipper {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.front,
.back {
  position: absolute;
  top: 0;
  left: 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;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.back {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flip-container,
.front,
.back {
  width: 350px;
  height: 340px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.flip-container:hover .back,
.flip-container.hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.back > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  font: bold 30px 'New Century Schoolbook';
  line-height: 328px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 3px;
}
.flip-container:hover .back,
.flip-container.hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* end 3d tramsform classes */
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: 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 7px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  color: #b3b3b3;
  text-transform: uppercase;
  background: url(../img/form_bg.png);
  border: 1px solid #393939;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#wrapper input {
  width: 183px;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -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%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  margin-top: -150px;
  left: 0px;
  top: -0px;
  height: 791px!important;
  width: 110%;
  background: url(../img/content_bg.png) 246px 0px no-repeat;
}
.inner {
  padding: 108px 0px 209px;
}
.content .btn {
  position: relative;
  display: inline-block;
  font: 10px Arial, 'Trebuchet MS', "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: 0px 29px;
  -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;
}
.content .btn:hover,
.content .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;
}
.content .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;
  font: bold 18px 'Ubuntu';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 10px 3px;
}
.content .btn.btn-link:hover,
.content .btn.btn-link:active {
  background: #ffffff;
  -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: #000000;
}
.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:hover > .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.closeBtn {
  position: absolute;
  top: 23px;
  left: 571px;
  width: 32px;
  height: 28px;
}
.closeBtn > span {
  background: url(../img/close_icon.png) center no-repeat;
}
.customIcon {
  width: 32px;
  height: 28px;
}
.customIcon > span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.customIcon > strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_bg.png) center no-repeat;
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -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;
}
.customIcon:hover > strong {
  opacity: 0.34;
  filter: alpha(opacity=34);
}
.list1 {
  margin: 0px 0px 0px 0px;
}
.list1 dd {
  text-transform: uppercase;
  padding-bottom: 17px;
}
.list1 dd.last {
  padding-bottom: 0px;
}
.list3 dt {
  padding: 0px 30px;
}
.list2 {
  margin: -1px 0px 0px 0px;
}
.list2 li {
  margin-bottom: 30px;
}
.list2 li.last {
  margin-bottom: 20px;
}
.list2 li a {
  position: relative;
  display: block;
  float: left;
  margin: 7px 15px 0px 0px;
}
.match {
  display: block;
  color: #ffffff;
}
.search_list {
  text-transform: uppercase;
}
.search_list li {
  margin-bottom: 15px;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 0 0 34px;
  width: 100%;
  height: 450px;
}
.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 #d0d0d0 !important;
}
/*scroll*/
.outside {
  margin-top: 0;
  position: relative;
}
.outside .scroll,
.outside .scroll2 {
  width: 100%;
  height: 130px;
  overflow: hidden;
  float: left;
  margin: 0 0 0;
}
.outside .scroll2 {
  width: 100%;
  height: 485px;
  margin-bottom: 0px;
}
.outside .scroll2 + .scroll-btns {
  top: 517px;
}
.outside .scroll-btns {
  position: absolute;
  top: 163px;
  left: 153px;
  z-index: 200;
  display: block;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btnup {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.outside .scroll-btns .btndown > span {
  background: url(../img/arrow_down.png) center bottom no-repeat;
}
.outside .scroll-btns .btnup > span {
  background: url(../img/arrow_up.png) center top no-repeat;
}
/*end scroll*/
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 5px 0px 9px;
  width: 100%;
  z-index: 500;
}
#search > input {
  width: 293px;
}
#search > a {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 5px 1px 8px;
}
#form1 {
  position: relative;
  margin: 5px 0px 4px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  padding: 5px 10px;
  z-index: 10;
  text-align: center;
  width: 100%;
  color: #b3b3b3;
  text-transform: uppercase;
  background: #1e1e1e;
  border: 1px solid #393939;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea {
  width: 100%;
  height: 155px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  float: left;
  min-height: 35px;
  width: 183px;
  margin-left: 4px;
}
#form1 label:first-child {
  margin-left: 0;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ffffff;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 18px 0 0 0;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
  margin: 0px;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 2px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  text-align: center;
}
footer p {
  font: normal 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 17px;
  color: #000000;
  text-transform: uppercase;
  padding: 4px 0px 0px 0px;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: #000000;
}
/*--- footer end ------*/
.padding1 {
  padding: 0px 17px;
}
.padding2 {
  padding-bottom: 5px;
}
.padding3 {
  padding: 0px 100px 0 109px;
}
.margin1 {
  margin: 6px 0px 23px 0px;
}
.margin2 {
  margin: 0px 0px 27px 0px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 75px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0 !important;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.alignCenter {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
/*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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}