@charset "utf-8";
/* CSS Document */


.biobox {
	margin: 15px;
	text-align: center; 
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	    border-top: 5px solid #B10001;
}


.biobox2 {
	padding:15px;
	margin-top: 5px;
	text-align: left;
	min-height:380px;
}


#sidebar-box img {
	max-width:35px;
}


.pagegallery {
margin-bottom:0px;
}

.pagegallery img {
max-width: 100%; 
}

#bcrumb a {
	display: inline-block;
	padding-right:5px;
	
	color: #969696;

	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;

	text-decoration: none;
	
	letter-spacing: 0px;
	text-align:left;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#bcrumb a strong {
	color: #3E3E3E;
}


#bcrumb a:hover{
	/*background-color:#3E3E3E ;
	border-bottom: 1px solid #444;*/
	
	color:#333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.PageBanner {
	
background-image: url(/interface/bk_mainpage.png);
background-repeat: repeat-x;
background-position: top;
maargin-bottom:100px;	
}

.ContentColumn {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}
.ContentColumnNoBreak {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}



#testimonial-box  {
	display:block;
	float:left;
	width: 100%;
	background-color:#F0F0F0;
	border: 1px solid #ccc;
	
	font-family:'Fira Sans', sans-serif;
	font-size: 12px;
	line-height:15px;
	color:#222;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	text-align:left;
	
	margin-top:25px;
	
	padding:8px;
	margin-right:5px;
	margin-bottom:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#testimonial-box a {
	display:block;
	float:left;
	width: 100%;
	background-color:#F0F0F0;
	border: 1px solid #ccc;
	
	font-family:'Fira Sans', sans-serif;
	font-size: 12px;
	line-height:15px;
	color:#222;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	text-align:left;
	
	margin-top:25px;
	
	padding:8px;
	margin-right:5px;
	margin-bottom:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



#testimonial-box a:hover {
	/*display:block;*/
	background-color:#ccc;
}

#testimonial-box img {
	max-width:155px;
}

.testimonial-caption {
	margin-left: 135px;
}

.testimonial-pic {
float:left; 
padding-right:10px;
}




#download-box a {
	display:block;
	/*float:left;*/
	width: 100%;
	background-color:#cfd0d4 ;
	margin-bottom:5px;
	font-family:'Fira Sans', sans-serif;
	font-size: 16px;
	color:#222;
	text-decoration: none;
	
	letter-spacing: 0px;
	text-align:left;
	
	padding:5px;
	padding-left:5px;
	
	padding-top:8px;
	padding-bottom:8px;
	margin-right:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#download-box a:hover{
	background-color:#3E3E3E ;
	/*border-bottom: 1px solid #444;*/
	
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



