/*
Theme Name: Royal Galapagos
Author: Juan Carcelen
Version: 1.0
*/

:root {
	--primary-dk: #283643;
	--primary: #283643;
	--bs-info-rgb: 23, 162, 184;
	--primary-lt: #283643;
	--blue-clr: #527d93;
	--blue-clr-dk: #4b6d7e;
	--red-clr-dk: #7f1519;
	--pure-gray: #e9ecee;
}
body {
	font-size:16px;
	font-family:'Roboto', sans-serif;
	font-weight: 400;
}
a, #mainNav a.nav-link:hover {
	color: var(--blue-clr);
	text-decoration: none;
}
a:hover {
	color:var(--blue-clr-dk);
	text-decoration: underline;
}
a[href^="tel:"] {
	white-space: nowrap;
}
a#remove{
	bottom: 10px;
	right: 10px;
	z-index: 2;
	display: none;
}
a#remove.visible{
	display: inline;
}
a#totop {
	bottom: 90px;
	right: 15px;
	z-index: 1;
	background-color:var(--red-clr-dk);
	opacity: 0;
	transition: opacity 0.5s;
}
a.boat{
	color: #999;
}
a.boat:hover, .boatLinks a:hover, .boatLinks a i, .filter a, .modules a:hover, .swapper a:hover{
	text-decoration: none;
}
a.w-100.halfbut{
	width: calc(50% - 2px) !important;
	display: inline-block !important;
}
a.htmlView:after{
	content: "\f360";
	font-size: 12px;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	top: -0.5em;
}
a.pdfLnk{
	width:130px;
	font-size:14px;
	text-align: left;
}
a.pdfLnk:hover{
	text-decoration: none;
	color:#666
}
a.pdfLnk i{
	font-size:40px;
}
b, strong{
	font-weight: 700;
}
h1, h2, h3, h4, hr.title:after, .boatLinks a, .ribbon span{
	font-family: 'Lora', serif;
	font-weight: normal;
}
h1{
	font-size: 2.2rem;
	color:var(--blue-clr-dk);
}
h2{
	font-size: 1.8rem;
	color: var(--primary-dk)
}
h3{
	font-size: 1.4rem;
}
h4{
	font-size: 1.2rem;
}
h4.zone{
	max-width:500px;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	background-color: #b5cbd5;
	font-size: 18px;
}
hr.title:after, ul.footlinks li a, ul.footlinks li::marker, .ribbon span, .ui-datepicker-calendar .ui-datepicker-current-day, .ui-datepicker-calendar .ui-datepicker-today, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-datepicker-today a{
	color: #fff;
}
hr.title {
	height: 1px;
	width: 100%;
	display: block;
	background: #ccc;
	border: 0;
	outline: 0;
	position: relative;
}
hr.title:after {
	content: attr(data-title);
	padding: 8px;
	left: 50%;
	text-align: center;
	transform: translateY(-50%) translateX(-50%);
	top: 50%;
	text-transform: capitalize;
	background: #6c757d;
	position: absolute;
	font-size: 1.6rem;
	white-space: nowrap;
}
i.circle{
	height: 22px;
	width: 22px;
	border-radius: 50%;
	padding-top: 3px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 3px;
}
img.icon{
	margin-top:-3px;
}
input#lastn {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
p.max-text {
	overflow: hidden;
	max-width: 110ch;
	margin-left: auto;
	margin-right: auto;
}
select#selyear{
	max-width:70px;
}
table.notes, ul.amenities, ul.include, ul.noinclude li, ul.remarks li, .amenities ul, .include ul, .noinclude ul li{
	font-size: 14px;
}
table.notes i{
	font-size: 16px;
}
table.notes td{
	padding-bottom: 10px;
	vertical-align: top;
}
table.weath{
	border: 5px solid #cfcfcf;
	font-size: 14px;
	color:#333;
	border-collapse:collapse;
}
table.weath strong{
	color: #2e649a;
	font-size: 14px;
}
table.weath td{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:1px solid #cfcfcf;
}
td.claro{
	background-color: #f6f6f6;
	border-left:2px solid #ffffff;
}
td.oscuro{
	background-color: #eeeeee;
	border-left:2px solid #ffffff;
}
td.legend{
	background-color: #607B9C;
	color: #FFFFFF;
	font-family:aurulent-bold;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 3px;
}
td.warm, td.dry{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
td.warm {
	background-color: #2e649a;
	font-size: 16px;
}
td.dry {
	background-color: #5184b6;
	font-size: 16px;
}
td.day-iti{
	background-color: var(--primary-dk);
	color: white;
	font-weight: bold;
	text-align: center;
	width: 80px;
	border-bottom: 1px #ccc;
	vertical-align:middle;
}
td.dia, td.tarde{
	color: #999;
	font-size: 14px;
	width: 35px;
	text-align: center;
}
td.dia{
	background-color: #e5e5e5;
}
td.tarde{
	background-color: #f3f3f3;
}
ul.footlinks{
	padding-left: 10px;
}
ul.amenities li, ul.footlinks li, ul.include li, ul.noinclude li, ul.remarks li, .include ul li, .noinclude ul li, .remarks ul li, .amenities ul li{
	margin-bottom: 5px;
}
ul.amenities li, .amenities ul li{
	margin-left: -6px;
	padding-left: 8px;
}
ul.amenities li::marker, ul.footlinks li::marker, .amenities ul li::marker{
	content: "\f0da";
}
ul.include li::marker, ul.keyfeatures li::marker, .keyContainer ul li::marker, .include ul li::marker{
	content: "\f00c";
}
ul.include li::marker, .include ul li::marker{
	color: green;
}
ul.icons{
	margin:0;
	padding:0;
}
ul.icons li{
	list-style: none;
	width: 32%;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	padding: 0 5px 20px 5px;
}
ul.icons li i{
	display: block;
	background-color: slategray;
	color: #fff;
	border-radius: 50%;
	padding: 12px;
	margin-bottom: 5px;
	font-size: 35px;
	width: 60px;
	margin: 0 auto 0 auto;
	text-align: center;
}
ul.icons li i.fa-ship::before {
	margin-left: -3px;
}
ul.icons li i.fa-globe::before {
	margin-left: 1px;
}
ul.keyfeatures, .keyContainer ul{
	padding-left: 15px;
}
ul.keyfeatures li::marker, .keyContainer ul li::marker{
	color: var(--red-clr-dk);
}
ul.footlinks li, ul.include li, ul.keyfeatures li, ul.noinclude li, ul.remarks li, .keyContainer ul li, .include ul li, .noinclude ul li, .remarks ul li{
	padding-left: 5px;
}
ul.noinclude li::marker, .noinclude ul li::marker{
	content: "\f00d";
	color: var(--red-clr-dk);
}
ul.remarks li::marker, .remarks ul li::marker{
	content: "\f05a";
	color: var(--blue-clr-dk);
}
#accordion i{
	width: 25px;
}
#accordion .card-header{
	cursor:pointer;
	position: relative;
}
#accordion .card-header:after, #accordion .card-header:hover:after, #accordion .card-header[aria-expanded="true"]:after{
	position: absolute;
	color: #fff;
	right: 15px;
	top:12px;
}
#accordion .card-header:after{
	content: "\f105";
	opacity: .5;
	transition: opacity 0.5s;
}
#accordion .card-header[aria-expanded="true"]:after{
	content: "\f107";
}
#accordion .card-header:hover:after, #accordion .card-header[aria-expanded="true"]:after, #footer img:hover{
	opacity: 1;
}
#accordion .card-header:after, a.htmlView:after, ul.amenities li::marker, ul.footlinks li::marker, ul.include li::marker, ul.keyfeatures li::marker, ul.noinclude li::marker, ul.remarks li::marker, .keyContainer ul li::marker, .review:before, .selecto:before, .viewdoc:before, .include ul li::marker, .noinclude ul li::marker, .remarks ul li::marker, .amenities ul li::marker{
	font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
