#wrapper.box {
    padding: 0;
}

#header {
	background-color: #a9a9a9;
}

#logo, #logo img {
	width: auto !important;
}

@media (min-width:992px) {
	#header, #header-wrap, #logo img {
		height: 150px;
	}
	#logo img {
		padding: 30px;
	}
}

@media (max-width:991px) {
	#logo, #logo img {
		padding: 15px 0;
	}
}

@media (max-width:479px) {
	#logo, #logo img {
		height: auto !important;
		padding: 7px 15px !important;
	}
} 

.cc-logo-float {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -125px;
    z-index: 9;
}

.cc-logo {
    width: 250px;
}

.button-white {
	border-color:#fff !important;
	color: #fff !important;
}

.footer-logo-style {
	max-height: 100px;
}


/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/


.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-overlay [data-hover-animate]:not(.animated) {
	opacity: 0;
}

.bg-overlay {
	z-index: 5;
}

.bg-overlay-content {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 20px;
}

.bg-overlay-bg {
	background-color: rgba(255,255,255,0.85);
}

.dark .bg-overlay-bg,
.bg-overlay-bg.dark {
	background-color: rgba(0,0,0,0.5);
}

.text-overlay-mask {
	opacity: 1.0;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.overlay-trigger-icon {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 0.25rem;
	font-size: 1.125rem;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	transition: all .3s ease;
}

.overlay-trigger-icon .icon-line-play {
	position: relative;
	left: 2px;
}

.overlay-trigger-icon.size-sm {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 0.5rem;
	font-size: 0.875rem;
}

.overlay-trigger-icon.size-lg {
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin: 0 0.5rem;
	font-size: 1.5rem;
}

.bg-overlay.bg-overlay-fill {
    background-color: rgba(0,0,0,0.3);
}

.video-holder {
	position: relative;
	display: block;
	z-index: 99;
}

.video-aspect-container {
	position: relative;
	width: 100%;
	/*padding-top: 56.25%;*/
	padding-top: 42.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width:767px) {
	.video-aspect-container {
		padding-top: 56.25%;
	}
}

.i-custom {
    color: #fff !important;
    border-color: #fff !important;
    border-width: 3px !important;
    width: 92px !important;
    height: 92px !important;
    line-height: 88px !important;
    margin: 0 !important;
    padding-left: 5px;
}

a:hover .i-custom {
    background-color: #FFF !important;
    color: #222 !important;
    text-shadow: none !important;
}

.hover-item {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
	.hover-item:hover {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .10);
		box-shadow: 0 2px 16px rgba(0, 0, 0, .10)
	}
}
