.main-container {
	background-color: #f8f5f2;
	 /* font-family: 'Raleway', sans-serif; */
	 padding-bottom: 40px;
}
.main-container .col-md-4{
	background-color: #fff;
}
.zoom-pic {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.zoom-pic img {
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.post-content {
		text-decoration: none;
    background-color: #fff;
    padding: 40px;
    min-height: 256px;
}
.post-block {
	padding-bottom: 30px;
}
.post-content h2 a{
	font-size: 20px;
line-height: 28px;
	color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    /* font-family: 'Raleway', sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
		text-decoration: none;
}
.post-content p{
    line-height: 1.647em;
    font-size: 16px;
}
.post-title{
	color: #3f3f46;
line-height: 28px;
}
.btn-link {
	  float: right;
    position: relative;
    color: #6b42bc;
    font-size: 13px;
    text-transform: uppercase;
}

.page-breadcrumb {
    background-color: #ffffff;
}
.breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    padding: 4px 0px;
    margin: 0px;
    font-weight: 700;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #777;
}
a {
    color: #6b42bc;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.news-header h1 {
    border-bottom: 2px solid #7d63a9;
    color: #313131;
    /* font: normal 13.4px / 21px 'SF Pro Display', Helvetica, Arial, sans-serif; */
    padding-left: 0;
    display: inline-block;
    font-size: 19px;
    line-height: 27px;
    margin: 0 0 -10px;
    padding-right: 0px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
