@CHARSET "UTF-8";

html,body,div,p,h1,h2,h3,h4,label {
	font-family: 'Exo', sans-serif;
	color: #5a5758;
}

h1 {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: x-large;
	font-weight: 600;
	border-top: 1px solid #5a5758;
	border-bottom: 1px solid #5a5758;
}

h2 {
	font-size: medium;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}


body {
	background: #2250a8;

	background-image: url('/images/top-swirl.png');
	background-repeat: no-repeat;
	background-position: 73% 0px;
}


.content {
	background: white;
}

.content > .row {
	min-height: 200px;
}

.content > .row > .columns {
	padding-top: 10px; 
	padding-bottom: 10px;
}

@media screen and (min-width: 40em) {
	.content-offset {
		margin-top: 90px;
	}
	
	.content-offset-small {
		margin-top: 0px;
	}
}

@media screen and (max-width: 40em) {
	.content-offset {
		margin-top: 30px;
	}
	
	.content-offset-small {
		margin-top: 30px;
	}
	
	img.responsive {
		display: block;
		max-width: 100%;
		height: auto;
	}
	
	.header-left {
		background-size: 25% auto;
		height: auto;
	}	
}
 
.header-left {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	
	height: 100px;
}
    	
.header-left > .menu {
	margin-top: 85px;
}
 	  	    	
.menu > li > a, .menu > li > a:VISITED {
	font-family: 'Exo', sans-serif;
	font-size: 800;
	font-weight: bolder;
	color: white;
	
	border-right: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
}
 	
.menu > li > a:HOVER {
	color: #ff9c00;
}

.header-left > .menu > li:first-child > a {
	padding-left: 0px;
}

.header-left > .menu > li:last-child > a, .header-top > .menu > li:last-child > a {
	border-right: none;
}


.page-footer {
	background-image: url('/images/bottom-swirl.png');
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 284px;
}
  	
.page-footer, .page-footer div, .page-footer p {
	padding-top: 5px;
	font-size: small;
	color: white;
	font-weight: 600;
}

.page-footer .address > a, .page-footer .address > a:VISITED {
	font-size: small;
	color: white;
	font-weight: 600;
	
	border: none;
	padding: 0px !important;
	padding-right: 8px !important;
	margin: 0px;
}

.page-footer .menu > li > a, .page-footer .menu > li > a:VISITED {
  		font-size: small;
  		color: white;
  		font-weight: 600;
  		
  		border: none;
  		padding: 0px !important;
  		padding-right: 8px !important;
  		margin: 0px;
}

.page-footer .menu > li > a:HOVER {
	color: #ff9c00;
}

@media screen and (max-width: 40em) {
	.page-footer {
		min-height: 50px;
		background-position: bottom right;
	}
	
	.page-footer, 
	.page-footer div, 
	.page-footer p,
	.page-footer .address > a,
	.page-footer .menu > li > a {
	
		font-size: smaller;
	
	}
	
}


#offCanvas {
	background: #2250a8;
}

#offCanvas .menu {
	margin-top: 30px;
}

#offCanvas .menu > li > a {
	margin-bottom: 10px;
}



.hover-tile > div {
	display: none; 
	position: absolute;
	
	color: black;
	background: rgba(255,255,255,0.4);
}

.hover-tile > span {
	display: block;
	position: absolute;
	height: 30px;
	margin-top: -30px;
	
	padding: 5px;
	background: rgba(0,0,0,0.6);
	color: white;
	font-weight: bold;
}

.hover-tile > div h1  {
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	
	font-size: medium;
	
	background: rgba(34,80,168, 0.9);
	color: white;
}

.hover-tile > div p {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}

.hover-tile > div a, .hover-tile > div a:VISITED {
	color: white;
	font-weight: bold;
}

.hover-tile > div a:HOVER {
	color: #2250a8;
}


.imgcontainer {
	background-image: url(/images/nox_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}


.orbit-previous {
	margin-left: -50px;
} 

.orbit-next {
	margin-right: -50px;
}

.orbit-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

label {
	font-weight: bold;
}


.form-rating > label {
	display: inline-block;
  	text-align: center;
  	margin: 0 0.3em;

	padding-top: 0.6em;
	font-size: smaller;
	font-weight: 600;
}


.fist_radio {
	margin-left: 0px !important;	
}


.form-rating > label > input[type="radio"] {
	 display: block;
 	 margin: 0.2em auto;
}
