body {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0e273d;
}
p {
  font-size: 15px;
  font-weight: 400;
  color: #363636;
}
.col0 {
  padding: 0;
  margin: 0 autot;
}
.btn-default {
  background-color: #337862;
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin: 5px 0 15px;
}
.btn-default:hover {
  background-color: #479078;
  color: white;
}
#headerTop {
  background: #0e273d;
  min-height: 95px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #3e5264 solid;
}
#headerTop .logotype {
  display: block;
}
#headerTop .logotype img {
  margin: 0 auto;
  max-width: 120px;
}
#headerTop .websiteName {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
#headerTop .websiteName:hover {
  text-decoration: none;
  color: #fff;
}
#headerTop .login {
  background-color: #223d5c;
  padding: 10px;
}
#headerTop .login input {
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  margin-right: 3%;
  max-width: 30%;
}
#headerTop .login button {
  border: 0;
  line-height: 25px;
  background-color: #4f70a3;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 30%;
}
#headerTop .contacts .number {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#headerTop .contacts .facebook {
  display: inline-block;
  padding-top: 10px;
  height: 36px;
  margin-left: 10px;
}
#headerTop .contacts .facebook a {
  display: block;
}
nav {
  background: #0e273d;
  min-height: 35px;
}
nav .navbar-nav > li a {
  text-transform: uppercase;
}
nav .navbar-nav > li a:focus {
  background-color: transparent!important;
}
nav .navbar-nav > li.open a:hover {
  background-color: transparent!important;
}
nav .navbar-nav > li.open a {
  background-color: transparent!important;
}
nav .navbar-nav > li.open a:focus {
  background-color: transparent!important;
}

nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#carousels {
  background: url("../img/background_carousels.jpg") repeat-x;
  border-bottom: 5px solid #0e273d;
}
#carousels .wrapper {
  background-color: white;
}
#carousels .wrapper .carousel-indicators {
  left: auto;
  right: 20px;
  bottom: 20px;
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
}
#carousels .wrapper .carousel-indicators li {
  height: 26px;
  width: 26px;
  border: 3px solid white;
  border-radius: 45px;
  margin: 0 3px;
}
#carousels .wrapper .car_ver .btn-vertical-slider {
  margin-left: 35px;
  cursor: pointer;
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner
{
	overflow: hidden;
	height: 437px;
	width: 100%;
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
  opacity: 0;
  display: block !important;
}
#carousels .wrapper .car_ver .carousel.vertical .news {
  width: 100%;
  background: url("../img/background_news.jpg") repeat-x;
  position: relative;
}
#carousels .wrapper .car_ver .carousel.vertical .news p {
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#carousels .wrapper .car_ver .carousel.vertical .news p a {
  color: white;
  font-weight: 700;
}
#carousels .wrapper .car_ver .carousel.vertical .news img {
  display: inline-block;
  margin: 0 15px 10px 20px;
}
#carousels .wrapper .car_ver .carousel.vertical .news .btn-vertical-slider {
  color: white;
  width: 35px;
  height: 50px;
  margin-left: 5px;
}
#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-up {
  position: absolute;
  top: 0px;
  right: 35px;
  background-color: #458f77;
}
#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-up:before {
  position: absolute;
  top: 20px;
  left: 10px;
}
#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-down {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #337862;
}
#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-down:before {
  position: absolute;
  top: 20px;
  left: 10px;
}
#carousels .wrapper .car_ver .carousel.vertical .next {
  opacity: 1;
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .prev {
  opacity: 1;
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .active {
  opacity: 1 !important;
  z-index: 9999999 !important;
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .item h3 {
  font-weight: 700;
  font-size: 18px;
  color: #0e273d;
}
#carousels .wrapper .car_ver .carousel.vertical .item .date {
  font-weight: 300;
  font-size: 13px;
  color: #363636;
}
#carousels .wrapper .car_ver .carousel.vertical .item .text {
  font-weight: 300;
  font-size: 14px;
  color: #363636;
}
#carousels .wrapper .car_ver .carousel.vertical .left,
#carousels .wrapper .car_ver .carousel.vertical .right,
#carousels .wrapper .car_ver .carousel.vertical .next,
#carousels .wrapper .car_ver .carousel.vertical .prev
#carousels .wrapper .car_ver .carousel.vertical .next.left,
#carousels .wrapper .car_ver .carousel.vertical .prev.right {
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#carousels .wrapper .car_ver .carousel.vertical .active.left {
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .active.right {
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
}