#CDSWIDSSP{
	width: 100%!important
}
#footer img{
	opacity: .7;
}
#footer1 p a, .bg-dark .breadcrumb-item+.breadcrumb-item::before, .bg-dark a.text-muted{
	color: rgba(255, 255, 255, 0.5) !important;
}
#footer1 p a:hover, bg-dark a.text-muted:hover{
	color: rgba(255, 255, 255, 0.8) !important;
}
#formsearch {
    font-family: roboto,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: #212529;
    text-align: left;
}	
#formsearch input[type="text"], #formsearch .input-group-text, #formsearch a{
	font-size: 14px;
	height: 50px;
}
#formsearch a.bg-light{
	border-color: #ced4da !important;
	color: #000 !important;
}
#formsearch a.bg-dark{
	border-color: #6c757d!important;
}
#formsearch a{
	padding-top: 13px;
}
#formsearch a#sform{
	padding-top: 10px;
	font-size: 20px;
}
#formsearch .dropdown-menu, .ui-datepicker {
    position: absolute;
    margin-top: 7px;
	border: 1px solid #ccc !important;
}
#formsearch .dropdown-menu {
	top:56px !important;
	transform: none !important;
	z-index: 9 !important;
}
#formsearch.btstrp5 .dropdown-menu {
	top:55px !important;
}
#formsearch .dropdown-menu input[type="text"] {
    height: 38px;
}
#formsearch .dropdown-menu:before, .ui-datepicker:before {
    left: 9px;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    content: '';
    position: absolute;
}
#formsearch .dropdown-menu:after, .ui-datepicker:after {
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
    position: absolute;
}
#itineraryBck{
	background-color: var(--pure-gray);
}
#mainNav, .barra{
	position: fixed;
	top: 41px;
	transition: background-color 0.5s ease;
}
#mainNav{
	z-index: 10;
}
#mainNav a.nav-link{
	color: #333 !important;
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	font-size: 13px;
}
#mainNav a.btn-outline-danger{
	border-radius: 0;
	color: #7e1519 !important;
	border-color: #7e1519 !important; 
}
#mainNav a.btn-outline-danger:hover{
	color: #fff !important;
	background-color: #7e1519 !important
}
#map {
	color: #333!important;
	height: 680px;
	width: 100%;
	clear: both;
}
#product-drp, #galapagos-drp{
	background-color: rgba(255,255,255,0.80);
	position:absolute;
	width:100%;
	top:120px;
	z-index:9999;
	display:none;
}
#reviews .carousel-item {
     transition: transform 0.6s ease;
}
#reviews .carousel-inner{
	max-height: 360px;
	overflow-y: hidden;
}
#reviews .review {
	min-height: 310px;
	margin-bottom: 300px;
}

