* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #776666;
	font-size: 1em;
	line-height: 1.5em;
}

.row.margin-top {
	margin-top: 30px;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
}

#container {
	padding-bottom: 60px;
	overflow: hidden;
}

.inner-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px 0;
}

em, i {
    font-style: italic;
}

.content p {
	text-align: left;
}

.content ul {
	margin: 0 0 14px 30px;
	font-size: .875em;
	line-height: 1.75em;
	font-weight: normal;
}

.content ul li {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 8px;
}

.content ul li:last-child {
	margin-bottom: 0;
}

a,
a:visited {
	color: #e41660;
	text-decoration: none;
}

a:hover {
	color: #e41660;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.75em;
	font-weight: normal;
	margin: 0 0 30px;
	color: #776666;
}

a img {
	border: none;
}

hr {
	border: none;
	background-color: #DDCCCC;
	color: #DDCCCC;
	height: 1px;
	margin-bottom: 25px;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.286em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.125em;
	margin: 0 0 30px;
	color: #110000
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 0 0 15px;
	color: #110000;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1.2em;
	margin: 0 0 15px;
	color: #110000;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 0 15px;
	color: #110000;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.875em;
	line-height: 1em;
	margin: 0 0 15px;
	color: #110000;
}



.bf-error {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px 0;
}

/* ---------- HEADER ---------- */

header .row.branding {
	float: left;
	background: #000 url('http://www.elementskitravel.com/images/header-repeat.jpg') 100% 0 repeat-x;
}

header .row.branding .logo a img {
	position: relative;
	margin: 34px 0;
	z-index: 12;
}

.branding .contact {
	text-align: right;
	margin-top: 19px;
}

.book {
    text-align: right;
    margin-top: 28px;
}

.branding .contact p.phone, p.email {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 0px;
	color: #fff;
}

p.email a {
    color: #FFFFFF;
}

.branding .contact p.lang {
	color: #ddcccc;
}

.row.nav {
	float: left;
	margin-bottom: 20px;
}

/* ---------- nav widget ---------- */

.bf-content-navigate ul {
	margin: 0 0 14px 0;
	line-height: 1.75em;
	font-weight: normal;
}

.bf-content-navigate a {
	font-weight: bold;
    font-size: 1.125em;
}

.bf-content-navigate ul li {
    list-style: none;
}

/* ---------- NAV MENU ---------- */

