:root {
	--main-head-color: #8E8E8E;
	--main-head-color-hover: #222222;
	--main-head-bg: #fff;
	--main-head-submenu-bg: #ececec;
}  
/* Header */
#primary-menu .sub-menu .menu-item:last-child a{
	color:  var(--main-head-color);
}
#primary-menu .sub-menu .menu-item:last-child a:hover{
	color:  var(--main-head-color-hover);
}
a.md-phone-number {
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	color: #222222;
	/* 	background: #FFC804; */
	font-size: 18px;
	width: 280px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #EFCE25 50%, #FFB904 50%); 
	background-size: 200% 100%;
	transition: 0.3s ease-in-out;
}

a.md-phone-number:hover{
	background-position: -100% 0;
}

.header-content {
	position: relative;
}
.site-header {
	position: relative;
	z-index: 9999;
	background: #F8F6F4;
}
.md-header-naviphone-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 100%;
}
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 35px 0 auto;
	background-color: var(--main-head-bg);
	border: unset;
}
#md-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 31px;
}
#primary-menu .menu-item a {
	color:  var(--main-head-color);
	padding: 20px 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform:uppercase;
}
#primary-menu .menu-item.current-menu-item a{
	color: var(--main-head-color-hover);
}
#primary-menu .menu-item:last-child a {
	color: #FFC804;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: -20px;
	top: 11.5px;
	font-size: 24px;
	transform: rotateZ(90deg);
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #EDEBE9;
	border: #ececec solid 1px;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
	#primary-menu .menu-item a {
		font-size: 12px;
	}
	.site-branding img {
		max-width: 136px;
	}
	#site-navigation {
		margin-right: 17px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 16px;
	}
/* 	a.md-phone-number {
		font-size: 15px;
		width: 220px;
	} */
}  

@media screen and (min-width: 992px) {
	a.md-phone-number {
		font-size: 15px;
		width: 220px;
	}
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
	}
	.site-branding {
		position: absolute;
		left: 0;
	}
	.header-content {
		justify-content: flex-end;
	}
	header#masthead {
		height: 170px;
		display: flex;
		align-items: center;
	}
	.md-header-naviphone-holder {
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 13.5px;
		right: -15px;
		font-size: 18px;
	}

}
@media screen and (max-width: 991px) {
	.site-header {
		position: relative; 
	}
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		padding: 0;
	}
	.site-branding {
		z-index: 2;
		position: absolute;
		top: 48px;
		left: 15px;
	}
	.site-branding img {
		max-width: 140px;
	}
	.navbar-header {
		position: absolute;
		top: 85.5px;
		right: 2px;
	}
	.md-header-naviphone-holder {
		position: relative;
		min-height: 140px;
	}
	.md-header-phone-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: #000 !important;/* i kno...*/
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-toggle {
		display: block;
	}
	#md-collapse-menu {
		width: 100%;
		border: none;
	}
	.md-navigation .collapse {
		display: none!important;
	}
	.md-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
		border-top-left-radius: 50px;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 170px 0 12px 20px;
		border-top-left-radius: 50px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 7px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		background-color: #f4f4f4;
		margin-left: 10px;
	}
	header .container {
		width: 100%;
		padding: 0;
	}
	a.md-phone-number {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.site-branding {
		top: 75px;
	}
	.site-branding img {
		max-width: 121px;
	}
	#primary-menu {
		padding-top: 180px;
	}
}
@media screen and (min-width:1200px) and (max-width:1500px){
	a.md-phone-number {
		font-size: 16px;
	}
}

@media screen and (min-width:1200px){
	a.md-phone-number {
		font-size: 16px;
		width: 240px;
	}
	.site-branding {
		height: 150px;
		width: 200px;
	}
	#primary-menu .menu-item a {
		font-size: 15px;
		letter-spacing: 0;
	}
	header#masthead{
		height:200px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}
	#site-navigation {
		margin: 0 20px 0 auto;
	}

	img.custom-logo {
		height: 150px;
		object-fit: contain;
	}

	.site-info .md-footer-logo-holder img {
		width: 80%;
	}
