/***************************************************************************** */
/* Mobile Menu */
/***************************************************************************** */

.mobile-burger {
    display: none;
}
.mobile-menu {
    margin: 0;
    width: 100%;
    padding: 60px 5% 5% 5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    min-height: 100%;
    height: 100%;
    background: rgba(0, 118, 188, 1);
    margin: 0;
    position: fixed;
    display: none;
    overflow: hidden;
@media (min-width: 1024px) {
    float: right;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    min-height: auto;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    display: block;
}
}
nav.mobile-menu p {
    text-shadow: none;
    font-size: 13px!important;
    text-align: left;
    line-height: 1.6em;
}
nav.mobile-menu p a {
    text-shadow: none;
    font-size: 13px;
    text-align: left;
    border: none;
}
nav.mobile-menu div.f-contact {
    width: 100%;
    margin: 15px 0;
}
nav.mobile-menu div.socialmedia {
    float: left;
    margin: 5px 0;
    margin-bottom: 100px;
}
.mobile-menu p.title-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-weight: 600;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mobile-menu a.btn-fac,
.mobile-menu a.btn-sac {
    width: 50%;
    display: inline-block;
    color: #fff;
}
.mobile-menu a.cta-call {
    padding: 0 10px 0 0;
    margin: 15px 0;
    background: #F26522;
}

nav.mobile-menu .mm-q-cta div.language {
	color: #fff;
	text-align: right;
}
nav.mobile-menu .mm-q-cta div.language a {
	border: none;
	display: inline-block;
	padding: 10px;
	color: #fff!important;
}

nav.mobile-menu .mm-q-cta div.language a:before {
	display: none;
}



/*********************************************************************** */
/* NEW - MOBILE MENU
*********************************************************************** */

.mobile-menu {
	padding-top: 60px;
	overflow: hidden;
	background: rgba(0, 118, 188, 1);
}

	.mobile-menu i.ficon {
		font-weight: normal;
		font-size: 18px;
		vertical-align: sub;
		margin-right: 10px;
	}
	
	.mobile-menu .ui.styled.accordion .title {
		margin-bottom: 0px;
		font-size: 12px;
	}
	
	.mobile-menu .socialmedia a {
    	color: #fff!important;
	}
	
	nav.mobile-menu .mm-q-cta p, nav.mobile-menu .mm-q-cta a {
		color: #333!important;
	}
	
	.btn-call {
		background: #F26522;
		margin:0 0px 5px 0;
		float: right;
		    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.2);
	}
		.btn-call:before {
  	font-family: "dripicons-v2";
			content:'';
			padding-right: 10px;
			vertical-align: bottom;
			font-size: 16px;
		}
	
	.btn-email {
		background: #F26522;
		margin:0 5px 5px 0;
		    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.2);
	}
		.btn-email:before {
  	font-family: "dripicons-v2";
			content:'';
			padding-right:10px;
			vertical-align: bottom;
			font-size: 16px;
		}
		
	.btn-location {
		display: block;
		background: none;
		padding-left: 25px;
		margin: 20px 5px 15px 0;
		line-height: 16px;
		height: 32px;
		clear: both;
	}
		.btn-location:before {
  	font-family: "dripicons-v2";
			content:'';
			padding-right: 5px;
			vertical-align: bottom;
			font-size: 16px;
			margin-left: -20px;
			
		}
		
	span.notification {
	font-family: 'Roboto', sans-serif;
    font-size: 8px;
    font-weight: bold;
    background: #dc5953;
    padding: 4px;
    border-radius: 40px;
    color: #fff;
    line-height: 10px;
    z-index: 100;
    margin-left: 10px;
    vertical-align: super;
	}
	
	nav.mobile-menu .mm-q-cta a.btn-signout {
		color: #dc5953!important;
	}
	nav.mobile-menu .mm-q-cta a.btn-signout:before {
		content:'<';
		color: #dc5953!important;

	}

nav .mm-contact p, nav .mm-contact a {
	font-size: 12px!important;
}

nav.mobile-menu a.btn-mail {
	border:1px solid rgba(255,255,255,0.5);
	padding: 10px 15px;
}

nav.mobile-menu .mm-q-cta a {
	padding: 5px 5px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	display: block;
	font-size: 12px;
}

nav.mobile-menu .mm-q-cta a:before {
  	font-family: "dripicons-v2";
	content:'m';
	color: rgba(0, 118, 188, 1);
	padding-right: 10px;
	vertical-align: top;
}

nav.mobile-menu div.socialmedia {
	margin-bottom: 0px;
}
nav.mobile-menu .mm-q-cta .socialmedia a {
	display: inline-block;
	padding: 0px;
	line-height: 1.5em;
}

.open-button span {
	background: #e1e1e1;
}

.open-button {
	position: fixed;
}

.new {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 8px;
	color: #fff;
	background: rgba(0, 118, 188, 1);

}

.mobile-menu form.ui.form label {
	font-size: 10px;
	font-weight: normal;
}

.ui.form .field.field input:-webkit-autofill {
	box-shadow: 0 0 0 100px white inset!important;
    border-color: rgba(0, 118, 188, 0.5)!important;
}

/********************************************************************* */
/* Mobile Menu  - Responsive*/
/********************************************************************* */

@media only screen and (max-width: 820px) {
    .main-menu li div.u-noti {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
	.btn-call {
		float: left;
	}
	
	.btn-location {
		margin: 20px 0 20px 0;
	}
	
}


/********************************************************************* */
/* Burger Menu */
/********************************************************************* */

.open-button {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    border-bottom: 0;
    top: 1.5%;
    right: 6%;
    z-index: 100000;
    border-bottom: 0;
	position: fixed;
@media (min-width: 1024px) {
    display: none;
}
&:hover {
     border-bottom: 0;
 }
}
.open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
	background: #e1e1e1;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.open-button span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}
.open-button span:nth-child(2) {
    top: 7px;
    transform-origin: left center;
}
.open-button span:nth-child(3) {
    top: 14px;
    transform-origin: left center;
}
.open-button.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 6px;
}
.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.open-button.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 6px;
}
