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

/* Tablet Screen Sizes */
@media only screen and (max-width: 1023px) {
	
	/* BOOKINGS CALENDAR */
	#calendar_container {
		width: 100%;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.calendar_label {
		display: none;
	}
	
	.calendar_cell {
		float: none;
		height: auto;
		margin-right: 0px;
		margin-left: 0px;
		min-height: 35px;
		width: 100%;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.calendar_cell.blank {
		display: none;
	}
	
	.calendar_cell .day_number {
		display: none;
		left: 10px;
		right: 0px;
	}
	
	.calendar_cell .day_number.responsive {
		display: block;
	}
	
	.calendar_cell .day_name {
		display: block;
		left: 70px;
	}
	
	.calendar_cell .calendar_cell_content {
		height: auto;
		margin-bottom: 10px;
		overflow: initial;
		width: 100%;
	}
	
	.calendar_cell .calendar_cell_content ul {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.calendar_cell .calendar_cell_content ul li {
		font-size: 13px;
	}
	
	.calendar_cell .calendar_cell_content ul li .booking_timeslot {
		display: inline-block;
		margin-left: 10px;
		width: 100px;
	}
	
	.calendar_cell .calendar_cell_content ul li .booking_name {
		display: inline-block;
		width: 165px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	/* Resize the body */
	body {
		min-width: 768px;
	}
	
	/* Resize the row */
	.row {width:768px;}
	
	/* Resize the columns */
	.col_12 {width:748px;}
	.col_9 {width:556px;}
	.col_8 {width:492px;}
	.col_6 {width:364px;}
	.col_4 {width:236px;}
	.col_3 {width:172px;}
	.col_2 {width:108px;}
	
	/* HEADER */
	#menu {
		display: none;
	}
	
	.header-left, .header-right, .header-center {
		display: none;
	}
	
	.header-full {
		display: block;
	}
	
	.top_line_right {
		display: none;
	}
	
	#responsive_menu {
		display: block;
	}
	
	/* PRODUCTS */
	#sort_menu_navigation {
		display: none;
	}
	
	#number_of_products_form {
		margin-left: 5px;
	}
	
	#left_menu ul li a {
		font-size: 12px;
	}
	
	.thumbnail {
		width: 250px;
		margin-right: 2px;
		margin-bottom: 2px;
		text-align: center;
	}
	
	.img_border {
		display: none;
	}
	
	#gal1 {
		display: none;
	}
	
	#gal2 {
		display: block;
		text-align: center;
	}
	
	.img_border_reduced {
		display: block;
		text-align: center;
	}
	
	.basket_preview_description {
		width: 638px;
	}
	
	.footer-standard {
		display: none;
	}
	
	.footer-small {
		display: block;
	}
	
	.home-section-large {
		display: block;
	}
	
	.home-section-small {
		display: none;
	}
	
	/* MY ACCOUNT */
	#my_account_middle {
		width: 100%;
	}
	
	#tab_sub_menu {
		width: 100%;
	}
	
	#my_account_middle #tab_content .member_product_wrapper {
		width: 222px;
	}
	
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* Resize the body */
	body {
		min-width: 480px;
	}
	
	/* Resize the row */
	.row {width:480px;}
	
	/* Resize the columns */
	.col_12 {width: 460px;}
	.col_9 {width: 340px;}
	.col_8 {width: 300px;}
	.col_6 {width: 220px;}
	.col_4 {width: 140px; margin-left: 10px;}
	.col_3 {width: 100px; margin-left: 10px;}
	.col_2 {width: 60px; margin-left: 10px;}
	
	/* HEADER */
	/*#logo {
		text-align: center;
		width: 460px;
	}*/
	
	.header-left, .header-right, .header-center {
		display: none;
	}
	
	.header-full {
		display: block;
	}
	
	#menu {
		display: none;
	}
	
	.top_line_right {
		display: none;
	}
	
	#responsive_menu {
		display: block;
	}
	
	/* PRODUCTS */
	#left_menu ul li a {
		font-size: 12px;
	}
	
	#sort_menu_navigation {
		display: none;
	}
	
	#number_of_products_form {
		margin-left: 5px;
	}
	
	#upshot {
		text-align: left;
	}
	
	.product_card_save {
		display: none;
	}
	
	.img_border {
		display: none;
	}
	
	.thumbnail {
		width: 140px;
		text-align: center;
	}
	
	#gal1 {
		display: none;
	}
	
	#gal2 {
		display: block;
		text-align: center;
	}
	
	.img_border_reduced {
		display: block;
	}
	
	/*#product_attributes_standard {
		display: none;
	}*/
	
	/*#product_attributes_responsive {
		display: block;
	}*/
	
	/*#standard_description {
		display: none;
	}*/
	
	/*#responsive_description {
		display: block;
	}*/
	
	.standard_reviews {
		display: none;
	}
	
	.responsive_reviews {
		display: block;
	}
	
	.basket_preview_description {
		width: 350px;
	}
	
	/* MY ACCOUNT */
	#my_account_middle {
		width: 100%;
	}
	
	#tab_sub_menu {
		width: 100%;
	}
	
	#my_account_middle #tab_content .member_product_wrapper {
		width: 199px;
	}
	
	#my_account_middle #tab_content .member_product_wrapper.left.odd,
	#my_account_middle #tab_content .member_product_wrapper.center.odd,
	#my_account_middle #tab_content .member_product_wrapper.right.odd {
		margin-right: 10px;
		margin-left: 0px;
	}
	
	#my_account_middle #tab_content .member_product_wrapper.left.even,
	#my_account_middle #tab_content .member_product_wrapper.center.even,
	#my_account_middle #tab_content .member_product_wrapper.right.even {
		margin-right: 0px;
		margin-left: 10px;
	}
	
	/* PAYMENT PAGES */
	#sagepay_iframe_container {
		width: 460px;
	}
	
	.footer-standard {
		display: none;
	}
	
	.footer-small {
		display: block;
	}
	
	.banner-title {
		padding-top: 70px;
	}
	
	.banner-button {
		padding-top: 120px;
	}
	
	.home-section-large {
		display: block;
	}
	
	.home-section-small {
		display: none;
	}
	
}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
	
	/* Resize the body */
	body {
		min-width: 320px;
	}
	
	/* Resize the row */
	.row {width:320px;}
	
	/* Resize the columns */
	.col_12 {width: 300px;}
	.col_9 {width: 300px;}
	.col_8 {width: 300px;}
	.col_6 {width: 300px;}
	.col_4 {width: 300px; margin-left: 10px;}
	.col_3 {width: 300px; margin-left: 10px;}
	.col_2 {width: 300px; margin-left: 10px;}
	
	/* HEADER */
	/*#header {
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}*/
	
	.header-left, .header-right, .header-center {
		display: none;
	}
	
	.header-full {
		display: block;
	}
	
	#menu {
		display: none;
	}
	
	.top_line_right {
		display: none;
	}
	
	#responsive_menu {
		display: block;
	}
	
	/* FOOTER */
	#upshot {
		text-align: left;
	}
	
	/* PRODUCTS */
	#sort_menu label {
		width: 75px;
	}
	
	#sort_menu_navigation {
		display: none;
	}
	
	#number_of_products_form {
		margin-left: 5px;
	}
	
	#number_of_products_form label {
		width: 75px;
	}
	
	#left_category_menu {
		display: none;
	}
	
	.product_card_save {
		display: none;
	}
	
	.thumbnail {
		display: none;
	}
	
	.img_border {
		display: none;
	}
	
	#mobile_picture_details {
		display: block;
		height: 340px;
		margin: 20px;
		margin-left: 10px;
		width: 280px;
	}
	
	#breadcrumbs {
		display: none;
	}
	
	.basket_preview_description {
		width: 190px;
	}
	
	/* SLIDER */
	#content {
		height: 340px;
		margin: 0px;
		position: relative;
		width: 280px; 
	}
	
	#slider {
		height: 340px;
		width: 280px;
	}
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#slider2 {
		margin-top:1em;
	}
	
	#slider li, #slider2 li {
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width: 300px;
		height: 340px;
		overflow: hidden;
	}
	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev {
		display: block;
		width: 20px;
		height: 50px;
		position: absolute;
		left: 0px;
		top: 145px;
		z-index: 1000;
		margin-left: 10px;
	}
	
	#nextBtn, #slider1next {
		left: 260px;
	}
	
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {
		display: block;
		position: relative;
		width: 20px;
		height: 50px;
		background:url('../images/btn_prev.png') no-repeat 0 0;
	}
	
	#nextBtn a, #slider1next a {
		background:url('../images/btn_next.png') no-repeat 0 0;
	}
	
	/*#product_attributes_standard {
		display: none;
	}*/
	
	/*#product_attributes_responsive {
		display: block;
	}*/
	
	/*#standard_description {
		display: none;
	}*/
	
	/*#responsive_description {
		display: block;
	}*/
	
	.standard_reviews {
		display: none;
	}
	
	.responsive_reviews {
		display: block;
	}
	
	.footer-standard {
		display: none;
	}
	
	.footer-small {
		display: block;
	}
	
	.banner-title {
		padding-top: 45px;
	}
	
	.banner-button {
		padding-top: 110px;
	}
	
	.banner-click-here {
		padding: 15px;
		border-radius: 20px;
		font-size: 12px;
	}
	
	.home-section-large {
		display: block;
	}
	
	.home-section-small {
		display: none;
	}
	
	/* MY ACCOUNT */
	#my_account_middle {
		width: 100%;
	}
	
	#tab_sub_menu {
		height: auto;
		padding-bottom: 5px;
		width: 100%;
	}
	
	#tab_sub_menu a {
		display: block;
	}
	
	#tab_sub_menu i {
		display: none;
	}
	
	#my_account_middle #tab_content .member_product_wrapper {
		width: 258px;
	}
	
	#my_account_middle #tab_content .member_product_wrapper.center {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.hide_responsive {
		display: none;
	}
	
	/* PAYMENT PAGES */
	#sagepay_iframe_container {
		width: 300px;
	}
	
	/* BOOKINGS CALENDAR */
	.calendar_month_prev,
	.calendar_month_curr,
	.calendar_month_next {
		display: none;
	}
	
	.calendar_month_prev.responsive,
	.calendar_month_next.responsive {
		display: block;
		line-height: 50px;
		text-transform: uppercase;
		width: 27.5%;
	}
	
	.calendar_month_curr.responsive {
		display: block;
		width: 45%;
	}
	
	/* BOOKING KEY/VIEW EXISTING BOOKINGS LINK */
	#booking_key_description {
		clear: both;
		float: none;
		width: 100%;
	}
	
	#bookings_calendar_link {
		clear: both;
		float: none;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}
	
}