<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*042116 AC adding honeymoon wishes*/
/*DV RESPONSIVE STYLES*/
@media (max-width: 767px) {
	nav .bgHeaderContentMain, header .bgHeaderContentMain {
	display: none;
}
}

.mobile-header {
    /*background-image: url('/images/home-based/mobile/img/cone_header_background_pattern.jpg');*/
}
.mobile-header-logos {
	/*background-image: url("/images_unique/logos/brand/DRMVC.png");*/
	background-image: url("/images/home-based/websites/logos/dream-vacations-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 180px;
	height: 55px;
	margin-top: 10p
}
.company-description {
	color: #FFFFFF;
    background-color: #134A8E;
}

.mobile-header-img {
	background-image: url("/images/home-based/websites/dream-vacation-header-mobile-bkgd.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}
.top-nav {
margin-bottom: 10px;
background-color: #ededed;
}
.top-nav-btn {
	margin-top: 15px;
}
.top-nav a, .top-nav a:hover, .top-nav a:active, .top-nav a:focus {
	color: #ffffff;
}
.btn-main {
	background-color: #134A8E;
	color: #ffffff;
}
.top-nav .panel {
	background-color: #ededed;
}
.top-nav .panel .list-group-item {
	background: linear-gradient(to bottom, #FFF 0%, #FBFBFB 7%, #F2F2F2 100%) repeat scroll 0% 0% transparent;
}
.top-nav .panel .list-group-item a {
	color: #032A5F !important;
	font-weight: bold;
	text-transform: capitalize;
}
.top-nav .panel .list-group-item button {
	background: linear-gradient(to bottom, #FFF 0%, #FBFBFB 7%, #F2F2F2 100%) repeat scroll 0% 0% transparent;
	color: #032A5F !important;
	font-weight: bold;
}
.top-nav .panel .list-group-item ul.dropdown-menu li a {
	color: #1E60AC !important;
	font-weight: normal;
	font-size: .9em;
}
.top-nav ul.dropdown-menu li {
	border-bottom: thin solid rgb(204, 204, 204);
	background-color: #E2EEF8;
}

.contact-info-area {
	background-color: #767676;
	text-align:center;
}
.call-button-area a, .call-button-area  {
    color: #ffffff;
}
.address-block-area {
	background-color: #ededed;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: .9em;
}
/*Colors for Content*/
.bkgd-gray {
	background-color: #AAA;
}
.bkgd-color-light {
	background-color: #69A4CF;
}
.bkgd-color-dark {
	background-color: #003268;
	color: #fff;
}
.text-color-light {
	color: #69A4CF;
}
.text-color-dark {
	color: #003268;
}
.text-gray {
	color: #AAA;
}
/*Colors by Project*/
.new {
	color: #92c95c;
}
.coming {
	color: #e8c152;
	cursor: default;
}
.text-color-dark .disabled &gt; a,
.text-color-dark .disabled &gt; a:hover,
.text-color-dark .disabled &gt; a:focus {
  color: #003268;
}
@media (max-width: 767px) {
.video-menu-include .navbar-nav .open .dropdown-menu {
	background-color: #003268;
  }
  .video-menu-include .dropdown-header {
	  background-color: #69A4CF;
	  color: #fff !important;
  }
}
/*Land colors*/
.dv-btn {
	color: #FFF !important;
	background-color: #134a8e !important;
}
.land-header {
	color: rgb(118, 118, 118);
}
.resort-product-header {
	color: rgb(118, 118, 118);
}
.resort-call-to-action {
    color: rgb(118, 118, 118);
}
.resort-terms {
	color: #767676;
}
.resort-pages {
	font-family: 'Open Sans', sans-serif !important;
}
.land-header {
	font-family: "Oswald",sans-serif;
}
.resort-product-header {
	font-family: "Oswald",sans-serif;
}
.resort-product-header {
	background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%) repeat scroll 0% 0%;
}
.resort-call-to-action {
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(237, 237, 237) 100%) repeat scroll 0% 0%;
}
/*Honeymoon Wishes*/
.honeymoon-linkCONE, .honeymoon-linkCINC {
	display: none;
}</pre></body></html>