@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans.eot');
	src: local('Open Sans'), local('OpenSans'),
		url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans.woff2') format('woff2'),
		url('../fonts/OpenSans.woff') format('woff'),
		url('../fonts/OpenSans.ttf') format('truetype'),
		url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Odin Rounded';
	src: url('../fonts/Odin-Bold.eot');
	src: local('Odin Bold'), local('Odin-Bold'),
		url('../fonts/Odin-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Odin-Bold.woff2') format('woff2'),
		url('../fonts/Odin-Bold.woff') format('woff'),
		url('../fonts/Odin-Bold.ttf') format('truetype'),
		url('../fonts/Odin-Bold.svg#Odin-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

iframe[height="1"] {
	display: none;
}

.datepicker,
.timepicker {
	text-align: center;
}

.odin_rounded {
	font-family: 'Odin Rounded';
}

body {
	margin: 0;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #171717;
}

header,
footer {
	font-family: 'Odin Rounded';
	font-size: 14px;
}

hr {
	color: #CDCDCD;
	border-width: 4px;
}

hr.sm {
	margin: 10px auto !important;
	border-width: 2px !important;
}

textarea {
	resize: none;
}

header {
	border-bottom: 6px solid #003466;
}

header #logo {
	float: left;
	padding: 30px 0;
}


header #logo img{
	max-width: 220px;
}

#slider.nivoSlider{
	max-height: 69vh;
}

#slider.nivoSlider img{
	object-fit: cover;
}

.owl-carousel .owl-item img {
	width: auto;
}

.owl-carousel2 .owl-item img_small {
	width: auto;
	max-height: 100px;
}

#banners.owl-carousel .owl-item img {
	width: 100%;
}

#gallery-customers.owl-carousel .owl-item img {
	max-height: 250px;
}

#dropdownCurrency b>*,
#dropdownLanguage b>* {
	vertical-align: middle;
	display: inline-block;
}

#nav-menu .navbar-left {
	padding-left: 0;
	padding-right: 0;
}

#nav-menu.navbar-default {
	border: 0px;
	background: transparent;
	margin: 0px;
}

#nav-menu .navbar-nav>li {
	vertical-align: middle;
	display: inline-block !important;
	float: none !important;
}

#nav-menu #main-menu li>a {
	background: none !important;
	padding: 10px 5px;
}

#nav-menu #main-menu li.active>a {
	filter: drop-shadow(1px 1px 3px #777777);
	-webkit-filter: drop-shadow(1px 1px 3px #777777);
}

#nav-menu #main-menu a:hover .icon {
	margin-top: -5px;
}

#nav-menu #main-menu .icon {
	max-width: 50px;
	transition: all 0.3s ease-out;
}

#nav-menu #main-menu li b {
	vertical-align: -15px;
}

#nav-menu #right-menu {
	color: #013469;
	min-width: 340px;
	padding: 26px 0;
	margin: 0;
}

#nav-menu #right-menu #cellPhone a {
	padding: 0;
}

#nav-menu #right-menu li {
	margin-left: 0;
}

#nav-menu #right-menu .social_media {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	padding: 0px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	align-content: center;
}

#nav-menu #right-menu .social_media .fa {
	font-size: 20px;
	vertical-align: middle;
	flex: 1;
}

#nav-menu #right-menu #wt {
	background: #00E676;
}

#nav-menu #right-menu #wt:hover {
	background: #1EBEA5;
}

#nav-menu #right-menu #fb {
	background: #2C57C0;
}

#nav-menu #right-menu #fb:hover {
	cursor: pointer;
	;
	background: #0744d8;
}

#nav-menu #right-menu #ta {
	background: #45AA0E;
}

#nav-menu #right-menu #ta:hover {
	cursor: pointer;
	background: #379007;
}

#nav-menu #right-menu #change-currency .dropdown-menu,
#nav-menu #right-menu #change-lang .dropdown-menu {
	min-width: auto;
	position: absolute;
	background-color: #ffffff;
	margin-top: 2px;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nav-menu #right-menu #change-currency li,
#nav-menu #right-menu #change-lang li * {
	vertical-align: middle;
}

#nav-menu #right-menu #change-currency li>a,
#nav-menu #right-menu #change-lang li>a {
	padding: 5px 15px;
}

#nav-menu #right-menu #change-currency li>a *,
#nav-menu #right-menu #change-lang li>a * {
	vertical-align: middle;
}

.box {
	border: 2px solid #A2A2A2;
	padding: 15px;
	background: white;
}

.chosen-container {
	width: 100% !important;
}

