header.other-page{
	background: url("../img/bg-header-blog.png") no-repeat center center;
	background-size: cover;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	height: 400px;
	line-height: 500px;
}
header.other-page .container{
	height: 100%;
}
header.other-page .main-headline{
	display: table;
	height: 100%;
	width: 100%;
}
header.other-page h1{
	display: table-cell;
	vertical-align: middle;
	font-size: 72px;
	letter-spacing: 7.5px;
}

/** SIDE MENU **/
.side-menu-box{
	padding: 70px 0;
}
.side-title-box{
	padding: 70px 30px 70px 0;
}
.side-menu-title{
	font-size: 40px;
	letter-spacing: 4.2px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.side-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-menu a{
	color: #646769;
	display: block;
	padding: 20px 20px 20px 0;
	border-top: 1px solid #E2DFCF;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.side-menu-right a{
	color: #646769;
}
.side-menu a:hover, .side-menu a:focus, .side-menu a.active, .side-menu-right a:hover, .side-menu-right a:focus{
	color: #0D648E;
}
.side-menu-right{
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-menu-box.right .side-menu-title{
	font-size: 24px;
}
.side-menu-right li a{
	display: block;
	border-top: 1px solid #E2DFCF;
	padding: 15px 0;
}
.side-menu-group{
	margin-bottom: 30px;
}
/** CONTENT**/
.content-post{
	padding: 25px 50px;
	border-left: 1px solid #E2DFCF;
}

@media (min-width:992px){
	.content-post{
		padding: 70px 50px 25px 50px;
	}
}

.content-post .breadcrumb {
	background: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.content-post .breadcrumb ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-post .breadcrumb ol li{
	display: inline-block;
	color: #0D648E;
}
.content-post .breadcrumb ol li a, .content-post .breadcrumb ol li i{
	margin-right: 10px;
	color: #646769;
}
.content-post .breadcrumb ol li a:hover, .content-post .breadcrumb ol li a:focus{
	color: #0D648E;
}
.content-post .breadcrumb ol li i{
	color: #E2DFCF;
	line-height: 16px;
}

.post-title{
	font-size: 24px;
	color: #000;
	display: block;
	margin-bottom: 20px;
	line-height: 140%;
}
.post-title:hover, .post-title:focus{
	color: #0D648E;
}
.post{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2DFCF;
}
.post.single{
	border: none;
}
.post .date{
	font-size: 14px;
}
.post .post-meta{
	margin-bottom: 20px;
}
.post .category{
	display: none;
}
.post .post-image{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.post .post-image img{
	width: 100%;
}
.post .post-content{
	margin-bottom: 20px;
}
.post .more{
	text-align: right;
}
.post .more a{
	color: #0D648E;
}
.post .more a:hover, .post .more a:focus{
	color: #A6DEF5;
}
.post .more span{
	margin-left: 5px;
}
.load-more{
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}
.load-more .load-more-content{border: none; background: none;}
.load-more .load-more-content:hover, .load-more .load-more-content:focus{
	background: none;
	color: #2A93D1;
}
.load-more .load-more-content span{padding: 0;}
.load-more .load-more-content i{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.load-more .load-more-content.prev i{margin-right: 15px;}
.load-more .load-more-content.next i{margin-left: 15px;}

.load-more .load-more-content.prev:hover i, .load-more .load-more-content.prev:focus i{
	transform: translate3d(-5px,0px,0px);
	-webkit-transform: translate3d(-5px,0,0);
	-moz-transform: translate3d(-5px,0,0);
	-ms-transform: translate3d(-5px,0,0);
	-o-transform: translate3d(-5px,0,0);
}
.load-more .load-more-content.next:hover i, .load-more .load-more-content.next:focus i{
	transform: translate3d(5px,0px,0px);
	-webkit-transform: translate3d(5px,0,0);
	-moz-transform: translate3d(5px,0,0);
	-ms-transform: translate3d(5px,0,0);
	-o-transform: translate3d(5px,0,0);
}
.terms-list ul{
	list-style: square; 
}

@media only screen and (max-width : 990px) {
	.side-menu-box{
		padding: 20px 0 0;
	}
	.side-title-box {
	    padding: 30px 0 0;
	}	
	.side-menu{
		border-bottom: 1px solid #E2DFCF;
		padding-bottom: 5px;
	}
	.side-menu-box.left .side-menu-title{
		display: none;
	}
	.side-menu li{
		display: inline-block;
	}
	.side-menu a{
		border: none;
		padding: 0 30px 20px 0;
	}
	.content-post{
		border: none;
		padding: 30px 0;
	}	
}
@media only screen and (max-width : 768px) {
	.container{
		margin: 0 10px;
	}
}

@media only screen and (max-width : 480px) {
	header.other-page{height: 300px;}
}