﻿

a:hover {
	color: #45A7F2;
}

.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: #45A7F2;
	border: 1px solid #45A7F2;
	opacity: 1;
}

.btn-primary {
	background: #45A7F2;
	border: 1px solid #45A7F2;
}

@media(min-width: 992px) {
	#header {
		height: 100px;
	}
	
	#header .navbar-default, #header .navbar-default .navbar-header {
		height: 100px;
	}
	
	.navbar-default .navbar-header>.navbar-brand-lg {
		padding: 13px 0;
		background: none;
	}
	
	.navbar-default .collapse .navbar-nav>li>a {
	    border: none;
	    padding: 40px 16px;
	    font-size: 16px;
	}
	
	.navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a {
		background: #45A7F2;
	    border: none;
	    color: #fff;
	}
}

@media(max-width: 1199px) and (min-width: 992px) {
	.navbar-default .collapse .navbar-nav>li>a {
	    font-size: 14px;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.navbar-default .collapse .navbar-nav>li>a {
	    padding: 23px 10px 15px;
	    font-size: 12px;
	}
	.navbar-default .collapse .navbar-nav>li.active>a, #header .navbar-default .collapse .navbar-nav>li:hover>a {
		border-top: 2px solid #45A7F2;
	}
}

@media(max-width: 991px) {
	#header {
		height: 62px;
	}
	
	#header .navbar-default, #header .navbar-default .navbar-header {
		height: 62px;
	}
	.navbar-default .navbar-header>.navbar-brand-lg {
		padding: 8px 0;
		background: none;
	}
	.navbar-default .navbar-header>.navbar-brand img {
		height: 45px;
	}
}

@media (max-width: 992px) {
	.section-position-hidden {
		display: block;
	}
}

.im-icons a {
	font-size: 16px;
	margin: 0 3px 10px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
 	width: 30px;
	height: 30px;
	text-align:center;
	line-height: 30px;
	color: #ccc;
}

.im-icons a:hover {
	background: #45A7F2;
}

.friend-links {
	margin-top: 20px;
	padding-top: 20px;
	background: #fff;
	/* border-top: 1px solid #eee; */
}

.friend-links .link-image img {
	width: 100%;
	/* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.friend-links .link-image img:hover {
	/* -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none; */
}

.footer {
	background: #242424;
}

.footer .navbar-bottom {
	padding-top: 20px;
}

.footer .footer-row span {
	margin-right: 5px;
}

.bottom-navs {
	margin-top: 20px;
	margin-bottom: 80px;
}

.bottom-navs ul.nav>li>a {
	padding-left: 0;
	text-align: left;
	color: #eee;
	font-size: 15px;
}

.bottom-navs ul.nav>li>a:hover {
	color: #fff;
}

.bottom-navs ul.nav>li>ul>li {
	list-style: none;
	margin: 5px 0;
}

.bottom-navs ul.nav>li>ul>li a:hover {
	color: #eee;
}

.bottom-navs .nav>li>a:focus, .bottom-navs .nav>li>a:hover {
	background: none;
}

/* index */
.push-container .push-header .page-header {
	margin-top: 40px;
	margin-bottom: 0;
}

.push-container .push-header .page-header h2 a .alias {
	display: block;
	color: #45A7F2;
	font-weight: bold;
	font-family: Times;
	font-size: 36px;
	letter-spacing: -2px
}

.push-container .push-header .page-header h2 a .name {
	font-size: 24px;
}

.push-container .push-header .page-header {
	border-bottom: none;
}

