.hsec1 .box {
    max-width: 395px;
}
.hsec1 .box a {
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.hsec1 .box a .text, .hsec1 .box a:hover .text {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hsec1 .box a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}
.hsec1 .box a:hover .text {
    background-color: rgba(216, 40, 39, 0.6);
}
.hsec2 {
    background-image: url(../images/welcome-bg.jpg);
    background-position: center top;
    background-size: cover;
    margin-top: 62px;
}
.hsec2 .box {
    background-color: #231f20;
    margin-bottom: 0;
    padding: 30px;
}
.hsec2 .box .head {
    font-weight: 600;
    text-transform: uppercase;
}
.hsec2 .box a.link {
    color: #000000;
    background-color: #b3b3b3;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
}
.hsec2 .box a.link:hover {
    color: #fff;
    background-color: #d82827;
}
.hsec2 .right {
    padding: 0;
    margin-top: -62px;
    margin-bottom: -62px;
    position: relative;
}
.hsec3 {
    background-image: url(../images/gallery-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding-top: 100px;
}
.hsec3 .head {
	text-transform: uppercase;
}



@media screen and (max-width: 1362px) {
	.hsec2 {
	    background-position: right top;
	}
	.hsec1 .box a .text {
	    padding: 15px;
	}
    .hsec2 .right {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 992px) {
    .hsec2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .hsec2 .right {
        margin-bottom: 30px;
    }
    .hsec3 {
        padding-top: 45px;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.hsec2 {	
	    background-image: none;
	    background-color: #231f20;
	}
	.hsec2 .box {
	    padding: 30px 0;
	}
}