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

/* @import url("../webfonts/Lato_Medium/stylesheet.css");
@import url("../webfonts/Lato_Thin/stylesheet.css"); */



.cn_wrapper{
	height: 900px;
	margin: 0%;
	position: relative;
	color: #fff;
	overflow: hidden;
	padding: 2%;
}
header .cn_wrapper .all_albums {
	padding: 0.75vw;
	text-transform: uppercase;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 999;
	color: #FFFFFF;
}
.cn_wrapper .all_albums img {
	width: 1em;
	margin-right: 2px;
}
.cn_wrapper{
	background-color: #142C58;
	overflow-y: hidden;
}
.cn_list{
	width: 40%;
	height: 80%;
	top: 3%;
	margin-top: 1%;
	margin-right: 0%;
	margin-left: 2%;
	right: 10%;
}

.flex .cn_item span {
	float: left;
	position: absolute;
	z-index: 9;
	color: #142C58;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: thin solid #142C58;
	width: 1em;
	height: 1em;
	text-align: center;
	padding: 1%;
}
.cn_page{
	display:none;
}
#cn_list .cn_page h4 {
	font-family: "Lato Thin",  "Helvetica", sans-serif;
	position: relative;
	margin: 0% auto;
	width: 95%;
}
.cn_preview{
	width: 44%;
	height: 100%;
	top: 12%;
	left: 3%;
}
.cn_preview .cn_content:first-child {
	top: 0;
}
.cn_preview, .cn_list{
	position: absolute;
}
.cn_content{
	top: 100%;/*5*/
	left: 0%;
	width: 100%;
	position: absolute;
	height: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0%;
}
#cn_preview .cn_content h2 {
	font-weight: lighter;
}
#cn_preview .cn_fr_img{
	width: 100%;
	height: 75%;
	overflow: hidden;
}

.cn_content img{
	width: 100%;
	height: auto;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
}
.cn_content p{
	height:57px;
	margin-top:2px;
	overflow:hidden;
}
a.cn_more{
	position: absolute;
	padding: 4px 0px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
.cn_item{
	width: 22.5%;
	height: 200px;
	order: 0;
	flex: 0 1 30%;
	align-self: auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 1%;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
}
.cn_nav{
	width: 3vw;
	height: 50%;
	position: absolute;
	bottom: 102px;
	right: 5%;
}
a.cn_next, a.cn_prev{
	float: left;
	height: 3vw;
	width: 3vw;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	outline: none;
	margin: 0%;
	padding: 0%;
	background-size: contain;
}
a.cn_next{
	background-image: url(../img/bot.png);
}
a.cn_prev{
	margin-right: 5px;
	background-image: url(../img/top.png);
	margin-bottom: 51px;
}

.cn_nav a.disabled{
	opacity:0.5;
}




@media (max-width:1550px) {
	.cn_item {
		height: 100px;
	}
	.cn_wrapper {
		height: 440px;
	}
}

@media (max-width:1350px) {
	.cn_item {
		height: 150px;
	}
	.cn_wrapper {
		height: 650px;
	}
}

@media (max-width:1024px){
	
.cn_wrapper{
	height: 700px;
	margin: 0%;
	position: relative;
	color: #fff;
	overflow: hidden;
	background-color: #142C58;
}

.cn_wrapper .all_albums img {
	width: 1em;
	margin-right: 2px;
}

.cn_list{
	width: 85.25%;
	height: 51%;
	right: auto;
	bottom: 1%;
	top: auto;
	left: 1%;
	background-color: #142C58;
}
.flex .cn_item span {
	float: left;
	position: absolute;
	z-index: 9;
	color: #142C58;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: thin solid #142C58;
	width: 1em;
	height: 1em;
	text-align: center;
	padding: 1%;
}
.cn_page{
	display: none;
}
#cn_list .cn_page h4 {
	font-size: 1em;
	margin-bottom: 1%;
	margin-left: 0%;
	width: 100%;
}
.cn_preview{
	width: 85%;
	height: 47.5%;
	top: 0%;
	left: 1%;
	margin-top: 2.5%;
	margin-right: 0%;
	margin-left: 2%;
}
.cn_preview, .cn_list{
	position: absolute;
}
.cn_content{
	top: 100%;/*5*/
	left: 0%;
	width: 100%;
	position: absolute;
	height: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0%;
	margin: 0%;
}
#cn_preview .cn_content h2 {
	width: 44%;
	height: 2.5vw;
	left: 0%;
	top: 0.5vw;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	margin: 0%;
	position: absolute;
}
#cn_preview .cn_content h2 {
	background-color: #142C58;
	font-size: 2vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}	
