#main-menu .primary-toggle {
	display:none;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media all and (max-width: 1024px) {

	/* Global */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
	}
	img {
		height: auto;
	}
	/* Content */
	#wSite {
		padding-top: 0;
	}
	#header {
		width: auto;
	}
	#wBanner {
		width: auto;
		overflow: hidden;
		position: relative;
		border-radius: 0.5em;
	}
	.header-unit {
		min-height: 25em;
	}
	iframe.fillWidth {
		margin-top: -360px;
	}
	video.fillWidth {
		margin-top: -100px;
	}
	.wImage > img {
	    max-width: 944px;
	    width: 944px;
	}
	#wSidebar {
		width: 28%;
		margin-right: 2%;
	}
	#wContent {
		width: 70%;
	}
	#wContent .categories .wrap {
		margin: 0 2%;
    	width: 29%;
	}
	#wSidebar #subscribeNewsletter {
		width: 235px;
	}
	#breadcrumb {
		padding-top: 0.25em;
	}
	#breadcrumb, #slogan, #wMenu,
	#categories .accordionMenu h3,
	#wFooter #copyright {
		width: 100%;
		float: none;
	}
	#wBottom {
		width: 92%;
	}
	#wMenu ul li {
		padding: 8px 10px 5px;
	}
	#wContent .highlights .wrap {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	/* Accomodation */
	.directory h1 {
		background: none;
	}
	.icon_large {
	    width: 50px;
	}
	.sttext .icon_large:first-of-type {
	    width: 100px;
	}
	.listing .icons .icon_large {
		width: 250px;
	}
	#image-wrapper {
		margin-top: 1em;
		width: 60%;
	}
	#image-wrapper .main-image, #image-wrapper .main-image img {
		height: auto !important;
		width: 100% !important;
	}
	#image-wrapper .thumb {
		margin: 0 0.25em 0.75em !important;
	}
	#informations {
	    width: 39%;
	}
	.gridtable #informations {width:100%;}

}
@media all and (max-width: 991px) {
	/* Header */
	#header .description {
		top: 53px;
		right: 2%;
		width: 78%;
		font-size: 14px;
	}

	/* Homepage */
	#main-content #events .row-fluid .col-3 {
		width:50%;
	}
	#main-content #events .row-fluid .col-3:nth-child(even) {
		padding-right:0;
	}

	/* Sidebar Right */
	#main-content #content-right {
		width:100%;
		padding-top:10px;
		float:none;
	}
	#main-content #content-right ul li {
		margin-bottom: 8px;
		display: inline-block;
		vertical-align: middle;
		width: 24%;
	}

	/* Menu */
	#main-menu {
		position:relative;
		height:45px;
	}
	#main-menu ul {
		position: absolute;
		top:35px;
		z-index: 100;
		background-color: white;
		display:none;
	}
	#main-menu ul li {
		width:100%;
		display: inline-block;
		width:100%;
		max-width:100%;
		padding:0;
		position: relative;
	}
	#main-menu ul li a {
		border-bottom: 1px solid rgba(0,0,0,0.05);
		padding: 1em 0.75em;
		display: inline-block;
		width:100%;
	}
	#main-menu ul li .sub-menu {
		display:none;
	}
	#main-menu ul li .sub-menu ul {
		display:block;
		position: relative;
		top:0;
		box-shadow:none;
		width:100%;
	}
	#main-menu ul li .sub-menu ul li {
		width:100%;
	}
	#main-menu ul li .sub-menu ul li a {
		padding: 1em 0.75em;
		text-align: center;
	}
	#main-menu ul li.is-open .sub-menu {
		display:block;
	}
	#main-menu .primary-toggle {
		display:block;
	}
	#main-menu .primary-toggle img, #main-menu .primary-toggle span {
		display:inline-block;
		vertical-align: middle;
		cursor:pointer;
	}
	#main-menu .primary-toggle img {
		width:25px;
	}
	#main-menu .primary-toggle span {
		font-size:25px;
	}
	#main-menu .show-submenu {
	    position: absolute;
	    right: 0;
	    top: 0;
	    cursor: pointer;
	    font-size: 1.5rem;
	    padding: 1em 0.75em;
	    -webkit-transition: -webkit-transform 0.2s ease;
	    transition: transform 0.2s ease;
	    height: 53px;
		width: 53px;
		background-image:url(images/down-arrow.png);
		background-repeat:no-repeat;
		background-size: 20px;
		background-position: center;
	}
	#main-menu ul li.is-open .show-submenu {
		background-image:url(images/top-arrow.png);
	}

	/* BookShop Page */
	#productSlider {
		width:100%;
		position: relative;
	}
	#productSlider .navigation {
		position: absolute;
		z-index:10;
	}
	#productSlider .navigation:first-child {
		left:0;
	}
	#productSlider .navigation:last-child {
		right:0;
	}
	#productSlider #slider {
		margin-left:0;
	}

	/* Tabs */
	#tabsNavigation li:first-child {margin-left:0 !important;}
	#tabsNavigation li:nth-child(2){margin-left:119px !important;}
	#tabsNavigation li:nth-child(3){margin-left:250px !important;}
	#tabsNavigation li:nth-child(4){margin-left:298px !important;}
	#tabsNavigation li:nth-child(5){margin-left:337px !important;}
	#tabsNavigation li:nth-child(6){margin-left:392px !important;}
	#tabsNavigation li:nth-child(7){margin-left:474px !important;}

	#main-content .datatable tr {
		border-bottom: 1px solid #E4E4E4;
	}
	#main-content .datatable td {
		padding-top:15px;
		padding-bottom:15px;
	}
	#main-content .datatable tr td:first-child img{

	}

	#main-content #content-left #main-banner .item .content {
		top:0;
	}
	#main-content #content-left #main-banner #subscribe-newsletter {
		left:0;
		right:0;
		width:100%;
	}

}
@media all and (max-width: 900px) {

	/* Header */
	#header {
		width: 100%;
	}
	#wHeader {
		position: relative;
	}
	#logo {
		height: auto;
		width: 190px;
	}
	#wSocial {
		position: absolute;
	    right: 1em;
	    top: 0.5em;
	}
	#social {
		clear: both;
	}
	#breadcrumb, #badges, #subscribeNewsletter {
		display: none;
	}
	#slogan, #wMenu ul {
		text-align: left;
	}
	.header-unit {
		min-height: 9em;
	}
	.header-unit h6 {
		font-size: 3.5rem;
		margin: 10px 0;
	}

	/* Content */
	#wSidebar, #wSidebar #categories, 
	#categories .accordionMenu h3, 
	#categories .accordionMenu ul, 
	#categories	.accordionMenu > ul > li,
	#categories .accordionMenu > ul > li > span.label,
	#categories .accordionMenu ul ul li span.label,
	#addbanner, #wContent {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 1em;
	}
	#wContent, #addbanner {
		padding-top: 0.5em;
	}
	#addbanner {
		text-align: right;
	}
	#wContent .categories .wrap {
		background: none;
		padding-left: 0;
		margin-left: 0;
	}
	#wSidebar > div {
	    float: left;
	}
	#categories .accordionMenu {
		cursor: pointer;
	}
	#categories .accordionMenu > ul {
		display: none;
	}
	#categories .accordionMenu h3:before {
	    content: "+";
	    padding-right: 0.5em;
	}
	#categories .accordionMenu > ul > li {
		margin-bottom: 0.5em;
	}
	#categories .accordionMenu > ul > li > span.label {
		padding: 7px;
		margin-bottom: 0;
	}
	#badges {
		margin-right: 1em;
	}
	iframe.fillWidth, video.fillWidth{display:none;}
}

