@font-face {
    font-family: 'Rationale';
    src: url('../bebas_neue_cyrillic-web.eot');
    src: url('../bebas_neue_cyrillic-web.eot?#iefix') format('embedded-opentype'),
         url('../bebas_neue_cyrillic-web.woff') format('woff'),
         url('../bebas_neue_cyrillic-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillict);
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------ template stylization ------*/
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1170px;
  background: #158ebb;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1799c2;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#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;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 118px;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  background: url(../img/extra1.png) 50% 100% no-repeat;
}
header .container {
  position: relative;
}
h1 {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
}
h1 > a {
  display: inline-block;
  position: relative;
  margin: 13px 40px 22px;
  z-index: 1;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  height: 280px;
}
footer .privacy_text {
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #97e0ed;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 34px;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
footer .navbar {
  position: relative;
  margin: -2px 40px 0 0;
  float: right;
}
footer .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  filter: none;
  box-shadow: none;
  background: none;
}
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #97e0ed;
  font: 30px/31px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 83px 0px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 30px/31px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  z-index: 2;
  padding: 83px 0px;
  left: 0;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 70px;
  top: -275px;
  z-index: 10;
  width: 165px;
  padding: 22px 0 32px 0;
  background: #ffffff;
}
.sf-menu ul:after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: url(../img/extra3.png) 0 0 no-repeat;
  content: " ";
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 11px;
}
.sf-menu ul a {
  color: #1aa6c9;
  font: 20px/20px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-indent: 22px;
  background: url(../img/marker1.png) -10px 50% no-repeat;
  -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 ul a:hover {
  color: #b1e0ef;
  text-decoration: none;
  background: url(../img/marker1.png) 0 50% no-repeat;
  -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 ul .hoverItem {
  color: #b1e0ef !important;
  background: url(../img/marker1.png) 0 50% no-repeat;
  text-decoration: none;
  -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 .sub2 {
  top: 20px;
  left: 166px;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 118px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
  font: 82px/82px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0 0 40px 0;
}
h3 {
    color: #ffffff;
    font: 23px/25px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
}
p {
  font: 17px/22px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aee0ee;
  margin-bottom: 25px;
}
.more_btn1 {
  display: inline-block;
  font: 20px/20px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #189ec5;
  background: #ffffff;
  white-space: pre;
  padding: 18px 25px 22px 25px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  text-transform: uppercase;
  background-position: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #ffffff;
  background: #1483ab;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #ffffff;
  text-decoration: underline;
}
._link2 {
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #ffffff;
  text-decoration: underline;
}
._link3 {
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aee0ee;
  text-transform: uppercase;
  background: url(../img/page4icon1.png) 0 50% no-repeat;
  text-indent: 18px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #ffffff;
  text-decoration: none;
}
._link4 {
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #ffffff;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 42px;
}
.margin2 {
  margin-bottom: 40px;
}
.margin3 {
  margin-right: 20px;
}
.margin4 {
  margin-bottom: 50px;
}
.padding1 {
  padding-right: 100px;
}
.paddingBlock1 {
  padding: 70px 0 60px 0;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  margin: 25px 0 0 0;
}
.textStyle2 {
    color: #97e0ed;
    font: 32px/30px "Rationale",Arial,"Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin-bottom: 38px;
}
.textStyle3 {
  color: #ffffff;
}
.textStyle4 {
  font: 30px/30px 'Rationale', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #97e0ed;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.textStyle5 {
  line-height: 62px;
}
.textStyle6 {
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: inline-block;
  position: relative;
  width: 300px;
  margin-right: 35px;
  margin-bottom: 50px;
  float: left;
}
._list1 li a {
  display: inline-block;
}
._list1 li a img {
  padding: 20px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list1 li a:hover img {
  text-decoration: none;
  background: #1382aa;
}
._list1 .mar1 {
  margin-right: 0;
}
._list1 .mar2 {
  margin-bottom: 0;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 80px;
}
.social_list {
  list-style: none;
  margin: 34px 0 0 0;
  float: right;
}
.social_list li {
  display: inline-block;
  margin: 0 0 0 14px;
}
.social_list li a {
  position: relative;
  overflow: hidden;
  display: block;
}
.social_list li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social_list li a:hover img {
  top: -5px;
}
.thumb-pad {
  position: relative;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  display: block;
  padding: 20px;
}
.thumb-pad .thumbnail .caption {
  padding: 2px 20px 16px 20px;
  position: relative;
}
.bg1 {
  background: url(../img/bg1.png) 0 0 repeat-x;
  position: relative;
  height: 193px;
}
.bg1:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: -1px;
  background: url(../img/extra1.png) 0 0 no-repeat;
  content: " ";
}
.bg1:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: url(../img/extra1.png) 0 0 no-repeat;
  content: " ";
}
.img1 {
  float: left;
  padding: 20px;
  margin-right: 20px;
  background: #ffffff;
  border: none;
  box-shadow: none;
}
._cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: url(../img/bg_img1.png) 0 100% repeat-x #158ebb;
}
._grad {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: url(../img/grad1.png) 30% 100% no-repeat;
}
.time1 {
  background: url(../img/page4icon1.png) 0 50% no-repeat;
  text-indent: 18px;
  display: inline-block;
}
._icon1 {
  background: url(../img/page4icon3.png) 0 50% no-repeat;
  text-indent: 18px;
  display: inline-block;
}
#slider_simple1 {
  width: 1170px;
  height: 530px;
  display: block;
  position: relative;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
}
#slider_simple1 > .slider_set > li {
  overflow: hidden;
}
#slider_simple1 > .slider_set > li img {
  display: inline-block;
}
#slider_simple1 > .slider_set > li ._box {
  width: 500px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 145px;
}
._sliderPagin {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 328px;
  top: 105px;
  z-index: 1;
  line-height: 0;
}
._sliderPagin li {
  width: 54px;
  height: 3px;
  position: relative;
  display: inline-block;
  background: #45aece;
}
._sliderPagin li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #45aece;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._sliderPagin li a:hover {
  background: #ffffff;
}
._sliderPagin ._active a {
  background: #ffffff;
}
/*-------------------------- Scroll --------------*/
.scroll1 {
  width: 1070px;
  height: 410px;
  position: relative;
}
.scroll1 ._inner {
  display: block;
}
.scroll1 ._track {
  width: 30px;
  height: 410px;
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 5px;
  background: #1381aa;
}
.scroll1 ._track ._shuttle {
  width: 30px;
  height: 162px;
  border-radius: 5px;
  background: url(../img/extra2.png) 50% 50% no-repeat #ffffff;
  cursor: pointer;
}
.scroll1 ._track ._shuttle:hover {
  background: url(../img/extra2.png) 50% 50% no-repeat #97e0ed;
}
.scroll2 {
  width: 1070px;
  height: 410px;
  position: relative;
}
.scroll2 ._inner {
  display: block;
}
.scroll2 ._track {
  width: 30px;
  height: 410px;
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 5px;
  background: #1381aa;
}
.scroll2 ._track ._shuttle {
  width: 30px;
  height: 162px;
  border-radius: 5px;
  background: url(../img/extra2.png) 50% 50% no-repeat #ffffff;
  cursor: pointer;
}
.scroll2 ._track ._shuttle:hover {
  background: url(../img/extra2.png) 50% 50% no-repeat #97e0ed;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 740px;
  height: 210px;
  margin: 0;
  padding: 0;
  margin-right: 25px;
  float: left;
  overflow: hidden;
  padding: 20px;
  background: #ffffff;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 5px;
  position: relative;
  color: #ffffff;
  display: inline-block;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 5px 10px;
  background: #1db1d0;
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  border: 1px solid #284559;
  float: left;
}
#form1 label textarea {
  width: 348px;
  height: 96px;
  resize: none;
}
#form1 label input {
  width: 348px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #ffffff;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #ffffff;
}
#form1 .success {
  background: #fb8a74;
  border: 1px solid #fb8a74;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 368px;
  height: 72px;
}
#form1 .success > span {
  color: #ffffff;
  font: 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 24px;
}
.btns {
  margin-top: 15px;
}
.btns > a {
  margin-right: 10px;
}
/*------------- SEARCH form ------------------------------------------------------*/
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#search input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 330px;
  border-radius: 0;
  padding: 6px 10px;
  background: #1db1d0;
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  border-bottom: 1px solid #75c7dd;
  display: block;
  box-shadow: inset 0 0 3px #16859d;
}
#search a {
  margin: 40px 0 0 0;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #ffffff;
}
.search_list h4 {
  color: #ffffff;
}
.search_list > li {
  margin-bottom: 24px;
  font: 12px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aee0ee;
  text-transform: uppercase;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  font: 20px/30px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
/*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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
