#pvt-main {
	background:#f2f2f2;
}
.box-middle {
	background:#FFF;
	padding:30px 15px;
	margin-left: 15px;
	margin-right: 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;
}

.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;
	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);
}

.button {
    color: #FFF;
    height: 30px;
    display: block;
    padding: 0 50px;
    line-height: 28px;
    text-align: center;
    background: #00cc33;
    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);
	outline:none;
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	.mobile-header-bottom {
		background:#FFF;
	}
	#mobile-content {
		padding:10px;
		margin-bottom: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 .row-2 tr,
	.entry .row-2 td {
		padding:0;
		display:block;
	}
	
	.entry .row-3 {
		box-shadow:none;
		border-bottom:none;
	}
	.entry .row-3 tr,
	.entry .row-3 td {
		width:100%;
		display:block;
	}
	.entry .row-3 td {
		background:#FFF;
		margin-bottom:60px;
		border-bottom: 6px solid #00cc33;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	}
	.entry .row-3 td:last-child {
		margin-bottom:0;
	}
	
	/* entry style */
	.entry {line-height:1.6em;padding-bottom:20px;}
	.entry p {line-height:1.6em;}
	.entry h2 {font-size:20px;line-height:1.4em;}
	.entry img {height:initial !important;}
}