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

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

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #343434;
  background: #343434 url(../img/bg_pattern.png);
  color: #797979;
  font: 13px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
}
.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: #343434 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;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #343434 url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#back-top:hover {
  background: #f2f0f0 url("../img/up-arrow.png") center 12px no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.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;
}
.soc_link {
  position: absolute;
  top: 0;
  right: 0;
  background: #292929;
  z-index: 100;
}
.soc_link:hover {
  background: #131313;
}
.date1 {
  float: left;
  margin-right: 18px;
  width: 82px;
  background: url("../img/vline.png") right top repeat-y;
  min-height: 130px;
  letter-spacing: -1px;
}
.blog_section {
  display: block;
  float: left;
  margin-right: 20px;
}
.blog_section img {
  margin-top: 8px;
}
.blog_section p {
  margin-top: 5px;
}
.date1.v2 {
  width: 52px;
  background: none;
}
.day {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font: bold 60px/60px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -1px;
}
.month {
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-top: -6px;
  letter-spacing: -1px;
  font: bold 24px/30px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*------ header ------- */
header {
  position: relative;
  /*margin-top: 145px;*/

  margin-top: 75px;
  min-height: 80px;
  width: 100%;
  padding-bottom: 31px;
  background: url("../img/hline.png") center bottom no-repeat;
  text-align: center;
}
header h1 {
  display: inline-block;
  margin-right: 0px;
  max-width: 267px;
  width: 100%;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  float: none;
  margin: 0;
  margin-top: 27px;
  margin-left: 19px;
}
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;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 5px;
  color: #313131;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/20px 'Cabin', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px;
}
.openPart {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  /*background: #4bc1d4;*/

}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 61px;
  left: -38px;
  z-index: 200;
  padding: 22px 0 25px;
  width: 140px;
  background: #2b2b2b;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: 0px;
  text-align: center;
  display: block;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  font: 10px/13px 'Cabin', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  color: #fff;
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 0;
  left: 141px;
  width: 120px;
  background: #2b2b2b;
}
.sf-menu .subMenu2 a {
  color: #777 !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 ------*/
/*-----bgStretch-----*/
#splash {
  position: absolute;
  top: 281px;
  margin-left: 0;
  z-index: 10;
  width: 100%;
  margin-left: -400px;
}
#splash img {
  margin-bottom: 25px;
}
#splash img.splash_img {
  margin-bottom: 22px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.splash_section a:hover img.splash_img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#splash a {
  color: #6f6f6f;
  text-transform: uppercase;
  font: 16px/20px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#splash a:hover {
  color: #fff;
  text-decoration: none;
}
.splash_section {
  display: inline-block;
}
.splash_col1 {
  width: 167px;
  float: left;
  margin-right: 13px;
}
#splash .img-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.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;
  z-index: 11;
  display: inline-block;
  margin-top: 39px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  min-height: 447px;
}
h2 {
  display: block;
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  text-transform: uppercase;
  font: bold 20px/26px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2.v2 {
  margin-bottom: 13px;
}
h2.v3 {
  margin-bottom: 23px;
}
h2.v404 {
  font: bold 48px/48px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 19px;
  margin-bottom: 7px;
}
h5 {
  display: block;
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  text-transform: uppercase;
  font: bold 15px/20px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h5.v2 {
  margin-bottom: 13px;
}
h5.v3 {
  margin-bottom: 23px;
}
h5.v404 {
  font: bold 48px/48px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 19px;
  margin-bottom: 7px;
}

h3 {
  display: block;
  margin: 0;
  margin-top: -2px;
  margin-bottom: 15px;
  color: #4bc1d4;
  text-transform: uppercase;
  font: 40px/40px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: -3px;
  letter-spacing: 0px;
}
h3.v2 {
  margin-bottom: 19px;
}
h3.v3 {
  margin-top: 16px;
}
h3.v4 {
  margin-top: 109px;
}
h3.search_title {
  font-size: 20px;
  color: #313131;
  border: none;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0px;
}
span.search {
  color: #aaa;
}
h4 {
  position: relative;
  margin-bottom: 29px;
  color: #fff;
  font: bold 48px/48px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #4bc1d4;
  left: 0;
  bottom: -9px;
}
.search_list h4 {
  font-size: 26px;
}
.search_list h4:after {
  background: none;
}
.hline2 {
  padding-bottom: 14px;
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 24px;
}
.hline3 {
  padding-bottom: 2px;
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 26px;
}
.dynamicContent > .content img {
  margin-bottom: 13px;
}
#clients_gall img {
  margin-bottom: 14px;
}
p {
  margin-bottom: 20px;
}
a {
  color: #848484;
}
a:hover {
  color: #fff;
}
a:focus {
  outline: 0;
}
a,
.more {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.link1 {
  color: #fff;
  text-decoration: underline;
}
a.link1:hover {
  color: #4bc1d4;
  text-decoration: underline;
}
a.link2 {
  color: #fff;
  text-decoration: none;
}
a.link2:hover {
  color: #aaa;
  text-decoration: none;
}
.comment_part1 {
  width: 500px;
  float: left;
}
a.comments_link {
  padding-right: 25px;
  background: url(../img/comments_img.png) right 4px no-repeat;
  font-size: 15px;
  float: right;
  margin-right: 100px;
  margin-top: 22px;
}
.imgIndent {
  float: left;
  margin-top: 5px;
  margin-right: 29px;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #fff;
  font-size: 15px;
}
.color2 {
  color: #4bc1d4;
}
.color3 {
  color: #98d82a;
  font-size: 20px;
}
.color4 {
  color: #98d82a;
  font-size: 40px;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.txt_cntr {
  text-align: center;
}
.fs15 {
  font-size: 15px;
}
.marTop1 {
  margin-top: -19px;
  margin-bottom: 4px;
}
.marTop2 {
  margin-top: 10px;
}
.marTop3 {
  margin-top: 6px;
}
.marTop4 {
  margin-top: 4px;
}
.marBot1 {
  margin-bottom: 7px;
  display: block;
}
.pos_rel {
  position: relative;
}
.img_404 {
  position: absolute;
  margin-top: -43px;
  margin-left: -59px;
  width: 461px;
  height: 442px;
}
#search {
  position: relative;
  display: inline-block;
  float: left;
  margin: 9px 0 18px;
}
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -2px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 18px;
  background: url(../img/list_marker.png) 0 8px no-repeat;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
}
.listWithMarker li a:hover {
  padding-left: 22px;
  color: #aaa;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker2 li a {
  display: inline-block;
  padding: 12px 0 12px 10px;
  min-width: 210px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= 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: -7px !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', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  font: 14px/20px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -7px !important;
  margin-bottom: 20px;
}
.more:hover,
.more3:hover {
  color: #bbb;
}
.more_btn2 {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../img/search_icon.png) 0 0 no-repeat;
  margin-left: -35px;
  margin-top: 7px !important;
}
.more_btn2:hover {
  background: url(../img/search_icon.png) 0 bottom no-repeat;
}
/* ============================= slider ====================== */
.slider {
  position: relative;
}
.slider ul {
  margin: 0;
}
.slider li {
  display: inline-block;
  float: left;
  margin-right: 27px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.slider li.last {
  margin-right: 0;
}
.slider li img {
  padding-bottom: 8px;
}
.slider li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
a.fancybox {
  position: relative;
  float: left;
}
a.fancybox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #3b3b3b;
  display: inline-block;
  left: 0;
  bottom: -30px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/splash_over_star.png") center no-repeat #4bc1d4;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  margin-top: 4px;
  margin-right: 30px;
  padding-bottom: 15px;
  max-width: 368px;
  width: 100%;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 320px;
  outline: none;
  border: none;
}
.address {
  margin-top: 11px;
  padding-top: 0;
  margin-bottom: 24px;
}
.phones_part {
  display: inline-block;
  width: 162px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 8px;
}
#form1 label {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 7px 10px 7px 16px;
  width: 241px;
  outline: none;
  border: none;
  border-radius: 0;
  background: url("../img/inp_bg.png");
  box-shadow: none;
  color: #fff;
  font: 13px "PT Sans", Arial;
  line-height: 21px;
}
#form1 label textarea {
  width: 445px;
  height: 172px;
  resize: none;
}
#search input {
  float: left;
  width: 244px;
  position: relative;
}
#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 {
  position: absolute;
  z-index: 1;
  width: 267px;
  height: 95px;
  border: none;
  background: #464646;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 28%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -18px;
}
.btns > a {
  margin-left: 25px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  /*bottom: 40px;*/

  margin-top: 32px;
  z-index: 200;
  width: 100%;
  color: #727272;
  text-transform: uppercase;
  padding-top: 46px;
  font: 10px/16px "Cabin", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2px;
  background: url("../img/hline.png") center top no-repeat;
  text-align: center;
}
footer a {
  color: #727272;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
/*--- 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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
