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

@import 'jquery.fancybox.css';

@import 'grid.css';

@import '../font/font-awesome.css';
/*------ template stylization ------*/
body {
  background: #000000;
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #aaaaab;
  min-width: 1200px;
  min-height: 850px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000 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.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 #aaaaab;
  background: url(../img/up-arrow.png) #000000 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 #000000;
  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;
}
/*end gallery bg*/
p {
  padding-bottom: 14px;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
h2 {
  font: 300 29.96px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 24px 0px;
}
h2.special {
  margin-top: 25px;
}
h2.special > span {
  margin-top: 3px;
  color: #7ecefd;
  display: block;
  font-size: 25.060000000000002px;
}
h3,
h4 {
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
h3 > a,
h4 > 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;
}
h3 > a:hover,
h4 > a:hover {
  color: #7ecefd;
  text-decoration: none;
}
.fontStyle1,
.divider {
  font: 11.06px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #646565;
  text-transform: lowercase;
  margin: 0px 0px 3px 0px;
}
.fontStyle1 > a,
.divider > a {
  color: #646565;
  -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;
}
.fontStyle1 > a:hover,
.divider > a:hover {
  color: #7ecefd;
}
.divider {
  margin: 0px 9px 0px;
}
address {
  font-style: normal;
  margin: 0px 0px 0px 0px;
}
/*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;
}
.img-polaroid {
  background: #ffffff;
  padding: 8px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img {
  width: 100%;
}
figure.img-circle {
  width: 158px;
  height: 158px;
  -webkit-border-radius: 79px;
  -moz-border-radius: 79px;
  border-radius: 79px;
  background-color: #6757fc;
  background-image: -moz-linear-gradient(top, #6757fc, #5776fc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6757fc), to(#5776fc));
  background-image: -webkit-linear-gradient(top, #6757fc, #5776fc);
  background-image: -o-linear-gradient(top, #6757fc, #5776fc);
  background-image: linear-gradient(to bottom, #6757fc, #5776fc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6757fc', endColorstr='#5776fc', GradientType=0);
  -webkit-box-shadow: 2px 2px 0 rgba(68, 73, 83, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(68, 73, 83, 0.1);
  box-shadow: 2px 2px 0 rgba(68, 73, 83, 0.1);
  text-align: center;
}
figure.img-circle img {
  padding: 28px 0px 30px;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  width: 100%;
  margin-bottom: 0px;
}
header h1.brand {
  position: relative;
  width: 323px;
  height: 124px;
  float: left;
  overflow: hidden;
  margin: 49px 0 0 0;
}
header h1.brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
header .phone {
  float: right;
  background: url(../img/phone_icon.png) 0px 5px no-repeat;
  margin: 71px 6px 0px 0px;
  padding: 0px 0px 0px 34px;
  font: 600 20.02px 'Open Sans';
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
header .phone span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin: 0px 0px -2px 0px;
}
/*menu*/
.select-menu {
  display: none;
}
header {
  position: relative;
  margin-top: 103px;
  z-index: 50;
}
header .navbar,
section .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav,
section .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li,
section .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a,
section .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner,
section .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;
  list-style: none;
  padding: 0;
  margin: 36px 0px 0px 0px;
  height: 70px;
  -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;
  background-color: #362e81;
  background-image: -moz-linear-gradient(top, #362e81, #3f3599);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#362e81), to(#3f3599));
  background-image: -webkit-linear-gradient(top, #362e81, #3f3599);
  background-image: -o-linear-gradient(top, #362e81, #3f3599);
  background-image: linear-gradient(to bottom, #362e81, #3f3599);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#362e81', endColorstr='#3f3599', GradientType=0);
  overflow: hidden;
  height: 0;
}
.sf-menu > li {
  position: relative;
  float: left;
  width: 195px;
  height: 100%;
  text-align: center;
  background: url(../img/menu_divider.png) right top no-repeat;
}
.sf-menu > li.last {
  background: none;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a > span {
  position: relative;
  display: block;
  font: 600 14px 'Open Sans';
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 0px 23px;
  -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;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li > a.activeLink > span {
  color: #000000;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 100%;
  top: 70px !important;
  left: -1px !important;
  display: none;
  background-color: #362e81;
  background-image: -moz-linear-gradient(top, #362e81, #3f3599);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#362e81), to(#3f3599));
  background-image: -webkit-linear-gradient(top, #362e81, #3f3599);
  background-image: -o-linear-gradient(top, #362e81, #3f3599);
  background-image: linear-gradient(to bottom, #362e81, #3f3599);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#362e81', endColorstr='#3f3599', GradientType=0);
  overflow: visible;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #6a5afd;
}
.sf-menu ul li:first-child {
  margin-top: 30px;
}
.sf-menu ul li.last {
  margin-bottom: 30px;
  background: none;
  border: none;
}
.sf-menu ul li a {
  display: inline-block;
  font: 11.06px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #FFFFFF !important;
  text-transform: uppercase;
  -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;
}
.sf-menu ul li a.hoverItem {
  color: #000000 !important;
}
.sf-menu ul ul {
  left: 196px !important;
  top: -30px !important;
}
section .navbar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1420px;
  height: 260px;
  z-index: 10;
  margin: 24px 0px 0px -1685px;
  background: url(../img/menu_bg.png) 0 repeat-x;
}
section .sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 48px 49px 0px 0px;
  height: 260px;
  -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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  float: right;
  width: auto;
  height: auto;
  overflow: visible !important;
}
section .sf-menu > li {
  position: relative;
  display: block;
  float: none;
  background: none;
  text-align: right;
  margin-bottom: 13px;
}
section .sf-menu > li:first-child {
  display: none;
}
section .sf-menu > li.last {
  background: none;
}
section .sf-menu > li > a {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
section .sf-menu > li > a > span {
  position: relative;
  display: block;
  font: 700 14px 'Open Sans';
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  -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;
  letter-spacing: 1px;
}
section .sf-menu ul {
  top: -31px !important;
  left: 245px !important;
}
section .sf-menu ul ul {
  left: 196px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
.shadowTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 948px;
  background: url(../img/shadow_top.png) 0px 0px repeat-x;
  z-index: 1;
}
.bgPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_piece.png);
  z-index: 0;
  -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;
}
.opacity0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#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: 10px 13px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  color: #aaaaab;
  background: none;
  border: 1px solid #8a8a8b;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #aaaaab;
  background: none;
  border: 1px solid #8a8a8b;
}
#wrapper input {
  width: 100%;
  height: 41px;
  -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 > section {
  position: relative;
  height: 100%;
  z-index: 10;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  padding: 62px 0px 38px 0px;
}
.hero-unit {
  padding: 8px 0px 0px 0px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hero-unit h1 {
  font: 60px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.hero-unit h2 {
  font-size: 35px;
  padding: 0;
  margin: 1px 0px 27px;
}
.hero-unit p {
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #aaaaab;
  margin: 0px 0px 17px;
}
.btn {
  position: relative;
  display: inline-block;
  font: 14px 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;
  font: 600 14px 'Open Sans';
  line-height: 22px;
  color: #707578;
  text-transform: uppercase;
  padding: 11px 16px;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
  background-image: linear-gradient(to bottom, #ffffff, #d5d5d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd5d5d5', GradientType=0);
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none;
  color: #ffffff;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: #8c80fb;
  background-image: -moz-linear-gradient(top, #362e81, #8c80fb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#362e81), to(#8c80fb));
  background-image: -webkit-linear-gradient(top, #362e81, #8c80fb);
  background-image: -o-linear-gradient(top, #362e81, #8c80fb);
  background-image: linear-gradient(to bottom, #362e81, #8c80fb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb5827', endColorstr='#ffe5461f', GradientType=0);
}
.btn.btn2 {
  background-color: #8dd4fd;
  background-image: -moz-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bd9fd), to(#78ccfd));
  background-image: -webkit-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: -o-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: linear-gradient(to bottom, #9bd9fd, #78ccfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd9fd', endColorstr='#ff78ccfd', GradientType=0);
  padding: 7px 22px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn2:hover,
.btn.btn2:active,
.btn.btn2:focus {
  -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;
  -webkit-background-size: 100% 300%;
  -moz-background-size: 100% 300%;
  -o-background-size: 100% 300%;
  background-size: 100% 300%;
  background-color: #8dd4fd;
  background-image: -moz-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bd9fd), to(#78ccfd));
  background-image: -webkit-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: -o-linear-gradient(top, #9bd9fd, #78ccfd);
  background-image: linear-gradient(to bottom, #9bd9fd, #78ccfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd9fd', endColorstr='#ff78ccfd', GradientType=0);
}
#splash {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 0;
  width: 100%;
  height: 294px;
  overflow: hidden;
}
.slider {
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 294px;
}
.slider li {
  width: 100%;
  height: 294px;
}
.block1 {
  position: relative;
  text-align: center;
  padding: 6px 0px 0px 0px;
  margin-bottom: -1px;
}
.block1 figure {
  display: inline-block;
  margin-bottom: 28px;
}
.block1 h2 {
  font-size: 25.060000000000002px;
  color: #7ecefd;
  margin: 3px 0px 25px 0px;
}
.block1 h2 span {
  display: block;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.block1 p {
  padding-bottom: 17px;
}
.list1 {
  margin: 0px 0px 20px 0px;
}
.list1 li {
  background: url(../img/list_icon.png) 0px 2px no-repeat;
  margin-bottom: 14px;
}
.list1 li a {
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  margin-left: 36px;
  -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;
}
.list1 li a:hover {
  color: #7ecefd;
  text-decoration: none;
}
.list2 {
  margin: 30px 0px 0px -30px;
}
.list2 li {
  position: relative;
  text-align: center;
}
.list2 li > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.list2 li h3 {
  margin: 14px 0px 8px 0px;
}
.list2 li p {
  padding-bottom: 17px;
}
.list3 {
  margin: -4px 0px 16px -30px;
}
.list3 li {
  position: relative;
  margin-bottom: 12px;
}
.list3 li img {
  float: left;
  margin: 11px 34px 0px 15px;
}
.list3 li div {
  padding-right: 5px;
  overflow: hidden;
}
.list3 li div h3 {
  margin: 4px 0px 8px 0px;
}
.list3 li div p {
  padding-bottom: 17px;
}
.list4 {
  margin: 27px 0px 106px 0px;
}
.list4 li img {
  float: left;
  margin: 4px 19px 0px 0px;
}
.list4 li div h3 {
  line-height: 18px;
  margin: 0px 0px 4px 0px;
}
.list4 li div p {
  padding-bottom: 15px;
}
.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);
}
.match {
  display: block;
  color: #7ecefd;
}
.search_list {
  margin-bottom: 20px;
}
.search_list li {
  margin-bottom: 25px;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 31px 0 14px;
  width: 335px;
  height: 230px;
}
.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 #000000 !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: -5px 0px 0px 0px;
  width: 100%;
  z-index: 500;
}
#search > input {
  padding-right: 50px;
}
#search > a {
  position: absolute;
  width: 38px;
  height: 31px;
  top: 4px;
  right: 7px;
  overflow: hidden;
  -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;
  background: url(../img/search_icon.png) center top no-repeat;
}
#search > a:hover {
  background-position: center bottom;
}
#form1 {
  position: relative;
  margin: 31px 0px 16px 0px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  z-index: 10;
  text-align: center;
  padding: 10px 15px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  color: #ffffff;
  background: #8a8a8b;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea {
  width: 100%;
  height: 210px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  float: left;
  min-height: 41px;
  width: 243px;
  margin-bottom: 21px;
}
#form1 label.marginLeft {
  margin-left: 20px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #7ecefd;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 13px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 32px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  width: 100%;
  height: 84px;
  margin-top: 468px;
  z-index: 10;
}
footer p {
  font: 12.04px 'Roboto';
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 0px 15px;
}
footer p a {
  color: inherit;
}
.soc_icons {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0px 0px 0px 0px;
}
.soc_icons li {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 2px;
}
.soc_icons li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.soc_icons li a > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  height: 0;
  overflow: hidden;
  -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;
}
.soc_icons li a > span > img {
  position: relative;
  top: 0;
}
.soc_icons li a > span:first-child {
  z-index: 20;
  height: 100%;
}
.soc_icons li a > span:first-child > img {
  top: -36px;
}
.soc_icons li a:hover > span:first-child {
  height: 0;
}
.soc_icons li a:hover > span:first-child + span {
  height: 100%;
}
/*--- footer end ------*/
.padding1 {
  padding-bottom: 11px;
}
.padding2 {
  padding: 0px 30px 21px 0px;
}
.padding3 {
  padding-bottom: 12px;
}
.margin1 {
  margin: 25px 0px 124px 88px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 94px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.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;
}
/*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
#wrapper{
    background: url(../../../__/5.jpg) center -303px no-repeat;
}

.bgPic, .shadowTop{
    display: none !important;
}
*/