/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container{
	position:relative;
	display:block;
	width:100%;
	margin:10px 0;
}
.slideshow-container .slide-holder{overflow:hidden;}
.slideshow-container .slideshow{
	width:100%;
	padding:0;
	position:relative;
	margin:0;
}
.slideshow-container .slideshow > li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0;
	display:block;
	margin:0;
}
.slideshow-container .slideshow > li:first-child{
	position:static;
	z-index:100;
}
.slideshow-container .slideshow .img{margin:0 -100%;}
.slideshow-container .slideshow > li img{
	width:auto;
	max-width:100%;
	margin:0 auto;
}
.slideshow-container .cycle-words{
	position:absolute;
	top:48px;
	width:100%;
}
.slideshow-container .cycle-words-wrapper{
	max-width:1180px;
	margin: 0 auto;
	font-family:effra-light;
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	line-height:36px;
	position:relative;
}
/*
.slideshow-container .cycle-words-wrapper .desc{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}
*/
.slideshow-container .cycle-words p{
	overflow:hidden;
	text-overflow:ellipsis;
	width:700px;
	/* margin-left: 20px; */
}
.slideshow-container .cycle-words a.link{
	font-size:18px;
	color:#423943;
	background:url(../images/slideshow_button.jpg) left top repeat-x;
	text-decoration: none;
	padding:12px 36px;
	border-radius:3px;
	font-weight:normal;
	display:none;
}

.slideshow-pager{
  text-align:center;
  width:100%;
  z-index:115;
  position:absolute;
  bottom:0px;
  top:auto;
  overflow:hidden;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}


/* Main Home Carousel */
.slideshow-home-mobile{display:none;}
/*
.slideshow-wrapper{
	padding-bottom:30px;
	background:#f7f7f7;
}
*/
.main-home-carousel{
	background:url(../images/sliderdown_bg.png) left bottom repeat-x;
	padding-bottom:1px;
	margin:0;
	overflow:hidden;
}
.main-home-carousel .slide-holder{}
.main-home-carousel .slideshow > li{max-height:560px;}
.main-home-carousel .slideshow-pager{display:none;}
.main-home-carousel .content-button{
	/* display:none; */
	position:absolute;
	bottom:20px;
	width:100%;
	max-width: 1180px;
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: right;
}
.main-home-carousel .content-button .button-box{
	display: inline-block;
}
.main-home-carousel .content-button .slideshow-pause{
	position: relative;
	z-index: 9999;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.main-home-carousel .content-button .slideshow-pause:hover{
	cursor: default;
}
.main-home-carousel .content-button .slideshow-prev,
.main-home-carousel .content-button .slideshow-next{
	float:left;
	background-image:url(../images/slide_navigation.png);
	background-repeat:no-repeat;
	position:relative;
	top:0;
	left:0;
	right:0;
	width:30px;
	height:30px;
	opacity:1;
}
.main-home-carousel .content-button .slideshow-prev{margin-left:-10px;}
.main-home-carousel .content-button .slideshow-next{background-position:-30px 0;}
.main-home-carousel .content-button .slideshow-prev:before,
.main-home-carousel .content-button .slideshow-next:before{display:none;}

.main-home-carousel .down-icon{
	position:absolute;
	bottom:0;
	z-index:100;
	width:100%;
	border-bottom:1px solid #eee8e1;
}
.main-home-carousel .down-icon:before{
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 42px;
	border-bottom: 1px solid #eee8e1;
}
.main-home-carousel .down-icon a{
	display:block;
	margin:0 auto -59px;
	text-decoration:none;
	/*background:#fff;*/
	width:104px;
	height:104px;
	border-radius:50%;
	padding:3px;
	position:relative;
}
.main-home-carousel .down-icon a:before{
	content:'';
	width:100%;
	height:3px;
	border-top:1px solid #eee8e1;
	background:#fff;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-7px;
}
.main-home-carousel .down-icon a span{
	display:block;
	background:#fff url(../images/double_arrow_down.png) center 16px  no-repeat;
	width:100%;
	height:100%;
	border-radius:50%;
	position:relative;
}
.main-home-carousel .down-icon a span:hover{
	background:#fff url(../images/double_arrow_down_hover.png) center 16px  no-repeat;
}
/*Home Slideshow*/
.elastislide-horizontal .nav span.elastislide-next {
	background:url(../images/arrow_right.png) left top no-repeat;
	width:24px;
	height:40px;
	margin-top:-30px;
	right:-45px;
	display:block;
}

.elastislide-horizontal .nav span.elastislide-prev {
	background:url(../images/arrow_left.png) left top no-repeat;
	width:24px;
	height:40px;
	margin-top:-30px;
	left:-45px;
	display:block;
}

.elastislide-horizontal .nav span.hide {
	opacity:.25;
}

.slideshow-home.slideshow-container .slideshow .img{
	
}
/*
.slideshow-home.slideshow-container .cycle-words{
	top: auto;
	bottom: 80px;
}
*/
.slide-text{
	width: 450px;
}
.slide-text .button{
	font-size: 18px;
	padding: 0 30px;
	line-height: 40px;
}
.slide-text h2{
	font-size: 60px;
	color: #fff;
}


.main-top-container .slideshow-wrapper{position:relative;}
.main-top-container .content-wrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
}
.slideshow-wrapper .contact-form{
	color:#fff;
	background:rgba(66, 57, 67, 0.7);
	float:right;
	width:280px;
	margin-top:50px;
	padding:23px 20px 20px;
	position:relative;
	z-index:150;
}
.slideshow-wrapper .contact-form .buttons-set{
	padding-top: 10px;
}


