.thes_title path {
	fill: #fff;
}
#navigation li a, #menuInfo li:first-child:after {
	color:#fff
}
#btnNav span {
	background: #fff;
}
.row1 {
	position: relative;
	padding-top: 150px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-board.jpg);
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
}
.row1:after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0, 0, 0, .5);
}
.row1 h2 {
	z-index: 50;
	position: relative;
	color: #fff;
}
.row1 h2 span.underbar {
    border-top: 1px solid #fff;
}

@media screen and (max-width:1280px) {
	.row1 {
	    padding-top: 100px;
		height: 350px;
	}
}

@media screen and (max-width: 992px) {
	.row1 {
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	.row1 {
		height: 280px;
	}
}

@media screen and (max-width: 560px) {
	.row1 {
		height: 240px;
	}
}