.products .products-layout .products-item {
	position: relative;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail, .products .products-layout .products-item .thumbnail {
	background: none;
	padding: 0;
	border: none;
	position: relative;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail img, .products .products-layout .products-item .thumbnail img {
	width: 100%;
}
.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail img {
	border: 1px solid #eee;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .icon i.fa, .products .products-layout .products-item .icon i.fa {
	font-size: 60px;
	color: #fff;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail:hover {
	background: none;
}

@media(min-width: 768px) {
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption, .products .products-layout .products-item .products-item-info {
		position: absolute;
		bottom: 0;
		background: #45A7F2;
		color: #fff;
		font-weight: 100;
		display: none;
		opacity:0.8;
	}
	
	.products .products-layout .products-item:hover .products-item-info {
		padding-top: 20px;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail:hover .caption, .products .products-layout .products-item:hover .products-item-info {
		display: block;
	}
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .name, .products .products-layout .products-item:hover .products-item-info .title {
	display: block;
	font-size: 24px;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .icon, .products .products-layout .products-item:hover .products-item-info .icon {
	margin-top: 20px;
	display: block;
}

#push-wrap-center {
	padding-bottom: 40px;
	background: #333;
	margin-top: 40px;
}

@media(min-width: 992px) {
	#push-wrap-center {
		background: url(../images/index-about-bg.jpg) no-repeat #333;
	}
}

#push-wrap-center .push-container .push-header .page-header h2 a .name {
	color: #fff;
}

#push-wrap-center .push-container .push-header .description {
	color: #fff;
	margin-top: 35px;
}

#push-wrap-top .more, #push-wrap-center .more {
	border: 3px solid #45A7F2;
	border-radius: 30px;
	margin: 30px auto;
	width: 120px;
	height: 46px;
}

#push-wrap-center .more {
	margin: -5px auto 13px;
}

#push-wrap-top .more:hover, #push-wrap-center .more:hover {
	background: #45A7F2;
}

#push-wrap-top .more a, #push-wrap-center .more a {
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 18px;
}

#push-wrap-top .more a {
	color: #45A7F2;
}

#push-wrap-top .more:hover a , #push-wrap-center .more a {
	color: #fff;
}

#push-wrap-center .links {
	width: 564px;
	margin: 0 auto;
}

#push-wrap-center .links .link-item {
	float: left;
	margin: 0 10px;
}

#push-wrap-center .links .link-item img {
	border: 5px solid #555;
}

#push-wrap-center .links .link-item:hover img {
	border-color: #48708e;
}

.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .image {
	margin-top: 0;
}

@media(min-width: 1200px) {
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption, .products .products-layout .products-item .products-item-info {
		width: 360px;
		height: 160px;
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption, .products .products-layout .products-item .products-item-info  {
		width: 293px;
		height: 160px;
	}
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .icon i.fa, .products .products-layout .products-item .products-item-info .icon i.fa {
		font-size: 50px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption, .products .products-layout .products-item .products-item-info  {
		width: 220px;
		height: 130px;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .name, .products .products-layout .products-item .products-item-info .title {
		font-size: 20px;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .icon i.fa, .products .products-layout .products-item .products-item-info .icon i.fa {
		font-size: 40px;
	}
}

@media(max-width: 767px) {
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption, .products .products-layout .products-item .products-item-info {
		position: relative;
		background: none;
		color: #333;
	}
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail:hover .caption, .products .products-layout .products-item:hover .products-item-info {
		color: #333;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .name, .products .products-layout .products-item .products-item-info .title {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .name, .products .products-layout .products-item:hover .products-item-info .title {
		font-size: 16px;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail .caption .icon, .products .products-layout .products-item .products-item-info .icon {
		display: none;
	}
	
	.push-sections-hierarchy-image-hover .push-body .push-item .thumbnail:hover .caption .icon, .products .products-layout .products-item:hover .products-item-info .icon {
		display: none;
	}
	
	.push-container .push-header .page-header h2 a .alias {
		font-size: 24px;
	}
	
	.push-container .push-header .page-header h2 a .name {
		font-size: 18px;
	}
	
	#push-wrap-top .more, #push-wrap-center .more {
		height: 36px;
		width: 100px;
	}
	
	#push-wrap-top .more a, #push-wrap-center .more a {
		font-size: 16px;
		line-height: 30px;
	}
}

#push-wrap-bottom .push-container .push-item  {
	margin-bottom: 0;
}

#push-wrap-bottom .push-container .push-item, .section-articles .articles-layout.articles-full-image-image .articles-item  {
	padding-left: 0;
	padding-right: 0;
	background: #f8f8f8;
}

#push-wrap-bottom .push-container .push-item:nth-child(odd), .section-articles .articles-layout.articles-full-image-image .articles-item:nth-child(odd) {
	background: #f5f5f5;
}

