/* Global */

a {

	-webkit-transition: all 150ms ease;

	-moz-transition: all 150ms ease;

	-ms-transition: all 150ms ease;

	-o-transition: all 150ms ease;

	transition: all 150ms ease; 

	}

    a:hover {

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */

        filter: alpha(opacity=50); /* IE7 */

        opacity: 0.6;

        text-decoration: none;

    }

/* Container */

.container-fluid {

	padding: 0px;

	max-width: 100%;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	clear: both;

}

#color{
	width: 100%;
	margin: 0px;
	padding: 0px;
}



/* Thumbnail Box */

.caption {
	height: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}

.caption .span4, .caption .span8 {

    padding: 0px 20px;

}

.caption .span4 {

    border-right: 1px dotted #CCCCCC;

}

.caption h3 {
	color: #FFFFFF;
	line-height: 2rem;
	margin: 0;
	text-transform: uppercase;
    }

    .caption p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #FFFFFF;
        }

        .btn.btn-mini {

            background: #a83b3b;

            border-radius: 0 0 0 0;

            color: #fbf4e0;

            font-size: 0.63rem;

            text-shadow: none !important;

            }

.carousel-control {

    top: 0%;

}

