@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);
html {
  height: 100%;
  font-size: 12px;
  letter-spacing: 0.05em;
}
body {
  height: 100%;
  font-size: 16px;
  color: #313131;
  font-family: 'PT Sans', sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a,
button,
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  color: #236FBD;
  text-shadow: none;
  background-color: #fff;
  border-color: #236FBD;
  border-radius: 0px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  text-shadow: none;
  background-color: #236FBD;
  border-color: #236FBD;
}
a {
  color: #236FBD;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 23px;
  text-transform: uppercase;
}
h4 {
  text-decoration: underline;
}
.table {
  background: #efefef;
}
.form-control:focus {
  border-color: #236FBD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 165, 197, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 165, 197, 0.6);
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: auto \9;
}
.img-thumbnail {
  width: auto \9;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -100px;
  padding: 0 0 100px;
  overflow-x: hidden;
}
.footer {
  background-color: #313131;
  color: #fff;
  text-shadow: 1px 1px 1px #313131;
  height: 100px;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}
.footer i {
  margin-right: 10px;
  font-size: 16px;
}
.footer p:first-child {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .footer p {
    font-weight: normal;
  }
}
.footer a {
  color: #fff;
  text-shadow: 1px 1px 1px #313131;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer {
    height: 190px;
  }
  .footer p:first-child {
    padding-top: 0px;
  }
  #wrap {
    margin: 0 auto -215px;
    padding: 0 0 215px;
  }
}
.head {
  background-color: #fff;
  height: 480px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.bg-fixed {
  background-attachment: fixed;
}
a.fbGroup{
  display: inline-block;
  margin-top: 20px;
  padding-left: 50px;
  background: url('../images/fb-art.png') no-repeat 0 12px;
  background-size: 40px;
  padding-bottom: 10px;

}
.fill {
  height: 100vh;
  width: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.caption {
  height: 100%;
  z-index: 10;
  margin-top: 75px;
  text-align: center;
  background: transparent;
  color: #fff;
  text-shadow: 0px 0px 2px #000, 0px 0px 5px #000;
  text-transform: uppercase;
}
.caption p {
  font-size: 20px;
  text-transform: none;
}
.caption p.data {
  text-transform: none;
  font-size: 25px;
}
.caption img:first-child {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .head {
    height: 100%;
    margin-bottom: 20px;
    margin-top: 53px;
  }
  .caption {
    margin: 20px 0px;
  }
  .caption p.data {
    font-size: 20px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .head h2 {
    font-size: 20px;
  }
  .caption p {
    font-size: 17px;
  }
}
.shadow {
  z-index: 10;
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bottom-bg {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  background-color: #313131;
  background-position: center;
}
.bottom-bg .shadow {
  padding: 50px 0px;
}
.bottom-bg form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .bottom-bg form {
    width: 100%;
  }
}
.bottom-bg .form-control {
  background-color: transparent;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.bottom-bg .form-control:hover,
.bottom-bg .form-control:active,
.bottom-bg .form-control:focus {
  box-shadow: none;
}
.bottom-bg .form-control::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
  opacity: 1;
}
.bottom-bg .form-control:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.bottom-bg .form-control::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.bottom-bg .btn-default {
  color: #fff;
  text-shadow: 1px 1px 0px #313131;
  background-color: transparent;
  border-color: #ccc;
  border-radius: 0px;
}
.bottom-bg .btn-default:hover,
.bottom-bg .btn-default:focus,
.bottom-bg .btn-default:active {
  color: #313131;
  text-shadow: none;
  background-color: #ccc;
  border-color: #ccc;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.chevron-list {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.chevron-list li {
  padding: 5px 0px;
}
.chevron-list li > i {
  color: #236FBD;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chevron-list li:hover > i {
  margin-left: 10px;
  margin-right: 5px;
}
.navbar-default {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #efefef;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-brand {
  margin-bottom: 0px;
  color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #236FBD;
}
.navbar-default .navbar-toggle {
  border-color: #ccc;
  border-width: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  border-color: #236FBD;
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #236FBD;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #236FBD;
  background-color: transparent;
}
@media (max-width: 1045px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 8px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 8px;
  }
}
.scrollspy {
  position: relative;
}
.owl-row {
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;
}
.parallax-window {
  padding: 0px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#photo {
  padding: 20px 0px;
}
.parallax-window .par-caption {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 30px;
}
.parallax-window .par-caption h2,
#photo h2 {
  color: #313131;
  text-shadow: 1px 1px 0px #fff;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .parallax-window .par-caption h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #236FBD;
  }
}
.totop {
  position: absolute;
  right: 10px;
  z-index: 10;
}
.totop a i {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.totop a:hover i,
.totop a:focus i,
.totop a:active i {
  background: rgba(255, 255, 255, 0.6);
}
#map {
  display: block;
  height: 400px;
  margin-top: 20px;
  border-top: 3px solid #236FBD;
  border-bottom: 3px solid #236FBD;
}
@media (max-width: 767px) {
  #map {
    height: 250px;
  }
}
.thumbnail {
  background: transparent;
  padding: 0px;
  border: 0px;
  text-align: justify;
}
.thumbnail.partner {
  padding: 5px;
  border: 3px solid #eee;
  border-radius: 0;
}
.thumbnail img {
  border: 0px solid #7fbeff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.thumbnail:hover img {
  border: 8px solid #7fbeff;
}
.thumbnail.partner img {
  border: 0px;
  box-shadow: none;
}
.thumbnail.partner:hover {
  border: 3px solid #7fbeff;
}
.thumbnail.partner:hover img {
  border: 0;
  box-shadow: none;
}
.thumbnail h3 {
  text-align: center;
}
.thumbnail a h3 {
  color: #313131;
}
.thumbnail .content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  margin-top: 20px;
}
.icon {
  color: #236FBD;
  margin-right: 10px;
  font-size: 20px;
}
.margin-30 {
  margin: 30px 0px;
}
.img-gallery {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0px;
}
.img-gallery a.cboxElement {
  height: 190px;
  display: block;
  overflow: hidden;
}
.img-gallery .row {
  margin-right: 0px;
  margin-left: 0px;
}
.img-gallery .col-md-3,
.img-gallery .col-sm-4,
.img-gallery .col-xs-6 {
  padding-right: 0px;
  padding-left: 0px;
}
.img-gallery img {
  opacity: 0.8;
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
  -webkit-filter: grayscale(0.4);
  filter: grayscale(0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-gallery img:hover {
  opacity: 1;
  -webkit-filter: contrast(1);
  filter: contrast(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.carousel-control {
  width: auto;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-control {
  left: -25px;
}
.carousel-control.right {
  right: -25px;
}
.news-row {
  margin-bottom: 20px;
}
.news-row a {
  color: #236FBD;
  text-decoration: underline;
}
.news-row a:hover,
.news-row a:focus {
  text-decoration: none;
}
.news-img-block {
  width: auto;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.news-img-block img {
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform: scale(1);
  opacity: 1;
}
.news-img-block:hover img {
  opacity: 0.6;
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .news-img-block img {
    margin-bottom: 20px;
  }
  .news-img-block:hover img {
    opacity: 1;
    transform: scale(1);
  }
}
.owl-carousel {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.owl-carousel img {
  border: 3px solid #fff;
  margin-bottom: 5px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-carousel img:hover {
  box-shadow: none;
  border: 3px solid #7fbeff;
}
.owl-carousel .thumbnail:hover img {
  border: 3px solid #7fbeff;
}
.owl-carousel p {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
}
.owl-carousel .thumbnail h3 {
  font-size: 20px;
}
.owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
@-moz-document url-prefix() {
  .owl-nav {
    top: 20%;
  }
}
.owl-prev {
  position: absolute;
  left: -50px;
  content: none;
}
.owl-prev:before {
  content: '\2039';
}
.owl-next {
  position: absolute;
  right: 40px;
}
.owl-next:before {
  content: '\203a';
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #adadad !important;
  font-size: 30px !important;
  line-height: 20px;
  padding: 2px 10px 6px !important;
  background: transparent !important;
  border: 2px solid #adadad;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  color: #236fbd !important;
  background: transparent !important;
  border: 2px solid #236fbd;
}
.header-image {
  background: url('../images/header.jpg?v=2') no-repeat 50% 51px;
  position: relative;
}
.header-image:before {
  content: '';
  display: none;
  background: rgba(0, 0, 0, 0.65);
  width: 520px;
  height: 280px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -145px 0 0 -260px;
  border-radius: 3px;
}
.header-image h1 {
  font-size: 24px;
  line-height: 28px;
}
.header-image h2 {
  font-size: 32px;
  line-height: 34px;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
}
.navbar .container {
  position: relative;
}
.navbar__lang {
  position: absolute;
  right: 10px;
  top: 14px;
}
.navbar__lang a.current {
  pointer-events: none;
  color: #000;
}
