html, body {
	font-size:16px;
	color:#454545;
}

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

.container {
	position: relative;
}

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

.spcheck {
	display: none;
}

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

.alertHide {
	display: none;
}

section {
	padding:60px 0px;
}

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

.bread {
	padding:15px 0px;
	border-bottom:1px #eee solid;
	font-size:0.9em;
}

header {
	background-color: #3f4c47;
}

/* 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;
}

.blog_content p {
	margin: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: 14px;
    width: 47px;
    padding: 1px 0px;
}

.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:300px;
}

.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;
}

.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;
}

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

.padding {
	padding:35px;
}

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

.carousel-caption {
	bottom:20vh;
	right:auto;
	left:auto;
	text-align: left;
	padding:0px;
}

.carousel-caption .caption-title {
	width:50%;
	margin-bottom:15px;
}

.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:22vh;
	-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 {
	padding:20px;	
}

.video_cont {
		cursor:pointer;
		float:left;
		position: relative;
		display: block;
		height:135px;
		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;
	}
	
	.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;
	}

.unstyled-list {
	padding-left: 0px;
	list-style: none;
}

.item-bg {
	height: 180px;
	background-color: #e7eaec !important;
}

.type {
	padding: 15px 20px;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
}

.background {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.preview-block {
	margin-bottom: 30px;
}

.blockfull {
	height: 100%;
}

/* Added */
.txt-black {
	color: #000;
}

.txt-white {
	color: #fff;
}

.whitebg-border{
	background: white;
	padding: 10px 0;
	width: 75%;
	border: 1px solid black;
	margin: 0 auto !important;

}

.whitebg-border p{
	margin-bottom: 0 !important;
}