/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 18px;
	overflow: hidden;
	padding-top: 125px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 50px;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 204px;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	z-index: 100000;
	-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

body.scrolled #header {
	top: -75px;
}

#header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f4f1ec url(../images/texture-bg.jpg) center -293px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDM4IiBoZWlnaHQ9IjIwMi45OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMCAwIDE0MzggMjAyLjk4Ij48cGF0aCBkPSJNLTEtLjE0SDE0MzlWMjAzLjEyYy00MC42OS0xNS45Mi04Mi45MS0yNy42MS0xMjUuMzUtMzcuNzYtMTUwLjUxLTM1LjA3LTMwNi40OC00NS00NjAuNDQtMzMuMzItNDguMTIsMy42My05Niw5LjY1LTE0My42NywxNy4zMS05OS45MiwxNS4yLTIwMC4xOCwyOC45MS0zMDEsMzYuMTMtNTEsMy41Mi0xMDIuMTIsNS4yOC0xNTMuMTksMy4zMy00Ni0xLjc3LTkyLjA2LTYuNy0xMzcuMDktMTYuNkE2MTguNzcsNjE4Ljc3LDAsMCwxLTEsMTMzWiIvPjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDM4IiBoZWlnaHQ9IjIwMi45OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMCAwIDE0MzggMjAyLjk4Ij48cGF0aCBkPSJNLTEtLjE0SDE0MzlWMjAzLjEyYy00MC42OS0xNS45Mi04Mi45MS0yNy42MS0xMjUuMzUtMzcuNzYtMTUwLjUxLTM1LjA3LTMwNi40OC00NS00NjAuNDQtMzMuMzItNDguMTIsMy42My05Niw5LjY1LTE0My42NywxNy4zMS05OS45MiwxNS4yLTIwMC4xOCwyOC45MS0zMDEsMzYuMTMtNTEsMy41Mi0xMDIuMTIsNS4yOC0xNTMuMTksMy4zMy00Ni0xLjc3LTkyLjA2LTYuNy0xMzcuMDktMTYuNkE2MTguNzcsNjE4Ljc3LDAsMCwxLTEsMTMzWiIvPjwvc3ZnPg==");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolled #header:before {
	left: -500px;
	right: -500px;
}

#header .logo {
	position: absolute;
	left: 320px;
	top: 15px;
	width: 220px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.scrolled #header .logo {
	top: 82px;
	width: 130px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .enrolNow {
	position: absolute;
	right: 12px;
	top: 8px;
	background: #a1a485;
	padding: 6px 11px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	-webkit-animation: expandShrink 1s alternate infinite;
	        animation: expandShrink 1s alternate infinite;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .enrolNow:hover {
	background-color: #909374;
	-webkit-box-shadow: 0 0 8px 0 #909374;
	        box-shadow: 0 0 8px 0 #909374;
}

#header .contacts {
	position: absolute;
	right: 187px;
	top: 10px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .contacts li {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#header .contacts li a {
	display: inline-block;
	color: #769924;
	width: 1.5625em;
	height: 1.6875em;
	line-height: 1.6875em;
	list-style: none;
	background: no-repeat center;
}

#header .contacts li.email a {
	background-image: url(../images/email-ico.svg);
	background-size: 1.25em;
}

#header .contacts li.phone a {
	background-image: url(../images/phone-ico.svg);
	background-size: 1.1875em;
}

#header .contacts li.facebook a {
	background-image: url(../images/facebook-ico.svg);
	background-size: 0.55em;
}

#header .contacts li.instagram a {
	background-image: url(../images/instagram-ico.svg);
	background-size: 1.2em;
}

#header .contacts li a img {
	height: 30px;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

#header .contacts li a:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}

#header #navigation {
	position: absolute;
	right: 28px;
	top: 75px;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

body.scrolled #header #navigation {
	top: 92px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 36px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#header #navigation ul li a {
	display: inline-block;
	color: #266425;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

#header #navigation ul li:first-child {
	margin-left: 0;
}

#header #navigation ul li.Current>a,
#header #navigation ul li.Parent>a,
#header #navigation ul li:hover>a {
	color: #a1a485;
}

#header #navigation ul li ul {
	position: relative;
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	padding: 10px 0 0;
	min-width: 100%;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	        filter: drop-shadow(0 0 5px rgba(0,0,0,0.3))
}

#header #navigation ul li ul:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #266425 transparent;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #266425;
	color: #fff;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 10px 15px;
	line-height: 1.2;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #fff !important;
	min-width: 100%;
}

