.bose { height: 500px; }
.bose-thumbs ul li a { float: left; border: 1px solid #ddd; padding: 3px; margin-right: 5px }
.bose-thumbs ul li.active a { background-color: #ececec }
.bose-thumbs ul li a img { float: left; margin-right: 10px }
.bose-thumbs ul li a .info { display: inline-block; padding-right: 10px }
.bose-thumbs ul li a .info .title { display: block }
.bose-thumbs ul li a .info .description { font-weight: normal }
.bose h1.caption-title{ 
	/*padding: 20px;*/
	text-transform: uppercase;
	font-size: 36px;
	color: #404d5f;
	font-weight: bold;
	max-width: 50%;
	margin: 135px 0 0 0px;
	line-height: 37.5px;
}
.bose p.caption-discription{ 
	margin: 15px 0 0 0px;
	text-transform: capitalize;
	font-size: 12px;
	color: #acacac;
	max-width: 38%;
	line-height: 17.5px;
}
.bose p.caption-btn{ 
	margin: 15px 0 0 0px;

}
.btn-know-us,.btn-know-us:hover{
	color: #fff;
  	background-color: #fe824c !important;
  	border-radius: 0px !important;
  	padding: 0px 0px !important;
  	margin-top: 4px;
    padding: 12px 10px !important;
    font-size: 12px;
}
@media(max-width:480px){
	.bose p.caption-title{ 
	/*padding: 20px;*/
	text-transform: uppercase;
	font-size: 36px;
	color: #404d5f;
	font-weight: bold;
	max-width: 99%;
	margin: 135px 0 0 50px;
	line-height: 37.5px;
	}
	.bose p.caption-discription{ 
	margin: 15px 0 0 50px;
	text-transform: capitalize;
	font-size: 12px;
	color: #acacac;
	max-width: 80%;
	line-height: 17.5px;
	}
}