/* 	a.md-phone-number {
		font-size: 18px;
	} */
	#primary-menu .menu-item-has-children > a:before {
		font-size: 24px;
		right: -20px;
	}

}
@media screen and (min-width:1400px){
	#primary-menu .menu-item a {
		font-size: 16px;
		letter-spacing: 0.02em;
	}

	header#masthead{
		height:220px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 30px;
	}
	#site-navigation {
		margin: 0 35px 0 auto;
	}
	img.custom-logo {
		height: auto;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 14.5px;
	}
}
@media screen and (min-width:1500px){
	a.md-phone-number {
		font-size: 20px;
		width: 320px;
		height: 90px;
	}
	#primary-menu .menu-item a{
		letter-spacing: 0.04em;
	}
	a.md-phone-number {
		font-size: 18px;
	}

	a.md-phone-number {
		font-size: 20px;
		width: 300px;
		height: 80px;
	}
}
@media screen and (min-width:1700px){
	a.md-phone-number {
		font-size: 22px;
		width: 400px;
		height: 100px;
	}
	#primary-menu .menu-item a{
		font-size:17px;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 14.5px;
	}


}
/* Header end */

/* Footer start */

footer {
	float: left;
	width: 100%;
}
section.md-location-section {
	background: #F8F6F4;
	padding-bottom: 140px;
}
#gmap {
	height: 100%;
}


.md-location-section .location-container {
	padding: 0px;
}

.md-location-all-holder .md-location-left {
	padding: 40px 30px 50px 30px;
	background: #fff;
}

.md-location-all-holder {
	float: left;
	display: flex;
	flex-direction: column;
}
.locations-row .footer-drop-location-second-column {
	padding-bottom: 24px;
}
.md-location-all-holder .md-location-right {
	padding: 0px;
}
.md-location-title-holder {
	display: flex;
	column-gap: 16.25px;
}
.md-location-holder:not(:last-child) {
	padding-bottom: 24px;
}

.md-location-left .section-title {
	padding-bottom: 28px;
	color:#222222;
}
.md-location-title-link {
	color: #222222;
	transition: 0.3s ease-in-out;
}
.md-location-title-link:hover {
	color: #C8362C;
}
.md-location-left .section-title span {
	color: #C8362C;
}
.md-location-left .md-footer-areas-text {
	padding-bottom: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2%;
	color: #222222;
}

.md-location-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	pointer-events: none;
	text-transform: uppercase;
}

.locations-row .footer-drop-location-first-column {
	padding-bottom: 24px;
}

section#footer-background {
	display: flex;
	background: #222222;
	position: relative;
}


footer.entry-footer {
	background: #F8F6F4;
}

#footer-background .md-footer-holder {
	float: left;
	display: flex;
	background: #222222;
	flex-direction: column;

}

.md-footer-holder .md-footer-left-holder {
	padding: 30px 0 30px 0;
	padding-top: 100px;
	color: #FFFFFF;
	padding-left: 0px;
}



.md-footer-text p:first-child {
	padding-bottom: 20px;
}

.contact-text-holder p:nth-child(3) {
	padding-bottom: 30px;
}

.site-info .md-footer-logo-holder {
	margin-top: -113px;
	z-index: 10;
	display: flex;
	justify-content: left;
	padding-bottom: 50px;
	position: absolute;
	top: 30px;
}

.site-info .md-footer-logo-holder img{
	max-width:70%;
}

.site-info .md-footer-right-holder {
	padding:0px;
}

.md-footer-left-holder .md-footer-text-holder .md-footer-title{
	width: 251px;
}

.contact-text-holder,
.md-footer-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.contact-text-holder span{
	font-weight: 700;
}

.md-footer-text-holder a {
	color: #fff;
	text-decoration: underline;
	padding-bottom: 0px;
}

.md-footer-text-holder a:hover {
	color: #FFC804;
	transition: 0.3s ease-in-out;
}


.md-footer-left-holder .md-footer-title {
	padding-bottom: 17px;
	color: #FFFFFF;
	font-size: 26px;	
	line-height: 40px;
	text-transform: uppercase;
}

.md-footer-left-holder p{
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
}

.md-footer-left-holder strong{
	font-weight 700;
}


/* .contact-text-holder p {
padding-bottom: 5px;
}

p.work-text {
padding-bottom: 5px;
} */

