@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i);

@font-face {
	font-family: 'ubuntubold';
	src: url(../fonts/ubuntu-bold-webfont.woff2) format('woff2'), url(../fonts/ubuntu-bold-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ubunturegular';
	src: url(../fonts/ubuntu-regular-webfont.woff2) format('woff2'), url(../fonts/ubuntu-regular-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

.top-area {
	height: 50px;
	position: relative
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #menu-button {
	display: none
}

#cssmenu {
	font-family: 'ubunturegular';
	background: 0 0;
	display: inline-block;
	float: left;
	height: 100%
}

#cssmenu>ul>li {
	float: left;
	position: relative
}

#cssmenu>ul>li:first-child,
#cssmenu>ul>li:nth-child(2) {
	background: 0 0;
	margin-left: 0
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none
}

#cssmenu.align-center ul ul {
	text-align: left
}

#cssmenu.align-right>ul>li {
	float: right
}

#cssmenu>ul>li>a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 33px 0;
	text-transform: uppercase;
	margin: 0 20px
}

#cssmenu ul ul li a,
#cssmenu ul ul li a:hover,
#cssmenu>ul>li:hover a {
	color: #FFF
}

.transition {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease
}

#cssmenu>ul>li>.hovercolor {
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	background: #e31e24;
	opacity: 0
}

#cssmenu>ul>li:hover>.hovercolor {
	top: 0;
	opacity: 1
}

#cssmenu>ul>li.active {
	/*box-shadow: inset 0 100px 0 0 rgba(40, 57, 90, 1);*/
	color: #FFF;
	background: #e31e24;
}

#cssmenu>ul>li.active a{
	color: #fff;
}

#cssmenu>ul>li.has-sub>a {
	padding: 31px 0;
	text-transform: uppercase;
	margin-left: 12px;
	margin-right: 12px
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	background: #e31e24;
	border-radius: 0;
	z-index: 2;
	border-top: 0 solid #fad05e
}

#cssmenu.align-right ul ul {
	text-align: right
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu li:hover>ul {
	left: 0;
	top: 76px
}

#cssmenu li li:hover>ul {
	left: 0;
	top: 0
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0
}

#cssmenu li:hover>ul>li {
	height: auto
}

#cssmenu ul ul ul {
	margin-left: 86%;
	top: 0;
	padding-bottom: 5px;
}

#cssmenu ul ul li:first-child>ul {
	top: 0px
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%
}

#cssmenu ul ul li a,
#cssmenu ul ul ul li a {
	margin: 0 18px;
	width: 167px;
	text-decoration: none;
	font-weight: 400;
	min-width: 167px;
	font-family: 'ubunturegular';
	line-height: 23px
}

#cssmenu ul ul li a {
	background: #e31e24;
	font-size: 14px;
	border-top: 1px dotted #d4d4d4;
	padding: 8px 0;
	text-align: left
}

#cssmenu ul ul ul li a {
	background: #FFF;
	color: #464646;
	font-size: 14px;
	border-top: 1px dotted #d4d4d4 !important;
	padding: 5px 0;
	margin-top: 0 !important
}

#cssmenu ul ul li.has-sub>a:after,
#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	display: block;
	content: ''
}

#cssmenu ul ul li:last-child {
	margin-bottom: 10px
}

#cssmenu ul ul li:first-child a {
	border-radius: 0;
	margin-top: 0;
	border-top: 0
}

#cssmenu ul ul ul li:first-child a {
	border-radius: 0;
	margin-top: 7px !important;
	border-top: 0 !important
}

#cssmenu ul ul li:first-child a:hover,
#cssmenu ul ul li:last-child a,
#cssmenu ul ul li:last-child a:hover {
	border-radius: 0
}

#cssmenu ul ul li.one-li a,
#cssmenu ul ul li.one-li:last-child a {
	border-radius: 5px
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover>a {
	color: rgba(255, 255, 255, .5)
}

#cssmenu ul ul li.has-sub>a:after {
	top: 16px;
	right: 11px;
	width: 8px;
	background: url(../images/arrow2.png) no-repeat 50% 50%;
	height: 8px
}

#cssmenu.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px
}

