/*------------------- BASE STYLE ------------------- */ 

* {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
html, body {min-height: 100% !important;}
body { width: 100%; position: relative; z-index: 0; margin: 0; padding: 0; 
-webkit-font-smoothing: antialiased;
}
body canvas {z-index: 1 !important;}
a {cursor: pointer;color:inherit;text-decoration:none;}
a:focus, button:focus {outline:none !important;}
img {max-width:100%;}
em {font-style: italic;}
strong {font-weight: bold;}
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
input[type="image"], input[type="submit"], input[type="reset"], button {cursor: pointer;}
input[type="radio"], input[type="checkbox"] {position: relative; top: 2px;}
address, caption, cite, code, dfn, strong, th, var {font-style: normal;}
ol, ul {list-style: none;}
hr {border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #D3D3D3;}
caption,th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal; margin: 0;}
iframe {border: 0 inset !important;}
textarea {resize: none;}
input, textarea {outline: 0 !important;font-family:inherit;display:block;width:100%;}

/*-------------------- MAIN STYLE -------------------------*/

body {
    font:14px HelveticaNeueCyr, arial, sans-serif;
    color:#333;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.button {
	display:block;
	border:none;
    padding:0;
	text-align:center;
    height:36px;
    line-height:36px;
    width:174px;
    font-size:16px;
    font-weight:300;
    background:transparent;
}

.button.small {
    height:28px;
    line-height:28px;
    width:100%;
    max-width:98px;
    font-size:13px;
}

.button.red {
    color:white;
    background:#e13625;
}

.button.red:hover {
    background: #fa4432;
}

.button.green {
    background: #28b571;
    color:white;
}

.button.green:hover {
    background: #35f297;
}

.green2 {
    background: #74c500;
    color:white;
}

.green2:hover {
    background: #81dc00;
}

.button.white-border {
    border:2px solid white;
    color:white;
    line-height:32px;
}

.button.small.white-border {
    border:1px solid white;
}

.button.small.white-border {
    line-height:26px;
}

.button.white-border:hover {
    color:#333;
    background:white;
}

.button.more {
    height:44px;
    width:auto;
    line-height:44px;
    color:white;
    background: #088cde;
    font-size:12px;
}

.button.more:hover {
    background: #12a4ff;
}

.button, a.item-img, .slick-arrow, .video-button, .tab {
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}

a.item-img, .item-img img {
    display:block;
}

.item-img img {
    width:100%;
}

a.item-img:hover {
	opacity:.8;
}

.slick-arrow {
    display:block;
    position: absolute;
    top:50%;
    margin-top:-18px;
    padding:0;
    border:none;
    width:36px;
    height:36px;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:10;
    opacity:.8;
}

.slick-arrow:hover {
    opacity:1;
}

.slick-next {
    right:-18px;
    background-image:url(../images/slick-next.png);
}

.slick-prev {
    left:-18px;
    background-image:url(../images/slick-prev.png)
}

.slick-dots {
    padding:0;
    text-align:right;
    position: absolute;
    bottom:-46px;
    right:0;
    width:100%;
}

.slick-dots li {
    display:inline-block;
    margin-left:8px;
}

.slick-dots button {
    display:block;
    padding:0;
    border:none;
    width:10px;
    height:10px;
    background:#63aece;
    color:transparent;
    overflow:hidden;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}

.slick-dots .slick-active button, .slick-dots button:hover {
    background:#0072b8;
}

.bg {
    background-position:center top;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.block-table {
    display:table;
    width:100%;
}

.block-cell {
    display:table-cell;
}

/* --------------------------------------------------------- HEADER -------------------------------------------------------- */

header {
    background-image:url(../images/header-bg22.jpg);
    background-position:center 40%;
    background-repeat:no-repeat;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.header-top {
    padding:16px 0;
    background: rgba(255,255,255,.8);
}

.header-top .flex {
    align-items:center;
}

.topnav {
    padding:0;
    line-height:27px;
}

.topnav li {
    display:inline-block;
    margin-right:26px;
}

.topnav li:last-child {
    margin-right:0;
}

.topnav a:hover, .topnav .active a {
    text-decoration:underline;
}

.header-top .phones {
    line-height:1.3;
}

.header-top .phones a[href^="tel:"] {
    color: #0072b8;
    font-size:16px;
}

.time {
    font-size:11px;
}

.time p, .time img, .time span {
    display:inline-block;
    vertical-align:middle;
}

.time img {
    margin-right:10px;
}

.header-center {
    padding-bottom:3%;
}

.header-center .container {
    position:relative;
    padding-top:15px;
}

.header-center .logo {
    width:25%;
    display:inline-block;
}

.header-center p {
    font-size:16px;
    color:white;
    text-align:center;
}

.header-center .socnets.col-md-3 {
    position: absolute;
    bottom:0;
    right:0;
    text-align:left;
    padding-left:27px;
}

.socnets a {
    display:inline-block;
}

.header-center .socnets a {
    margin-right:12px;
}

.callme {
    display:block;
    position:absolute;
    top:0;
    right:0;
    height:37px;
    width:184px;
    line-height:37px;
    color:white;
    text-align:center;
    background:url(../images/but-g.png) no-repeat;
}

.callme:before {
    content:"";
    display:block;
    position: absolute;
    width:37px;
    height:37px;
    background:url(../images/phone.png) no-repeat center center #28b571;
    top:0;
    left:-47px;
}

.video-more {
    display:inline-block;
    height:37px;
    width:184px;
    line-height:37px;
    color:white;
    text-align:center;
    background:url(../images/but-g.png) no-repeat;
}

.callme:hover, .video-more:hover {
    color:#0072b8;
}

.navigation, .navigation li ul {
    background: #0072b8;
}

.navigation .container {
    padding:0;
}

.navigation ul {
    padding:0;
    font-size:12px;
    text-transform:uppercase;
}

.navigation > .container > ul > li {
    display:inline-block;
    vertical-align:top;
    position:relative;
}

.navigation li a {
    display:block;
    padding:15px 16px;
    color:white;
    border-right:1px solid #005081;
}

.navigation li a:hover, .navigation li.active > a {
    background-color: #088cde;
}

.navigation li ul {
    position: absolute;
    top:98%;
    left:0;
    width:150px;
    z-index:10;
    text-transform:none;
    font-size:14px;
    display:none;
}

.navigation li ul li a {
    padding:10px 19px;
}

.navigation li:hover ul {
    display:block;
}

.navigation li:nth-child(5):hover ul, .navigation li:nth-child(6):hover ul {
    display:none;
}

.navigation > .container > ul > li:first-child a {
    padding:0;
    width:44px;
    height:44px;
    overflow:hidden;
    color:transparent;
    background-image:url(../images/home-icon.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.showMenu {
    display:none;
    width:40px;
}

.showMenu span {
    display:block;
    height:5px;
    margin-bottom:8px;
    background:white;
}

.showMenu span:last-child {
    margin:0;
}


/* ------------------------------------------------------------- HOME PAGE ---------------------------------------------------------*/

.content-section {
    padding:35px 0 60px;
    min-height:500px;
}

.slider-block {
    padding-bottom:5%;
}

.slider-wrapper {
    margin-bottom:46px;
}

.promoSlide {
    position:relative;
}

.promoSlide .button {
    position: absolute;
    bottom: 12%;
    right: 11%;
}

.discount {
    background: #ccc;
    color:white;
    text-align:center;
    position:relative;
    height:306px;
    margin-left: 18px;
    padding: 16% 15px;
    font-size: 32px;
}

.discount .button {
    position: absolute;
    left:50%;
    margin-left:-87px;
    bottom:12%;
}

.video-section {
    background-image:url(../images/bg-video.jpg);
    padding: 3% 0 4%;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.video-text h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 6% 0;
    line-height: 1.5;
}

.video-text .content-text {
    padding-bottom: 25%;
}

.video-block {
    text-align:center;
    padding-top: 5%;
    font-size: 25px;
}

.video-button {
    display:inline-block;
    margin-top:25px;
    opacity:.8;
}

.video-button:hover {
    opacity:1;
}

.schedule-section {
    padding:3% 0 4%;
}

.schedule-section h2 {
    color:#0072b8;
    font-size:32px;
    letter-spacing: 2px;
    margin-bottom:25px;
}

.schedule-table, .cruiseSlide table, .prices-table {
    width:100%;
    border-collapse:collapse;
}

.schedule-table, .prices-table, .booking-table {
    min-width:700px;
}

.schedule-table th, .cruiseSlide td, .prices-table th, .prices-table td {
    padding:10px;
}

.schedule-table td {
    padding:5px;
}

.schedule-table th, .schedule-table td, .cruiseSlide td, .prices-table th, .prices-table td {
    text-align:center;
}

.schedule-table th, .cruiseSlide tr:first-child td {
    color:white;
    background: #67aad5;
    border-right:1px solid white;
    font-weight:300;
    font-size:16px;
}

.schedule-table th:last-child {
    border-right:none;
}

.schedule-table td {
    border:1px solid #0072b8;
}

.schedule-table a:hover {
    text-decoration:underline;
}

.schedule-table th:first-child, .schedule-table td:first-child, .schedule-table th:nth-child(4), .schedule-table td:nth-child(4) {
    width:16%;
}

.schedule-table th:nth-child(2), .schedule-table td:nth-child(2) {
    width:10%;
}

.schedule-table th:last-child, .schedule-table td:last-child {
    width:174px;
    border-top:none;
    border-bottom:none;
}

.schedule-table .more {
    display:inline-block;
    height:30px;
    width:146px;
    line-height:30px;
    color:white;
    text-align:center;
    background:url(../images/but-b.png) no-repeat;
}

.schedule-table .more:hover {
    text-decoration:none;
    color:#28b571;
}

.schedule-table tbody tr:nth-child(even) td, .prices-table tr:nth-child(even) td, .prices-table th {
    background: #e0eff6;
}

.prices-table small {
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
    font-size:16px;
    font-weight: normal;
    color: brown;
}

.cabin-gallery {
    width:30%;
    text-align:left;
}

.cabin-gallery .item-img {
    display:inline-block;
    margin-bottom:4px;
    width:23%;
    vertical-align:top;
}

.filter-block.col-md-3 {
    padding-left:27px;
}

.cruise-slider-wrapper {
    margin-bottom:36px;
}

.cruiseSlide {
    padding:38px 18px 16px;
    border:1px solid #0072b8;
    font-size: 16px;
}

.cruiseSlide h3 {
    color: #0072b8;
    font-size:18px;
    font-weight:bold;
}

.cruiseSlide p {
    margin-bottom:10px;
    color:#67aad5;
}

.cruiseSlide table {
    margin-bottom:20px;
}

.cruiseSlide td {
    width:50%;
    border:1px solid #67aad5;
}

.cruiseFilter {
    padding:36px 18px 28px;
    color:white;
    background-color:#088cde;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url(../images/wave-1.png);
    -o-background-size:100% auto;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    background-size:100% auto;
}

.cruiseFilter h3 {
    font-size:18px;
    text-align:center;
    margin-bottom:45px;
}

.cruiseFilter .block-table {
    margin-bottom:6px;
}

.cruiseFilter .block-cell {
    vertical-align:middle;
    font-weight:300;
}

.cruiseFilter .block-cell:last-child {
    padding-left:10px;
    width:108px;
}

.gallery-section {
    padding-bottom:4%;
}

.gallery-section .item-img + .item-img {
    padding-top:3%;
}

.form-section {
    color:white;
    background:#007bc8;
    overflow:hidden;
}

.form-section .container {
    position:relative;
    padding:3% 18px;
}

.form-section .container:after {
    content:"";
    display:block;
    position: absolute;
    left:100%;
    top:0;
    width:1000px;
    height:100%;
    background-color:#0072b8;
    background-repeat:no-repeat;
    background-image:url(../images/wave-after3.png);
    -o-background-size:auto 100%;
    -moz-background-size:auto 100%;
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
}

.form-section h2 {
    font-size: 32px;
    text-align:center;
}

.form-section .button {
    margin:15px auto 0;
}

.form-section .conf {
    color: #86f1be;
}

.news-section {
    padding:4% 0 2%;
}

.caption {
    text-transform:uppercase;
    margin-bottom:30px;
    font-size: 23px;
}

.news-item {
    margin-bottom:30px;
}

.news-item > div {
    padding:0 10px;
}

.news-item h3 {
    color: #0072b8;
    font-size: 20px;
    line-height: 1.3;
    height: 52px;
    overflow: hidden;
    margin-bottom: 25px;
}

.news-item h3 a:hover {
    text-decoration:underline;
}

.news-item .intro, .news-item .date {
    font-size: 16px;
    color: grey;
}

.news-item .intro {
    height: 52px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item .date {
    margin-bottom:25px;
}

.map-section {
    position:relative;
    padding-bottom:56px;
}

.map-section .map {
    background:#f6f6f6;
    height:664px;
}

.map-contacts {
    position: absolute;
    width:740px;
    height:700px;
    top:0;
    left:2%;
    text-align:center;
    background-image:url(../images/bg-circle2.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    -o-background-size:100% auto;
    -moz-background-size:100% auto;
    -webkit-background-size:100% auto;
    background-size:100% auto;
}

.map-contacts .logo {
    display:inline-block;
    width:21%;
}

.contacts-table {
    padding-top: 8%;
    color: white;
    font-size: 16px;
    margin:0 auto;
    width:40%;
}

.contacts-table .block-cell {
    vertical-align:middle;
}

.contacts-table .block-cell:first-child {
    width:24%;
}

.contacts-table .block-cell:first-child img {
    width:100%;
    border:1px solid white;
}

.contacts-table .block-table:nth-child(2) .block-cell:first-child img {
    border:none;
}

.contacts-table .block-cell:last-child {
    padding:7%;
    text-align:left;
}


/* ------------------------------------------------------------ FOOTER --------------------------------------------------- */

.footer-bottom {
    padding:20px 0 30px;
    color:grey;
    font-size:12px;
}

.bottomnav {
    padding:0;
    color:#0072b8;
    margin-bottom:40px;
    font-size:14px;
}

.bottomnav li {
    display:inline-block;
    margin-right:26px;
}

.bottomnav a:hover, .bottomnav .active a, .copyright:hover {
    text-decoration:underline;
}

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

.f-right .socnets {
    margin-bottom:26px;
}

.f-right .socnets a {
    margin-left:15%;
    vertical-align:middle;
}

.f-right .socnets a:first-child {
    margin-left:0;
}

.copyright img {
    display:inline-block;
    vertical-align: middle;
    margin-left:10px;
}

/* -------------------------------------------------------- INNER PAGES ----------------------------------------------------*/

.breadcrumb, ul.pagination {
    padding:0;
}

.breadcrumb li, .pagination li {
    display:inline-block;
    margin-right:10px;
}

.breadcrumb {
    margin-bottom:30px;
}

.pagination .active a {
    color:#0072b8;
}

.content-text {
    line-height:1.8;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4 {
    margin-bottom:15px;
}

.content-text h1, .content-text h2 {
    font-size:23px;
    line-height:1.2;
}

.content-text h3 {
    font-size:20px;
}

.content-text h4 {
    font-size:18px;
}

.content-text a, .breadcrumb a, .pagination a {
    text-decoration:underline;
}

.content-text a:hover, .breadcrumb a:hover, .pagination a:hover {
    text-decoration:none;
}

.content-text ol {
    list-style:decimal;
}

.content-text ul {
    list-style:disc;
}

.content-text table {
    width:100%;
    min-width:700px;
}

.content-text table tr:first-child td {
    background: #e0eff6;
    font-weight:bold;
}

.content-text table th, .content-text table td {
    padding:10px;
    border:1px solid #088cde;
}

.content-text img {
    height:auto !important;
}

.tabs {
    padding:0;
    margin-top:20px;
}

.tab {
    display:inline-block;
    text-align:center;
    color:white;
    padding:8px;
    min-width:160px;
    background:#0072b8;
    cursor:pointer;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}

.tab:hover, .tab.active {
    background: #088cde;
}

.tab.active {
    cursor:default;
}

.tab-block {
    padding:18px;
    border:2px solid #088cde;
    min-height:400px;
    display:none;
}

.tab-block.active {
    display:block;
}

.tab-blocks {
    margin-bottom:20px;
}

.tab-block.scheme h3 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.prices-table td:nth-child(2) {
    text-align:left;
    font-size:12px;
}

.prices-table td:nth-child(4) {
    width:150px;
    font-weight:bold;
}

.booking-block {
    position: relative;
    margin-bottom: 15px;
    min-width:894px;
}

.booking-block img {
    display:block;
    width:100%;
}

.cabin-marker {
    position: absolute;
    width: 2.7%;
    height: 24%;
    background:rgba(116, 197, 0, .5);
    cursor:pointer;
}

.cabin-marker:hover {
    background:rgba(116, 197, 0, .7);
}

.cabin-marker.reserved {
    background:rgba(255, 193, 7, .5);
}

.cabin-marker.reserved:hover {
    background:rgba(255, 193, 7, .7);
}

.cabin-marker.disabled {
    background:transparent;
}

.cabin-marker.reserved .button, .cabin-marker.disabled .button {
    display:none;
}

.cabin-desc {
    position: absolute;
    top:98%;
    left:0;
    width:180px;
    font-size:12px;
    padding:10px;
    background:white;
    border: 1px solid #ccc;
    overflow:hidden;
    z-index:10;
    display:none;
}

.cabin-desc img {
    margin-bottom:5px;
}

.cabin-desc .button {
    float: right;
    margin-top: 10px;
}

#cabin1 .cabin-desc, #cabin2 .cabin-desc, #cabin3 .cabin-desc, #cabin4 .cabin-desc, #cabin31 .cabin-desc, #cabin33 .cabin-desc, #cabin34 .cabin-desc, #cabin36 .cabin-desc, #cabin54 .cabin-desc {
    left:auto;
    right:0;
}

.cabin-marker:hover .cabin-desc, .cabin-desc.active {
    display:block;
}

#cabin1, #cabin3, #cabin5, #cabin7, #cabin9, #cabin11, #cabin15, #cabin17, #cabin19, #cabin21, #cabin23, #cabin25, #cabin27, #cabin29 {
    top:13%;
}

#cabin2, #cabin4, #cabin6, #cabin8, #cabin10, #cabin12, #cabin18, #cabin20, #cabin22, #cabin24, #cabin26, #cabin28, #cabin30, #cabin32 {
    top:62%;
}

#cabin1, #cabin2, #cabin31, #cabin34 {
    right:9.3%;
}

#cabin3, #cabin4, #cabin33, #cabin36, #cabin54 {
    right:12.1%;
}

#cabin5, #cabin6, #cabin35, #cabin38, #cabin51, #cabin52 {
    right: 14.9%;
}

#cabin7, #cabin8, #cabin37, #cabin40, #cabin49, #cabin50 {
    right: 17.7%;
}

#cabin9, #cabin10, #cabin39, #cabin42 {
    right: 20.5%;
}

