﻿*{
	padding:0;
	margin:0;
}
html {
  	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body{
	font-size: 1em;
}
label, form, fieldset  { text-align:left;}

a img, img, fieldset { border:0;}
a{transition: all .3s ease-in-out;text-decoration: none; font-weight: bold; color: #0044ce}
a:hover{text-decoration: underline;}
a:focus{outline:none;}
a:visited{}
body *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input:focus, button:focus, textarea:focus, select:focus, a:focus{
	outline: none;
}
input[type='submit'], input[type='button'], button, .aButton{
	margin: 0;
	padding: 3px 12px;
	border: 1px solid #6d93df;
	border-radius: 3px;
	background-color: #0044ce;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .aButton:hover{
	
}
input[type='text'], input[type='password'], input[type='email'], input[type='phone'], select, textarea{
	margin: 0;
	padding: 2px 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
.outer{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: absolute;
	text-align: left;
}
.mSlider{
	height: 421px;
	position: relative;
}
.mSlider .mod_btslideshow{
	position: relative;
	z-index: 10;
	left: 50%;
	margin-left: -960px;
}
.mSlider .box_skitter .info_slide_dots{	
	bottom: 50%;
	left: 50%!important;
	margin-left: 550px;
}
.mSlider .box_skitter .info_slide_dots .image_number {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	float: none;
	margin: 0 0 5px 0;
	padding: 0;
	border: 4px solid #0044ce;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff!important;
	text-indent: -9999em;
	cursor: pointer;
	transition: border-color .3s ease-in-out;
}
.mSlider .box_skitter .info_slide_dots .image_number_select {
	background: #fff!important;
	border-color: #33cc66;
	float: none;
	margin: 0 0 5px 0;
}

.mSlider .logo{
	position: absolute;
	z-index: 20;
	top: 94px;
	left: 50%;
	margin-left: -120px;
}
#jflanguageselection{
	position: absolute;
	z-index: 20;
	bottom: 20px;
	left: 50%;
	margin-left: -91px;
}
#jflanguageselection span{
	display: block;
	float: right;
}
#jflanguageselection a{
	overflow: hidden;
	display: inline-block;
	margin-right: 20px;
	border-radius: 55px;
	background-color: #fff;
}
#jflanguageselection a:hover, #jflanguageselection #active_language a{
	box-shadow: 0 0 10px 1px #0044ce;
}
.customHLoginForm{
	width: 236px;
	position: absolute;
	z-index: 20;
	bottom: 97px;
	left: 50%;
	margin-left: -118px;
	background-color: #0044CE;
	text-align: center;
}
.customHLoginForm a{
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
}
.customHLoginForm a:hover{
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.loginBlock{
	width: 300px;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 200;
	top: 50px;
	left: 50%;
	margin-left: -175px;
	border-radius: 3px;
	border: 1px solid #999;
	box-shadow: inset 0 0 10px #999;
	background-color: #fff;
}
.loginBlock .loginClose{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 7px;
	border-radius: 3px;
	font-size: 15px;
	color: red;
	transition: all .3s ease-in-out;
}
.loginBlock .loginClose:hover{
	box-shadow: inset 0 0 5px #999;
	text-shadow: 0 0 2px #000;
	text-decoration: none;
}
.loginBlock fieldset p{
	margin-bottom: 10px;
}

#login-form{
	text-align: right;
}
#login-form fieldset{
	padding: 15px 20px 10px 10px;
	text-align: right;
}
#login-form ul{
	padding: 0 0 10px 10px;
	text-align: left;
}
#login-form li{
	list-style: none;
}
#login-form li a{
	font-size: 14px;
}
.logout-button input[type='submit']{
	position: absolute;
	top: 236px;
	right: 164px;
	visibility: visible;
	border: none;
	border-radius: 0;
	padding: 1px 5px;
	font-weight: bold;
	font-family: arial;
	font-size: 0.96em;
}
.logout-button input[type='submit']:hover{
	text-shadow: 1px 1px 1px #000;
}
#lProfile{
	display: none;
}

.fading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 150;
	background-color: #000;
	display: none;
}





.mNav{
	position: relative;
}
.mNav ul{
	border-top: 1px solid #e7e8e8;
	text-align: center;
}
.mNav li{
	display: inline-block; 
	margin: 0;
	padding: 2px 0 10px 0;
	background-image: url('../images/navOut.png'), url('../images/navIn.png');
	background-position: 3px 24px;
	background-size: 11px 11px, 0 0;
	background-repeat: no-repeat, no-repeat;
	list-style: none;
	transition: background-size .3s ease-in-out;
}
.mNav li.green{
	background-size: 0 0, 11px 11px;
}

