/* Fluid Video */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
}

/* Header Carousel*/
header.carousel {
    height: 95%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Image Hover*/
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.navbar-header
{
	  color: #fff;
}

/* Hover Dropdown Submenu */
.dropdown:hover .dropdown-menu {
	display: block;
}

/* Shadow */
.text-shadow {
	text-shadow: 2px 2px 5px #8e8e8e;
}

.box-shadow {
	box-shadow: 5px 5px 10px #8e8e8e;
}