body{
	padding-top:0;
	padding-bottom:0;
	background-image:url('../images/body-bg.jpg');
	
}

.fullheader {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CC0066;
	font-size:0.9em;
	padding:5px;
}

.lang-header {
	font-size:0.8em;
}

.padded {
	padding-bottom:3px;
	padding-top:3px;
	padding-right:10px;
	padding-left:10px;	
}
.navbar {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 800;
	color: #555;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#FFF;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #B3B3B3;
}

.navbar a {
	color: #555;
}


.nav .current {
	color:#AA0027;
	
}
@media (min-width: 768px) {
.nav .nav-divider {
  width:1px;
  height:100%;
  margin: 9px 0;
  overflow: hidden;
  background-color: #CCC;
}

	
}


.navbar-nav > li > a {
	margin-top:0px;
	margin-bottom:0px;

}

.navbar-nav > li > a:hover, .navbar-nav > li > ul > li a:hover {
color:#AA0027;
		
}


.logo-left {
	padding-top:5px;
	padding-bottom:25px;
	padding-left:25px;
	float:left;
	
}

.logo-right {
	padding-top:5px;
	padding-bottom:25px;
	padding-right:10px;
	float:right;
	font-weight:bold;
	color:#666;
	
}


.container {
	background-color:#EDEFF2;
}

.shadow-top {
	height:18px;
	background-position: center top;
	background-size: 100% 18px;
	background-image: url('../images/shadow-top.png');
	background-repeat: no-repeat;

}

.white-bg, .white-bg .container {
	background-color:#FFF;
}

footer {
	background-color:#000;
	padding-left:30px;
	color:#B3B3B3;
	height:40px;
	
}

footer p {
	padding-top:10px;
}

.dark-bg {
	background-color:#2D343E;
	color:#E6E6E6;

}
.shadow-bottom {
	height:18px;
	background-position: center top;
	background-size: 100% 18px;
	background-image: url('../images/shadow-bottom.png');
	background-repeat: no-repeat;

}


.jumbotron .shout {
	font-size:34px;
	line-height:150%;
	font-weight:300;
	color:#1A1A1A;
	text-align:center;
}
.footer-base h2 {
margin-bottom:25px;
		font-size: 22px;
text-transform: uppercase;
font-weight: 800;

}

.footer-base hr {
border-top-color:#CCC;
	

}
.front-highlights h2  {
	font-size: 22px;
text-align: center;
text-transform: uppercase;
font-weight: 800;
color: #555;
}

.front-highlights p {
	text-align:center;
}

.icons {	
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	
}

.front-highlights a {
	display: inline-block;
	text-decoration:none;
	color:inherit;
}

.footer-base {
	padding-top:30px;
	margin-left:-0px;
	margin-right:-0px;
	color:#E6E6E6;
	background-color:#2D343E;
	padding-bottom:30px;
	
	
}

.marketplace {
	margin-bottom:0px;
	background-color:#FFF;
	background-image: url('../images/shadow.png');
	background-repeat: no-repeat;

}


.marketplace .content {
	text-align:center;
	background-image:url('../images/ad-banner.png');
	background-repeat:repeat-y;
	padding-top:60px;
	padding-bottom:60px;
	font-weight:800;
	color:#FFF;
}

.light	{
	font-weight:300;
}

.big {
	font-size:2em
}

.huge {
	font-weight:800;
	font-size:3em;
}
/* SLIDER STYLES */
	
.slider-wrapper{
	background-size: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	background: #FFFFFF;


	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

@media only screen and (min-width: 992px){
	.slider{
		width:970px;
	}
}


/* ELEMENT STYLES 

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}
*/
.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.slider p {
	font-size:19px;
	color:#FFF;
	font-weight:800;
	 line-height:150%
	
}

.slider .header {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:36px;
	font-weight:800;
	color:#FFF;
	text-shadow: 2px 2px 4px #000;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}