/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.title_slideshow
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.img-full {
    min-width: 100%;
}

.box {
    padding-top: 2px;
    background: #f5f5f5;
}



@media screen and (min-width:768px) {
    .box {
    padding-top: 2px;
    background: #f5f5f5;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
}

@media screen and (min-width:1200px) {
.box:after {
        content: '';
        display: table;
        clear: both;
    }
.dropdown:hover .dropdown-menu {
    display: block;
 }
}
