*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header#header {
    width: 100%;
    height: 190px;
    background: #332c2c;
    padding: 15px 0 0 0;
}
.logo img{
	width: 350px;
    height: 161px;
}
.single_content h2{
    font-size: 26px;
    margin: 60px 0 44px 0;
    line-height: 39px;
    border-bottom: 1px solid #ca6f22;
    padding-bottom: 20px;
}
.single_content h4{
	 font-size: 20px;
    margin: 20px 0 20px 0;
    line-height: 25px;
    padding-bottom: 20px;
}
.single_content img{
	width: 100%;
	height: 380px;
}
.single_content p{
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    margin-top: 35px;
}

.single_sidebar h2{
    font-size: 22px;
    margin: 60px 0 44px 0;
    line-height: 39px;
    border-bottom: 1px solid #ca6f22;
    padding-bottom: 20px;
}
.single_sidebar img{
	width: 100%;
	height: 200px;
}
.single_sidebar p{
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    margin-top: 35px;
}

#footer{
    text-align: center;
    background: #332C2C;
    padding: 15px 0 10px 0;
    color: #fff;
    margin-top: 50px;
    height: 54px;

}
