#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:15px;
}
.post-title {
	margin:0;
	color:#00cc33;
	font-size:22px;
	font-weight:400;
	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);
}

/* box-sidebar style */
.box-sidebar {
	text-align:center;
	margin:0 0 30px;
}
.box-sidebar ul {
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li {
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
}
.box-sidebar ul>li>a {
	color:#666;
	height:30px;
	display:block;
	padding:0 20px;
	line-height:28px;
	border-radius:4px;
	border:1px solid #dddddd;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active {
	color:#FFF;
	background:#00cc33;
	border-color:#00cc33;
}

/* 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 {
	padding:17px 20px;
	position:absolute;
	width: 100%;
	bottom:0;
	z-index:10;
	background:rgba(255,255,255,0.9);
}
.list-item .post .text h2 {
	margin: 0;
	font-size:18px;
	overflow:hidden;
	font-family: 'Anton';
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-item .post .text a::before {
	margin-right:10px;
}

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

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.box-extra {
	margin-top: -11px;
}
.box-extra form {
	overflow: hidden;
}
.box-extra .form-field {
	text-align: center;
	padding: 30px;
	background: #fafafa;
	border: 1px solid #e9e9e9;
}
.box-extra .form-label,
.box-extra .form-input {
	display: inline-block;
	vertical-align: middle;
}
.box-extra .form-control {
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	border-radius: 3px;
	box-shadow: none;
	height: 40px;
}
.box-extra .btn-submit {
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	padding: 0 15px;
	border-radius: 3px;
	background: #00cc33;
	color: #FFF;
}
.box-extra .box-result,
.box-extra .box-result table {
	width: 100%;
}
.box-extra .box-result th {
    color: #FFF;
	background: #00cc33;
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    border: 1px solid #FFF;
    border-top: 0;
	text-transform: uppercase;
}
.box-extra .box-result td {
	padding: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.box-result .alert {
	margin: 0;
	border-radius: 0;
	text-align: center;
	border: none;
}
.box-result .username {
	font-weight: 700;
}











































/* 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;
	}
	
	#box-sidebar {
		margin-bottom:15px;
	}
	.widget-title {
		margin: 0;
		background: #ed1c24;
		font-family: 'Anton';
		font-weight: 400;
		color: #FFF;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.widget li {
		border-bottom: 1px dotted #d9d9d9;
	}
	.widget li:last-child {
		border-bottom: 0;
	}
	.widget li a {
		height: 32px;
		color: #555555;
		display: block;
		background: #FFF;
		overflow: hidden;
		line-height: 32px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#box-sidebar li a::before {
		content: '\f105';
		margin-right: 10px;
	}
	#box-sidebar .widget-title {
		margin: 0;
		height: 30px;
		cursor:pointer;
		font-size: 14px;
		position:relative;
		line-height: 30px;
		border-radius: 5px;
		background: #00cc33;
		font-family: 'Arial';
	}
	#box-sidebar .widget-title::after {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
	#box-sidebar.open .widget-title::after {
		content: "\f068";
	}
	#box-sidebar .widget-content {
		z-index: 1;
		padding: 15px 10px 10px;
		margin-top: -5px;
		border: 1px solid #265edb;
		border-top: 0;
		border-radius: 0 0 5px 5px;
		display: none;
	}
	#box-sidebar .widget-content a {
		padding:0;
	}
	
	/* entry style */
	.entry {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.entry {line-height:1.6em;}
	.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;}
	
	.list-item {
		margin-left: 0;
		margin-right: 0;
	}
	.list-item .post {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	
}