/** Custom Style **/
@font-face {
    font-family: 'entypo';
    src: url('../fonticons/entypo.svg#entypo') format('svg');
    src: url('../fonticons/entypod41d.eot?#iefix') format('embedded-opentype'),
         url('../fonticons/entypo.svg#entypo') format('svg'),
         url('../fonticons/entypo.woff') format('woff'),
         url('../fonticons/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clear-float {
	clear:both;
}

.icon-text {
	display: inline-block!important;
	font-weight: normal!important;
	font-family: 'Entypo', sans-serif!important;
}

.h-comment {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 90%;
	font-weight: bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.h-comment:before {
	display: inline-block;
	content: '\E718';
	font-family: 'Entypo';
	font-size: 83%;
	padding-right: 4px;
	margin-bottom: -5px;
	position: relative;
}

.meta-date {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 85%;
	font-weight: bold;
	color: #979797;
}

.meta-date:before {
	display: inline-block;
	content: '\1F554';
	font-family: 'Entypo';
	font-size: 90%;
	padding-right: 4px;
	margin-bottom: -4px;
	position: relative;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.boxed:not(.active) {
	background: transparent!important;
	min-width: 1220px;
}

.active.boxed {
	width: 1040px;
	margin: 0px auto;
	background: #f0efef;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
	min-width: 1040px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.list-title {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #282828;
	color: #282828;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

.article-list {
	margin-left: 0px;
	margin-bottom: 10px;
}

.article-list li {
	list-style: decimal;
	margin-left: 16px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 6px;
}

.article-title {
	display: block;
	margin-bottom: 10px;
	background: #e8e8e8;
	padding: 15px;
	border-top: 3px solid #c1c1c1;
	position: relative;
}

.article-title:after {
	display: block;
	content: '';
	clear: both;
}

.article-title h1 {
	display: block;
	/*margin-right: 300px;*/
	margin-bottom: 20px;
	line-height: 100%;
}

.article-title .author {
	display: block;
	margin-right: 300px;
}

.article-title .author .hover-effect {
	margin-right: 10px;
}

.article-title .author img {
	width: 30px;
	height: 30px;
}

.article-title .author .a-content {
	display: block;
}

.article-title .author .a-content > span {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #6b6b6b;
	margin-right: 10px;
}

.article-title .author .a-content > span .tag {
	font-size: 8px;
	line-height: 16px;
}

.article-title .share-block {
	display: block;
	height: 100%;
	width: 270px;
	padding-left: 15px;
}

.article-title .share-block:not(.single):before {
	display: block;
	position: absolute;
	right: 300px;
	top: 0px;
	background: transparent;
	width: 1px;
	height: 100%;
	content: '';
	border-right: 1px dotted #c1c1c1;
}

.article-title .share-block > div {
	display: block;
	margin-bottom: 8px;
}

.article-title .share-block > div:last-child {
	margin-bottom: 0px;
}

a.small-button {
	display: inline-block;
	padding: 4px 11px;
	margin-right: 2px;
	background: #282828;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
}

.small-button:hover {
	color: #fff;
	background: #232323;
}

a.custom-soc {
	display: inline-block;
	background: transparent;
	color: #232323;
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 23px;
	box-shadow: 0px 0px 0px 1px #232323;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin-right: 4px;
}

a.custom-soc:hover {
	background: #232323;
	color: #fff;
}

.share-article {
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.share-article span {
	display: block;
	line-height: 100%;
	font-size: 10px;
	color: #6b6b6b;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: -1px;
}

.share-article strong {
	display: block;
	line-height: 100%;
	font-size: 12px;
}

.article-tags {
	display: block;
	margin-top: 15px;
	margin-right: 300px;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 120%;
	margin-bottom: -4px;
}

.article-tags strong {
	vertical-align: baseline;
	line-height: 120%;
	margin-right: 10px;
}

.article-tags a {
	vertical-align: baseline;
	line-height: 120%;
}






/* #5 Comments */


.comment-block {
	display: block;
	margin-bottom: 25px;
}

.comment-block .commment-content {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.comment-block .commment-content .user-avatar {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 3px;
}

.comment-block .commment-content .user-avatar img {
	width: 60px;
	height: 60px;
}

.comment-block .commment-content .user-nick {
	display: block;
	margin-left: 75px;
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.comment-block .commment-content .user-nick .marker {
	font-size: 10px;
	display: inline-block;
	padding: 2px 4px;
	background: #232323;
	color: #fff;
	line-height: 100%;
	margin: 3px 0px 0px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: default;
}

.comment-block .commment-content .user-nick a {
	color: #232323;
}

.comment-block .commment-content .user-nick a:hover {
	text-decoration: underline;
}

.comment-block .commment-content .time-stamp {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b8b8b8;
	font-size: 11px;
}

.comment-block .commment-content .comment-text {
	display: block;
	margin-left: 75px;
	padding-bottom: 8px;
	margin-bottom: -13px;
}

.comment-block .commment-content .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 75px;
	display: block;
}

.comment-block .commment-content .icon-link:hover {
	color: #232323;
	text-decoration: underline;
}

.comment-block .commment-content .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}


.comment-block > ol > li ul li .commment-content {
	display: block;
	background: #e8e8e8;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 15px;
}

.comment-block > ol > li > ul {
	position: relative;
}

.comment-block > ol > li > ul:before {
	display: block;
	background: #f0efef;
	content: '';
	position: absolute;
	top: -3px;
	left: 90px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.comment-block > ol > li ul li .commment-content .user-avatar,
.comment-block > ol > li ul li .commment-content .user-avatar img {
	width: 40px;
	height: 40px;
}

.comment-block > ol > li ul li .commment-content .icon-link,
.comment-block > ol > li ul li .commment-content .comment-text,
.comment-block > ol > li ul li .commment-content .user-nick {
	margin-left: 55px;
}

.comment-block > ol > li ul li .commment-content .time-stamp {
	top: 15px;
	right: 15px;
}

.secutity_code img{
	width:85px !important;
}

#writecomment {
	display: block;
	width: 100%;
	width: 340px;
	margin: 20px auto;
}

#writecomment p {
	display: block;
	position: relative;
}

#writecomment p textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	display: block;
	background: #fff;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	border-radius: 2px;
	-moz-border-radius: 2px;
}
#writecomment p input[type=text], #writecomment p select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 65%;
	padding: 8px 10px;
	display: block;
	background: #fff;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#writecomment p textarea:focus,
#writecomment p input[type=text]:focus {
	border: 1px solid #bababa;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

#writecomment p textarea {
	height: 100px;
}

#writecomment p label {
	display: block;
	position: absolute;
	left: -155px;
	white-space: nowrap;
	line-height: 30px;
	width: 140px;
	text-align: right;
	top: 2px;
	color: #6b6b6b;
}


p .required {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #cf680d;
	margin-left: 5px;
	margin-top: 2px;
}

#writecomment p .error-msg {
	display: block;
	background: #a12717;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
}

#writecomment p textarea.error,
#writecomment p input[type=text].error {
	border: 1px solid #a12717;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
}