#cabin11, #cabin12, #cabin41, #cabin44 {
    right: 23.3%;
}

#cabin15 {
    right: 26.1%
}

#cabin17, #cabin20 {
    right: 45.5%;
}

#cabin17, #cabin18, #cabin19, #cabin20, #cabin21, #cabin22, #cabin23, #cabin24, #cabin25, #cabin26, #cabin27, #cabin30, #cabin32 {
    width: 5.6%;
}

#cabin18 {
    right: 34.3%;
}

#cabin19, #cabin22 {
    right: 51.1%;
}

#cabin21, #cabin24 {
    right: 56.7%;
}

#cabin23, #cabin26 {
    right: 62.3%;
}

#cabin25, #cabin28 {
    right: 70.7%;
}

#cabin27, #cabin30 {
    right: 76.3%;
}

#cabin29, #cabin32 {
    right: 81.9%;
}

#cabin31, #cabin33, #cabin34, #cabin35, #cabin36, #cabin37, #cabin38, #cabin39, #cabin40, #cabin41, #cabin42, #cabin44 {
    height:38%;
}

#cabin31, #cabin33, #cabin35, #cabin37, #cabin39, #cabin41, #cabin43, #cabin45, #cabin46, #cabin47, #cabin48, #cabin49, #cabin51 {
    top:0;
}