#header #navigation ul li ul li a:before  {
	display: none;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub>a {
	padding-right: 1.125em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25em;
	content: "";
	display: inline-block;
	width: 0.8125em;
	height: 0.5em;
	background: url(../images/menu-arrow.svg) no-repeat;
	opacity: 0.7;
	background-size: 100%;
	pointer-events: none;
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

#header #navigation ul li.hasSub:hover>a:before {
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

#header #navigation ul li ul li:first-child {
	padding-top: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header #navigation ul li ul li:last-child {
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides li:has(.overlay) img {
	opacity: 0.7;
}

#slider .slides li .overlay {
	position: absolute;
	left: 50%;
	margin-left: -30%;
	width: 60%;
	bottom: 2em;
	font-family: 'Quinfo', Arial, sans-serif;
	font-size: 2.5vw; /* 48px */
	color: #fff;
	text-align: center;
}

#slider .slides li .overlay p {
	text-align: center;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 8px rgba(0,0,0,0.9);
	background-color: rgba(70,93,3,0.5);
	background-color: rgba(0,0,0,0.4);
}

#slider .slides li .overlay :last-child {
	margin: 0;
}

#slider .slides .owl-prev,
#slider .slides .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-indent: -9999em;
	background: url(../images/slider-arrows.svg) no-repeat left top;
	background-size: 100%;
	outline: none;
}

#slider .slides .owl-prev {
	left: 1.944444444444444%;		
}

#slider .slides .owl-next {
	right: 1.944444444444444%;
	background-position: left bottom;
}

/* Banner */

#banner img {
	display: block;
	width: 100%;
}

/* Content */
#content {
	background: #f4f1ec url(../images/texture-bg.jpg) center -293px;
    padding-bottom: 200px;
}
#content .section {
	padding-top: 30px;
}
#content .section.Header {
	padding-bottom: 0;
    margin-bottom: -30px;
}



/* Justified Gallery */

.justified-gallery strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: normal;
}

.justified-gallery strong span {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.justified-gallery strong span em {
	display: table-cell;	
	vertical-align: middle;
	font-style: normal;
	width: 100%;
	padding: 8px 15px;
	height: 80px;
}

.galleryWrapper .gallery a {
	overflow: hidden;
}

.galleryWrapper .gallery a img {
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

.galleryWrapper .gallery a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.justified-gallery a:hover strong {
	opacity: 1;
	visibility: visible;
}
.justified-gallery p {
	margin-bottom: 12px;
}

/* Date Time Picker */

.xdsoft_datetimepicker.xdsoft_inline {
	display: flex;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 90px;
	flex-shrink: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 40px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 241px;
	margin-top: 9px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	height: 40px;
	line-height: 40px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	display: flex;
	justify-content: center;
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
	position: absolute;
	right: 0;
	top: 0;
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev {
	position: absolute;
	left: 0;
	top: 0;
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button {
	position: absolute;
	left: 12px;
	top: 0;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: auto;
}

/* Feed */

#feed {
	background: url(../images/feed-bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#feed .section {
	max-width: 1270px;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 318px;
}

#feed .left {
	float: left;
	width: 39.37007874015748%; /* 500px */
	margin-top: 10px;
}

#feed .facebook {
	min-height: 300px;
	background: #fff url(../images/loading-fb.gif) no-repeat center;
}

#feed .right {
	float: right;
	width: 40.02362204724409%; /* 648px */
	margin-top: 146px;
	margin-right: 2.362204724409449%;
	text-align: center;
}

#feed .right img {
	display: block;
	width: 100%;
}

#feed .right .registerBtn {
	margin-top: 53px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #f0f4f5;
	background: #266425;
	padding: 12.5px 45px;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-animation: expandShrink 1s alternate infinite;
	        animation: expandShrink 1s alternate infinite;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#feed .right .registerBtn:hover {
	background-color: #367232;
	-webkit-box-shadow: 0 0 8px 0 #367232;
	        box-shadow: 0 0 8px 0 #367232;
}

/* Footer */

#footer {
	position: relative;
	margin-top: -180px;
	font-family: 'Inter', Arial, sans-serif;
}

#footer:after {
	position: absolute;
	left: 0;
	right: 0;
	top: -1vw;
	content: "";
	width: 100%;
	bottom: 0;
	background: url(../images/footer-curve.svg) no-repeat center top;
	background-size: 100%;
	pointer-events: none;
}

#footer .top {
	position: relative;
}

