.blog-slider {

	position: relative;

	overflow: hidden;

	max-height: 630px;

}

.blog-slider .flex-caption {

	width:700px;

	max-width: 700px;

	top:50%;

	left:50%;

	margin: -100px 0 0 -350px;

	padding:0;

	background:none;

	text-align:center;

}

.blog-slider .flex-caption h1 {

	font-family: 'blair_itcregular';

	font-size: 36px;

	color: #FFFFFF;

	line-height: 48px;

	margin: 0 0 40px 0;

	padding: 0;

	text-transform: uppercase;

}

.blog-slider .flex-caption a {

	/* display: inline;

	font-family: 'latoregular';			

	font-size: 12px;

	padding: 9px 30px;

	letter-spacing: 1px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	font-weight: normal;

	line-height: 16px;

	color: #fff;

	border: 1px solid #fff;

	margin: 0 auto;

	text-transform: uppercase;

	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out; */

	font-family: 'latomedium';
    font-size: 22px;
    color: white;
    background: none;
    width: 250px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid white;
    margin: 23px 10px 0px 10px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	

}
.blog-slider .flex-caption a:hover {
	background:white !important;
	color: #1abc9c !important;
	border: 2px solid white !important;
}

.blog-slider .flex-caption a:hover {

	color: #fff;

	border: 1px solid #50ADC3;

	background: #50ADC3;

}

.flexbg {

	width:100%;

	height:630px;

	position:relative;

	overflow:hidden;

}

.bloglist {

	max-width: 90%;

	margin: 0 auto 100px auto;

	overflow:hidden;

	background-color: #ffffff;

}

.bloglist h3 {

	font-size: 14px;

	font-family: 'latosemibold';

	color: #7e8890;

	text-transform: uppercase;

	letter-spacing: 0.075em;

	text-align: center;

	margin: 30px auto 25px auto;

	width:100%;

}

.bloglist .listings{

	margin: 0 0 70px 0;

	padding: 0;

	overflow: hidden;

	list-style: none;

}

.bloglist .listings li {

	margin: 0 1.515% 1.875em;

	padding: 0;

	overflow: hidden;

	list-style: none;

	width: 21.95%;

	float: left;

	position: relative;

}
.bloglist .listings li:nth-child(4n+1) {
	clear: both;
}

.bloglist .listings li .box {

	position: relative;

	margin: 0;

	padding: 0;

	overflow: hidden;

	background: #fff;

	min-height: 575px;

}

.bloglist .listings li .img-cont {

	position: relative;

	margin: 0;

	padding: 0;

	overflow: hidden;

}

.bloglist .listings li .img-cont img {

	width: 100%;

	height: auto;

	margin: 0;

	padding: 0;

	overflow: hidden;

}

.bloglist .listings li .desc h4 {

	width:95%;

	text-align:center;

	font-family: 'latoregular';

	font-size: 10px;

	font-weight: normal;

	line-height: 20px;

	color: #aaaaaa;

	margin: 44px auto 15px auto;

	padding: 0;

	text-transform: uppercase;

}

.bloglist .listings li .desc h4:hover {

	-moz-transition: color 0.3s;

	-o-transition: color 0.3s;

	-webkit-transition: color 0.3s;

	transition: color 0.3s;

	color: #42484d;

}

.bloglist .listings li .desc h2 {

	font-family: 'latoregular';

	font-size: 18px;

	font-weight:700;

	line-height: 27px;

	letter-spacing: 0.065em;

	color: #50ADC3;

	margin: 0 auto;

	padding: 0;

	max-width:280px;

	text-align:center;

	text-transform: uppercase;

}

.bloglist .listings li .desc p {

	font-family: 'latoregular';

	font-size: 14px;

	line-height: 27px;

	color: #9B9B9B;

	padding: 0 25px;

	margin:30px 0 30px 0;

	text-align: center;

}

.bloglist .pagination {

	width: 100%;

	text-align: center;

}

.bloglist .pagination-load-more a {

	/* color: #50ADC3;

	text-transform: uppercase;

	background: none;

	border: 1px solid #50ADC3;

	font-weight: 700;

	line-height: 25px;

	font-size: 12px;

	letter-spacing: 0.125em;

	font-family: "latoregular";

	border-radius: 3px;

	vertical-align: top;

	display: inline-block;

	padding: 12px 50px 10px;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease; */
	font-family: 'latomedium';
    font-size: 22px;
    color: white;
    background: #1abc9c;
    width: 250px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #1abc9c;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.18);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}

.bloglist .pagination-load-more a:hover {

	background: #11b28e;

	color: #fff;

}

@media only screen and (max-width:1150px){
	.bloglist .listings li {
		width: 30.30%;
	}
	.bloglist .listings li:nth-child(4n+1) {
		clear: none;
	}
	.bloglist .listings li:nth-child(3n+1) {
		clear: both;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

	.bloglist .listings li { width:30%; }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {

	.bloglist .listings li { width:45%; }
	.bloglist .listings li:nth-child(3n+1) {
		clear: none;
	}
	.bloglist .listings li:nth-child(2n+1) {
		clear: both;
	}

}

@media only screen and (min-width : 415px) and (max-width : 767px) {

	.bloglist .listings li { width:45%; }

}

@media only screen and (max-width : 767px) {

	.bloglist .listings li { width:95%; }

	.blog-slider .flex-caption {

		width: 300px;

		margin: -100px 0 0 -150px;

	}

	.blog-slider .flex-caption h1 {

		font-size: 28px;

		line-height: 38px;

	}

}