/*----------------- GLOBAL ------------------*/
.pagination {
    margin-top: 35px !important;
	margin-bottom: 35px !important;
}


.pagination a {
    border: 2px solid #656565;
    width: 15px;
    margin-right: 15px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
}

.pagination a:hover {
    background-color: #646564;
    color: #FFF;
}


.pagination .current {
    border: 2px solid #0f74bc;
    color: #0f74bc;
	width: 15px;
    height: 15px;
	margin-right: 15px;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
}

.widget-title {
    background: #0f74bc;
    color: #FFF;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    LETTER-SPACING: 0.1em;
    padding: 0px;
    padding-left: 5px !important;
    background-color: #0e74bc !important;
}


/*------------------ NEWS STYLE ---------------*/
.mcp-news-grid{
	float: left;
	position: relative;
	padding: 0 6px 0 0;
    margin-bottom: 20px;
    text-align: center;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.mcp-headline-container > div:nth-child(3) {
    clear: both;
    position: relative;
    display: block;
    padding-top: 20px;
    border-top: 2px solid #000;
}

.mcp-news-title span {
    float: right;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.mcp-news-grid{
		width: 50%;
	}
}



/*------------------ SLIDER --------------*/
.mcp-slider-content {
	max-width: 100%;
    position: relative;
}

.mcp-slider-display-container {
    position: relative;
}

.mcp-slider-display-container img {
    vertical-align: middle;
    border-style: none;
}

.mcp-slider-display-container.mcp-slider-slides img {
    width: 100%;
}

.mcp-slider-caption {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
	background-color: #3e3e3e;
    color: #FFF;
    padding: 7px;
}

.w3-display-left {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translate(0%,-40%);
    -ms-transform: translate(-0%,-40%);
}

.w3-display-right {
    position: absolute;
    top: 40%;
    right: 0%;
    transform: translate(0%,-40%);
    -ms-transform: translate(0%,-40%);
}

/*-------------------- Grid -----------------*/
ul.mcp-grid-content {
    list-style: none;
}

li.mcp-grid-list {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 25px;
}


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

	li.mcp-grid-list {
    	width: 49%;
	}

}

@media only screen and (max-width: 480px) {
	li.mcp-grid-list {
    	width: 100%;
	}
}


/*------------------Course Grid-------------------*/
.behk-course-container{display: flex;flex-flow: wrap;}
.behk-course-grid {
    max-width: 33.3%;
    display: inline-flex;
    padding: 12px;
    flex: 0 0 33.3%;
}
.behk-course-grid-inner {
    display: flex;
    width: 100%;
    cursor: pointer;
    background: #D9E7E7;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 0 12px -2px #bebebe;
    border: 1px solid transparent;
}
.behk-course-grid-inner:hover {
    border-color: #056ac2 !important;
}
.behk-course-grid.cat19 > .behk-course-grid-inner {
    background: #F2EDDA;
}
.behk-course-grid.cat20 > .behk-course-grid-inner {
    background: #EBE0EF;
}
.behk-course-img {
    flex: 0 0 20%;
    max-width: 20%;
}
.behk-course-img img {
    background: white;
    border-radius: 30px;
    padding: 6px;
}
.behk-course-info {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 12px;
    position: relative;
}

.behk-course-info p.course-type {
    font-size: 12px;
    color: #444444;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1.2em;
}
.behk-course-grid.bachelor p.course-type {
    color: #816a00 !important;
}
.behk-course-info p.course-name {
    font-size: 20px;
    line-height: 1.2em;
    color: #055498;
    margin-bottom: 25px;
}
.behk-course-info a.course-link {
    position: absolute;
    right: 6px;
    bottom: 0px;
    font-size: 14px;
    color: #b98805;
    line-height: 1.1em;
}
/*------------------Course Data-------------------*/
.course-data-widget {
    width: 33%;
    display: inline-block;
}
.course-data-widget > span {
    display: block;
}
.course-data-widget span.course_url {
    word-break: break-word;
}