#cssmenu ul ul li.has-sub>a:before {
	top: 13px;
	right: 14px;
	width: 2px;
	height: 0px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu .nav-home,
#cssmenu>ul>li.social-facebook,
#cssmenu>ul>li.social-linkedin,
#cssmenu>ul>li.social-twitter,
#cssmenu>ul>li.social-youtube {
	display: none
}

#cssmenu ul ul:hover ul li a {
	background: #e31e24;
}

@media screen and (max-width:1380px) {
	#cssmenu {
		padding: 0
	}
}

@media screen and (max-width:1365px) {
	#cssmenu {
		display: none
	}

	#cssmenu>ul>li.has-sub>a,
	#cssmenu>ul>li>a {
		padding: 15px 0
	}

	#cssmenu>ul>li>.hovercolor {
		height: 50px
	}
}

@media screen and (max-width:1200px) {
	#cssmenu>ul>li.has-sub>a {
		margin-left: 18px;
		margin-right: 18px
	}
}

@media screen and (max-width:1100px) {

	#cssmenu li:hover>ul,
	.nav-area {
		left: 0;
		top: 0
	}

	.nav-area {
		margin-top: 0;
		width: 100%;
		position: absolute;
		margin-left: 0
	}

	#cssmenu ul ul {
		border-top: none
	}

	#cssmenu ul ul li a {
		margin: 0
	}
}

@media screen and (max-width:800px) {
	.nav-area {
		left: 0;
		top: 0;
		margin-top: 0;
		width: 100%;
		position: absolute;
		margin-left: 0
	}
}

@media screen and (max-width:700px) {
	#cssmenu>ul>li {
		text-align: center;
		line-height: 30px
	}

	#cssmenu>ul>li>.facebook:before {
		content: "Facebook"
	}

	#cssmenu>ul>li>.twitter:before {
		content: "Twitter"
	}

	#cssmenu>ul>li>.youtube:before {
		content: "youtube"
	}

	#cssmenu>ul>li>.linkedin:before {
		content: "linkedin"
	}
}

