/* Mobile Nav Css */
/********************************************************************/
#skMobNavBtn 							{ display: none; }
.skLogin .btn .fa						{ line-height: inherit; font-size: 21px; line-height: 20px; }

/* Mobile Nav Dropdown Css */
/********************************************************************/
#mobNav 								{ background: #fff; display: none; } 
#mobNav ul 								{ margin: 0; padding: 0; } 
#mobNav li								{ margin: 0; padding: 0; list-style: none; }
#mobNav .wrapper 						{ padding: 8px 22px; border-bottom: 1px solid #c7c8ca; position: relative; }
#mobNav .expand .fa						{ font-size: 16px; line-height: 24px; position: absolute; top: 8px; right: 8px; }
#mobNav .expand .fa-minus				{ display: none; }
#mobNav .expanded .fa-plus				{ display: none; }
#mobNav .expanded .fa-minus				{ display: inline-block; }
#mobNav .root .link,
#mobNav .root a.link,
#mobNav .root a.link:link,
#mobNav .root a.link:visited			{ font-size: 16px; line-height: 24px; font-family: 'Oswald',Arial,Helvetica,sans-serif;
										display: inline-block; text-decoration: none; color: #000; text-transform: uppercase; }
#mobNav .child							{ background: #5199dc; display: none; }
#mobNav .child .wrapper 				{ padding: 8px 36px; border-bottom: 1px solid #0f4da6; }
#mobNav .child .expand .fa				{ color: #fff; }
#mobNav .child .active					{ background: #0f4da6; }
#mobNav .child .link,
#mobNav .child a.link,
#mobNav .child a.link:link,
#mobNav .child a.link:visited			{ font-family: 'Open Sans',Arial,Helvetica,sans-serif;
										font-size: 14px; line-height: 18px; text-transform: capitalize; color: #fff;  }


/* Mobile Nav Responsive Css */
/********************************************************************/
@media screen and (max-width: 640px){
	#skMobNavBtn						{ display: inline-block; position: absolute; top: 50%; right: 10px; margin-top: -10px; }
}