*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section
{
	display: block;
}

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	-webkit-font-smoothing: antialiased;
}

a
{
	color: #BA0707;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #BA0707;
}

body
{
	/* color: #E95546;*/
	font: 14px "roboto" , Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	width: 100%;
}

nav
{
	display: block;
	background: #f1f2bf /*#0a6a5f #E95546*/; */
/*background: #f8ffe8; /* Old browsers */
/*background: -moz-linear-gradient(bottom,  #f8ffe8 0%, #b7df2d 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(bottm,  #f8ffe8 0%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to top, #efebb2 50%,#3fba11 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
}

.menu
{
	display: block;
	margin-bottom: 15px; /*margin-top: 2px;*/
}

.menu li
{
	display: inline-block;
	position: relative;
	z-index: 100;
}

.menu li:first-child
{
	margin-left: 0;
}

.menu li a
{
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding: 20px 15px;
	display: block;
	font-weight: bold;
	transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a
{
	color: #fff;
	background: #0e8678;
	font-weight: bold;
}

.menu ul
{
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #fff;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
}

.menu ul:after
{
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

.menu ul li
{
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.menu ul li a
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #dee65f;
	background: #0a6a5f;
}

.menu ul li a:hover, .menu ul li:hover > a
{
	background: #0e8678;
	color: #fff;
	font-weight: bold;
}

.menu li:hover > ul
{
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.menu ul ul
{
	left: 169px;
	font-weight: bold;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 20px);
	transition: all 0.2s ease-out;
}

.menu ul ul:after
{
	left: -6px;
	top: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.menu li > ul ul:hover
{
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.responsive-menu
{
	display: none;
	width: 100%;
	padding: 20px 15px;
	background: #f1f2bf;
	color: #dee65f;
	text-transform: uppercase;
	font-weight: 600;
}
.responsive-menu > #resp-menu
{
	color: black;
	float: left;
	text-decoration: none;
	margin-top: 5px;
}
.responsive-menu > a >img
{
	float: right;
}

.responsive-menu:hover
{
	background: #f1f2bf;
	color: black;
	text-decoration: none;
}

a.homer
{
	background: #FC6D58;
	color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 979px)
{

	.mainWrap
	{
		width: 768px;
	}

	.menu ul
	{
		top: 50px;
	}

	.topt
	{
		float: right;
	}

	.menu li a
	{
		font-size: 12px;
		padding: 20px 6px;
	}

	a.homer
	{
		background: #0a6a5f;
	}
}


@media (max-width: 767px)
{
	ul li.brand
	{
		display: none;
	}
	.mainWrap
	{
		width: auto;
		padding: 50px 20px;
	}


	.menu
	{
		display: none;
	}

	.responsive-menu
	{
		display: block;
	}


	nav
	{
		margin: 0;
		background: none;
	}

	.menu li
	{
		display: block;
		margin: 0;
	}

	.menu li a
	{
		background: #f1f4c4;
		color: #797979;
	}

	.menu li a:hover, .menu li:hover > a
	{
		background: #0a6a5f;
		color: #fff;
	}

	.menu ul
	{
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
	}

	.menu li:hover > ul
	{
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial;
	}

	.menu ul ul
	{
		left: 0;
		transform: initial;
	}

	.menu li > ul ul:hover
	{
		transform: initial;
	}
}
