@charset "utf-8";
/* CSS Document */

.smg-header-body .menu a										{float:left; padding:11px; margin:0px 0px 0px 10px; fill:#FFF; display:none; cursor:pointer;}	
.smg-header-body .menu a:hover								{fill:#fff200;}
.smg-header-body .right						{float:right;}

@media screen and (max-width: 880px)		{
	.smg-header-body .no-display			{display:none!important;}
	.smg-header-body .menu a				{display:block;}
	.smg-header-body .header-nav>ul				{display: none; list-style: none; margin: 0; padding: 10px; clear: both; float: none; position: fixed; left: 0px; width: 250px; background: #6d6e71; height: 100%; z-index: 10;}
.smg-header-body .header-nav>ul>li .drop-arrow
											{right:20px;}
	.smg-header-body .header-nav>ul>li		{float:none; clear:both;}
	.smg-header-body .header-nav>ul>li .dropdown-scope
											{display:block; position:relative; top:0px; width:100%;}
	.smg-header-body .header-nav>ul>li .dropdown-data
											{float:left; width:100%; border-radius:0px;
    -ms-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15); background-color:#6d6e71; border-width:0px;}
	.smg-header-body .header-nav>ul>li .dropdown-data li a
											{color:#FFF;}
	.smg-header-body .header-nav>ul>li.flyout .execute-btn
											{font-family: 'roboto_condensedbold'; font-size:140%; text-transform:uppercase;}
	.smg-header-body .header-nav>ul>li .dropdown-data li a:hover
											{color:#fff200;}}
	@media screen and (max-width: 380px)		{
	.dispaly-none								{display:none!important;}
	.smg-header-body .menu a					{position:absolute; right:10px;}
	}