body {
	background:#000000;
	font-family: arial, helvetica, helvetica neue, tahoma, sans-serif, verdana;
	margin:0;
	padding:0;
	color:#888;
}

a,
a:link,
a:active,
a:visited{ color:#ff5300; text-decoration:none }
a:hover	{ color:#ffffff; text-decoration:underline }

img {
	border:0;
}

.box {
	margin:15px 0;
	clear:both;
}

.horiz {
	margin:0;
	padding:0;
	list-style:none
}

.horiz li {
	display:inline-block;
	margin-right:15px;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
	display:block;
	overflow:hidden;
}
	
#head {
	width:100%;
	height:200px;
	border-top:5px solid #ff5300;
	background-image:url(../backs/head.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-size: cover;
	background-position:center center;
}

.logo {
	height:200px;
}
#mainnav {
	text-align:right;
	margin-top:-28px;
	position:absolute;
	z-index:9999;
}
#mainnav ul li a{
	color:#d2d2d2;
}

#mainnav ul li a:hover,
#mainnav ul li.active a{
	color:#ff5300;
	text-decoration:none;
}

#main .container {
	font-size:12px;
}


img  {
	max-width:100%;
	height:auto;
}

img.half {
	width:50%;
	height:auto;
}

img.right {
	float:right;
	margin-left:15px;
}
img.left {
	float:left;
	margin-right:15px;
}


.leftside,
.rightside {
	padding-top:50px;
}

.news ul {
	list-style:none;
	margin:0;
	padding:0;
}
.news ul li{
	margin:0;
	padding:0;
}
.news ul li a{
	padding:5px 15px!important;
	display:block;
}
.news ul li:nth-child(even) a{
	padding:5px 15px!important;
	display:block;
	background:rgba(0,0,0,0.5);
}
.bg.darkgrey {
	background:#333333;
}

.box .inner {
	padding:15px;
}

.gallery .row-fluid .col-sm-15 {
	margin:10px 0;
}

.gallery {
	padding:5px;
}
.leftside .box.bg.darkgrey {
	margin-top:100px;
}

#map {	
	margin:35px 0 0 0;
	height:300px;
	border-top:5px solid #ff5300;
}
.top {
	width:55px;
	height:21px;
	background:url(../icons/top.gif);
	position:absolute;
	left:50%;
	margin-top:16px;
	cursor:pointer;
}
#footer {
	font-size:12px;
	background:#333333;
	padding:10px 0;
}
#footer .teacherbubble {
	width:90px;
	height:90px;
	display:inline-block;
	margin:5px;
	
}
#footer .teacher {
	border-radius:100px;
	border:5px solid #ff5300; 
	overflow:hidden;
	position:relative;
	z-index:999;
	
}
#footer .teacher .innerScnd {
	position:absolute;
	z-index:9999;
	top:0;
	font-size:6px;
	text-align:center;
	font-weight:bold;
	padding:15px;
	display:none;
	color:#ffffff;
	width:100%;
	text-shadow:0 0 5px #000;
}

#disclaimer {
	height:50px;
	background:#1a1a1a;
	border-top:1px solid #606060;
	width:100%;
	line-height:50px;
	text-align:center;
	font-size:12px;
}

.clr {
	clear:both;
}
.form form {
	display:block;
	padding:15px;
}
.form .row {
	margin-bottom:10px;
}
.form form select {
	height:30px;
}
.form form select,
.form form textarea,
.form form input[type=text]{
	width:100%;
	background:#000000;
	color:#ffffff;
	border:0px;
	line-height:30px;
	color:#ff5300; 
	font-size:20px;
	padding-left:10px;
}
.form .checkbox,
.form .radio {
	float:left;
	display:block;
	width:15px;
	height:15px;
	color:#ff5300; 
	background:#000000;
	border:0px;
	margin:0px 10px;
}
.form label {

	display:block;
}
.form label.error {
	color: #a90606;
}