@media only screen and (max-width: 1110px) {
	
	#upcomingEventsWrapper .caroufredsel_wrapper {
	width:100% !important;
	}

	#upcomingEvents li {
	}

	#wrapper .push {
	height: 40px;
	}

	#wrapper #contentHolder .content {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	}

	#wrapper #contentHolder {
	margin: 0 auto;
	width: 70%;
	padding: 150px 0px;
	}

	h1 {
	font-size: 1.8em;
	}

	h2, h3 {
		font-size: 1.2em;
	}

	/* -- HEADER -- */
	header {
	height: 105px;
	}

	header .logo.logoSmall {
	top: 8px;
	left: 20px;
	background-size: 80%;
	background-position: 10px 0px;
	}

	.callButton.venuesDesktop {
	display:none;
	}

	.callButton.venuesTablet {
	display:block;
	}

	header #contacts {
	height: 40px;
	width: 400px;
	background:none;
	position: absolute;
	top: 55px;
	right: 0;
	display: block;
	}

	header #contacts .phone {
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	}

	header #contacts:before {
	border-top: 42px solid transparent;
	}

	nav > ul > li:not(.callButton) {
	display: none;
	}

	/* -- OLD MOBILE NAV -- */

/*
	nav > ul > li.mobileNavigationBtn {
	display: block;
	}

	nav > ul > li.mobileNavigationBtn a.mobileNavTrigger{
	background: url('_img/navicon.svg') no-repeat center center;
	background-size:25px 25px;
	width: 30px;
	height: 30px;
	margin: 15px 0px 0px 15px;
	}

	nav > ul > li.mobileNavigationBtn a.mobileNavTrigger:hover{
	background: #181818 url('_img/navicon.svg') no-repeat center center; 
	}
*/

	nav .listToggle.mobileTrigger {
	display: block;
	}




	/* -- HOME PAGE -- */
	
	#homeCenter {
	width: 70%;
	height: auto !important;
	display: block;
	}

	#homeCenterAlignment{
	top: 240px;
	}

	#homeCenterWrapper {
	height: 1200px;
	min-height: 1200px;
	}

	#homeCenter .cell .boxWrapper .box {
	background: rgba(0, 0, 0, 0.8);
	}

	#homeCenter .cell.leftQuad .boxWrapper .box {
	background: rgba(0, 0, 0, 0.8);
	}
	
	#homeCenter .cell .boxWrapper .box.mainBlock {
	height: auto;
	}

	#homeCenter .cell.leftQuad .boxWrapper {
	height: auto;
	margin-bottom: 20px;
	}

	#homeCenter .cell.rightQuad .boxWrapper {
	min-height: 115px;
	height: auto;
	display: block;
	clear:both;
	margin-bottom: 20px;
	padding-left: 0px !important;
	}

	#homeCenter .cell {
	height: auto;
	display: block;
	}
	
	#homeCenter .cell.leftQuad, #homeCenter .cell.rightQuad {
	width: 100%;
	}
	
	#homeCenter .cell .boxWrapper .box:before {
	display: none;
	}
	
	#homeCenter .cell.rightQuad .boxWrapper .box {
	padding: 20px;
	}

	#homeCenter .cell .boxWrapper .box.mainBlock h2 {
	font-size: 1.5em;
	line-height: 1em;
	}

	#homeCenter .cell .boxWrapper .box.mainBlock p {
	font-size: 14px;
	margin:0;
	}
	
	#homeCenter .cell .boxWrapper .box.mainBlock h2,
	#homeCenter .cell .boxWrapper .box.mainBlock p,
	#homeCenter .cell.rightQuad .boxWrapper .box h3 {
	text-align: center;
	}

	#homeCenter .cell.rightQuad .boxWrapper .box h3 {
	font-size: 1.3em;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList .resText {
	float:none !important;
	width: 100%;
	margin-bottom: 15px;
	display:block;
	text-align: center;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList .dreamRes {
	text-align: center;
	width: 100%;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList a.button {
	width: 100%;
	float: none !important;
	margin-top: 15px;
	}

	#homeCenter .cell.rightQuad .boxWrapper.events {
	position: relative;
	}



	/* -- SOCIAL MEDIA PAGE -- */

	#wrapper #contentHolder.wide {
	padding: 60px 20px 0px 20px;
	}

	#wrapper #contentHolder.wide .content {
	margin: 0 auto;
	width: 100%;
	padding: 20px 10px 0 20px;
	margin-bottom: 60px;
	}

	/* -- FOOTER -- */
	footer {
	min-width: 0px;
	height:300px;
	padding-top: 180px;
	}

	footer #toggleWrapper {
	margin-left: -222px;
	top: 125px;
	}

	footer #toggleWrapper .toggleButton {
	line-height: 30px;
	font-size: .80em;
	}

	footer #toggleContainer {
	top:0px;
	}

	footer .address, footer a.dreamLogo, footer .credit {
	float:left;
	text-align: center;
	display:block;
	width: 100%;
	margin-bottom: 10px;
	}

	footer span.address {
	height: 30px;
	line-height: 30px;
	}

	footer a.dreamLogo {
	text-align: center;
	width: 100%;
	display: block;
	height:25px;
	margin: 0 auto;
	opacity: 1;
	filter: alpha(opacity=100);
	}

	footer .credit {
	height:30px;
	line-height: 30px;
	width: 100%;
	}



}

