/* ========================================================================== *\
   IMAGE RESIZE
\* ========================================================================== */

img{max-width: 100%; height: auto;}
img{ -ms-interpolation-mode: bicubic; }


/* ========================================================================== *\
   PHONE WIDTH
\* ========================================================================== */

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

	.overlay .inner {
		padding: 48px 0;
	}

	.overlay .modal {
		max-width: 90%;
		padding: 64px 24px 24px 24px;
	}

	.overlay .modal .close {
		top: 24px;
	}

	h2 {
		font-size: 28px;
	}

	#header {
		text-align: center;
	}

	#logo {
		display: none;
	}

	#logoAlt {
		display: block;
		float: none;
		margin: 0px auto 20px auto;
		clear: both;
	}

	#overlay {
		display:block;
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		right: 0px;
		bottom: 0px;
		background: rgba(0,0,0,0.7);
		overflow-y: auto;
		z-index: 55;
	}

	ul.menu {
		float:none;
		margin:0px 0px 0px -15px;
		padding: 60px 20px 40px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	ul.menu li {
		display:block
		margin:0px 0px 0px 0px;
		float:none;
	}
	ul.menu li a {
		padding:10px 20px;
		font-size:20px;
		display:block;
	}

	#mobileNavigation {
		display:block;
	}

	.grey .content {
		width:auto;
	}
/*
	ul#filterOptions li { display: inline; float: none; clear: both; }


	ul.ourHolder li.item {
		width: 260px;
		float: left;
		overflow: hidden;
		margin: 0px 10px 15px 10px;
	}

	div.col {
		width: 260px !important;
		float:none;
		clear: both;
		margin: 0px 10px 15px 10px !important;
	}
*/
	#overlay {
		display:none;
	}

	#closeBtn {
		display:block;
	}

	#menuBtn {
		display:block;
	}

	#wrapper {
		width: 100%;
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -125px;
		position: relative;
	}

	#wrapper:after {
		content: "";
		display: block;
	}

	#wrapper:after {
		height:125px;
	}

	#footer {
		height:125px;
		padding:20px 20px;
		text-align:center;
	}

	.social {
		float: none;
		margin: 0px 5px;
		display:inline-block;
	}

	.content, .content.full, .content.narrow {
		width: auto;
		padding: 0px 20px;
		margin:0px auto;
	}

	.ezcol-one-third, .ezcol-two-third {
		width: auto !important;
		clear: both !important;
		margin: 0px 0px 20px 0px !important;
		float: none !important;
	}

	iframe {
		width: 100% !important;
		min-height: 180px;
		height: auto;
	}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		width:90%;
		margin-right:0px;
		float:none;
		clear: both;
		margin-bottom:20px;
	}

	.last{
		margin-right:0 !important;
		clear:both;
	}

	li.gf_left_half, li.gf_right_half {
		clear: both !important;
		float: none !important;
	}

}

/* ========================================================================== *\
   TABLET WIDTH
\* ========================================================================== */

@media screen and (min-width:401px) and (max-width:940px) {

	.overlay .modal {
		max-width: 90%;
		padding: 64px 24px 24px 24px;
	}

	.overlay .modal .close {
		top: 24px;
	}

	h2 {
		font-size: 28px;
	}

	#header {

	}

	#logo {
		display: none;
	}

	#logoAlt {
		display: block;
	}

	ul.menu {
		margin-top:60px;
	}

	ul.menu li {
		display: block;
		float: left;
		margin-left: 10px;
	}

	ul.menu li a {
		font-size: 14px;
	}

	.grey .content {
		width:auto;
	}

	/*

	ul#filterOptions li { display: inline-block; float: left; }
	ul#filterOptions li a {
		padding: 5px 15px;
		font-size: 14px;
	}

	ul.ourHolder li.item {
		width: 210px;
		float: left;
		overflow: hidden;
		margin: 0px 10px 15px 10px;
	}

	div.col {
		width: 210px !important;
	}

*/

	#wrapper {
		width: 100%;
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -65px;
		position: relative;
	}

	#wrapper:after {
		content: "";
		display: block;
	}
	/*
	#footer, #wrapper:after {
		height:25px;
		padding:20px 40px;
	}
	*/
	.content {
		width: auto;
		padding: 0px 40px;
		margin:0px auto;
	}

	li.gf_left_half, li.gf_right_half {
		clear: both !important;
		float: none !important;
	}

	iframe, object, embed {
		width: 100%;
		height: 400px;
	}

}

/* ========================================================================== *\
   DESKTOP WIDTH
\* ========================================================================== */

@media screen and (min-width:769px) {



}