@media all and (max-width: 820px) {
	#informations .stars {width:78px;}
	#informations .stars .star{width:12px;height:12px;background-size: 12px 12px;background-position: center;}
}

@media all and (max-width: 768px) {
	/* Header */
	#header .description {
		display:none;
	}

	/* Menu */
	#main-menu .primary-toggle {
    	padding: 0 10px;
    }

    /* Content */
    #main-content #content-left {
    	min-height:auto;
    }
    #content {
    	padding:10px;
    }
    .col-3 {
    	width:50%;
    }
	#cartTable,
	.earlyBirdStripDivCat,
	#main-content .datatable {
		width:100%;
	}

	/* Tabs */
	#tabsNavigation li .tabLeft, #tabsNavigation li .tabRight {
		display:none;
	}
	#tabsNavigation {font-size: 0; height:auto !important;}
	#tabsNavigation li, #tabsNavigation li:first-child, #tabsNavigation li:nth-child(2),
	#tabsNavigation li:nth-child(3), #tabsNavigation li:nth-child(4), #tabsNavigation li:nth-child(5)
	,#tabsNavigation li:nth-child(6), #tabsNavigation li:nth-child(7) {
		position: relative;
		margin-left: 0!important;
		display:inline-block;
		vertical-align:middle;
		font-size: 11px;
		width:25%;
		height:auto!important;
	}
	#tabsNavigation li .tabTitle {
		float:none !important;
		height:auto !important;
		width:100%;
		padding:5px;
	}
	#tabsNavigation li .tabTitle {
		background-image: none!important;
		background-color:#508561!important;
	}
	#tabsNavigation li.active .tabTitle {
		background-image: none!important;
		background-color:#e3e3e3!important;
	}

}

