/*	CONTENT BLOCK 2-4
/*----------------------------------------------------*/

.content-2-4 i {
	clear: both;
	color: #1ABC9C;
}

#quote-carousel {

}

.content-2-4 h1 {
	color: #ffffff;
}
.module, .module-sm {
    background-color: #fff;
    padding: 30px 0;
}
.module, .module-sm, .module-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.module-title {
    margin: 0 0 70px;
}
.text-center {
    text-align: center!important;
}
.postblog {
    margin: 0 0 50px;
}
.blog-grid .post-preview, .blog-masonry .post-preview {
    margin: 0 0 35px;
}
.post-preview {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 40px;
}
.blog-grid .post-header, .blog-masonry .post-header {
    margin: 0 0 20px;
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #bdbdbd;
}
.blog-grid .post-meta, .blog-masonry .post-meta {
    font-size: 11px;
}
.post-more {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    margin: 20px 0 0;
}
.m-t-50 {
    margin-top: 50px !important;
}



/*	CONTENT BLOCK 2-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}