/* Global */
img { max-width:100%; }

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;
    }

.title{
    font-family: 'Conv_FuturaStd-BoldOblique';
    color: #118CA2;
    text-align: center;
    
}
.subtitle{
    font-family: 'Conv_FuturaStd-MediumOblique';
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid #BD0051;
    
}

/* Container */
.container-fluid {
    margin: 10px auto 10px;
    padding: 20px 0px;
    max-width: 100%;
}


/* Page Header */
.page-header {
    margin: -30px 0px 0px;
    font-family: 'Conv_FuturaStd-BoldOblique';
    }
    .page-header h3 {
        line-height: 0.88rem;
        }


/* Carousel Fade */
.carousel.carousel-fade .item { -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; } .carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right { left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); } .carousel.carousel-fade .next, .carousel.carousel-fade .prev { left: 0; z-index: 1; }  .carousel.carousel-fade .carousel-control { z-index: 3; }

.carousel-control {
    color: #fff;
    font-size: 45px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 25%;
    width: 7%;
    bottom: auto;
    position: absolute;
}

/* Thumbnail Box */
.caption {
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.caption .span4, .caption .span8 {
    padding: 0px;
    font-family: 'Conv_FuturaStd-MediumOblique';
}

.caption h3 {
    margin-bottom: 0px;
    font-family: 'Conv_FuturaStd-BoldOblique';
    }







/* ADD-ON
-------------------------------------------------- */

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

a, a:focus, a:active, a:hover, object, embed { outline: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }