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

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

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
	min-width: 1000px;
	background: #000000;
	font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 24px;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/web_site_loader.gif) center no-repeat;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
  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;
}
/*------ header ------- */
header {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 177px;
  background: url(../img/header_bg1.png) right 0 repeat-x;
}
.header_col1 {
  position: relative;
  float: left;
  width: 375px;
}
header h1 {
	position: relative;
	left: -1625px;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 2000px;
	height: 177px;
}
header h1 a {
	position: absolute;
	right: 0;
	z-index: 5;
	display: inline-block;
	overflow: hidden;
	margin: 54px 44px 0 0;
	width: 331px;
	height: 69px;
	background: url(../img/logo.png) 0 0 no-repeat;
	text-align: right;
	text-indent: 100%;
	white-space: nowrap;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  float: left;
  margin: 0;
  margin-top: 31px;
  margin-left: 36px;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#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;
  width: 100px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
  /*background: url(../img/menu_button.png) 0 0 no-repeat;*/

  white-space: nowrap;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 15px/20px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 0px;
  left: 80px;
  z-index: 10;
  padding: 10px;
  width: 94px;
  /* background: url(../img/pattern2.png); */

  background: #222;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: -2px;
  text-align: left;
  white-space: normal;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #898787;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/11px 'Arial', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 0;
  left: 90px;
  width: 70px;
  /* background: url(../img/pattern3.png) repeat; */

  background: #333;
}
.sf-menu .subMenu2 a {
  color: #898787 !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;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #333;
}
/*--- header end ------*/
/*-----bgStretch-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#bgNav {
  display: none;
  overflow: hidden;
  height: 104px;
  cursor: default;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  margin-top: 1px;
  padding: 69px 0;
  /*min-height: 300px;*/

  width: 100%;
  height: 100%;
  background: url(../img/page_bg.png) repeat;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
h2 {
  margin: 0;
  margin-bottom: 1px;
  color: #ffffff;
  text-transform: uppercase;
  font: bold 45px/45px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
  margin-top: -7px;
  margin-bottom: 17px;
  color: #b2b2b2;
  text-transform: uppercase;
  font: 35px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4 {
  margin-top: -6px;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
  font: 21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4.f20 {
  font-size: 20px;
}
h4.title1 {
  margin-top: -7px;
  margin-bottom: 17px;
  color: #7f7f7f;
  font-size: 11px;
}
h4.title2 {
  margin-top: -9px;
  margin-bottom: 3px;
  font-size: 11px;
}
h4.title3 {
  font-size: 23px;
  margin-bottom: 1px;
}
a {
  color: #fff;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #aaa;
  text-decoration: none;
}
a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imgIndent {
  margin: 0 20px 15px 0;
}
.imgIndent2 {
  margin: 0 23px 15px 0;
}
.imgIndent3 {
  margin: 6px 17px 15px 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: -7px;
}
.marTop2 {
  margin-top: 10px !important;
}
.marTop3 {
  margin-top: 4px;
}
.marTop4 {
  margin-top: 60px;
}
.marBot1 {
  margin-bottom: 5px;
}
.marBot2 {
  margin-bottom: 22px;
}
/* ============================= start scroll ====================== */
.scroll_btn_up,
.scroll_btn_down {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  /*overflow: hidden;*/

  top: 8px;
}
.scroll_btn_down {
  background: url(../img/scroll_btn_up.png) no-repeat;
  right: 0px;
}
.scroll_btn_up {
  background: url(../img/scroll_btn_down.png) no-repeat;
  right: 46px;
}
#page_gallery .scroll_btn_down {
  right: 20px;
}
#page_gallery .scroll_btn_up {
  right: 66px;
}
.scroll {
  height: 495px;
  margin-top: 7px;
  overflow: hidden;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -6px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 15px;
  background: url(../img/list_marker.png) 0 8px no-repeat;
  text-decoration: none;
  color: #fff;
}
.listWithMarker li a:hover {
  color: #b0b0b0;
  padding-left: 22px;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.thumbnails {
  margin-left: 0;
}
.thumbnail {
  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: 13px;
  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: -4px !important;
}
.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', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font: 20px 'Open Sans', sans-serif;
  position: relative;
  letter-spacing: -1px;
  margin-top: -2px;
}
.more:hover {
  color: #b0b0b0;
}
/* ============================= slider ====================== */
.slider {
  position: relative;
}
.slider ul {
  /*margin: 0;*/

  margin-left: -20px;
}
.slider li {
  display: inline-block;
  float: left;
  /*margin-right:20px;*/

  margin-bottom: 20px;
  width: 200px;
  padding: 10px;
  list-style: none;
  background: #1f4e6d;
}
.slider li.last {
  margin-right: 0;
}
.slider li img {
  padding-bottom: 6px;
}
.slider li p {
  padding-bottom: 0px;
  margin-bottom: 2px;
}
.slider li a {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
  top: 0;
  left: 0;
}
.slider ul > li a:hover .zoom {
  opacity: 1;
}
.slider ul > li a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
.badge {
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 51px;
  height: 67px;
  margin-right: 17px;
  background: url(../img/date_plane.png) 0 0 no-repeat;
  text-align: center;
  font: bold 15px/15px 'Arial', sans-serif;
  color: #fff;
  padding: 0 0 3px 0;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge .num_txt {
  overflow: hidden;
  display: block;
  width: 51px;
  height: 51px;
}
.badge p {
  margin: 0;
  margin-top: 14px;
  padding-bottom: 0;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  max-width: 460px;
  width: 100%;
  float: left;
  margin: 0;
  padding-bottom: 15px;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 275px;
  padding: 0;
}
.address {
  padding-top: 0;
  padding-left: 4px;
  margin-top: -6px;
}
.address > span {
  display: inline-block;
  width: 190px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  margin-top: 0;
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: -20px;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #7d7d7d;
  width: 320px;
  padding: 3px 10px 3px 10px;
  font: 14px Arial;
  line-height: 21px;
  border: none !important;
  background: url("../img/input_pattern.png") repeat;
  margin-bottom: 5px;
}
#form1 label textarea {
  height: 149px;
  resize: none;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 100% !important;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 69px;
  border: 1px solid #222;
  background: #000;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 15%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -8px;
}
.btns > a {
  margin-left: 22px;
}
/*-------------------------- end Contact form --------------*/
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
}
#search input {
  background: #1a1a1a;
  padding: 4px 12px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #fff;
  font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  position: relative;
  margin: 0 0px 2px -3px;
  width: 376px;
  margin-bottom: 10px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 60px;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
footer span {
  float: left;
}
.social_icons {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0;
  margin-top: -4px;
  list-style: none;
  white-space: nowrap;
}
.social_icons > li {
  display: inline-block;
  margin-left: 2px;
  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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
