/* Homepage ============================================================================== */
/* ======================================================================================= */

.seo-home {
	background:url(../images/connection_bg.jpg) center top no-repeat;
	background-size:cover;
	height:420px;
	text-align:center;
}
.seo-home h1,
.seo-home h2 {
	padding-top:61px;
	/* font-weight:700; */
	color:#fff;
	text-transform:uppercase;
	font-size:215%;
	font-family:effra-light;
	line-height:36px;
	margin-bottom:61px;
}

.seo-home .desc {
	position:relative;
	background:rgba(56,57,66,0.7);
	z-index:10;
	max-width:980px;
	padding:35px 30px;
	text-align:left;
	margin:0 auto;
	font-family:merriweatherlight;
	color:#fff;
	font-size:130%;
	max-height:200px;
	overflow:visible;
}

.seo-home .desc .open-bt {
	cursor:pointer;
	position:absolute;
	background:url(../images/seo_icon.png) left top no-repeat;
	top:34px;
	right:30px;
	width:25px;
	height:25px;
}
.seo-home .desc .open-bt:hover{
	opacity: 0.5;
}

.seo-home .desc.open .open-bt {
	background-position:left bottom;
}

.seo-pop {
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:#fff;
	color:#414042;
	font-size:13px;
	line-height:19px;
	box-shadow:0 3px 6px #bbb;
	z-index:999;
}

.seo-pop:before {
	position:absolute;
	width:25px;
	right:30px;
	top:-10px;
	height:10px;
	z-index:1000;
	content:'';
	background:url(../images/seopop_t.png) left top no-repeat;
}

.seo-pop-wrapper {
	max-height:220px;
	overflow-y:auto;
	width:100%;
	padding:25px 30px 0;
}

.seo-pop-content {
	padding-bottom:25px;
}

.seo-pop-content p {
	margin-bottom:25px;
}

.seo-pop-content p:last-child {
	margin-bottom:0;
}

.open .seo-pop {
	display:block;
}


.seo-home {
	height:380px;
}
.seo-home h1,
.seo-home h2 {
	padding-top:72px;
	margin-bottom:50px;
}

.seo-home .desc {
	margin:0 19px;
	line-height:25px;
	padding:24px 90px 24px 30px;
	max-width:100%;
}

#slideshow-testimonials {
	width:100%;
	overflow:hidden;
}

#slideshow-testimonials .cycle-item {
	width:100%;
}

#slideshow-testimonials .cycle-pager span {
	width:20px;
	height:20px;
	display:inline-block;
	text-align:center;
	background:#000;
	cursor:pointer;
}

.testimonials {
	background:url(../images/testimonials_bg.jpg) center top no-repeat;
	text-align:center;
	border-bottom:1px solid #e8e3dd;
	padding-bottom:66px;
	margin-bottom:3px;
}

.testimonials #slideshow-testimonials {
	min-height:290px;
	overflow:visible;
}

.testimonials #slideshow-testimonials:after {
	background:url(../images/stopper.png) left top no-repeat;
	width:43px;
	height:41px;
	position:absolute;
	left:-26px;
	top:-26px;
	z-index:1000;
	content:'';
}

.testimonials h2 {
	margin-bottom:43px;
	color:#423943;
	/* font-weight:700; */
	font-family:effra-light;
	font-size:250%;
	padding-top:55px;
	line-height: 40px;
	font-size: 30px;
}

.testimonials .cycle-slideshow {
	max-width:1180px;
	margin:0 auto;
}

.testimonials .cycle-item {
	padding-left:7px;
}

.testimonials .cycle-item img {
	width:360px;
	height:240px;
	float:left;
	margin-right:50px;
}

.testimonials .cycle-words {
	text-align:left;
	margin-top:30px;
}

.testimonials .cycle-words a.title {
	color:#000;
	font-family:effra-light;
	text-decoration:none;
	font-size:170%;
	margin-bottom:7px;
	display:block;
	/* font-weight:700; */
}

.testimonials .cycle-words a.title:hover {
	text-decoration: underline;
	
}

.testimonials .cycle-words .location {
	color:#a09ca1;
	font-family:merriweatherlight;
	margin-bottom:16px;
}

.testimonials .cycle-words .desc {
	color:#423943;
	font-family:merriweatherlight_italic;
	line-height:24px;
}

.testimonials .cycle-pager {
	display:none;
}

