#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;
	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;
}

/* entry style */
.entry {
	line-height:1.5em;
}
.entry p {
	margin-bottom:15px;
}
.entry p:last-child {
	margin-bottom: 0;
}
.list-banks {
	margin-bottom:15px;
}
.list-banks {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;	
}

.list-banks>tbody>tr>td {
	border-bottom:1px solid #dddddd;
}
.list-banks table {
	border-collapse:initial;
	padding-left:15px;
	padding-right:15px;
}
.list-banks table td {
	padding-top:3px;
	padding-bottom:3px;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.box-sidebar {
		margin: 0 0 20px;
	}
	.box-sidebar ul>li {
		margin: 0 0 10px;
	}
}

/* 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;
	}
	#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 {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;}
	.list-banks>tbody>tr>td:first-child {
		width:30% !important;
	}
}