﻿@CHARSET "UTF-8";

/* a */
a, a:link, a:active, a:visited {
	color: #333;
}

a:hover {
	color: #c60000;
}

/* banners => bxSlider */
.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-pager {
	bottom: 20px !important;
}

/* for bootstrap */
/* page header */
.page-header {
	margin: 25px 0 20px;
}

/* btns */
.btn-primary {
	background: #333;
	border-color: #333;
	color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus {
	background: #000;
}

.btn-primary.disabled:hover {
	cursor: not-allowed;
}

/* reset padding and margin */
.no-padding {
	padding: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-margin {
	margin: 0;
}

.no-margin-left {
	margin-left: 0;
}

.no-margin-right {
	margin-right: 0;
}

/* tags contains fa-tags */
.tags {
	margin-left: 10px;
	display: inline-block;
}

.tags a {
	color: #777;
}

.tags a:hover {
	text-decoration: underline;
}

/* round */
.round {
	border-radius: 50%;
}

/* for animate.css */
.font-animate {
	visibility: hidden;
}

/* modal */
.modal .modal-dialog .modal-content {
	border-radius: 3px;
}

.modal .modal-dialog .modal-header {
	padding: 5px 10px;
}

.modal .modal-dialog .modal-header .close {
	margin-top: 0;
}

.modal .modal-dialog .modal-header h4 {
	font-size: 16px;
}

.modal .modal-dialog .modal-body {
	padding: 10px;
}

.modal .modal-dialog .modal-footer {
	padding: 5px 10px 8px;
}

/* thumbnail hover shadow */
.thumbnail-hover, .thumbnail-none {
	border: none;
	padding: 0;
}

.thumbnail-hover:hover img {
	box-shadow: 0 0 15px #333;
}

.thumbnail-none:hover img {
	box-shadow: none;
}

/* push-container */
.push-container .push-header {
	margin-bottom: 40px;
}

.push-container .push-header .page-header {
	width: 60%;
	margin: 30px auto 15px auto;
}

.push-container .push-header .page-header h2 {
	font-size: 40px;
}

.push-container .push-header .page-header h2, .push-container .push-header .page-header h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.push-container .push-header .page-header h2 a {
	color: #333;
}

.push-container .push-body ul {
	margin-bottom: 0;
}

.push-container .push-body .push-item {
	margin-top: 0;
	margin-bottom: 20px;
}

.push-wrap.container-fluid {
	padding: 0;
}

.push-container p {
	margin-bottom: 0;
}

/* push-container => push-sections-hierarchy */
.push-sections-hierarchy .push-body .push-item .thumbnail {
	background: #eee;
	margin-bottom: 0;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .icon {
	text-align: center;
	margin-top: 15px;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .icon i.fa {
	font-size: 100px;
	color: #181818;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .cpation {
	color: #181818;
}

.push-sections-hierarchy .push-body .push-item .thumbnail .description {
	margin: 0 10px 15px 10px;
	color: #9c9c9c;
	font-size: 12px;
}

.push-sections-hierarchy .push-body .push-item .thumbnail:hover {
	background: #181818;
}

.push-sections-hierarchy .push-body .push-item .thumbnail:hover .icon i.fa,
	.push-sections-hierarchy .push-body .push-item .thumbnail:hover .caption
	{
	color: #fff;
}

/* push-container => push-sections-hierarchy-media */
.push-sections-hierarchy-media .push-body .push-item .media .description {
	margin: 0;
	color: #9c9c9c;
}

/*  push-container => push-default */
.push-default .push-header .page-header {
	margin-bottom: 0;
	margin-top: 15px;
}

.push-default .push-header .page-header h3 {
	font-size: 16px;
}

.push-default .push-header .page-header .more a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
	background: #555;
	font-weight: normal;
	color: #fff;
}

.push-default .push-header .info .image {
	float: left;
	margin: 0;
	padding: 5px;
}

.push-default .push-header .info .image img {
	max-width: 100%;
}

.push-default .push-header .info .description {
	padding: 5px;
}

.push-default .push-body .list-group>.list-group-item {
	border-bottom: none;
	text-indent: 5px;
	background: url(../images/ico-dot.gif) 2px center
		no-repeat;
}

.push-default .push-body .list-group>.list-group-item .date {
	font-size: 13px;
}

/* push-container => push-thread-thumbnail */
.push-thread-thumbnail .push-body .push-item .thumbnail {
	margin-bottom: 0;
}

.push-thread-thumbnail .push-body .push-item .thumbnail img {
	width: 100%;
}

.push-thread-thumbnail .push-body .push-item .title {
	margin-top: 10px;
}

.push-thread-thumbnail .push-body .push-item .title a {
	color: #555;
	font-size: 16px;
}

.push-thread-thumbnail .push-body .push-item .introduction {
	margin-top: 10px;
}

/* push-container => push-thread-list */
.push-thread-list {
	margin-bottom: 20px;
}

.push-thread-list .push-header {
	margin-bottom: 0;
	text-align: left;
}

.push-thread-list .push-header .page-header {
	width: 100%;
	border: none;
}

.push-thread-list .push-header .page-header a {
	font-weight: normal;
	color: #181818;
}

.push-thread-list .push-body .list-group>.list-group-item {
	border: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/ico-dot.gif) 2px center
		no-repeat;
	height: 30px;
	padding: 5px 10px;
	margin-top: 1px;
	border-radius: 0;
}

/* push-container => push-thread-medialist */
.push-thread-medialist .push-body .push-item .media-left img {
	width: 185px;
}

.push-thread-medialist .push-body .push-item .introduction {
	height: 62px;
	overflow: hidden;
	margin-top: 15px;
}

.push-thread-medialist .push-body .push-item .info {
	margin-top: 5px;
}

/* push-container => push-thread-datelist  */
.push-thread-datelist .push-body .push-item .more {
	top: -25px;
}

.push-thread-datelist .push-body .push-item .media-object {
	width: 50px;
	height: 65px;
}

.push-thread-datelist .push-body .push-item .month {
	background: #666;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.push-thread-datelist .push-body .push-item .day {
	background: #eee;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
}

.push-thread-datelist .push-body .push-item.hover .month {
	background: #c60000;
}

.push-thread-datelist .push-body .push-item.hover .day {
	color: #c60000;
}

.push-thread-datelist .tags {
	margin-left: 0;
}

/* media-icon same as push-sections-hierarchy */
.media.media-icon .icon i.fa {
	width: 100px;
	height: 100px;
	line-height: 94px;
	border-radius: 50%;
	border: 3px solid #181818;
	font-size: 40px;
	color: #181818;
	border-color: #181818;
}

.media.media-icon:hover {
	cursor: pointer;
}

.media.media-icon:hover .icon i.fa {
	background: #181818;
	color: #fff;
}

.media.media-icon:hover .caption {
	color: #000;
}

.media.media-icon .description {
	margin: 0;
	font-size: 13px;
}

/* links */
/* link-container => link-default */
.link-default .link-item a {
	text-decoration: underline;
}

/* link-container => link-thumbnail */
.link-thumbnail .link-item {
	margin-bottom: 20px;
}

.link-thumbnail .link-item .link-info .title {
	margin: 5px auto;
	width: 96%;
	border-bottom: 1px solid #fff;
}

.link-thumbnail .link-item .link-info .title  small {
	display: block;
}

.link-thumbnail .link-item .link-info .description {
	text-align: center;
	font-size: 85%;
}

.link-image img {
	max-width: 100%;
}

.link-image-logo img {
	width: 150px;
	height: 50px;
}

/* inline-info */
.inline-info .link-item {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

/* hover-info */
.hover-info .link-item .info {
	position: relative;
	top: -105px;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	height: 105px;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

.hover-info .link-item .hover {
	display: block;
	margin-bottom: -105px;
	cursor: pointer;
}

/* header */
.navbar {
	border-radius: 0;
}

.navbar .dropdown-menu {
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: none;
}

/* navbar => navbar-default */
.navbar-default {
	margin-bottom: 0;
	border-bottom: none;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-header {
	margin: 0;
}

.navbar-default .navbar-header .navbar-brand {
	height: 100%;
}

.navbar-default .navbar-header .navbar-toggle {
	margin: 14px 0;
	margin-right: 0;
}

.navbar-default .navbar-header>.navbar-brand-lg {
	margin-left: 0;
	padding: 0 20px;
	background: #222;
}

.navbar-default .navbar-header>.navbar-brand-sm {
	padding: 8px 15px;
}

.navbar-default .navbar-header>.navbar-brand-xs {
	padding: 8px 0;
}

.navbar-default .navbar-collapse {
	background: #fff;
	margin: 0;
	border: 1px solid #e7e7e7;
}

.navbar-default .collapse .navbar-nav>li.active>a {
	background: #e7e7e7;
	background: #fff\0;
}

/* for IE 8 */
@media \0screen\,screen\9 {
	.navbar-default .collapse .navbar-nav>li>a {
		border-top: 1px solid #fff;
		margin-left: 1px;
		border-bottom: none;
		padding: 20px 19px;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}

	/* header active */
	#header .navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a
		{
		background: #333;
		color: #fff;
	}
}

/* except mobile */
@media ( min-width : 768px) {
	.navbar .dropdown:hover>.dropdown-menu, .navbar .dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-default .collapse .navbar-nav>li>a {
		border-top: 2px solid #eee;
		border-bottom: 1px solid #fff;
		padding: 19px 15px;
	}
	.navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a
		{
		background: #fff;
		border-top: 2px solid #666;
	}
	.navbar-default .collapse .navbar-nav>li.open>a {
		background: #fff;
		border-top: 2px solid #666;
	}
	.navbar-default .navbar-right {
		margin-right: 0;
	}
}

@media ( max-width : 767px) {
	.navbar-default .in>.navbar-nav {
		background: #fff;
		padding: 7.5px 0;
		margin: 0 -15px;
	}
	
	.navbar-default .in .navbar-nav>li>a {
		padding: 10px 15px;
	}

	.navbar-default .dropdown ul.dropdown-menu {
	    padding: 1px 0;
	}
}

/* navbar => navbar-top-bottom */
.navbar-top-bottom {
	background: #fff;
}

.navbar-top-bottom .navbar-top {
	border-bottom: 1px solid #ccc;
}

.navbar-top-bottom .navbar-header>.navbar-brand-lg {
	padding: 5px;
	background: #222;
	height: 100%;
}

.navbar-top-bottom .navbar-header>.navbar-brand-xs {
	padding: 8px 0;
}

.navbar-top-bottom .navbar-header .navbar-toggle {
	margin: 14px 0;
	border-color: #ddd;
}

.navbar-top-bottom .navbar-header .navbar-toggle .icon-bar {
	background-color: #777;
}

.navbar-top-bottom .navbar-bottom {
	background: #999;
}

.navbar-top-bottom .nav {
	background: #333;
}

.navbar-top-bottom .nav-justified>.dropdown>.dropdown-menu {
	margin-top: 0;
}

.navbar-top-bottom .nav-justified .dropdown-submenu>.dropdown-menu {
	left: 100%;
	top: 0;
	margin-left: -1px;
}

.navbar-top-bottom .nav>li:last-child>a {
	background-image: none;
}

.navbar-top-bottom .nav>li>a {
	color: #ddd;
	border-top: 2px solid #3e3e3e;
	border-bottom: 2px solid #3e3e3e;
}

.navbar-top-bottom .nav>.open>a {
	border-top: 2px solid #3e3e3e;
}

.navbar-top-bottom .nav>li>a:hover, .navbar-top-bottom .nav>li>a:focus,
	.navbar-top-bottom .nav>li.active>a {
	color: #fff;
	border-bottom: 2px solid #f30000;
	background: none;
}

@media ( max-width : 767px) {
	.navbar-top-bottom .navbar-bottom {
		background: none;
	}

	.navbar-top-bottom .nav li a {
		padding: 6px 15px;
		margin: 0;
		border: none;
		background: none;
		color: #ddd;
	}
	
	.navbar-top-bottom .nav>.open>a {
		border: none;
	}
	
	.navbar-top-bottom .nav li a:hover, .navbar-top-bottom .nav li a:focus,
		.navbar-top-bottom .nav li.active a {
		background: none;
		border: none;
		color: #ddd;
	}
	
	.navbar-top-bottom .nav>.open>a, .navbar-top-bottom .nav>li>a:hover, .navbar-top-bottom>.nav li>a:focus,
		.navbar-top-bottom .nav>li.active>a {
		background: #666 !important;
		color: #fff !important;
	}
	
	.navbar-top-bottom .dropdown ul.dropdown-menu {
		position: relative;
		width: 100%;
		background: #333;
		text-align: center;
		border-top: 1px solid #222;
	    border-bottom: 1px solid #222;
	    border-left: none;
	    border-right: none;
	    padding: 0;
	    margin: 6px 0;
	}
	
	.navbar-top-bottom .dropdown .dropdown-submenu>ul.dropdown-menu {
		left: 0;
		margin: 0;
	}
}

/* search container */
.search-container {
	height: 26px;
	line-height: 26px;
}

.search-container .input-group-addon {
	padding: 0 5px;
	background: #fff;
	border-radius: 0;
	color: #999;
	cursor: pointer;
}

.search-container input {
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	font-size: 13px;
}

.search-container .input-group-btn button {
	max-height: 26px;
	padding: 3px 12px 3px 15px;
	border-radius: 0;
	letter-spacing: 2px;
	color: #fff;
}

/* footer */
.footer {
	background: #000;
	height: auto;
	font-size: 13px;
	padding: 10px 0;
	color: #898989;
}

.footer a {
	color: #898989;
}

.footer .footer-row {
	padding: 3px 0;
}

/* section */
.section .page-header-sm {
	margin-bottom: 0;
}

/* section-header */
.section-header-name {
	bottom: 20px;
	color: #fff;
}

.section-header-name h1, .section-header-name h2 {
	font-weight: 200;
}

/* section-body and article-container */
.section-body, .article-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-container .article-title {
	margin-top: 0;
}

/* section-articles */
.section-articles .articles-layout .articles-item {
	margin-bottom: 15px;
}

.section-articles .articles-layout .articles-item .introduction {
	text-align: justify;
}

.section-articles .articles-layout .articles-item .date {
	font-size: 13px;
}

/* articles-layout => articles-default  */
.articles-default .articles-item {
	border-bottom: 1px dashed #ccc;
}

.articles-default .articles-item h4 {
	font-size: 15px;
}

/* articles-layout => articles-half-detail-text */
.articles-half-detail-text .articles .articles-list-item {
	padding-left: 15px;
}

/* articles-layout > articles-list-date  */
.articles-list-date .date .media-object {
	width: 50px;
	height: 60px;
}

.articles-list-date .date .day {
	background: #666;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.articles-list-date .date .month {
	background: #eee;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.articles-list-date .articles-item.hover .day {
	background: #c60000;
}

.articles-list-date .articles-item.hover .month {
	color: #c60000;
}

/* articles-layout > articles-list-media */
.articles-list-media .media-object {
	max-width: 200px;
	margin-left: 40px;
}

.articles-list-media .media-object img {
	width: 200px; /* 3:2 */
	height: 133px;
}

.articles-list-media .articles-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.articles-list-media .articles-item .title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.articles-list-media .articles-item .description {
	line-height: 1.7;
}

/* articles-layout > articles-list-thumbnail */
.articles-list-thumbnail .thumbnail {
	margin-bottom: 10px;
}

.articles-list-thumbnail .thumbnail img {
	width: 100%;
}

/* sections */
.hierarchies-list-thumbnail .hierarchies-item {
	margin-bottom: 20px;
}

.hierarchies-list-thumbnail .hierarchies-item .thumbnail {
	margin-bottom: 10px;
}

/* article */
.article .article-title {
	font-size: 24px;
}

.article .article-meta {
	font-size: 13px;
}

.article .article-lead {
	padding: 10px;
	margin: 20px 0;
	color: #666;
	line-height: 1.5;
	border-radius: 4px;
	background: #f9f9f9;
}

.article .article-body img {
	max-width: 100%;
	height: auto !important;
}

.article .article-body ol, .article .article-body ul {
	margin-left: 20px;
}

.article .article-body ol li ul, .article .article-body ul li ol, .article .article-body ol li ol, .article .article-body ul li ul {
	margin-left: 40px;
}

.article .article-body ul li {
	list-style: inherit;
}

.article .article-body h1 {
	font-size: 24px;
	font-weight: bold;
}

.article .article-body h2 {
	font-size: 20px;
	font-weight: bold;
}

.article .article-body h3 {
	font-size: 16px;
	font-weight: bold;
}

.article .article-body h4, .article .article-body h5, .article .article-body h6  {
	font-size: 14px;
}

.article strong {
	font-weight: bold;
	color: #333;
}

.article hr {
	margin: 10px 0;
}

.article p {
	margin-bottom: 0;
}

/* article-footer-wrap */
.article .article-footer-wrap-circle a {
	border-radius: 50%;
	background: #333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #fff;
}

.article .article-footer-wrap-circle a:hover {
	background: #777;
}

.article .article-footer-wrap-circle .article-footer-title {
	display: none;
}

.article .article-footer-wrap-circle .article-footer-pre {
	text-align: right;
}

.article .article-footer-wrap-circle .article-footer-next {
	text-align: left;
}

/* article-footer */
.article .article-footer a {
	color: #555;
}

.article .article-footer .article-footer-next {
	text-align: right;
}

/* article-layout => article-half */
.article-half .article-meta .thumbnail {
	margin-bottom: 10px;
	width: 100%;
}

/* .article-half .article-meta .btn {
	background: #333;
	color: #fff;
}

.article-half .article-meta .btn:hover {
	background: #777;
} */

.article-half .article-meta  .article-title {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

.article-half .article-body img {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}

/* position */
.section-position .breadcrumb {
	font-size: 13px;
}

.section-position-hidden {
	display: none;
}

.section-position-sm { /* added when less than small width */
	margin-top: 15px; 
}

.section-position-sm .breadcrumb {
	margin-bottom: 0;
}

/* pager */
.section-pager {
	margin: 15px 0;
	font-size: 13px;
}
/*
.section-pager>div>span:hover, .section-pager>div>a:hover {
	background: #888;
	color: #fff;
}

.section-pager>div>span, .section-pager>div>a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 1px;
	background: #eee;
	color: #000;
}

.section-pager>div>span.current {
	background: #666;
	color: #fff;
}
*/
.section-pager>div>a.next, .section-pager>div>a.prev {
	margin-left: -2px;
	margin-right: -2px;
}

.section-pager>div>span.rows {
	width: 70px;
	background: #fff;
	color: #666;
	font-size: 12px;
}

.section-pager-default {
	float: right;
}

.section-pager-center, .section-pager-circle {
	text-align: center;
}

.section-pager-center span.rows, .section-pager-circle span.rows {
	display: none;
}

.section-pager-circle>div>span, .section-pager-circle>div>a {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* leftnavs */
.leftnavs .panel-heading {
	padding: 8px 17px;
	background: #333;
	color: #fff;
}

.leftnavs .panel-body {
	border-bottom: 1px solid #ccc;
}

.leftnavs .list-group {
	margin-bottom: 0;
}

.leftnavs .list-group .list-group-item {
	padding: 0;
}

.leftnavs .list-group .list-group-item a {
	padding: 7px 15px;
}


.leftnavs .list-group>.list-group-item {
	text-indent: 1em;
	border-bottom: 1px solid #ccc;
	color: #555;
	background: 18px center no-repeat;
}

.leftnavs>.list-group>.list-group-item {
	background-image: url(../images/ico-dot.gif);
}

.leftnavs .list-group>.list-group-item:hover {
	background-color: #666;
	color: #fff;
	cursor: pointer;
}

.leftnavs .list-group>.list-group-item a {
	width: 100%;
	color: #555;
	display: block;
}

.leftnavs .list-group>.list-group-item:hover a {
	text-decoration: none;
	color: #fff;
}

.leftnavs .list-group>.list-group-item.active {
	border-top: 1px solid #ccc;
	font-weight: bold;
}

/* topnavs */
.topnavs {
	margin: 20px auto;
	max-width: 600px;
	border-bottom: none;
}

.topnavs ul.nav li {
	border: none;
}

.topnavs ul.nav li a {
	border: none;
	color: #fff;
}

.topnavs ul.nav li a span {
	background: #8A8A8A;
	padding: 5px 13px;
}

.topnavs ul.nav li a.active, .topnavs ul.nav li:hover a, .topnavs ul.nav li:focus a,
	.topnavs ul.nav li a:focus {
	background: none;
	border: none;
}

.topnavs ul.nav li a.active span, .topnavs ul.nav li:hover a span,
	.topnavs ul.nav li:focus a span {
	background: #202020;
	color: #fff;
}

/* for mobile */
@media ( max-width : 767px) {
	.topnavs ul.nav-justified li a {
		background: #8A8A8A;
		padding: 5px 10px;
	}
	.topnavs ul.nav-justified li a span {
		padding: 0;
		background: none;
	}
	.topnavs ul.nav li a.active, .topnavs ul.nav li:hover a, .topnavs ul.nav li:focus a,
		.topnavs ul.nav li a:focus {
		background: #202020;
	}
}

/* fixd useful tools */
.tools {
	position: fixed;
	bottom: 10%;
	right: 0;
	color: #fff;
	width: 50px;
	z-index: 999;
}

.tools .tool-container {
	position: relative;
	float: left;
	margin-top: 5px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.tools .tool-container .tool {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	width: 45px;
	height: 45px;
	display: block;
	color: #fff;
	overflow: hidden;
}

.tools .tool-container .icon {
	float: left;
	width: 45px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}

.tools .tool-container.active {
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.tools .tool-container#gotop {
	display: hidden;
}

.tools .tool-container#share.active .icon {
	display: none;
}

.tools .tool-container#share.active .title {
	margin-left: 12px;
}

.tools .tool-container .bdsharebuttonbox {
	margin: 5px 10px 5px 0;
}

/* product-types-layout => product-types-default */
.product-types-default .product-types-item {
	margin-bottom: 20px;
}

.product-types-default .product-types-item .product-types-header {
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
	font-size: 15px;
}

.product-types-default .product-types-item .product-types-sub-ul {
	margin-left: 15px;
}

.product-types-default .product-types-item .product-types-sub-ul h5 {
	font-size: 14px;
}

.product-types-default .product-types-item .product-types-sub-ul h6 {
	font-size: 13px;
}

.products .products-layout .products-item {
	margin-bottom: 15px;
}

/* products-layout => products-default */
.products-default .products-item .products-item-info .title {
	margin-bottom: 10px;
}