div#wrap {
	width: 100%;
	padding: 0px 35px;
}

.desktop-only {
	display: none;
}
.mobile-only {
	display: block;
}

/*** LOGOS ***/
div.logo img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 500px;
}
div.logo p {
	margin-bottom: 20px;
	line-height: 24px;
	text-align: center;
}

/*** MENUS ***/
div#navigation {
	display: none;
}
div.slicknav_menu {
	display: block;
	background: #547D97;
}
.slicknav_nav a:hover, .slicknav_row:hover {
	background: #3C6B88 !important;
	text-decoration: none;
	color: #FFFFFF;
}
a.slicknav_btn {
	background: #3C6B88;
}
div.social-icons-block {
	width: 80px;
	float: left;
    margin: 10px 0 0 10px;
}
ul.slicknav_nav li.seperator {
	border-bottom: 2px solid #224D66;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}

/*** GENERAL LAYOUT ***/
h1 {
	padding: 10px 10px 0px;
}

div#content div.column.width-2 {
	display: none;
}

div#content div.column.width-1, div#content div.column.full-width {
	width: 100%;
}

div#content div.column.width-1 div.block-head, div#content div.column.full-width div.block-head {
	display: none;
}
div#content div.column.width-1 div.block-foot, div#content div.column.full-width div.block-foot {
	background: none !important;
	width: auto;
}
div#content div.column.width-1 div.block-content, div#content div.column.full-width div.block-content {
	background: #FFFFFF;
	width: 100% !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#content div.column.width-1 div.block-content .content-padding, div#content div.column.full-width div.block-content .content-padding {
	padding: 10px 15px;
}

/*** HOMEPAGE ***/
div.home-search {
	width: 100%;
}
div.home-search h3 {
	font-size: 12px;
	padding: 0px 10px;
}
div.home-gallery {
	display: none !important;
}

div.sub-column {
	float: none !important;
	width: 100% !important;
	margin-bottom: 50px !important;
	clear: both;
}

.item.featured {
	margin: 0px 10px;
}

.item.home h2 {
	clear: both;
	margin-top: 15px;
	margin-left: 0px !important;
}
.item.home p {
	margin-left: 0px !important;
}
.item.home a.image-container {
	margin-bottom: 15px;
	margin-right: 10px;
}
.item.phone img {
	margin-bottom: 15px;
}
.item.phone p {
	clear: both;
	margin: 10px;
}

/*** SEARCH, TABS, LISTINGS ***/
div.refine-search {
	padding-top: 10px;
}
.block-tabs {
	bottom: -2px;
}

.listing .item.home {
	width: 100%;
	margin-bottom: 0px;
}
.listing-links {
	border-left: 0px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0px !important;
	padding-bottom: 10px;
}
div.tt.specialoffer {
	float: left;
	margin-right: 10px;
}
.listing-links ul {
	clear: both;
	text-align: left !important;
	margin: 0 !important;
}
.listing-links ul li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
p.listing-offers {
	margin-left: 0px !important;
}

div.block-search-header {
	margin-bottom: 15px;
}

div.block-featured {
	text-align: center;
}
div.block-featured .item {
	display: inline-block;
	float: none;
	vertical-align: top;
}
div.block-featured .line.dotted {
	margin-bottom: 15px;
}
.special_offers {
	text-align: center;
}

/*** PROFILE PAGE ***/
div.profile-editors-pick div.f-left {
	width: 60% !important;
}
div.profile-editors-pick div.f-right {
	width: 40% !important;
}
p.places-to-stay-visit {
	text-align: center;
}
p.places-to-stay-visit span.f-right {
	display: block;
	float: none;
	margin-top: 5px;
}
.profile-gallery {
	width: auto;
}
.image-container.large {
	margin: 0px !important;
}

/*** FORMS ***/
.contact-form input, .contact-form select, .contact-form textarea {
	width: 100%;
}

form#name_search .f-left {
	float: none;
	width: 100%;
}

#form_section input[type="text"] {
	width: 100%;
}

/*** PAGING ***/
span.page-numbers {
	clear: both;
	display: block;
}

/*** FAVOURITES SIDEBAR ***/
#favourites-sidebar.open {
	margin-left: -63px;
}
#favourites-sidebar--content {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*** UPDATE PAGE ***/
#captcha-img {
	margin: 0px;
}

/*** BUTTON OVERRIDES ***/
input.button {
	background-image: none !important;
	width: auto !important;
	font-size: 10px !important;
	padding: 0px 5px !important;
	background: #526470 !important;
	background: -moz-linear-gradient(top,  #546673 0%, #3d4b55 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546673), color-stop(100%,#3d4b55)) !important;
	background: -webkit-linear-gradient(top,  #546673 0%,#3d4b55 100%) !important;
	background: -o-linear-gradient(top,  #546673 0%,#3d4b55 100%) !important;
	background: -ms-linear-gradient(top,  #546673 0%,#3d4b55 100%) !important;
	background: linear-gradient(to bottom,  #546673 0%,#3d4b55 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546673', endColorstr='#3d4b55',GradientType=0 ) !important;
	border-radius: 3px;

}
input.button:hover {
	background: #36424A !important;
}
.mobile-fullwidth {
	width: 100%;
}

#tbniframe1, #tbniframe2, #tbniframe, #TBNiframe {
	width: 100%;
}

/*** SPECIAL OFFERS ***/
.special-offers-info {
	width: 100%;
}
.special-offers-signin {
	float: none;
	width: 245px;
	margin: 0 auto 10px;
}

/*** STATS ORDERS MODAL ***/
img.wv-badge {
	float: left;
	margin-left: 0px;
}

/*** NEW LOGIN ***/
form#loginstep1 {
	width: 100%;
	float: none;
}
form#loginstep1 input.email-field {
	max-width: 90%;
}
div#fb-js-show {
	width: 100%;
	float: none;
	text-align: center;
}
div#fb-js-show div.fb-or {
	float:none;
	margin-bottom:10px;
}

/*** FAVOURITES SIDEBAR ***/
#favourites-sidebar--tab2 {
	display: block;
}
#favourites-sidebar--tab {
	display: none;
}

/*** SIGNUP BAR ***/
div#signup-bar {
	height: auto;
}
div#signup-bar-inner {
	width: 100%;
	padding: 0 15px;
	height: auto;
}
div#signup-bar-inner-left {
	width: 100%;
	height: auto;
	float: none;
	line-height: 20px;
	padding: 10px 0 0;
}
div#signup-bar-inner-right {
	width: 100%;
	height: auto;
	float: none;
	padding: 0 0 10px;
}