﻿@font-face {
    font-family: 'Ubuntu';
    src: url('/_fonts/ubuntu/Ubuntu-R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/_fonts/ubuntu/Ubuntu-B.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
    padding: 0px;
	margin: 0px;
	font-family: 'Spectral', sans-serif;
}
html {overflow-y: scroll;}
body{
	background-color: #f3f5ea;
}
header {
	height: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
section h2{
	width: 100%;
	margin: auto;
	color: #14753e;
	font-weight: bold;
	font-size: 1.5em;
}
section h4 a {
	width: 1200px;
	margin: auto;
	color: #14753e;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
}
a {
	color: #14753e;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	float: left;
	color: #14753e;
}

#header {
	width: 100%;
	float: left;
}
#header .logo {
	background-size: contain;
	background-position: center;
	float: left;
	margin-right: 20px;
	background-image: url('/images/design/logo.png');
	background-repeat: no-repeat;
	width: 15%;
	height: 50px;
	margin-bottom: 10px;
}
#header .header-inner {
	width: 1200px;
	margin: auto;
}

#navigation {
	width: 100%;
	height: 40px;
	background-color: #14753e;
	float: left;
}
#navigation nav ul {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1200px;
}
#navigation nav ul li {
	float: left;
	margin: 0px;
	list-style-type: none;
}
#navigation nav ul li a {
	height: 25px;
	display: block;
	padding: 10px 5px 5px 5px;
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	width: 120px;
	font-weight: bold;
}
#navigation nav ul li a:hover {
	background-color: #0d4927;
	
}

#home section{
	display: block;
	margin-bottom: 30px;
	
}
#page section {
	padding: 20px;
	margin: 20px auto 0px auto;
	min-height: calc(100% - (100px + 359px));
	width: 1200px;
}
#page .pageblock{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	height: 150px;
	background-image: url('/images/design/pages.jpg');
	position: relative;
	top: 25px;
}
.public{
	background-size: 100% 100%;
	margin: auto;
	min-height: 250px;
	width: 1200px;
	padding-top: 50px;
}
.parallax-window {
    min-height: 600px;
    background: transparent;
}
.main{
	min-height: 600px;
	position: relative;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 25px;
}
.infotop {
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 0px;
}

.info {
	width: 100%;
	display: block;
	background-color: #f3f5ea;
	min-height: 200px;
	margin-top: 40px;
}

.info-inner {
	margin: auto;
	width: 1200px;
}
.infocontent {
	padding: 15px;
	width: 30%;
	display: block;
	float: left;
}

.infocontent p {
	padding: 0px;
	margin: 0px;
}
.infocontent h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #257b81;
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
}

.info h3 a {
	color: #669933;
}
section input, select{
	background-color: #F0F0F0;
	border: 1px solid #B2B2B2;
	padding: 5px;
	height: 25px;
	vertical-align: middle;
}
section textarea {
	background-color: #F0F0F0;
	border: 1px solid #B2B2B2;
	padding: 5px;
	height: 200px;
	width: 100%;
}

.form-row {
	margin-top: 15px;
	width: 100%;
	display: block;
	float: left;
}
section label{
	float: left;
	width: 100%;
}
section label.error {
	display: none;
}
section label.success {
	display: none;}

section input.error, section textarea.error, section select.error{
	border: 1px solid #FE6563;
	background-position: 98% 10px;
	background-color: #FFD5CA;
	background-image: url('/images/students/login/error.png');
	background-repeat: no-repeat;
}
section input.success, section textarea.success {
	background-position: 98% 20px;
	background-image: url('/images/students/login/success.png');
	background-repeat: no-repeat;
	margin-top: 12px;
	background-color: #F0F0F0;
}


.mobilmenu
{
	display: none;
}

footer {
width:100%;
	height: 100px;
	background-color: #0d4927;
}
.footer {
	width: 1200px;
	margin: 0px auto 0px auto;
	height: 100%;
	text-align: center;
}
.foot-address p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: .7em;
}
.foot-address {
	width: auto;
	padding: 15px;
}
.clear{
	clear: both;
}
.social {
	float: right;
	width: 40px;
	margin-top: 10px;
}
.inner {
	width: 70%;
	float: left;
	margin-right: 30px;
	font-size: .7em;
	text-align: left;
	color: #FFFFFF;
}
.inner {
	width: 70%;
	float: left;
	margin-right: 30px;
	font-size: .7em;
	text-align: left;
	color: #FFFFFF;
}
#draggable { 
    width: 150px; height: 150px; padding: 0.5em;
     }
  .crumbs {
	float: left;
	display: block;
	padding-bottom: 10px;
}
.submitbutton{
	border-style: none;
	border-width: 0px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 14px 26px;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.submitbutton:active  {
	padding-top: 15px;
        margin-bottom: -1px;
}
.submitbutton, .submitbutton:hover, .submitbutton:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}
.submitbutton {
	background-color: #257b81;
	box-shadow: 0px 3px 0px 0px #16494E;
}
.submitbutton:hover{
	background-color: #16494E;
}
.submitbutton:active {
	box-shadow: 0px 1px 0px 0px #16494E;
}
.alert {
	background-color: #FFD8CE;
	border: 2px solid #FF3300;
	color: #FF3300;
	padding: 4px;
}

@media only screen and (max-width: 4000px){
#mobilebutton {
    display: none;
}
}
@media only screen and (max-width: 960px){
header {
	width: 100%;
}
#header .header-inner {
	width: 100%;
	margin: auto;
}

#navigation nav {
	width: 100%;
	margin: 0px;
}
#page section {
	padding: 10px;
	margin: 20px auto 0px auto;
	min-height: calc(100% - (100px + 359px));
	width: calc(100% - (20px));
}

section {
	width: 100%;
}
section h3 {
	width: 95%;
}

.info-inner {
	width: 100%;
	float: left;
}

.footer {
	width: 100%;
}
}
@media only screen and (max-width: 767px){
header {
	padding-top: 0px;
	padding-bottom: 0px;
	background: repeat-x;
	width: 100%;
	background-size: 60px 60px;
	height: 60px;
	background-color: #FFFFFF;
}
#header .logo {
	margin-right: 10px;
	width: 70px;
	height: 50px;
	margin-top: 5px;
}
#header h1 {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-size: 1.2em;
}
#mobilebutton {
	display: block;
	float: left;
	background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC)no-repeat center center;
;display: block;
	width: 40px;
	height: 55px;
	background-color: #14753e;
	color: #FFFFFF;
	font-size: .7em;
	text-decoration: none;
	padding-top: 5px;
}

#navigation, .nomobile {
    display: none;
}
#page .pageblock{
	height: 50px;
	top: 0px;
}
.public{
	background-size: 100px 100px;
	width: 100%;
	min-height: 100px;
}
.parallax-window {
    min-height: 200px;
    background: transparent;
}

.main{
	min-height: 200px;
	position: relative;
	background: url('/images/design/bkg.jpg') no-repeat scroll right center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: inherit contain;
	top: 0px;
}
.info {
	margin-top: 10px;
}

.infocontent {
	padding: 15px;
	width: auto;
}

footer {
	height: auto;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.inner {
	width: 90%;
	margin-right: 0px;
	font-size: .7em;
}
.social {
	width: 40px;
	height:40px;
}

}
.right {
	float: right;
}
