
a {
	color:#454545;
	text-decoration: none;
}

.container {
	position: relative;
}

header, .top {
	position: relative;
    z-index: 9999;
}

.container-lg {
	max-width: 1300px;
	margin:0px auto;
}

.logo {
    position: absolute;
    height: 105px;
    top: 20px;
    max-width: 100%;
    z-index:9999;
    transition: all 0.15s ease-in-out;
}

.top {
	padding:10px 0px;
}

.articleImg {
	height:20vh;
	background-size:cover !important;
	background-position: center center !important;
}

.footer .logo {
	display: block;
	height:100px;
	width:100px;
	top:0px;
	position: relative;
	margin-bottom:20px;	
}

.spcheck {
	display: none;
}

.pageSlider .owl-theme .owl-controls {
	margin-top:0px;
}

.alert p {
	margin-bottom:0px;
}

.alertHide {
	display: none;
}

section {
	padding:60px 0px;
}

hr {
	margin:15px 0px 30px 0px;
}

.bread {
	padding:15px 0px;
}

/* blog */

.blog_img {
	height:100%;
	min-height: 175px;
	background-size:cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	
    transition: all 0.15s ease-in-out;
}

.blog {
	padding-right:25px;
	margin-bottom:25px;
}

.blog_content {
	padding-left:24px;
    transition: all 0.15s ease-in-out;
}

p:last-child {
	margin-bottom:0px;
}


.blog:hover .blog_img {
	opacity: 0.9;
}

.blog:hover .blog_content p {
	color:#000 !important;
}

.blog:hover {
	text-decoration: none;	
}

.blog .row {
	height:100%;
}

.share {
	padding:5px 0px 30px 0px;
}

.share .fa {
	color:blue;
}

.share a {
    margin-right: 10px;
}

.download {
	padding:10px 22px;
}

/* date */
.date {
	margin-top: 15px;
    background:#003a58 !important;
    width: 80px;
    padding: 3px 0px;
    margin-bottom: 5px;
}

.space-date>.date {
	margin-top: 3px;
	width: 70px;
}

.day {
	font-size:25px;
	font-weight: 400;
    line-height: 22px;
}

.copyright p {
	margin-bottom:0px !important;
	padding:0px !important;
}

/* carousel */

.owl-lazy-single, .owl-lazy {
	position: relative;
}

.owl-lazy-single {
	height:375px;
}

.owl-theme {
	margin-bottom:0px;	
}

.owl-lazy-single .container {
	height: 100%;
}

.caption {
	padding:15px;
    text-align: center;
    padding: 11vh 0px;
}

.owl-lazy-single .date {
	display: inline-block;
	float:left;
	margin:25px 15px;
}

.owl-lazy-single h1 {
	display: inline-block;
	color:#fff;
	font-size:3em;
	padding-bottom:0px;
	float:left;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(46, 133, 199, 0.3);
}

.owl-stage, .owl-theme .owl-item .owl-lazy {
	height:100%;
}

.owl-item, .owl-lazy, .owl-bg {
	height:100%;
	background-size:cover !important;
	background-position: center center !important;
}

.owl-item:first-child .owl-bg {
	background:red !important;
	background-position: center center !important;
}
 
.owl-carousel .owl-item .owl-lazy {
	opacity: 1;	
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
    height: 13px;
    margin: 5px 3px;
}

label {
	font-weight: 400;
}

.form-control {
    border-radius: 4px;
    padding: 0.8rem 0.75rem;
    font-weight: 300;
}

.nav-pills {
	text-align: right;
}

.padding {
	padding:50px 45px;
}

.padding-sm {
	width: 100%;
	padding:10px 25px;
}

.padding-lg {
	padding:60px 35px;
}

.paddingS {
	padding:0px 35px;
}

.single_head h1 {
	font-size:3em;
	padding-bottom:0px;
}

.owl-lazy-single .carousel-caption {
	bottom:10vh;
	right:auto;
	left:auto;
	text-align: left;
	padding:0px;
}

.carousel-caption .caption-title {
	margin-bottom:7px;
}

.employee_image {
	height:65px;
	width:65px;
	border-radius: 50% 50%;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
    margin: 0px auto;
}

.employee strong {
	font-size:0.9em;
	font-weight: 300;
}

.scale {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	
	-webkit-transition: 5s ease-in-out !important;
    -moz-transition: 5s ease-in-out !important;
    -o-transition: 5s ease-in-out !important;
    transition: 5s ease-in-out !important;
}

.owlcarmiddle {
	position: relative;
	z-index:99;
}

.fadeCaption {
	opacity: 1;
	bottom:14vh;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/* video */

.video {
	background-image:none !important;
	padding:30px 40px;	
}

.video_cont {
		cursor:pointer;
		float:left;
		position: relative;
		display: block;
		height:165px;
		margin-left:25px;
		width:50%;
		background-position: center center !important;
		background-size:cover !important;
	}	
	
	.videoBtn {
		position: relative;
		z-index:9;
		color:#fff;
		font-size:15px;
		opacity: 0.80;
		
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.modal-backdrop.show {
		opacity: 0.8;
	}
	
	.btn-play {
		font-size:20px;
	}

	.video_cont:hover .videoBtn {
		opacity: 1;
	}
	
	.text-muted a {
		color: rgba(76,105,118,0.2);
		text-decoration: underline;
	}
	
	.videoBtn img {
		display: block;
		margin:0px auto !important;
		width:18px !important;
		min-width:18px !important;
		max-width:18px !important;
		margin-bottom:5px;
	}
	
	.video_tekst {
		position: relative;
		padding:25px;
		margin-left:10px;
	}
	
@media (max-width: 992px) {
	
	.justify-content-end {
	    -ms-flex-pack: start !important;
	    justify-content: flex-start !important;
	}
	
	.copyright {
		margin-top:25px;
	}

	.footer .text-right {
		text-align: left !important;
	}
}
.horizontal-ul>li{
	display:inline;
}
.text-muted, .text-muted a{
	font-size: 14px;
}
	