/* Colour scheme: http://colorschemedesigner.com/#4g61T4DVow0w0 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   *{
	   border-radius: 0px 0px 0px 0px !important;
   }
   
body{
font-family: 'Raleway', sans-serif;
font-weight: 300; 
}
   
a{
	color: #FEFFEB;
}
a:hover{
	color: #A3A647;
	text-decoration: none;
}

a:visited{
	color: #000;
}

body{
	background: #FFF;
	background-image: url("/img/background.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	
}

.logo{
	overflow: visible;

}

header{
	height: 140px;
	background-image: url("/img/header_bg.jpg");
	background-repeat: repeat-x;
}

.body_link{
	color: blue;
}
.body_link:visited{
	color: blue;
}
.body_link:hover{
	color: blue;
}
.body_link:active{
	color: blue;
}

.news-date{
	font-size: 14px;
	font-weight: 300;
	color: #999;
}

.news-image{
	max-width: 200px;
	max-height: 200px;
	margin-right: 20px;
}

.news-text{
	white-space: pre-line;
	
}

.news-text > a{
	color: blue;
	font-weight: bold;
}


.normal {
	font-weight: 300;
}
.btn{font-weight: 400;}

hr{
	height: 2px;
	color: #232C53;
	background: #232C53;
}

h2{
	color: #232C53;
}

h3{
	text-align: left !important;
}

.read_link{
	color: #232C53;
	font-weight: bold;
}
.read_link:visited{
	color: #232C53;
}
.tab_link{
	color: #232C53 !important;
	background: #eee;
}


.showcase_c{
	height: 420px;
	overflow: hidden;
}

.main-container{
	background: #fff;

	
}

footer{
box-sizing: padding-box;
	z-index:100;
  position:fixed;
  bottom:0px;
  padding: 0px;
  background: #232C53;
  width: 100%;
  height: 60px
}
.footer_buffer{
	height: 70px;
}

.carousel-control{
	line-height: 37px;
	font-size: 32px;
}

.footercenterdiv{
	margin: auto auto;
	padding: 10px;
}

.footer_container{
	color: white;
}

.footer_links{
	font-size: 16px;
}

.footer_links>a:visited{
	color: white;
}

.tandclinks{
	font-size: 10px;
	font-weight: 400;
}

.tandclinks>a:visited{
	color: white;
}

.carousel_sticker{
	height: 410px;
	width: 33%;
	background: #232C53;
	color: white;
	padding: 20px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.action_bump{
	height: 70px;
}

.carousel_sticker_right{
float: right;
}

.sticker2{
	width: 65%;
	height: 160px !important;
}

.rosette{
	width: 150px;
	position: relative;
	top: -60px;
	left: 50px;
}

.item1{
	background-image: url('/img/carousel/front1.jpg');
	height: 450px;
	width: 1170px;
}

.item2{
	background-image: url('/img/carousel/front2.jpg');
	height: 450px;
	width: 1170px;
}
.item3{
	background-image: url('/img/carousel/front3.jpg');
	height: 450px;
	width: 1170px;
}

.item4{
	background-image: url('/img/carousel/front4.jpg');
	height: 450px;
	width: 1170px;
}
.item5{
	background-image: url('/img/carousel/front5.jpg');
	height: 450px;
	width: 1170px;
}




.carousel_sticker>h2{
	color: white;
	margin-top: 0px;
	font-size: 27px;
}

.carousel_sticker_ac{
	
	width: 33%;
	text-align: right;
	font-size: 20px;
	line-height: 39px;
	padding-left: 50px;
	font-weight: 100;
	
}

.network_veka{
	background: #0068B4 !important;
	color: white !important;
	
}

.carousel-control{
	border-radius: 0px 0px 0px 0px;
	border: 0px;
}

.action_sect{
	background: #A19FA2;
	margin-bottom: 10px;
	border: 1px solid #232C53;
	padding: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-radius: 5px 5px 5px 5px;
	cursor: hand;
	cursor: pointer;
	color: white;
	text-align: center;
}

.action_sect:hover{
	color: white;
	background: #232C53;
}

.action_sect>a{
color: white;
}
.action_sect>a:visited{
color: white;
}
.action_sect>h3{
color: white !important;
text-align: center !important;
}


.action_sect:hover>h3{
color: white !important;
}


.input-ultra-mini{
	width: 30px;
}

.control-label{
	font-size: 18px;
}
h3{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}
.one-edge-shadow {
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);;
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);;
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);;
}

.transition{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.top_nav{

}

.top_nav_sect{
	float: right;
	font-size: 13px;
	font-weight: 400;
	margin-right: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border-radius: 0px 0px 5px 5px;
	background: #A19FA2;
	cursor: hand;
	cursor: pointer;
}

.reading_text>p{
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	font-weight: 300;
}

.reading_text>ul{
	font-size: 16px !important;
	line-height: 26px !important;
}

.content_image{
	margin: 10px;
}

.top_nav_sect:hover{
	color: white;
	background: #232C53;
}

.lower_nav_sect{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: white;
	background: #232C53;
	float: left;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #232C53;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
	margin-top: 10px;
}
.lower_nav_sect:hover{
color: black;
	background: #A19FA2;
}

.tel_number{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-top: 16px;
	
}

.lower_nav{
	margin-top: 40px;

}


.site_position{
	font-size: 16px;
	padding-top: 5px;
}

.site_position>a{
	color: black;
}

i{
	display: none;
}

.about_steve{
	font-size: 14px;
}
.charter > li{
	padding-bottom: 20px;
}

.charter_nav{
	float: right;
	width: 200px;
	margin-left: 10px;
	background: #EEE;
}

.veka_charter_link{
	text-align: center;
	border-bottom: 1px solid #0064B1;
	padding: 5px;
	font-size: 12px;
	color: black;
}

.veka_charter_link:hover{
	background: #ccc;

}

.charter_nav_head{
	background: #0064B1;
	text-align: center;
	color: white;
	padding: 5px;
}


@media (min-width: 1200px) {
	i{
		display: block;
	}
}

.bro_label{
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
	border-bottom: 2px solid #ccc;
}

.bro_label:hover{
	border-bottom: 2px solid #0068B4;
	}

.bro_label > input, .bro_all_label > input{
	position: relative;
	top: -3px;
}

.download_links{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.download_links > a > li{
	padding: 15px;
	display: block;
	background: #0068B4;
	color: white;
	margin: 10px;
	vertical-align: middle;
	font-size: 24px;
	
}

.download_links > a > li > i{

font-size: 24px;
}