@media only screen and (max-width:1200px){
	.main-home-carousel .content-button .button-box{
		padding: 0 20px;
	}
}

@media only screen and (min-width: 703px) and (max-width: 959px) {
	.slideshow-wrapper div.contact-form{
		margin-top: 36px;
	}
	.slide-text h2{
		font-size: 48px;
		line-height: 48px;
	}
	.main-home-carousel .slideshow > li{
		max-height: 520px;
	}
	.slideshow-container .cycle-words{
		bottom: 400px;
	}
	.slideshow-container .cycle-words p{
		/* width: 400px; */
		font-size: 24px;
		line-height: 30px;
	}
	.next-trip .next-trip-list li.item{
		width: 100%;
		max-width: 420px;
		padding: 5px;
	}
	.next-trip-list li.item .title{
		font: 16px/20px "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
	}
	.next-trip-list li.item .img{
		height: 68px;
		width: 40%;
	}
	.next-trip-list .item span.info{
		width: 60%;
	}
	.slideshow-wrapper .next-trip{
		padding-top: 0;
	}
	.slideshow-wrapper div.next-trip{
		position: absolute;
		bottom: 60px;
		float: none;
		padding-top: 0;
	}
	.main-home-carousel .down-icon{
		display: none;
	}
	.next-trip-list .item span.img span{
		top: -68%;
	}
}
@media only screen and (min-width: 703px) and (max-width: 750px){
	.slideshow-wrapper div.contact-form{
		margin-top: 38px;
		width: 240px;
	}
	.slideshow-wrapper .contact-form{
		padding: 20px 13px;
	}
}

@media only screen and (max-width:702px){
	.slideshow-home-mobile{display:block;}
	.slideshow-home-mobile ~ .slideshow-home{display:none;}
	.main-home-carousel .cycle-words-wrapper{
		font-size:24px;
		line-height:24px;
		padding:0 10px;
	}
	.main-home-carousel .cycle-words p{width:auto;}
	.main-home-carousel .cycle-words a.link{
		font-size:12px;
		padding:7px 11px;
	}
	.main-home-carousel .content-button {display:none;}
	.slideshow-container .cycle-words-wrapper .desc{position:static;}
	
	.slideshow-wrapper .contact-form {
		float:none;
		overflow:hidden;
		width:100%;
		margin-top:40px;
		padding-top:24px;
		margin: 0;
		margin:0;
		padding:20px 10px;
		background:#423943;
	}
	.slideshow-wrapper div.contact-form{
		width: 100%;
		margin-top: 0;
		background: rgba(66, 57, 67, 1);
	}
	.main-top-container div.content-wrapper {
		position:static;
		background:#f7f7f7;
	}	
	.cms-home .main-top-container .content-box{
		padding: 0;
	}
	.slide-text{
		width: 70%;
	}
	.slide-text h2{
		font-size: 24px;
		
	}
	.slide-text .button{
		font-size: 14px;
		padding: 0 20px;
		line-height: 30px;
	}
	.main-home-carousel .down-icon{
		display: none;
	}
	.main-home-carousel .slideshow > li{
		max-height: 250px;
	}

	.slide-text h2{
		font-size: 48px;
		line-height: 48px;
	}

	.slideshow-container .cycle-words{
		bottom: 20px;
		top: auto;
		padding: 0;
	}
	.slideshow-container .cycle-words p{
		max-width: 400px;
		width: 100%;
		font-size: 24px;
		line-height: 24px;
		margin-left: 0;
	}
	.next-trip .next-trip-list li.item{
		width: 100%;
		padding: 5px 10px;
	}
	.next-trip-list li.item .title{
		font: 16px/20px "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
	}
	.next-trip-list li.item .img{
		height: 68px;
		width: 40%;
	}
	.next-trip-list .item .info{
		width: 50%;
	}
	.slideshow-wrapper .next-trip{
		padding-top: 0;
	}
	.slideshow-wrapper div.next-trip{
		position: relative;
		width: 100%;
		max-width: none;
	}
	.next-trip-list .item span.img span{
		top: -48px;
		left: -20px;
	}
}