@media all and (max-width: 750px) {

	/* Header */
	#slogan {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	    font-size: 16px;
	    padding-bottom: 0.25em;
	    text-align: center;
	}
	.menu-toggle {
		display: block;
	}
	#wMenu .sf-menu {
		display: none;
	}
	#wMenu ul li {
		width: 100%;
		display:block;
	}
	.header-unit {
		min-height: 7em;
	}
	.header-unit h6 {
		font-size: 3rem;
		margin:0;
	}
	/* Accomodation */
	.directory h1 {
		clear: both;
		height: auto;
		padding-bottom: 0;
		border-bottom: 1px dotted #CCCCCC;
	}
	.icon_large {
		float: left;
		margin: 0 10px 10px 0;
	}
	.sttext .icon_large:first-of-type {
	    float: right;
	}
	#image-wrapper, #image-wrapper .main-image, #image-wrapper .main-image img {
		height: auto !important;
		width: 100% !important;
	}
	#informations {
	    float: none;
	    width: 100%;
	}
	.gridimage {margin-bottom:30px !important; margin-top: 20px;}
	table.gridtable{display:block; border: none!important; padding: 10px 0px!important;  background-color: #fff!important;}
	.gridtable td{border: none!important; padding: 10px 0px!important;  background-color: #fff!important; display: block!important; width:100%!important;}
	.gridtable tr{border-bottom:1px solid #276279;}

	#informations .stars {top:10%;right:0 !important;}
	#informations .icon {background-size: 177px auto;width:35px;height:35px; }

	#informations .icon.icon-wifi { background-position: 0 0; }
	#informations .icon.icon-wifi-charge { background-position: -35px 0; }
	#informations .icon.icon-disabled-facilities { background-position: -71px 0; }
	#informations .icon.icon-pet-friendly { background-position: -106px 0; }
	#informations .icon.icon-swimming-pool { background-position: -142px 0; }
	#informations .icon.icon-bed { background-position: 0 -36px; }
	#informations .icon.icon-bed-4 { background-position: -36px -36px; }
	#informations .icon.icon-bed-6 { background-position: -71px -36px; }
	#informations .icon.icon-bed-8 { background-position: -107px -36px; }
	#informations .icon.icon-bed-10 { background-position: -141px -36px;}
	#informations .icon.icon-self-contained { background-position: 0 -71px; }
	#informations .icon.icon-cot { background-position: -36px -71px; }
	#informations .icon.icon-babysitting { background-position: -71px -71px; }
	#informations .icon.icon-high-chair { background-position: -107px -71px; }
	#informations .icon.icon-baby-friendly { background-position: -142px -71px; }
	#informations .icon.icon-extra-kids-features { background-position: 0 -107px; }
	#informations .icon.icon-playground { background-position: -35px -107px; }
	#informations .icon.icon-washing-machine { background-position: -71px -107px; }
	#informations .icon.icon-bed-5 { background-position: -107px -107px; }
	#informations .icon.icon-bed-7 { background-position: -142px -107px; }
	#informations .icon.icon-bed-9 { background-position: 0 -142px; }
	#informations .icon.icon-bed-12 { background-position: -36px -142px; }
	#informations .icon.icon-bed-15 { background-position: -71px -142px; }

	
	#informations .features {
		height: auto;
		padding:0;
		top:-12%;
		left:-12%;
	}
	#informations .features ul li {
		float: none;
		display: inline-block;
	}

	.gridtable #informations .features{top: 30px; left: 10px;}
	
	#main-content #content-left #main-banner .item .title {
		font-size:1.5em;
	}
	#main-content #content-left #main-banner .item .content {
		top:0;
		left:0;
		right:0;
		width:100%;
	}
	#main-content #content-left #main-banner .item .copy {
		margin-left:0;
	}
	#main-content #content-left #main-banner .item .thumb {
		margin-top:-23px;
	}
	#main-content #content-left #main-banner .item, #banner {
		height:auto;
	}
	#main-content #content-left #main-banner .item > img {
		height: 100%;
		width: auto;
		max-width: 200%;
	}
	#main-content #content-left #main-banner #subscribe-newsletter form input {
		width:33%;
	}
}

@media all and (min-width: 750px) {
	#wMenu .sf-menu {
	    display: block !important;
	}
}

@media all and (max-width: 600px) {
	#main-content #content-left #main-banner{border-bottom:0;}
	#banner {
		height: 261px;
	}
	.header-unit {
		min-height: 5em;
	}
	.header-unit h6 {
		margin: 0;
		font-size: 2rem;
	}
	iframe.fillWidth, video.fillWidth {
		margin-top: -50px;
	}
	.productRowWithEarlyBird .ajaxBirdClockDiv {
		left:0;
		right:0;
	}
	.productRowWithEarlyBird .earlybirdTable {
		left:0;
		width:100%;
		top:-208px;
	}
}

