.freecancellation {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 243px;
    padding: 7px;
    margin: 0px auto 15px;
    height: 28px;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: normal 16px/1 Verdana, Geneva, sans-serif;
    color: rgba(255,255,255,1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #2ecc71;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.freecancellation .fa {
	margin-right: 6px;float: left;font-size: 28px;
}

.arctic {
	float:right;
}

@media only screen and (max-width: 630px) {
	.arctic {
		float:none;
		display: block;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 630px) {
	.slick-arrow {
		display: none!important;
	}
}

.featured{
	width: 100%;
    text-align: center;
}

.see-more {
    color: #ba1313;
	background-color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid #ba1313;
    text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

.featured .see-more:hover {
	background-color: #ba1313;
    color: white;
}

.small-text {
	font-size: 14px;
}

@media only screen and (max-width: 700px){
    .double-columns {
        columns: 1!important;
      -webkit-columns: 1!important;
      -moz-columns: 1!important;
    }
}

.double-columns {
   columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	list-style: none;
	padding-left: 0;
}

@media only screen and (max-width: 500px) {
	.img-search {
		display: block!important;
		max-width: 100%!important;
		height: auto!important;
		width: 100%!important;
		margin-right: 0px!important;
		max-height: 100%!important;
	}
	.search-column {
		float: left!important;
		width: 100%!important;
		font-weight: bold;
	}

	.search-content {
		height: unset!important;
		overflow: visible!important;
	}
}

.search-column {
	float: left;
    width: 20%;
}

.search-content {
	height: 90px;overflow: hidden;
}

.lang-active:hover {
	opacity: 0.5;
}

.top-bar-shopping-cart {
    color: #a69b9e;
}

.top-bar-shopping-cart:hover, .top-bar-shopping-cart:focus {
	color: #ff9521;
	text-decoration: none;
}

.top-bar-icon {
    font-size: 20px;
	margin-right: 25px;
}

.holds-the-iframe {
    padding: 10px;
	text-align: center;
}

.booking-frame {
	padding:10px;
}

.booking-engine-title {
	text-align: center!important;
	font-size: 1.6em!important;
}

.booking-engine-text {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #ba1313;
}

.tripbleTabs {    
	display: flex;
    flex-wrap: wrap;
}

.tripbleTabs > li {
	width: 33%!important;
	display: flex; 
}

.tripbleTabs > li > a{
	width: 100%;
	align-self: center;
}

.tripbleTabs > .active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ea001b), color-stop(1, #ba1313));
    background: -moz-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -webkit-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -o-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -ms-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: linear-gradient(to bottom, #ea001b 5%, #ba1313 100%);
    background-color: #ba1313;
    color: #fff;
}

.tabs-li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ea001b), color-stop(1, #ba1313));
    background: -moz-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -webkit-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -o-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -ms-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: linear-gradient(to bottom, #ea001b 5%, #ba1313 100%);
    background-color: #ba1313;
	
    color: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ea001b), color-stop(1, #ba1313));
    background: -moz-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -webkit-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -o-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: -ms-linear-gradient(top, #ea001b 5%, #ba1313 100%);
    background: linear-gradient(to bottom, #ea001b 5%, #ba1313 100%);
    background-color: #ba1313;
    border: 0;
    color: #fff;
}

.tabpanel-title {
	color:#000;text-align: center!important;
}

.tabpanel-title > span {
	font-size:20px;font-weight:bold
}

.nav-tabs > li {
    border: 1px solid #eee;
    width: 50%;
    text-align: center;
}
.nav-tabs > li > a {
    margin-right: 0px;
}
.nav-tabs{    
    border-bottom: none;
}
.tab-content {
    border: 1px solid #eee;
}
.tab-pane {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.tab-content .holds-the-iframe {
    border-top: 1px solid #ba1313;
    padding-top: 20px;
}

.image-overlay-title h1, .image-overlay-title h2 {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

@media only screen and (min-width: 52.5em){
    .image-overlay-title h1 {
        font-size: 2.625em!important;
    }
    .image-overlay-title h2 {
        font-size: 1.5625em!important;
    }

}

.image-overlay {
    position: relative;
    width: 100%;
}

.image-overlay-title {
    position: absolute;
    //width: 100%;
	padding-left: 80px;
    top: 20px;
    text-align: center;
    //bottom: 10px;
    white-space: pre-line;
	color:white;
}

.blog-content p {
    font-size: 1.2em !important;
}

.vertical-col {
	display:inline-block;
	float: none!important;
}

.fa-check-green:before {
    content: "\f00c";
	color: green;
	margin-right: 7px;
	font-size: 12px;
}

.slick-slider {
	overflow: hidden;
}

.close-offcanvas {
	float: right;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
	margin: 0;
    height: 55px;
    line-height: 55px;
    width: 55px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
	border: 0;
}

span.stars, span.stars span {
    display: block;
    background: url(/media/3376/stars-blue.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
	float: left;
	margin-right: 5px;
}

span.stars span {
    background-position: 0 0;
}

.reviewRate {
	padding-bottom: 10px;
}

.reviewRate a{
	text-decoration: none;
	outline: none;
}

.reviewCounter {
	color:#9A9A9A;
}

.reviewCounter:hover,
.reviewCounter:focus {
	color:#4E4E4F!important
}

.reviewAverage {
	display: block;
	font-size: 14px; 
	float: left;
	font-weight: bold;
	color:#4E4E4F
}

span.tripadvisorRating, span.tripadvisorRating span {
    display: block;
    background: url(/media/1237/tripadvisor.png) 0 -16px repeat-x;
    width: 80px;
    height: 15px;
	margin-right: 5px;
}

span.tripadvisorRating span {
    background-position: 0 0;
}

.tripadvisor-content {
	max-width: 250px;
	margin: 0 auto;
}

.tripadvisor-content img{
	max-width:100px;
	margin: 0 auto;
	border:0px;
}

.tripadvisor-content p{
	color:#00af87; 
	text-align: center;
	font-size:14px;
}

.tripadvisorRating{
	margin: 0 auto!important;
	border:0px;
	line-height:5px;
}

.tripadvisor-border{
	border: 1px dashed #eeeeee;
}

#reviewHeader {
	padding-bottom:10px;
	padding-left:5px;
	clear:both;
}

#reviewHeader p{
	font-size: 18px; 
	font-weight: bold;
}

#reviewHeader img {
	max-width: 73px;border: 0px;float: left;
}

.reviewDate {
	color: #ccc;
	font-size: small;	
}

.reviewBody {
	font-size:14px;
	padding:0 15px 20px 5px;
	line-height:20px;
	font-family:helvetica, arial;border-bottom:1px solid #cdcdcd;
	margin-bottom:20px;
}

.disclaimer-txt p{
	color: #676666;
	font-size: 1em;
}

.infoAlert-yellow {
	border: solid 1px #f2e4b1 !important;
    margin: 0 0 26px;
    position: relative;
    background-color: #fff7db;
	padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.infoAlert-yellow p {
	color: #6f6230;
    line-height: 26px;
    font-weight: 400;
}

.infoAlert-red {
	color: #c0392b;
    font-weight: 600;
}

.infoAlert-blue {
	color: #141198;
    font-weight: 600;
}


.logo {
	left: 55px!important;	
}

@media (min-width: 1300px) {
	.tour-width {
		width: 81%;
	}
}

.greenalert {
	border: solid 1px #31d234 !important;
    border-radius: 0;
    margin: 15px 0px 0px;
    padding: 18px 15px 18px 15px;
    position: relative;
    background-color: #b4f5ab;
    text-align: center;
	font-size: 17px;
}
	
.bluealert {
	border: solid 1px #bce8f1 !important;
    border-radius: 0;
    margin: 15px 0px 0px;
    padding: 18px 15px 18px 15px;
    position: relative;
    background-color: #d9edf7;
    text-align: center;
	font-size: 17px;
}

.browse-tours {
	top: 275px;
}

.readMoreSliderContainer{
	border-radius: 4px;
	margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}

.readMoreSliderContainer .readMoreTitle{
	padding:8px 15px;
	cursor:pointer;
}

.readMoreSliderContainer .readMoreTitle.open{
	border-bottom: 1px solid #e5e5e5;
	background-color: #f8f8f8;
}

.readMoreSliderContainer .readMoreTitle:hover{
	background-color: #f8f8f8;
}

.readMoreSliderContainer .readMoreText{
	padding:15px;
	display:none;
}

.readMoreSliderContainer .readMoreText p{
	text-align: justify;
    font-size: 1.2em;
}

#priceisk {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    line-height: 0.9em;
    letter-spacing: -2px;
}

#priceisk .smallerText {
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: normal;
}

/* MULTIMEDIA/PICTURES */

.mult-col {
	min-height: 440px;
	margin-top: -20px;
	/*
	float:none;
    display:inline-block;
    width:24.5%;
    vertical-align:top;
*/
}

.indx .img-content {
	margin-bottom: 15px!important;
}

.indx .mult-title {
	margin-bottom: 10px;
}

.indx .mult-title a{
    font-size: 22px;
	color: #231f20;
}

.indx .mult-text p{
	text-align:inherit;
}

/* IMAGE MODAL */
#ImageViewerModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* The Modal (background) */
.modal {
	z-index: 9999;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 1000px;
	max-height: 800px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 55px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.contactForm .fullWidth{
	width:100% !important;
}

.contactForm .contactField{
	overflow:auto;
	margin-bottom:10px!important;
}

.contactForm .contactField .contactInput:focus{
	border-color: rgba(248, 147, 6, 0.8);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(248, 147, 6, 0.6);
  	outline: 0 none;
}

.contactForm .responseMessage{
	float:right;
	margin-right: 15px;
	font-weight:700;
	margin-top:5px;
}

.contactForm .responseMessage.success{
	color:#4BB543;
}

.contactForm .responseMessage.error{
	color:#FF9494;
}

.contactForm #submitContactForm{
	background-image: none;
    background-color: #f89306;
    border-color: #f89306;
	color:white;
	float:right !important;
	margin-right: 15px;
}


/* Navigation slider */

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

/* Currency menu */

.curr-hide {
	display:none;
}

@media only screen and (max-width: 482px){
    #lang-en {
        display:none!important;
    }
	.top-bar-icon {
		margin-right: 0px!Important;
	}
	.flags {
		right: 30px!important;
	}
}

.select-currency-mobile {
	background: unset!important;
	color: #231f20;
	font-size: 15px;
	display: inline-block;
	width: 70px;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

#setCurrancy:focus, #setCurrancy:active, #setCurrancy:hover, #setCurrancy:-moz-focusring{ 
	box-shadow: none;
	cursor: pointer;	
	background: #231f20;
	color: #a69b9e;
} 

.currancy-content {
	vertical-align:middle;
	position:relative;
	border: none;
	display: inline-block !important;
	padding-left: 25px;
	margin-top: -8px;
}

.currancy-content select {
    line-height: normal;
    background: #231f20;
    border: 1px solid #444;
    font-size: 14px;
    padding: 5px;
    width: 70px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    padding: 8px 20px 7px 10px;
    margin: 0;
    color: #a69b9e;
}

.currancy-content select:focus {
	background:#231f20;
	outline:none;
}

.currancy-content ::-ms-expand {
	display:none;
}

.currancy-content:after{
	content:"";
	position:absolute;
	z-index:2;
	right:10px;
	top:45%;
	height:0;
	width:0;
	border-top:5px solid #a69b9e;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	pointer-events:none;
}

.currancy-canvas:after{
	right:10px!important;
	border-top:5px solid #231f20!important;
}

.currancy-canvas select{
	width: 100%;
	padding: 8px 20px 7px 10px!important;
}

.hr-red {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ba1313;
}

.image-overlay-special {
	text-align: center;
	width: 100%;
	position: absolute;
	height: 300px;
}

.special-offers-title {
	font-size: 50px;color: #fff;text-align: center;display: block;font-weight: bold;
	text-shadow: 1px 1px 2px black, 0 0 25px #2c3e50, 0 0 5px #34495e;
	line-height: 0.9;
	margin: 10px;
	letter-spacing: 1px;
}

.special-offers-text {
	font-size: 26px;color: #fff;text-align: center;display: block;margin-bottom: 30px;
	text-shadow: 1px 1px 2px black, 0 0 25px #2c3e50, 0 0 5px #34495e;
}

@media only screen and (max-width: 450px) {
	.special-offers-title {
		font-size: 30px;
	}
	.special-offers-text {
		font-size: 20px;
	}
}

.special-see-more {
	border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.special-see-more:hover {
	color: #000;
	background-color: #fff;
}

.special-offer-text-middle {
	display: table-cell;display: table-cell;text-align: center;vertical-align: middle;height: 300px;width:100%;width: 837px;
}

.special-offer-content {
	position: inherit;clear:both;padding: 20px 0;
}

.img-responsive, .image-overlay {
	transition:opacity .15s linear;
	animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.image-overlay {
    position: relative;
    width: 100%;
}

.image-overlay-content {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    white-space: pre-line;
	color: #fff;
}

.header-image-subtitle {
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
}

.header-image-title {
    margin-top: 0px;
    color: white;
    font-size: 1.9em;
    margin-bottom: 0px;
    white-space: initial;
}

.image-overlay-content h1, .image-overlay-content h2 {
    padding: 5px 10px;
    display: inline-block;
	font-weight: bold;
	background-color: unset;
	text-shadow: 1px 1px 2px black, 0 0 25px #2c3e50, 0 0 5px #34495e;
}

@media only screen and (min-width: 52.5em){
    .image-overlay-content h1 {
        font-size: 2.625em!important;
		font-weight: bold;
    }
    .image-overlay-content h2 {
        font-size: 1.5625em!important;
    }
}

@media only screen and (max-width: 770px) {
	.img-mobile, .image-overlay {
		height: 250px!important;
		object-fit: cover;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	.special-offer-text-middle {
		height: 250px!important;
	}
}

.externalId {
    font-size: 16px;
}

.porfolio-items img:hover {
    opacity: 0.6;
}

.sticky-row {
	text-align: center;
	padding: 0!important;
}

.navigate-tour {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
	width: 100%;
}

.navigate-tour li {
	text-align: center;
	padding: 5px 20px;
    display: inline-block;
    height: 100%;
	float: unset;
}

#menu-book a {
	background-color: #f89306!important;
    color: #fff!important;
	padding: 7px 30px;
}

#menu-book a:hover, #menu-book a:focus, #menu-book a:active  {
	background-color: #fbb450!important;
	color: #fff!important;
}

.navigate-tour li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 25px;
	border: none!important;
}

.navigate-tour li a:hover, .navigate-tour li.active a {
	background-color: unset;
	color: #f89306!important;
}

.navigate-tour li a:focus {
	background-color: unset;
	color: #000;
}

@media only screen and (max-width: 990px){
	#tour-book-now li.active:not(#menu-book) a {
		color: #f89306!important;
	}
	.navigate-tour li a:hover, .navigate-tour li a:focus {
		background-color: unset;
		color: #000!important;
	}
	.tour-navbar{
		overflow-x: auto;
    	white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#menu-book a {
		padding: 7px 30px!important;
	}
	.navigate-tour {
		margin: 0;
	}
	.navigate-tour li {
		padding: 0;
		margin: 5px 30px;
	}
	.navigate-tour li a {
		padding: 7px 8px;
	}
	#tour-book-now {
		display: block!important;
	}
}

@media only screen and (max-width: 600px){
	.navigate-tour li {
		margin: 5px 10px 5px 10px;
	}
}

.nav-min {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 99;
    display: unset;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 8px 4px -4px #b7b5b5;
    -moz-box-shadow: 0 8px 4px -4px #b7b5b5;
    box-shadow: 0 8px 4px -4px #b7b5b5;
}

#tour-book-now {
	display: inline-block;
	margin: 0;
	min-height: 42px!important;
}

