﻿.box-header {
	margin-bottom: 15px;
	margin-top: 50px;
}

	.box-header h4 {
		font-size: 20px;
		display: inline-block;
		position: relative;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #333;
		font-family: YekanBakh-Medium;
	}

.post-container {
	margin-bottom: 30px;
}

.post-header {
	margin-bottom: 10px;
}

.post-headline {
	font-size: 24px;
}

.post-onheadline {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

	.post-onheadline:empty {
		margin-bottom: 0;
	}


.post-date {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color: #999;
}

	.post-date i {
		font-size: 16px;
		margin-left: 5px;
		vertical-align: sub;
	}


.post-share-box {
}

	.post-share-box a {
		display: inline-block;
		margin-right: 20px;
	}

	.post-share-box span {
		display: inline-block;
		cursor: pointer;
	}

		.post-share-box a:hover, .post-share-box span:hover {
			opacity: .6;
			filter: alpha(opacity=60);
		}

	.post-share-box img {
		height: 20px;
	}


.post-lead {
	border: #eee 1px solid;
	border-right: 3px solid #327078;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 2.5;
}

.post-content {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 2.5;
	text-align: justify;
	color: #000;
}

.post-img-top {
	text-align: center;
}

	.post-img-top img {
		margin: 0 auto 30px auto;
		display: block;
	}

.post-keywords {
	margin-bottom: 20px;
}

	.post-keywords li {
		display: inline-block;
		margin: 0px 5px;
	}

	.post-keywords a {
		background-color: #eee;
		padding: 0px 10px;
		border-radius: 4px;
		color: #888;
	}

		.post-keywords a:hover {
			background-color: #777;
			color: #fff;
		}

.relative-carousel {
}

	.relative-carousel .item {
		padding: 0 50px;
	}

	.relative-carousel .carousel-control {
		width: 50px;
		font-size: 40px;
	}

	.relative-carousel .relative-item {
		margin: 10px 0;
		padding: 10px 15px;
	}

		.relative-carousel .relative-item:hover {
			box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
		}

		.relative-carousel .relative-item a {
			display: block;
			color: #777;
		}

		.relative-carousel .relative-item:hover a {
			color: #e00613;
		}

	.relative-carousel .relative-img-box {
		height: 150px;
		margin-bottom: 10px;
		overflow: hidden;
		text-align: center;
	}

		.relative-carousel .relative-img-box img {
			height: 100%;
		}

	.relative-carousel .relative-item h5 {
		height: 50px;
		line-height: 26px;
		text-align: center;
	}
/**************************************News Navbar****************************/
.nav-news {
	margin-bottom: 20px;
	border-radius: 0;
}

	.nav-news .navbar-nav > li > a, .nav-news .navbar-nav > li > a:focus, .nav-news .navbar-nav > li > a:active, .nav-news .navbar-nav > li > a:visited {
		color: #fff;
		padding: 15px;
		outline: none;
	}

		.nav-news .navbar-nav > li > a:hover, .nav-news .navbar-nav > li > a.selected {
			color: #000;
		}

	.nav-news .navbar-collapse {
		/*padding:0;*/
	}

	.nav-news .navbar-brand {
		color: #000;
	}

		.nav-news .navbar-brand:hover {
			color: #000;
		}

	.nav-news .navbar-toggle span {
	}

	.nav-news .navbar-toggle:hover span {
		background-color: #000 !important;
	}

@media (min-width : 768px) {
	.nav-news .navbar-brand {
		display: none;
	}
}
/********************************* Updated News Box ***************************/
.news-box {
	margin-bottom: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
	padding-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
}

	.news-box:hover {
		box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
	}

.news-img {
	height: 200px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}

	.news-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius:10px 10px 0 0;
	}

.news-info {
	text-align: center;
}

	.news-info .news-date {
		font-size: 14px;
		color: #999;
	}

.news-headline {
}

	.news-headline a {
		color: #212631;
		outline: none;
	}

	.news-headline h4 {
		text-align: center;
    height: 50px;
    line-height: 2;
    color: #000;
    padding: 0 5px;
    margin-bottom: 20px
	}

.news-summary {
	text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #6b7074;
    padding: 0 10px;
    height: 80px;
    overflow: hidden;
}

.zone-container {
	margin-bottom: 20px;
}

.zone-box {
	display: block;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	outline: none;
}

	.zone-box::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,.1)),color-stop(75%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.75)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
		width: 100%;
		height: 100%;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
	}

	.zone-box img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

.zone-info {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	color: #fff;
	z-index: 2;
}

.zone-date {
	margin-bottom: 5px;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	border-radius: 10px 0 0 10px;
}

.zone-headline {
	padding: 5px 10px;
	height: 45px;
	font-size: 18px;
	overflow: hidden;
	text-shadow: 1px 1px 3px #000;
}

@media (min-width : 768px) {
	.zone-box {
		height: 350px;
	}

	.zone-headline {
		height: 60px;
		font-size: 24px;
	}
}
/********************************* Pagination Box *****************************/
.pagination-box {
	margin: 30px 0;
}

	.pagination-box ul {
		text-align: center;
	}

	.pagination-box li {
		display: inline-block;
		font-size: 12px;
	}

		.pagination-box li a {
			color: #444;
			padding: 0px 5px;
			display: block;
			text-align: center;
			font-size: 12px;
			height: 32px;
			line-height: 32px;
			min-width: 22px;
			margin: 0 1px;
			position: relative;
			border-bottom: 1px solid transparent;
		}

		.pagination-box li span {
			color: #444;
			padding: 0px 5px;
			display: block;
			text-align: center;
			font-size: 12px;
			height: 32px;
			line-height: 32px;
			min-width: 22px;
			margin: 0 1px;
			position: relative;
			border-bottom: 1px solid transparent;
		}

		.pagination-box li.next,
		.pagination-box li.prev,
		.pagination-box li.first,
		.pagination-box li.last {
		}

			.pagination-box li.first a {
				margin-right: 0;
			}

			.pagination-box li.last a {
				margin-left: 0;
			}

		.pagination-box li.dots {
			cursor: default;
			padding: 0;
		}

		.pagination-box li.active a {
			border-bottom: 1px solid #2196F3;
			color: #2196F3;
		}

		.pagination-box li.disabled {
			color: gray;
		}

		.pagination-box li i {
			font-size: 12px;
			vertical-align: sub;
		}



@media(min-width:768px) {
	.pagination-box li {
		font-size: 14px;
	}

		.pagination-box li a {
			padding: 0px 10px;
			font-size: 14px;
			margin: 0 5px;
			min-width: 34px;
		}

		.pagination-box li span {
			padding: 0px 10px;
			font-size: 14px;
			margin: 0 5px;
			min-width: 34px;
		}

		.pagination-box li i {
			font-size: 14px;
		}
}
