@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
.top-wrapper{
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
#navcontain {
	position: relative;
	width: 100%;
	margin: 0;
}
nav {
	font-family: 'Roboto', sans-serif;
	position: relative;
	width:100%;
	margin: 0 auto;
}
#cssmenu2, #cssmenu2 ul, #cssmenu2 ul li, #cssmenu2 ul li a, #cssmenu2 #head-mobile {
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu2:after, #cssmenu2 > ul:after {

	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu2 #head-mobile {
	display: none
}
#cssmenu2 {
}
#cssmenu2 > ul {
	margin: 0 0 0 0;
}
#cssmenu2 > ul > li {
	float: left;
	padding-right: 13px;
}
.padding1{
	padding-top:20px;
}
#cssmenu2 > ul > li > a {
	padding: 10px 15px!important;
	font-size: 18px;
	text-decoration: none;
	color: #c10003;
	text-transform: uppercase;
	display:block;
	line-height:18px;
	text-align:center; font-family:'montserrate', sans-serif;
	font-weight:700;
	border: 1px solid #c10003;
	border-radius: 10px;
}
#cssmenu2 > ul > li:hover > a, #cssmenu2 > ul > li:focus > a, #cssmenu2 ul li.active a {
	background-color:#C10003;
	color:#fff;
	
}
#cssmenu2 > ul > li:hover, #cssmenu2 ul li.active:hover, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu2 > ul > li:focus, #cssmenu2 ul li.active:focus, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:focus {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu2 > ul > li:first-child:hover, #cssmenu2 ul li.active:hover, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:hover {
}
#cssmenu2 > ul > li.has-sub:focus > a:before {
	top: 23px;
	height: 0
}
#cssmenu2 > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu2 > ul > li.has-sub > a:after {
	position: absolute;
	top: 20px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
}
#cssmenu2 > ul > li.has-sub > a:before {
	position: absolute;
	top: 17px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu2 > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu2 ul ul {
	position: absolute;
	left: -9999px;
	z-index:200;
}
#cssmenu2 ul ul li {

	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	width:260px;
	text-align:left;
	font-size:16px;
	border-bottom:1px #555 solid; 
	border-right:1px #555 solid;
	border-left:1px #555 solid;
	color:#fff;
	transition: all .25s ease
}
#cssmenu2 ul ul li:hover {
}
#cssmenu2 li:hover > ul {
	left: auto
}

#cssmenu2 ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu2 ul ul li a {
	width: 100%;
	font-size: 16px;
	 padding:8px 0 8px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	font-family:'montserrat', sans-serif;
	text-transform:uppercase;
}
#cssmenu2 ul ul li:last-child > a, #cssmenu2 ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu2 ul ul li:hover > a, #cssmenu2 ul ul li a:hover {
	background: #000;
}
#cssmenu2 ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
}
#cssmenu2 ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu2 ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu2 ul ul li.has-sub:hover, #cssmenu2 ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu2 ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu2 > ul > li.has-sub > ul > li.active > a, #cssmenu2 > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
.button_1{display:none;}

@media screen and (max-width:1823px) {
#cssmenu2 > ul > li > a {
	padding: 18px 12px 12px 12px;
	font-size: 16px;
}
#cssmenu2 ul ul li a{
	font-size: 14px;
}


	.top-wrapper{flex-direction:column;}	
	#cssmenu2 > ul{display:flex; flex-direction:row; justify-content: center;}
}

@media screen and (max-width:1400px) {
#cssmenu2 > ul > li > a {
	padding: 18px 12px 12px 12px;
	font-size: 12px;
}
#cssmenu2 ul ul li a{
	font-size: 11px;
	font-weight: 700;
}
	.top-wrapper{flex-direction:column;}	
	#cssmenu2 > ul{display:flex; flex-direction:row; justify-content: flex-end;}
}
@media screen and (max-width:1000px) {
	.top-wrapper{
		flex-direction:column-reverse;
		align-items: normal;
	}
nav {
	width: 100%;
}
	.button_1{display:block;}
#cssmenu2 {
	width: 100%;
}
	.fbsmall{margin-bottom:5px!important;}
	#cssmenu2 ul li a.button_1{width:100%; top:0!important; border-radius:0!important; right:0!important; position:relative;background:#df393b; text-shadow:none!important; font-size:12px; padding:10px 18px 10px 12px;} 
	#cssmenu2 ul li a.button_1 ul.open li{background:#df393b!important;width:100%!important;}
	#cssmenu2 ul li a.button_1 ul.open{margin-top:10px!important;}
#cssmenu2 ul {
	width: 100%;
	display: none;
}
#cssmenu2 ul li {
	width: 100%;
	background:#df393b;
}
#cssmenu2 ul li:hover {
	background: #333;
}
#cssmenu2 ul ul li, #cssmenu2 li:hover > ul > li {
	height: auto;
}
#cssmenu2 ul li a, #cssmenu2 ul ul li a {
	width: 100%;
	text-align:left; 
	color:#fff;
	border-bottom: 0;
}
#cssmenu2 > ul > li {
	float: none;
}
#cssmenu2 ul ul li a {
	padding: 8px 15px!important;
	font-size:14px!important;
	
}
#cssmenu2 ul ul li {
	background: #df393b!important;
	border:none!important;
	width:100%!important;
	font-size:14px!important;
}
#cssmenu2 ul ul ul li a {
	padding-left: 15px;
}
#cssmenu2 ul ul li a {
	color: #fff;
	background: none;
}
#cssmenu2 ul ul li:hover > a, #cssmenu2 ul ul li.active > a {
	color: #fff;
}
#cssmenu2 ul ul, #cssmenu2 ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu2 > ul > li.has-sub > a:after, #cssmenu2 > ul > li.has-sub > a:before, #cssmenu2 ul ul > li.has-sub > a:after, #cssmenu2 ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu2 #head-mobile {
	display: flex;
	justify-content: flex-end;
	padding: 26px;
	background:#df393b;
}
	.header .wrapper{padding:0; width:100%;}
	.logo{padding:30px 0; margin:0 auto;}
	
.button_1 {
	font-weight:800;
	position:absolute;
	top:8px;
	right:6px;
	cursor: pointer;
	z-index: 12399994;
	color:#fff;
	background:#555; 
	padding:6px 15px; 
	border-radius:4px;
	text-shadow:0 1px 1px rgba(20,0,0,0.8);
}

#cssmenu2 .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #510A0A;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu2 .submenu-button.submenu-opened {
	background: #510A0A;
}
#cssmenu2 ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu2 .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000;
}
#cssmenu2 ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu2 .submenu-button.submenu-opened:after {
	background: #000;
}
#cssmenu2 .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
}
#cssmenu2 ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu2 .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu2 ul ul ul li.active a {
	border-left: none;
}
#cssmenu2 > ul > li.has-sub > ul > li.active > a, #cssmenu2 > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
}
