html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
	min-height: 100%;
	height: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.head {
	background-color: #fff;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 15px;
}

.body-content {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #fff;
}

.body-content:before,
.body-content:after {
	content: " ";
	display: table;
	clear: both;
}

.time {
	display: block;
	float: left;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 37px;
	height: 20px;
	margin-right: 5px;
	padding: 0px 3px;
	background: #E7EFFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.blog-label-sm {
	text-align: center;
	margin-right: 5px;
	padding: 2px 4px;
	color: white;
	background: #A7C5FF;
	text-shadow: 0 1px 0 rgb(143, 153, 145);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 0.8em;
	font-weight: bold;
}

.ad-label-sm {
	text-align: center;
	margin-right: 5px;
	padding: 2px 4px;
	color: white;
	background: #86B45F;
	text-shadow: 0 1px 0 rgb(143, 153, 145);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 0.8em;
	font-weight: bold;
}

.mainList .date,
.redactor-items .date,
.listItems .date,
.lastItems .date,
.archive-items .date {
	display: block;
	width: 100%;
	text-align: center;
	margin-right: 5px;
	padding: 0px 3px;
	color: white;
	background: #6C9EFE;
	text-shadow: 0 1px 0 rgb(143, 153, 145);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 0.9em;
	font-weight: bold;
}

.mainList .date,
.redactor-items .date {
	font-size: 1em;
	padding: 3px 3px;
}

img {
	vertical-align: middle;
}

a {
	color: #3B5998;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.footer {
	height: 40px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	margin: 0px -8px -8px -8px;
	text-align: center;
}

.footer p {
	margin: 8px 0px;
}