@media all and (max-width:1100px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1280px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1280px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio:2) and (max-width:1280px),
only screen and (min-resolution:192dpi) and (max-width:1280px),
only screen and (min-resolution:2dppx) and (max-width:1280px) {

	#cssmenu>ul>li.has-sub>a,
	#cssmenu>ul>li>a {
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		font-family: 'ubuntubold'
	}

	#cssmenu>ul>li.has-sub>a:hover,
	#cssmenu>ul>li:hover>a,
	#cssmenu>ul>li>a:hover {
		opacity: 1;
		color: #FFF
	}

	#cssmenu,
	#cssmenu ul li,
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%
	}

	#cssmenu ul,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before,
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before {
		display: none
	}

	#cssmenu ul ul ul li a,
	#cssmenu>ul>li.has-sub>a,
	#cssmenu>ul>li>a {
		font-family: 'ubunturegular'
	}

	#cssmenu {
		background: #005f85
	}

	#cssmenu>ul>li:first-child,
	#cssmenu>ul>li:nth-child(2) {
		margin: 0 auto
	}

	#cssmenu>ul>li {
		background: 0 0;
		margin-left: 0
	}

	#cssmenu ul ul {
		background: #da2d36;
		border-radius: 5px
	}

	#cssmenu ul ul li:first-child>a:after {
		content: '';
		border: 0 solid transparent
	}

	#cssmenu ul ul li a:hover {
		background-color: transparent;
		border-color: transparent
	}

	#cssmenu>ul>li.has-sub>a,
	#cssmenu>ul>li:last-child,
	#cssmenu>ul>li:last-child a {
		border-bottom: 0 solid #FFF
	}

	#cssmenu>ul>li.has-sub>a {
		color: #FFF
	}

	#cssmenu>ul>li>a {
		color: #FFF;
		margin-left: 0
	}

	#cssmenu>ul>li {
		border-bottom: 1px solid #FFF
	}

	#cssmenu ul {
		width: 100%;
		position: absolute;
		margin-top: 50px;
		background: #da2d36;
		z-index: 2
	}

	#cssmenu ul#MainMenu {
		padding: 12px 0
	}

	#cssmenu.align-center>ul {
		text-align: left
	}

	#cssmenu li:hover>ul>li,
	#cssmenu ul ul li {
		height: auto
	}

	#cssmenu>ul>li {
		float: none;
		padding: 0;
		width: 96%;
		margin: 0 auto
	}

	#cssmenu ul ul li a,
	#cssmenu ul ul ul li a {
		padding-left: 0
	}

	#cssmenu ul ul li a,
	#cssmenu ul ul li:last-child a {
		color: #FFF;
		background: 0 0
	}

	#cssmenu ul ul li:hover a {
		border-bottom: 0 dotted #FFF
	}

	#cssmenu ul ul li.active>a,
	#cssmenu ul ul li:hover>a {
		color: #fff
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}

	#cssmenu #menu-button:after,
	#cssmenu #menu-button:before {
		left: 9px;
		position: absolute;
		content: ''
	}

	#cssmenu #menu-button {
		display: block;
		padding: 24px;
		color: #ddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
		position: absolute;
		right: 0;
		top: 0;
		background: 0 0
	}

	#cssmenu #menu-button:after {
		top: 23px;
		display: block;
		height: 11px;
		width: 30px;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd
	}

	#cssmenu #menu-button:before {
		top: 14px;
		display: block;
		height: 2px;
		width: 30px;
		background: #ddd
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 30px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	#cssmenu ul ul li a,
	#cssmenu ul ul ul li {
		border-top: 0 dotted #d4d4d4
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 30px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 50px;
		width: 100%;
		cursor: pointer
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}

	#cssmenu .submenu-button2:after,
	#cssmenu .submenu-button:before {
		background: #ddd;
		position: absolute;
		content: ''
	}

	#cssmenu .submenu-button:before {
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}

	#cssmenu ul ul li a {
		font-size: 13px;
		font-weight: 600;
		text-align: left;
		padding-left: 20px
	}

	#cssmenu ul ul li a:hover {
		font-size: 13px
	}

	#cssmenu ul ul li:first-child a:hover {
		border-top: 0 dotted #FFF
	}

	#cssmenu ul ul li ul li a {
		text-align: left;
		padding-left: 40px
	}

	#cssmenu>ul>li.has-sub>a,
	#cssmenu>ul>li>a {
		padding: 18px 5px
	}

	#cssmenu .nav-home {
		display: block
	}

	#cssmenu .submenu-button2 {
		position: absolute;
		z-index: 999;
		right: 6px;
		top: 0;
		display: block;
		height: 50px;
		width: 100%;
		cursor: pointer
	}

	#cssmenu .submenu-button2:after {
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block
	}

	#cssmenu ul ul .submenu-button2:after {
		top: 15px;
		right: 13px
	}

	#cssmenu .submenu-button2.submenu-opened2:after {
		background: #fff
	}

	#cssmenu .submenu-button2:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}

	#cssmenu .submenu-button2.submenu-opened2:before,
	.hovercolor {
		display: none
	}

	#cssmenu ul ul .submenu-button2:before {
		top: 12px;
		right: 16px
	}

	#cssmenu>ul>li.has-sub>a {
		padding: 20px 5px;
		text-transform: uppercase;
		margin-left: 0;
		margin-right: 0
	}

	#cssmenu ul ul ul li a {
		margin: 0;
		font-weight: 400;
		min-width: 167px;
		line-height: 23px;
		font-size: 11px;
		padding: 5px 0;
		width: 100%;
		border-top: 0 dotted #d4d4d4 !important;
		background: 0 0;
		color: #FFF
	}

	#cssmenu ul ul ul li a:hover {
		font-size: 11px
	}

	#cssmenu ul ul li:first-child ul {
		top: 5px
	}

	#cssmenu ul ul ul li:first-child a {
		margin-top: 0 !important
	}

	#cssmenu ul ul li:first-child a {
		margin-top: 0
	}

	#cssmenu ul ul li:last-child {
		margin-bottom: 0
	}

	#cssmenu ul li ul.second-level {
		margin-bottom: 10px
	}

	#cssmenu {
		padding: 0
	}

	#cssmenu>ul>li.active {
		box-shadow: none
	}
}