.md-footer-contact a {
	transition: 0.3s ease-in-out;
	color: #FFC804;
}

.md-footer-contact a:hover {
	color: #F8F6F4;
}

.md-footer-contact a.md-footer-quote-link {
/* 	background: #FFC804; */
	 background: linear-gradient(to right, #FFC804 50%, #FFB904 50%);   
    background-size: 200% 100%;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	transition: 0.3s ease-in-out;
	display: flex;
	width: 199px;
	height: 50px;
	justify-content: center;
	align-items: center;
}

.md-footer-contact a.md-footer-quote-link:hover {
    background-position: -100% 0;
}

.md-footer-left-holder .md-footer-text-holder,
.md-footer-left-holder .md-footer-contact{
	padding-bottom: 20px;
	padding: 0 0 30px 0;
}

p.work-text {
	padding-bottom: 5px;
}

.md-footer-left-holder .md-footer-working-hours{
	padding: 0px;

}
.md-working-all-holder {
	float: left;
	width: 100%;
}
.md-working-all-holder .md-work-day-holder {
	padding: 0px;
	width: 40%;
}
.md-working-all-holder .md-work-time-holder {
	padding: 0px;
	width: 60%;
}

.md-footer-copy-right {
	background: #000000;
	padding: 10.64px;
	text-align: center;
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2%;
}

.md-work-time-holder:last-of-type p {
	color: #C8362C;
}

.md-footer-copy-right p {
	font-size: 13px;
	line-height: 22px;
}

/************************************************************************** MEDIA */


@media all and (min-width: 400px) {
	.md-working-all-holder .md-work-day-holder {
		width: 30%;
	}

}

@media all and (min-width: 576px) {
	.row.locations-row {
		display: flex;
	}

	.md-location-all-box {
		column-count: 2;
	}
}


@media all and (min-width: 600px){
	.site-info .md-footer-logo-holder img{
		max-width:80%;
	}

	.md-location-all-holder .md-location-left {
		padding: 25px 15px 30px 15px;
	}

	.md-location-left .md-footer-areas-text {
		font-size: 22px;

	}

	.md-location-title {
		line-height: 40px;
		font-size: 24px;
		font-weight: 600;
	}

	.md-footer-copy-right p {
		font-size: 16px;
		line-height: 24px;
	}

	.md-location-all-holder {
		padding: 0 15px;
	}

	.md-footer-holder .md-footer-left-holder {
		padding-top: 155px;

	}

}

@media all and (min-width: 660px) {

	.md-location-left .md-footer-areas-text {
		width: 497px;
	}
}




@media screen and (max-width:991px){
	.site-info .md-footer-right-holder {
		height: 400px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {

	.md-location-all-holder .md-location-left {
		padding: 50px;

	}

	.md-location-title {
		line-height: 30px;
		font-size: 20px;
		margin-bottom:5px;
	}
	.md-location-title-holder {
    align-items: flex-start;
}
	img.md-areas-arrow {
    margin-top: 5px;
}

	.md-footer-left-holder .md-footer-text-holder .md-footer-title {
		width: 100%;
	}

}
@media screen and (min-width:768px){
/* 	.md-location-all-box {
		column-count: 3;
	} */



	section.md-location-section {
		padding-bottom: 160px;
		padding-top: 40px;

	}



}

@media all and (min-width: 992px) {
	.md-location-all-box {
		column-count: 2;
	}
	.md-location-all-holder {
		flex-direction: row;	
		padding: 0px;
	}


	.md-img-holder {
		height: 100%;
	}

	.md-img-holder img {
		object-fit: cover;
		height: 100%;
		object-position: center;
	}

	.md-footer-holder .md-footer-left-holder {
		padding-bottom: 50px;
	}

	.site-info .md-footer-right-holder {
		padding: 0px;
		display: block;
		position: absolute;
		right: 0;
		height:100%;
	}

	.md-footer-holder {
		flex-direction: row;
		/* 	justify-content: flex-end; */
	}

	#footer-background .md-footer-holder {
		flex-direction: row;
	}

	.md-location-left .md-footer-areas-text {
		padding-bottom: 34px;
	}

	.md-footer-left-holder .md-footer-text-holder {
		padding-right: 10%;
	}

	.md-footer-left-holder .md-footer-working-hours {
		padding: 0 0 0 40px;
		max-width: 300px;
	}

	.md-footer-working-hours .md-working-all-holder .md-work-day-holder {
		width: 103px;
	}

	.md-location-all-holder .md-location-left {
		padding: 50px 40px 50px 40px;

	}



}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.md-location-title {
		font-size: 18px;
		font-weight: 500;
		line-height: 36px;
	}

	.md-location-left .md-footer-areas-text {
		font-weight: 400;
		line-height: 30px;
		font-size: 20px; 
	}
}

@media all and (min-width: 1200px){

	.md-location-left .md-footer-areas-text{
		font-size: 20px;
		width: 480px;
		line-height: 32px;
	}
	.md-location-title {
		font-size: 20px;
		font-weight: 500;
		line-height: 38px;
	}
	.md-footer-holder .md-footer-left-holder {
		padding-bottom: 70px;
	}

	section.md-location-section {
		padding-bottom: 160px;
		padding-top: 70px;
	}

	.md-footer-working-hours .md-working-all-holder .md-work-day-holder {
		width: 40%;
	}

.md-footer-holder .md-footer-left-holder {
    padding-top: 120px;
}

}

@media all and (min-width: 1300px){

	.md-footer-holder .md-footer-left-holder {
		padding-right: 0px;
		padding-bottom: 100px;
		padding-left: 0px;
	}
	.md-footer-left-holder .md-working-all-holder .md-work-day-holder {
		width: 122px;
	}

	.md-footer-left-holder .md-working-all-holder .md-work-time-holder {
		width: 151px;
	}


	.md-footer-left-holder .md-footer-contact{
		padding: 0 15px 20px 0px;
	}
	.md-footer-left-holder .md-footer-working-hours {
		padding: 0 10px 20px 15px;
	}
	.md-footer-left-holder .md-footer-text-holder{
		padding: 0 75px 20px 0px;
	}	
	.md-footer-holder .md-footer-right-holder {
		position: absolute;
		right: 0;
	}



	.md-footer-left-holder .md-footer-working-hours {
		max-width: 370px;
	}



}

@media all and (min-width: 1400px){

	.md-footer-left-holder .md-working-all-holder .md-work-day-holder {
		width: 50%;
	}
	.md-location-all-holder .md-location-left {
		padding: 50px 54px 50px 80px;
	}

	.md-footer-holder .md-footer-left-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.md-location-title {
		line-height: 42px;
	}
}

@media all and (min-width: 1500px){

	section.md-location-section {
		padding-bottom: 210px;
		padding-top: 142px;
	}

	.md-location-title {
		font-size: 24px;
		line-height: 44px;
	}

	#footer-background .md-footer-holder .md-footer-left-holder {
		flex-wrap: nowrap;
	}

	#footer-background .md-footer-left-holder .md-footer-text-holder{
		padding: 0 15px 0 0;
		width:33%
	}
	#footer-background .md-footer-left-holder .md-footer-contact{
		padding: 0 15px 0 15px;
		width:33%;
	}

	#footer-background .md-footer-left-holder .md-footer-working-hours {
		padding: 0 0 0 15px;
		width: 33%;
	}

	.md-footer-holder .md-footer-left-holder .md-working-all-holder .md-work-day-holder {
		width: 110px;
	}

	.md-location-left .md-footer-areas-text {
		width: 515px;
	}

.md-footer-holder .md-footer-left-holder {
   		 padding-top: 155px;
}


}

@media all and (min-width: 1700px){

	.md-location-left .md-footer-areas-text {
		font-size: 24px;
		line-height: 38px;
		width: 620px;
	}

	.md-location-all-holder .md-location-left {
		padding: 75px 54px 78px 109px;
	}

	.md-footer-holder .md-footer-left-holder .md-working-all-holder .md-work-day-holder {
		width: 111px;
	}

	.site-info .md-footer-logo-holder img {
		width: 86%;
	}

	.site-info .md-footer-logo-holder {
		margin-top: -112px;

	}

	.md-location-title {
		line-height: 46px;
	}



}