.nav {
	border-top: 1px solid #c8bebd;
	border-bottom: 1px solid #4c4241;
	background: #a89898; /* Old browsers */
	background: -moz-linear-gradient(top,  #a89898 0%, #786868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a89898), color-stop(100%,#786868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a89898 0%,#786868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a89898 0%,#786868 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a89898 0%,#786868 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89898', endColorstr='#786868',GradientType=0 ); /* IE6-9 */
}

.main-menu {
	float:  left;
	background: url('http://www.elementskitravel.com/images/nav-border.png') 100% 100% no-repeat;
}

.main-menu ul.bl-menu-ul1 {
	float: left;
	width: 100%;
}

.main-menu ul li.bl-menu-li1 {
	float: left;
	background: url('http://www.elementskitravel.com/images/nav-border.png') 0 100% no-repeat;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	text-shadow: 1px 1px 1px rgba(000,000,000,0.4);
	text-transform: uppercase;
}
.main-menu ul li.bl-menu-li1.bl-menu-item-1 {
	background: url('http://www.elementskitravel.com/images/nav-border.png') 0 100% no-repeat;
}

.main-menu ul li a {
	display: block;
	padding: 0 16px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* ---------- SOCIAL ICONS ---------- */

.social-icons {
	position: relative;
	float: right;
	background: url('http://www.elementskitravel.com/images/nav-border.png') 100% 100% no-repeat;
}

.social-icons ul {
	float: left;
}

.social-icons ul li {
	float: left;
	background: url('http://www.elementskitravel.com/images/nav-border.png') 0 100% no-repeat;
	padding: 6px 12px 6px;
}

.facebook {
	position: relative;
	display: inline-block;
	float: left;
	background: url('http://www.elementskitravel.com/images/social-sprite.png') 0 0 no-repeat;
	width: 14px;
	height: 27px;
	margin: 0 4px 0 5px;
}

.facebook:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('http://www.elementskitravel.com/images/social-sprite.png') no-repeat;
	background-position: 0 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.facebook:hover:after {
	opacity: 1;
}

.twitter {
	position: relative;
	display: inline-block;
	float: left;
	background: url('http://www.elementskitravel.com/images/social-sprite.png') 100% 0 no-repeat;
	width: 30px;
	height: 27px;
	margin: 0 4px 0 5px;
}

.twitter:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('http://www.elementskitravel.com/images/social-sprite.png') no-repeat;
	background-position: 100% 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.twitter:hover:after {
	opacity: 1;
}

/* ---------- FOOTER ----------- */

footer {
	position: relative;
	float: left;
	width: 100%;
	background: #eeeaea;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ddcccc;
	padding-bottom: 28px;
	clear: both;
}

footer p,
footer a {
	font-size: 0.75em;
	color: #776666;
}

.contact-tab {
	position: relative;
	float: left;
	width: 96.49122807017544%;
	margin-top: -28px;
	margin-bottom: 20px;
	padding: 12px 1.754385964912281% 0;
		background: #8f7e7e; /* Old browsers */
		background: -moz-linear-gradient(top,  #a99898 0%, #786767 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a99898), color-stop(100%,#786767)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a99898 0%,#786767 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a99898 0%,#786767 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a99898 0%,#786767 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a99898', endColorstr='#786767',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0 solid #7d0000;
	-moz-box-shadow:
		0 0 2px rgba(000,000,000,0),
		inset 0 -2px 4px rgba(144,144,144,0.8);
	-webkit-box-shadow:
		0 0 2px rgba(000,000,000,0),
		inset 0px -2px 4px rgba(144,144,144,0.8);
	box-shadow:
		0 0 2px rgba(000,000,000,0),
		inset 0 -2px 4px rgba(144,144,144,0.8);
	text-shadow: 1px 1px 1px rgba(000,000,000,0.4);
}

.contact-info {
	position: relative;
	z-index: 1;
}

.contact-tab h3 {
	float: left;
	color: #e4dede;
	text-shadow: 1px 1px 1px rgba(000,000,000,0.7);
}

.contact-tab h3:last-child {
	float: right;
	text-align: right;
}

.contact-tab h3 a {
	color: #fff;
	text-transform: lowercase;
}

.contact-tab-logo {
	position: absolute;
	background: url("http://www.elementskitravel.com/images/contact-tab-logo1.png") 0 0 no-repeat;
	right: 0;
	bottom: 0;
	width: 77px;
	height: 48px;
	z-index: 0;
}

ul.footer-links {
	float: left;
	width: 50%;
}

ul.footer-links li a {
	color: #776666;
}

ul.footer-links li a:hover {
	color: #e41660;
	text-decoration: none;
}

/* ---------- FOOTER CONTACT FORM ----------*/

footer label {
	font-size: 0.75em;
	color: #776666;
}

footer input {
	font-size: 0.75em;
	border: none;
	color: #fff;
}

footer input[type=text], 
footer input[type=email] {
	background: #a99999;
	margin: 0 0 5px 5%;
	padding: 3px 0;
}

form input.submit {
	float: right;
	background: -moz-linear-gradient(
		top,
		#fe4a92 0%,
		#e41660);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fe4a92),
		to(#e41660));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f20e6d;
	display: block;
	padding: 10px 16px;
	color: #fff;
}

form input.submit:hover {
	cursor: pointer;
}

/* ---------- FORMS & BUTTONS ---------- */

input[type=button],
input[type=submit] {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 10px;
	background: #e41660; /* Fallback */
	background: -webkit-linear-gradient(top, #fe4a92, #e41660);
	background: -moz-linear-gradient(top, #fe4a92, #e41660);
	background: -ms-linear-gradient(top, #fe4a92, #e41660);
	background: -o-linear-gradient(top, #fe4a92, #e41660);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f20e6d;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	text-shadow: 1px 1px 1px rgba(000,000,000,0.4);
	cursor: pointer;
}

input[type=button]:hover,
input[type=submit]:hover {
	background: #fe4a92; /* Fallback */
	background: -webkit-linear-gradient(top, #e41660, #fe4a92);
	background: -moz-linear-gradient(top, #e41660, #fe4a92);
	background: -ms-linear-gradient(top, #e41660, #fe4a92);
	background: -o-linear-gradient(top, #e41660, #fe4a92);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f20e6d;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 10px rgba(087,087,087,0);
	text-shadow: 1px 1px 1px rgba(000,000,000,0.4);
}

.button a:hover {
	text-decoration: none;
}

.button.big{
	text-transform: uppercase;
	padding: 10px 16px;
	color: #fff;
	white-space: pre-wrap;
}

/* ---------- SLIDESHOW & GALLERY ---------- */

.bf-slideshow {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 38.4%;
	height: 0; 
	overflow: hidden;
	z-index: 0;
}

.bf-slideshow .bf-slideshow-inner,
.bf-slideshow .bf-slideshow-inner img {     
	position: absolute;     
	top: 0;     
	left: 0;     
	width: 100%;     
	height: 100%; 
}

.bf-slideshow span.bf-slideshow-caption {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url('http://www.elementskitravel.com/images/banner_caption-bg.png') 0 0 repeat;	
	margin: 0;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 5;
}

.bf-slideshow span.bf-slideshow-caption > span {
	padding: 8px 10px;
}

.bf-gallery.thumblist {
	margin-bottom: 30px;
}

.bf-gallery.thumblist ul {
	margin: 0;
}

/* ---------- BLOG ---------- */

article.blog_post {
	float: left;
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

article.bf-blog_post:last-of-type {
	border-bottom: 0;
}

article.bf-blog_post .content {
	text-align: left;
	font-weight: normal;
	margin: 0 0 14px;
	line-height: 1.5em;
	border-bottom: 0;
}

.bf-blog_post-list article.blog_post div.content p:last-of-type {
	margin-bottom: 0;
}

.bf-blog_post-top-list,
.bf-addthis {
	float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #DDCCCC;
    padding: 20px 0;
}

.intro {
	display: none;
}

.bf-blog_post-list header.title,
.bf-blog_post header.title,
.bf-blog_post-top-list header,
.bf-content-navigate header {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 15px;
    color: #110000;
}

.bf-blog_post-list header.title a,
.bf-blog_post header.title a,
.bf-blog_post-top-list header a {
	color: #110000;
}

.bf-blog_post-top-list ul {
	margin: 0;
	font-size: 1em;
}

.bf-blog_post-top-list ul li {
	list-style: none;
	margin-bottom: 14px;
}

.bf-blog_post-top-list ul li:last-child {
	margin-bottom: 0;
}

.bf-blog_post-top-list ul li a:first-child {
	font-weight: bold;
}

.bf-blog_post-top-list ul li a:last-child {
	color: #e41660;
}

.bf-blog_post-meta-author-name {
	float: left;
	font-size: 0.875em;
	margin: 0 10px 20px 0;
}

.bf-blog_post-meta-author-social-icons {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.bf-blog_post-left-col {
	float: left;
	margin-right: 3.8%;
	margin-bottom: 18px;
}

.bf-blog_post-small-pic {
	float: left;
	margin-right: 3.8%;
}

.bf-blog_post-small-pic a {
	float: left;
	line-height: 0;
}

.bf-blog_post-left-col {
	float: left;
	line-height: 0;
	margin-right: 3.8%;
}

.intro {
	margin-bottom: 5px;
}

.date {
	font-size: .875em;
	font-style: italic;
}

/* ------ AVAILABILITY TABLE ------ */

.bf-priceavail table {
	width: 100%;
	font-size: 1em;
	line-height: 1.5em;
}

.bf-priceavail .bf-title {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.286em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.125em;
	margin: 0 0 30px;
	color: #110000;
}
.bf-priceavail tr {
	width: 100%;
/*	margin-bottom: 25px;*/
	border-top: 1px solid #ddcccc;
}
.bf-priceavail tr:last-child {
	border-top: none;
}
.bf-priceavail tr.booked td {
	color: #a59c9c;
}
.bf-priceavail tr.bf-headrow {
	border-top: none;
	border-top: 1px solid #c8bebd;
	border-bottom: 1px solid #4c4241;
	background: #a89898; /* Old browsers */
	background: -moz-linear-gradient(top,  #a89898 0%, #786868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a89898), color-stop(100%,#786868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a89898 0%,#786868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a89898 0%,#786868 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a89898 0%,#786868 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89898', endColorstr='#786868',GradientType=0 ); /* IE6-9 */
}
.bf-priceavail th {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.125em;
	text-shadow: 1px 1px 1px rgba(000,000,000,0.4);
	padding: 6px 10px;
	color: #fff;
} 
.bf-priceavail td {
	width: 25%;
	font-size: .875em;
	line-height: 1.75em;
	font-weight: normal;
	color: #776666;
	padding: 5px 10px;
}

/* ------ CONTACT FORM ------ */

.bf-contact-widget {
	width: 100%;
	margin: 0 0 30px;
	border: 0;
}

.bf-contact-widget fieldset {
	padding: 10px 0;
}

.bf-contact-widget .field_group {
	margin-bottom: 20px;
}

.bf-contact-widget .field_group.date-from-field,
.bf-contact-widget .field_group.date-to-field{
	position: relative;
	float: left;
	width: 48%;
	clear: none;
}

.bf-contact-widget .field_group.date-from-field {
	margin-right: 4%;
}

.bf-contact-widget .field_group:last-child {
	margin-bottom: 5px;
}

.bf-contact-widget label {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: .875em;
	text-align: left;
}

.bf-contact-widget input[type=text],
.bf-contact-widget textarea {
	width: 100%;
	padding: 6px 0;
	border: 1px solid #ccc;
}

.bf-contact-widget input.datepicker {
	float: left;
	width: 100%;
	padding: 6px 0;
	border: 1px solid #ccc;
	clear: left;
}

img.datepicker_icon {
	position: absolute;
	right: 5px;
	bottom: 7px;
}

textarea#tx_contact_msg {
	height: 120px;
}

input[type=submit] {
	float: right;
	margin-bottom: 0;
	padding: 10px 16px;
}

.bf-contact-widget .req-fields {
	font-size: .875em;
	margin-bottom: 20px;
}

.bf-contact-widget fieldset.submit {
	border: 0;
	padding: 0;
}

/* ---------- EVERYTHING ELSE ---------- */

.fright {
	float: right;
}

.fleft {
	float: left;
}

.bf-img img {
	width: 100%;
}

.bf-img.left {
	float: left;
	margin: 0 30px 10px 0;
}

.bf-img.right {
	float: right;
	margin: 0 0 10px 30px;
}

#member p {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.row div.border-bottom {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddcccc;
}

.bf-facebook-like {
    margin-bottom: 10px;
}

.protected {
	text-align: center;
}
.protected p {
	margin-bottom: 10px;
}
.protected img {
	width: auto;
	margin: 0 10px 10px;
}
.part-of {
	margin-top: 30px;
}
.part-of img.ttr {
	height: 25px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/************************* MEDIA QUERIES *************************/

/*** Smartphones (portrait and landscape) ***/
@media only screen and (min-width : 0) and (max-width : 30em) /*** 0 - 480px***/ {
	
	header .row.branding .logo a img {
		width: 72%;
		min-width: 220px;
		margin: 15px 0;
	}
	
	.branding .contact {
		margin-top: 0;
		text-align: center;
	}
	
	header .row.branding button.generic.big {
		float: none;
	}
	
	.button.big {
		display: block;
		margin: 0 auto;
	}
	
	.contact-tab {
		margin-top: -48px;
	}
	
	.contact-tab h3 {
		float: none;
		text-align: center;
	}
	
	.contact-tab h3:last-child {
		float: none;
		text-align: center;
	}
	
	div.bf-img {
		float: left;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.bf-img.none figure img {
		width: 100% !important;
	}
	
	div.bf-blog_post-small-pic,
	div.bf-blog_post-left-col {
		float: left;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.bf-blog_post-small-pic a {
		float: none;
	}
	
	.bf-blog_post-small-pic img,
	.bf-blog_post-left-col img {
		width: 100% !important;
	}
	
	footer div.threecol {
		clear: both;
		margin-bottom: 30px;
		text-align: center;
	}
	
	ul.footer-links {
		float: none;
		width: auto;
	}
	
	footer label {
		display: block;
		float: left;
		width: 26%;
		margin-top: 4px;
		margin-right: 4%;
		text-align: left;
	}

	footer input[type=text],
	footer input[type=email] {
		width: 70%;
		margin: 0 0 15px 0;
		padding: 5px 0;
	}
	
	form input.submit {
		float: none;
		margin: 0 auto;
		padding: 10px 16px;
		font-size: 1em;
	}
	
	.protected img {
		height: 38px;
		margin: 0 6px 10px;
	}
	
	img#topp {
		margin-bottom: 20px;
	}	
}

@media only screen and (min-width : 0) and (max-width : 47.9375em) /*** 0 - 767px***/ {
	.bf-blog_post-top-list,
    .bf-content-navigate {
		width: 92%;
		padding: 20px 4%;
	}
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 38%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ddcccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 38%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

	.bf-priceavail th {
		padding: 6px 20px 6px;
	} 
	.bf-priceavail td {
		padding: 5px 20px;
	}
}

@media only screen and (min-width : 30.0625em) and (max-width : 47.9375em) /*** 481px - 767px***/ {
	
	footer .row .inner-wrap div.threecol, 
	footer .row .inner-wrap div.fourcol {
		float: left;
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}
	
	footer label {
		display: block;
		float: left;
		width: 16%;
		margin-top: 4px;
		margin-right: 4%;
		text-align: left;
	}

	footer input[type=text], 
	footer input[type=email] {
		width: 80%;
		margin: 0 0 15px 0;
		padding: 5px 0;
	}
	
	form input.submit {
		float: none;
		margin: 0 auto;
		padding: 10px 16px;
		font-size: 1em;
	}
	
	ul.footer-links {
		float: none;
		width: 100%;
	}
	
	ul.footer-links li {
		float: left;
		margin-right: 4%;
	}
	
	ul.footer-links li:last-child  {
		margin-right: 0;
	}
	
	ul.footer-links.last li:first-child {
		margin-left: 4%;
	}
	
	.bf-img {
		float: left;
		margin-right: 3.8%;
	}
	
	img#topp {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	
	#member {
		float: left;
		width: 48%;
	}
	
	#member p,
	#member img {
		float: right;
	}
	
	.protected img {
		height: 64px;
	}
}

@media only screen and (max-width : 39em) /*** 624px ***/ {
	
	.contact-tab {
		margin-top: -48px;
	}
	
	.contact-tab h3,
	footer .inner-wrap .contact-tab h3:last-child {
		float: none;
		text-align: center;
	}
	
	.contact-tab-logo {
		background: url("http://www.elementskitravel.com/images/contact-tab-logo2.png") 0 0 no-repeat;
		width: 137px;
		height: 84px;
	}
}

@media only screen and (min-width : 30.0625em) and (max-width : 61.1875em) /*** 481px - 979px***/ {
	
	header .row.branding {
		padding-bottom: 10px;
	}
	header .row.branding .logo a img {
		width: 312px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	header .row.branding .eightcol.logo {
		width: 100%;
	}
	
	.branding .contact {
		text-align: left;
	}
	
	.row .threecol.contact,
	.row .threecol.book {
		float: left;
		width: 48.1%;
		margin: 0 3.8% 0 0;
	}
	.row .threecol.book {
		margin-right: 0;
	}
	header .row.branding input.button.big {
		float: right;
		margin-top: 8px;
	}
	
	.contact-tab h3:last-child {
		float: right;
	}
	.row .threecol {
		float: left;
		width: 48.1%;
	}
}

@media only screen and (min-width : 48em) and (max-width : 61.1875em) /*** 768px - 979px***/ {
	
	ul.footer-links div {
		float: left;
	}
	
	footer input[type=text], 
	footer input[type=email] {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 5px 0;
	}
	
	.protected img {
		height: 38px;
	}
	
}

@media only screen and (min-width : 61.25em) /*** 980px ***/ {
	
	footer label {
		display: block;
		float: left;
		width: 33%;
		margin-top: 4px;
		margin-right: 3%;
		text-align: left;
	}

	footer input[type=text],
	footer input[type=email] {
		width: 64%;
		margin: 0 0 15px 0;
		padding: 5px 0;
	}
	
	.row.nav {
		height: 39px;
		overflow: visible;
	}
	
	.main-menu ul li.bl-menu-item-1 {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		padding: 4px 0 3px;
	}
	
	.main-menu ul li {
		position: relative;
/*		display: block;*/
		padding: 7px 0;
	}
	
	.main-menu ul li.active {
		background: #756565; /* Old browsers */
		background: -moz-linear-gradient(top,  #756565 0%, #463636 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#756565), color-stop(100%,#463636)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #756565 0%,#463636 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #756565 0%,#463636 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #756565 0%,#463636 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#756565', endColorstr='#463636',GradientType=0 ); /* IE6-9 */
	}

	.main-menu ul li a {
		display: block;
		padding: 0 16px 0;
		color: #fff;
	}
	
	.main-menu ul li.active a,
	.main-menu ul li a:active,
	.main-menu ul li a:hover {
		color: #e41660;
		text-decoration: none;
	}
	
	.main-menu ul li.bl-menu-item-1 a {
		background: url('http://www.elementskitravel.com/images/home-link.png') 50% 0 no-repeat;
		width: 30px;
		height: 31px;
	}
	
	.main-menu ul li.bl-menu-item-1 a:hover {
		background-position: 50% 100%;
	}
	
	.main-menu ul li.active.bl-menu-item-1 a,
	.main-menu ul li.active.bl-menu-item-1 a:active, 
	.main-menu ul li.active.bl-menu-item-1 a:hover {
		background: url('http://www.elementskitravel.com/images/home-link.png') 50% 100% no-repeat;
		width: 30px;
		height: 31px;
	}
	
	.main-menu ul ul {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		width: 220px;
		height: 0;
		margin: 0;
		padding: 0;
		z-index: 100;
		top: 105%;
		left: 0;
		text-align: left;	
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.main-menu ul ul:after { 
		content:'';
		display:block;
		position:absolute;
		top: -12px;
		left: 15px;
		width: 16px;
		height: 12px;
	}
	
	.main-menu ul ul li {
		clear: both;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 0.85em;
		border-bottom: 1px solid #4c4241;
		background: #a89898; /* Old browsers */
		background: -moz-linear-gradient(top,  #a89898 0%, #786868 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a89898), color-stop(100%,#786868)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #a89898 0%,#786868 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #a89898 0%,#786868 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #a89898 0%,#786868 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89898', endColorstr='#786868',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 0 0 3px 3px; /*add some nice CSS3 round corners*/
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		-moz-box-shadow: 0 3px 6px 0 rgb(0, 0, 0); /* Fallback */
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
		-webkit-box-shadow:  0 3px 6px 0 rgb(0, 0, 0); /* Fallback */
		-webkit-box-shadow:  0 3px 6px 0 rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 6px 0 rgb(0, 0, 0); /* Fallback */
		box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
/*		border-bottom: 1px solid #e4e4e4;*/
	}
	
	.main-menu ul ul li:last-child {
		border-bottom: 0;
	}
	
	.main-menu ul ul li.bl-menu-li2 a {
		color: #fff;
		padding: 6px 16px;
	}
	.main-menu ul ul li.bl-menu-li2.active a, 
	.main-menu ul ul li.bl-menu-li2 a:hover {
		color: #e41660;
	}
	
	.main-menu ul li:hover ul, 
	.main-menu ul a:hover ul {
		visibility: visible;
		display: block;
		opacity: 1;
		height: 100%;
	}
	
	.protected img {
		height: 54px;
	}
	
	/********** STICKY FOOTER **********/
	
/*	html, body, .wrapper { 
		height: 100%; 
	}
	
	#container {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -251px; the bottom margin is the negative value of the footer's height 
	}
	
	footer, .push {
		height: 251px; /* .push must be the same height as .footer 
	}
	
	footer {
		padding-bottom: 0;
	}*/
}
/*
     FILE ARCHIVED ON 03:55:59 Dec 23, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:35:05 Nov 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.652
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 6.971
  LoadShardBlock: 361.592 (3)
  PetaboxLoader3.datanode: 207.885 (5)
  PetaboxLoader3.resolve: 503.732 (3)
  load_resource: 665.837 (2)
*/