@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1136px;
  background: #e5c99e;
  color: #ffffff;
  font: 11px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 16px;
  background: #e5c99e url(../img/bg_main.png) repeat;
  text-transform: uppercase;
}
#panel {
  text-transform: none;
  color: #000;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #e5c99e 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;
}
.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 ------- */
header {
  position: absolute;
  margin-top: 70px;
  width: 100%;
  z-index: 1000;
}
h1 {
  position: relative;
  display: block;
  left: 50%;
  margin-left: -230px;
  margin-bottom: 20px;
  margin-top: 100px;
  max-width: 354px;
  width: 100%;
}
h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: absolute;
  margin: 0;
  margin-top: 175px;
  margin-left: 175px;
  text-align: center;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
  display: inline-block;
}
#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;
}
.sf-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.sf-menu > li {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	visibility: visible;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li.last {
  margin-right: 0px;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 34px 'PT Sans', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: url(../img/menu_over_plane.png) repeat-x;*/

}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  bottom: 50px;
  left: -16px;
  z-index: 10;
  padding: 27px 25px 39px 25px;
  width: 97px;
  background: #ffdd4d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  list-style: none;
  text-align: center;
}
.sf-menu ul > li {
  display: inline-block;
  margin-top: 4px;
  text-align: left;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #172122;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 20px 'PT Sans', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  position: absolute;
  bottom: 90px;
  left: 149px;
  width: 97px;
  background: #ffdd4d;
}
.sf-menu .subMenu2 ul {
  padding: 0;
  margin: 0;
}
.sf-menu .subMenu2 a {
  color: #172122 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .subMenu2 a:hover {
  color: #fff !important;
}
/*--- header end ------*/
#splash {
	position: absolute;
	top: 239px;
	height: 702px;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	left: -49px;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
.txt_cntr {
  text-align: center;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 4px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}
.dynamicContent img {
  margin-bottom: 0px;
}
.dynamicContent p {
  margin-bottom: 20px;
}
.dynamicContent > .content {
  /*padding:65px 40px 70px 40px;
    background: #1a1a1a;*/

  width: 1135px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  min-height: 425px;
}
.dynamicContent > .content .inner {
  padding: 54px 30px 30px 41px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #172122;
  position: relative;
  overflow: hidden;
  min-height: 341px;
  left: 60px;
  width: 979px;
}
h2 {
  margin: 0;
  margin-bottom: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font: bold 34px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  letter-spacing: 1px;
}
h2.v2 {
  margin-bottom: 33px;
  font: bold 34px/40px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
  margin-top: -5px;
  color: #dbb335;
  text-transform: uppercase;
  font: 18px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4 {
  margin-top: -11px;
  margin-bottom: 6px;
  color: #fff;
  text-transform: uppercase;
  font: 11px "Arial", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
span.search {
  color: #ffdd4d;
}
a {
  color: #ffdd4d;
}
a.link2 {
  color: #fff;
}
a.link2:hover {
  color: #d7ba53;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
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;
}
.txt1 {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 5px;
  display: inline-block;
}
.imgIndent {
  float: left;
  margin-right: 18px;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #fff;
}
.color2 {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
}
.color3 {
  color: #ffffff;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: 18px;
}
.marBot1 {
  margin-bottom: 25px;
}
.marLeft1 {
  margin-left: -20px;
}
.pos_rel {
  position: relative;
}
.img_404 {
  position: absolute;
  margin-top: 25px;
  margin-left: 45px;
  width: 469px;
  height: 239px;
}
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
}
/* ============================= slider ====================== */
.slider {
  position: relative;
  width: 403px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 200px;
  left: 0;
}
.slider li {
  float: left;
  margin-left: 0px;
  margin-right: 1px;
  width: 100px;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider a.fancybox {
  position: relative;
  float: left;
}
.slider .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
  z-index: 1;
}
.slider a:hover .zoom {
  opacity: 1;
}
.slider a .zoom {
  opacity: 0;
}
.prev2,
.next2 {
  position: absolute;
  width: 34px;
  height: 36px;
  top: 121px;
  right: 16px;
}
.prev2 {
  background: url(../img/slider_prev.png) 0 0 no-repeat;
}
.next2 {
  top: 86px;
  background: url(../img/slider_next.png) 0 0 no-repeat;
}
/* ============================= end slider ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -2px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 12px;
  padding-left: 23px;
  background: url(../img/list_marker.png) 0 3px no-repeat;
}
.listWithMarker li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font: 14px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker li a:hover {
  padding-left: 7px;
  color: #fff;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.img-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
blockquote {
  padding: 0 0 0 35px;
  margin: 0;
  border-left: none;
  background: url(../img/quote_sign.png) 0 0 no-repeat;
}
blockquote p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  font-style: italic;
}
.font_normal {
  font-style: normal;
}
.badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #3f3f3f;
  float: left;
  margin-right: 20px;
  background: none;
  font: 20px/20px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f4d35c;
  width: 67px;
  height: 67px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
.badge time {
  position: relative;
  display: inline-block;
  margin-top: 14px;
}
.fancybox {
  position: relative;
  float: left;
}
.thumbnails {
  margin-left: 0;
}
.thumbnails.splash_version {
  margin-left: 60px;
}
.thumbnails li {
  margin: 0;
  width: 191px;
  margin-right: 24px;
}
.slider .thumbnails li {
  margin: 0;
  width: 100px;
  margin-right: 1px;
}
.thumbnails li.last {
  margin-right: 0px;
}
.thumbnails li p {
  line-height: 15px;
}
.thumbnail {
  position: relative;
  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: 14px;
  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: 0px;
}
.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', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #ffdd4d;
  text-transform: uppercase;
  font: bold 17px 'PT Sans', sans-serif;
}
.more:hover,
.more2:hover {
  color: #fff;
}
/* ============================= project_pics ====================== */
.project_pics {
  position: relative;
}
.project_pics ul {
  margin: 0;
  margin-left: -20px;
}
.project_pics li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.project_pics li.last {
  margin-right: 0;
}
.project_pics li img {
  padding-bottom: 8px;
}
.project_pics li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.project_pics li a {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url("../img/magnifier.png") center no-repeat; */

  background: url("../img/img_over_plane.png");
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
a:hover .zoom {
  opacity: 0;
}
a .zoom {
  opacity: 1;
}
.inner2 a:hover .zoom {
  opacity: 1;
}
.inner2 a .zoom {
  opacity: 0;
}
/* ============================= end project_pics ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  margin: 0;
  width: 370px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-right: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 200px;
  outline: none;
  border: none;
}
.address {
  margin-top: 22px;
  padding-top: 0;
  color: #ffffff;
  font-size: 11px;
}
.phones_part {
  display: inline-block;
  width: 170px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
}
#form1 label {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 7px 10px 7px 11px;
  width: 249px;
  outline: none;
  border-radius: 0;
  border: none;
  background: #2f3838;
  box-shadow: none;
  color: #fff;
  font: 11px "PT Sans";
  line-height: 21px;
  text-transform: uppercase;
}
#search input {
  width: 279px;
  margin-right: 8px;
  margin-top: 3px;
}
#form1 label textarea {
  width: 349px;
  height: 67px;
  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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 68px;
  background: #2f3838;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 27%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: 2px;
}
.btns > a {
  margin-left: 13px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  margin-top: 400px;
  position: absolute;
  bottom: 0;
  left:-50px;
  z-index: 200;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font: bold 14px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
footer p {
  text-align: center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #000;
}
.social_icons {
  position: relative;
  display: inline-block;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  margin-bottom: 0px;
}
.social_icons > li {
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
}
/*--- 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;
}
