@charset "utf-8";
/* CSS Document */

img { max-width:100%; }

#myCarousel2
{ background-color:#f5f5f5;}

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;
}



.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:0px  !important;
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px; padding:10px 69px; text-align:center; margin:0px auto !important;
}

element.style {
}

.thumbnail {
    display: block; margin:0px auto !important;
    padding: 0px !important; color:#ffffff;
    margin-bottom: 10px !important; margin-top:18px !important;
    line-height: 1.42857143 !important;
    background-color: #333333 !important;
    border: 0px solid #ddd !important;
    border-radius: 4px !important; width: 181px !important; height:180px !important; border:4px solid #ffffff 
	!important; box-shadow:2px 1px 4px #333333 !important;
    -webkit-transition: border .2s ease-in-out !important;
    -o-transition: border .2s ease-in-out !important;
    transition: border .2s ease-in-out !important;
}



/* Thumbnail Box */
.caption h4 {
    color: #fff;
}

.caption p {  
    color: #fff;
}

.thumbnails li> .fff .caption {
    background: #000 !important;
    padding: 5px !important;
    color: #fff;
}

.caption
{    background-color: #333 !important; 
    color: #ffffff !important;
    text-align: center !important;
    padding: 5px 0px !important;
    font-size: 15px !important;
    position: relative !important;
    bottom: 31px !important;
    width: 100% !important;
    z-index: 2 !important;}


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}


.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
     background-color: transparent !important; 
    border: 2px solid #ddd;
    border-radius: 15px; margin-bottom:10px;
}



.glyphicon-chevron-left:before {
    content: "\e079";
    color: #9c9c9c;
}

.glyphicon-chevron-right:before {
    content: "\e080";color: #9c9c9c;
}


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

