/*************************
*******Typography******
**************************/
html{
	font-size: 10px;
}
body {
	background: #fff;
	font-family: "微软雅黑";
	color: #4e4e4e;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: "微软雅黑";
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
a {
	color: #000;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin: 0;
}
.media>.pull-right {
	margin-left: 0px;
}
/*
body > section {
	padding: 70px 0;
}
*/
.center {
	text-align: center;
	padding-bottom: 55px;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
#header {

}
#header .search {
	display: inline-block;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar>.container .com_name {
	margin-left: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 55px;
}
.navbar>.container .com_name1 {
	font-size: 2.4em;
	color: #fff;
	line-height: 55px;
}
.top-bar {
	padding: 5px 0;
	background: #fff;
	line-height: 25px;
}
.top-number {
	color: #000;
}
.top-number p {
	margin: 0
}
.social {
	text-align: right;
}
.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li a {
	display: inline-block;
	color: #000;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}
ul.social-share li a:hover {
	background: #c52d2f;
	color: #fff;
}
.search i {
	color: #fff;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #018339;
	padding: 15px 0;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 15px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding: 0;
}
.navbar-brand{
	width: 150px;
	height: 75px;
	display: block;
}
.navbar-brand img{
	width: 100%;
	height: auto;
}
/*************************
*******轮播图******
**************************/


#main-slider {

	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .company_js {
	position: absolute;
	right: 0;
	width: 488px;
	height: 305px;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	z-index: 5;
	padding: 15px 50px 20px 50px;
	color: #fff;
}
.com-logo span:nth-child(1){
	display: inline-block;
/*	width: 150px;
	height: 75px;
	float: left;*/
}
.com-logo span:nth-child(2){
	float: right;
	display: inline-block;
	font-family: '宋体';
	color: #25b324;
	font-size: 27px;
    line-height: 75px;
	padding-left: 15px;
	text-shadow: -5px 5px 5px #25b324;
}
.img-logo{
	max-width: 100%;
	height: auto;
}
#main-slider .company_js h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 20px;
}
#main-slider .company_js a {
	padding: 10px 25px;
	background-color: #018339;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 50px;
	display: inline-block;
}
#main-slider .company_js .about_xek {
	margin:15px 0 15px 0; 
}
#main-slider .company_js .xq_k {
	padding-right: 50px;
	font-size: 14px;
	line-height: 30px;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 140px;
}
#main-slider .carousel h2 {
	color: #fff;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 305px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #c52d2f;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #c52d2f;
	margin: 0 15px 0 0;
	border: 1px solid #c52d2f;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}

