/* 3. RESPONSIVE MENU */
.navicon {
    display: block;
    float: left;
    height: 30px;
	width: 30px;
	margin-top: -6px;
}

.navicon:hover{
	cursor: pointer;
}

.nav-toggle {
	display: flex;
	align-items: center;
    cursor: pointer;
    height: 30px;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -8px;
}
.nav-toggle span:after {
    bottom: -8px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navicon.active p{
	color: #fff;
}

.navicon.active .nav-toggle span {
    background-color: transparent
}
.navicon.active .nav-toggle span:before, .nav-toggle.active span:after {
    top: 0
}
.navicon.active .nav-toggle span:before {
	background:#393939;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navicon.active .nav-toggle span:after {
	background:#393939;
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

/* container */
.mobile-nav-container{
	opacity: 0;
	background: #f0f6f6;
	position: fixed;
	min-height: 100%;
	width: 80%;
	max-width: 300px;
	left: 0;
	top: 0;
	height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	box-shadow: 0 0 50px 40px rgba(0,0,0,0.3);
	z-index: 100;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-nav-container a {
	text-decoration: none;
}

.mobile-nav-container.open{
	opacity: 1;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;

    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-nav-container .navicon{
	margin-top: 10px;
	margin-left: 15px;
	position: absolute;
}

.mobile-nav-container ul{
	padding-left: 0;
}

.mobile-nav-container nav{
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;

    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-nav-container nav.active{
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-nav-container img{
	height: 30px;
	padding: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.mobile-nav-container nav{
	border-top: 1px solid #d6d6d6;
}

.mobile-nav-container nav .top-menu-item{
	width: 90%;
	padding: 10px 5%;
	border-bottom: 1px solid #d6d6d6;
}

.mobile-nav-container nav a,
.mobile-nav-container nav ul {
	font-family: var(--font-main);
	font-weight: normal;
}

/*.mobile-nav-container nav .top-menu-item > a:before{*/
/*	content: '\f110';*/
/*	font-family: fontawesome;*/
/*	font-size: 16px;*/
/*	line-height: 24px;*/
/*	position: absolute;*/
/*	margin-left: -20px;*/
/*	color: #999;*/
/*}*/


.mobile-nav-container nav .top-menu-item a{
	display: inline-block;
	padding: 6px 25px 6px 10px;
	color: #999;
}

.mobile-nav-container nav .top-menu-item > a:hover ,
.mobile-nav-container nav .top-menu-item.current-item > a{
	background: #ea1a35;
	color: #fff;
	border-radius: 20px;
}

.mobile-nav-container nav .top-menu-item.current-item.fa-chevron-right:before {
	content: '\f078';
}

/*.mobile-nav-container nav .top-menu-item > a:hover:before,*/
/*.mobile-nav-container nav .top-menu-item.current-item > a:before{*/
/*	content: '\f113';*/
/*	font-family: fontawesome;*/
/*	color: #fff;*/
/*}*/

.mobile-nav-container .social-media{
	text-align: center;
	margin: 30px;
}

.mobile-nav-container .social-media i{
	border-radius: 50%;
	background: #ddd;
	color: #393939;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 32px;
	margin: 5px;

}

.mobile-nav-container .sub-menu{
	display: none;
	background: #e9eff0;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	margin: 10px -6% -10px -6%;
}

.mobile-nav-container .current-item .sub-menu{
	display: block;
}

.mobile-nav-container .sub-menu .sub-menu-item{
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
}

.sub-menu-item:hover{
	background: #dcdede;
}

.mobile-nav-container .sub-menu .sub-menu-item a{
	padding: 10px 25px 10px 35px;
}

.mobile-nav-container .sub-menu .sub-menu-item:first-child{
	border-top: 1px solid #d7d7d7;
}

.mobile-nav-container .sub-menu .sub-menu-item.current-item a{
	text-decoration: underline;
	width: 85%;
}

/*.mobile-nav-container .sub-menu .sub-menu-item.has-children:after{*/
/*	content: '\f054';*/
/*	font-family: fontawesome;*/
/*	font-size: 16px;*/
/*	line-height: 46px;*/
/*	position: absolute;*/
/*	color: #999;*/
/*	right: 5%;*/
/*}*/

.secondary-menu:before{
	content: '\f111';
	font-family: fontawesome;
	display: block;
	font-size: 28px;
	color: #777;
	width: 26px;
	padding: 10px 20px;
	border-right: 1px solid #d7d7d7;
	border-left: 4px solid #444444;

}

.secondary-menu{
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	border-top: 1px solid #d7d7d7;
	transform: translateX(100%);
}

.active > .secondary-menu{
	display: block;
}
