/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/**** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ****/
#secondary-navigation-bar-content a {
	font-weight: normal;
}

#secondary-navigation-bar-content a {
	font-size: 15px;
}

#top-wrapper .container_24 {
	max-width: 99%;
}

#footer.container_24 {
	max-width: 99%;
}

@media only screen and (max-width: 990px) {
#no_mobile { display: none !important; }}

.mean-container a.meanmenu-reveal {
  left: 0 !important;
  right: auto !important;
}

@media screen and (max-width: 1190px) {
	/* BEGIN: Mean Menu styles. */
	/* Mean Menu styles. hide the link until viewport size is reached */
	a.meanmenu-reveal {
		display: none;
	}
	
	nav.mean-nav li a span:nth-child(2) {
		display: none !important;
	}
	
	.mean-container #main-menu {
		padding: 0;
		margin: 0;
		height: 0;
	}
	
	/* when under viewport size, .mean-container is added to body */
	.mean-container .mean-bar {
		float: left;
		width: 100%;
		position: relative;
		background: #C10230;
		padding: 4px 0;
		min-height: 42px;
		z-index: 999999;
	}
	
	.mean-container a.meanmenu-reveal {
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		text-indent: -9999em;
		line-height: 22px;
		display: block;
	}
	
	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #fff;
		height: 3px;
		margin-top: 3px;
	}
	
	.mean-container .mean-nav {
		float: left;
		width: 100%;
		background: #C10230;
		margin-top: 33px;
	}
	
	.mean-container .mean-nav ul {
		padding: 0;
		margin: 0;
		width: 100% !important;
		list-style-type: none;
	}
	
	.mean-container .mean-nav ul li {
		position: relative;
		float: left;
		width: 100%;
		margin-left: 0;
	}
	
	.mean-container .mean-nav ul li a {
		display: block;
		float: left;
		width: 90%;
		margin: 0;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid #000000;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.mean-container .mean-nav ul li ul li {
		width: 100%;
	}
	
	.mean-container .mean-nav ul li li a {
		width: 80%;
		border-bottom: 1px solid #f1f1f1;
		border-bottom: 1px solid rgba(255,255,255,0.25);
		opacity: .75;
		text-shadow: none !important;
		visibility: visible;
	}
	
	.mean-container .mean-nav ul li.mean-last a {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.mean-container .mean-nav ul li li li a {
		width: 70%;
	}
	
	.mean-container .mean-nav ul li li li li a {
		width: 60%;
	}
	
	.mean-container .mean-nav ul li li li li li a {
		width: 50%;
	}
	
	.mean-container .mean-nav ul li a:hover {
		background: #C12033;
		background: rgba(255,255,255,0.1);
	}
	
	.mean-container .mean-nav ul li a.mean-expand {
		width: 20px;
		height: 20px;
		line-height: 1.2;
		border: none !important;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		font-weight: 700;
	}
	
	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: none;
	}
	
	.mean-container .mean-push {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;
	}
	
	.mean-nav .wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	/* END: Mean Menu styles. */