.carousel-fade {
	overflow: hidden;
	position: relative !important;
}
.carousel-fade .carousel-inner .item {
  left: 0px !important;
  top: 0px!important;
  transition: opacity 1s;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0px !important;
  top: 0px!important;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  left: 0px !important;
  top: 0px!important;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px !important;
  top: 0px!important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .next {
	  left: 0px !important;
	  position: absolute !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .prev {
	  left: 0px !important;
	  position: absolute !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .active.left {
	  left: 0px !important;
	  position: absolute !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .active.right {
	  left: 0px !important;
	  position: absolute !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .next {
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .prev {
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .active.left {
  left: 0px !important;
  position: absolute !important;
}
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner > .active.right {
  left: 0px !important;
  position: absolute !important;
}

/*.carousel-inner>.item.active.left, .carousel-inner>.item.prev
{
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}*/

#section_3col {
  background-color: #dae9e4;
}
#section_3col .text {
  background: url("../img/background_3col.jpg");
  margin: 30px 0;
}
@media (max-width: 767px) {
  #section_3col .text {
    margin: 10px 0;
  }
  nav .navbar-nav > li > ul > li > ul > li > ul {
  display: block;
}
}
#section_3col .text h3 {
  font-weight: 700;
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 50px;
}
@media (max-width: 767px) {
  #section_3col .text h3 {
    margin-top: 10px;
  }
}
#section_logo {
  margin: 70px 0;
}
#section_logo a{width:100%; height:100%; display:block;}
@media (max-width: 767px) {
  #section_logo {
    margin: 30px 0;
  }
}
#section_logo h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0e273d;
}
#section_logo h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0e273d;
  text-transform: uppercase;
  line-height: 38px;
}
#section_logo h5 {
  font-size: 20px;
  font-weight: 300;
  color: #898989;
  padding-top: 5px;
}
#section_logo p {
  font-size: 15px;
  font-weight: 400;
  color: #363636;
}
#section_logo hr {
  border-color: #cad0d4;
  position: relative;
}
#section_logo hr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cad0d4;
  top: 1px;
  left: 0;
}
#section_logo .logos {
  border: 5px solid #e1e1e1;
}
#section_logo .logos .logo {
  height: 100px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#member_ben {
  min-height: 455px;
  background-color: #4f70a3 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: inherit !important;
}
#member_ben h2 {
  font-weight: 700;
  font-size: 36px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#member_ben h3 {
  font-weight: 300;
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#member_ben hr {
  opacity: 0.2;
}
#member_ben .lists ul li {
  background-repeat: no-repeat !important;
  background-position: top left !important;
}
#member_ben .lists ul li a {
  margin-left: 50px;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
#gallery_events {
  position: relative;
  top: -60px;
}
@media (max-width: 767px) {
  #gallery_events {
    top: 0;
  }
}
#gallery_events h2 {
  font-size: 36px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 5px 15px;
}
#gallery_events a:focus,
#gallery_events a:active {
  outline: none;
}
#gallery_events .gallery {
  background: url("../img/background_gallery.jpg");
}
#gallery_events .gallery .title {
  position: relative;
  top: 10px;
  background: #418871;
}
#gallery_events .gallery .jcarousel_wrapper {
  margin: 30px 0;
}
@media (max-width: 767px) {
  #gallery_events .gallery .jcarousel_wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
#gallery_events .gallery .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#gallery_events .gallery .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#gallery_events .gallery .jcarousel li {
  width: 200px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery_events .gallery .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  border: 4px solid white;
}
#gallery_events .gallery .jcarousel-control-prev,
#gallery_events .gallery .jcarousel-control-next {
  position: absolute;
  top: 35px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: white;
  color: #418871;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  #gallery_events .gallery .jcarousel-control-prev,
  #gallery_events .gallery .jcarousel-control-next {
    top: 30px;
  }
}
#gallery_events .gallery .jcarousel-control-prev:hover,
#gallery_events .gallery .jcarousel-control-next:hover {
  opacity: 0.7;
}
#gallery_events .gallery .jcarousel-control-prev {
  right: 55px;
}
#gallery_events .gallery .jcarousel-control-next {
  right: 15px;
}
#gallery_events .gallery .glyphicon {
  font-size: 15px;
}
#gallery_events .events {
  background: url("../img/background_events.jpg");
  height: auto;
}
#gallery_events .events .title {
  position: relative;
  top: 10px;
  background: #284469;
}
#gallery_events .events .lines {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #gallery_events .events .lines {
    margin-bottom: 5px;
  }
}
#gallery_events .events .lines .small_titles {
  font-weight: 700;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}