#cabin34, #cabin36, #cabin38, #cabin40, #cabin42, #cabin44, #cabin50, #cabin52, #cabin54 {
    bottom:0;
}

#cabin43 {
    right: 39.9%;
}

#cabin43, #cabin45, #cabin46, #cabin47, #cabin48, #cabin49, #cabin50, #cabin51, #cabin52, #cabin54 {
    height: 31%;
}

#cabin45 {
    right: 42.7%;
}

#cabin46 {
    right: 45.5%;
}

#cabin47 {
    right: 48.4%;
}

#cabin48 {
    right: 51.1%;
}

.booking-table {
    margin-top:20px;
    width:100%;
}

.booking-table th, .booking-table td {
    padding:5px;
    text-align:center;
    border:1px solid #0072b8;
}

.booking-table td {
    background:#7aedb5;
}

.booking-table .reserved td {
    background:#FFC107;
}

.photo-item {
    margin-bottom:18px;
}

.person-item {
    margin-bottom:30px;
    text-align:center;
}

@media screen and (min-width:992px) {
    .person-item.col-md-3 {
        width:20%;
    }
}

.person-item h3 {
    font-weight:bold;
    font-size:18px;
    margin:10px 0 5px;
    height:40px;
    overflow:hidden;
}

.person-item .item-img {
    border: 2px solid #088cde;
}

