@charset "UTF-8";

/*------------------ Base Values

Primary Color = #123456
Secondary Color = #654321
Primary RGB = (18,52,86
Background Color = #abcdef
Text Color = #1a1b1c
Horizontal Rule / Line = #a1c1e1
Theme Selector: .theme-

------------------------------*/



/*------------------ iBex Booking System
*/

.booking-iframe {
	height:1220px;
}

.booking-calendar .input-append input {
	width: 148px;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td span.active {
	background-color: #323232;
	background-image: -moz-linear-gradient(top,#323232,#111111);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#323232),to(#111111));
	background-image: -webkit-linear-gradient(top,#323232,#111111);
	background-image: -o-linear-gradient(top,#323232,#111111);
	background-image: linear-gradient(to bottom,#323232,#111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232',endColorstr='#111111',GradientType=0);
}

.datepicker td.day.disabled {
	color:#D6D6D6;
}

/*-----*/



/*------------------ Promo Box
*/

#sppb_container {
	max-width: 940px;
	width:100%;
	margin: auto;
	margin-top: 20px;
}

#sppb_container .sppb_content {
	left:auto;
	right:-10%;
	background: url(images/black.png);
	background: rgba(0,0,0,0.6);
	width:312px;
	top:0px;
	bottom:0px;
}

#sppb_container .animate-in .sppb_content {
	right:0;
	left:auto;
	
}

#sppb_container .animate-out .sppb_content {
	left:auto;
	right:-10%;
}

#sppb_container .sppb_heading {
	font-size:32px;
	font-family:"JosefinSans", Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#sppb_container .sppb_links {
}

#sppb_container .sppb_text {
	font-size:14px;
}

#sppb_container .sppb_item {
	width:100%;
}

#sppb_container .sppb_navigation {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#sppb_container .sppb_navigation:hover {
	zoom: 1;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.promo-shadow {
	max-width:940px;
	width:100%;
	height:18px;
	margin:auto;
	line-height: 0;
}

.promo-shadow img {
	height:100%;
}

#sppb_pagination {
	position:relative;
	right:auto;
	text-align:center;
}

#sppb_pagination > li {
	border:1px solid #000000;
}

#sppb_pagination .current {
	border:1px solid #cccccc;
}

/*-----*/



/*------------------ Gallery
*/

.breadcrumb {
	display:none;
}

/*Hide Badge*/
#SP_Gallery .thumbnails .badge {
	display:none;
}

#SP_Gallery .thumbnail {
	padding:none;
	border:none;
}

#SP_Gallery .thumbnail img {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#SP_Gallery .thumbnail img:hover {
	zoom: 1;
	opacity: 0.75;
	filter: Alpha(opacity=75);
}

#SP_Gallery .thumbnail small {
	font-size:12px;
}

/*-----*/



/*------------------ Gallery Lightbox
*/

/* Theme: nivo-lightbox-theme-default */

/*Hover Transition*/
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close,
.nivo-lightbox-theme-default .nivo-lightbox-title {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*Title / Caption*/
.nivo-lightbox-theme-default .nivo-lightbox-title {
	background:#808080;
	background:rgba(0,0,0,0.6);
	border-radius: 3px;
	display: inline-block;
}

/*Title Hover*/
.nivo-lightbox-theme-default .nivo-lightbox-title:hover {
	background:#666666;
	background:rgba(0,0,0,0.8);
}

/*Image*/
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border: 10px solid #FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}



/*------------------ Blog
*/

ul#SPB_responsive_container {
	display:block;
	line-height:170%;
}

ul#SPB_responsive_container li {
	line-height:170%;
}

ul#SPB_responsive_container #SPB_left {
	display:block;
	background:none;
	width:auto;
}

ul#SPB_responsive_container .span10.forumheader3.right-fluid {
	width: 100%;
}

ul#SPB_responsive_container h2 a {
	white-space: nowrap;
}

ul#SPB_responsive_container #SPB_right {
	padding:0;
	background:none;
}

#SPB_social {
	background-image:url(images/SPB_share.png);
}

/*-----*/




/*------------------ Responsive
*/

@media (min-width: 1200px) {
	
	/*------------------ iBex Booking System
	*/
	
	.booking-calendar .input-append input {
		width: 118px;
	}
	
	.booking-calendar .controls {
		margin-left: 140px;
	}
	
	.booking-calendar .control-label {
		width:125px;
	}


}


@media (min-width: 980px) and (max-width: 1199px) {
	
	/*------------------ iBex Booking System
	*/
	
	.booking-iframe {
		height:1280px;
	}
	
	.booking-calendar .input-append input {
		width: 118px;
	}
	
	.booking-calendar .controls {
		margin-left: 140px;
	}
	
	.booking-calendar .control-label {
		width:125px;
	}
	
}

 
/* Portrait tablet to landscape and desktop */ 
@media (min-width: 768px) and (max-width: 979px) {
	
	/*------------------ iBex Booking System
	*/
	
	.booking-iframe {
		height:1420px;
	}
	
	.booking-calendar .input-append input {
		width: 80px;
	}
	
	.booking-calendar .controls {
		margin-left: 106px;
	}
	
	.booking-calendar .control-label {
		width:91px;
	}
	

}
	
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 	
	
	
	/*------------------ iBex Booking System
	*/
	
	.booking-iframe {
		height:1460px;
	}
	
	.booking-calendar .input-append input {
		width: 118px;
	}
	
	.booking-calendar .controls {
		margin-left: 140px;
	}
	
	.booking-calendar .control-label {
		width:125px;
	}
	
	
	/*------------------ Promo Box
	*/
	
	#sppb_container .sppb_content {
		background: url(images/black.png);
		background: rgba(0,0,0,0.6);
		top:0px;
		height:120px;
		top:-10%;
		width:auto;	
		right:0;
		left:0;
	}
	
	#sppb_container .animate-in .sppb_content {
		right:0;
		left:0;
		top:0;
		width:auto;	
	}
	
	#sppb_container .animate-out .sppb_content {
		right:0;
		left:0;
		top:-10%;
		width:auto;	
	}
	
	
	/*------------------ Gallery
	*/
	
	#SP_Gallery .thumbnail {
		margin-left: 2.7624309392265194%;
		float:left;
		width: 31.491712707182323%;
	}
	
	#SP_Gallery .thumbnail:first-child {
		margin-left:0;
	}
	
	
}
 
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	
	/*------------------ iBex Booking System
	*/
	
	.booking-iframe {
		height:590px;
	}
	
	.booking-calendar .input-append input {
		width: 100%;
	}
	
	.booking-calendar .controls {
		margin-left: 0;
	}
	
	.booking-calendar .control-label {
		width:auto;
		text-align:center;
	}
	
	.booking-calendar .input-append {
		width: 100%;
		padding-right: 41px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	#sppb_container .sppb_content {
		height:135px;
	}
	
	
	/*------------------ Gallery
	*/
	
	#SP_Gallery .thumbnail {
		margin-left:0;
		width:100%;
	}
	
	
}

/*-----*/