.no-comment-block {
	display: block;
	width: 360px;
	margin: 35px auto 30px auto;
}

.no-comment-block p {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	padding-bottom: 10px;
}

.no-comment-block .big-icon {
	display: block;
	float: left;
	font-size: 44px;
	color: #232323;
	line-height: 56px;
}

.no-comment-block b {
	display: block;
	margin-left: 70px;
	font-weight: bold;
	font-size: 22px;
	color: #232323;
	line-height: 150%;
	padding-bottom: 4px;
}

.no-comment-block .icon-link {
	margin-left: 70px;
}

.no-comment-block .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
}

.no-comment-block .icon-link:hover {
	color: #232323;
	text-decoration: underline;
}

.no-comment-block .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}




/* #6 Photo gallery */

.photo-gallery-grid {
	display: block;
	width: 1210px;
}

.photo-gallery-grid:after {
	display: block;
	content: '';
	clear: both;
}

.photo-gallery-grid .photo-gallery-block {
	display: block;
	width: 232px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.photo-gallery-block .gallery-content {
	display: block;
	padding: 10px 15px 15px 15px;
}

.photo-gallery-block .gallery-content h3 {
	margin-bottom: 10px;
}

.overflow-fix {
	display: block;
	overflow: hidden;
}

.filter-block {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #cfcfcf;
}

.filter-block strong {
	display: inline-block;
	color: #929292;
	line-height: 23px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.filter-block a {
	display: inline-block;
	background: #929292;
	color: #fff;
	line-height: 23px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.filter-block a:hover,
.filter-block a.active {
	background: #232323;
	color: #fff;
}

.photo-gallery-full {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}

.the-image {
	display: block;
	padding: 15px;
	position: relative;
	text-align: center;
}

.the-image .photo-controls {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 40px;
	margin-top: -20px;
	z-index: 4;
}

.the-image .photo-controls:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.the-image .photo-controls.left {
	left: 4%;
}

.the-image .photo-controls.right {
	right: 4%;
}

.photo-gallery-thumbs {
	display: block;
	margin: 0px 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.photo-gallery-thumbs a {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
}

.photo-gallery-thumbs a.active:hover .cover i,
.photo-gallery-thumbs a.active .cover i {
	box-shadow: inset 0px 0px 0px 6px #dd1414;
}




/* #7 Sidebar styling */

.main-sidebar {
	display: block;
	width: 320px;
}

.mobile{
	display: none!important;
}

.desktop{
	display: block!important;
}

.main-sidebar .widget {
	display: block;
	margin-bottom: 20px;
}

.main-sidebar .widget > div {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width:100%;
}

.widget > h3 {
	display: block;
    background: #e3e3e3;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 7px 13px;
    margin-bottom: 10px;
    font-weight: bold;
    border-left: 5px solid #282828;
}

.widget .comment-content h3 {
	margin-bottom: 6px;
}

.widget .social-bar {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.widget .social-bar:after {
	display: block;
	content: '';
	clear: both;
}

.widget .social-bar a {
	display: block;
	float: left;
	width: 69px;
	text-align: center;
	margin-right: 8px;
}

.widget .social-bar a:nth-child(4n+0) {
	margin-right: 0px;
}

.widget .social-bar a i {
	display: block;
	margin-bottom: 1px;
	font-style: normal;
	background: rgba(0,0,0,0.1);
	padding: 8px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #232323;
	margin-left: 0px;
}

.widget .social-bar a:hover i {
	background: rgba(0,0,0,0.15);
}

.widget .social-bar a span {
	display: block;
	color: #fff;
	padding: 2px 0px;
	font-size: 11px;
	font-weight: bold;
}

.widget .social-bar a span.facebook {
	background: #4260b4;
}

.widget .social-bar a span.twitter {
	background: #3fb9d7;
}

.widget .social-bar a span.google {
	background: #bf4b37;
}

.widget .social-bar a span.linkedin {
	background: #2876c6;
}

.widget .widget-articles {
	display: block;
}

.widget .widget-articles li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-articles li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget li:after,
.widget .widget-articles:after {
	display: block;
	content: '';
	clear: both;
}

.widget .widget-articles .article-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .widget-articles .article-content {
	display: block;
	margin-left: 70px;
}

.widget .widget-articles .no-image .article-content {
	margin-left: 0px;
}

.article-block .article-content h4,
.widget .widget-articles .article-content h4 {
	margin-bottom: 4px;
}

.widget .widget-articles .meta {
	display: block;
	font-size: 12px;
}

.widget .widget-articles .meta a {
	color: #8b8b8b;
}

.widget .widget-articles .meta a:hover {
	color: #232323;
}

.meta .icon-text {
	display: inline-block;
	padding-right: 5px;
}

.widget .comment-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .comment-content {
	display: block;
	margin-left: 60px;
}

.widget .widget-comments li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-comments li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget .widget-comments p {
	margin-bottom: 6px;
}

.widget .meta {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
}

.widget .meta a {
	color: #282828;
}

.widget .meta a:hover {
	color: #232323;
}

.tagcloud a,
.tag-cloud a {
	display: inline-block;
	font-size: 12px!important;
	background: #929292;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
	margin: 0px 5px 5px 0px;
}

.tagcloud a:hover,
.tag-cloud a:hover {
	background: #232323;
	color: #fff;
}


.content input[type=text] {
	display: block;
	background: #fff;
	padding: 6px 13px;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content input[type=text]:focus {
	border: 1px solid #bababa;
}

.widget p {
	margin-bottom: 10px;
}

.widget .subscribe-block {
	display: block;
	margin: 20px auto;
	width: 230px;
}

.widget .subscribe-block input[type=text] {
	width: 100%;
}

.gallery-widget {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .gallery-widget:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gallery-widget .gallery-photo {
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.gallery-widget .gallery-photo > a {
	display: block;
	position: absolute;
}

.gallery-widget .gallery-photo ul {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	white-space: nowrap;
	font-size: 0;
}

.gallery-widget .gallery-photo ul li {
	font-size: 13px;
	white-space: nowrap;
	display: inline-block;
	width:100%;
}

.gallery-widget .gallery-photo > a {
	display: block;
	position: absolute;
	z-index: 3;
	background: transparent;
	width: 40px;
	text-align: center;
	height: 190px;
	font-size: 27px;
	line-height: 190px;
	top: 0px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.gallery-widget .gallery-photo > a:hover {
	background: rgba(0,0,0,0.5);
}

.gallery-widget:hover .gallery-photo > a.slide-left {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0px;
}

.gallery-widget:hover .gallery-photo > a.slide-right {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	right: 0px;
}

.gallery-widget .gallery-photo > a.slide-left {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	left: -40px;
}

.gallery-widget .gallery-photo > a.slide-right {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	right: -40px;
}

.gallery-widget h4 {
	font-size: 17px;
	font-weight: normal;
}

.hover-effect {
	display: inline-block;
	background-color: #282828;
	overflow: hidden;
}

.hover-effect .cover {
	display: block;
	position: relative;
	color: #fff;
}

.hover-effect .cover img {
	position: relative;
	z-index: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div[rel='hover-parent']:hover a.hover-effect .cover img,
a.hover-effect:hover .cover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.hover-effect .cover i {
	z-index: 1;
	display: block;
	position: absolute;
	font-style: normal;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
}

div[rel='hover-parent']:hover a.hover-effect .cover i,
a.hover-effect:hover .cover i {
	box-shadow: none;
}

a.hover-effect .cover i:before {
	display: block;
	position: absolute;
	z-index: 2;
	font-family: 'Entypo';
	content: '\1F517';
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

div[rel='hover-parent']:hover a.hover-effect .cover i:before,
a.hover-effect:hover .cover i:before {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	font-size: 17px;
	padding: 5px 0px 15px 0px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

#wp-calendar thead th {
	background: rgba(0,0,0,0.1);
	line-height: 35px;
}

#wp-calendar td a {
	font-weight: bold;
	display: block;
	text-align: center;
	background: rgba(0,0,0,0.05);
	color: #232323;
}

#wp-calendar td a:hover {
	background: rgba(0,0,0,0.1);
}

#wp-calendar td#today {
	background: #282828;
	color: #fff;
}

#wp-calendar td#today a {
	color: #fff;
	background: transparent;
}

#wp-calendar td#today a:hover {
	color: #fff;
	background: rgba(0,0,0,0.1);
}

#wp-calendar td {
	line-height: 35px;
}

.double-block {
	display: block;
	width: 100%;
}

.single-block .content-block {
	display: block;
	float: none;
	width: 660px;
}

.double-block .content-block {
	display: block;
	width: 230px;
}

.double-block .content-block.right {
	margin-left: 20px;
}

.double-block .content-block.main {
	display: block;
	width: 660px;
}

.double-block .content-block.main.utama {
	max-width: 500px;
}

.main-page .block {
	display: block;
	margin-bottom: 0px;
}

.double-block .content-block .widget {
	display: block;
	margin-bottom: 10px;
}

.double-block .content-block .widget .featured-block .meta a {
	color: #fff;
}

.double-block .content-block .widget .meta a {
	color: #8b8b8b;
}

.list-title {
	font-weight: 600!important;
}

/* Container utama */
.pagination {
    text-align: center;
    margin: 20px 0;
}

/* Style Default (Belum diklik/Hover) */
.pagination a,
.pagination .current,
.pagination .nextprev {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%; /* Bulat sempurna */
    -moz-border-radius: 50%;
    
    /* --- TEMA HITAM (DEFAULT) --- */
    background: #f0f0f0;  /* Abu-abu sangat muda (supaya terlihat di background putih) */
    color: #333333;       /* Hitam pudar (bukan hitam pekat agar enak dibaca) */
    /* ---------------------------- */
    
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 3px;
    padding: 0;
    transition: all 0.3s ease;
}

/* Style saat Hover (Mouse di atas) & Aktif (.current) */
.pagination a:hover,
.pagination .current {
    /* --- TEMA HITAM (AKTIF) --- */
    background: #000000;  /* Hitam Pekat */
    color: #ffffff;       /* Putih */
    /* -------------------------- */
    
    transform: scale(1.1); /* Sedikit membesar */
    box-shadow: 0 4px 8px rgba(0,0,0, 0.3); /* Bayangan hitam lembut */
}

/* Khusus Tombol Next/Prev (Bentuk Kapsul) */
.pagination .nextprev {
    width: auto;
    padding: 0 15px;
    border-radius: 20px;
}

