/************************************************************************************
smaller than 970
*************************************************************************************/
@media screen and (max-width: 970px) {

	/* pagewrap */
	#pagewrap {
		width: 100%;
	}

	/* content */
	#content {
		width: 77%;
	}

	/* sidebar */
	#sidebar {
		width: 23%;
	}

        #header {
	
                position: relative;
	
                height: auto;

        }

        #menu-container{
		width: 100%;
	        height: 76px;
	}

        .mq2-col-full {width: 100%;}

	.mq2-col-one-half {width: 49%;}

	.mq2-col-one-third { width: 33.333%; }

	.mq2-col-two-thirds {width: 66.666%; }

	.mq2-col-one-quarter {width: 25%; }

	.mq2-col-three-quarters {width: 75%; }

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}
	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}
	/* content */
	#content {
		width: auto;
		float: none;
	}

	/* sidebar */
	#sidebar {
           display:none;
	}
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

     #menu-container{
		width: 100%;
	        height: 76px;
	}

}

/************************************************************************************
smaller than 460
*************************************************************************************/
@media screen and (max-width: 460px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	/* footer */
	#footer {
           display:none;
	}
     #menu-container {
		width: 100%;
	        height: 142px;
	}
}