#reviews .review a img {
    border-radius: 50%;
    border: 4px solid #fff;
	margin-top: -5px;
}
#reviews{
	z-index: 0
}
#reviews a.carousel-control-prev, #reviews a.carousel-control-next{
	z-index: 2;
	width: 20px;
}
#reviews a.carousel-control-prev{
	left: -10px;
}
#reviews a.carousel-control-next{
	right: -10px;
}

#reviews .review a{
	text-decoration: none;
}
#reviews .review a b{
	font-size: 10px;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
	color: #666;
}
#reviews .review p em{
	font-size: 15px;
}
#svgContainer { 
	z-index:-10;
	position:absolute;
}
#svgContainer path{
	opacity:0;
	stroke:#555;
	fill:none;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	border:0px;
}
#tourTab button.active {
	background-color: var(--pure-gray);
	border-bottom: var(--pure-gray) 1px solid;
}
.banner{
	cursor: pointer;
	background-color: #ddd;
	font-size: 14px;
	overflow: hidden;
	border-radius: .25rem;
}
.banner:hover{
	background-color: #ccc;
}
.banner,.banner:hover{
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.banner h2{
	font-size: 28px;
}
.banner p{
	clear: both
}
.banner .pill{
	width: 40px;
	height: 40px;
	padding-top: 8px;
	font-size: 18px;
	border: 2px solid #17a2b8;
	margin-top: -5px;
}
.barra{
	display: none;
	margin-top: 49px;
	z-index: 2;
}
.bg-dark, .btn-dark{
	background-color: var(--primary-dk) !important;
	border-color: var(--primary-dk) !important;
}
.bg-dark ul.keyfeatures li::marker{
	color: #dc3545!important;
}
.btn-dark:hover{
	background-color: var(--blue-clr-dk) !important;
	border-color: var(--blue-clr-dk) !important;
}
.bg-danger, .btn-danger, .btn-outline-danger:hover{
	background-color: var(--red-clr-dk) !important;
	border-color: var(--red-clr-dk) !important;
}
.bg-primary, .btn-primary{
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
.bg-info, .btn-info{
	background-color: rgb(var(--bs-info-rgb)) !important;
}
.btn-info{
	color: #fff !important;
}
.btn-primary:hover{
	background-color: var(--primary-lt) !important;
	border-color: var(--primary-lt) !important;
}
.boatLinks div{
	border-left: 1px dotted #ddd;
	height: 90px;
}
.boatLinks div:first-of-type{
	border-left: 0;
}
.boatLinks a{
	color:#666;
}
.boatLinks a:hover, .boatLinks a i{
	color:#999;
}
.boatLinks a i{
	height: 28px;
}
.btn-outline-danger {
	color: #841a1f;
	border-color: var(--red-clr-dk);
}
.btn, .card, .card-head, .card-header:first-child, .navbar-toggler{
	border-radius: 0;
}
.container-right{
	margin-right: 0;
}
.container-left{
	margin-left: 0;
}
.customBox, .customBoxDown, .customBoxTop {
	position: absolute;
	background: rgba(256, 256, 256, .7);
	border-radius:2px;
	font-size:10px;
	font-weight:bold;
	padding:1px;
	text-shadow:1px 1px 0px #FFF;
	font-family:Arial, Helvetica, sans-serif;
	z-index:-999;
}
.customBox {
	margin-top:-16px;
	margin-left:11px;
}
.customBoxTop {
	margin-top:-32px;
	margin-left:-2px;
}
.customBoxDown{
	margin-top:-2px;
	margin-left:-2px;
}
.deckgraph a{
	position:absolute;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:#555;
	display:block;
	z-index:20;
	opacity:0;
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
}
.early-bird{
	min-height:150px;
	padding-left:170px;
	background:url(../images/early-bird2.jpg) no-repeat left #293643;
}
.filter{
	flex: 0 0 87px;
}
.form-slide{
	margin-top: -50px;
}
.fs-18{
	font-size: 18px !important;
}
.grecaptcha-badge {
	width: 70px !important;
 	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.htmlMarker{
	font-size:15px;
	color:#06C;
	text-shadow:1px 1px 0px #FFF;
	text-align:center;
}
.img-responsive{
	width: 100%;
	height: auto;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.introBoat h3{
	line-height: 1.3em;
	margin-bottom: 25px;
	color: #666;
}
.iti {
  position: relative;
  display: inline-block;
  width: 100%!important
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.keyContainer ul{
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
}
.keyContainer ul li{
	margin-bottom: 4px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("assets/css/phone/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("assets/css/phone/img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
.mapinfo{
	background-color: #e5e5e5;
	border-bottom: 1px solid #ccc;
}
.ol-tooltip {
	position: absolute;
	pointer-events: none;
	z-index: 1000;
}
.pill{
	border: 4px solid #17a2b8;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding-top: 15px;
	font-size: 35px;
	position: relative;
}
.pill span{
	position: absolute;
	font-size: 9px;
	bottom: 5px;
	display: block;
	left: 50%;
  	transform: translate(-50%, -50%);
	font-family:'Roboto', sans-serif !important;
	font-style: normal;
	white-space: nowrap;
}
.review{
	color: #666;
	font-size: 14px;
	background-color: #f5f5f5;
	position: relative
}
.review:before{
	content: "\f10e";
	font-size: 18px;
	border: 2px var(--blue-clr-dk) solid;
	color: var(--blue-clr-dk);
	border-radius: 50%;
	background-color: #fff;
	left: calc(50% - 21px);
	height: 42px;
	width: 42px;
	position: relative;
	top: -37px;
	padding: 10px;
}
.review p:last-of-type{
	margin-bottom: 0;
}
.ribbon {
	background-color: #a00;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: -50px;
	top: 5px;
	/* for 45 deg rotation */
	-webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	   -o-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}
.ribbon span {
	border: 1px solid #faa;
	display: block;
	margin: 1px 0;
	padding: 0 50px;
	text-align: center;
	text-decoration: none;
}
.selecto{
	position:relative;
}
.selecto:before {
    color: #bbb;
    padding: 8px 8px 0 8px;
    position: absolute; 
	top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;
}
.selecto#cal:before {
    content:"\f133";  
}
.selecto#pax:before {
    content:"\f500";
	left:1px;
}
.selecto#dur:before {
    content:"\f3c5";  
}
.selecto#bot:before {
    content:"\f13d"; 
	left: 2px; 
}
.shadowy{
	text-shadow:none;
	color: black;
	padding-top: 0;
}
.shadowy .h4{
	font-weight: 900;
	color: var(--primary)
}
.slideshow {
	background-attachment: scroll;
	background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
	height: 510px;
	padding-top: 448px;
	z-index: 0;
	overflow: hidden;
}
.slideshow.foto {
	height: 410px;
	padding-top: 0 !important;
}
.slideshow.foto .content{
	margin-top: 130px;
	background-color: rgba(0,0,0,.4);
	font-size: 15px;
}
.slideshow .gradient{
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	height:150px;
	width:100%;
	position:absolute;
	top:0px;
	z-index: 2;
}
.swapper a{
	display: block;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.swapper a:hover, .swapper a[aria-expanded=true]{
	background-color:var(--primary-dk);
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.swapper > div{
	display: block;
	background-color:#AAAAAA;
}
.sustainability{
	border-radius: 25px;
	border: 5px solid #ccc;
	overflow: overlay;
}
.text-info{
	color: rgb(var(--bs-info-rgb)) !important;
}
.text-primary{
	color: var(--primary) !important;
}
.top-search {
	position: relative;
	display: inline-block;
					}
.search-form-desktop {
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	background: #fff;
	padding: 8px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	z-index: 1050;
	width: 250px;
}

#search-toggle {
	color: #333;
	font-size: 1rem;
}
.ui-datepicker {
    background: #fff none repeat scroll 0 0;
    display: none;
    font-size: 13px;
    padding: 10px;
    z-index: 100 !important;
	box-shadow: 0 2px 3px #bbb;
}
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	left: .5em;
	top: .3em;
}
.ui-datepicker-prev{
	background-image: url(assets/images/icons/left.png);
}
.ui-datepicker a {
    color: #333;
}
.ui-datepicker td {
    color: #999;
}
.ui-datepicker a:hover {
    color: #000;
    text-decoration: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
    cursor: pointer;
    float: left;
}
.ui-datepicker-next {
    float: right;
	cursor: pointer;
	background-image: url(assets/images/icons/right.png);
}
.ui-datepicker-title {
    text-align: center;
	 cursor: pointer
}
.ui-datepicker-calendar {
    margin: 10px 11px;
}
.ui-datepicker-calendar td {
    padding: 1px 10px;
    text-align: center;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
    background: #d44934 none repeat scroll 0 0 !important;
    padding: 3px;
}
.ui-datepicker-calendar .ui-datepicker-today {
    background: #fbb953 none repeat scroll 0 0;
    padding: 3px;
}
.ui-datepicker-close {
    border: medium none;
    cursor: pointer;
    float: right;
    outline: 0 none;
}
.video-thumb i{
	top:25%;
	z-index: 1;
	color: red;
	font-size: 80px; 
	left:0; 
	right: 0
}
.video-thumb i:after{
	content: '';
	background-color: white;
	position: absolute;
	width: 30px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 25%;
	z-index: -1;
	left: 0;
	right: 0;
	text-align: center;
}
.video-thumb:hover i{
	color:firebrick
}
.viewdoc{
	position: relative;
	padding-left: 30px;
}
.viewdoc:before {
    color: #bbb;
    position: absolute; 
	top: 0;
	left: 0;
    z-index: 1;
    content:"\f1c1";
	font-size: 28px;
}
.viewdoc a{
	font-family: 'Roboto', sans-serif;
}
.vsmal{
	font-size: 12px;
	line-height: 1.2em;
}
@media screen and (min-width: 1700px) {
	.slideshow {
		height: 590px;
		padding-top: 520px;
	}
}
@media screen and (max-width: 1200px) {
	.slideshow {
		height: 420px;
		padding-top: 350px;
	}
}
@media screen and (min-width: 992px) {
	.shadowy{
		text-shadow:1px 1px 4px #000;
		color: white;
		padding-top: 110px;
	}
	.shadowy .h4{
		color: white;
	}
}
@media screen and (max-width: 992px) { 
	#mainNav a.nav-link{
		border: 0;
		padding: 10px 0 10px 0;
	}
	.boatLinks div{
		border-left:0;
		border-bottom: 1px dotted #ddd;
		height: auto;
		padding: 15px 0 15px 0;
	}
	.boatLinks div:last-of-type{
		border-bottom: 0;
	}
	.navbar-collapse{
		background-color: #eee;
		padding-bottom: 15px;
		margin-top: 5px;
	}
	.slideshow{
		height: 250px;
		padding-top: 200px;
		background-size:200%;
		overflow: visible;
		margin-bottom: 200px;
	}
	.slideshow.foto {
		height: auto;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.slideshow.foto .content{
		margin-top: 100px;
	}
	.selecto:before {
		left: -11px !important; 
	}
}
@media (max-width: 768px) {
	.selecto:before {
		left: 0 !important; 
	}
	.slideshow.foto .content{
		margin-top: 90px;
		font-size: 13px;
	}
}
@media (max-width:768px){
	.container-right img,.container-left img, img.responsive{
		width: 100%;
		height: auto;
	}
}
@media (min-width:768px){
	.container-right {
		margin-left: calc(50vw - 375px);
}
	.container-left {
		margin-right: calc(50vw - 375px);
	}
}
@media (min-width:992px){
	.container-right {
		margin-left: calc(50vw - 485px);
	}
	.container-left {
		margin-right: calc(50vw - 485px);
	}
}
@media screen and (max-width: 992px){
	.form-slide{
		margin-top: -228px !important;
	}
	.slideshow {
		padding-top: 208px !important;
	}
}
@media (min-width:1200px){
	.container-right {
		margin-left: calc(50vw - 585px);
	}
	.container-left {
		margin-right: calc(50vw - 585px);
	}
}
@media screen and (max-width: 1200px){
	.slideshow {
		padding-top: 358px;
	}
}
@media (min-width:1700px){
	.container-right {
		margin-left: calc(50vw - 680px);
	}
	.container-left {
		margin-right: calc(50vw - 680px);
	}
	.slideshow {
		padding-top: 528px;
	}
}
@media (max-width: 479px) {
	.ui-datepicker-calendar td {
		padding: 1px 4px;
	}
}
@media (max-width: 400px) {
	.slideshow{
		background-size:270%;
	}
}