/*kv block*/
@media (min-width: 768px) {
	.kv-box {
		background-color: #0270BF;
		height: 500px;
		overflow: hidden;
		margin-bottom: 30px;
		padding:0;
	}
	.kv_carousel {
		width: 1352px;
		margin-left: auto;
		margin-right: auto;
	}
	.kv_carousel .thumbnail-center {
		width: 1352px;
		height: 500px;
	}
}
@media (min-width: 768px) and (max-width:1023px) {
	.kv-box {
		width: 1040px;
	}
}
@media (max-width: 767px) {
	.kv-box {
		background-color: #0270BF;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.kv_carousel {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.kv_carousel .thumbnail-center .thumbnail_wrapper {
    padding: 0;
}


/*middle_preview_box*/
.brooks_arrow_word {
	color: #1678bd;
	font-family: "NeoSansStd-BlackItalic";
	font-size: 1em;
	line-height: 30px;
}
a:hover .brooks_arrow_word {
	color: #42bac5;
}
.brooks_arrow_word:after {
	content: "";
    width: 12px;
    height: 12px;
    background-image: url("../../images/arrow_blue.png");
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
}
a:hover .brooks_arrow_word:after {
	background-image: url("../../images/arrow_green.png");
}

.middle_preview_box {
	margin-bottom: 50px;
}
.middle_preview_box .box-item {
	padding-right: 17.5px;
	padding-left: 17.5px;
}
.middle_preview_box .thumbnail-center {
	width: 100%;
	height: 190px;
}
.middle_preview_box .thumbnail-center .thumbnail_wrapper > img {
	max-height: 190px;
    width: auto;
    max-width: 307px;
}
.middle_preview_box .box-item h3 {
	margin-top: 12px;
	max-height: 72px;
	height: 72px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 23px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 26px;
}
.middle_preview_box .box-item .learn-btn {
	display: block;
    padding-left: 17px;
    padding-right: 17px;
}


/*only pic block*/
.only-pic-block {
	margin-bottom: 32px;
}
.only-pic-block .thumbnail-center {
	width: 100%;
}

/*products-carousel-box*/
.swiper-button-prev {
	background-image: none;
    background-color: #0072BB;
    height: 100px;
    width: 35px;
    text-align: center;
    top: 80px;
    left: 0px;
	line-height: 100px;
}
.swiper-button-next {
	background-image: none;
    background-color: #0072BB;
    height: 100px;
    width: 35px;
    text-align: center;
    top: 80px;
    right: 0px;
	line-height: 100px;
}
.swiper-button-prev:hover,
.swiper-button-prev:active,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-next:focus {
	background-color: #41BAC5;
}
.swiper-button-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
	font-size: 2.5em;
	color: #FFF;
}
.swiper-button-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 2.5em;
	color: #FFF;
}



.products-carousel-box h1 {
	font-family: "NeoSansStd-BlackItalic" !important;
	font-style: italic;
	color: #1678bd;
	margin-top: 0;
	margin-right: -15px;
	margin-bottom: 32px;
	margin-left: -15px;
}
@media (max-width: 767px) {
	.products-carousel-box h1 {
		margin-right: 0px;
		margin-left: 0px;
	}
	.middle_preview_box .thumbnail-center .thumbnail_wrapper > img{
		max-width:none;
		max-height: none;
		width:100%;
	}
	.middle_preview_box .box-item h3{
		margin-bottom:15px;
	}
	.middle_preview_box .box-item .learn-btn{
		margin-bottom:15px;
	}
}


@media (min-width: 768px) {
	.swiper-container.brooks-swiper {
		width: 1020px;
		height: 360px;
		margin-left: auto;
    	margin-right: auto;
	}
}
@media (max-width: 767px) {
	.swiper-container.brooks-swiper {
		max-width: 310px;
		height: 360px;
		margin-left: auto;
    	margin-right: auto;
	}
}

.brooks-swiper .thumbnail-center {
	width: 100%;
	height: 216px;
	overflow: hidden;
}

.brooks-swiper .thumbnail-center .thumbnail_wrapper > img {
	max-width: 216px;
	max-height: 216px;
}

.brooks-swiper .main-title {
	font-size: 1.2em;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}
.brooks-swiper a .main-title,
.brooks-swiper a:hover .main-title,
.brooks-swiper a:visited .main-title,
.brooks-swiper a:active .main-title,
.brooks-swiper a:focus .main-title {
	color: #6d665f;
	font-weight: bold;
	margin-top: 5px;
}
.brooks-swiper .sub-title {
	font-family: "NeoSansStd-Regular" !important;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 15px;
}
.brooks-swiper a .sub-title,
.brooks-swiper a:visited .sub-title {
	color: #1678bd;
	max-width: 100%;
	overflow: hidden;
}
.brooks-swiper a:hover .sub-title,
.brooks-swiper a:active .sub-title,
.brooks-swiper a:focus .sub-title {
	color: #42bac5;
}
.carousel-indicators{
	margin-bottom:0;
	bottom: 15px;
}
.carousel-indicators li{
	width: 14px;
    height: 14px;
	margin: 2px 10px;
}
.carousel-indicators .active{
	margin: 0px 6px;
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
	.carousel-indicators{
		bottom: 5px;
	}
}
@media (max-width: 400px) {
	.carousel-indicators{
		width: 80%;
	    margin-left: -40%;
	}
}