/*
 *  Theme Name: BASIC for VIMGA
 * Description: Responsive WordPress theme for blogs and magazines.
 *     Version: 1.0
 *   Theme URI: http://wp-puzzle.com/basic/
 *      Author: WP Puzzle
 *  Author URI: http://wp-puzzle.com/
 *    Template: basic
 */

/*
 * mg-links
 * This is the second menu bar that lives under the main menu bar
 */
#mg-links {
	margin: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	height: 50px;
	background-color: #7aaa38;
}

#mg-links span {
	display: inline-block;
	width: 33%;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 18px;
}

#mg-links img {
	height: 50px;
	width:50px;
	margin-right: 15px;
}

#mg-links a {
	text-decoration: none;
	color: white;
}

#mg-links a:hover {
	text-decoration: none;
	color: #3DEC3E;
}

/*

*/
body .metaslider .flexslider {
	margin: 0;
}

a { color: #7aaa38; }
a:hover { color: #fff; }

.topnav nav ul {
	margin: 0;
	width: 100%;
	max-width: none;
	border-radius: 0;
}