#gallery_events .events .lines .text {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#gallery_events .events hr {
  opacity: .2;
  margin: 5px 0 10px 0;
}
#gallery_events .events .btn-default {
  color: #3a5887;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 17px;
  margin-right: 16px;
  background-color: white;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
#gallery_events .events .btn-default:hover {
  background-color: #3a5887;
  color: white;
}
#default {
  margin: 50px 0;
}
#map {
  position: relative;
  padding-bottom: 0;
  height: 0;
  height: 350px;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 700px;
  z-index: 9;
}
#map .scrolloff {
  pointer-events: none;
}
#bottom_map {
  position: relative;
  z-index: 20;
}
#bottom_map #modal {
  position: absolute;
  width: 30%;
  left: 50%;
  margin-left: -15%;
  bottom: 50px;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
}
@media (max-width: 1199px) {
  #bottom_map #modal {
    width: 50%;
    left: 50%;
    margin-left: -25%;
  }
}
@media (max-width: 767px) {
  #bottom_map #modal {
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
}
#bottom_map #modal .right {
  float: right;
  text-align: right;
}
#bottom_map #modal .left {
  float: left;
}
#bottom_map #modal .left address {
  color: gray;
}
#bottom_map #modal .btn-primary {
  float: right;
}
#bottom_map #modal .button_close {
  padding-top: 20px;
  border-top: 1px solid lightgray;
}
.modal {
  z-index: 20;
}
.modal .modal-backdrop {
  z-index: 10;
}
.modal .modal-dialog {
  z-index: 20;
}
.modal .btn-default {
  margin-bottom: 20px !important;
}
#footer1 {
  background: url("../img/background_footer1.jpg");
  padding: 35px 0 73px;
}
#footer1 h4 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
#footer1 hr {
  border: 0;
  border-bottom: 3px solid #6ab69d;
}
#footer1 address,
#footer1 a,
#footer1 p {
  color: #ebebeb;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
#footer1 p {
  margin-bottom: 0;
}
#footer1 input,
#footer1 textarea {
  border-radius: 0;
  box-shadow: none;
}
#footer1 .form-control {
  line-height: 1.25;
}
#footer1 textarea.form-control {
  height: 83px;
}
#footer1 .btn-default {
  padding: 5px 0;
  margin-top: 0;
  width: 100%;
  background-color: #6ab69d;
  color: white;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
#footer1 .btn-default:hover {
  background-color: #4e9f84;
}
#footer1 .space {
  height: 60px;
}


#footer1 .soft {margin-top:20px; text-align: right; color: #fff;}
#footer1 .soft a:hover {text-decoration: underline;}
@media (max-width: 991px) {
    #footer1 .soft {text-align: center;}
}


#footer2 {
  position: relative;
}
#footer2 img {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: -80px;
  max-width:120px;
}
@media (max-width: 767px) {
  #footer2 img {
    left: auto;
    right: 5%;
  }
}
#footer2 p,
#footer2 a {
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 40px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer2 p,
  #footer2 a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer2 .text-right {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #headerTop {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #headerTop .logotype {
    position: absolute;
    transform: translateY(35px);
    z-index: 10;
  }
  #headerTop .logotype img {
    margin: 0 auto;
  }
  #headerTop .websiteName {
    font-size: 38px;
  }
  #headerTop .login input {
    max-width: 140px;
    margin-right: 10px;
  }
  #headerTop .login button {
    max-width: none;
  }
  #headerTop .contacts .number {
    font-size: 30px;
    line-height: 50px;
  }
  nav .navbar-nav > li > a {
    position: relative;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }
  nav .navbar-nav > li > a:hover {
    background: #223d5c;
  }
  nav .navbar-nav > li > a:after {
    position: absolute;
    right: -8.5px;
    top: 17.5px;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ffff61;
    border-radius: 7px;
  }

  nav .navbar-nav > li > ul > li > ul {
    margin-top: -8px;
  }
}

.margin-bottom15{
	margin-bottom:15px;
}

.padding5{
	padding:5px;
}
@media (min-width: 768px) {
    .navbar-nav ul .dropdown-menu.dropdown-menu-right {
        left: auto !important;
        right: 100%;
    }
}

@media (min-width: 1200px) {
    .non-touch-device .navbar-nav > li  ul li:hover > ul {
        display: block !important;
    }
}