.person-item p {
    height:32px;
    overflow:hidden;
}

.address-item {
    margin-bottom:30px;
}

.address-item .row {
    margin-bottom:15px;
}

.photos {
    margin-top:18px;
}


/* ----------------------------------------------- FORMS ---------------------------------------------------*/

input[type="text"], input[type="email"], textarea {
    padding:5px 10px;
    border:1px solid #ccc;
}

input[type="text"], input[type="email"] {
    height:40px;
}

label {
    display:block;
    font-size:inherit;
    margin-bottom:5px;
}

.form-group {
    margin-top:15px;
}

.req {
    display:none;
}

.popup-form h3 {
    font-size: 25px;
    color: #28b571;
}

.popup-form .button {
    float:right;
}

/* ------------------------------------------ POPUP BLOCKS -------------------------------------------------*/

.popup-block {
    position:relative;
    max-width:500px;
    margin:0 auto;
}

.popup-form {
    padding:30px;
    background:white;
    overflow:hidden;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

#mobileMenu {
    padding:40px 10px 0;
    text-align:center;
    line-height:2;
    font-size:20px;
}

#mobileMenu ul {
    padding:0;
}

#mobileMenu ul, #mobileMenu .mfp-close {
    color:white;
}

/* ------------------------------------------------- MEDIA QUERIES ----------------------------------------------------- */

