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

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #000000;
  color: #c0c0c0;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
}
.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: #000000 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: #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: 150px;
  min-height: 82px;
  width: 100%;
  z-index: 200;
}
header h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  float: left;
  width: 372px;
  height: 134px;
  background: url(../img/logo_plane.png) 0 0 no-repeat;
  margin: 0;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin-top: 34px;
  margin-left: 36px;
}
.header_bg {
  position: relative;
  width: 100%;
  height: 82px;
  background: url(../img/header_bg.png) 0 0 repeat;
  border-radius: 0 15px 0 0;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  float: right;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 28px;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
.phone_splash {
  position: absolute;
  right: 2px;
  top: -58px;
  text-transform: uppercase;
  color: #1b2528;
  font: 18px/24px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#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;
  margin-top: 25px;
  position: relative;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  margin-left: 14px;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 14px;
  right: -16px;
  width: 2px;
  height: 2px;
  background: url(../img/menu_sign1.png) 0 0 no-repeat;
}
.sf-menu > li.last:after {
  background: none;
}
.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: 600 14px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu > li.first > a {
  background: url(../img/home_sign.png) 0 0 no-repeat;
  padding: 0;
  width: 21px;
  height: 21px;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: #fdb64e;*/

}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  padding: 10px;
  width: 101px;
  background: #66a4af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: -2px;
  text-align: left;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #000;
  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: 122px;
  width: 70px;
  background: #66a4af;
}
.sf-menu .subMenu2 a {
  color: #000 !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-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 232px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  margin-top: -1000px;
}
.splash_slider {
  position: relative;
  width: 100%;
  height: 363px;
}
/* ============================= start slider splash ====================== */
/*----------Slider2--------------*/
.slider2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 590px;
  text-align: left;
}
.slider2 ul {
  margin: 0;
}
.list-1 > li {
  position: relative;
  display: inline-block;
  float: left;
}
.list-1 > li img {
  margin: 0px;
}
/* ============================= end slider splash ====================== */
.banner2 {
  position: relative;
  width: 349px;
  height: 186px;
  background: url(../img/page2_pic2.jpg) 0 0 no-repeat;
  padding-top: 20px;
  padding-left: 20px;
}
.banner2 p {
  text-transform: uppercase;
  color: #fff;
  font: bold 30px/30px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 2px;
  margin-bottom: 0;
}
.banner2 p .txt2 {
  font: bold 26px/26px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.banner2 p .txt3 {
  font: 600 18px/18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  top: -6px;
  position: relative;
  color: #fff;
}
.banners_section {
  background: #192427;
  color: #7b8e92;
  background-color: #182326;
  background-image: -moz-linear-gradient(top, #1e292c, #0f1a1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e292c), to(#0f1a1d));
  background-image: -webkit-linear-gradient(top, #1e292c, #0f1a1d);
  background-image: -o-linear-gradient(top, #1e292c, #0f1a1d);
  background-image: linear-gradient(to bottom, #1e292c, #0f1a1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e292c', endColorstr='#ff0f1a1d', GradientType=0);
}
.banners_section .col1 {
  float: left;
  width: 200px;
  border-right: 1px solid #171f21;
  border-left: 1px solid #323c3e;
  padding-left: 48px;
  padding-right: 50px;
  min-height: 303px;
}
.banners_section .col1.first {
  padding-left: 0;
  border-left: none;
}
.banners_section .col1.last {
  padding-right: 0;
  border-right: none;
}
.prev,
.next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 116px;
  z-index: 10;
}
.prev {
  right: 102px;
  background: url(../img/splash_prev_btn.png) 0 0 no-repeat;
}
.next {
  right: 50px;
  background: url(../img/splash_next_btn.png) 0 0 no-repeat;
}
.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: 0;
  width: 100%;
  height: 100% !important;
  background: #fff;
  padding: 79px 0 99px 0;
  top: 1200px;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;
  min-height: 488px;
}
h2 {
  margin: 0;
  color: #898989;
  text-transform: uppercase;
  font: 600 35px/32px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 18px;
  margin-top: 0;
}
h2.v2 {
  color: #e2e2e2;
  margin-top: 47px;
  margin-bottom: 13px;
}
h2.v3 {
  margin-top: -12px;
}
h2.v4 {
  margin-top: -12px;
  margin-bottom: 23px;
}
h2 span {
  color: #acd8e1;
  font: 300 25px/32px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
  margin: 0;
  color: #898989;
  text-transform: uppercase;
  font: 600 25px/25px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 17px;
  margin-top: 7px;
}
h3 span {
  color: #acd8e1;
  font: 300 25px/25px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 span.v2 {
  color: #acd8e1;
  font: 300 20px/25px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 img {
  margin-bottom: 0 !important;
  margin-right: 17px;
  margin-top: -7px;
  float: left;
}
h3.search_title {
  margin-top: 20px;
  margin-bottom: 5px;
}
h4 {
  margin: 0;
  color: #898989;
  text-transform: uppercase;
  font: 600 30px/32px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 18px;
  margin-top: -3px;
}
.bot_line {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.txt3 {
  color: #838383;
  font: 600 18px/22px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: -12px;
  display: inline-block;
}
a.link1 {
  text-transform: uppercase;
  color: #898989;
  font: 600 15px/19px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 13px;
  display: inline-block;
}
a.link1.v2 {
  margin-top: 5px;
  margin-bottom: 2px;
}
a.link1.v3 {
  margin-top: 1px;
  margin-bottom: 12px;
}
a.link1.v4 {
  margin-top: 20px;
}
a.link1.v5 {
  margin-top: 11px;
}
a.link1:hover {
  color: #20515b;
}
.dynamicContent img {
  margin-bottom: 14px;
}
a {
  color: #666;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #aaa;
  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;
}
.imgIndent {
  float: left;
  margin: 3px 17px 5px 0 !important;
}
.imgIndent2 {
  margin: 18px 0 0 48px;
}
.imgIndent3 {
  float: left;
  margin: 6px 19px 5px 0 !important;
}
.imgIndent4 {
  float: left;
  margin: 6px 2px 5px 0 !important;
}
.col2 {
  float: left;
  width: 240px;
  padding-right: 20px;
}
.col2.last {
  padding-right: 0px;
}
.date_section {
  padding-left: 25px;
  background: url(../img/date_icon_!.png) 0 0 no-repeat;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #518e9b;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #898989;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  display: inline-block;
  margin-top: 6px;
}
.marBot1 {
  margin-bottom: 17px;
}
.marLeft1 {
  margin-left: -10px;
}
.marRight1 {
  margin-right: 22px;
}
.pos_rel {
  position: relative;
}
.img_404 {
  margin-top: 30px;
  margin-bottom: -40px;
}
span.search {
  color: #222;
}
/*--------- start table -----------------*/
.tabl1 {
  width: 770px;
  margin-top: 7px;
  display: inline-block;
}
.tabl1 td {
  border: 1px solid #dfdfdf;
}
.tabl1 .tr1 td {
  padding-top: 11px;
  padding-bottom: 13px;
  background: #fff;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #152039;
}
.txt_cntr {
  text-align: center;
}
.tr2 {
  width: 614px;
  padding-left: 18px !important;
}
.tr3 {
  width: 157px;
  font-weight: bold;
}
.title_row {
  background: #f4f4f4;
  height: 41px;
}
.title_row .tr2 {
  font: 600 15px/43px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #898989;
}
.content_row {
  background: #fff;
  height: 35px;
}
.blue {
  background: #f4f4f4 !important;
}
/*--------- end table -----------------*/
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
}
/*btn_icons*/
.btn_icon1 {
  position: relative;
  width: 62px;
  height: 70px;
  z-index: 1;
  display: inline-block;
  background: url(../img/donate_btn.png) 0 0 no-repeat;
  margin-top: 10px;
  margin-left: 10px;
}
.btn_arrow {
  position: relative;
  width: 15px;
  height: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
}
.btn_arrow {
  background: url(../img/more_arrow_1.png) 0 0 no-repeat;
}
/* ============================= slider ====================== */
.slider {
  width: 880px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 350px;
}
.slider li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 160px;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider li p {
  margin-bottom: 26px;
}
a.fancybox {
  position: relative;
  float: left;
  margin-right: 1px;
  margin-bottom: 16px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
  z-index: 2;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/* ============================= start scroll ====================== */
.scroll-btns {
  margin-top: 16px;
}
.scroll_btn_up,
.scroll_btn_down {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */

  width: 45px;
  height: 50px;
}
.scroll_btn_down {
  right: 0px;
  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  background: url(../img/scroll_btn_down.png) no-repeat;
}
.scroll {
  overflow: hidden;
  margin-top: 0px;
  height: 260px;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: 6px;
  margin-bottom: 33px;
}
.listWithMarker li {
  display: block;
  margin-bottom: 9px;
  padding-left: 19px;
  background: url(../img/list_marker.png) 0 3px no-repeat;
}
.listWithMarker li.last {
  border-bottom: none;
}
.listWithMarker li a {
  display: inline-block;
  color: #898989;
  font: 600 15px/19px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.listWithMarker li a:hover {
  padding-left: 10px;
  color: #000;
}
.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 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.badge {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #1a1a1a;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 600 50px/75px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  /*margin-right: */

}
.badge.v1 {
  background-color: #933915;
}
.badge.v2 {
  width: 67px;
  height: 62px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fbb54d;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 19px;
  margin-bottom: 19px;
  display: inline-block;
  font: 14px/14px "Arial", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-align: center;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  overflow: hidden;
}
.badge.v2 time {
  margin-top: 15px;
  display: inline-block;
}
.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: 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;
}
.more_splash.btn:active,
.more_splash.btn.active {
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  color: #d1d1d1 !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_splash {
  color: #d1d1d1 !important;
  font: 600 25px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 70px;
  padding-top: 11px;
  height: 57px;
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  margin-top: 35px;
  margin-left: -8px;
}
.more_splash:hover {
  padding-left: 90px;
  color: #fff;
  background-position: 10px 0;
}
.more_btn {
  background: #90c3cd;
  background-color: #8ec1cb;
  background-image: -moz-linear-gradient(top, #a4d7e1, #6ea1ab);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a4d7e1), to(#6ea1ab));
  background-image: -webkit-linear-gradient(top, #a4d7e1, #6ea1ab);
  background-image: -o-linear-gradient(top, #a4d7e1, #6ea1ab);
  background-image: linear-gradient(to bottom, #a4d7e1, #6ea1ab);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4d7e1', endColorstr='#ff6ea1ab', GradientType=0);
  padding: 0 13px;
  color: #fff;
  font: 14px/41px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 15px;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #90c3cd;
  background: #eee;
}
/* ============================= 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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
}
.project_pics ul > li a:hover .zoom {
  opacity: 1;
}
.project_pics ul > li a .zoom {
  opacity: 0;
}
/* ============================= end project_pics ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  margin: 0;
  padding-bottom: 21px;
  width: 440px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 464px;
  outline: none;
  border: none;
}
.address {
  display: inline-block;
  margin-top: 11px;
  padding-top: 0;
  color: #b0b0b0;
}
.phones_part {
  display: inline-block;
  width: 190px;
}
.mailLink {
  font-weight: bold;
  color: #a9d6de;
  text-decoration: none;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
}
#form1 label {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 9px 10px 9px 13px;
  width: 345px;
  outline: none;
  border: none;
  border-top: 1px solid #ced8db;
  border-left: 1px solid #ced8db;
  border-radius: 0;
  background: #e0ecef;
  box-shadow: none;
  color: #838383;
  font: 14px Arial;
  line-height: 21px;
}
#search input {
  width: 265px;
  float: left;
  margin-right: 5px;
  margin-top: 16px;
}
#form1 label textarea {
  height: 232px;
  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;
  color: #000;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 368px;
  height: 140px;
  border: 1px solid #ced8db;
  background: #e0ecef;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 37%;
  color: #000;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -14px;
}
.btns > a {
  margin-left: 9px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding-top: 22px;
  min-height: 120px;
  width: 100%;
  background: url(../img/footer_bg.png);
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 12px;
}
footer a {
  color: #b3b3b3;
}
footer a:hover {
  color: #fff;
}
.social_icons {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0;
  margin-top: -6px;
  list-style: none;
  white-space: nowrap;
}
.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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
