/* ---- MODULES ----*/
/*
html.mm-wrapper_opening .module-header.style-11 .ry-right {
margin-right: 380px; }
@media (max-width: 1800px) {
html.mm-wrapper_opening .module-header.style-11 .ry-right {
margin-right: 280px; } }
*/
.module-header.style-11 {
	position: absolute;
	z-index: 100;
	top: 3em; }
.module-header.style-11 .ry-menu {
	display: none; }
.module-header.style-11 .header-info-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.module-header.style-11 .ry-logo img {
	max-width: 300px; }
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.module-header.style-11 .ry-logo img {
		max-width: 250px; } }
.module-header.style-11 .ry-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 27%;
	float: right;
	position: relative;
	top: -10px;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module-header.style-11 .ry-right {
		width: 175px; } }
@media screen and (min-width: 1200px) and (max-width: 1700px) {
	.module-header.style-11 .ry-right {
		top: -10px;
		width: 400px !important;
		max-width: 600px; } }
.module-header.style-11 .ry-container {
	max-width: 85%; }
@media screen and (min-width: 992px) and (max-width: 1600px) {
	.module-header.style-11 .ry-container {
		width: 100%;
		max-width: 90%; } }
.module-header.style-11 ul.social-icons {
	display: none; }
.module-header.style-11 span.span-1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: lighter;
	position: relative;
	top: -5px; }
.module-header.style-11 a {
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px; }
.module-header.style-11 .header-phone {
	position: relative;
	left: -77px; }
@media (max-width: 1199px) {
	.module-header.style-11 .header-phone {
		display: none; } }
.module-header.style-11 .header-email .span-1 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media (max-width: 1199px) {
	.module-header.style-11 .header-email {
		display: none; } }
.module-header.style-11 .phone-icon,
.module-header.style-11 .calendar-icon {
	width: 55px;
	height: 55px;
	position: absolute;
	left: -36%;
	border-radius: 100%;
	top: 15%; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module-header.style-11 .phone-icon,
	.module-header.style-11 .calendar-icon {
		left: -19%; } }
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.module-header.style-11 .phone-icon,
	.module-header.style-11 .calendar-icon {
		top: 5%; } }
.module-header.style-11 .phone-icon:before,
.module-header.style-11 .calendar-icon:before {
	content: '\f095';
	font-family: fontawesome;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	border-radius: 100%;
	width: 45px;
	top: 5px;
	position: relative;
	right: 0;
	font-size: 20px;
	left: 0;
	margin: auto;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s; }
.module-header.style-11 a.phone-icon,
.module-header.style-11 a.calendar-icon {
	font-weight: lighter !important; }
.module-header.style-11 .calendar-icon {
	left: 25%; }
.module-header.style-11 .calendar-icon::before {
	content: '\f073'; }
.module-header.style-11 .hamburger {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0;
	height: 55px;
	width: 55px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 4px; }
@media (max-width: 991px) {
	.module-header.style-11 .hamburger {
		top: 0; } }
.module-header.style-11 .hamburger:hover {
	opacity: 1; }
.module-header.style-11 .hamburger:focus {
	outline: transparent; }
.module-header.style-11 .hamburger::before {
	content: '\f0c9';
	font-family: fontawesome;
	font-size: 24px;
	opacity: 1;
	height: 45px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	border-radius: 100%;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.module-header.style-11 .hamburger-box {
	display: none; }

/* MENU */
#mobile_menu #menu_container .mm-listview li a,
#mobile_menu .mm-panel .mm-listview a:not(.mm-btn_next){
	font-size: 18px !important;
	letter-spacing: initial !important;
	text-transform: uppercase !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#mobile_menu .mm-panel .mm-navbar__title {
	font-size: 18px !important;
	letter-spacing: initial !important;
	text-transform: uppercase !important;
	color: #fff; 
} 
#menu_container .mm-listview .mm-listitem:after,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after {
	border-color: #ffffff44 !important;
}
.mm-menu_theme-black .mm-btn:after, 
.mm-menu_theme-black .mm-btn:before, 
.mm-menu_theme-black .mm-listview .mm-btn_next:after {
	border-color: #ffffff80;
}
.module-header.style-11 {
	padding: 30px 0 !important;
	top: 0 !important;
	background: rgb(0 0 0 / 30%);
	z-index: 999;
} 
.module-header.style-11.fixed {
	padding: 20px 0 !important;
	background: rgba(255,255,255,0.8) !important;
}
.module-header.style-11 .ry-right {
	width: auto !important;
	top: 0;
	max-width: max-content !important;
}

