body{

}

a{
	color: #0694d9;
}

.bg-menu{
	background-color: #0694d9;
}

.n_top ._CMS4Toolbox{
	padding: 0;
}

.n_title, .n_number, .n_sub{
	padding: 0 15px;
}

.n_title, .n_number{
	color: #e92020;	
}

.n_title, .n_sub{
	font-size: 9px; 
	text-transform: uppercase;
}

.n_number{ 
	font-size: 16px; 
	line-height: 29px;
	font-weight: 800;
}

.n_sub{	
	color: #000000;
}

/** NEWS  */
.n_news .card{
	border: 0;
	box-shadow: 0px 2px 21px rgba(0,0,0,0.1);
}

.n_news .card-title{
	color: #000;
	font-size: 18px;
	font-weight: 800;
}

.cms404_module_header{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 800;
}

.fullcontent img{
	width: 100%;
}

/** GALLERY */

.n_gallery .cms404-image-only{
	height: 285px;
}

.n_gallery .cms404-image-only img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
transform: translateX(-50%);
}

.n_gallery .col{
	padding: 0;

}

.n_gallery .cms404-image-only-hover{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
	opacity: 0;
	color: #fff;
	padding: 20px 30px;
	font-size: 18px;
	text-align: center;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
}

.n_gallery .cms404-image-only:hover>.cms404-image-only-hover{
	opacity: 1;
	top: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background-color: rgba(0,16,62,0.95);
}

/** CAROUSEL */

.n_slider .carousel-item:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(1,11,42,0.8);*/
}

.carousel-caption{
		padding: 15px;
	}

.carousel-caption h4,
.carousel-caption ul,
.carousel-caption li,
.carousel-caption p{
	font-size: 18px !important;
}

.banner_short_text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 20px;
    background-color: #2a292e;
}

.carousel-caption{
	/*background-color: rgba(1,11,42,0.8);*/
	background-color: rgba(0, 29, 119, 0.8);
}

.n_slider .btn-secondary{
	margin-left: 20px;
}

.carousel-caption .banner_header,
.banner_short_text p{
	background-color: initial;
}

.banner_short_text p{
	padding: 0;
	margin-bottom: 30px;
}

.carousel-caption .banner_header{
			display: inline-block;
	}

/**BTN**/
.btn{
	text-transform: uppercase;
	border-radius: 25px;
	font-weight: 800;
}
.btn-primary{
	background-color: #0c89d0 !important;
	border-color: #0c89d0 !important;
}

.btn-secondary{
	background-color: #9ab32a !important;
	border-color: #9ab32a !important;
}

/** MENU */

.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
}

/** FOOTER */
.bg-footer{
	background-color: #000920;
	padding: 30px 0px;
}


.cms404-toolbox-footer,
.cms404-toolbox-footer a{
	color: #fff;
}

.cms404_copyright{
	background-color: #000;
	color: #f5f5f5;
	font-size: 10px;
}

.cms404_copyright a{
	color: #0c89d0;
}

.cms404-toolbox-footer .h3{
	font-weight: 800;
}

/** SECTION BG */


.cms404_section_bg{
	background-color: #232c5e;
	background-size: cover;
	background-position: center;
}

.cms404_section_bg:before{
	background-color: rgba(1,11,42,0.8);
}


.cms404_section_bg .breadcrumb{
	display: inline-flex;
	font-style: italic;
}

.cms404_section_bg h1{
	font-weight: 900;
	color: #fff;
}

.breadcrumb{
	background-color: transparent;
	border-radius: 0;	
}

.breadcrumb-item{
	font-size: 16px;
}

.breadcrumb a{
	color: #fff;
	text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
	color: #e0e0e0;
}

/** CONTENT */

.cms404_file_name{
	max-width: 90%;
}

.cms404_file_row:hover{
	background-color: #2cb12b !important
}

@media only screen and (max-width: 764px) {

	.carousel-caption h4,
	.carousel-caption ul,
	.carousel-caption li,
	.carousel-caption p{
		font-size: 12px !important;
	}

	

	.navbar-brand img{
		max-width: 120px;
	}
	.n_title, .n_number, .n_sub{
		font-size: 12px;
		line-height: 1;
	}

	.carousel, .carousel-inner, .carousel-item{
		height: 360px;
	}

	.carousel img.w-100{
		width: auto;
		height: 100%;
	}

	.carousel-caption .banner_header{
		font-size: 20px;
		line-height: 1.5rem;
		padding: 0;
		display: inline-block;
	}

	.banner_short_text p{
		font-size: 16px;
		line-height: 19px;
	}

	.bg-menu{
		background-color: #fff !important;
	}

	.cms404-contentdiv .lead, .cms404-productdiv .lead {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: justify;
	}

	.cms404-contentdiv .fullcontent {
		font-size: 14px;
		line-height: 22px;
	}

	.cms404_section_bg h1{
		font-size: 15px;
	}
	.breadcrumb-item{
		font-size: 12px;
	}

	.cms404-contentdiv h1, .cms404-productdiv h1{
		font-size: 28px;
	}

	.n_top{
		position: absolute;
		background-color: #fff;
		top: -200px;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

}