.has-error .form-control,
.has-error .chosen-container,
.has-error .custom-combobox,
.has-error .custom-input {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	vertical-align: middle;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.color-blue {
	color: #003366;
}

.color-orange {
	color: #FF6600;
}

.color-green {
	color: #3eaf00;
}

.title-blue {
	display: block;
	color: #003366;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

.btn-whatsapp {
	display: inline-block;
	color: #353535;
	background: #D9D9D9;
	box-shadow: 2px 2px 1px rgba(45, 45, 45, 0.5);
	font-weight: bold;
	border-radius: 15px;
	padding: 5px 10px;
	margin-top: 15px;
	text-decoration: none !important;
}

.btn-orange {
	max-width: 150px;
	white-space: normal;
	background: #FF6600;
	color: #ffffff;
	box-shadow: 2px 2px 1px rgba(45, 45, 45, 0.5);
}

.btn-orange:not(.btn-md) {
	line-height: 1;
}

.btn-orange:hover {
	background: #3eaf00;
	color: #ffffff;
}

.title-header {
	position: absolute;
	text-align: center;
	color: #ffffff;
	margin: auto;
	top: 0px;
	bottom: 0px;
	font-size: 50px;
	left: 0;
	right: 0;
	line-height: 1;
	height: 50px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 4px #2d2d2d;
}

.form-control,
.chosen-container {
	background-color: #fff !important;
	border: 1px solid #aaa;
	border-radius: 0px !important;
}

.chosen-container-single .chosen-single {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 0;
	background: transparent;
}

.chosen-container-single .chosen-single abbr {
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 15px;
}

.chosen-container-single .chosen-single div {
	width: 15px;
}

.chosen-container-single .chosen-single div b {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
}

/* BOOK FORM */
#book {
	background: #003366;
	padding: 15px 0px;
	text-align: center;
}

.custom_form {
	width: 100%;
	background: #7893AE;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #4c4c4c;
	box-shadow: 1px 1px 2px #4c4c4c;
}

.custom_form .form-control,
.custom_form .chosen-container {
	background-color: transparent !important;
	border-radius: 0px !important;
}

.custom_form .form-group {
	text-align: left;
	margin-right: 10px;
	width: 25%;
}

.custom_form #form-group-type-service.form-group {
	width: 21%;
	min-width: 230px;
}

.custom_form #form-group-pax.form-group {
	width: 10%;
	min-width: 80px;
}

.custom_form label {
	color: #ffffff;
	margin-bottom: 2px;
}

.custom_form input[type="text"],
.custom_form input[type="number"],
.custom_form select,
.custom_form .chosen-single,
.custom_form .custom-combobox .custom-combobox-input {
	background: #D3E6F7 !important;
	border-radius: 4px !important;
	border: 1px solid transparent;
	width: 100%;
	padding: 2px;
	height: 26px !important;
	color: #333;
	box-shadow: none;
	font-size: 14px;
	outline: 0;
}

.custom_form .input-group-prepend-container{
	display: flex;
}

.custom_form .input-group-prepend-container .input-group-prepend select{
	width: auto !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.custom_form .input-group-prepend-container input[type="text"]{
	width: 100% !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.custom_form .input-group-prepend-container input[type="text"]:not(:last-child){
    border-radius: 0 !important;
}

/* END BOOK FORM*/
/* HOME */
.home section+section {
	margin-top: 60px;
}

.home #book #container_logo {
	display: block !important;
}

.home #transform-your-vacation {
	background: #DDDDDD;
	padding: 20px 15px;
}

/* END HOME */
/* CHECKOUT */
.checkout #payment-method-buttons {
	text-align: center;
}

.checkout #payment-method-buttons .btn {
	min-width: 33.333%;
}

/* END CHECKOUT*/
/* OURFLEET */
.ourfleet>.container,
.destinations>.container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ourfleet .title-fleet {
	color: #003366;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
}

.ourfleet .stars-fleet {
	color: #0289F4;
	margin-left: 10px;
}

.ourfleet .stars-fleet .fa-star {
	font-size: 110%;
}

.ourfleet .slogan-fleet {
	font-size: 20px;
	color: #000;
	font-style: italic;
	margin-bottom: 10px;
	display: block;
}

/* END OURFLEET */
/* DESTINATIONS */
.destinations #destinations-gallery .destination {
	margin-bottom: 30px;
}

.destinations #destinations-gallery .destination>a {
	display: block;
	position: relative;
}

.destinations #destinations-gallery .destination>a:hover .title {
	background: #fff;
}