.navigate-tour > .active > a, .navigate-tour > ul > li > a:hover {
	z-index: 2;
    color: #f89306;
}

@media only screen and (max-width: 630px) {
	.breadcrumb {
		padding: 6px 0px 5px!important;
	}
}

.bredcrumb-body {
	border-bottom: 1px solid #eeeeee6e;
	background-color: #eeeeee47;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	
	overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.breadcrumb a:hover {
    text-decoration: none;
	color: #ba1313;
}

.breadcrumb > li + li:before {
    content: "〉";
    padding: 0 5px;
    color: #666;
}

.breadcrumb > li:nth-child(2):before {
    content: "〉";
}

.breadcrumb > li:last-child > a {
    color: #999 !important;
    margin-right: 10px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb a {
	color: #666666;
}

.breadcrumb > .active, .breadcrumb .active {
    color: #2b4a77;
}

.breadcrumb {
	margin: 0;font-size: 12px;
	padding: 6px 20px 5px;
	list-style: none;
}

@media only screen and (min-width: 1400px) {
	.col-lg-pull-9-2 {
		right: 81%!important;
	}
}
#editbutton-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 8px 4px 2px 8px;
}

#editbutton-container a {
    text-decoration: none;
}

.edit-pencil i:hover {
    color: #ff9521 !important;
}

