.quick-links .z-container {
    padding: 0 1%;
}
.quick-links .box {
    max-width: 395px;
    position: relative;
}
.quick-links .box a {
    display: inline-block;
    background-color: #a54e2f;
    color: #fff;
    text-transform: uppercase;
}
.quick-links .box a:hover {
    background-color: #5d301e;
    box-shadow: 0 0 10px #909090;
}
.quick-links .box a img {
    float: left;
}
.quick-links .box a .text {
    display: inline-block;
    width: 100%;
    padding: 9px 10px 2px 10px;
    font-weight: 100;
}
.quick-links .box a .text::first-letter {
    font-size: 150%;
}
.quick-links .box a .z-arrow-right-10 {
    border-left-color: #ffd8a3;
    border-width: 12px 12px;
    margin: 8px -7px 0 0;
}
.home-left {
    background-color: #ffffff;
    margin-left: 2%;
    margin-right: 0;
    position: relative;
}
.home-left:after {
    content: '';
    position: absolute;
    width: 395px;
    height: 100%;
    background-color: #5d301e;
    left: 100%;
    top: 0;
}
.home-right {
    background-color: #5d301e;
    margin-left: 0;
    max-width: 395px;
    position: relative;
}
.home-left .head {
    color: #bd4509;
    line-height: 50px;
}
.home-left hr {
    height: 3px;
    background-color: #9d714b;
    border: none;
}
.home-left a.btn, .home-right a.btn {
    display: inline-block;
    background-color: #9d714b;
    color: #fff;
    padding: 15px 25px 10px 25px;
}
.home-left a.btn:hover, .home-right a.btn:hover, .home-right .box2 a.btn:hover {
    background-color: #4f5318;
}
.home-right .box2 {
    background-color: #fdead1;
}
.home-right .box2 a.btn {
    background-color: #3a2812;
}



@media screen and (max-width: 1362px) {
    .home-left::after {
        width: 306px;
    }
}
@media screen and (max-width: 992px) {
	.home-left, .home-right {
	    margin-left: 3.500%;
	}
    .home-left::after {
        display: none;
    }
	.home-left, .home-right {
	    height: auto !important;
	}
}
@media screen and (max-width: 767px) {
	.home-left, .home-right {
	    margin-left: 5.000%;
	}
}
@media screen and (max-width: 479px) {
	.home-left, .home-right {
	    margin-left: 7.500%;
	}
	.quick-links .box a .z-arrow-right-10 {
	    display: none;
	}
	.home-left .head {
	    line-height: 34px;
	}
	.home-left a.btn, .home-right a.btn {
	    padding: 10px 15px 5px 15px;
	}
}