@media screen and (max-width:1670px) {
    .map-contacts {width:540px;height:540px;top:auto;bottom:0;padding-top: 20px;}
    .contacts-table {font-size:14px;}
}
@media screen and (max-width:1199px) {
    .time {display:none;}
    .topnav li {margin-right: 15px;}
    .navigation li a {padding:15px 8px;}
    .navigation ul {font-size:11px;}
    .map-contacts .logo {display:none;}
    .map-contacts {padding-top:120px;width:400px;height:400px;}
    .contacts-table {font-size:12px;}
    .contacts-table .block-cell:last-child {padding: 5px 10px;}
    .contacts-table .block-cell:first-child img {border:none;}
    .bottomnav li {margin-right:10px;}
    .discount {font-size:25px;}
}

@media screen and (max-width:991px) {
    .header-top nav, .navigation ul {display:none;}
    .showMenu {display:block;}
    .navigation .container {padding:10px 18px;}
    .table-wrapper {overflow-x:auto;}
    .discount {background: #28b571;padding: 6% 15px;height:150px;margin:0;font-size:30px;}
    .filter-block.col-md-3 {padding-left:9px;margin-top:20px;}
    .cruiseFilter h3 {font-size:30px;}
    .video-section.bg {background-position:60% 0;position:relative;}
    .video-section:before {content:"";display:block;position: absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);}
    .video-section > div {position:relative;}
    .video-button {width:80px;}
    .schedule-section h2 {font-size:25px;}
    .video-text .content-text {padding-bottom: 5%;}
    .map-contacts {background: #28b571;position:static;width:auto;height:auto;padding:20px 0;}
    .contacts-table {font-size:16px;width:100%;padding-top:0;}
    .contacts-table .block-cell:first-child {padding-left:9px;width:84px;}
    .contacts-table .block-cell:first-child img {width:auto;}
    .bottomnav {display:none;}
    .footer-bottom, .f-right {text-align:center;}
    .f-right .socnets {margin-top:20px;}
    .f-right .socnets a, .f-right .socnets a:first-child {margin:0 10px;}
    .news-item h3, .news-item .intro {height:auto;}
    .news-item > div {padding:0;}
    .tab {margin-bottom: 5px;border: 1px solid #0072b8;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background:transparent;color:#0072b8;}
    .tab:hover, .tab.active {color:white;}
}

@media screen and (max-width:767px) {
    .callme {width:0;right:18px;background: url(../images/phone.png) no-repeat center center #28b571;padding-left: 37px;overflow: hidden;}
    .header-center p {display:none;}
    .cruiseFilter h3, .video-text h2 {font-size:25px;}
    .schedule-section h2, .caption, .form-section h2 {font-size:18px;margin-bottom:15px;}
}

@media screen and (max-width:500px) {
    .discount {font-size:25px;}
    .person-item.col-xs-6 {width:100%;}
}