h1 {
	color: #555;
	font-size: 20px;
	margin: 5px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.top-line {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
	position: relative;
}

.header-logo img,
.header-banner img {
	max-width: 100%;
}

.header-logo,
.header-banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	/*float: none;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.header-logo {
	position: relative;
	display: inline-block;
}

.header-top-line {
	display: inline-block;
	width: 100%;
	padding: 7px 5px 7px 0px;
	margin: 0 0 5px 0;
	background-color: #E7EFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header-top-line .follow-facebook {
	float: right;
	font-weight: bold;
	margin-top: 2px;
	color: #3B5998;
}

.header-top-line .follow-facebook a {
	margin-right: 5px;
}

.follow-us-pill {
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border: 2px solid #e43535;
	border-radius: 20px;
	padding: 4px 14px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	float: right;
	margin-top: -3px;
}

.follow-us-pill:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.follow-us-pill .follow-us-text {
	font-size: 14px;
	font-weight: 700;
	color: #444;
	margin-right: 10px;
	font-family: Arial, sans-serif;
}

.follow-us-pill .follow-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.follow-us-pill:hover .follow-icon {
	opacity: 0.6;
}

.follow-us-pill .follow-icon:hover {
	opacity: 1;
	transform: scale(1.2);
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.follow-us-pill .follow-icon img,
.follow-us-pill .follow-icon svg {
	width: 22px;
	height: 22px;
	border-radius: 50%;
}



.header-top-line input {
	font: normal normal normal 13.3333330154419px/normal Arial;
}

.header-top-line .head-search-input {
	border: 1px solid #dcdcdc;
	font-size: 14px;
	padding: 8px 12px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	width: 85%;
	opacity: 1;
	-webkit-appearance: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	border-radius: 2px;
	background-color: #fff;
	color: #555;
	outline: none;
}

.header-top-line .head-search-input:focus {
	border-color: #3B5998;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 5px rgba(59, 89, 152, 0.3);
}

.header-top-line .head-search-button {
	cursor: pointer;
	background: #3B5998;
	color: white;
	margin: 0 0 0 -4px;
	padding: 8px 16px;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: 1px solid #3B5998;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	transition: background 0.2s;
}

.header-top-line .head-search-button:hover {
	background: #2d4373;
}

.header-menu {
	margin-bottom: 15px;
	background-color: #6599FE;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 100px 80px -80px rgba(255, 255, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 5px 0 rgba(0, 0, 0, 0.1);
}

.head.category-id-10 .header-menu {
	background-color: #6AB2D0;
}

.head.category-id-11 .header-menu {
	background-color: #92553A;
}

.head.category-id-12 .header-menu {
	background-color: #E1AF19;
}

.head.category-id-13 .header-menu {
	background-color: #956ABE;
}

.head.category-id-10 .header-top-line {
	background-color: #EBF6FB;
}

.head.category-id-11 .header-top-line {
	background-color: #FBE7DE;
}

.head.category-id-12 .header-top-line {
	background-color: #F4DA8E;
}

.head.category-id-13 .header-top-line {
	background-color: #EEE3F9;
}

.category-id-10 .lastItems .date {
	background-color: #6AB2D0;
}

.category-id-11 .lastItems .date {
	background-color: #92553A;
}

.category-id-12 .lastItems .date {
	background-color: #E2B223;
}

.category-id-13 .lastItems .date {
	background-color: #956ABE;
}

.category-id-10 .time {
	background-color: #EBF6FB;
}

.category-id-11 .time {
	background-color: #FBE7DE;
}

.category-id-12 .time {
	background-color: #FDEFC5;
}

.category-id-13 .time {
	background-color: #EEE3F9;
}

.category-id-10 a {
	color: #51879D;
}

.category-id-11 a {
	color: #92553A;
}

.category-id-12 a {
	color: #AD9038;
}

.category-id-13 a {
	color: #7E5AA2;
}

.header-top-line .main-menu {
	margin: 0px auto;
	position: relative;
	display: block;
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu li {
	display: block;
	float: left;
	border-top: 3px solid transparent;
}

.main-menu li.active {
	border-top: 3px solid rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 0.15);
}

.menu-item>a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 15px 13px 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.menu-item-br>a {
	text-align: center;
	padding: 2px 14px 2px 14px;
	line-height: 18px;
}

.main-menu>ul>li>a span {
	display: block;
	position: relative;
	color: #fff;
}

.main-menu>ul>li:hover>a {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.menu-button {
	position: relative;
	display: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 8px 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.menu-button:hover {
	background: rgba(0, 0, 0, 0.25);
}

.menu-button::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 20px;
	display: block;
	width: 15px;
	height: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.menu-button::after {
	position: absolute;
	top: 12px;
	content: '';
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
}

/* /menu */

.left-content,
.center-content,
.right-sidebar,
.left-sidebar {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.left-2content {
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.center-content {
	float: left;
}

.left-content {
	float: left;
}

.left-sidebar {
	float: left;
	width: 230px;
}

.right-sidebar {
	float: right;
	width: 320px;
}

/** sliderItems*/
.sliderItems ul {
	padding: 0;
	margin: 0;
}

.sliderItems li {
	display: none;
}

.sliderItems li.current {
	display: block;
}

.sliderItems img {
	max-width: 100%;
	max-height: 275px;
}

.sliderItems .img {
	text-align: center;
	height: 275px;
	background: #A7C5FF;
}

.sliderItems .title {
	height: 70px;
	text-align: center;
	margin: 0;
	padding: 5px;
	background: #A7C5FF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sliderItems .text {
	height: 49px;
	padding: 5px 5px 0px 5px;
	background: #A7C5FF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden;
}

.sliderItems .text a {
	color: #010101;
	font: normal 13px Arial, Helvetica, sans-serif;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
}

.sliderTabs {
	padding: 3px;
	margin: 0;
	background: #A7C5FF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sliderTabs ul {
	padding: 0;
	margin: 0;
}

.sliderTabs li {
	display: block;
	float: left;
	width: 25%;
}

.sliderTabs .current {
	background: #6599FE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sliderTabs img {
	width: 100%;
}

.sliderTabs .img {
	padding: 2px;
}

/** ReadMore widget */
.widget-readMore ul {
	padding: 0;
	margin-top: 5px;
}

.widget-readMore li {
	display: inline-block;
	float: left;
	height: 80px;
	overflow: hidden;
	margin-bottom: 8px;
	width: 50%;
}

.widget-readMore .item-image {
	display: block;
	float: left;
	margin-right: 5px;
}

.widget-readMore h3 {
	margin-bottom: 5px;
}

/** More items infinite */
.more-infinite-item {
	float: left;
	width: 50%;
	height: 500px;
	padding: 0 10px;
	overflow: hidden;
}

.more-infinite-item img {
	width: 100%;
}

/*more button*/
.more-button-block {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}

.more-button-block .more-button {
	width: 435px;
	height: 40px;
	color: #555;
	background-color: #E7EFFF;
	border: 1px solid #FDCD01;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.more-button-block .more-loading {
	position: absolute;
	left: 47%;
	height: 40px;
	visibility: hidden;
}

/*more button loading*/
.more-button-block.loading .more-button {
	opacity: 0.3;
}

.more-button-block.loading .more-loading {
	visibility: visible;
}

/** resizing */
@media (max-width: 628px) {

	/** xxs*/
	.container,
	.center-content {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.left-2content,
	.left-content {
		width: 100%;
		max-width: 435px;
	}

	.left-2content,
	.left-content,
	.right-sidebar,
	.center-content {
		float: none;
	}

	.left-sidebar {
		display: none;
	}



	.menu-button {
		display: block;
	}

	.main-menu ul {
		display: none;
	}

	.main-menu li {
		float: none;
	}

	.widget-readMore li {
		width: 100%;
		font-weight: bold;
	}

	.more-infinite-item {
		width: 100%;
	}

	.more-button-block .more-button {
		width: 300px;
	}

	.menu-item-br>a {
		text-align: initial;
		padding: 6px 14px 6px 14px;
		line-height: 18px;
	}

	.follow-us-pill {
		float: none;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.header-top-line .head-search-input {
		width: 75%;
	}
}

@media (min-width: 628px) and (max-width: 768px) {

	/** xs */
	.container {
		width: 610px;
	}

	.center-content {
		width: 630px;
	}

	.left-2content {
		width: 630px;
	}

	.left-content {
		width: 315px;
	}

	.right-sidebar {
		float: right;
		margin-left: -3px;
		margin-right: -2px;
	}

	.left-sidebar {
		display: none;
	}

	.sliderItems .img {
		height: 200px;
	}



	.main-menu>ul {
		text-align: center;
	}

	.main-menu>ul>li {
		display: inline-block;
		float: none;
	}

	.menu-item>a {
		padding: 5px 4px 5px 4px;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
		font-size: 14px;
	}

	.menu-item-br>a {
		text-align: center;
		padding: 2px 3px 2px 3px;
		line-height: 14px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {

	/** sm */
	.container {
		width: 750px;
	}

	.center-content {
		width: 540px;
	}

	.left-2content {
		width: 770px;
	}

	.left-content {
		width: 385px;
	}

	.right-sidebar {
		float: right;
		margin-right: 32px;
	}

	.sliderItems .img {
		height: 240px;
	}

	.menu-item>a {
		font-size: 13px;
		padding: 5px 4px 13px 4px;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}

	.menu-item-br>a {
		text-align: center;
		padding: 2px 3px 2px 3px;
		line-height: 14px;
	}

	.follow-us-pill {
		float: none;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

	/** md */
	.container {
		width: 970px;
	}

	.center-content {
		width: 440px;
	}

	.left-2content {
		width: 670px;
	}

	.left-content {
		width: 335px;
	}

	.right-sidebar {
		float: right;
	}

	.header-logo {
		width: 238px;
		margin-bottom: 25px;
	}

	.header-banner {
		width: 728px;
	}

	.sliderItems .img {
		height: 210px;
	}

	.archive-items {
		min-height: 1400px;
	}

	.widget-readMore li {
		width: 100%;
		font-weight: bold;
	}

	.menu-item>a {
		font-size: 15px;
		padding: 8px 9px 13px 9px;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}

	.menu-item-br>a {
		text-align: center;
		padding: 2px 9px 2px 9px;
	}

	.follow-us-pill {
		float: none;
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {

	/** lg */
	.container {
		width: 1170px;
	}

	.center-content {
		width: 640px;
	}

	.left-2content {
		width: 870px;
	}

	.left-content {
		width: 435px;
	}

	.right-sidebar {
		float: right;
	}

	.header-logo {
		width: 400px;
		padding-top: 5px;
	}

	.header-banner {
		width: 728px;
	}

	.archive-items {
		min-height: 1400px;
	}

	.main-menu ul {
		padding-left: 20px;
	}
}

/** itemsList */
.listItems .tabs {
	height: 30px;
	padding: 3px 10px;
	background: #6C9EFE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.listItems .tabs ul {
	padding: 0;
	margin: 0;
}

.listItems .tabs li {
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
}

.listItems .tabs li.current {
	background: #82ADFE;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.listItems .tabs li:hover {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1);
}

.listItems .tabs a {
	color: white;
	margin: 0px 8px;
	font-weight: 600;
	text-shadow: 0 1px 0 rgb(143, 153, 145);
	text-decoration: none;
}

.listItems .panes ul {
	padding: 0;
	margin: 0;
}

.listItems .panes .listItems-pane {
	display: none;
}

.listItems .panes .listItems-pane.current {
	display: block;
}

.listItems .panes .listItems-pane.loading {
	display: block;
	opacity: 0.5;
}

.listItems .panes li {
	display: block;
	border-bottom: 1px dashed #6599FE;
	padding: 5px 0px;
}

.listItems .panes .name {
	display: block;
	margin-left: 40px;
}

.listItems .panes a {
	text-decoration: none;
	color: #010101;
}

.listItems .item-bold {
	font-weight: bold;
}

/** lastItems */
.lastItems ul {
	padding: 0;
	margin-top: 5px;
}

.lastItems li {
	display: block;
	border-bottom: 1px dashed #6599FE;
	padding: 3px 0px;
}

.lastItems .name {
	display: block;
}

.lastItems a {
	text-decoration: none;
	color: #010101;
}

.lastItems .item-bold {
	font-weight: bold;
}

/** item-full */
.center-content h2 {
	text-align: left;
}

.center-content .item-meta .time {
	text-align: left;
}

.center-content .item-subtitle {
	font-style: italic;
	margin: 5px 0;
}

.center-content .item-content {
	line-height: 24px;
}

.center-content .item-content img {
	max-width: 100%;
}

.center-content .item-content a {
	font-weight: bold;
}

.item-content .item-image {
	margin: 10px;
	text-align: center;
}

.item-content .item-image span {
	display: block;
	padding: 5px;
	background: #E7EFFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	font-style: italic;
}

.item-rights {
	font-size: 7pt;
	font-style: italic;
	color: #494E58;
	margin: 5px 0;
}

/** video-container */
.video-container {
	position: relative;
	width: 100%;
	min-height: 349px;
	text-align: center;
}

video {
	max-width: 100%;
}

/** widgets */
.widget-title {
	text-align: center;
}

/** MainList */
.mainList h3 {
	margin-bottom: 5px;
	text-align: center;
}

.mainList img {
	max-width: 100%;
}

.mainList .item-image {
	text-align: center;
}

/** Sidebar */
.left-sidebar-ads {
	text-align: center;
}

/** Redactor-items */
.redactor-items {
	margin-top: 20px;
}

.redactor-items .item-image {
	float: left;
	padding: 5px;
}

.redactor-items img {
	max-width: 114px;
}

.redactor-items .item-title {
	font-weight: bold;
}

/** video-items */
.video-items {
	margin-top: 20px;
}

.video-items .item {
	float: left;
	width: 33.32%;
	text-align: center;
}

.video-items .item-image {
	position: relative;
}

.video-items img {
	max-width: 100%;
}

.video-items .video-icon {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 29px;
	margin-left: -14px;
	margin-top: -11px;
	opacity: 0.6;
}

.video-items .item-title {
	padding: 0px 4px;
	height: 100px;
	overflow: hidden;
}

.video-items .item-image:hover .video-icon {
	opacity: 1;
}

.video-items .item-image:hover .item-icon {
	opacity: 0.7;
}

/** Category-items */
.site-category .category-item {
	height: 500px;
	overflow: hidden;
}

.site-category.category-item h3 {
	margin-bottom: 5px;
	text-align: center;
}

.site-category.category-item img {
	max-width: 100%;
	max-height: 360px;
}

.site-category.category-item .item-image {
	text-align: center;
}

/** User-items */
.site-user .user-item {
	height: 500px;
	overflow: hidden;
}

.site-user.user-item h3 {
	margin-bottom: 5px;
	text-align: center;
}

.site-user.user-item img {
	max-width: 100%;
	max-height: 360px;
}

.site-user.user-item .item-image {
	text-align: center;
}

/** Archive-items */
.archive-item {
	margin: 10px 0px;
}

.archive-item:hover {
	background: #f4f4f4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.archive-item.item-bold {
	background-color: #E7EFFF;
}

.archive-items .item-image {
	float: left;
	padding: 5px;
}

.archive-items img {
	max-width: 114px;
}

.archive-items .item-title {
	font-weight: bold;
}

.archive-paging {
	text-align: center;
	margin: 20px 0px;
	padding: 5px;
	background: #E7EFFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.archive-paging span {
	margin: 0px 15px;
}

.archive-paging .last-date {
	color: #33994e;
	font-weight: bold;

}

/** fbPageLikeBox */
.fbPageLikeBox {
	margin-top: 10px;
	height: 250px;
}

/** Ads */
.ads-below-article {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.ads-left-top {
	text-align: center;
	max-width: 230px;
	overflow: hidden;
}

.ads-center-bottom,
.ads-right-middle,
.ads-right-bottom {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-align: -webkit-center;
}

.ads-right-bottom.scroll {
	position: fixed;
	z-index: 1;
	width: 300px;
}

.ads-right-bottom.stop {
	position: relative;
}

/** widget Category-items */
.widget-categoryItems {
	border: 1px solid #6599FE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 210px;
}

.widget-categoryItems .widget-title {
	background: #E7EFFF;
	border-bottom: 1px dashed #6599FE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3px;
}

.widget-categoryItems .widget-title a:hover {
	text-decoration: none;
}

.widget-categoryItems h2 {
	margin: 0;
}

.widget-categoryItems ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.widget-categoryItems li {
	display: block;
	border-bottom: 1px dashed #6599FE;
	padding: 5px;
}

.widget-categoryItems .item-icon {
	width: 150px;
}

.widget-categoryItems .item-title {
	display: block;
	margin-bottom: 5px;
	color: #010101;
	line-height: 1.25;
}

.widget-categoryItems .all-category-items {
	font-weight: bold;
	background: #E7EFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	text-align: center;
}

.widget-categoryItems.scroll {
	position: fixed;
	z-index: 1;
	top: 0px;
}

.widget-categoryItems.stop {
	position: absolute;
}

/** widget NN-items */
.ads-right-middle.widget-nn {
	margin-top: 20px;
}

ul.widget-nnItems-list {
	margin: 0;
	padding: 0;
	height: 500px;
}

.widget-nnItems-list li {
	display: inline-flex;
	border-bottom: 1px dashed #6599FE;
	padding: 5px;
	height: 125px;
	overflow: hidden;
}

.widget-nnItems-list .item-icon {
	width: 150px;
	height: 112px;
}

.widget-nnItems-list .item-title {
	line-height: 1.25;
	padding-left: 5px;
}

/** widget volonter-items */
.widget-volonter-items {
	border: 1px solid #6599FE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 210px;
	margin-bottom: 10px;
}

.widget-volonter-items .item-title {
	background: #E7EFFF;
	text-align: center;
}

.widget-volonter-items .item-image {
	text-align: center;
	padding-bottom: 10px;
}

.widget-volonter-items img {
	width: 90%;
}

/** Comments */
.comments {
	margin-top: 10px;
}

.comments .tabs {
	height: 30px;
	padding: 3px 10px;
	background: #6C9EFE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comments .tabs ul {
	padding: 0;
	margin: 0;
}

.comments .tabs li {
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.comments .tabs li.current {
	background: #82ADFE;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.comments .tabs li:hover {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(255, 255, 255, 0.1), 1px 0 0 rgba(255, 255, 255, 0.1);
}

.comments .tabs a {
	color: white;
	margin: 0px 8px;
	font-weight: 600;
	text-shadow: 0 1px 0 rgb(143, 153, 145);
	text-decoration: none;
}

.comments .panes .comments-pane {
	display: none;
}

.comments .panes .comments-pane.current {
	display: block;
}

/* fix image-sign with link */
a.vglnk span {
	display: initial !important;
	padding: initial !important;
	background: initial !important;
	font-weight: initial !important;
}

/* cat-fish */
#patriotCatfish {
	z-index: 999;
	position: fixed;
	bottom: 5px;
	left: 50%;
	width: 100%;
	max-width: 828px;
	margin: auto;
	background: #fff;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	height: 125px;
	border: solid 3px #71a1fe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#patriotCatfishClose {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
	border: solid 3px #6e9ffe;
}

#patriotCatfishClose:before {
	content: '';
	position: absolute;
	right: 4px;
	top: 11px;
	width: 15px;
	height: 3px;
	background: #70a0fe;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#patriotCatfishClose:after {
	content: '';
	position: absolute;
	right: 4px;
	top: 11px;
	width: 15px;
	height: 3px;
	background: #6f9ffe;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ads-header-horizonal.fixed {
	position: fixed;
	bottom: 20px;
	z-index: 9999;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}