.testimonials .more-testimonials {
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #000), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #000 0%, #000 100%);
	background: -o-linear-gradient(top, #000 0%, #000 100%);
	background: -ms-linear-gradient(top, #000 0%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0 );
	padding:0 36px;
	line-height: 36px;
	border-radius:20px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-family:effra-light;
}
.testimonials .seo-stopper{
	position: absolute;
	left: -13px;
	top: -20px;
	z-index: 100;
}
.testimonials .more-testimonials:hover {
	background: #000;
}

.testimonials .nav {
	position:relative;
	max-width:1180px;
	margin:0 auto;
}

.testimonials .nav a {
	position:absolute;
}
.testimonials .nav a:hover{
	opacity: 0.5;
}

.testimonials .nav a.cycle-next {
	background:url(../images/arrow_right.png) left top no-repeat;
	width:24px;
	height:40px;
	margin-top:-30px;
	right:-50px;
	top:-110px;
	display:block!important;
	text-indent:-9999px;
	outline:none;
}

.testimonials .nav a.cycle-prev {
	background:url(../images/arrow_left.png) left top no-repeat;
	width:24px;
	height:40px;
	margin-top:-30px;
	left:-60px;
	top:-110px;
	display:block!important;
	text-indent:-9999px;
	outline:none;
}

.most-trusted {
	border-bottom:1px solid #e8e3dd;
	padding-bottom:3px;
}

.most-trusted-wrapper {
	padding:30px 0 40px;
	background:#f4f4f4;
	text-align:center;
}

.most-trusted h2 {
	font: 30px/36px effra-light,Verdana,Arial,sans-serif;
	letter-spacing:1.4px;
	margin:0 auto 18px;
	max-width:460px;
}

.most-trusted h3 {
	font:12px/19px merriweatherlight_italic,Verdana,Arial,sans-serif;
	color:#716b72;
	text-transform:none;
	margin:0 auto 34px;
	max-width:450px;
}

.most-trusted .team {
	font-size:0;
	line-height:0;
	text-align:center;
	margin-bottom:57px;
}

.most-trusted .team li {
	display:inline-block;
	vertical-align:top;
	border:4px solid #fff;
	border-radius:50%;
	overflow:hidden;
	margin:0 -10px -24px;
	position:relative;
}
.most-trusted .team br {
	display:none;
}

.most-trusted .team img {
	width:172px;
	border-radius:50%;
}

.most-trusted .message {
	margin:0 auto 50px;
	max-width:1234px;
}

.most-trusted .message > li {
	float:left;
	width:33.33%;
	font:14px/20px effra-light,Verdana,Arial,sans-serif;
	text-align:left;
	padding:14px 20px 0;
}

.most-trusted .message:after,.most-trusted .message > li:after {
	content:'';
	display:table;
	clear:both;
	width:100%;
}

.most-trusted .message img {
	float:left;
	margin-top:-14px;
}

.most-trusted-wrapper .button {
	letter-spacing:.8px;
	padding:9px 25px 8px;
	border-radius:20px;
	min-width:220px;
	margin:0 auto;
}

.most-trusted-wrapper .button:hover {
	background:#000;
}

.explore-blocks{
	text-align: center;
}
.explore-blocks:before{
	content: '';
	display: none;
	height: 4px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee9e3;
}
.explore-blocks:after{
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee9e3;
}
.explore-blocks .explore-right,
.explore-blocks .explore-left{
	width: 50%;
	position: relative;
	float: left;
}
.explore-blocks h2{
	font-size: 30px;
	margin: 26px 0;
	font-family: effra-light,Verdana,Arial,sans-serif;
}
.explore-blocks .explore-item{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.explore-blocks .explore-item.item-large{
	width: 100%;
}
.explore-blocks .explore-item img{
	width: 100%;
}
.explore-blocks .explore-item .explore-text{
	border-top: 2px solid #000;
	background: #fff;
	display: inline-block;
	width: 90%;
	max-width: 480px;
	margin-top: -20px;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.explore-blocks .explore-item .explore-text p{
	font-family: 'merriweatherlight';
	font-size: 12px;
	line-height: 19px;
}
.explore-blocks .explore-item .explore-text h3{
	text-transform: none;
	color: #000;
	font-size: 24px;
	line-height: normal;
	font-family: effra-light,Verdana,Arial,sans-serif;
}
.explore-blocks .explore-item .explore-text h3 a{
	text-transform: none;	
}

.explore-blocks .explore-item .explore-text a.link{
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-size: 13px;
}

.explore-blocks .explore-item .explore-text a.link:hover{
	text-decoration: none;
}
.explore-blocks .explore-item .explore-text a.link:hover .underline-me{
	text-decoration: underline;
}
.explore-blocks .explore-item .explore-text a.link:after{
	content: ' »';
	/* margin-left: 5px; */
	font-size: 16px;
}


.explore-blocks .container{
	margin:0 auto;
	max-width:1200px;
}
.explore-blocks .container:after {
    content:'';
    display:block;
    clear: both;
}

.last-minute-border {
	background:#f7f7f7;
	padding:30px 0 40px;
	/* border-bottom:1px solid #eee8e1; */
}

.last-minute-wrapper {
	margin:0 auto;
	max-width:1200px;
}
.last-minute-wrapper:after{
	content:'';
    display:block;
    clear: both;
}
.last-minute{
	text-align: center;
}
.last-minute .item-text{
	display:block;
	padding-left:12px;
	padding-right:5px;
	height: 110px;
}
.last-minute .content {
	display:block;
	padding-left:12px;
	padding-right:5px;
}

.last-minute h2 {
	font:30px effra-light,Verdana,Arial,sans-serif;
	letter-spacing:1.4px;
	margin-bottom:25px;
}

.last-minute .desc {
	font:16px/22px effra-light,Verdana,Arial,sans-serif;
	margin-bottom:35px;
}

.last-minute .row {
	display:block;
	/* width:280px; */
	float:left;
	text-align:left;
	text-decoration:none;
	width: 25%;
	padding: 0 10px;
}
.last-minute .row .item-inner{
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	padding:2px 2px 9px;
	margin:5 10px;
	background:#fff;
	position:relative;
	height: 350px;
}
/*
.last-minute .row:first-child {
	margin-left:0;
}
*/

.last-minute .img {
	display:block;
	position:relative;
}

.last-minute .product-activities-wrapper {
	position:absolute;
	left:0;
	top:10px;
	z-index:auto;
}

.last-minute .product-activities-wrapper .quicksale {
	height:30px;
	width:100px;
}

.last-minute .name {
	display:block;
	font:14px/18px effra-light,Verdana,Arial,sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:5px;
	overflow:hidden;
}

.last-minute .short-desc {
	display:block;
	font:11px merriweatherlight,Verdana,Arial,sans-serif;
	color:#a09ca1;
	height: 64px;
	overflow: hidden;
	line-height: 16px;
}

.last-minute span.num {
	background:url(../images/lastnun_icon.jpg) right 3px no-repeat;
	padding-right:25px;
}
.last-minute span.label{
	margin-left: 5px;
	font-size: 16px;
	text-transform: none;
	margin-top: 2px;
	vertical-align: bottom;
}
.last-minute .row:hover .name {
	text-decoration:underline;
}

.last-minute span.from {
	font-size:11px;
	font-family:effra-light;
	text-transform:capitalize;
	position:absolute;
	top:2px;
	margin-left:6px;
}

.last-minute .nights {
	display:block;
	/* float:left; */
	color:#423943;
	position:absolute;
	bottom: 10px;
	padding:0 13px;
	color:#423943;
	font-size:18px;
	text-transform:uppercase;
	font-family:Effra-Light;
}

.last-minute .nights br {
	display:none;
}

.last-minute .nights .price {
	font-family:Effra-Light;
	margin-left:33px;
}

.last-minute .nights .type {
	font-family:Effra-Light;
	font-size:65%;
}

.last-minute img {
	max-width:100%;
	height:auto;
	margin-bottom:13px;
}

.last-minute .view-all {
	margin-top: 20px;
}

.last-minute .view-all a, #block-special-offers .view-all a {
	display:inline-block;
	background:url(../images/button_bg2.jpg) left top repeat-x;
	font:16px/18px effra-light,Verdana,Arial,sans-serif;
	letter-spacing:.8px;
	padding:9px 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:20px;
	min-width:220px;
}

.last-minute .view-all a:hover, #block-special-offers .view-all a:hover {
	background:#000;
}
.last-minute .specials-info{
	
}
.last-minute .specials-info .item-inner{
	padding: 24px 30px;
	height: 350px;
	position: relative;
}
.last-minute .specials-info .button{
	position: absolute;
	bottom: 24px;
	left: 30px;
}
.last-minute .specials-info .button:hover{
	background: #000;
}
.last-minute .specials-info h3{
	font-size: 24px;
	color: #000;
}
.last-minute .specials-info h3:hover{
	text-decoration: underline;
}
.last-minute .specials-info h3:after{
	content: '»';
	margin-left: 5px;
}
.last-minute .specials-info .specials-desc{
	font-size: 12px;
	color: #393a43;
	line-height: 19px;
	font-family:'merriweatherlight';
}
.product-view .last-minute {
	background:url(../images/packages_bg.jpg) center -352px no-repeat;
}


/*
.last-minute-wrapper {
	max-width:580px;
	margin-bottom:18px;
}
*/


.last-minute .row {
	margin-bottom:20px;
}

/*
.last-minute .row:nth-child(3) {
	margin-left:0;
	clear:left;
}
*/

.last-minute .desc {
	margin-bottom:35px;
}

/** Home: Accommodation Brands */
.accommodation{
	overflow:hidden;
	padding:30px 0 40px;
	border-bottom:1px solid #e8e3dd;
	margin-bottom:3px;
}
.accommodation h2{text-align:center;font-size:30px;text-transform:uppercase;font-family:Effra-Light; margin-bottom:24px;}
.accommodation-brands { margin:0 auto; max-width:1245px; padding: 0px 35px;}
.accommodation-brands .accommodation-brands-wrapper { }
.accommodation-brands .item-brand { margin: 0px 10px; border: 1px solid #e8e3dd;}
.accommodation-brands .item-brand img { width: 100%;}
.accommodation-brands .ac-brands .owl-next,.accommodation-brands .ac-brands .owl-prev { position: absolute; top: 170px;}
.accommodation-brands .ac-brands .owl-next.disabled,.accommodation-brands .ac-brands .owl-prev.disabled { display: none;}
.accommodation-brands .ac-brands .owl-next { background: url(../images/arrow_right.png) left top no-repeat; width: 24px; height: 40px; top: 42%; display; right: -30px; display: block;}
.accommodation-brands .ac-brands .owl-prev { background: url(../images/arrow_left.png) left top no-repeat; width: 24px; height: 40px; top: 42%; left:-30px;  display: block;}


.home-form .form .page-title{
	display: none;
}

.home-form .form{
	width: calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	display: inline-block;
	vertical-align: top;
}
.home-form .form .normal-form{
	float: none;
	width: 100%;
	max-width: none;
}
.home-form.content-row{
	border-top: 0;
}

.home-form .enquire-form .call-bottom{
	padding: 10px 20px;
}
.home-form .mobile-block{
	display: none;
}
.home-form.content-row .page-title > h2{
	margin-bottom: 20px;
	font-weight: normal;
}
.home-form.content-row{
	padding: 26px 20px 40px;
}
.home-form .enquire-form .buttons-set .subscribe .checkbox + label{
	max-width: none;
}
.home-form .enquire-form .normal-form .button{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #000), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #000 0%, #000 100%);
	background: -o-linear-gradient(top, #000 0%, #000 100%);
	background: -ms-linear-gradient(top, #000 0%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0 );
	color: #fff;
}
.home-form .enquire-form .normal-form .button:hover{
	background: #000;
}

/* Responsive ============================================================================ */

@media (max-width: 1295px) {
	.testimonials .nav a.cycle-prev {
		left:0;
		z-index:1000;
	}
	
	.testimonials .nav a.cycle-next {
		right:0;
		z-index:1000;
	}
}


/* Desktop */
@media only screen and (min-width: 1080px)  {
	.seo-home .desc{
		max-width:980px;
		padding:35px 30px;
		text-align:left;
		margin:0 auto;
	}
}

@media only screen and (max-width: 1200px){
	.home-form .form{
		width: 100%;
		vertical-align: top;
	}
}
@media only screen and (min-width: 960px){
	.most-trusted .team li:nth-of-type(5) + br{
		display: block;
	}
}
/* Small Desktop */

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.testimonials {
		background:url(../images/testimonial_cleanbg.jpg) center top no-repeat;
		position: relative;
		overflow: hidden;
	}
	#slideshow-testimonials .cycle-item{
		background:url(../images/testimonials_image_bg.png) 10px 0 no-repeat;
		padding: 20px 30px 30px;
	}
	.testimonials:after{
		content: '';
		display: block;
		width: 190px;
		height: 152px;
		background: url(../images/testimonials_flag.png) no-repeat;
		position: absolute;
		right: -30px;;
		top: 50px;
	}
	.testimonials .cycle-item img{
		margin-right: 30px;
	}
	.testimonials .cycle-words{
		margin-top: 43px;
	}
	.testimonials .cycle-words a.title{
		font-size: 140%;
		max-height: 30px;
		overflow: hidden;
		position: relative;
	}
	.testimonials .cycle-words:before{
		content: '';
		display: block;
		width: 24px;
		height: 16px;
		background: url(../images/testimonials_title_icon.png) no-repeat;
		position: absolute;
		top: 25px;
		left: 414px;
	}
	.testimonials .cycle-words .desc{
		font-size: 13px;
		line-height: 22px;
	}
	.testimonials .nav a.cycle-next{
		right: 20px;
	}
	.testimonials .nav a.cycle-prev{
		left: 20px;
	}
	.testimonials h2{
		margin-bottom: 22px;
	}
	.testimonials .cycle-words .location{
		margin-bottom: 9px;
	}
	.testimonials #slideshow-testimonials::after{
		left: 10px;
		top: 0;
	}
	
	.last-minute{
		padding: 0 10px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1079px){
	.seo-home .desc .open-bt {
		top:23px;
	}
	.most-trusted .team li{
		margin: 0px -18px -24px;
	}
	.most-trusted .message img{
		margin-top: auto;
	}
}
@media only screen and (min-width: 703px) and (max-width: 1200px) {
	.most-trusted-wrapper,
	.last-minute-wrapper,
	.explore-blocks{
		padding-right: 10px;
		padding-left: 10px;
	}
	div.accommodation{
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* Tablet */
@media only screen and (min-width: 703px) and (max-width: 959px) {
	.testimonials {
		background:url(../images/testimonials_bg_tablet.jpg) center top no-repeat;
		padding-bottom:76px;
	}
	
	#slideshow-testimonials .cycle-item {
		padding-left:0;
	}
	
	.testimonials .cycle-item img {
		display:inline-block;
		float:none;
		margin-right:0;
	}
	
	.testimonials #slideshow-testimonials:after {
		left:auto;
		margin-left:-213px;
	}
	
	.testimonials h2 {
		padding-top:65px;
		margin-bottom:41px;
	}
	
	.testimonials .nav {
		position:absolute;
		width:100%;
		top:215px;
		z-index:1000;
	}
	
	.testimonials .nav a.cycle-prev {
		left:0;
		margin-left:20px;
		margin-top:0;
	}
	
	.testimonials .nav a.cycle-next {
		right:0;
		margin-right:20px;
		margin-top:0;
	}
	
	.testimonials .cycle-words {
		margin:36px 95px 0;
		text-align:center;
	}
	
	.testimonials .cycle-words a.title {
		background:url(../images/testimonials_title_icon.png) left top no-repeat;
		padding-left:39px;
		display:inline;
		padding-top:14px;
	}
	
	.testimonials .cycle-words .location {
		padding-top:6px;
	}
	
	.testimonials .cycle-words .desc {
		margin-bottom:53px;
	}
	.most-trusted h3 {
		max-width:430px;
		margin-bottom:38px;
	}
	
	.most-trusted .team {
		margin-bottom:59px;
	}
	.most-trusted .team li:nth-of-type(2) + br,
	.most-trusted .team li:nth-of-type(5) + br {
		display:block;
	}
	
	.most-trusted .team img {
		width:155px;
	}
	
	.most-trusted .message {
		margin-bottom:54px;
	}
	
	.most-trusted .message > li {
		text-align:center;
		padding:0 15px;
	}
	
	.most-trusted .message img {
		float:none;
		margin:0 auto -3px;
	}
	.last-minute .last-minute-wrapper{
		max-width: 600px;
	}
	.last-minute .row{
		width: 50%;
		margin-bottom: 20px;
	}
	.last-minute .row.specials-info{
		width: 100%;
		position: static;
	}
	.last-minute .row.specials-info .item-inner {
	    background: none;
	    box-shadow: 0 0 0 0;
	    height: auto;
	    text-align: center;
	    padding: 0;
	    position: static;
	}
	.last-minute .row.specials-info .button,
	.last-minute .row.specials-info .specials-desc{
		display: none;
	}
	.last-minute .short-desc {
		height: 80px;
	}
	.seo-home .desc .open-bt {
		top:23px;
	}
}

@media only screen and (max-width: 702px) {
	.seo-home h1,
	.seo-home h2 {
		font-size:24px;
		line-height:28px;
		padding-top:54px;
		margin-bottom:37px;
	}
	.seo-home h1 br,
	.seo-home h2 br {
		display:none;
	}
	
	.seo-home .desc {
		line-height:18px;
		font-size:14px;
		padding:19px 18px 58px;
	}
	
	.seo-home .desc .open-bt {
		left:18px;
		bottom:20px;
		right:auto;
		top:auto;
	}
	
	.testimonials {
		background:url(../images/testimonials_bg_mobile.jpg) no-repeat scroll center 11px;
		margin-top:20px;
		padding-bottom:57px;
		position:relative;
		overflow: hidden;
	}
	
	.testimonials:after {
		content:'';
		background:url(../images/testimonials_flag.png) left top no-repeat;
		width: 190px;
		height: 152px;
		position:absolute;
		right:-70px;
		bottom:5px;
		z-index:0;
	}
	
	.testimonials h2 {
		font-size:24px;
		padding-top:31px;
	}
	.testimonials #slideshow-testimonials:after {
		left:auto;
		margin-left:-133px;
	}
	.testimonials .cycle-item img {
		display:inline-block;
		float:none;
		margin-right:0;
		width:204px;
		height:136px;
	}
	
	.testimonials .nav {
		position:absolute;
		width:100%;
		top:155px;
		z-index:1000;
	}
	
	.testimonials .nav a.cycle-prev {
		margin-left:10px;
		left: 0;
		margin-top: 0;
	}
	
	.testimonials .nav a.cycle-next {
		margin-right:10px;
		right: 0;
		margin-top: 0;
	}
	
	
	.testimonials .cycle-words a.title {
		font-size:22px;
		line-height:28px;
	}
	
	.testimonials .cycle-words .desc {
		margin-bottom:35px;
	}
	
	.testimonials .cycle-words {
		margin:36px 10px 0;
		text-align:center;
	}
	
	.testimonials #slideshow-testimonials {
		margin-bottom:20px;
	}
	
	.testimonials .more-testimonials {
		margin-top:20px;
		position:relative;
		z-index:10;
	}

	.most-trusted h2 {
		font-size:24px;
		line-height:28px;
		margin-bottom:21px;
	}
	
	.most-trusted h3 {
		margin-bottom:36px;
	}
	
	.most-trusted .team {
		margin-bottom:53px;
	}
	
	.most-trusted .team li {
		margin:0 -7px -16px;
	}
	
	.most-trusted .team li:nth-of-type(3) + br {
		display:none;
	}
	
	.most-trusted .team li:nth-of-type(2) + br,.most-trusted .team li:nth-of-type(5) + br {
		display:block;
	}
	
	.most-trusted .team img {
		width:94px;
	}
	
	.most-trusted .message {
		margin-bottom:1px;
	}
	
	.most-trusted .message > li {
		float:none;
		width:auto;
		text-align:left;
		padding:0 0 36px 70px;
		font-size:13px;
		line-height:18px;
		position:relative;
		min-height:70px;
	}
	
	.most-trusted .message img {
		position:absolute;
		top:-5px;
		left:-5px;
		width:71px;
		margin:0;
	}
	
	div.explore-blocks h2{
		font-size: 24px;
	}
	.explore-blocks .explore-right,
	.explore-blocks .explore-left{
		width: 100%;
	}
	.explore-blocks .items-small{
		display: table-footer-group;
	}
	.explore-blocks .explore-item.item-large{
		display: table-header-group;
		float: none;
	}
	.explore-blocks .explore-item.item-large .explore-img{
		padding: 0 10px;
	}
	.explore-blocks .explore-item .explore-text h3{
		font-size: 22px;
	}
	.slide-text .button{
		font-size: 12px;
		padding: 0 10px;
		line-height: 30px;
		border-radius: 4px;
	}
	.last-minute{
		position: relative;
	}
	.last-minute .row.special-items {
		display: none;
	}
	.last-minute .last-minute-wrapper{
		max-width: 600px;
		padding: 0 5px;
	}
	.last-minute .row{
		width: 50%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.last-minute .row.special-items.active{
		display: inline-block;
		width: 100%;
		max-width: 260px;
		float: none;
	}
	.last-minute .prev{
		height: 40px;
		width: 24px;
		background: url(../images/arrow_left.png) no-repeat;
		position: absolute;
		left: 10px;
		top: 50%;
	}
	.last-minute .next{
		height: 40px;
		width: 24px;
		background: url(../images/arrow_right.png) no-repeat;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	.last-minute .prev:hover,
	.last-minute .next:hover{
		opacity: 0.5;
	}
	.last-minute .row div.item-inner{
		height: 350px;
	}
	.last-minute h2{
		/* margin-top: 18px; */
		font-size: 24px;
	}
	.last-minute a.specials-info h3{
		font-size: 18px;
	}

	.last-minute .row.specials-info{
		margin: 5px 0 10px;
	}
	.last-minute .row.specials-info .button{
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -120px;
		width: 100%;
		max-width: 240px;
		font-size: 16px;
	}
	.last-minute .row.specials-info{
		width: 100%;
		position: static;
	}
	.last-minute .row.specials-info .item-inner {
	    background: none;
	    box-shadow: 0 0 0 0;
	    height: auto;
	    text-align: center;
	    padding: 0;
	    position: static;
	}
	.last-minute .row.specials-info .specials-desc{
		display: none;
	}
	.last-minute .row {
	    width: 50%;
	    margin-bottom: 20px;
	}
	
	.accommodation-brands .ac-brands .owl-prev,
	.accommodation-brands .ac-brands .owl-next { top:36%;}
	.accommodation h2{ font-size:24px; width: 220px; margin-left: auto; margin-right: auto;}
	.home-form .enquire-form .mobile-block .call-us{
		display: block;
		margin-bottom: 20px;
	}
	.home-form .content.enquire-form .page-title{
		background: none;
		color: #393A43;
		line-height: normal;
	}
	.home-form .content.enquire-form .page-title:hover{
		background: none;
	}
	.home-form .enquire-form .call-us .call-bottom{
		padding: 10px 0;
		width: 100%;
		display: table;
	}
	.home-form .enquire-form .call-top h3{
		display: none;
	}
	.home-form .enquire-form .call-bottom p.call-number{
		display: table-footer-group;
	}
	.home-form .enquire-form .call-bottom p.call-text{
		display: table-header-group;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
	.home-form .enquire-form .call-bottom .call-number a{
		margin-top: 20px;
	}
	.home-form .content.enquire-form .page-title{
		margin-bottom: 0;
	}
	.home-form.content-row .page-title > h2{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.home-form .enquire-form .enquire-box:not(.active){
		display: block;
	}
	.home-form .enquire-form .enquire-box{
		padding-bottom: 1px;
	}
	.home-form.content-row{
		padding: 20px 10px;
	}
	.home-form .enquire-form .normal-form{
		padding: 0;
	}
	.home-form h2.legend{
		display: none;
	}
	.home-form .enquire-form .buttons-set .subscribe{
		width: auto;
	}
	.home-form .mobile-block{
		display: block;
	}
}
@media only screen and (max-width: 480px){
	.last-minute span.from{
		top: auto;
		margin-left: auto;
	}
	.last-minute .nights br{
		display: block;
	}
	.last-minute .row div.item-inner{
		height: 390px;
	}
	.last-minute .short-desc{
		height: 98px;
	}
}

#block_special_offers:after {
	content: "";
	display: table;
	clear: both;
}

#block_special_offers .cycle-prev {
	background: transparent url('../images/arrow_left.png') no-repeat left top;
	width: 24px;
	height: 40px;
	left: -40px;
	top: 40%;
	display: block;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	opacity: 1;
}

#block_special_offers .cycle-next {
	position: absolute;
	background: transparent url('../images/arrow_right.png') no-repeat left top;
	width: 24px;
	height: 40px;
	right: -40px;
	top: 40%;
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 99;
	cursor: pointer;
	opacity: 1;
}

#block_special_offers .cycle-prev:hover, #block_special_offers .cycle-next:hover {
	opacity: 0.5;
}
#last-minute .last-minute {
	text-align: center;
	padding-bottom: 50px;
}

