.two-columns {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
}


#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text { text-transform: uppercase; }

#mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link { border-bottom: 6px solid #c99e6c !important; }


.breadcrumb-bar.en-bb-style-1 {
	background: #efefef url('../images/headline-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 65px 0;
}


.tmm .tmm_member {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 50px;
	height: auto;
	float: left;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: #fff;
}

.tmm .tmm_member .tmm_photo {
	width: 100%;
	height: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0 !important;
	margin-top: 0;
	border: 0;
	background-size: cover;
	background-position: center center !important;
}

.tmm .tmm_names { margin-bottom: 4px; }
.tmm .tmm_names h3 { padding: 0; }

.tmm .tmm_job,
.tmm .tmm_oab {
	font-size: 16px;
	text-transform: uppercase;
}

.tmm .tmm_desc {
	padding: 0;
	margin-top: 20px;
    font-size: 14px;
    text-align: justify !important;
}

.en-vc-btt .btn {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

@media (max-width: 1024px) {
	.breadcrumb-bar {
        background-position: center center !important;
    }
}

@media only screen and (max-width: 64.063em) {
	
	.two-columns {
		-webkit-columns: 1;
		   -moz-columns: 1;
		        columns: 1;
	}

	
	.tmm .tmm_2_columns .tmm_member .tmm_photo,
	.tmm .tmm_3_columns .tmm_member .tmm_photo,
	.tmm .tmm_4_columns .tmm_member .tmm_photo {
		width: 100%;
		height: 200px;
		border-radius: 0 !important;
		border: 0;
		margin-top: 0;
	}
}


/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: none;
	}
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: left;
	}
}
	
/*  Medium Desktop  */
@media (min-width:992px){
	/* Column clear fix */
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: none;
	}
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: left;
	}
}
	
/*  Large Desktop  */
@media (min-width:1200px){
	/* Column clear fix */
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: none;
	}
	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1){
		clear: left;
	}
}