* body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif; }

.mr-bt {
  margin-bottom: 50px; }

.only-mobile {
  display: none; }

.slider-wr-max-wd {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 5%; }

.no-padding {
  padding: 0; }

.navbar-default {
  color: #3a7fb6;
  background-color: #fff;
  padding: 20px 0;
  border: none;
  padding-bottom: 0;
  margin-bottom: 4px; }
  .navbar-default .navbar-nav li {
    float: left;
    margin-left: 20px; }
    .navbar-default .navbar-nav li a {
      padding: 0;
      line-height: 2;
      color: #19a9c5;
      font-size: 1.1em;
      text-transform: uppercase; }
    .navbar-default .navbar-nav li a:hover {
      color: #1f79bb; }

.navbar-header_custom {
  width: 100%; }

.brand_wrap .navbar-brand_custom {
  float: left;
  margin-right: 20px; }

.brand_wrap .little-flags {
  float: left;
  padding: 0;
  list-style: none;
  margin-top: 10px; }

.head_tel {
  display: inline-block;
  font-size: 0.9em;
  text-align: right;
  padding-top: 10px;
  color: #a5a4ab;
  font-weight: 600; }
  .head_tel span {
    width: 100%;
    display: inline-block;
    text-align: right; }
  .head_tel a {
    color: #a5a4ab; }
  .head_tel .tel-service-wrap,
  .head_tel .tel-sales-wrap {
    width: 26%;
    float: left; }
  .head_tel .tel_sales,
  .head_tel .tel_service {
    display: inline-block;
    margin-left: 10px;
    text-align: right;
    width: 100%; }
    .head_tel .tel_sales a,
    .head_tel .tel_service a {
      color: #a5a4ab; }
  .head_tel .coordinate {
    width: 48%;
    float: left; }
  .head_tel .lt-sp {
    letter-spacing: 2px; }

/*******************MAIN-SLIDER**************************/
.main-slider_wrap {
  margin-bottom: 40px; }

.slider_custom .my-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slider_custom .my-dots li:hover {
    background-color: #1e85bd; }
  .slider_custom .my-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 2px;
    cursor: pointer;
    background-color: #abc1c8;
    border-radius: 50%; }
    .slider_custom .my-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 16px;
      height: 16px;
      margin: 0 auto;
      padding: 4px;
      cursor: pointer;
      color: transparent;
      border: 2px solid #ffffff;
      border-radius: 50%;
      outline: none;
      background: transparent; }
    .slider_custom .my-dots li button:hover,
    .slider_custom .my-dots li button:focus {
      outline: none; }
    .slider_custom .my-dots li button:hover:before,
    .slider_custom .my-dots li button:focus:before {
      opacity: 1; }
  .slider_custom .my-dots button:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    text-align: center;
    opacity: .25;
    color: blue; }

/*******************OUR-SERVICE BLOCK**************************/
.our-service_wrap {
  background: url("../img/service_bg.png");
  padding-bottom: 60px; }
  .our-service_wrap .canat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .our-service_wrap .sail-boat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 44px 30px; }
    .our-service_wrap .sail-boat .text-our_service {
      color: white;
      font-size: 1.2em;
      font-style: italic;
      letter-spacing: 2px; }
  .our-service_wrap .canat {
    opacity: 0.6;
    height: 7px;
    width: 36%;
    background: url("../img/canat_services.png");
    background-repeat: repeat-x;
    margin-top: 34px; }
  .our-service_wrap .service_wrap {
    text-align: center;
    margin-bottom: 40px; }
    .our-service_wrap .service_wrap img {
      margin-bottom: 20px; }
    .our-service_wrap .service_wrap a:hover {
      -webkit-filter: grayscale(100%); }
    .our-service_wrap .service_wrap p {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .our-service_wrap .service_wrap .border {
      opacity: 0.8;
      top: 10px;
      width: 62%;
      right: 19%;
      margin: 0 auto;
      height: 430px;
      position: absolute;
      border: 4px solid #fff; }
  .our-service_wrap .logos_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .our-service_wrap .logos_block img {
      max-width: 110px;
      max-height: 40px;
      margin-right: 5%; }

.about-us_wrap {
  background: url("../img/about_us_bg.png");
  padding-bottom: 60px; }
  .about-us_wrap .canat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about-us_wrap .sail-boat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 44px 30px; }
    .about-us_wrap .sail-boat .text-about {
      color: #1e85bd;
      font-size: 1.2em;
      font-style: italic;
      letter-spacing: 2px; }
  .about-us_wrap .canat {
    opacity: 0.6;
    height: 7px;
    width: 36%;
    background: url("../img/canat_about_us.png");
    background-repeat: repeat-x;
    margin-top: 34px; }
  .about-us_wrap .offers-wrap .offer_list {
    padding-left: 24%;
    list-style: none; }
    .about-us_wrap .offers-wrap .offer_list li {
      font-size: 1.2em;
      color: #838290;
      line-height: 2; }
      .about-us_wrap .offers-wrap .offer_list li .offer-item {
        border-bottom: 1px dashed #316475; }
    .about-us_wrap .offers-wrap .offer_list .glyphicon-hand-right {
      margin-right: 10px; }
  .about-us_wrap .offers-head {
    color: #838290;
    font-size: 2em; }
  .about-us_wrap .table-custom {
    display: table;
    height: 305px;
    margin-bottom: 90px; }
  .about-us_wrap .about-us_text-wrap {
    display: table-cell;
    color: #838290;
    text-align: left;
    line-height: 1.4;
    font-size: 18px;
}
  .about-us_wrap .video-wrap {
    padding-top: 120px; }
    .about-us_wrap .video-wrap .video-seo {
      position: relative;
      padding-top: 5px;
      padding-bottom: 60%;
      height: 0; }
    .about-us_wrap .video-wrap div iframe {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: url(../img/ipad.png) center center no-repeat;
      background-size: contain;
      padding: 2.6% 16.4% 7.7%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

footer {
  width: 100%;
  background: url("../img/about_us_bg.png"); }
  footer .content-wrap_footer {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 2% 0; }
  footer .logo-wrap_footer .since {
    font-size: 1.2em;
    text-align: right;
    color: #213869; }
  footer .logo-wrap_footer .light_house {
    float: left;
    margin: 0 33px; }
  footer .logo-wrap_footer .adress {
    float: left;
    max-width: 110px;
    color: #bb8e62;
    margin-top: 6px; }
  footer .navbar-footer {
    list-style: none;
    padding-left: 0; }
    footer .navbar-footer li {
      font-size: 1.4em;
      font-weight: 600; }
      footer .navbar-footer li a {
        color: #213869; }
  footer h2 {
    margin-top: 0;
    padding-top: 0;
    color: #213869;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
  footer .tel-sales-wrap span,
  footer .tel-service-wrap span {
    display: inline-block;
    width: 100%;
    color: #213869;
    font-size: 1.4em;
    margin-bottom: 0; }
  footer .tel-sales-wrap .gold,
  footer .tel-service-wrap .gold {
    color: #bb8e62; }
  footer .social-wr {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
    footer .social-wr li {
      margin-right: 20px; }
      footer .social-wr li a {
        text-decoration: none; }
      footer .social-wr li a:hover {
        text-decoration: none; }
  footer .contact_footer-wrap {
    text-align: right;
    max-width: 260px; }

/**********************************************************SERVICE PAGE**************************/
.custom-btn {
  background-color: #f5f5f5;
  border: 1px solid #3891db;
  margin-bottom: 20px;
  float: right;
  margin-left: 20px; }

.service_wrap-head {
  width: 100%;
  height: 204px;
  padding-top: 5%;
  background: url("../img/services_head.png") no-repeat; }
  .service_wrap-head .canat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .service_wrap-head .sail-boat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 44px 30px; }
    .service_wrap-head .sail-boat .text-our_service {
      color: white;
      font-size: 1.2em;
      font-style: italic;
      letter-spacing: 2px; }
  .service_wrap-head .canat {
    opacity: 0.6;
    height: 7px;
    width: 36%;
    background: url("../img/canat_services.png");
    background-repeat: repeat-x;
    margin-top: 34px; }

.srv-bg-volume {
  min-height: 700px;
  width: 100%;
  padding: 6% 0;
  position: relative; }
  .srv-bg-volume .h2 {
    max-width: 400px;
    color: #292929;
    font-size: 1.6em;
    margin-bottom: 5%; }
    .srv-bg-volume .h2 .gold-omc {
      color: #ddb99c; }

.slick-slide img {
  display: block;
  max-height: 346px;
  width: 100%;
  border: 5px solid white; }

.slider_custom_srv {
  margin-bottom: 30px; }
  .slider_custom_srv .slider-nav .slide-wrap .slick-slide img {
    border: 5px solid white; }
  .slider_custom_srv .slider-nav .slick-slide img {
    height: 200px !important;
    border: 3px solid #ddb99c; }

.about-service-wrap {
  padding-top: 10%;
  padding-bottom: 0;
  margin-bottom: 10%; }
  .about-service-wrap img {
    opacity: 0.6;
    float: right; }
  .about-service-wrap .about-srv-wrap-text h4 {
    color: #000f23;
    text-transform: uppercase; }
  .about-service-wrap .about-srv-wrap-text ul {
    margin-bottom: 5%; }
  .about-service-wrap .about-srv-wrap-text li {
    color: #264e81;
    font-size: 1.4em;
    line-height: 1.4; }

.about_service-slide .slide_1 {
  border: 3px solid #ddb99c;
  margin-bottom: 20px; }
  .about_service-slide .slide_1 img {
    height: 360px;
    -webkit-box-shadow: 20px 9px 37px -17px #212a8f;
            box-shadow: 20px 9px 37px -17px #212a8f; }
  .about_service-slide .slide_1 .text-slide {
    height: 360px;
    padding: 6%;
    background-color: #1e5799; }
  .about_service-slide .slide_1 .text-slide-srv {
    color: #e1e6ed;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase; }
    .about_service-slide .slide_1 .text-slide-srv span {
      color: #ddb99c;
      text-transform: uppercase; }

.dark-bg {
  width: 100%;
  height: 400px;
  background-image: url("../img/dark-boat_services.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .dark-bg .wrap-abs-text {
    min-width: 320px;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    height: 400px; }
  .dark-bg .text-abs {
    color: #dedfdf;
    font-size: 1.7em;
    position: absolute;
    left: 0;
    width: 251px;
    top: 50px; }
    .dark-bg .text-abs span {
      font-weight: bold; }

/**********************************************************WINTER PAGE**************************/
.winter_wrap-head {
  width: 100%;
  height: 204px;
  padding-top: 5%;
  background: url("../img/winter_head-bg.jpg") no-repeat; }
  .winter_wrap-head .canat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .winter_wrap-head .sail-boat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 44px 30px; }
    .winter_wrap-head .sail-boat .text-our_service {
      color: white;
      font-size: 1.2em;
      font-style: italic;
      letter-spacing: 2px; }
  .winter_wrap-head .canat {
    opacity: 0.6;
    height: 7px;
    width: 36%;
    background: url("../img/canat_services.png");
    background-repeat: repeat-x;
    margin-top: 34px; }

.slider-wr-max-wd h2 {
  font-weight: bold;
  margin-bottom: 4%;
  font-size: 1.4em; }

.camera-bg {
  width: 100%;
  height: 400px;
  background-image: url("../img/camera_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .camera-bg .wrap-abs-text {
    min-width: 314px;
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    height: 400px; }
  .camera-bg .text-abs {
    color: #dedfdf;
    font-size: 1.7em;
    position: absolute;
    left: 0;
    width: 251px;
    top: 104px; }
    .camera-bg .text-abs span {
      font-weight: bold; }

.about-win-wrap .win-head {
  max-width: 467px;
  color: #292929;
  font-size: 1.8em;
  margin-bottom: 5%; }

.about-win-wrap ul {
  max-width: 600px;
  margin-bottom: 6%; }
  .about-win-wrap ul li {
    font-size: 1.4em;
    color: #308dd9; }

/**********************************************************sale PAGE**************************/
.sale-yaht_text-wrap {
  text-transform: uppercase;
  max-width: 600px;
  padding: 0 0 50px 20px; }
  .sale-yaht_text-wrap h2 {
    font-size: 1.4em;
    color: #bc8f64; }
  .sale-yaht_text-wrap p {
    font-size: 1.1em;
    color: #42444e; }

.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }

.yaht-wrap {
  width: 30%;
  min-width: 315px;
  padding: 10px 10px 26px 10px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 50px;
  border: 1px solid #bc8f64;
  position: relative; }
  .yaht-wrap .sale {
    display: block;
    position: absolute;
    width: 180px;
    height: 50px;
    background: url(../img/sale.png) no-repeat;
    background-size: contain;
    top: 3px;
    left: -16px;
    padding-top: 5px;
    text-align: center; }
  .yaht-wrap .sale-text {
    font-size: 1.2em;
    color: #fff; }
  .yaht-wrap img {
    margin-bottom: 10px; }
  .yaht-wrap .name-of-yauht {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #42444e;
    text-align: center; }
  .yaht-wrap .price {
    width: 100%;
    position: absolute;
    background-color: #bc8f64;
    left: 0;
    bottom: 0;
    padding: 5px;
    color: #fff;
    font-size: 1.2em;
    text-align: center; }

.yaht-wrap:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.yaht-wrap:hover:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url("../img/eye.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 40%; }

.btn-see-more {
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 2px solid #bc8f64;
  border-bottom: 2px solid #bc8f64;
  padding: 11px; }

/**********************************************************yaht PAGE**************************/
.about-yaht-wrap {
  font-size: 1.2em;
  color: #6b6a6b;
  background-color: #fff;
  padding: 26px; }
  .about-yaht-wrap .data-name {
    float: left;
    width: 50%;
    text-transform: uppercase; }
  .about-yaht-wrap .res {
    float: right;
    width: 50%;
    text-transform: uppercase; }
  .about-yaht-wrap .cust .res {
    text-align: center; }
  .about-yaht-wrap .price-custom {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    padding-top: 4%;
    color: #6287d8; }

/**********************************************************CONTACT PAGE**************************/
.girl-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4; }

.contact {
  list-style: none;
  font-size: 1.2em;
  color: #7f8896;
  text-transform: uppercase;
  line-height: 1.7em;
  margin-bottom: 20px; }
  .contact li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #213869;
    font-weight: bold; }
    .contact li:first-child img {
      margin-right: 20px; }
  .contact .mail {
    text-transform: none; }

.com li {
  margin-bottom: 20px; }
  .com li a {
    font-weight: bold;
    color: #5283c1; }
    .com li a img {
      margin-right: 16px; }

/*********************************************NEWS-PAGE***************************/
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 26px;
  border: 2px solid #ddb99c;
  margin-bottom: 50px; }
  .news-wrap .img-wrap {
    max-width: 450px;
    width: 40%;
    height: 200px;
    background: url("../img/about_photo.png") no-repeat;
    background-size: cover; }
  .news-wrap .news-text-wrap {
    width: 56%; }
    .news-wrap .news-text-wrap h2 {
      text-transform: uppercase; }
    .news-wrap .news-text-wrap .click-for_read {
      color: #ddb99c; }

.news-wrap:hover {
  text-decoration: none;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%); }

@media only screen and (max-width: 700px) {
  .hide-mobile {
    display: none; }
  .our-service_wrap .logos_block {
    display: none; }
  .navbar-footer {
    display: none; }
  .dark-bg,
  .camera-bg {
    background-image: none;
    background-color: #000f23;
    padding: 12% 0; }
    .dark-bg .text-abs,
    .camera-bg .text-abs {
      text-align: center;
      position: relative;
      width: 251px;
      margin: 0 auto; }
  .news-wrap {
    display: block;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 50px; }
    .news-wrap .img-wrap {
      min-width: 310px;
      width: 90%;
      margin: 0 auto; }
    .news-wrap .news-text-wrap {
      width: 98%;
      margin: 0 auto; }
      .news-wrap .news-text-wrap h2 {
        text-align: center; } }

@media only screen and (max-width: 768px) {
  .only-mobile {
    display: block;
    margin-bottom: 30px; }
  .container > .navbar-header {
    margin: 0; }
  .navbar-toggle {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
    padding: 9px 10px;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .head_tel {
    float: none;
    font-size: 1.2em;
    text-align: center; }
    .head_tel .tel-service-wrap,
    .head_tel .tel-sales-wrap {
      width: 100%;
      float: none;
      text-align: center;
      position: relative;
      margin-bottom: 15px; }
    .head_tel .tel_sales,
    .head_tel .tel_service {
      display: inline-block;
      text-align: center;
      width: 100%; }
    .head_tel span {
      width: 100%;
      text-align: center;
      position: absolute;
      left: -116px;
      bottom: 19px; }
  .logo-wrap {
    width: 320px;
    margin: 0 auto; }
  .lang-wrap {
    text-align: center;
    margin: 0 auto;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background-color: #f1f1f1; }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: 0; }
  .navbar-default .navbar-nav li {
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: center; }
  .our-service_wrap .service_wrap .border {
    top: 10px;
    width: 44%;
    right: 28%; }
  .about-us_wrap .offers-wrap .offer_list {
    padding-left: 0;
    width: 98%;
    margin: 0 auto; }
    .about-us_wrap .offers-wrap .offer_list li {
      font-size: 1.5em; }
  .about-us_wrap .video-wrap {
    padding-top: 36px; }
  .about-us_wrap .table-custom {
    height: auto;
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 1.4em; }
  footer .tel-sales-wrap,
  footer .tel-service-wrap {
    text-align: center; } }
