.breadcrumb.pull-right li a {color:#fff;}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
	color: #FFF !important;
}	
	.navbar-default .navbar-nav > li > a:hover {
		color:#346850
	}
	
.blogvideo.single {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.blogvideo.single iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#comment-form {
		margin:30px 0;
		}
	#comment-form .form-control {
		margin: 10px 0;
		height: 50px;
		font-weight: 500;
		font-size: 12px;
		}	
		
.footer-wrapper {
	background-color: #fff;
}
.logo-border::after, .logo-border::before {
	background-color: #fff;
}

div.mod-languages {
    width: 75px;
    position: fixed;
    top: 20px;
    z-index: 100000;
}

div.mod-languages {
	left: 50%;
	margin-left: -35px;
}

@media screen and (max-width: 959px) {
  	div.mod-languages {
		top:20px;
	}
}

@media screen and (min-width: 960px) {
  	div.mod-languages {
		/*left: 100px;*/
		top:20px;
		left:10px;
		margin-left: 0px;
	}
}