.destinations #destinations-gallery .destination>a:hover .hotels {
	background: #003366;
}

.destinations #destinations-gallery .destination .title {
	position: absolute;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.9);
	color: #003366;
	left: 10px;
	bottom: 50px;
	font-weight: 700;
}

.destinations #destinations-gallery .destination .hotels {
	position: absolute;
	padding: 6px 10px;
	background: rgba(0, 51, 102, 0.9);
	color: #ffffff;
	font-size: 90%;
	left: 10px;
	bottom: 10px;
}

/* END DESTINATIONS */
/* TOUR */
.tour section+section {
	margin-top: 30px;
}

.tour .contact_info {
	background: #F1F5F8;
	padding: 30px 0px;
}

/* END TOUR*/
/* CONTACT US */
/* END CONTACT US*/
/*----------------------------------------------------------------------------------*/
.appWhatsapp {
	position: fixed;
	left: 20px;
	bottom: 25px;
	width: 50px;
	z-index: 1000;
	transition: all .2s ease;
}

.appWhatsapp img {
	width: 100%;
	height: auto;
	animation: bounce 1s alternate infinite ease-in;
}

@keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(-10%);
	}
}

/* FOOTER */
footer {
	font-size: 16px;
	background: #003466;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
}

footer li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

footer li:not(.logo)+li:not(:last-child) {
	margin-left: 1%;
}

footer li a {
	color: inherit;
}

footer li a:hover,
footer li.active a {
	color: #FF6600;
}

footer li .social_media {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	border-radius: 100%;
	color: #003466;
	background: #ffffff;
	width: 40px;
	padding: 0px;
	font-size: 25px;
}

footer li .social_media+.social_media {
	margin-left: 1%;
}

footer li .social_media .fa {
	padding: 8px 2px;
}

footer #newsletter-form .form-group {
	margin-right: 10px;
}

footer #newsletter-form .form-control {
	background: #dddddd;
}

footer #newsletter-form .labelSubscribe {
	max-width: 260px;
}

/* END FOOTER */
/*XL - Extra large devices (large desktops, 1200px and up)*/
@media(min-width: 1200px) {
	#nav-menu #main-menu {
		margin: 0px;
	}
}

