/*promo*/
#promos img.banner {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#promos p.prices {
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
#promos a.title {
	text-decoration: none;
	color: #000;
}
#promos a.title:hover {
	text-decoration: none;
	color: #cc0000;
}
/*carousel*/
.carousel-title {
	text-transform: uppercase;
}
#carousel-home{
	position: relative;
	width: 100%;
	border: 1px solid #4EABB9;
}
#carousel-home img.home {
	max-height: 318px;
	width: 100%;
	height: auto;
}
#carousel-home div.carousel-inner div.row {
	padding: 0px;
}
#carousel-home div.carousel-inner div.item div{
	padding-left: 0px;
}
#carousel-home div.carousel-inner div.item img {
	max-width: 100%;
	height: auto;
}
#carousel-home a.more{
    padding: 4px 0;
    display: block;
    width: 75px;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    margin: 18px 0 0 0;
    position: relative;
	background-color:#555555;
	background: linear-gradient(#555555, #2a2a2a);
	color: white;
	text-decoration: none;
}
 
#carousel-home a.carousel-control.left {
	background-image: none;
}
#carousel-home a.carousel-control.right {
	background-image: none;
}

#carousel-home a.arrow {
    color: #4EABB9;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
#carousel-home a.arrow:hover {
    filter: alpha(opacity=100);
    opacity: 100;
}

#carousel-home  ol.carousel-indicators {
    background-color: #4EABB9;
	position: static;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
}

#carousel-home  ol.carousel-indicators li, #carousel-home  ol.carousel-indicators li.active {
	width:20px; 
	height: 20px;
	margin: 0px 0px 0px 5px;
}

#carousel-home p.content {
	padding:10px 0px 0px 0px;
	width: 100%;
}
/*MORE/LESS*/
#promos .article {
    background:#f1f1f1;
    padding:1em;
    max-width:31.25em;
    margin-bottom:1em;
}
#promos .description {
    position: relative;
    overflow:hidden;
}
#promos .more {
    position: absolute;
    bottom:0;
    right:0;
    padding-left:2em;
}
#promos .article p {
    padding:0;
    margin:0;
    white-space:nowrap;
    float:left;
	min-height: 22px;
}
#promos .active.article p {
    white-space:normal;
}
#promos .active.article .more {
    position: static;
    padding:0;
}
/* long messy gradient background code */
#promos  .grad {
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.53) 19%, rgba(241, 241, 241, 1) 36%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241, 241, 241, 0)), color-stop(19%, rgba(241, 241, 241, 0.53)), color-stop(36%, rgba(241, 241, 241, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.53) 19%, rgba(241, 241, 241, 1) 36%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.53) 19%, rgba(241, 241, 241, 1) 36%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.53) 19%, rgba(241, 241, 241, 1) 36%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.53) 19%, rgba(241, 241, 241, 1) 36%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f1f1', endColorstr='#f1f1f1', GradientType=1);
    /* IE6-9 */
}