/*block-special-offers*/
#block-special-offers {
	background: #f7f7f7;
	padding: 30px 0 40px;
}

#block-special-offers h2 {
	color: #423943;
	font: 30px effra-light,Verdana,Arial,sans-serif;
	letter-spacing: 1.4px;
	margin: 0 0 25px;
	text-align: center;

}

#block-special-offers .block-items {
	max-width: 1200px;
	margin: 0 auto;
}

#block-special-offers .item-owl-block {
	display: block;
	padding: 2px 10px 10px;
	margin: 10px 10px 66px;
	background: #FFF none;
	position: relative;
	height: 384px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

#block-special-offers .item-image {
	display: block;
	position: relative;
	margin-bottom: 13px;
	line-height: 0;
}

#block-special-offers .item-name {
	display: block;
	font: 14px/18px effra-light,Verdana,Arial,sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	overflow: hidden;
}

#block-special-offers .item-name:hover {
	text-decoration: underline;
}

#block-special-offers .short-desc {
	display: block;
	font-size: 12px;
	font-family: 'merriweatherlight',Verdana,Arial,sans-serif;
	color: #a09ca1;
	overflow: hidden;
	line-height: 16px;
	font-style: normal;
	height: 50px;
}

#block-special-offers .nights {
	display: block;
	float: left;
	color: #423943;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 13px;
	font-size: 18px;
	/*text-transform: uppercase;*/
	font-family: Effra-Light;
	width: 100%;
}
/*begin etci-57*/
#block-special-offers .add-link {
	position: absolute;
	bottom: -47px;
	left: 0;
	width: 100%;
}