#footer .top:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f4f1ec url(../images/texture-bg.jpg) center -688px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjEwMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDQwIDEwMDAiPjxwYXRoIGQ9Ik05NjAuNzIsMGgzMi4yNWMxMDkuMTEsMS40NCwyMTguMjYsMTQuMTIsMzI0LjIyLDQwLjQ4LDQxLjY0LDEwLjU3LDgzLjA0LDIyLjY3LDEyMi44MSwzOS4wNVYxMDAwSDBWNS4wNGMzMy45LDE1Ljk3LDY5LjI1LDI4Ljg4LDEwNS41MywzOC4yNCw1Ny4yMywxNC44NywxMTYuNDMsMjAuODcsMTc1LjQ1LDIxLjkyLDUxLjcyLC45MywxMDMuNDQtMS44MiwxNTQuOTctNi4xNywxMDEuOTItOC44OSwyMDMuMTYtMjQuMDksMzA0LjEtNDAuNTVDODEzLjA0LDcuMDUsODg2Ljg1LDEsOTYwLjcyLDBaIi8+PC9zdmc+");
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjEwMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNDQwIDEwMDAiPjxwYXRoIGQ9Ik05NjAuNzIsMGgzMi4yNWMxMDkuMTEsMS40NCwyMTguMjYsMTQuMTIsMzI0LjIyLDQwLjQ4LDQxLjY0LDEwLjU3LDgzLjA0LDIyLjY3LDEyMi44MSwzOS4wNVYxMDAwSDBWNS4wNGMzMy45LDE1Ljk3LDY5LjI1LDI4Ljg4LDEwNS41MywzOC4yNCw1Ny4yMywxNC44NywxMTYuNDMsMjAuODcsMTc1LjQ1LDIxLjkyLDUxLjcyLC45MywxMDMuNDQtMS44MiwxNTQuOTctNi4xNywxMDEuOTItOC44OSwyMDMuMTYtMjQuMDksMzA0LjEtNDAuNTVDODEzLjA0LDcuMDUsODg2Ljg1LDEsOTYwLjcyLDBaIi8+PC9zdmc+");
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100%;
}

#footer .top .section {
	padding-top: 80px;
	padding-bottom: 50px;
	min-height: 358px;
}

#footer .top .logo {
	position: absolute;
	left: 50%;
	top: 75px;
	display: block;
	width: 250px;
	margin-left: -168px;
}

#footer .top .logo img {
	display: block;
	width: 100%;
}

#footer .top .contacts {
	float: left;
	margin: 54px 0 0;
	padding: 0;
}

#footer .top .contacts li {
	margin: 0 0 19px;
	padding: 0;
	list-style: none;
}

#footer .top .contacts li a {
	position: relative;
	display: block;
	color: #393939;
	padding-left: 40px;
}

#footer .top .contacts li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 100%;
}

#footer .top .contacts li.phone a:after {
	background: url(../images/phone-ico-footer.svg) no-repeat 0 2px;
	background-size: 100%;
}

#footer .top .contacts li.email a:after {
	background: url(../images/email-ico.svg) no-repeat 0 3px;
	background-size: 100%;
}

#footer .top .contacts li.location a:after {
	background: url(../images/location-ico.svg) no-repeat 0 0;
	background-size: 100%;
}

#footer .socials {
	float: right;
	margin: 58px 0 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#footer .socials li {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

#footer .socials li a {
	display: inline-block;
}

#footer .socials li a img {
	display: block;
	height: 37px;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

#footer .socials li a:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}

#footer .bottom {
	background: #266425;
}

#footer .bottom .section {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#footer .bottom .copyright {
	font-size: 14px;
	margin: 0;
	color: rgba(255,255,255,0.5);
	text-align: center;
}

#footer .bottom .copyright a {
	color: currentColor;
}

/* Animations */

@-webkit-keyframes expandShrink {
	to {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes expandShrink {
	to {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 15px;
    width: 30px;
	outline: none;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 4px;
	background: #3d3d3d;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
.fieldRequired {
	color: red;
}
label.error {
	color: red;
	font-size: 11px;
	font-weight: normal;
}
#enrolment_form input.error, #enrolment_form textarea.error, #enrolment_form select.error {
	border: 1px solid red;
}
#enrolment_form label.error {
	display: none;
}
.btn-danger {
	background-color: #EE236D;
	font-weight: bold;
}
.btn-danger:hover {
	background-color: #F26224;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.errorStrip {
	background-color: #F7F6F2;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
	
}
.grecaptcha-badge {
	display: hidden
}
.form-horizontal .control-label {
	text-align: left;
}

input[type="file"]::file-selector-button {
	color: #fff;
	background-color: #5cb85c;
	padding: 8px 12px 5px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	border: 1px solid #4cae4c;
	border-radius: 4px;
	transition: 1s;
	outline: none;
}

input[type="file"]::file-selector-button:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}