@media only screen and (max-width: 768px) {

	#wrapper .push {
	height: 00px;
	}

	/* -- HOME -- */

	#homeCenterWrapper {
	min-height: 1200px;
	height:1200px;
	}

	#homeCenter .cell .boxWrapper .box.mainBlock h2,
	#homeCenter .cell .boxWrapper .box.mainBlock p,
	#homeCenter .cell.rightQuad .boxWrapper .box h3 {
	text-align: center;
	}

	#homeCenter .cell.rightQuad .boxWrapper .box h3 {
	font-size: 1.3em;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList .resText {
	float:none !important;
	width: 100%;
	margin-bottom: 15px;
	display:block;
	text-align: center;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList .dreamRes {
	text-align: center;
	width: 100%;
	}

	#homeCenter .cell.rightQuad .boxWrapper.mailingList a.button {
	width: 100%;
	float: none !important;
	margin-top: 15px;
	}

	/* -- SOCIAL FEED -- */

	.dcwss.dc-wall.col-4 .stream li {
	width: 99% !important;
	}

	/* -- VENUES MOBILE -- */
	
	#venues-mobile-wrapper {
	padding: 120px 0px 40px 0px;
	}

	ul#venues-mobile {
	width: 90%;
	}

	ul#venues-mobile li .venue-img {
	height: 200px;
	}

	/* -- CALENDAR -- */

	#media li {
	width: 100%;
	}

}

@media only screen and (max-width: 568px) {
	
	#wrapper #contentHolder .content {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	}

	#wrapper #contentHolder {
	margin: 0 auto;
	width: 90%;
	padding: 100px 0px;
	}

	#homeCenter,
	#wrapper #contentHolder {
	width: 90%;
	min-width: 290px;
	}

	/* -- HEADER -- */

	header {
	height: 50px;
	}

	header .logo.logoSmall {
	width: 46px;
	top: 3px;
	left: 10px;
	}

	.callButton.venuesTablet {
	display:none;
	}

	header #contacts {
	display: none;
	}

	header #mobileActionsBox {
	width: 60%;
	height: 30px;
	margin: 10px auto;
	}

	header #mobileActions {
	list-style: none;
	width: 100%;
	height: 30px;
	margin: 5px auto;
	display: block;
	}

	header #mobileActions li {
	width: 30%;
	background: #3e4861;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
	letter-spacing: 1px;
	text-align: center;
	border: 0;
	margin-right:4%;
	}

	header #mobileActions li:nth-child(3n+3) {
	margin-right: 0 !important;
	}

	header #mobileActions li a {
	color: #fff;
	display:block;
	height: 30px;
	line-height: 30px;
	font-size: .7em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	}

	/* -- NAV -- */

	nav {
	padding-right: 20px;
	}
	/*
	nav > ul > li.mobileNavigation a.mobileNavTrigger{
	margin: 10px 0px 0px 15px;
	}
	*/

	nav .listToggle.mobileTrigger {
	margin: 7px 0px 0px 0px;
	}

	.action {
	display:none;
	}

	#homeCenterAlignment{
	top: 110px;
	}

	#subNav {
	display: none;
	}

	#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_3_1, #field_3_2, #field_3_3, #field_3_4, #field_3_5, #field_3_6 {
	width: 100%;
	}

	#buttons li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}



	/* -- VENUES -- */


	#venueNavigationBar {
	display:none;
	}

	/* -- PRESS -- */

	#press li .box {
	display:none;
	}

	#press li {
	padding-left: 0px;
	margin-bottom: 0px;
	}

	/* -- VENUES MOBILE -- */
	
	#venues-mobile-wrapper {
	padding: 50px 0px 40px 0px;
	}

	/* -- FOOTER -- */

	footer {
	display:none;
	}

	#footerMobile {
	width: 100%;
	background: #0e0e0e;
	min-height:150px;
	display: block;
	z-index: 9000;
	position: relative;
	width: 100%;
	z-index: 999;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 400;
	color: #666;
	padding: 15px 0px;
	}

	#footerMobileWrap {
	width: 90%;
	min-width: 290px;
	margin: 0 auto;
	}

	#footerMobile span.address {
	height: 40px;
	display: block;
	line-height: 15px;
	margin-bottom: 10px;
	}

	#footerMobile a.dreamLogo {
	text-align: center;
	width: 100%;
	display: block;
	height:25px;
	margin: 0 auto;
	margin-bottom: 10px;
	}

	#footerMobile span.credit {
	height:30px;
	line-height: 30px;
	width: 100%;
	display: block;
	}

	#footerMobile #socialMediaFooter {
	float: none;
	text-align: center;
	list-style: none;
	width:100%;
	clear:both;
	margin-bottom: 15px;
	}

	#footerMobile #socialMediaFooter li {
	display:inline-block;
	margin: 0px 5px;
	}

	#footerMobile #socialMediaFooter li a {
	height: 28px;
	width: 28px;
	display: block;
	background-color: #3e4861;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

	#footerMobile #socialMediaFooter li a:hover {
	background-color: #546285 !important;
	}

	#footerMobile #socialMediaFooter li a.twitter {
	background: #3e4861 url('_img/sprite.png') no-repeat -92px 7px;
	}

	#footerMobile #socialMediaFooter li a.facebook {
	background: #3e4861 url('_img/sprite.png') no-repeat -87px -92px;
	}

	#footerMobile #socialMediaFooter li a.pinterest {
	background: #3e4861 url('_img/sprite.png') no-repeat -90px -189px;
	}

	#footerMobile #socialMediaFooter li a.instagram {
	background: #3e4861 url('_img/sprite.png') no-repeat -91px -287px;
	}

}