*, body, html{
	margin:0px;
	padding: 0px;	
}
#wrapper{
	width:100%;
}
.container{
	width:1520px;
	margin:0 auto;
}
.header{
	background:#00a651;
	width:100%;
	float:left;
	height:25px;
}
.login{
	float:right;
	width:100%;
	text-align:right;
	margin-top:14px;
	padding:0px;
}
.login img{
	float:right;
	width:auto;
}
.top-logo{
	float:left;
	width:100%;
	margin-top:60px;
	padding:0px;
}
.logo1{
	float:left;
	width:100%;
	padding:0px;
}
.logo1 img{
	float:left;
	width:100%;
}
.logo2{
	float:left;
	text-align:center;
	width:100%;
	padding:0px;
}
.logo2 img{
	width:70%;
	float:right;
	margin-right:11px;
	margin-top:30px;
	padding:0px;
}
.logo3{
	float:left;
	width:100%;
	padding:0px;
}
.logo3 img{
	float:right;
	width:75%;
	margin-top:30px;
	padding:0px;
}
.header-menu{
	float:left;
	width:100%;
	margin-top:42px;
	background:#e7e7e8;
	text-align: center; 
}
.header-menu ul{
	list-style: none;
	margin:0px;
	padding:0px;
	display: inline-block;
}
.header-menu ul li{
	position: relative;
     float: left;
	margin:0px;
	padding:10px 35px 6px;
}
.header-menu ul li a{
	display: block;
	width:100%;
	font-family: 'open_sans_condensedbold', Verdana, Geneva, sans-serif;
	font-size:23px;
	color:#231F20;
	font-weight:bold;
	text-decoration:none;
}
.header-menu ul li a:hover, 
.header-menu ul li.Current a{
	color:#f26a65;
}
.header-menu ul ul {
	position:absolute;  
	display:none;
	padding-left:0;
	padding-top: 1px; 
	left:0; 
	background-color: #e7e7e8;
	z-index: 500;
	
}
.header-menu ul li:hover ul {
	display:block; 
}
.header-menu ul ul li { 
	float: none;
     margin: 0px;
     position: relative;
     z-index: 20;
     padding: 0 5px 0 25px;
     width: 240px;
}
.header-menu ul ul li a {
	text-align:left;  
	white-space:no-break;
	height: auto !important;
     padding: 2px 20px !important;
	font-weight: normal;
	font-size: 17px;
}
}
.header-menu ul ul li a.First {
     margin-top: 5px;
 }
 .footer {
 	font-family: 'open_sans_condensedbold', Verdana, Geneva, sans-serif;
}
#content {
	padding-top: 30px;
	font-family: 'open_sanscondensed_light',Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#231f20;
}
#content ul {
	margin-left: 25px;
}

.slide{
    float:left;
	with:100%;
	padding:0px;
	width: 100%;
}
.slide img{
	float:left;
	width:100%;
}
.slide img.slide-image{
	border-top: 8px solid #808080;
	border-bottom: 8px solid #808080;
	
}
.glyphicon-chevron-left::before {
    display:none;
}
.glyphicon-chevron-right::before {
    display:none;
}
.carousel-control {
 background:none !important;
 opacity:1;
}
.carousel-indicators {
	display:none;
}
.footer{
	float:left;
	width:100%;
	background:#00a651;
	margin-top:55px;
}
.left-side{
	float:left;
	width:auto;
}
.left-side img{
	width:auto;
    float:left;
	padding:8px 0px;
}
.left-side-text p{
	float:left;
	padding: 20px 23px;
	font-family:'open_sans_condensedbold',Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#231f20;
	font-weight:bolder;
	margin:0px;
}
.left-side-text img{
	width:auto;
	float:left;
	padding:3px 5px;
}
.left-side-text a {
	color: black;
}
.right-side{
	float:right;
	width:100%;
	text-align: right;
}
.right-side p{
	float:right;
	padding: 20px 0px;
	font-family:'open_sans_condensedbold',Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#231f20;
	font-weight:bolder;
	
}
.right-side span{
	padding: 20px 16px;
	font-size:18px;
	color:#231f20;
	margin:0px;
}

.header-menu ul li a{
	text-transform: uppercase;
}
.view{
	float:left;
	width:100%;
}
.mobile-view{
	display:none;
}
header{
float:left;	
}
.data1{
float:left;
width:100%;
}
.data2{
float:left;
width:100%;
}
.nav-menu{
display:none;
}
.column{
	z-index: 9;
	position: relative;
}

#ContactForm {
	float: left;
	width: 50%;
}
#ContactForm .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 12px;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.errorStrip {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	margin: 4px 0;
}
.fieldRequired {
	color: red;
}
#enrolment_form input.error, #enrolment_form textarea.error, #enrolment_form select.error {
	border: 1px solid red;
}
#enrolment_form label.error {
	display: none;
}

/* 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;
}


.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;
	-moz-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;
}
.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;
}
label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
}
.grecaptcha-badge {
	z-index: 999!important;
}