.destinations-category .add-link {
	position: relative;
	width: 100%;
}

#block-special-offers .add-to-links:after,.destinations-category .add-link:after {
	content: "";
	clear: both;
	display: table;
}

#block-special-offers .add-to-links li,.destinations-category .add-to-links li {
	float: left;
	display: block;
	line-height: 46px;
}

#block-special-offers .amia-wishlist, #block-special-offers .amia-enquire,.destinations-category .amia-wishlist, .destinations-category .amia-enquire {
	width: 28%;
}

#block-special-offers .amia-wishlist a ,.destinations-category .amia-wishlist a {
	display: block;
	text-align: center;
	font-family: effra-light;
	font-size: 16px;
	background: #F4F1F6 none;
	padding: 0;
	color: #000;
}

#block-special-offers .amia-wishlist a:hover ,.destinations-category .amia-wishlist a:hover {
	background: #e9e4ed none;
}

#block-special-offers .amia-enquire a,.destinations-category .amia-enquire a {
	color: #000;
	display: block;
	text-align: center;
	padding: 0;
	font-size: 16px;
	font-family: effra-light;
	background: #ffd866;
	background: -moz-linear-gradient(top, #ffd866 0%, #ffcd3b 100%);
	background: -webkit-linear-gradient(top, #ffd866 0%,#ffcd3b 100%);
	background: -o-linear-gradient(top, #ffd866 0%,#ffcd3b 100%);
	background: -ms-linear-gradient(top, #ffd866 0%,#ffcd3b 100%);
	background: linear-gradient(to bottom, #ffd866 0%,#ffcd3b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd866', endColorstr='#ffcd3b',GradientType=0 );
}

#block-special-offers .amia-enquire a:hover, .destinations-category .amia-enquire a:hover {
	background: #ffca34 none;
	filter: none;
}

#block-special-offers .amia-view-button, .destinations-category .amia-view-button {
	width: 44%;
}

#block-special-offers .amia-view-button a, .destinations-category .amia-view-button a {
	background: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: effra-light;
	color: #fff;
	padding: 0;
	display: block;
	text-align: center;
	font-weight: 700;
}

#block-special-offers .amia-view-button a:hover, .destinations-category .amia-view-button a:hover {
	background: #402b43 none;
}
/*end etci-57*/
#block-special-offers span.num {
	background: url(../images/lastnun_icon3.png) right 0px no-repeat;
	padding-right: 25px;
}