@media all and (max-width: 500px) {
	#banner p {
		font-size:12px;
	}
	/* Content */
	#wBanner, #addbanner{
		display: none !important;
	}
	.header-unit {
		min-height: 4.5em;
	}
	.header-unit h6 {
		font-size: 1.5rem;
	}
	iframe.fillWidth, video.fillWidth {
		margin-top: -25px;
	}
	#wContent .categories .wrap {
		width: 28%;
	}
	#wContent .categories .wrap .thumbnail {
		width: 100%;
		text-align: center;
	}
	#wContent .highlights .wrap .thumbnail {
		margin: 0 0 10px 0;
		width: 100%;
	}
	#formReview td input, table.sttext td input,
	#formReview td textarea, table.sttext td textarea {
	    width: 100%;
	}
	#formReview td textarea, table.sttext td td textarea {
	    height: 8em;
	}
	#formReview td .limited {
		display: block;
	}
	#formReview td .limited .limit {
		margin-top: 8.75em !important;
	}
	table {overflow-y: scroll;}

	#tabsNavigation li {width:100% !important;}

	form table {
		width:100% !important;
	}

	#checkout table, #checkout table tbody, #checkout table tr, #checkout table tr td {
		display:block;
		white-space: normal;
	}
	#checkout table tr td.sttext input, #checkout table tr td.sttext select {
	 	width:96%;
	}
	#checkout table tr td.sttext #termstext {
		width:100%;
		text-align:left;
		white-space: normal;
	}
	#checkout table tr td.sttext #termstext input, #checkout table tr td.sttext #join {
		width:13px;
		display: inline-block;
	}
	#checkout .wrap-table + h4 {
		font-size:20px;
	}
	.lightbox {
		left:0;
		margin:0;
		width:100%;
		height:100%;
		top:40%;
	}
}
@media all and (max-width: 480px) {
	.bann-text{
		padding-top:0.5em!important;
	}
	#banner {
		height:220px;
	}
	#banner p {
		font-size:12px;
	}
	#main-content #content-left #main-banner .item .copy {
		margin-top:3px;
	}
	#main-content #content-left #main-banner .item .thumb {
		width:75px;
		margin-top: -7px;
	}
	/* Homepage */
	#main-content #events .row-fluid .col-3 {
		width:100%;
		padding-right:0;
	}
	#main-content #content-right ul li {
		width:32%;
	}

	/* Bookshop page single */
	#productDetails, #productSidebar {width:100% !important;}

	/* Header */
	#productHeader #productTitle, #productHeader #itemsInTrolley {
		width:100% !important;
		float:none !important;
		text-align: left !important;
	}
	#itemsInTrolleyCart {
		width: 14% !important;
		float: left !important;
	}
	#itemsInTrolleyItems {
		width: 85% !important;
	}

	/* Content */
    .col-3 {
    	width:100%;
    }

    /* Footer */
    #main-content #content-right ul li {
    	width:49%;
    }

    .wrap-table {
    	overflow:scroll !important;
    }
    .wrap-table .datatable tr {
    	display:block;
    }
    .wrap-table .datatable tr td {
    	display:block;
    }
    .productRowWithEarlyBird .earlybirdTable {
    	background-color:white;
    }
    .productRowWithEarlyBird .earlybirdTable tr {
		display:inline-block;
		vertical-align: top;
    }
    .productRowWithEarlyBird .earlybirdTable tr td {
    	height:90px;
    }
    #main-content #content-left #main-banner #subscribe-newsletter form input {
		width:25%;
	}
	#main-content #content-left #main-banner #subscribe-newsletter form button {
		padding:0;
	}
	.cart-form .datatable tr {
		font-size:0;
	}
	.cart-form .datatable tr th, .cart-form .datatable tr td {
		font-size:14px;
		display: inline-block;
		vertical-align: top;
		width:25%;
	}
	.cart-form .datatable tr td {
		border-bottom:0;
	}
	.cart-form .datatable .attendees-section {
		width:100%;
	}
	.cart-form .datatable .attendees-section + td {
		width:100%;
	}
	.cart-form .datatable .attendee {
		width:8%;
	}
	.cart-form .datatable .phone {
		width:42%;
	}
	.cart-form .datatable .totals {
		width:19%;
	}
	.cart-form .datatable .totals {
		width:15%;
	}
}
@media all and (max-width: 350px) {
	#banner {
		height:164px;
	}
	#banner p {
		font-size:10px;
	}
	#main-content #content-left #main-banner .item .copy {
		margin-top:3px;
	}
	#main-content #content-left #main-banner .item .thumb {
		width:75px;
		margin-top: -7px;
	}
	/* Header */
	.menu-toggle {
		font-size: 1em;
		right: 1.5em;
    	top: 6em;
	}
	#wMenu ul li {
		width: 100%;
	}
	/* Content */
	.icon_large {
	    margin: 0 5px 7px 0;
	}

}