@charset "utf-8";
/* CSS Document */


body {
	background: url("../img/background.jpg");
	font-family: Century Gothic, sans-serif;
	
}

a {
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #CCC;	
}

.top-border {
	width: 100%;
	margin-bottom: 40px;
}

.grey-top {
	border-top: 4px solid #323232;
}

.header-contact {
	color: #fff;
	background-color:#323232 !important;
	padding-top: 10px  !important;
	padding-bottom: 0px !important;
}

h3 {
	font-weight: normal !important;
}

.container {
	background: #EDEDED;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 1);
}


.logo img {
margin-top: 20px;
}

.navbar .nav > li:first-child {
	padding-left: 20px;
}

.slider {
	
}

.quote-block {
	background: #034A7F;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.tri-block img {
	width: 100%;
}

.tri-block-heading {
	background: #7c92b6;
	padding: 10px 0;
	margin: 0 0 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 14px;
}

.tri-block-divider {
	border-bottom: 1px solid #000;
	margin: 10px 0;
	width: 100%;
}

.full-heading {
	background: #7C92B6;
	padding: 10px 0;
	text-indent: 10px;
	margin: 20px 0 10px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

	.lower-divider {
	border-bottom: 1px solid #000;
	margin: 10px 0;
	width: 100%;
}

.white-divider {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 10px 0;
	
}

.home-thumbs img {
	border: 1px solid #000;
	margin: 0;
	border: 1px solid #333;
	text-align: center;
	-webkit-transition: border 0.2s ease-in-out;
  	-moz-transition: border 0.2s ease-in-out;
  	-o-transition: border 0.2s ease-in-out;
  	transition: border 0.2s ease-in-out;
}

.home-thumbs img:hover {
	border: 1px solid #0A2E4A;	
}

.home-thumbs li {
	padding: 1px !important;
}

.footer {
	background: #323232;
	color: #fff;
}

.footer-logo {
	padding: 80px 0 0;
	margin-top: 20px;

}

.footer-lower {
	background: #7C92B6;
	color: #fff;
	margin-bottom: 50px;
	padding-top: 10px  !important;
	padding-bottom: 0px !important;
}

.footer-lower a:hover {
	color: #ccc;
}

.gallery img {
	margin: 10px;
	border: 1px solid #333;
	text-align: center;
	-webkit-transition: border 0.2s ease-in-out;
  	-moz-transition: border 0.2s ease-in-out;
  	-o-transition: border 0.2s ease-in-out;
  	transition: border 0.2s ease-in-out;
}

.menu{
font-size:medium;
color:#444;
margin-top:6px;
}
.gallery img:hover {
	border: 1px solid #0A2E4A;
}

.geld-header {
	background: #ededed;
	padding: 10px;
	color: #323232;
}

.footer-nav li {
	line-height: 35px;
}

.recent li {
	padding:4px 2px !important;
}

.vert-div {
	border-left: 1px solid #fff;
	height: 100%;
}

.geld-gallery li img {
	margin: 8px auto;
	border: 1px solid #7C92B6;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

.geld-gallery li img:hover {
	border: 1px solid #323232;
	opacity: 0.8;
}

@media (max-width: 768px) {

.nav-pills > li {
	float: none; 
	text-align: center;
}

.nav {
	padding-left: 0;
}

}

@media (max-width: 980px) {
	
.navbar .nav > li:first-child {
	padding-left: 0;
}

.nav-pills > li {
	float: none; 
	text-align: center;
}	

}

@media (max-width: 480px) {

.nav-tabs > li, .nav-pills > li {
	display: block;
}