#block-special-offers span.from {
	font-size: 11px;
	font-family: effra-light;
	text-transform: capitalize;
	position: absolute;
	top: 2px;
	margin-left: 6px;
}

#block-special-offers .nights .price {
	font-family: Effra-Light;
	margin-left: 33px;
}

#block-special-offers .nights .type {
	font-family: Effra-Light;
	font-size: 65%;
}

#block-special-offers .button.btn-round {
	text-align: center;
	padding: 0;
	display: block;
	background: transparent none;
}

#block-special-offers .button.btn-round a {
	margin: 20px auto 0;
	border-radius: 20px;
	min-width: 220px;
	font: 16px/18px effra-light,Verdana,Arial,sans-serif;
	letter-spacing: 0.8px;
	padding: 9px 10px;
	color: #FFF;
	display: inline-block;
	background: #05657f;
}

#block-special-offers .button.btn-round a:hover {
	text-decoration: none;
}

#block-special-offers .owl-prev {
	background: transparent url('../images/arrow_left.png') no-repeat left top;
	width: 24px;
	height: 40px;
	left: -40px;
	top: 40%;
	display: block;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	opacity: 1;
}

#block-special-offers .owl-next {
	position: absolute;
	background: transparent url('../images/arrow_right.png') no-repeat left top;
	width: 24px;
	height: 40px;
	right: -40px;
	top: 40%;
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 99;
	cursor: pointer;
	opacity: 1;
}

