body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	color: #4c4c4c !important;
	line-height: 137.5% !important;
	font-weight: 300 !important;
}
h1 {
	color:#056db2;
	font-size: 49px;
	text-transform: uppercase;
	padding: 50px 0;
	line-height: 49px;
}
h2 {
	color:#666666;
	font-size: 24px;
	text-transform: uppercase;
}
h3 {
	color:#056db2;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 0px 25px 0px;
}
a {
	color: inherit;
	text-decoration: none;
}
	a:hover {
		color: #7fb3d6;
	}
img {
	max-width: 100%;
	vertical-align: top;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#obr-container .logo {
	position: absolute;
	left: 20px;
}
	#obr-container .logo:after {
		content: '';
		display: inline-block;
		background-image: url('../../images/frontend/assets.png');
	}
#obr-container .menu {
	text-transform: uppercase;
}
	#obr-container .menu li {
		display: inline-block;
	}
		#obr-container .menu a:hover {
			color: #9adced;
		}
		#obr-container .menu li:after {
			content: '|';
			margin: 0 0.5em;
		}
			#obr-container .menu li:hover:after {
				color: #fff;
			}
			#obr-container .menu li:last-child:after {
				content: '';
				margin: 0;
			}
#header {
	background: #0068ad url('../../images/frontend/header.jpg') no-repeat center;
	height: 80px;
	margin-bottom: 60px;
}
	#header .logo {
		top: 0;
		background-color: #fff;
		width: 90px;
		height: 127px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.28);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.28);
	}
		#header .logo:after {
			width: 78px;
			height: 98px;
			background-position: -901px -199px;
			margin: 13px 5px 0;
		}
	#header .menu {
		color: #fefefe;
		font-size: 81.25%; /*13/16*/
		height: 80px;
		margin-left: 115px;
		font-weight: bold;
		text-align: left;
	}

#footer {
	height: 220px;
	background-color: #d4f1f8;
	margin-top: 50px;
	width: 100%;
}
	#footer a:hover {
		color: #7fb3d6;
	}
	#footer .atlantic-margened {
		padding-top: 35px;
	}
	#footer #footer-menu {
		font-weight: 400;
		text-transform: uppercase;
		position: relative;
	}
		#footer #footer-menu li {
			font-size: 11px;
			line-height: 12px;
		}
		#footer #footer-menu ul {
			padding: 5px 0px 45px 25px;
		}
		#footer #footer-menu .cidob {
			font-size: 11px;
			padding-left: 25px;
			font-weight: 400;
			text-transform: uppercase;
		}
	#footer #twitter {
		width: 32px;
		height: 26px;
		background-position: -700px 0px;
	}
		#footer #twitter:hover {
			background-position: -700px -99px;
		}
	#footer #facebook {
		width: 19px;
		height: 34px;
		background-position: -800px 0px;
	}
		#footer #facebook:hover {
			background-position: -800px -99px;
		}
	#footer #mail {
		width: 30px;
		height: 20px;
		background-position: -600px 0px;
	}
		#footer #mail:hover{
			background-position: -600px -99px;
		}
	#footer #footer-sections {
		font-size: 0;
	}
	#footer #footer-sections > li {
		display: inline-block;
		width: 33.24%;
		border-left: 1px solid #a4dbea;
		font-size: 14px;
		color: #0068ad;
		height: 125px;
		vertical-align: middle;
	}
		#footer #footer-sections > li:first-child {
			border: 0;
		}
	#footer #footer-social {
	}
		#footer #footer-social li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 22px;
		}
		#footer #footer-social .logo {
			position: relative;
		}
	#footer .title {
		color: #666666;
		font-size: 18px;
		text-transform: uppercase;
		padding-bottom: 15px;
	}
	#footer .email {
		padding-top: 15px;
	}
	#footer p {
		line-height: 18px;
	}
	#footer #logos {
		background-position: -300px -400px;
		width: 182px;
		height: 77px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
#footer .new-message {
	font-size: 9px;
	color: #0068ad;
	font-weight: 400;
	margin-top: 20px;
}
/*
 * Home categories
 */
#home #categories {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	border: 1px solid #e9e9e9;
	padding: 8px 15px 8px 15px;
	margin: 10px 0px 35px 0px;
}
	#home #categories li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
		#home #categories li.separator {
			background-color: #d3d4d4;
			width: 1px;
			height: 20px;
			margin: 0 10px;
		}
		#home #categories li .category {
			cursor: pointer;
			color: #666;
		}
			#home #categories li:hover .category {
				color: inherit;
			}
		#home #categories li .category-color {
			position: absolute;
			top: 25px;
			width: 100%;
			height: 4px;
		}

#home #contents-title {
	color: #666666;
	font-size: 24px;
	font-weight: 300;
	float: left;
	text-transform: uppercase;
	line-height: 45px;
	max-width: 33.333333333%;
}
#home #search-bar {
	float: right;
	width: 65.8%;
	border: 1px solid #e9e9e9;
	padding: 0;
	margin: 0;
	height: 42px;
	margin-bottom: 35px;
}

#home .contents-filter-container {
	position: relative;
	z-index: 5;
	float: right;
	width: 66.66666667%;
}
#white-layer {
	background-color: rgba(255, 255, 255, 0.9); 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
}
#contents-arrows-widget {
	position: relative;
}
#contents-arrows-widget .arrow {
	position: absolute;
	cursor: pointer;
	top: 175px;
	z-index: 1;
	width: 25px;
	height: 45px;
}
	#contents-arrows-widget .arrow.prev {
		left: -30px;
	}
	#contents-arrows-widget .arrow.next {
		right: -30px;
	}
#contents-arrows-widget .arrow-box {
	position: relative;
	z-index: 3;
	width: 25px;
	height: 45px;
	background-image: url('../../images/frontend/assets.png');
}
	#contents-arrows-widget .arrow.prev .arrow-box {
		background-position: -201px 0;
	}
	#contents-arrows-widget .arrow.next .arrow-box {
		background-position: -300px 0;
	}
#contents-arrows-widget .category-box {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border: solid 1px #ccc;
	top: -20px;
	display: none;
}
	#contents-arrows-widget .arrow:hover .category-box {
		display: block;
	}
	#contents-arrows-widget .arrow.prev .category-box {
		left: -10px;
		padding-left: 30px;
	}
	#contents-arrows-widget .arrow.next .category-box {
		right: -10px;
		padding-right: 30px;
	}
#contents-arrows-widget .category-box .value {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: solid 3px;
	white-space: nowrap;
	margin: 30px;
}

.last-section {
	border-top: solid 1px #e1e1e1;
	padding-top: 30px;
}
	.last-section .tag-cloud-container {
		display: inline-block;
		vertical-align: top;
		width: 66.66666666667%;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.last-section .join-newsletter-container {
		display: inline-block;
		vertical-align: top;
		width: 33.33333333333%;
		padding-left: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.featured-container {
	position: relative;
	height: 360px;
}