.mNav a{
	display: inline-block;
	padding: 2px 6px 11px 21px;
	/*border-right: 1px solid #b3b4b3;*/
	/*border-left: 1px solid #e7e8e8;*/
	background: url('../images/mNavDivider.jpg') no-repeat 8px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.mNav li:first-child a{
	background: none;
}
/*
.mNav li:first-child a{
	border-left: none;
}
.mNav li:last-child a{
	border-right: none;
}
*/
.mNav a:hover, .mNav li.active a{
	text-decoration: none;
	color: #0044ce;
}
.navLine{
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 14px;
	left: 0;
	background-color: #0044ce;
}
#navStation{
	width: 0px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #11e972;
	transition: width .3s ease-in-out;
}


.smOW ul, .smOW li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub_level_1 > li{
	display: block;
	position: relative;
}
.iceCols{
	padding: 5px 0 0 0;
	position: relative;
	background: #fff;
}
.iceCols ul{
	position: relative;
	z-index: 20;
	padding: 0 10px 10px 0;
	
}
.iceCols li{
	display: block;
	padding-left: 20px;
	background-image: url('../images/navOut.png'), url('../images/navIn.png');
	background-position: 3px 50%;
	background-size: 11px 11px, 0 0;
	background-repeat: no-repeat, no-repeat;
	transition: background-size .3s ease-in-out;
}
.iceCols li.green{
	background-size: 0 0, 11px 11px;
}
.iceCols a{
	min-width: 150px;
	display: block;
	padding: 3px 0;
	font-weight: normal;
	font-size: 15px;
	color: #000;
}
.iceCols a:hover, .iceCols li.active a{
	text-decoration: none;
	color: #0044ce;
}
.iceLine{
	width: 2px;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 8px;
	background-color: #0044ce;
}
.iceStation{
	width: 2px;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #11e972;
	transition: height .3s ease-in-out;
}





.main{
	min-height: 200px;
	padding-bottom: 30px;
	background: url('../images/shadow.png') no-repeat 50% 0 #f2f2f2;
}
.mainInner{
	width: 1065px;
	position: relative;
	margin: 0 auto;
	padding: 35px 0 20px 0;
}
.breadcrumbs{
	max-width: 770px;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs img{
	vertical-align: middle;
}
.breadcrumbs a{
	font-weight: normal;
	color: #000;
}
.searchForm{
	position: absolute;
	top: 32px;
	right: 0;
}
.searchForm input[type='text']{
	width: 180px;
	padding: 3px 10px 3px 5px;
	border: none;
	vertical-align: middle;
	font-size: 13px;
	color: #2d2d2d;
}
.searchForm input[type='submit']{
	width: 49px;
	height: 27px;
	border: none;
	border-right: 1px solid #6d93df;
	border-left: 1px solid #6d93df;
	background: url('../images/searchArrow.jpg') no-repeat 50% 50% #0044ce;
	vertical-align: middle;
}


.content{
	width: 1000px;
	margin: 25px auto 0 auto;
	padding: 20px;
	background-color: #fbfbfb;
	text-align: justify;
	line-height: 150%;
}
.content h2, .content legend{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #0044ce;
}
.registration span.optional{
	display: none;
}
.registration dt, .profile-edit dt, .profile dt{
	width: 300px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.registration dd, .profile-edit dd, .profile dd{
	float: left;
	margin-bottom: 10px;
}
.content .login fieldset{
	width: 350px;
	text-align: right;
}
.content .login .login-fields{
	margin-bottom: 10px;
}
.content .login + div li{
	list-style: none;
	font-size: 15px;
}

.content ul.actions{
	display: none;
}

.blog h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.blog .item, .items-leading{
	margin-bottom: 20px;
}

#btcontentslider140 .bt-inner .bt-title{
	display: block;
	clear: none;
	color: #0044ce;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 150%;
}
#btcontentslider140 .readmore{
	float: right;
	font-size: 13px;
}
#btcontentslider140 .bt-extra{
	float: left;
	font-size: 12px;
}


/* Questions */

.content #smfaq-form{
	width: 370px;
}
.content #smfaq-form .titleform{
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #0044ce;
}
.content #smfaq-form label{
	clear: left;
	margin-top: 20px;
	line-height: 30px;
}
.content #smfaq-form input, .content #smfaq-form input.required, .content #smfaq-form textarea.required{
	width: 220px;
	float: right;
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #0f0f0f;
	border-bottom-color: #333;
	border-radius: 4px;
	line-height: 28px;
}
.content #smfaq-form .count{
	height: auto;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #888787;
}
.content #smfaq .captcha .button{
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0 20px;
	border: 1px solid #dbf6e4;
	border-radius: 4px;
	background-color: #33cc66;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