#sidebar-box a {
	display:block;
	/*float:left;*/
	width: 100%;
	/*max-width:265px;*/
	background-color:#e4e4e4;
	margin-bottom:5px;
	font-family:'Fira Sans', sans-serif;
	font-size: 13px;
	color:#222;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	text-align:left;
	
	padding:5px;
	padding-left:5px;
	
	padding-top:8px;
	padding-bottom:8px;
	margin-right:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-box-on a {
	display:block;
	/*float:left;*/
	width: 100%;
	/*max-width:265px;*/
	background-color:#696969;
	margin-bottom:5px;

	font-family:'Fira Sans', sans-serif;
	font-size: 13px;
	color:#FFF;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	text-align:left;
	
	padding:5px;
	padding-left:5px;
	
	padding-top:8px;
	padding-bottom:8px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-box a:hover{
	background-color:#7d7d7d ;
	/*border-bottom: 1px solid #444;*/
	
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




#sidebar-box2 a {
	display:block;
	/*float:left;*/
	width: 100%;
	max-width:265px;
	background-color:#b9b4ae ;
	margin-bottom:5px;
	font-family:'Fira Sans', sans-serif;
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
	text-align:left;
	
	padding:5px;
	padding-left:5px;
	
	padding-top:8px;
	padding-bottom:8px;
	margin-right:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#sidebar-box2 a:hover{
	background-color:#3E3E3E ;
	/*border-bottom: 1px solid #444;*/
	
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#RelatedPages a {
	display:block;
	/*float:left;*/
	width: 100%;
	min-height:100px;
	/*background-color:#cfd0d4 ;*/
	margin-bottom:5px;
	font-family:'Fira Sans', sans-serif;
	font-size: 14px;
	color:#222;
	text-decoration: none;
	
	letter-spacing: 0px;
	text-align:left;
	
	padding:5px;
	padding-left:5px;
	
	padding-top:5px;
	padding-bottom:5px;
	margin-right:5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



#RelatedPages a:hover{
	background-color:#3E3E3E ;
	/*border-bottom: 1px solid #444;*/
	
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




.info-content-header {
width:100%;
/*min-width: 1000px;*/
text-align:center;	
color:#fff;
padding-top:5px;
margin-bottom: 25px;
}

.info-content {
	/*padding-top:15px;*/
	text-align: left;
	max-width: 1450px; 
	height:100%; 
	margin: auto; 
	position: relative; 
	top: 20px; left: 0; 
	bottom: 0; 
	right: 0; 
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	}
.info-content img {
	max-width: 100%;
	height:auto;
	}	


.content-main {
	
padding:0px; 
padding-top:20px;
padding-bottom:20px;	
}
	

.infopage-tables {
    max-width: 1600px;

    margin: 0 auto;
 }



 
.infopage-table {
    border: 0px solid #ddd;
    /*margin: 0 0.5em;*/
    margin: 0px/* 0 0 0.5em*/;
    padding: 0px /*20px 20px 0px*/;
	text-align:left;
	color:#000;
}

.infopage-table2 {
	
    border: 0px solid #ddd;
    /*margin: 0px 0.8em 20px 0.1em ;
    padding: 8px 5px 10px;*/
	color:#000;
}




.infopage-table-home .infopage-table-header {
    background: none;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}



.infopage-table-header {
    color: #fff;
}
.infopage-table-header h2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	
    }




.infopage-table-price {
    font-size: 18px;
    margin: 0.0em 0 0;
    font-weight: 100;
}



.infopage-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}



.infopage-table-list li {
    padding: 0.8em 0;
    background: #cccccc;
    border-bottom: 1px solid #e7e7e7;
}




.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}


@media(max-width: 1450px) {

.info-content {
		padding-left:40px;
		padding-right:40px;	
}

#sidebar-box a {
	width: 100%;

}

#sidebar-box-on a {
	width: 100%;

}

}

@media(max-width: 820px) {

        .ContentColumn {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
}
	

#sidebar-box a {
	max-width: 100%;

}

#sidebar-box-on a {
	max-width: 100%;

}


	
.HomeContent1,.HomeContent2,.HomeContent3,.HomeContent4 {
margin-right: 0px;
padding: 0px;
}
	
.CourseDetailsField {
	display:inline-block;
	width:100%;
	font-family: 'Fira Sans', sans-serif;
	font-size:10px;
	
	color:black;
	padding:2px;
	text-align:left;
	height:30px;
	margin:0px;
	margin-bottom:10px;
}

	
	
.infopage-table {
    margin: 0px;
    padding: 0px;
	margin-bottom: 5px;
    }
.infopage-table2 {
    margin: 0px;
    padding: 0px;
	margin-bottom: 5px;
  	
    }
	
	
	
#sidebar-newsmenu a {
	display:inline;
	float:left;
	margin-right: 5px;
	width: auto;

}

#sidebar-newsmenu-on a {
	display:inline;
	float:left;
	margin-right: 5px;
	width: auto;

}
.pagegallery {
margin-bottom: 0px;
}

#pageheader2 {
margin-bottom:10px;
}
}

@media(max-width: 600px) {

        .ContentColumn {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
}
	
	
.biobox2 {
	min-height:10px;
}

}
@media(max-width: 450px) {

.info-content {
		/*padding-left:5px;
		padding-right:5px;*/	
}
.content-main {
	
padding:0px; 
padding-top:0px;
padding-bottom:0px;	
}


}
 @media (min-width:1700px)
{
.info-content {
	/*max-width: 1240px;*/
	max-width: 1450px;
	}
	
.infopage-tables {
    max-width: 1450px;
    margin: 0 auto;
}


#sidebar-box a {
    max-width: 315px;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

#sidebar-box-on a {
	max-width: 315px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}
	
}


