	/* iPads (portrait and landscape) ----------- */
	
	@media only screen and (min-width : 768px) and (max-width : 1024px) {
		body { -webkit-text-size-adjust: none; background:#000; }
		.row, body, .row.wide  { width: 100%; min-width: 0; margin-left:auto; margin-right: auto; padding-left: 0px; padding-right: 0px; position:relative;}
		.row .row .column, .row .row .columns { padding: 0; }
		/*.column, .columns { width: auto !important; float: none; padding-left: 20px; padding-right: 20px; }
		/*.column:last-child, .columns:last-child { margin-right: 0px; }*/
		.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven { margin-left: 0% !important; }
		.container {width:100%; margin:0 auto;}
		a:focus {outline: none}
		ul.full-width li:nth-child(2) {float:right!important;}
		ul.full-width li:nth-child(1n+3) {display: none}
		ul.full-width {top:-17px}
		.single-videos #content .share-links {z-index: 10;}
		.home-fade {z-index: -2}
		.logo {top: 38px; margin-top: -38px;}
		.post-item.row {margin:7px auto!important; padding-left:10px!important; padding-right:10px!important;}
		.royalSlider .arrow {display:none!important;}
		#news-nav, #tour-nav {width:270px; margin-left:-135px;}
		#news-nav a, #tour-nav a {float:left}
		ul.nav li:hover .sub-menu {display:none;}
		/* comments boxes */
		.fb-comments span, .fb-comments iframe, .fb_iframe_widget {width:100%!important;}
		#newsletter-form.reveal-modal {margin-left:0}
	
	}
	/* iPads (landscape) ----------- */
	@media only screen
	and (min-width : 1024px)
	and (max-width : 1024px) {
		#gallery {width:100%!important;height:450px!important;}
		h2.gallery-title {width:60%;}
		
	}
	
	/* iPads (portrait) ----------- */
	@media only screen and (min-width:768px)
	and (max-width:1023px) {
		
	/* header */
		.spotlight {left:46%;}	
		.logo {top: 38px; margin-top: -10px;}
		ul.full-width {top:-11px}
		ul.nav {top:12px;}
	/* home page */
		.date-box {width:140px; height: 84px}
		.date-box .day {font-size: 47px}
		
		
		h2.gallery-title {width:60%}
		#gallery {width:100%!important;height:450px!important;}
		
	}
	/* iPhone 4 ----------- */
	@media
	only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
	}

/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */	
	
	@media only screen and (max-width: 768px) {
		.block-grid.mobile li { float: none; width: 100%; }
	}
	
	

/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
	
	
	.show-on-phones { display: none !important; }	
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block; }
	
	.hide-on-phones { display: block; }	
	.hide-on-tablets { display: block; }
	.hide-on-desktops { display: none; }
	
	
	@media only screen and (device-width: 768px), only screen and (device-width: 1280px), only screen and (device-width: 800px) {
		.hide-on-phones { display: block !important; }
		.hide-on-tablets { display: none !important; }
		.hide-on-desktops { display: block !important; }
		
		.show-on-phones { display: none !important; }
		.show-on-tablets { display: block !important; }
		.show-on-desktops { display: none !important; }
	}
	
		
	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }
		
		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
	}
	
	
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/	


	@media only screen and (max-width: 767px) {
		div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 96%; padding: 6px 2% 4px; font-size: 18px; }
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; }
		form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; }
		form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; }
		form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; }
		form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; }
	}
	
	
/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/	
	
	/* Buttons */
	@media only screen and (max-width: 767px) {
		.button { display: block; }
		button.button { width: 100%; padding-left: 0px; padding-right: 0px; }
	}
	
	/* Tabs */
	
	@media only screen and (max-width: 767px) {
		dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
		dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; }

		dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0px #ccc; border-width: 1px 0px 0px; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
		dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0px 0px; }
	
		.nice.tabs.mobile { border-bottom: solid 1px #ccc; height: auto; }
		.nice.tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
		.nice.tabs.mobile dd a.active { border: none; background: #00a6fc; color: #fff; margin: 0; position: static; top: 0px; height: auto; }
		.nice.tabs.mobile dd:first-child a.active { margin: 0; }
		
		dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0px; }
		dl.contained.tabs.mobile dd a { padding: 18px 20px; }
		dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; }
	}