html, body{
	height:100%;	
}

body{
	background: #191919;
	color:#000;
	border:none;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}
a{
	color: #2c6584; /* color */	
}
a:hover{
	color:#193a4b; /* dark */			
}
#colorpicker{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 47px;  
	height: 50px;
	background: url(../images/colors.png) center top no-repeat;
	overflow:hidden;
	z-index: 1000;
	display:block;
}
#colorpicker:hover{ 
	background: url(../images/colors.png) center bottom no-repeat;
	transition: none;
	-o-transition: none;
	-webkit-transition: none;	
}
#ajax_loading{
	display:none;
}
#header{
	min-height:120px;
}
.espa {
	width:100%;
	text-align:center;
	margin: 0px auto;
}
.espa img {
	width:100%;
	max-width:800px;
	text-align:center;
	margin: 0px auto;
}
#header>div{
	border:1px solid transparent;
	text-align:right;
}
#ribbon{
	background-color:#2b2b2b;
}
.top_header{
	min-height: 100px;
}
#header nav{
	float:right;
	display:none;
}
#logo{
	margin-top: 0;
}
#top_right{
	float:right;
	margin: 10px 12px 0 0;
}
#header_shadow{
	background:url(../images/header_shadow.png);
	height:10px;
}
#wrapper{
	background: #ffffff;
	overflow: hidden; 
}
.main_container{
	background-color: white;
	-webkit-box-shadow: 0px 1px 17px 15px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 1px 17px 15px rgba(0,0,0,0.45);
	box-shadow: 0px 1px 17px 15px rgba(0,0,0,0.45);	
	min-height:100%;
}
#container{
	margin-top:0;
}
.inner_content{
	margin: 10px;
	font-size: .95em;
	padding-bottom: 40px;
	min-height: 700px;
}
.main_image{
	display: table;
	margin : 0 auto;	
}
#container section{
	padding-top:10px;
}
#slider{
	padding-top:30px;
	position:relative;
}
#slider_content{
	max-width: 940px;
	max-height:442px;
	margin:0 auto;
}
#slider_shadow{
	position:absolute;
	background: url(../images/slider_shadow.png) no-repeat;
	width: 100%;
	max-width:1001px;
	height:50px;
	bottom: 0;
	margin-left:-32px;
}
aside{
	float:right !important;
}
#footer{
	min-height:300px;
}
#footer nav{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
h2 {
	color: #2c6584; /* color */
	font-size: 24px;
	line-height: 21px;
	border-bottom: 1px solid #ced0d2;
	padding-top: 20px;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
	font-style: italic;
	letter-spacing: -.03em;
}
h3{
	padding-top: 20px;
}
h3 a{
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}
h4{
	font-size: 18px;
	color: #2c6584; /* color */
	margin-bottom: 10px;
	font-style:italic;
}
#cc{
	padding:20px;
	background-color: black;
	border-top: 1px solid grey;
	color: #686868;
	font-size: 13px;
}
#copyrights{
	text-align:center;	
}
#footer h3{
	max-width: 267px;
	color: #dbdbdb;  /* contrast */
	background-color: #005b5b !important;	 /* darker */
	height: 29px;
	padding-top: 13px;
	text-align: center;
	font-family: Arial, Tahoma;
	font-size: 15px;
	margin: 20px auto;	
}
#content p{
	padding: 0 20px;
}
#content ul {
	padding-left: 40px;
}
#slider_content .owl-carousel {
	background-color: #fff;
	border: 3px solid #c7c7c7;
	-webkit-box-shadow: 0px -8px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -8px 23px -6px rgba(0,0,0,0.75);
	box-shadow: 0px -8px 23px -6px rgba(0,0,0,0.75);	
}
#article_container{
	display: table;
	margin: 40px auto;
	text-align: left;
	width: 100%;
	max-width: 800px;
}

@media only screen and (max-width: 800px) {
	#article_container{
		display: block;
	}	
	#article_container p{
		font-size:95%;
	}	
}