/*MD - devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	header #logo {
		padding: 10px 0px !important;
		margin: 7px 0px !important;
	}

	#nav-menu #main-menu {
		margin: 10px 0px !important;
	}

	#nav-menu #right-menu {
		width: 42% !important;
		margin: 0 !important;
		padding: 0;
	}

	#nav-menu #right-menu li+li {
		margin-left: 0;
	}

	#nav-menu #right-menu #cellPhone>a {
		padding: 25px 0;
	}

	#nav-menu #main-menu .icon {
		display: none !important;
	}

	#nav-menu #main-menu li>a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#nav-menu #main-menu li b {
		vertical-align: middle;
	}

	.custom_form .form-group {
		width: 23%;
	}

	.custom_form #form-group-pax {
		margin: 0px !important;
	}

	.custom_form .btn-orange {
		max-width: 110px;
	}

	.ourfleet>.container,
	.destinations>.container {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/*SM devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	header #logo {
		padding: 0px !important;
		margin: 10px 0px !important;
	}

	header #logo img {
		max-width: 180px !important;
		padding: 10px 0px !important;
	}

	#main-menu>li>a {
		padding: 10px 5px;
	}

	#nav-menu #main-menu .icon {
		display: none !important;
	}

	#nav-menu #main-menu li b {
		vertical-align: middle;
	}

	#nav-menu .navbar-left {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin: 10px 0px !important;
	}

	#nav-menu #right-menu {
		width: auto !important;
		margin: 0;
		min-width: auto;
		padding: 15px 0;
	}

	#nav-menu #right-menu #cellPhone b {
		display: none;
	}

	#nav-menu #right-menu #cellPhone a {
		width: 33px;
		height: 33px;
		background: #2C57C0;
		color: white;
		border-radius: 50%;
		text-align: center;
		padding: 0;
	}

	#nav-menu #right-menu #cellPhone i {
		padding: 9px;
		font-size: 16px;
	}

	#nav-menu #right-menu li+li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#nav-menu #right-menu .social_media {
		width: 33px !important;
		height: 33px !important;
	}

	#nav-menu #right-menu .social_media .fa {
		font-size: 16px !important;
	}

	#nav-menu #right-menu #change-currency .dropdown-toggle,
	#nav-menu #right-menu #change-lang .dropdown-toggle {
		padding: 4px 6px !important;
	}

	.ourfleet>.container,
	.destinations>.container {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.custom_form .form-group {
		width: 20%;
		margin-right: 5px;
	}

	.custom_form #form-group-type-service.form-group{
		min-width: 150px;
	}

	.custom_form .btn-orange {
		max-width: 130px;
		font-size: 16px;
	}

	footer li+li {
		margin-left: 1%;
	}
}

@media (min-width: 767px) {
	#navbar.collapse.in {
		display: none;
	}

	#logo-xs {
		display: none !important;
	}

	#contact-watsapp {
		max-width: 300px;
	}
}

@media (max-width: 768px) {
	.owl-stage-outer [class*="col-"]{
		width: 100%;
	}
}

/*XS Small Devices, Tablets */
@media (max-width: 767px) {
	.checkout #payment-method-buttons .btn {
		width: 100%;
	}

	.checkout #payment-method-buttons .btn+.btn {
		margin-left: 0px;
		margin-top: 5px;
	}

	hr {
		margin: 30px auto !important;
	}

	.home section+section {
		margin-top: 15px;
	}

	.title-header {
		font-size: 40px;
		height: 40px;
	}

	#nav-menu #right-menu {
		margin: 0px;
		padding: 10px 0;
		width: 100% !important;
		min-width: auto;
	}

	.ourfleet>.container,
	.destinations>.container {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.destinations #destinations-gallery .destination {
		margin-bottom: 0px;
	}

	.destinations #destinations-gallery .destination+.destination {
		margin-top: 15px !important;
	}

	.custom_form {
		width: 100%;
	}

	.custom_form .form-group {
		margin-right: 0;
		width: 100% !important;
		min-width: auto !important;
	}

	.custom_form input[type="text"] {
		height: 30px;
	}

	.ourfleet .stars-fleet {
		display: block;
		margin: 0px;
	}

	#btn-booknowContainer {
		float: none !important;
		display: block;
		margin-bottom: 15px;
	}

	#btn-booknow {
		max-width: none;
		width: 100%;
		display: block;
		line-height: 1.5;
	}

	footer {
		padding: 20px 0px;
	}

	footer .main_logo {
		max-width: 100% !important;
	}

	footer #newsletter-form .form-group {
		margin-right: 0px;
	}

	footer #newsletter-form .labelSubscribe {
		max-width: none;
	}

	#CDSSCROLLINGRAVE.narrow {
		max-width: 100%;
	}

	.nivo-caption h3 {
		font-size: 22px;
	}

	.nivo-caption {
		top: auto;
		right: auto;
		left: auto;
		bottom: 0px;
		text-align: center;
		width: 100%;
		font-size: 90%;
		height: auto;
		padding-bottom: 30px;
	}

	.row_flex{
		flex-direction: column;
		text-align: center;
	}

	#cardsContainer{
		align-items: center;
		text-align: center;
		margin-bottom: 15px;
	}
}

@media (max-width: 560px) {
	#nav-menu #right-menu li+li {
		margin-left: 0;
	}

	#nav-menu #right-menu li .btn {
		padding: 6px 7px;
	}
}

@media (max-width: 480px) {
	.fz_xs_2 {
		font-size: 8vw !important;
	}
}

@media (max-width: 420px) {
	.title-header {
		font-size: 26px;
		height: 26px;
	}

	#nav-menu #right-menu #cellPhone b {
		display: none;
	}

	#nav-menu #right-menu #cellPhone a {
		width: 30px;
		height: 30px;
		background: #00346a;
		color: white;
		border-radius: 50%;
		text-align: center;
		padding: 0;
	}

	#nav-menu #right-menu #cellPhone i {
		padding: 7px;
		font-size: 16px;
	}

	#nav-menu #right-menu li.rs {
		margin: 0px !important;
	}

	#nav-menu #right-menu .social_media {
		width: 30px;
		height: 30px;
	}

	#nav-menu #right-menu .social_media .fa {
		font-size: 16px;
	}

	footer li {
		display: block;
		margin-left: 0 !important;
		margin-bottom: 5px;
	}
}

@media (max-width: 400px) {
	.title-header {
		font-size: 25px;
		height: 25px;
	}

	.title-blue {
		font-size: 24px;
	}

	#nav-menu #right-menu #change-currency .dropdown-toggle,
	#nav-menu #right-menu #change-lang .dropdown-toggle {
		padding: 2px 4px;
	}
}

@media (max-width: 340px) {
	.title-header {
		font-size: 24px;
		height: 24px;
	}

	.title-blue {
		font-size: 23px;
	}

	#nav-menu #right-menu .rs {
		display: none !important;
	}
}