/* pt-serif-regular - latin_cyrillic */
@font-face {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../fonts/pt-serif-v17-latin_cyrillic-regular.woff2') format('woff2'),
	url('../fonts/pt-serif-v17-latin_cyrillic-regular.woff') format('woff');
	font-display: swap;
}
/* rubik-300 - latin_cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('../fonts/rubik-v21-latin_cyrillic-300.woff2') format('woff2'),
	url('../fonts/rubik-v21-latin_cyrillic-300.woff') format('woff');
	font-display: swap;
}
/* rubik-regular - latin_cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../fonts/rubik-v21-latin_cyrillic-regular.woff2') format('woff2'),
	url('../fonts/rubik-v21-latin_cyrillic-regular.woff') format('woff');
	font-display: swap;
}
/* rubik-500 - latin_cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: local(''),
	url('../fonts/rubik-v21-latin_cyrillic-500.woff2') format('woff2'),
	url('../fonts/rubik-v21-latin_cyrillic-500.woff') format('woff');
	font-display: swap;
}
/* rubik-600 - latin_cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 600;
	src: local(''),
	url('../fonts/rubik-v21-latin_cyrillic-600.woff2') format('woff2'),
	url('../fonts/rubik-v21-latin_cyrillic-600.woff') format('woff');
	font-display: swap;
}
/* rubik-700 - latin_cyrillic */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('../fonts/rubik-v21-latin_cyrillic-700.woff2') format('woff2'),
	url('../fonts/rubik-v21-latin_cyrillic-700.woff') format('woff');
	font-display: swap;
}
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
/* Links */
a, a:link, a:visited  {
    text-decoration: none;
}
a:hover  {
    text-decoration: none;
}
/* Common */
aside, nav, footer, header, section, main {
	display: block;
}
h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}
ul, ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img, svg {
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
/* Form */
input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}
input::-ms-clear {
	display: none;
}
button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
    outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	display: block;
}
/* Proect css */
* {
    outline: none !important;
}
body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0.15px;
    margin: 0;
    font-family: 'Rubik', 'sans serif';
    font-weight: 400;
}
html {
    height: 100%;
}
a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.h2, h2 {
	font-size: 2.5rem;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #1b5491;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.page-loaded .preloader {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 60px;
    height: 60px;
}
.spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}
.mb-40{
	margin-bottom:40px;
}
li {
    list-style-type: none;
}
.menu-btn {
    width: 44px;
    height: 44px;
    float: right;
    cursor: pointer;
    position: relative;
    display: none;
}
.menu-btn .menu-circle-wrap {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-btn .menu-circle {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.menu-btn .menu-circle path {
    fill: none;
    stroke-width: 2px;
    stroke: #dad9e0;
    stroke-dashoffset: 157;
    stroke-dasharray: 157;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.menu-btn.active .menu-circle {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu-btn.active .menu-circle path {
    stroke-dashoffset: 0;
}
.menu-btn.active:hover .menu-circle-wrap {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.menu-btn .menu-circle-wrap .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px #5f6a72;
    box-shadow: 0px 0px 0px 0px #5f6a72;
    opacity: 0;
}
.menu-btn .bars {
    position: absolute;
    width: 28px;
    height: 24px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.menu-btn .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.menu-btn .b1 {
    top: 2px;
}
.menu-btn .b2 {
    top: 11px;
}
.menu-btn .b3 {
    top: 20px;
}
.menu-btn .b1,
.header .menu-btn .b3 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-btn.active .b1.rotated {
    -webkit-transform: translateY(9px) rotate(-135deg);
    transform: translateY(9px) rotate(-135deg);
}
.menu-btn.active .b2 {
    opacity: 0;
}
.menu-btn.active .b3.rotated {
    -webkit-transform: translateY(-9px) rotate(-225deg);
    transform: translateY(-9px) rotate(-225deg);
}
.white-text{
	color:#fff;
}
.section-title {
    width: 100%;
    position: relative;
    margin-bottom: 75px;
}
.section-title h2 {
    width: 100%;
    font-size: 3.75rem;
}
.section-title p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 0;
}
.page-title h2 {
    font-size: 70px !important;
}
.navbar {
    width: 100%;
	background-color: rgba(0, 47, 85, 0.95);
}
.navbar-nav .nav-item .dropdown-menu {
    background: #fff;
}
.navbar-nav .nav-item .nav-link {
    color: #393c3f;
}
.navbar .navbar-brand {
    margin-left: 10%;
}
.navbar .navbar-nav {
    margin-right: 10%;
    display: block;
}
.navbar .navbar-nav .nav-item {
    float: left;
    margin-left: 10px;
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
    float: left;
    font-size: 1rem;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 300;
    cursor: pointer;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    border: none;
    padding: 15px 0 15px 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav .nav-item .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 25px;
    background: url("../images/caret.png") no-repeat;
    width: 20px;
    height: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
    width: 100%;
    float: left;
    white-space: nowrap;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover {
    background-color: #e7f5fd;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
    cursor: pointer;
    line-height: 2.5em;
    padding-left: 20px;
    color: #2c2f32;
    font-size: 1rem;
    font-weight: 400;
	padding-right: 15px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
    width: auto;
    background: #e7f5fd;
    margin: 0;
    padding: 15px 15px 15px 0;
    position: absolute;
    left: 100%;
    top: 59%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li {
    width: 100%;
    margin: 0;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a {
    float: left;
    text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu li a:hover {
    color: #1b5491;
}
.nav-link:hover:before,
.nav-link:focus:before {
	opacity: 1;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}
.nav-link.is-active:before {
	opacity: 1;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}
.bg-image {
	background-color: #000;
}
.bg-marin {
	background-color: rgba(0, 47, 85, 0.95);
}
.header-denmark {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    position: relative;
}
.header-denmark .swiper-slide {
    overflow: hidden;
}
.header-denmark .swiper-slide h1 {
    font-size: 6rem;
	font-weight: 700;
    color: #fff;
    font-family: "Rubik", serif;
    padding-right: 25%;
	color: yellow;
	--color1: goldenrod;
	--color2: orangered;
	--color3: mediumblue;
	text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3);
	will-change: filter, color;
	filter: saturate(55%);
	animation: flicker steps(100) var(--interval) 1s infinite;
}
.header-denmark .swiper-slide .link {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.header-denmark .swiper-slide .link img {
    height: 46px;
    margin-right: 15px;
}
.header-denmark .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.find-adventure-sea {
    width: 100%;
    padding: 120px 0 60px 0;
}
.find-adventure {
    width: 100%;
    padding: 65px 0;
}
.find-adventure h2,
.find-adventure-sea h2 {
    width: 100%;
    font-size: 2.25rem;
    margin-bottom: 50px;
}
.read-more {
    display: inline-block;
    font-size: 1rem;
    color: #393c3f;
    font-weight: 500;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: none;
    color: #1b5491;
}
.read-more:before {
    content: "\f18e";
    font-family:'FontAwesome';
	padding-right: 5px;
	color: #ff9019;
	font-size: 1.25rem;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.read-more:hover:before {
    color: #ff9019;
	content: "\f0a9";
	-webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.swiper-container-horizontal {
	margin-bottom: 2rem;
}
.swiper-blog-carousel {
	width: 100%;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	position: relative;
}
.swiper-blog-carousel img {
	width: 100%;
	height: auto;
}
.swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	background: #1b5491;
}
.swiper-blog-carousel .swiper-button-prev .arrow-left:before {
    content: "\f104";
	font-family:'FontAwesome';
	font-size:48px;
	color: #1b5491;
    position: absolute;
    top: -14px;
    left: 14px;
}
.swiper-blog-carousel .swiper-button-next .arrow-right:before {
    content: "\f105";
	font-family:'FontAwesome';
	font-size:48px;
	color: #1b5491;
    position: absolute;
    top: -14px;
    left: 18px;
}
.swiper-blog-carousel .swiper-button-prev,
.swiper-blog-carousel .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
	border: 2px solid #1b5491;
}
.blog-header-cruises {
    width: 100%;
    padding: 120px 0 65px 0;
}
.blog-header-cruises h1{
	font-size: 2.5rem;
}
.blog-header {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 65px 0;
}
.blog-header small,
.blog-header-cruises small {
    text-transform: uppercase;
    font-size: 1rem;
	font-weight: 500;
    color: #e31b1b;
}
.blog-header h2 {
    margin: 10px 0 25px 0;
    font-size: 2.25rem;
    line-height: 48px;
}
.blog-header h5{
	color: #1b5491;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.blog-hero-image {
    width: 100%;
    height: 75vh;
    display: -webkit-box;
    display: flex;
    background-size: cover;
	background-position: bottom;
}
.blog-hero-image-sea {
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: flex;
    background-size: cover;
}
.no-webp .blog-hero-image-sea {
    background-image: url("../images/gp-sea.jpg");
}
.webp .blog-hero-image-sea {
    background-image: url("../images/gp-sea.webp");
}
.blog-hero-image-river {
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: flex;
    background-size: cover;
}
.no-webp .blog-hero-image-river {
    background-image: url("../images/gp-river.jpg");
}
.webp .blog-hero-image-river {
    background-image: url("../images/gp-river.webp");
}
.blog-content {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 65px 0;
}
.blog-header p {
    display: block;
    line-height: 1.6em;
}
.blog-content .inner p:last-child {
    margin-bottom: 0;
}
.fa.fa-sun-o {
	position: absolute;
	color: #ff9019;
	line-height: 1.5em;
}
.fa.fa-sun-o::before {
	content: "\f185";
}
.popular-tours {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 100px 0;
    background: #1b5491;
}
.popular-tours .section-desc {
    padding-left: 10%;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
}
.tour-box .tour-content {
    width: 100%;
    background: #fff;
    padding: 40px;
}
.tour-box .tour-content small {
    font-weight: 500;
    font-size: .85rem;
    color: #002f55;
    display: block;
}
.tour-box .tour-content h3 {
    display: block;
    font-size: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
    margin: 10px 0 20px 0;
}
.tour-box {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.tour-box:hover {
    -webkit-box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
    box-shadow: 5px 20px 50px 5px rgba(153, 153, 153, 0.2);
}
.tour-box:hover figure img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tour-box figure {
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.tour-box figure img {
    width: 100%;
    float: left;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.tour-box figure .tag {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 40px;
    background: #1b5491;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.tour-box figure .tag:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 19px;
    border-color: transparent transparent #002f55 transparent;
    position: absolute;
    left: -19px;
    bottom: 0;
}
.tour-box figure .tag:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 19px 19px 0;
    border-color: transparent #002f55 transparent transparent;
    position: absolute;
    left: -19px;
    top: 0;
}
.tour-content {
    width: 100%;
}
.tour-hot ul {
    width: 100%;
    padding: 20px 0;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tour-hot ul li {
    width: 33.33333%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    text-align: center;
	justify-content: center;
	margin-bottom: 50px;
	padding-right: 25px;
}
.tour-hot ul li:nth-child(2) {
    border-left: 1px solid #dee0e2;
    border-right: 1px solid #dee0e2;
}
.tour-hot ul li:nth-child(3) {
    border-right: 1px solid #dee0e2;
}
.tour-hot ul li:nth-child(5) {
    border-right: 1px solid #dee0e2;
}
.tour-hot ul li:last-child {
    border-right: 0;
}
.tour-hot ul li svg {
    margin-bottom: 15px;
	fill: #1b5491;
}
.tour-hot ul li span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #393c3f;
	padding: 0px 30px 25px 30px;
	width: 100%;
}
.tour-hot a {
    border: 1px solid #1b5491;
    border-radius: 6px;
    text-align: center;
    color: #1b5491;
    font-weight: 600;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.tour-hot a:hover {
    background: #1b5491;
    border-color: #1b5491;
    color: #fff;
    text-decoration: none;
}
.tour-content a {
    width: 100%;
	float: left;
	border: 1px solid #1b5491;
    border-radius: 6px;
    text-align: center;
    color: #1b5491;
    font-weight: 600;
	padding: 15px 20px;
}
.tour-content a:hover {
    background: #1b5491;
    border-color: #1b5491;
    color: #fff;
    text-decoration: none;
}
.review a {
	padding: 15px 20px;
    border: 1px solid #1b5491;
    border-radius: 6px;
    text-align: center;
    color: #1b5491;
    font-weight: 600;
}
.review a:hover {
    background: #1b5491;
    border-color: #1b5491;
    color: #fff;
    text-decoration: none;
}
.adventure-activities {
    width: 100%;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
	margin: 50px 0;
}
.adventure-activities .container {
    overflow: visible !important;
}
.adventure-activities .section-desc {
    padding-left: 10%;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.6em;
    margin-bottom: 40px;
}
.adventure-activities .activities-carousel {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.adventure-activities .activities-carousel .activity-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.adventure-activities .activities-carousel .activity-box:hover figcaption:after {
    width: calc(100% - 60px);
}
.adventure-activities .activities-carousel .activity-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    webkit-filter: blur(4px);
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.adventure-activities .activities-carousel .activity-box:hover:after {
    opacity: 0.9;
}
.adventure-activities .activities-carousel .activity-box:after {
    content: "";
    width: 100%;
    height: 150px;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#131314));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#131314',GradientType=0 );
}
.adventure-activities .activities-carousel .activity-box img {
    width: 100%;
    float: left;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.adventure-activities .activities-carousel .activity-box figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    font-size: 24px;
    color: #fff;
    padding: 30px;
}
.adventure-activities .activities-carousel .activity-box figcaption:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    bottom: 25px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.adventure-activities .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
	border: 2px solid #1b5491;
}
.adventure-activities .swiper-button-prev .arrow-left:before {
    content: "\f104";
	font-family:'FontAwesome';
	font-size:48px;
	color: #1b5491;
    position: absolute;
    top: -14px;
    left: 14px;
}
.adventure-activities .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.adventure-activities .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
	border: 2px solid #1b5491;
}
.adventure-activities .swiper-button-next .arrow-right:before {
    content: "\f105";
	font-family:'FontAwesome';
	font-size:48px;
	color: #1b5491;
    position: absolute;
    top: -14px;
    left: 18px;
}
.adventure-activities .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.reviews {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 150px 0;
	background-size: cover;
}
.no-webp .reviews {
    background-image: url("../images/bg-3.jpg");
}
.webp .reviews {
    background-image: url("../images/bg-3.webp");
}
.reviews .container {
    padding: 0;
}
.reviews .swiper-reviews {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
}
.reviews .review {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 50px 65px 50px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.reviews .review i {
    color: #1b5491;
    display: inline-block;
    font-size: 20px;
    position: relative;
    z-index: 100;
}
.reviews .review h3 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
}
.reviews .review p {
    line-height: 1.75em;
    padding-bottom: 30px;
	text-align: left;
}
.reviews .review figure {
    display: block;
}
.reviews .review figure img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
}
.reviews .review small {
    font-weight: 500;
    display: block;
    color: #393c3f;
    font-size: 14px;
}
.recent-blog {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 150px 0;
}
.recent-blog .blog-post {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 35px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.recent-blog .blog-post:hover {
    -webkit-box-shadow: 5px 20px 40px 5px rgba(153, 153, 153, 0.2);
    box-shadow: 5px 20px 40px 5px rgba(153, 153, 153, 0.2);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.recent-blog .blog-post .post-image {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.recent-blog .blog-post .post-image img {
    width: 100%;
    float: left;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.recent-blog .blog-post .post-content {
    width: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
	-webkit-box-shadow: 0px 9px 11px 3px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 9px 11px 3px rgba(34, 60, 80, 0.15);
}
.recent-blog .blog-post .post-content small {
    font-size: .85rem;
	font-weight: 500;
    display: block;
    color: #1b5491;
    margin-bottom: 10px;
}
.recent-blog .blog-post .post-content small span {
    margin: 0 14px;
}
.recent-blog .blog-post .post-content h3 {
    font-family: "PT Serif";
    font-size: 1.65rem;
    margin-bottom: 20px;
}
.recent-blog .blog-post .post-content a {
    display: inline-block;
    font-size: 1.25rem;
}
.recent-blog .blog-post .post-content a:hover {
    color: #ff9019;
    text-decoration: none;
}
.recent-blog .blog-post .post-content a img {
    width: 30px;
    margin-right: 8px;
}
.our-history {
	width: 100%;
	display: -webkit-box;
	display: flex;
	padding: 150px 0;
	background: #e0f0f9;
}
.our-history .wrapper {
	display: -webkit-box;
	display: flex;
	background-color: #fff;
}
.our-history .content {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	align-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 72px;
	background: #fff;
}
.our-history .wrapper .content .inner {
	display: block;
}
.our-history .wrapper .content .inner h4 {
	font-size: 2.2rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.our-history .wrapper .content .inner p {
	font-size: 1.15rem;
	line-height: 1.6em;
	margin-bottom: 36px;
}
.our-history .wrapper .content .inner a {
	font-weight: 500;
	font-size: 1.35rem;
	position: relative;
	padding-left: 55px;
}
.our-history .wrapper figure {
	margin: 0;
}
.our-history .wrapper figure img {
	width: 100%;
}
.read-more-history {
	display: inline-block;
	color: #393c3f;
	text-decoration: none;
	margin-left: 5px;
}
.read-more-history:hover {
	text-decoration: none;
	color: #ff9019;
}
.read-more-history:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url("../images/arrow-link-2x.png") no-repeat;
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.our-history .wrapper .content .inner a:hover:before {
	background: url("../images/arrow-link-2x-hover.png") no-repeat;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.quote {
    display: -webkit-box;
    display: flex;
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
}
.no-webp .quote {
    background-image: url("../images/quote-bg01.jpg");
}
.webp .quote {
    background-image: url("../images/quote-bg01.webp");
}
.quote h2 {
    font-size: 2.5rem;
    margin-bottom: 27px;
}
.quote img {
    height: 11px;
    display: inline-block;
    margin-bottom: 50px;
}
.quote p {
    line-height: 1.5em;
	margin-bottom: .75rem;
	text-align: left;
}
.whitefon{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px;
}
.footer {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 100px 0 50px 0;
}
.footer h5 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.footer p {
    font-size: .85rem;
	margin-bottom: .75rem;
}
.footer-menu {
    margin-top: -.8em;
}
.footer-menu p::before {
    content: none;
}
.footer .social-media {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 0;
    position: relative;
}
.footer .social-media:before {
    content: "";
    width: 75%;
    height: 1px;
    background: #1b5491;
    position: absolute;
    top: 15px;
}
.footer .social-media li {
    float: right;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    margin-top: -10px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.footer .social-media li:last-child {
    padding-left: 50px;
}
.footer .social-media li a {
    color: #1b5491;
    font-size: 30px;
}
.footer .social-media li a i {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.footer .social-media li a:hover i[class="fa fa-facebook"] {
    color: #3b5998;
}
.footer .social-media li a:hover i[class="fa fa-twitter"] {
    color: #00acee;
}
.footer .social-media li a:hover i[class="fa fa-instagram"] {
    color: #3f729b;
}
.footer .social-media li a:hover i[class="fa fa-youtube-play"] {
    color: #c4302b;
}
.footer .social-media li a:hover i[class="fa fa-tripadvisor"] {
    color: #00af87;
}
.footer .copyright {
    width: 100%;
    float: left;
    color: #7c838b;
    font-size: 14px;
}
@media only screen and (max-width: 1460px) {
	.menu-btn {
		display: block;
		margin-right: 15px;
	}
	.navbar .navbar-nav {
        width: 300px;
        height: 100vh;
        position: fixed;
        left: -300px;
        top: 86px;
        background: #1b5491;
        opacity: 1;
        visibility: visible;
        margin: 0;
        padding: 30px 20px 0 20px;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
	}
	.navbar .navbar-brand {
		margin-left: 0;
	}
	.navbar .navbar-nav {
		margin-right: 0;
	}
	.header-denmark .swiper-custom-pagination {
        width: 100%;
        left: 0;
        margin-left: 0;
	}
	.popular-tours .section-desc {
        padding-left: 0;
        margin-top: 15px;
	}
    .adventure-activities .section-desc {
        padding-left: 0;
        margin-top: 15px;
	}
    .footer .dropdown a span {
        font-size: 14px;
	}
    .tour-box .tour-content li div span {
        font-size: 12px;
	}
}
@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
	.navbar .navbar-brand {
		margin-left: 0;
	}
    .navbar .navbar-nav.active {
        left: 0;
	}
    .navbar .navbar-nav .nav-item {
        width: 100%;
		padding: 10px 0;
	}
    .navbar .navbar-nav .nav-item .dropdown-menu {
        position: static;
        opacity: 1;
        width: 100%;
        background: none;
        visibility: visible;
        display: none;
	}
    .navbar .navbar-nav .nav-item .dropdown-menu li .sub-dropdown-menu {
        width: 100%;
        float: left;
        background: none;
        opacity: 1;
        visibility: visible;
        position: static;
        display: none;
	}
	.navbar .navbar-brand {
		margin-left: 0;
	}
	.menu-btn {
		display: block;
		margin-right: 15px;
	}
    .header-denmark .swiper-slide h2 {
        padding-right: 0;
	}
    .recent-blog .blog-post {
        flex-direction: row;
        margin-bottom: 30px;
	}
    .recent-blog .blog-post .post-image {
        flex: 1;
	}
    .recent-blog .blog-post .post-content {
        flex: 1;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
    .footer .footer-menu {
        margin-bottom: 50px;
	}
    .tour-box li:first-child div {
        float: none;
	}
    .tour-box li:last-child div {
        float: none;
	}
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .navbar .navbar-brand {
		margin-left: 0;
	}
    header .swiper-slide h1 {
        font-size: 3rem !important;
		padding-right: 0 !important;
	}
    header .swiper-slide .link {
        font-size: 15px !important;
	}
    header .inner .content h5 {
        font-size: 20px !important;
	}
    header .inner .content h1 {
        font-size: 44px !important;
        padding-right: 0 !important;
	}
    header .inner .content p {
        font-size: 14px !important;
        line-height: 20px !important;
	}
	.header-denmark .swiper-custom-pagination {
        display: none;
	}
	.header-denmark {
        height: 75vh !important;
	}
	.blog-header-cruises h1 {
		font-size: 1.75rem;
		font-weight: 500;
	}
	.blog-header h2 {
		font-size: 2.25rem;
		line-height: 38px;
	}
    .our-history .wrapper .content .inner h4 {
		font-size: 2.2rem;
		line-height: 1.25em;
	}
	.blog-hero-image-sea, .blog-hero-image-river {
		height: 30vh;
	}
	.blog-content h2 {
		font-size: 1.75rem;
		font-weight: 500;
	}
	.find-adventure {
		padding: 50px 0;
	}
    .section-title {
        text-align: center;
        margin-bottom: 10px;
	}
    .section-title img {
        float: none;
        display: inline-block;
	}
    .section-title h2 {
        font-size: 2.2rem;
	}
    .tour-box {
        flex-direction: column;
	}
    .recent-blog .blog-post {
        flex-direction: column;
	}
    .reviews .review {
		padding: 25px 25px 35px 25px;
	}
	.our-history .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.our-history .wrapper .content {
		padding: 30px;
	}
	.our-history .wrapper figure img {
		width: 100%;
		height: auto;
	}
	.our-history .section-desc {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.quote h2 {
        font-size: 2.25rem;
	}
    .quote p {
        padding: 0 5%;
	}
    .whitefon {
		padding: 15px;
	}
    .tour-hot h5{
		text-align:center;
	}
	.tour-hot ul li {
		width: 100%;
		padding-bottom: 30px;
	}
	.tour-hot ul li:nth-child(2),
	.tour-hot ul li:nth-child(3),
	.tour-hot ul li:nth-child(5) {
		border: none;
	}
	.tour-hot a{
		display:flex;
		justify-content:center;
		margin:0 10%;
	}
	.review a{
		display:flex;
		justify-content:center;
		margin:0 10%;
	}
	.footer .social-media {
        display: flex;
		justify-content: center;
	}
    .footer .social-media:before {
        display: none;
	}
    .footer .social-media li:last-child {
        padding-left: 10px;
	}
	.footer .copyright {
		display: flex;
		justify-content: center;
	}
	.footer .footer-menu li {
		text-align: center;
	}
    .navbar .dropdown-menu {
        background-color: transparent !important;
        border: 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
	}
    .navbar .dropdown-menu:before {
        display: none !important;
	}
    .navbar .dropdown-menu li:hover {
        background-color: transparent !important;
	}
    .navbar .dropdown-menu a {
        color: white !important;
	}
    .navbar .dropdown-menu a:hover {
        color: #002f55 !important;
	}
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
	}
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
	}
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
	}
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
	}
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
	}
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
	}
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
	}
}
@-webkit-keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
	}
    100%,
    66.7% {
        visibility: visible;
	}
}
@keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
	}
    100%,
    66.7% {
        visibility: visible;
	}
}
@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
	}
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
	}
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
	}
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
	}
}
@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
	}
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
	}
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
	}
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
	}
}