#push-wrap-bottom .push-container .push-item .title a, .section-articles .articles-layout.articles-full-image-image .articles-item .title a {
	color: #000;
	font-size: 16px;
}

#push-wrap-bottom .push-container .push-item .introduction, .section-articles .articles-layout.articles-full-image-image .articles-item .introduction {
	padding: 0 20px 40px;
	text-align: left;
	line-height: 20px;
}

#push-wrap-bottom .push-container .push-item .more, .section-articles .articles-layout.articles-full-image-image .articles-item .more  {
	float: right;
	margin: 10px;
}

#push-wrap-bottom .push-container .push-item .more a, .section-articles .articles-layout.articles-full-image-image .articles-item .more a {
	font-size: 25px;
	color: #999;
}

#push-wrap-bottom .push-container .push-item:hover, .section-articles .articles-layout.articles-full-image-image .articles-item:hover {
	background: #45A7F2;
}

#push-wrap-bottom .push-container .push-item:hover .title a, .section-articles .articles-layout.articles-full-image-image .articles-item:hover .title a{
	color: #fff;
}

#push-wrap-bottom .push-container .push-item:hover .introduction, .section-articles .articles-layout.articles-full-image-image .articles-item:hover .introduction {
	color: #eee;
}

#push-wrap-bottom .push-body>.row, .section-articles .articles-layout.articles-full-image-image {
	margin-left: 0;
	margin-right: 0;
}

#push-wrap-bottom .push-container .push-item:hover .more a, .section-articles .articles-layout.articles-full-image-image .articles-item:hover .more a {
	color: #fff;
}

#push-wrap-bottom .push-container .push-item .thumbnail, .section-articles .articles-layout.articles-full-image-image .articles-item .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}

#push-wrap-bottom .push-container .push-header .page-header {
	width: 100%;
}

#push-wrap-bottom .push-container .push-header .page-header {
	position: relative;
}

#push-wrap-bottom .push-container .push-header .page-header h2 .more {
	font-size: 30px;
	top: 2px;
	position: absolute;
	right: 0;
}

#push-wrap-bottom .push-container .push-header .page-header h2 .more a {
	color: #999;
}

#push-wrap-bottom {
	/* margin-bottom: 40px; */
}

.footer {
	padding: 0;
}

.footer .footer-main {
	padding: 15px;
}

.section-header-name {
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top:50%;
	text-align: center;
	margin-top: -70px;
}

.section-header-name h1 {
	letter-spacing: -2px;
	font-size: 32px;
	font-family: Times;
	font-weight: bold;
}

.section-header-name h2 {
	font-size: 28px;
}

/* products */
@media(min-width: 768px) {
	.topnavs {
		max-width: 710px;
		margin: 40px auto;
	}
	
	.topnavs ul.nav li a span {
		background: none;
		color: #333;
		border: 1px solid #fff;
		border-radius: 20px;
	}
	
	.topnavs ul.nav li a.active span, .topnavs ul.nav li:hover a span, .topnavs ul.nav li:focus a span {
		background: none;
		border-color: #45A7F2;
		color: #45A7F2;
	}
}

@media(max-width: 768px) {
	.topnavs {
		width: 100%;
		max-width: 100%;
	}
	.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: #45A7F2;
	}
	.topnavs ul.nav li a.active span, .topnavs ul.nav li:hover a span, .topnavs ul.nav li:focus a span {
		background: #45A7F2;
		color: #fff;
	}
	
	.topnavs ul.nav li {
		width: 25%;
		float: left;
	}
	
	.topnavs ul.nav li a span {
		border: none;
		color: #eee;
	}
	
	.topnavs ul.nav li a {
		border-radius: 0 !important;
	}
}