#cn_preview .cn_fr_img{
	width: 99%;
	height: 92.5%;
	overflow: hidden;
	margin: auto;
}

.cn_content img{
	width: auto;
	height: 100%;
	float: right;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
}
.cn_content p{
	width: 44%;
	height: auto;
	left: 0%;
	top: 4vw;
	margin: 0%;
	position: absolute;
	background-color: #142C58;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.cn_more{
	position: absolute;
	padding: 4px 0px;
	bottom: 0%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	right: 0%;
	top: auto;
	width: 10%;
	left: auto;
	margin-bottom: -1%;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}
.cn_item{
	width: auto;
	height: 11.25vw;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 0.2vw;
}	
.cn_item{
	order: 0;
	flex: 0 0 24.45%;
	align-self: auto;
}

.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
}
.cn_nav{
	width: 3vw;
	height: 50%;
	position: absolute;
	bottom: 102px;
	right: 5%;
}
a.cn_next, a.cn_prev{
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	outline: none;
}
a.cn_next{
	background-image: url(../img/bot.png);
}
a.cn_prev{
	margin-right: 5px;
	background-image: url(../img/top.png);
	margin-bottom: 51px;
}		
	
	
}

@media (max-width:850px) {
	.cn_wrapper {
		height: 560px;
	}
}


@media (max-width:800px){
	
.cn_wrapper {
	height: 600px;
	margin: 0%;
	position: relative;
	color: #fff;
	overflow: hidden;
	padding-right: 0%;
}
.cn_wrapper .all_albums {
	color: #FFFFFF;
	padding: 0.75vw;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	float: left;
	bottom: auto;
	position: absolute;
	left: 0%;
}

.cn_wrapper .all_albums img {
	width: 1em;
	margin-right: 2px;
}

.cn_list{
	width: 87.5%;
	height: 51%;
	right: auto;
	bottom: 1%;
	top: auto;
	left: 0%;
	background-color: #142C58;
}
.flex .cn_item span {
	float: left;
	position: absolute;
	z-index: 9;
	color: #142C58;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: thin solid #142C58;
	width: 1em;
	height: 1em;
	text-align: center;
	padding: 1%;
}
.cn_page{
	display: none;
}
#cn_list .cn_page h4 {
	font: lighter 1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 2.5%;
}
.cn_preview{
	width: 87.55%;
	height: 47.5%;
	top: 0%;
	left: 0%;
	margin-top: 2.5%;
	margin-right: 0%;
	margin-left: 2%;
}
.cn_preview, .cn_list{
	position: absolute;
}
.cn_content{
	top: 100%;/*5*/
	left: 0%;
	width: 100%;
	position: absolute;
	height: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0%;
}
#cn_preview .cn_content h2 {
	font-weight: lighter;
	position: absolute;
	left: 0%;
	top: 0%;
	height: 2.5vw;
	background-color: #142C58;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	width: 44%;
	font-size: 2vw;
	margin: 0%;
}
#cn_preview .cn_fr_img{
	width: 99%;
	height: 92.5%;
	overflow: hidden;
	margin: auto;
}

.cn_content img{
	width: auto;
	height: 100%;
	float: right;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
}
.cn_content p{
	height: auto;
	margin: 0%;
	overflow: hidden;
	width: 44%;
	position: absolute;
	left: 0%;
	top: 4vw;
	background-color: #142C58;
	padding-bottom: 2%;
}
a.cn_more{
	position: absolute;
	padding: 4px 0px;
	bottom: 0%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	right: 0%;
	top: auto;
	width: 20%;
	left: auto;
	margin-bottom: -1%;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}
.cn_item{
	width: auto;
	height: 12.75vw;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 0.2vw;
}	
	
/*800*/
	
.cn_item{
	order: 0;
	flex: 0 0 24.5%;
	align-self: auto;
}

.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
}
.cn_nav{
	width: 4vw;
	height: 37.5%;
	position: absolute;
	bottom: 102px;
	right: 2.5%;
}
a.cn_next, a.cn_prev{
	float: left;
	height: 4vw;
	width: 4vw;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	outline: none;
}
a.cn_next{
	background-image: url(../img/bot.png);
}
a.cn_prev{
	margin-right: 5px;
	background-image: url(../img/top.png);
	margin-bottom: 51px;
}
	
	
	
	
}



@media screen and (max-width: 767px) {
	.all_albums {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {
	.cn_wrapper {
		height: 500px;
	}
}

@media screen and (max-width: 450px) {
	.cn_wrapper {
		height: 350px;
	}
}
