@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
height: 100%;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:62.5%;
	background:url(../images/bg1.png) no-repeat center center fixed;
    background-size: cover;
    background-position: 50% 50%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a { outline-style: none; border-image:none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:both;	
}
.fl {
	float:left;	
}
.fr {
	float:right;	
}
#wrapper{
	width:100%;
	height:100%;
}
#inner-wrapper{
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#fff;
	margin: 0 auto -110px;
}
#container{
	margin:0px 0 0 0 ;
	padding:50px 10px 5px 20px;
}
#top-panel{
	position:absolute;
	top:0;
	left:0;
	border-bottom:20px solid #197597;
	background:#0f3949 repeat-x;
   	width:100%;
	height:30px;
}
/* HEADER */
#header{
	width:100%;
	margin:auto;
	padding-top:30px;	
}
a.logo{
	margin:auto;
	display:block;
	background:url(../images/logo-new.png) no-repeat;
	background-position: 0 0;
	width:135px;
	height:76px;	
}
a.logo:hover{
	background-position:0 -76px;	
}
/* CONTENT */
#content{
	float:left;
	width:97%;
	background:#fff;
	padding:30px 10px 20px 0;	
}
h1{
	width:94%;
	margin:0 0 20px 20px;
	height:auto;
	padding:0em 0 0.5em 0;
	font-size:3.3em;	
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#124358;
	border-bottom:1px solid #ea9f0f;
}
.info{
	width:350px;
	padding:10px 0 15px 15px;
	background-color:#ea9f0f;
	margin-bottom:10px;
}
.social{
	border-top:1px solid #ea9f0f;
	width:350px;
	padding:10px 0 15px 15px;
	margin-bottom:10px;
}
.sm-list{
	width:100%;
	margin:5px;
	padding:10px;
	padding-left:0px;	
}
.sm-list li{
	margin-bottom:20px;
}
.sm-list li a{
	font-size:1.9em;
	color:#124358;
	padding:14px 0 0 55px;
	text-decoration:none;
	background-position:0 0;
	display:block;	
	width:auto;
	height:31px;
}
.sm-list li a.fb-c{
	background:url(../images/fb-c.png) no-repeat;
}
.sm-list li a.tw-c{
	background:url(../images/tw-c.png) no-repeat;
}
.sm-list li a:hover{
	font-weight:bold;
	background-position:0 -45px;
}
.ma-c{
	height:45px;
	width:45px;
	background:url(../images/mail.png);	
	display:block;
	margin:0 0 20px 0;
	float:left;
}
.ma-c p{
	color:#124358;
	font-size:1.6em;
	margin:15px 0 0 55px;	
}
#left{
    margin:0 20px 20px 20px;
	float:left;	
}
.info p{
	font-size:1.6em;		
    color:#fff;
	line-height:1.2em
}
#contact-cont{
	float:left;	
	width:45%
}
h2{
	color:#124358;
	font-size:2.8em;
	font-weight:bold;
	margin-bottom:15px;
}
.name{
	color:#fff !important;
	margin-bottom: 0px !important;
	font-size:2.8em !important;
}
.social-h{
	color:#124358 !important;
	margin-bottom: 0px !important;
	font-size:2.8em !important;
}
h3{
	margin:5px 0;
	font-size:2.3em;	
	color:#fff;
}
#contact-form label{
	font-size:1.8em;
	color:#124358;
	display:block;
}
#error{
	width:100%;
	height:auto;
	padding:10px 0;
	padding-left:10px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#f39999;
	border:1px solid #ca3f3f;
}
#error ul li{
	font-size:1.3em;
	margin:3px 10px;
	color:#a90707;	
}
.allclear{
	width:100%;
	height:auto;
	padding:10px 0;
	padding-left:10px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#a1f399;
	border:1px solid #4cca3f;
}
.allclear p{
	font-size:1.3em;
	margin:3px 10px;
	color:#219606;
}
#contact-form input{
	width: 100%;
	color: #124358;
	font-size: 1.5em;
	border: 0px ;
	border:1px solid #124358;
	background-color:#fff;
	padding:5px 0 5px 10px;
}
#contact-form textarea{
	width: 100%;
	max-width:100%;
	min-width:100%;
	height: 150px;
	color: #124358;
	font-size: 1.5em;
	border: 1px solid #124358;
	padding:5px 0 5px 10px;
	font-family: 'Source Sans Pro', sans-serif;
}
#contact-form input:focus{
	border-color:#ea9f0f;	
}
#contact-form #send{
	background-color:#124358;
	color:#fff;
	font-size:2em;
	width: 50%;
	padding:20px 0;
	cursor:pointer;
	margin:auto;
	border:none;	
}
#contact-form #send:hover{
	background-color:#ea9f0f;
	color:#fff;	
}
.short{
	font-weight:600;
	font-size: 2.1em !important;	
}
.large{
	font-size:2em !important;	
}
/* FOOTER */

#footer, .push {
   height: 110px;   /* Height of the footer */
}
#footer{	
   width:100%;
   border-top:20px solid #197597;
   background:#0f3949 repeat-x;
}
#footer .footer-img{
	margin:auto;	
}
#footer p{
	margin:0 0 0 0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
.tcontainer{
	width:300px;
	margin:auto;
	padding:15px 0;
}
.sni{
	position: relative;
	width:190px;
	margin:0.5em 1.5em 0 0; 
	list-style:none;	
}
.sni li a{
	display:block;
	float:left;
	height:36px;
	width:36px;
	margin:6px 0 0 10px;
	text-indent: -9999px;	
	border-radius: 50px;
}
.sni li a.fb{
	background:url(../images/fb.png) no-repeat;
	background-position: 0 0;
}
.sni li a.tw{
    background:url(../images/tw.png) no-repeat;
    background-position: 0 0;
}
.sni li a:hover{
	background-position: 0 -36px;
}