/*产品展示位置*/
#feature {
	background: #018339;
	padding: 20px 0;

}
.features {
	padding: 0 15px;
}
.feature_num {
	height: 274px;
	border-right: 1px solid #047034;
}
.feature-wrap {
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
	color: #fff;
}
.feature-wrap h3 {
	color: #fff;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-cp {
	max-width: 90px;
	max-height: 110px;
	margin: 0 auto;
}
.feature-cp img {
	width: 100%;
	height: auto;
}
/*产品分类*/
#lists-pro{
	background: #f6f5f4;
	padding: 20px 0;
}
.span3{
	background: #ffff;
	padding: 0;
}
.span3 h3{
	margin: 0;
	background-color: #57b151;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.span3 .nav li.active{
	background-color: #018339;
	
}
.span3 .nav li a{
	font-size: 16px;
}
.span3 .nav li.active a{
	color: #fff;
}
.cp-pic{
	
}
.cp-pic2{
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
}
.cp-pic img{
	width: 100%;
	height: 310px;
}
.span9 h2{
	margin: 20px 0;
	padding-left: 15px;
}
.span9 .span9-list{
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.span9 .span9-list h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.span9 .span9-lists img{
	width: 100%;
	height: 310px;
}
.span9 .span9-lists .span9-right{
	text-align: right;
}
/*产品应用*/
#recent-works {
	padding-bottom: 30px;
}
#recent-works .recent-centers {
	text-align: center;
	margin: 50px 0;
}
#recent-works .recent-centerx {
	background-color: #f9f9f9;
	text-align: center;
	padding: 50px 0;
}
#recent-works .recent-centers h2 {
	background: url(../images/bianqian.png) center no-repeat;
	height: 71px;
	line-height: 71px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
}
#recent-works .recent-centerx h2 {
	background: url(../images/bianqian.png) center no-repeat;
	height: 71px;
	line-height: 71px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
}
#recent-works .recent-dt {
	background-color: #f9f9f9;
	padding: 10px;
	overflow: hidden;
}
#recent-works .recent-dt h2 {
	height: 45px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: normal;
	margin: 0 25px;
	line-height: 35px;
	color: #333;
}
#recent-works .recent-dt h2 a {
	float: right;
	font-size: 14px;
}
#recent-works .recent-dt h2 a:hover {
	color: #f00;
}
#recent-works .recent-dt ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#recent-works .recent-dt ul li .recentfull {
	/*	border: 1px solid #000;*/
	height: 120px;
	padding: 10px;
	overflow: hidden;
	margin-top: 10px;
}
#recent-works .recent-dt ul li .recentfull img {
	float: left;
	height: 100px;
	width: 100px;
	padding-right: 10px;
}
#recent-works .recent-dt ul li .recentfull h3 {
	margin: 0;
	color: #333;
	font-size: 14px;
}
#recent-works .recent-dt ul li .recentfull p {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
#recent-works .recent-zy {
	background-color: #f9f9f9;
	overflow: hidden;
}
#recent-works .recent-zy ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#recent-works .recent-zy ul li {
	padding: 0 10px 0 0;
}
#recent-works .recent-zy ul li:nth-child(even) {
	padding-right: 0;
}
#recent-works .recent-zy ul li .recentfull {
	/*	border: 1px solid #000;*/
	height: 180px;
	padding: 20px 20px 20px 50px;
	overflow: hidden;
	margin-top: 10px;
	background-color: #fff;
}
#recent-works .recent-zy ul li .recentfull img {
	float: left;
	height: 140px;
	width: 140px;
	padding-right: 10px;
}
#recent-works .recent-zy ul li .recentfull h3 {
	margin: 0;
	color: #333;
	font-size: 16px;
}
#recent-works .recent-zy ul li .recentfull p {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
/***********************
********* 详情页内容 ******
************************/
#contents{
	background-color: rgba(0,0,0,0.1);
	padding-bottom: 20px;
}
.mes-full{
	background: #fff;
	padding: 10px 20px;
	
}
.mes-full .daohang{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.mes-full .daohang .left{
	float: left;
}
.mes-full .daohang .right{
	float: right;
}
.mes-full img{
	max-width: 100%;
}
.mes-full h2{
	text-align: center;
	font-size: 24px;
	color:#000;
}
.mes-left{
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin:  20px auto;
	border-top:1px #ccc dashed;
	border-bottom:1px #ccc dashed;
}
.mes-right{
	margin-top: 10px;
	padding: 10px 0;
	border-top:1px #ccc dashed;
	border-bottom:1px #ccc dashed;
	overflow: hidden;
}
.mes-right a:hover{
	color:#900;
}
.mes-right .s-left{
	float: left;
}

.mes-right .x-right{
	float: right;
}
.mes-right .s-left span,.mes-right .x-right span{
	padding: 0 5px;
}
.mes-nr{
	font-size: 14px;
	color:#333;
	line-height: 25px;
}
/***********************
********* 单页样式 ******
************************/

.contents-about{
	background-color: #fff;
	padding: 10px 20px;
}
.contents-about .mes-nr img{
	margin-right: 20px;
	max-width: 100%;
	height: auto;
}
.contents-about .mes-nr {
	line-height: 25px;
}
/***********************
********* 列表页******
************************/
#contents-lists{
	background-color: rgba(0,0,0,0.1);
}
#contents-lists ul {
	padding: 0  20px;
	margin-right: 0;
	background: #fff;
	list-style: none;
}
#contents-lists ul li{
	padding: 20px 10px ;
	border-bottom: 1px solid #ccc;
}

#contents-lists ul li h2{
	margin: 0 0 10px 0;
}
#contents-lists ul li{
	margin: 0;
	overflow: hidden;
}
#contents-lists ul li .zaxiang{
	margin-top: 20px;
	font-size: 16px;
	}
#contents-lists ul li .zaxiang a{
	padding: 5px 10px;
	color:#018339;
	border: 1px solid #018339;
	border-radius: 5px;
}
#contents-lists ul li .zaxiang a:hover{
	color:#fff;
	background: #018339;
}
.zaxiang .pull-rightx{
	text-align: right;
}
/***********************
********* 惠顾留言******
************************/
.mes-ly{
	padding: 30px 0;
	background:url(../images/bjt.jpg) no-repeat center #fffaea;
	margin: 0 auto;
	min-height: 615px;
	width: 100%;
	overflow: hidden;
}
.mes-hh{
	width: 500px;
	 position: relative;
      top: 50%;
      transform: translateY(30%);
}
.hr_10{
	height: 10px;
}
.msgtitle{
	color:#000;
	
	line-height: 50px;
	font-weight: bold;
}
.msg_btn_area{
	border: 1px solid #f00;
	padding: 10px 20px;
	border-radius: 10px;
	width: 100px;
	text-align: center;
    float: right;
	}
.msg_btn_area a{
	color:#f00;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.msg_btn_area a:hover{
	color:#0C96FB;
}
.msg_btn_area:hover{
	border:1px solid #0C96FB;
}
.msg_input {
	width: 100%;
	height: 50px;
	border: 1px solid #018339;
	outline: none;
	text-indent: 15px;
	border-radius: 10px;
}
.msg_input_on{
	width: 100%;
	height: 50px;
	text-indent: 15px;
	border:1px solid #0C96FB;
	outline: none;
	border-radius: 10px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding: 20px 0;
	color: #000;
	background: #fff;
	margin: 0 auto;
}
#footer .footer-zh{
    text-align: center;
    margin-top: 30px;
}
#footer .footer-zh1{
	width: 500px;
    float: right;
    text-align: center;
    padding-top: 30px;
}
#footer .footer-ewm{
	text-align: center;
}
#footer .footer-ewm img{
	width: 120px;
	height: 120px;
}
#footer .footer-ewm span{
	display:inline-block;
