#fusion #home h1, #fusion #home h2, #fusion #home h3, #fusion #home h4, #fusion #home h5, #fusion #home h6, #fusion #home p {
	letter-spacing: normal;
}
/* Banner Styles */
#fusion #home {
	position: relative;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url(../../images/master/banner.png) no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
#fusion #home-banner h1, #fusion #home-banner h4 {
	text-align: center;
	color: #fff;
	font-weight: 600;
}
#fusion #home-banner h4 {
	font-size: 12px;
	text-transform: uppercase;
}
#fusion #home-banner h1 {
	font-size: 48px;
}
#fusion #home .banner-wrap {
	background: rgba(0, 0, 0, 0.4);
	display: block;
	margin: 0 auto;
	border-radius: 4px;
}
#fusion #home .banner-wrap select option {
	background-color: #fff;
	color: #000000;
}
#fusion #home-banner .icon-dropdown, #fusion #home-banner .icon-dropdownw {
	position: absolute;
	right: 10px;
	top: 10px;
}
#fusion #home-banner .row {
	margin-bottom: 10px;
}
#fusion #home-banner .middle-wrap {
	padding: 5px 8px;
}
#fusion #home-banner .middle-wrap .line hr {
	border-bottom: 1px solid #fff;
	padding: 0;
	margin: 10px 0 0 0;
}
#fusion #home-banner input[type="submit"] {
	border: none;
	background: #E3C334;
	font-weight: 700;
	font-size: 15px;
	padding: 12px;
	margin: 15px 0;
}
#fusion #home-banner p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#fusion #home-banner .row {
	position: relative;
}
#fusion #home-banner .row i.icon-locationw {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Deals Section Styles */
#home .deals {
	background: #F3F8F7;
}
#home .deals h3 {
	text-align: center;
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
#home .deals .deal-wrap {
	padding: 0 10px;
	box-sizing: border-box;
}
#home .deals .deal-wrap .deal {
	background: #fff;
}
#home .deals .deal-wrap .deal img {
	width: 100%;
}
#home .deals .deal-wrap .deal .content-wrap .icon-plane, #home .deals .deal-wrap .deal .content-wrap h4 {
	display: inline-block;
}
#home .deals .deal-wrap .deal .content-wrap h4 {
	font-size: 14px;
	color: #606060;
	font-weight: 600;
}
#home .deals .deal-wrap .deal .content-wrap {
	padding: 0 10px;
}
#home .deals .deal-wrap .deal .content-wrap p {
	text-transform: uppercase;
	font-size: 11px;
	color: #606060;
}
#home .deals .deal-wrap .deal .content-wrap .price {
	font-size: 22px;
	font-weight: 400;
	color: #2441DD;
}
#home .specialists {
	background: #fff;
}
#home .specialists h2 {
	text-align: center;
	color: #606060;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}
#home .specialists h4 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 8px;
	color: #606060;
}
#home .specialists .contact {
	box-sizing: border-box;
	padding: 0 20px;
}
#home .specialists .contact .icon {
	display: block;
	margin: 0 auto 10px;
}
#home .specialists .contact p {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #606060;
}

/* DESKTOP - Tablet */
@media (min-width: 768px) {
	#fusion #home-banner {
		padding: 100px 0;
	}
	#fusion #home .banner-wrap {
		width: 582px;
		
		box-sizing: border-box;
		padding: 20px;
	}
	#fusion #home-banner .middle-wrap .line {
		width: 20px;
	}
	#home .deals, #home .specialists {
		padding: 60px 0 150px;
	}
	#home .specialists h2 {
		margin-bottom: 30px;
	}
	#home .specialists .contact {
		padding: 0 72px;
	}

}

/* DESKTOP */
@media(min-width: 1040px) {
	#fusion #home-banner {
		max-height: 800px;
	}
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1039px) {

}

/* MOBILE */
@media (max-width: 766px) {
	#fusion #home-banner {
		padding: 50px 20px;
	}
	#fusion #home .banner-wrap {
		padding: 18px;
	}
	#fusion #home-banner h1 {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: 50px;
	}
	#fusion #home-banner button {
		background: #E3C334;
		padding: 10px 10px 4px;
		border-radius: 3px;
	}
	#fusion #home-banner .icon-locationw {
		margin-top: 10px;
	}
	#fusion #home-banner #cruise-location {
		width: 98%;
		padding: 12px 10px;
	}
	#fusion #home-banner .icon-dropdown {
		top: 14px;
		right: 12px;
	}
	#home .deals {
		padding: 30px 0 15px;
	}
	#home .deals .deal-wrap {
		margin-bottom: 10px;
	}
	#home .deals .deal-wrap .deal .content-wrap .info {
		float: left;
		padding-bottom: 15px;
	}
	#home .specialists {
		padding: 50px;
	}
	#home .specialists h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#home .specialists h2 br {
		display: none;
	}
	#home .specialists .contact p {
		font-size: 14px;
	}
	#home .specialists .contact {
		margin-bottom: 30px;
		padding: 0 10px;
	}
}