/* 
  -----------------------------------
main css
  -----------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 1.3em;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
img {vertical-align: bottom;}

.head {
	padding: 0px;
	text-align: left;
	background-color: #254d80;
}
.head .logo {
	position: relative;
}
.head h1 {
	margin: 0;
	color: #c8ccd4;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.head .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
}
.head .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.content-wrapper {
	margin: 0px;
	overflow: hidden;
}

.columns-wrapper {
	background-color: #FFF;
}

.content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}

.footer {
	background-color: #254d80;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #dbe2e8;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; font-family: "tahoma";  }
h2 { font-size: 1.4em; font-family: "tahoma"; color: #224673; text-align: center; }
h3 { font-size: 1.1em; text-align: right; }
h4 { font-size: 1.1em; text-align: center; color: #000;  }
h5 { font-size: 1.2em; text-align: left; text-decoration: none; font-family: "tahoma"; }
h6 { font-size: 1.6em; text-align: left; font-family: "Monotype Corsiva", "Lucida Handwriting"; }

.page-topper { margin-top: 0px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 5px;
}

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.imglft
{
	padding: 5px 10px 5px 0;
	float: left
}
.imgrgt
{
	padding: 5px 0 5px 10px;
	float: right
}
.imgctr
{
	display: block;
	margin: 0 auto;
}

.content a { color: #39629d; text-decoration: none; }
.content a:hover { color: #39629d; text-decoration: underline; }
.content a:hover { color: #cc0420; text-decoration: underline; }
.content a:focus { color: #39629d; }
.footer a { color: #5a93d8; }
.footer a:hover, .footer a:focus { color: #FFF; }

.menutop-wrapper {
	background-color: #1c3a60;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #254d80;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}
table, td {
    text-align: left;
	width: 90%;
}
table {
	table-layout: fixed;
	border: thin solid;
	color: #0b2639;
	font-family: Tahoma, "Century Gothic";
	font-size: 1em;
	text-align: left;
	padding: 10px;
	margin-left: 20px;
	width: auto;
}

tr:nth-child(odd) { background: #f7f9fc; }
tr:nth-child(even) { background: #e4eaf2; }

td {
	border: thin solid #48566d;
	text-decoration: none;
	padding-left: 15px;
	margin: 5px;
	line-height: 2em;
}
iframe{
    border-width: 0px;
}
 .google-maps {
        position: relative;
        padding-bottom: 35%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.map-responsive{
        overflow:hidden; 
    	padding-bottom:56.25%; 
    	position:relative;
    	height:0;
}

.map-responsive iframe{
     	left:0;
   		top:0;
  		height:100%;
   		width:100%;
   	    position:absolute; 
}

/*MEDIA QUERIES*/
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 680px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.content, .menutop-wrapper {padding: 10px 20px !important;}
.content-wrapper {margin: 0px;}
}
