#pvt-main {
	background:#f2f2f2;
}
#box-middle {
	background:#FFF;
	padding:30px 15px;
}
/* breadrumb style */
#breadrumb {
	background:#f2f2f2;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:6px;
	font-size:12px;
	padding-bottom:7px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	color:#00cc33;
}
.navation>li>a:hover {
	color: #00cc33;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

.anton {
	color: #00cc33;
	font-family: 'Anton';
	font-weight:400 !important;
	text-transform: uppercase;
}

/* post-title style */
.box-title {
	margin-bottom:20px;
}
.post-title {
	margin:0;
	color:#00cc33;
	font-size:22px;
	text-align:center;
	position:relative;
	padding-bottom:7px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	bottom:0;
	left:50%;
	content:'';
	width:70px;
	height:2px;
	display:block;
	position:absolute;
	background:#ffd727;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
#post-content {
	margin-top:30px;
}

/* pagination style */
.nav-page {
	margin-top:30px;
	text-align:center;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 5px;
	display:inline-block;
	vertical-align:middle;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:30px;
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align:center;
	border:1px solid #c7c7c7;
	border-radius:5px !important;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
	box-shadow:none;
}

/* noitem style */
.noitem {
	border-radius:0;
	margin:0;
}

.list-item {
	margin-left:-8px;
	margin-right:-7px;
}
.list-item .post {
	float:left;
	width:50%;
	padding:0 8px 0 7px;
	margin-top:15px;
}
.list-item .post .inner {
	position:relative;
}
.list-item .post .thumb a {
	display:block;
	position:relative;
	padding-top: 64.865%;
}
.list-item .post .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.list-item .post .text h2 {
	margin: 0;
	font-size:14px;
	overflow:hidden;
	text-transform:uppercase;
	line-height:1.5em;
}
.list-item .post .text h2 a {
	padding:15px;
	display:block;
	min-height:73px;
	border:1px solid #dddddd;
	border-top:none;
}
.list-item .post:hover .text a {
	color:#fff;
	border-color:#00cc33;
	background-color:#00cc33;
}

/* entry style */
.entry {
	line-height:1.5em;
}
.entry-line {
	color:#00cc33;
	font-family: 'Anton';
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:3px solid #00cc33;
}

/* box focus style */
.box-focus {
	overflow:hidden;
	margin-bottom:5px;
}
#focus-large {
	float:left;
	width:756px;
}
#focus-small {
	float:right;
	width:384px;
	height:408px;
	z-index:1;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}
.box-focus .item,
.box-focus .item:focus {
	outline:none;
}
.box-focus .inner {
	position:relative;
	overflow:hidden;
}
.focus-large .thumb a {
	display:block;
	position:relative;
	background:#fafafa;
	padding-top: 53.97%;
}
.box-focus .thumb img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.focus-large .text {
	position:absolute;
	width:100%;
	bottom:0;
	padding:20px;
	color:#FFF;
	background:rgba(0,0,0,0.7);
}
.focus-large .text h2 {
	font-size:20px;
	margin:0 0 5px;
	line-height:1.4em;
}
.date::before {
	margin-right:5px;
	font-family:FontAwesome;
}
.focus-small .slick-list {
	padding:0 !important;
	height:408px !important;
	overflow: initial !important;
}
.focus-small .item {
	padding:13px 15px 12px;
	border:1px solid #e5e5e5;
	margin-bottom:-1px;
	outline: none;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.focus-small .item:hover,
.focus-small .slick-current {
	z-index:100;
	position:relative;
	background: #f1f1f1;
	border-color:#3a5da9;
}
.focus-small .slick-current::before {
	content:url(../images/arrow-left.png);
	position:absolute;
	top:50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	right:100%;
	z-index:1000;
}
.focus-small .inner {
	cursor:pointer;
	display:table;
	width:100%;
}
.focus-small .thumb,
.focus-small .text {
	display:table-cell;
	vertical-align:top;
}
.focus-small .thumb {
	width:110px;
	height:76px;
	position:relative;
}
.focus-small .text {
	padding-left:15px;
}
.focus-small .text h4 {
	font-weight:400;
	font-size:14px;
	line-height:1.5em;
	margin:0 0 5px;
}
.focus-small .text .date {
	color:#888;
	font-size:13px;
}
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

/* entry style */
.entry {line-height:1.6em;}
.entry h1 {font-size: 22px;line-height:1.4em;}
.entry h2 {font-size: 20px;line-height:1.4em;}
.entry h3 {font-size: 18px;line-height:1.4em;}
.entry p {margin-bottom:15px;line-height:1.6em;}
.entry p:last-child {margin-bottom:0}
.entry img {height: auto !important}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.box-focus {
		display: none;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	.mobile-header-bottom {
		background:#FFF;
	}
	#mobile-content {
		padding:10px;
	}
	.post-title {
		color: #00cc33;
		font-size: 22px;
		margin: 5px 0 10px;
		position: relative;
		padding-bottom: 0;
		line-height: 1.5em;
		border-bottom: 0;
		text-align: center;
	}
	.post-title::before {
		display:none;
	}
	
	/* entry style */
	.entry {line-height:1.6em;padding-bottom:20px;}
	.entry p {line-height:1.6em;}
	.entry h1 {font-size:22px;line-height:1.4em;}
	.entry h2 {font-size:20px;line-height:1.4em;}
	.entry h3 {font-size:18px;line-height:1.4em;}
	.entry img {height:initial !important;}
	
	.box-focus {padding-bottom: 0;border-bottom: 0;}
	#focus-small {display:none;}
	#focus-large {float:none;width:auto;}
	.list-item {
		margin-left: 0;
		margin-right: 0;
	}
	.list-item .post {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.list-item .post .text h2 a {
		padding: 10px;
		display: block;
		min-height: initial;
		border: 1px solid #dddddd;
		border-top: none;
	}
	.nav-page {
		margin: 20px 0 10px;
		text-align: center;
	}
	.list-item .post .thumb img {
		position: initial;
		top: initial;
		left: initial;
		width: initial;
		height: initial;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.list-item .post .thumb a {
		display: block;
		position: relative;
		padding-top: 0;
	}
}