.btn_container {
	display: inline-block;
    vertical-align: top;
	position: relative;
}

.office_img{
	margin-right: 25px;	
}

.kmbl_btn {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    padding: 10px 20px 10px 40px;
    border: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 10px 10px 0;
	white-space: nowrap;
}
.kmbl_btn_phone {
	border-color: #58B9DA;
    background-color: #58B9DA;
}
.kmbl_btn_mobile {
	border-color: #58B9DA;
    background-color: #58B9DA;
}
.kmbl_btn_website {
	border-color: #00386f;
    background-color: #00386f;
}
.kmbl_btn_email {
	border-color: #2e659c;
    background-color: #2e659c;
}
.kmbl_btn_fax {
	border-color: #58B9DA;
    background-color: #58B9DA;
}
.kmbl_btn_icon {
	position: absolute;
    left: 5px;
    padding: 5px 0 0 15px;
    font-size: 16px;
}

.sep_blue{
	width: 100%; 
	display: block; 
	border-top-style: solid;
	border-top-color: #1d9dee;
	border-top-width: 5px;
}

.sep_gray{
	width: 100%; 
	display: block; 
	border-top-style: solid;
	border-top-color: #eeeeee;
	border-top-width: 5px;
}

.img-box{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.blog-feat-img {
	width: 50%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.entry-meta{
	width: 100%;
}

@media screen and (min-width: 993px){
    
    #col-map-txt{
        width: 20%;
    }
    #col-map {
        width: 70%;
    }
    #counter-center-max-992{
        width: 10%;
    }
    #col-map #map {
        height: 450px;
    }
	
	aside.widget {
		margin-top: 130px;
	}
	
}

@media screen and (max-width: 768px){
	.row {
		margin:0 !important;
	}	
	.sep_blue{
		margin-left: -15px;
	}
	.sep_gray{
		display: none;
	}
	#col-map{
        height: 450px;
    }
    #map {
        height: 400px !important;
    }        

}

@media screen and (max-width: 480px){
	.office_img{
		width: 100%;
		margin-bottom: 10px;	
	}
	.kmbl_btn{
		margin-left: 0;
	}
	#col-map{
        height: 250px !important;
    }
    #map {
        height: 200px !important;
    }        	
	
	.img-box{
		width: 100%;
	}
	
	.blog-feat-img {
		width: 100%;			
		margin: 0 0 15px 0;
	}	

}

.esg-media-cover-wrapper{
	height: 500px;
}


.blog-txt h1 {
	font-size: 28px !important;
	margin-bottom: 40px;
}

.blog-txt h2 {
	font-size: 24px !important;
}

.img-box img {
	width: 100%;
}

.mob-header-top .mob-menu-toggle {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}