/*	padding: 0 10px;*/
}
#footer .footer-ewm span.left{
	float: left;
	padding-left: 20px;
}
#footer .footer-ewm span.right{
	float: right;
	padding-right: 20px;
}
#footer p{
	margin: 5px 0;
	
}
#footer p span{
	padding-right: 5px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #c52d2f;
}
.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #C52D2F;
	height: 84px;
	margin-top: 110px;
}
.footer_left {
	padding: 10px;
}
.footer-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
	display: inline-block;
}
.footer-nav li{
	float: left;
}
.footer-nav li span{
	padding: 0 10px; 
}
.cl{
	clear: both;
}
.closeann{
	position: fixed;
	top: 20%;
	right:0; 
	z-index: 99;
	/*display: none;*/
	
}
/*轮播*/
.carousel-example {
		
	}
.carousel-example h3{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:0;
	padding: 0 15px;
	border-left: 5px solid #fff;
}	
.carousel-example .img-responsive{
	height: 200px; 
	width: 100%
}
.carousel-example .center{
	padding-bottom: 0;
}
	#complicated-content-carousel .carousel-control {
		position: absolute;
		top: -20px;
		right: 0;
		left: auto;
		bottom: auto;
		width: 14px;
		font-size: 25px;
		color: #3c3c3c !important;
		opacity: 1;
	}
	
	#complicated-content-carousel .carousel-control.left,
	#complicated-content-carousel .carousel-control.right {
		background-image: none;
	}
	
	#complicated-content-carousel .carousel-control.left {
		right: 35px;
	}
	
	#complicated-content-carousel .index {
		position: absolute;
		top: -70px;
		right: 0;
		font-size: 16px;
		color: #3c3c3c;
	}
	
	#complicated-content-carousel .flex-item {
		position: relative;
		display: inline-block;
		width: 320px;
		height: 380px;
		padding: 16px 13px;
		background-color: #f5f6f7;
		border: 6px solid #f5f6f7;
	}
	
	#complicated-content-carousel .flex-item:hover,
	#complicated-content-carousel .flex-item:focus {
		border: 6px solid #d2d4d5;
		border-radius: 3px;
	}
	
	.good-top {
		height: 21px;
	}
	
	.good-top-left {
		font-size: 16px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-right {
		height: 21px;
		text-align: right;
	}
	
	.choose-color div {
		display: inline-block;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		letter-spacing: 5px;
		cursor: pointer;
	}
	
	.choose-color .blue {
		background-color: #165eb9;
	}
	
	.choose-color .yellow {
		background-color: #ffe637;
	}
	
	.choose-color .black {
		background-color: #535253;
	}
	
	.choose-color .grey {
		background-color: #d3a7ac;
	}
	
	.choose-color .dark-blue {
		background-color: #35374c;
	}
	
	.choose-color .dark-blue-women {
		background-color: #192b5e;
	}
	
	.choose-color .light-blue-women {
		background-color: #1682c4;
	}
	
	.good-top-left .fa {
		position: relative;
		top: 2px;
		font-size: 21px;
	}
	
	.good-bottom {
		height: 21px;
	}
	
	.good-bottom * {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.good-bottom-left a h4 {
		font-size: 18px;
		color: #3c3c3c;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-bottom-right {
		position: relative;
		top: -1px;
		font-size: 22px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-left,
	.good-bottom-left {
		float: left;
		text-align: left;
	}
	
	.good-top-right,
	.good-bottom-right {
		float: right;
		text-align: right;
	}
	
	.good-image {
		height: 294px;
		text-align: center;
	}
	
	.good-image:before {
	    content: "";
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	
	.good-image img {
		max-height: 240px;
		vertical-align: middle;
	}
	
	.size {
		position: absolute;
		padding: 0;
		cursor: pointer;
		transition: all .35s;
	}
	
	.size.shown {
		padding: 0 5px 5px 5px;
		background-color: #fff;
		border-radius: 2px;
	}
	
	.size.shown .option:hover {
		background-color: #f5f6f7;
	}
	
	.carousel-control {
		width: 50px;
		height: 50px;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		font-size: 30px;
		text-align: center;
		opacity: 1;
	}
	
	a.carousel-control.left,
	a.carousel-control.right {
		background-image: none;
		opacity: 1;
		text-align: center;
	}

/* MEDIA QUERIES */
	/* styles for phones' displays */
	@media only screen and (max-width: 350px) {
		#complicated-content-carousel .flex-item {
			width:auto;
		}
	}
	
	/* styles for medium size displays */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		#complicated-content-carousel .flex-item {
			width: auto;
		}
	}