
#page-container, #wtfdivi004-page-start-img {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media only screen and (min-width:768px) {
	#et-info {
		float: right !important;
	}
}

#footer-info + #footer-info {
	display: none;
}

.et_pb_fullwidth_header .et-pb-icon.scroll-down {
	animation: fullwidth-header-bounce 2.2s ease-out infinite;
}

@keyframes fullwidth-header-bounce {
	0% {
		transform: translateY(0%);
	}
	
	12.5% {
		transform: translateY(20%);
	}
	
	25% {
		transform: translateY(0%);
	}
	
	37.5% {
		transform: translateY(20%);
	}
	
	50% {
		transform: translateY(0%);
	}
}

#db-info-text {
	margin: 0 10px;
}

#et-info-phone {
	white-space: nowrap !important;
}

#et-info-phone:hover {
	opacity: .7;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

@media only screen and (min-width:981px) {
	.et_pb_slider:not(.et_pb_gallery), .et_pb_slider:not(.et_pb_gallery) .et_pb_container {
		height: 600px !important;
	}
	
	.et_pb_slider:not(.et_pb_gallery), .et_pb_slider:not(.et_pb_gallery) .et_pb_slide {
		max-height: 600px;
	}
	
	.et_pb_slider:not(.et_pb_gallery) .et_pb_slide_description {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		height: auto !important;
	}
}