@media(max-width: 410px) {
	.topnavs ul.nav li {
		width: 50%;
	}
}

.section-navs .title {
	font-size: 20px;
	margin: 40px auto;
}

/* product */
.product-detail .article-image img {
	width: 100%;
}

.product-detail .article-meta h2.article-title {
	margin: 50px auto;
	font-size: 22px;
}

.product-detail .article-meta .description {
	line-height: 30px;
	padding: 0 50px;
}

.product-detail .product-background {
	background: #fff;
}

.product-detail .images {
	width: 50%;
	bottom: 20px;
	right: 5px;
}

.product-detail .images img {
	border: 1px solid #eee;
}

.product-detail .images img:hover {
	border: 1px solid #45A7F2;
	cursor: pointer;
}


/* product tabs */
.product-detail .tab-container {
	margin: 20px 0;
}

.product-detail .tab-container .tab {
	width: 20%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.product-detail .tab-container .tab:hover, .product-detail .tab-container .tab.active {
	background: #45A7F2;
	color: #fff;
	cursor: pointer;
}

.product-detail .article-body .tab-body {
	display: none;
}

.product-detail .article-body .tab-body.active {
	display: block;
}

@media(max-width: 992px) {
	body {
		background: #fff !important;
	}
	.product-detail .article-meta h2.article-title {
		margin: 20px auto 0;
	}
	.product-detail .article-meta .description {
		padding: 15px;
	}
	.product-detail .tab-container {
		display: none;
	}
	.product-detail .article-body .tab-body {
		display: block;
	}
	
	.product-detail .article-body h3 {
		font-size: 16px;
		color: #45A7F2;
		font-weight: bold;
	}
}

/* contact */
#contact button[type="submit"] {
	border-radius: 20px;
	padding: 10px 40px;
	outline: none;
	margin-top: 20px;
}
#contact button[type="button"] {
	border-radius: 20px;
	padding: 10px 40px;
	outline: none;
	margin-top: 20px;
}

#contact .form-control {
	background: #fcfcfc;
	border-radius: 0;
}

#contact #contactWelcome {
	background: #45A7F2;
	border-radius: 20px;
	padding: 30px;
	color: #fff;
}

#contact #contactWelcome p {
	font-size: 16px;
}

#contact #contactInfo {
	line-height: 40px;
	padding: 15px;
}

#contact #contactInfo .icon {
	border: 1px solid #999;
	color: #999;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	border-radius: 50%;
}

.section-image img {
	width: 100%;
}

.section-image .description {
	right: 15px;
	top: 0;
	background: #000;
	opacity: 0.9;
	color: #fff;
	height: 100%;
	width: 40%;
}

.section-image .description h4 {
	margin: 40px;
	text-align: center;
}

.section-image .description p {
	padding: 0 40px;
	line-height: 25px;
}

@media(min-width: 768px) {
	#push-wrap-bottom .push-thread-thumbnail .push-body .push-item .thumbnail img, .articles-list-thumbnail .thumbnail img {
		height: 280px;
	}
	.products .products-layout .products-item .thumbnail img {
		height: 180px;
	}
}

@media(min-width: 992px) {
	#push-wrap-bottom .push-thread-thumbnail .push-body .push-item .thumbnail img, .articles-list-thumbnail .thumbnail img {
		height: 180px;
	}
	.products .products-layout .products-item .thumbnail img {
		height: 400px;
	}
}


@media(min-width: 1200px) {
	#push-wrap-bottom .push-thread-thumbnail .push-body .push-item .thumbnail img, .articles-list-thumbnail .thumbnail img {
		height: 220px;
	}
	.products .products-layout .products-item .thumbnail img {
		height: 300px;
	}
}

@media (min-width: 1200px) {
	.friend-links {
		overflow: hidden;
	}
	.friend-links .scrollable {
		width: 6000px;
	}	
	.friend-links .link-thumbnail .link-item {
		width: 234px;
	}
}

.footer .telephone {
	font-size: 30px;
}