/*
 *
 *  Description: media css
 *  Author: Gary Pass
 *  Author Url: http://www.yournetpass.com
 *  Version: 1.0
 *  License: GNU General Public License
 *  License URI: license.txt
 *
*/

/* 1024 tablet landscape */
/* 800 small tablet landscape */
/* 768 tablet portrait */
/* 600 small tablet portrait */
/* 480 mobile landscape */
/* 320 mobile portrait */

/* 1024 tablet landscape */
/* 1041 */
@media only screen and (max-width: 1041px)
{
	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item a
	{
		font-size: 1rem;
	}
}

/* 983 */
/* 1000 */
@media only screen and (max-width: 1000px)
{
	#container-header
	{
		height: 2.5rem;
	}

	#container-header-logo
	{
		width: 72px;
		margin: -2px 0 0 20px;
	}
	
	.container-header-link
	{
		margin-top: 0.71875rem
	}
	
	.container-header-link.trade-login
	{
		margin: 0;
		padding: 0 0.5625rem;
	}

	.container-header-link.trade-login a
	{
		margin-top: 0.5625rem;
		font-size: 0.6875rem;
		line-height: 0.6875rem;
	}
	
	#container-main-menu
	{
		margin: 0;
	}
	
	#container-header-mobile-menu-button,
	.container-mobile-menu-parent-control
	{
		display: block;
	}
	
	#container-main-menu
	{
		width: 100%;
	}
	
	#container-main-menu .ynp-menu
	{
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #272727;
		background-image: url(../../images/bkgnd-med-dark.jpg);
		background-repeat: repeat;
	}
	
	#container-main-menu .ynp-menu ul
	{
		overflow: hidden;
	}
	
	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item 
	{
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0.3125rem 0;
		border-bottom: 1px solid #1E1E1E;
		color: #C4C4C4;
		text-transform: uppercase;
	}
	
	#container-main-menu .container-mobile-menu-parent-control
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 2.5rem;
		height: 100%;
	}

	#container-main-menu .container-mobile-menu-parent-control img
	{
		margin: 1.25rem 0 0 1.0625rem;
	}

	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item a
	{
		padding: 0.6875rem 0.9375rem 0.6875rem 2.8125rem;
		color: #C4C4C4;
	}
	
	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul
	{
		display: none;
		opacity: 1;
		position: relative;
		top: 0;
		height: auto;
		border-width: 0;
		text-align: left;
		white-space: normal;
	}
	
	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item
	{
		padding: 0 2rem;
		background-color: transparent;
		background-image: none;
		border-width: 0;
	}

	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item:first-child
	{
		margin: 0;
	}
	
	#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item a
	{
		color: #C4C4C4;
	}
}

/* 800 small tablet landscape */
/* 817 */
@media only screen and (max-width: 817px)
{
}

/* 768 tablet portrait */
/* 785 */
@media only screen and (max-width: 785px)
{
}

/* 600 small tablet portrait */
/* 617 */
@media only screen and (max-width: 617px)
{
}

/* 480 mobile landscape */
/* 497 */
@media only screen and (max-width: 497px)
{
}

/* 320 mobile portrait */
/* 337 */
@media only screen and (max-width: 337px)
{
}