.module-header.style-11 .ry-right .button-group {
	display: flex;
	margin-right: 50px;
}
.module-header.style-11 .ry-right .button-group a {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
}
.module-header.style-11 .ry-right .button-group .svg-wrapper {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background: #2e8ce6;
	border-radius: 50%;
}
.module-header.style-11 .ry-right .button-group svg {
	width: 18px;
	fill: #fefffe;
}
.module-header.style-11 .ry-right .button-group .text-wrapper {
	color: #2e8ce6;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}
.module-header.style-11 .ry-right .button-group .text-wrapper span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.module-header.style-11 .hamburger {
	width: auto;
	height: auto;
	background: transparent !important;
	top: unset;
}

.module-header.style-11 .hamburger:before {
	background: transparent !important;
	font-size: 30px;
	width: auto;
	height: auto;
	color: #2e8ce6;
}
#menu_container .mm-listview li a {
	font-size: 20px !important;
	letter-spacing: initial !important;
}
.module-header.style-11 .ry-logo {
	position: relative;
}
.module-header.style-11 .ry-logo img {
	max-width: 200px;
}
.module-header.style-11.fixed {
	top: 0;
	padding-top: 40px;
	background: rgba(255,255,255,0.7);
}

.mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after, .mobile-container .mobile-nav button .hamburger-inner {
	background:#33383a !important;}
.mobile-container .flex-wrap .mobile_logo img {
    max-width: 140px;
}

@media (max-width: 1800px) {
	#mobile_menu {
		max-width: 440px;
	}
}
@media (max-width: 1366px) {
	.module-header.style-11 .ry-right .button-group {
		margin-right: 30px;
	}
	.module-header.style-11 .ry-right .button-group a {
		margin-left: 20px;
	}
}
@media (max-width: 1200px) {
	.module-header.style-11 .ry-right .button-group .text-wrapper {
		font-size: 16px;
	}
}
@media (max-width: 1080px) {
	/*.module-header.style-11 {
		display: none;
	}*/
	.mobile-header.style-11 .mobile-container .mobile-nav {
		margin-right: 0 !important;
		margin-left: 20px;
	}
	#ry-header .hidden-lg {
		display: block !important;
	}
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
		width: 17px;
		fill: #fff;
	}
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 10px;
	}
	#menu_container .mm-listview li a, 
	#menu_container .mm-listview li h4,
	#menu_container .mm-listitem > a { 
		font-size: 18px !important;
	} 
}
@media (max-width: 620px) {
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 5px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {display:none;}

	.mobile-header.style-11 .mobile-container .mobile-nav {
		margin-left: 10px;
		margin-right: 0 !important;
	}
}
@media (max-width: 520px) {
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
		width: 14px;
	}
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 35px !important;
		height: 35px !important;
	}
	.mobile-header.style-11 .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 5px;
	}
	.mobile-header.style-11 .mobile-container {
		padding: 20px 0;
	}
	.mobile-header.style-11 .mobile-container .flex-wrap .mobile_logo img {
		max-width: 140px;
	}
	.mobile-header.style-11 .mobile-container .mobile-nav button .hamburger-box {
		width: 30px;
	}
	.mobile-header.style-11 .mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-header.style-11 .mobile-container .mobile-nav button .hamburger-inner:before, 
	.mobile-header.style-11 .mobile-container .mobile-nav button .hamburger-inner:after {
		width: 30px;
	}
}

/* LIVE EDIT MODE */
#header-style-11 button {margin: 0 5px;}

#header-style-11 .btn-sep {
    padding: 5px;
    min-height: 35px;
    text-transform: unset;
    font-size: 12px;
	color: #fefffe;
	background: #2e8ce6;
}

#header-style-11 .btn-canvas:before {width:unset;}
/* END LIVE EDIT MODE */
/* END MENU */