#block-special-offers .image-bubble {
	background: rgba(10, 54, 70, 0.6);
	color: #fff;
	text-align: center;
	border-radius: 60px;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1;
	text-transform: uppercase;
	width: auto;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 10px;
	max-width: 90%;
}

#block-special-offers .product-activities-wrapper {
	position: absolute;
	top: 10px;
	left: -7px;
}

#block-special-offers .view-all {
	text-align: center;
	margin-top: 20px;
}

.slideshow-container .slideshow .img {
	margin: 0!important;
}

.slideshow-container .slideshow > li img {
	width: 100%!important;
}

.slideshow-container .cycle-words {
	top: unset!important;
	bottom: 30px!important;
}

.main-home-carousel .slideshow > li {
	max-height: none!important;
}

@media (max-width: 1199px) {
	#block-special-offers .owl-next {
		right: 10px;
	}

	#block-special-offers .owl-prev {
		left: 10px;
	}
}

@media (max-width: 767px) {
	.slideshow-container .cycle-words {
		bottom: 20px!important;
	}
}

@media (max-width: 479px) {
	.slideshow-container .cycle-words {
		bottom: 5px!important;
	}

	.slideshow-container .cycle-words p:first-child span {
		font-size: 16px!important;
		line-height: 18px!important;
	}

	.slideshow-container .cycle-words p:last-child span {
		font-size: 13px!important;
		line-height: 18px!important;
	}
}

.side-enquire-wrapper {
	padding: 25px 25px 31px;
	border: 1px solid #ddd;
	position: relative;
}

.side-enquire-wrapper:after {
	content: "";
	background: #665a4a none;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

.row-side-enquire {
	margin: 0 0 25px;
}

.row-side-enquire:last-child {
	margin: 0;
}

.label-side-enquire {
	color: #636363;
	font-size: 14px;
	letter-spacing: -0.7px;
}

.content-side-enquire, .content-side-enquire a {
	font-size: 16px;
	color: #0094b7;
	letter-spacing: -0.7px;
}

