﻿/* .mce-window iframe {
	width: 1280px !important;
} */
.editorwrap {
	line-height: 1.6;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.template-1 {
	padding-bottom: 20px;
}
.template-1 .img-left {
	float: left;
	padding: 0 20px 20px 0;
	max-width: 50%;
}
.template-1 .img-right {
	float: right;
	padding: 0 0px 20px 20px;
	max-width: 50%;
}
.template-2 {
	padding-bottom: 20px;
}
.template-2 .img-left {
	float: left;
	padding: 0 20px 20px 0;
	width: 40%;
}
.template-2 .img-right {
	float: right;
	padding: 0 0px 20px 20px;
	width: 40%;
}
.template-2 .img-left img,
.template-2 .img-right img {
	max-width: 100%;
}
.template-3 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.template-3 .coulmn {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.template-3 .img-cover {
	text-align: center;
	margin-bottom: 20px;
}
.template-3 .img-cover img {
	max-width: 100%;
}
.template-5 .highlight-cover {
    text-align: center;
	margin-bottom: 10px;
}
.template-5 .highlight-cover img {
    max-width: 100%;
    max-height: 100%;
}
.template-5 .highlight {
    padding-bottom: 15px;
}
.template-5 .listing-heading, .template-5 .listing-article h5 {
    color: #ffa340;
    font-family: "db_helvethaica_x75_bd";
    margin-bottom: 20px;
}
.template-5 .listing-article .listing-wrap {
    display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.template-5 .listing-article .listing-wrap .column {
    flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.template-5 .listing-article .listing-wrap .column .img-cover {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 100%;
}
.template-5 .listing-article .listing-wrap .column .img-cover img {
    max-width: 100%;
    max-height: 100%;
}
.template-5 .listing-article .listing-wrap .column .content {
    width: calc(100% - 100px - 20px);
    float: right;
    font-size: .95rem;
}
.template-5 .listing-article .listing-wrap .thumb-heading, .template-5 .listing-article .listing-wrap h6 {
    color: #ffa340;
    font-size: 1.05rem;
    font-family: "db_helvethaica_x75_bd";
    margin-bottom: 5px;
}
.template-5 .recommend {
    padding-top: 15px;
    margin-bottom: 35px;
}
.template-5 .recommend .recommend-heading, .template-5 .recommend h6 {
    font-size: 1.1rem;
    font-family: "db_helvethaica_x75_bd";
    margin-bottom: 10px;
}
.template-5 .recommend .recommend-nav, .template-5 .recommend ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px;
}
.template-5 .recommend .recommend-nav a, .template-5 .recommend ul a {
    display: block;
    color: black;
    font-family: "db_helvethaica_x75_bd";
    font-weight: normal;
    background: #D1D3D6;
    margin-bottom: 8px;
    padding: 10px 25px;
    font-size: .95rem;
    text-decoration: none;
    border-radius: 50px;
    width: 50%;
}
.template-5 .recommend .recommend-nav a:hover, .template-5 .recommend ul a:hover {
    color: white;
    background: #ffa340;
}
.template-5 .contact .contact-bar {
    padding: 25px;
    text-align: center;
    background: #ffa340;
}
.template-5 .contact .contact-bar nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.template-5 .contact .contact-bar nav a {
    text-decoration: none !important;
    margin: 0 3px;
}
.template-5 .contact .contact-bar nav img {
    width: 32px;
}

@media only screen and (max-width: 992px) {
	.template-1 .img-left {
		float: none;
		padding: 0 0 20px 0;
		display: block;
		margin: auto;
		max-width: 100%;
	}
	.template-1 .img-right {
		float: none;
		padding: 0 0 20px 0;
		display: block;
		margin: auto;
		max-width: 100%;
	}
	.template-2 .img-left {
		float: none;
		padding: 0 0 20px 0;
		display: block;
		margin: auto;
		width: 100%;
	}
	.template-2 .img-right {
		float: none;
		padding: 0 0 20px 0;
		display: block;
		margin: auto;
		width: 100%;
	}
	.template-3 .coulmn {
		flex: 0 0 100%;
		flex-basis: auto;
	}
    
    .template-5 .listing-article .listing-wrap .column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .template-5 .recommend .recommend-nav a, .template-5 .recommend ul a {
        width: 100%;   
    }
}

@media only screen and (max-width: 575px) {
    .template-5 .listing-article .listing-wrap .column .img-cover {
        width: 80px;
        height: 80px;
    }
    .template-5 .listing-article .listing-wrap .column .content {
        width: calc(100% - 80px - 20px);
    }
    .template-5 .contact .contact-bar nav {
        display: block;
        margin-top: 5px;
    }
}