.content #smfaq .captcha .button:hover{
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}
.content #smfaq-form .captcha input{
	width: 120px;
	float: left;
	clear: left;
	border: 1px solid #0f0f0f;
	border-bottom-color: #333;
	border-radius: 4px;
	line-height: 28px;
}
.content #smfaq-form .captcha label{
	width: auto;
	margin: 10px 0 0 20px;
	line-height: 28px;
	font-size: 11px;
}
.content #smfaq-form #answer_email {
	float: left;
}
.content #smfaq-form #answer_email-lbl{
	margin-left: 20px;
	font-size: 12px;
}
#smfaq input.button{
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	border-radius: 4px;
	line-height: 40px;
}
#smfaq input.button:hover{
	text-shadow: 1px 1px 1px #000;
}
.content #smfaq .active{
	color: #0044ce;
}
.content #smfaq .question:hover{
	background-color:#d3f5ff;
}
/* Questions end */


.news{
	background: url('../images/shadow.png') no-repeat 50% 0 #fff;
	color: #000;
}
.newsInner{
	width: 1200px;
	margin: 0 auto;
	font-size: 15px;
}
.news .bt-cs{
	padding-top: 35px;
	margin-bottom: 40px;
}
.news .bt-cs .bt-row{
	padding: 11px 0;
}
.newsTextBlock{
	width: 370px;
	height: 330px;
	margin: 0 auto;
	padding: 15px;
	background-color: #f2f2f2;
	text-align: justify;
	line-height: 150%;
}
.newsTextTitle{
	text-transform: uppercase;
	color: #0044ce;
}
.newsText{
	margin: 15px 0;
}
.newsTextDate{
	float: left;
	font-size: 12px;
}
.newsTextBlock .readmore{
	float: right;
	font-size: 13px;
}

.newsImgBlock{
	width: 370px;
	height: 330px;
	position: relative;
	margin: 0 auto;
	background-position: 50% 0;
	background-size: cover;
}
.newsImgTitle{
	display: block;
	position: absolute;
	bottom: 48px;
	left: 0;
	padding: 5px 10px;
	background-color: #0044ce;
	color: #fff;
}
.newsImgDate{
	display: block;
	position: absolute;
	bottom: 17px;
	left: 0;
	padding: 2px 40px 2px 5px; 
	background-color: rgba(255,255,255,0.8);
}

.stations{
	background: url('../images/shadow.png') no-repeat 50% 0 #f2f2f2;
}
.stationsInner{
	width: 1200px;
	margin: 0 auto;
}
.stations .bt-cs{
	padding: 35px 0 40px 0;
}
.stations .bt-cs .bt-inner{
	width: 360px;
	height: 360px;
	margin: 0 auto;
	padding: 0;
}
.stations .bt-cs .bt-inner img{
	min-width: 100%;
	min-height: 100%;
	display: block;
	outline: none;
	border: none;
	max-width: 200%;
	margin: 0;
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: url('../desaturate.svg#greyscale');
	transition: all .3s ease-in-out;
}
.stations .bt-cs .bt-inner img:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: none;
}
.stations .btTitle{
	height: 100%;
	display: block;
}
.stations .stTitle{
	width: 100%;
	height: 84px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 68, 208, .8);
	color: #fff;
}
.stations .stCell{
	width: 360px;
	height: 84px;
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	text-align: center;
}
.stations #btcontentslider141 .bt_handles{
	top: auto!important;
	bottom: -8px !important;
	left: 50% !important;
	right: auto!important;
}

#btcontentslider141 .bt_handles li a {
	width: 14px;
	height: 14px;
	overflow: hidden;
	float: none;
	margin: 0 3px 0 0;
	padding: 0!important;
	background-image: none;
	background-position: 0 0;
	border: 4px solid #0044ce;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff!important;
	text-indent: -9999em;
	cursor: pointer;
	transition: border-color .3s ease-in-out;
}
#btcontentslider141 .bt_handles li.current a {
	background-position: 0 0;
	background: #fff!important;
	border-color: #33cc66;
	float: none;
	margin: 0 3px 0 0;
}

.stations .block{
	width: 361px;
	height: 361px;
}
.stations .title{
	height: 84px;
	background-color: rgba(0, 68, 208, .8);
	color: #fff; 
}

.footer{
	background: url('../images/shadow.png') no-repeat 50% 0 #fff;
}
.footerInner{
	width: 1000px;
	margin: 0 auto;
	padding: 47px 0 0 0;
}
.footer ul{
	display: block;
	margin-bottom: 27px;
	text-align: left;
}
.footer li{
	display: inline-block;
	margin: 0 5px;
	list-style: none;
}
.footer li a{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}
.footer li a:hover, .footer li.active a{
	color: #0044ce;
}
.customFCredits, .customFAddress, .customFPhone{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	line-height: 150%;
	font-size: 15px;
}
.customFCredits{
	width: 29%;
}
.footer p{
	margin-bottom: 15px;
}
p.readmore{
	text-align: right;
}



.mClr{
	height: 0;
	clear: both;
	font-size: 0;
}