@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap&subset=latin-ext");
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: url(../img/sep.png) right center no-repeat;
  }
  .navbar-nav > li:last-child a {
    background: none !important;
  }
}
@media (max-width: 1200px) {
  .navbar-brand {
    padding: 40px 15px !important;
  }
  .navbar-brand img {
    width: 245px !important;
  }

  .slide {
    height: 500px !important;
  }
  .slide .item {
    height: 500px !important;
  }
  .slide .item h1 {
    font-size: 30px !important;
  }
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
a, .btn, a:hover, a:focus, a:active, .btn:hover, .btn:active, .btn:focus {
  outline: hidden;
  outline: none;
}

.btn {
  border: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
}

.navbar .container {
  position: relative;
}
.navbar a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar a.special {
  color: #009ee0 !important;
}
.navbar a.active {
  color: #009ee0 !important;
}
.navbar .navbar-brand {
  float: left;
  font-size: 18px;
  height: 140px;
  line-height: 20px;
  padding: 40px 15px;
}
.navbar .flags {
  position: absolute;
  top: 0;
  z-index: 100;
  right: 15px;
  background: #e9e9e9;
  padding: 0 5px 4px 5px;
}
.navbar .flags a {
  display: inline-block;
  margin: 0 3px;
}
.navbar .flags a img {
  border: 1px solid #b2b2b2;
}
.navbar .flags-min a {
  display: inline-block;
}
/* Slide */
.slide {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .slide {
    height: 400px !important;
  }
}
.slide .item {
  width: 100%;
  height: 620px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1600px) {
  .slide .item {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media (max-width: 991px) {
  .slide .item {
    height: 400px !important;
  }
}
.slide .item .container, .slide .item .row, .slide .item .col-xs-12 {
  height: 100%;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: right;
}
.slide .item .slider-name {
  background: #009ee0;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 26px;
  font-weighT: 600;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.slide .item p {
  font-weight: 600;
  font-size: 53px;
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .slide .item p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 43px;
    min-width: 0;
  }
}
.slide .arrowto {
  background: #009ee0 none repeat scroll 0 0;
  bottom: 0;
  color: #000;
  font-size: 50px;
  height: 60px;
  left: 50%;
  line-height: 58px;
  margin-left: -37px;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 999;
}
.slide .slide-pager-container {
  position: absolute;
  bottom: 15px;
  z-index: 998;
  left: auto;
  right: auto;
  width: 100%;
}
.slide .slide-pager {
  z-index: 999;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 20px;
}
.slide .slide-pager span {
  display: inline-block;
  width: 18px;
  background: #fff;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0;
  cursor: pointer;
}
.slide .slide-pager span.cycle-pager-active {
  background: #009ee0;
  border-color: #fff;
}
.slide .btn-slide {
  background: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 38px;
  position: absolute;
  z-index: 1000;
  text-decoration: none;
  cursor: pointer;
  display: block;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 50px;
  top: 50%;
  margin-top: -25px;
}
.slide .btn-slide.next {
  right: 50px;
  padding-left: 2px;
}
.slide .btn-slide.prev {
  left: 50px;
  padding-right: 2px;
}

.intro {
  padding: 50px 0 20px 0;
  background: #fff;
}
.intro h2 {
  color: #009ee0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.intro p {
  color: #000000;
}
.intro .btn {
  margin-top: 20px;
}
.intro .boxes {
  margin-top: 30px;
}
.intro .boxes .item {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.intro .boxes .item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro .boxes .item h4 {
  color: #fff;
  background: #009ee0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 12px;
}

.prices {
  font-weight: 900;
  font-size: 43px;
  text-align: center;
}
@media (max-width: 1200px) {
  .prices {
    font-size: 23px;
  }
}
.prices .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-self: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.prices .item div {
  text-align: center;
  width: 100%;
}
.prices a {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
}

.section-bg {
  padding: 200px 0;
  background: url(../img/section-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
.section-bg h2 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  font-size: 43px;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .section-bg h2 {
    font-size: 23px;
  }
}
.section-bg h2 span {
  color: #009ee0;
}

footer {
  background: #e8e6e7;
  padding: 40px 0;
  color: #19171a;
  font-weight: 400;
}
footer a {
  color: #19171a;
}
footer h2 {
  color: #19171a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
footer p {
  color: #19171a;
}
footer .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #009ee0;
  border-radius: 50%;
  margin-top: 25px;
  text-align: center;
  line-height: 51px;
  margin-left: 10px;
  border: 3px solid #009ee0;
}
footer .social a i {
  font-size: 27px;
}

.sub_footer p {
  padding: 15px 0;
  margin: 0;
  color: #7d7c7d;
}
.sub_footer a {
  color: #009ee0;
}
.sub_footer .gotop {
  display: block;
  width: 50px;
  height: 50px;
  background: #009ee0;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  float: right;
}

.bg-header {
  background: url(../img/bg-head.png) center center no-repeat;
  background-size: cover;
  text-align: right;
  min-height: 80px;
}
.bg-header h1 {
  display: inline-block;
  margin: 0;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 40px 0;
}

.page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page h4 {
  display: block;
  color: #009ee0;
  font-weight: 900;
  text-decoration: none;
  padding: 0 0 16px 0;
  margin: 0;
  font-size: 16px;
}
.page h2 {
  display: block;
  text-align: center;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
}

.menu a.h4 {
  display: block;
  border-bottom: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
}
.menu a {
  display: block;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 600;
  fotn-size: 15px;
  text-decoration: none;
  padding: 15px 30px;
}
.menu a:hover, .menu a.active {
  color: #009ee0;
}

.article {
  padding: 40px 0;
}
.article h2 {
  display: block;
  text-align: center;
  color: #0675b7;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 15px;
}
.article .item {
  margin-bottom: 30px;
}
.article .item a .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}
.article .item h4 {
  display: block;
  text-align: center;
  color: #009ee0;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin: 0 0 20px 0;
  font-size: 15px;
}
.article .item figcaption {
  text-align: center;
}

.article-view {
  padding: 40px 0;
}
.article-view h2 {
  display: block;
  text-align: center;
  color: #0675b7;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 15px;
}
.article-view .items {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-view .items .item {
  margin-bottom: 30px;
}
.article-view .items .item a .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*# sourceMappingURL=main.css.map */