.Mod192 .module-title {
    padding-left: 0px;
    text-align: center;
}

.frontPage {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.search_index .title, .image-wrap h2 {
    text-overflow: ellipsis;
    font-size: 1.4em !important;
    font-weight: 700 !important;
    position: absolute;
    padding: 10px !important;
    margin-bottom: 5px !important;
    bottom: 0px;
    text-align: left !important;
    color: #fff !important;
    text-shadow: 1px 1px 2px black, 0 0 25px #2c3e50, 0 0 5px #34495e;
}

.search_index h4.search-index-subtitle {
    color: #000 !important;
    line-height: 1.2;
    padding: 15px 10px 10px 10px;
    height: 75px;
    font-size: 1.1em !important;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.search_index .index-price-content {
    height: 58px;
    overflow: hidden;
}

.search_index .search-index-info-left {
    float: left;
    width: 50%;
}

.search_index .price {
    margin-bottom: 11px;
}

.search_index .price-text {
    color: #676767;
    padding-left: 10px;
}

.search_index .isk-price {
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}

.search_index .search-index-info-right {
    float: right;
    width: 50%;
    margin-top: 5px;
}

.search_index .search-index-info-dur {
    color: #676767;
    padding-left: 10px;
    text-align: left;
    height: 20px;
    overflow: hidden;
}

.search_index .search-index-info-fa-icon {
    color: #676767;
    margin-right: 10px;
}

.search_index .search-index-info-ava {
    color: #676767;
    text-align: left;
    padding-left: 10px;
    margin-top: 3px;
    height: 20px;
    overflow: hidden;
}

.search_index .search-index-button {
    height: 35px;
    clear: both;
    width: 100%;
    color: black;
    text-align: center;
    border-top: 1px solid #eee;
}

.search_index .search-index-more-button {
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    color: #ba1213;
    font-weight: bold;
    font-size: 1.1em;
}

.prev-arrow-more {
    background-image: url("https://cn.extremeiceland.is/media/7788/arrow-more.png") !important;
    background-repeat: repeat-x !important;
    right: 35%;
    bottom: 6px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

    position: absolute;
    height: 17px;
    width: 12px;
    z-index: 2000;
    background-position: 0px 0px, 10px 10px !important;
    background-size: 12px 10px;
    color: transparent;
}

.search_index a:hover {
    text-decoration: none !important;
}

    .search_index a:hover .prev-arrow-more {
        transform: translate(8px,0);
        -webkit-transform: translate(8px,0);
        -moz-transform: translate(8px,0);
        -o-transform: translate(8px,0);
        -ms-transform: translate(8px,0);
    }

.search_index .price-description {
    overflow: hidden;
    height: 66px;
}

    .search_index .price-description > div {
        color: #000;
        padding-left: 10px;
        padding-right: 10px;
    }

.search_index .index-info-btn {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.45);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.45);
    box-shadow: 0 1px 0 rgba(0,0,0,.45);
    line-height: 1em;
    padding: 4px 15px 4px 15px;
    margin-left: -2px;
    margin-top: 6px;
    font-size: 14px;
    color: white;
    width: fit-content;
    width: max-content;
}
/* red bg*/
.bg-e50914 {
    background-color: #e50914;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e50914),to(#ba1213));
    background-image: -webkit-linear-gradient(top,#e50914,#ba1213);
    background-image: -moz-linear-gradient(top,#e50914,#ba1213);
    background-image: -o-linear-gradient(top,#e50914,#ba1213);
    background-image: linear-gradient(to bottom,#e50914,#ba1213);
}
/* blue bg*/
.bg-0288d1 {
    background-color: #0288d1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0288d1),to(#0070ad));
    background-image: -webkit-linear-gradient(top,#0288d1,#0070ad);
    background-image: -moz-linear-gradient(top,#0288d1,#0070ad);
    background-image: -o-linear-gradient(top,#0288d1,#0070ad);
    background-image: linear-gradient(to bottom,#0288d1,#0070ad);
}
/* dark green bg*/
.bg-4cb53d {
    background-color: #4cb53d;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4cb53d),to(#468847));
    background-image: -webkit-linear-gradient(top,#4cb53d,#468847);
    background-image: -moz-linear-gradient(top,#4cb53d,#468847);
    background-image: -o-linear-gradient(top,#4cb53d,#468847);
    background-image: linear-gradient(to bottom,#4cb53d,#468847);
}

/* orange bg*/
.bg-daa520 {
    background-color: #f89306;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f89306),to(#c77806));
    background-image: -webkit-linear-gradient(top,#f89306,#c77806);
    background-image: -moz-linear-gradient(top,#f89306,#c77806);
    background-image: -o-linear-gradient(top,#f89306,#c77806);
    background-image: linear-gradient(to bottom,#f89306,#c77806);
}
/* light green bg*/
.bg-87d37c {
    background-color: #87d37c;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#87d37c),to(#4cb53d));
    background-image: -webkit-linear-gradient(top,#87d37c,#4cb53d);
    background-image: -moz-linear-gradient(top,#87d37c,#4cb53d);
    background-image: -o-linear-gradient(top,#87d37c,#4cb53d);
    background-image: linear-gradient(to bottom,#87d37c,#4cb53d);
}
/* white bg*/
.bg-ffffff {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e4e2e2));
    background-image: -webkit-linear-gradient(top,#ffffff,#e4e2e2);
    background-image: -moz-linear-gradient(top,#ffffff,#e4e2e2);
    background-image: -o-linear-gradient(top,#ffffff,#e4e2e2);
    background-image: linear-gradient(to bottom,#ffffff,#e4e2e2);
    color: #000 !important;
}

.testimonial-group {
    padding: 0 !important;
}

.read-more-panel {
    border-color: #e4e4e4;
    display: inline-block;
    width: 100%;
}

    .read-more-panel > a {
        font-size: 15px;
        color: #444;
        background-color: #f7f7f7;
        width: 100%;
        text-align: left;
        border: unset;
        white-space: normal;
    }

    .read-more-panel i {
        margin-top: 2px;
        margin-right: 5px;
        color: #ba1313;
        float: right;
        font-size: 18px;
    }

.blog-wrap .price-description {
    height: unset !important;
}

    .blog-wrap .price-description > div {
        height: 141px;
        padding-top: 25px;
    }

.blog-items .price-description p {
    font-size: 16px!important;
}
.blog-large .image-wrap {
    height: unset!important;
}
.blog-items .image-wrap {
    height: 265px;
    overflow: hidden;
}

/* Blue border unde head */
.border-top-info {
    padding: 10px;
    background-color: #221f4d;
    color: #fff;
}

    .border-top-info p {
        text-align: center;
        margin: 0;
    }

    .border-top-info i {
        margin-right: 15px;
    }

    .border-top-info span {
        margin: 10px;
        color: #cccccc75;
    }

    .border-top-info a {
        color: #fff;
        font-weight: bold;
    }

        .border-top-info a:hover {
            color: #fff !important;
            text-decoration: underline !important;
        }
/* EN Blue border unde head */

.calendarWidget .gvQjux {
    position: unset;
    margin: 40px;
}

.tour-contact-form .col-md-9, .tour-contact-form .col-md-3 {
    width: 100%;
}

.ribbon-info {
    position: absolute;
    z-index: 9;
}