@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*   Today Font   */

@font-face {
	font-family: 'Today';
	src: url('../fonts/todaysanshef-light-webfont.eot');
	src: url('../fonts/todaysanshef-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/todaysanshef-light-webfont.woff') format('woff'), url('../fonts/todaysanshef-light-webfont.ttf') format('truetype'), url('../fonts/todaysanshef-light-webfont.svg#todaysanshef-lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1D1D1D;
	background: #ffffff;
	height: 100%;
	position: relative;
}

a {
	color: #104c97;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #104c97;
	outline: none;
}

p {
	margin-bottom: 30px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #104c97;
	font-family: 'Today', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.txt-white {
	color: #ffffff;
}

.txt-dark {
	color: #104c97;
}

.txt-gray {
	color: #fff;
}

.txt-pop {
	color: #104c97;
}

.strikethrough {
	text-decoration: line-through;
}

.legal {
	font-size: 14px;
}

ul.check {
	list-style-type: none;
	margin-bottom: 30px;
}

ul.check li {
	text-indent: -1.4em;
}

ul.check li:before {
	font-family: 'icomoon';
	content: "\f00c";
	float: left;
	width: 1.4em;
	color: #104c97;
}

p.conditions {
	font-size: 11px;
	font-style: italic;
	margin-top: -25px;
	margin-bottom: 10px;
}

::-webkit-selection {
	color: #fff;
	background: #104c97;
}

::-moz-selection {
	color: #fff;
	background: #104c97;
}

::selection {
	color: #fff;
	background: #104c97;
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 10px 20px;
}

.btn.btn-md {
	padding: 4px 20px !important;
}

.btn.btn-lg {
	padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-primary {
	background: #84235e;
	color: #fff;
	border: 2px solid #84235e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: none !important;
	border-color: #84235e !important;
	color: #84235e !important;
}

.btn-primary.btn-outline {
	background: transparent;
	color: #84235e;
	border: 2px solid #84235e;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
	background: #84235e !important;
	color: #fff !important;
}

.btn-purchase {
	background: #84235e;
	color: #fff !important;
	border: 2px solid #84235e
}

.btn-purchase:hover,
.btn-purchase:focus,
.btn-purchase:active {
	background: transparent;
	color: #84235e;
	border: 2px solid #84235e;
}

.btn-info {
	background: #fff;
	color: #84235e;
	border: 2px solid #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: transparent !important;
	border-color: #fff !important;
}

.btn-info.btn-outline {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
	background: #fff !important;
	;
	color: #84235e !important;
	;
}

.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}

.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}

.btn-danger {
	background: #84235e;
	color: #fff;
	border: 2px solid #84235e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
	background: transparent;
	color: #84235e;
	border: 2px solid #84235e;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
	background: #84235e;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 2px solid #fff;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
	box-shadow: none;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn.with-arrow:hover {
	padding-right: 50px;
}

.btn.with-arrow:hover i {
	right: 18px;
	visibility: visible;
	opacity: 1;
}

.form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
}

.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #118DF0;
}

.fh5co-heading {
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}

.row-bottom-padded-lg {
	padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
	.row-bottom-padded-lg {
		padding-bottom: 1em;
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
	.row-bottom-padded-md {
		padding-bottom: 1em;
	}
}

.row-bottom-padded-sm {
	padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.row-bottom-padded-sm {
		padding-bottom: 1em;
	}
}

/*--HEADER/NAV SECTION--*/
#header {
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	width: 100%;
	margin: 0px 0 0 0;
	background: #ffffff;
}

@media screen and (max-width: 768px) {
	#header {
		margin: 0px 0 0 0;
	}
}

#header .header-inner {
	height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

#header img {
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#header nav {
	margin: 38px 0 0 0;
}

#header nav {
	float: right;
	padding: 0;
}

@media screen and (max-width: 768px) {
	#header nav {
		display: none;
	}
}

#header nav ul {
	padding: 0;
	margin: 0 -0px 0 0;
	line-height: 0;
}

#header nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.7);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#header nav ul li.call {
	margin-left: 20px;
}

@media screen and (max-width: 992px) {
	#header nav ul li.call {
		margin-left: 0px;
	}

	#header img {
		height: 20px;
	}
}

#header nav ul li.call a:hover:after {
	display: none !important;
}

#header nav ul li.call a {
	color: #104c97;
}

#header nav ul li.call a:hover {
	text-decoration: none;
	color: #1D1D1D;
}

#header nav ul li a {
	color: #1D1D1D;
	font-size: 16px;
	padding: 10px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#header nav ul li a i {
	line-height: 0;
	font-size: 20px;
	position: relative;
	top: 3px;
}

#header nav ul li a:after {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 7px;
	left: 10px;
	right: 10px;
	background-color: #104c97;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#header nav ul li a:hover {
	text-decoration: none;
	color: #104c97;
}

#header nav ul li a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

#header nav ul li a:active,
#header nav ul li a:focus {
	outline: none;
	text-decoration: none;
}

#header nav ul li.cta {
	margin-left: 20px;
}

@media screen and (max-width: 992px) {
	#header nav ul li.cta {
		margin-left: 0px;
	}
}

#header nav ul li.cta a {
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}

#header nav ul li.cta a:hover {
	background: #fff;
	color: #118DF0;
}

#header nav ul li.cta a:hover:after {
	display: none;
}

#header nav ul li.active a {
	text-decoration: none;
	color: white;
}

#header nav ul li.active a:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

/*--MAIN IMG/OFFER SECTION--*/
#main-img {
	min-height: 700px;
	background: #fff url(../images/loader.gif) no-repeat center center;
}

#main-img .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}

#main-img .flexslider .slides {
	position: relative;
	overflow: hidden;
}

#main-img .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 700px;
}

#main-img .flexslider .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
}

#main-img .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#main-img .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: #fff;
}

#main-img .flexslider .flex-direction-nav {
	display: none;
}

#main-img .flexslider .resort-brief {
	display: table;
	opacity: 0;
	min-height: 700px;
	width: 100%;
}

#main-img .flexslider .resort-brief .resort-brief-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 700px;
	width: 100%;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box {
	width: 40%;
	background: #104c97;
	padding: 30px;
	color: #fff;
	position: relative;
	text-align: center;
	border: 5px solid #fff;
	outline: 10px solid #104c97;
}

@media screen and (max-width: 768px) {
	#main-img .flexslider .resort-brief .resort-brief-inner .box {
		width: 100%;
	}
}

.exp-callout {
	padding: 10px 0;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	text-transform: uppercase;
}

.exp-callout strong {
	color: #00A8E2;
}

.exp-callout>span {}

#main-img .flexslider .resort-brief .resort-brief-inner .box h2 {
	text-transform: uppercase;
	line-height: .8;
	color: #00A8E2;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box a {
	color: #00A8E2;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box h2 .subhead {
	font-size: 18px;
	color: #fff;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box p {
	color: #fff;
	margin-bottom: 10px;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box p .white-text {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box p .white-text a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box .small a {
	color: #00A8E2;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box p:last-child {
	margin-bottom: 0;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box .price-status {
	margin-bottom: 20px;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box .price-status .price {
	font-family: 'Today', Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: #fff;
	position: relative;
	line-height: .5;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box .price-status .price .tax {
	font-size: 14px;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box a.btn {
	margin-bottom: 10px;
}

#main-img .flexslider .resort-brief .resort-brief-inner .box .conditions {
	margin-bottom: 10px;
	margin-top: 0;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/*--INTRO COPY SECTION--*/
.intro {
	padding: 5em 0;
	background-image: url("../images/slide_4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 992px) {
	.intro {
		padding: 3em 0;
		background-image: none;
		background-color: #104c97;
	}
}

.intro h1 {
	color: #fff;
	font-size: 50px;
}

.intro p {
	color: #104c97;
}

.intro p:last-child {
	margin-bottom: 0;
}

.intro .btn {
	color: #fff;
}

/*--CHOOSE YOUR VACATION PACKAGE SECTION--*/
#choose {
	background: #ffffff;
	padding: 5em 0;
}

@media screen and (max-width: 768px) {
	#choose {
		padding: 3em 0;
	}
}

#choose .item-block {
	margin-bottom: 3em;
	float: left;
}

#choose .item-block .icon {
	display: block;
	margin-bottom: 30px;
}

#choose .item-block .icon img {
	max-width: inherit;
	height: 90px;
	margin: 0 auto;
}

#choose .item-block p:last-child {
	margin-bottom: 0;
}

.resort {
	background: #dddddd;
	text-align: center;
	width: 100%;
	float: left;
	-webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}

.resort figure {
	margin-bottom: 0;
	position: relative;
}

.resort figure img {
	margin-bottom: 0;
}

.resort figure .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2px 10px;
	margin-bottom: 20px;
	background: #84235e;
	color: #fff;
	font-size: 24px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.resort .resort-inner {
	padding: 30px 30px 30px 30px;
}

.resort .resort-inner p {
	color: #1D1D1D;
}

.resort .resort-inner p:last-child {
	margin-bottom: 0;
}

.resort .resort-inner h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #104c97;
}

.resort .resort-inner h3 a:hover,
.resort .resort-inner h3 a:active,
.resort .resort-inner h3 a:focus {
	text-decoration: none;
}

.resort .price-status {
	margin-bottom: 20px;
}

.resort .price-status .price {
	font-family: 'Today', Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: #104c97;
	line-height: .5;
	margin-bottom: 10px;
	position: relative;
}

.resort .price-status .price .per {
	font-size: 16px;
}

.resort .bonus {
	padding: 30px 30px 30px 30px;
	background-color: #104c97;
}
.resort .bonus h3 {
	color: #00A8E2;
}
.txt-pop {
    color: #00A8E2;
}
.resort .bonus p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}

.resort .bonus i {
	color: #00A8E2;
}

.resort .bonus h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #104c97;
}

/*--AWARD SECTION--*/
.award {
	padding: 2em 0;
	background-color: #dddddd;
	text-align: center;
}

.award img {
	width: 200px;
	margin-bottom: 10px;
}

.award h3 {
	color: #1D1D1D;
	margin-bottom: 0;
}

.award p {
	font-family: 'Today', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-bottom: 0;
}

/*--PLAN SECTION--*/

#plan {
	padding: 5em 0;
	background: #104c97;
}

@media screen and (max-width: 768px) {
	#plan {
		padding: 3em 0;
	}
}

#plan .plan-info a {
	color: #00A8E2;
	text-decoration: underline;
}

#plan .plan-info a:hover,
#plan .plan-info a:active,
#plan .plan-info a:focus {
	color: #00A8E2;
}

.equal-height {
	overflow: hidden;
}

.plan-step-series {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.plan-step {
	padding: 10px;
	margin-bottom: 30px;
}

.plan-step-icon {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 52px;
}

.plan-step h3 {
	color: #00A8E2;
	line-height: 1.2;
}

#plan p {
	color: #ffffff;
}
#plan h1 {
	color: #00A8E2;
}
.text-muted {
    color: #fff;
}
#plan{
	text-align: center;
	
}
/*--FAQ SECTION--*/
#faq {
	padding: 5em 0;
}

@media screen and (max-width: 768px) {
	#faq {
		padding: 3em 0;
	}
}

a.panel-heading {
	display: block;
}

.panel-primary .panel-heading[aria-expanded="true"],
.panel-primary .panel-heading a:hover,
.panel-primary .panel-heading a:focus,
.panel-primary a.panel-heading:hover,
.panel-primary a.panel-heading:focus {
	background-color: #286090;
}

.panel-danger .panel-heading[aria-expanded="true"],
.panel-danger .panel-heading a:hover,
.panel-danger .panel-heading a:focus,
.panel-danger a.panel-heading:hover,
.panel-danger a.panel-heading:focus {
	background-color: #c9302c;
}

.panel-default .panel-heading[aria-expanded="true"],
.panel-default .panel-heading a:hover,
.panel-default .panel-heading a:focus,
.panel-default a.panel-heading:hover,
.panel-default a.panel-heading:focus {
	background-color: #dcdcdc;
}

.panel-info .panel-heading[aria-expanded="true"],
.panel-info .panel-heading a:hover,
.panel-info .panel-heading a:focus,
.panel-info a.panel-heading:hover,
.panel-info a.panel-heading:focus {
	background-color: #31b0d5;
}

.panel-success .panel-heading[aria-expanded="true"],
.panel-success .panel-heading a:hover,
.panel-success .panel-heading a:focus,
.panel-success a.panel-heading:hover,
.panel-success a.panel-heading:focus {
	background-color: #449d44;
}

.panel-warning .panel-heading[aria-expanded="true"],
.panel-warning .panel-heading a:hover,
.panel-warning .panel-heading a:focus,
.panel-warning a.panel-heading:hover,
.panel-warning a.panel-heading:focus {
	background-color: #ec971f;
}

.panel-group .panel,
.panel-group .panel-heading {
	border: none !important;
}

.panel-group .panel-body {
	border: 1px solid #ddd !important;
	border-width: 0 1px 1px 1px !important;
}

.panel-group .panel-heading a,
.panel-group a.panel-heading {
	outline: 0;
}

.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus,
.panel-group a.panel-heading:hover,
.panel-group a.panel-heading:focus {
	text-decoration: none;
}

.panel-group .panel-heading .icon-indicator {
	margin-right: 10px;
}

.panel-group .panel-heading .icon-indicator:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
}

.panel-group .panel-heading.collapsed .icon-indicator:before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
}

/*--FOOTER SECTION--*/
.d-flex { display: flex !important; }
footer {
	padding: 0em ;
	padding-top: 3em;
	width: 100%;
	background-color: #104c97;
	z-index: 2;
	position: relative;
	
}
footer .brandbar {
	width: 100%;
	height: 150px;
	background-image: url('http://www.hiltongrandvacations.com/img/brandbar-white.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 5em;
}

footer p {
	color: #fff;
	text-align: center;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: #104c97;
}

.copyright {
	border-top: 1px dotted rgba(255, 255, 255, 0.6);
	clear: both;
	margin-top: 40px !important;
	padding: 40px 0 0 0;
	font-size: 12px;
}

@media (min-width: 576px) {
    footer {
        padding-bottom: 2em;
    }
}

footer .container {
    max-width: 980px;
}

footer h4 {
    font-size: 1.25rem;
}

footer p {
    font-size: .75rem;
}

footer p big {
    font-size: 1rem;
}

footer p a {
    color: #fff;
    text-decoration: underline;
}

footer hr {
    border-top-color: #fff;
    margin-top: 2em;
    margin-bottom: 2.5em;
}

footer img {
    max-width: 100%;
	height: auto;
}

.footer-logos {
    padding-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    .footer-logos {
        padding-top: .25em;
        padding-bottom: .25em;
    }
}

.footer-logo {
	display: inline-block;
    max-width: 30%;
	height: auto;
    padding: 0 2% 1em;
}

@media (min-width: 400px) {
    .footer-logo {
		display: inline-block;
        width: 14%;
        max-width: 20%;
        padding: 0 2% 1em;
    }
}    

@media (min-width: 576px) {
    .footer-logo {
		display: inline-block;
        max-width: 14%;
        padding: 0 1% 1em;
    }
}    

@media (min-width: 768px) {
    .footer-logo {
		display: inline-block;
		max-width: 5.5%;
        padding: 0 0;
    }
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (max-width: 420px) {
	#main-img .flexslider .resort-brief .resort-brief-inner .box h1 {font-size: 89px;}
	.dollar {font-size: 30px;top: -40px;}
	.resort {
    background: #dddddd;
    text-align: center;
    width: 98%;
    float: none;
		margin: 0;
		padding: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	}
	.col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}
}
.col-md-12 {display:block;width:100%;}


/*-DOP PAGE--*/
.page-title {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 7em 0;
	position: relative;
	background-color: #104c97;
}

@media screen and (max-width: 768px) {
	.page-title {
		padding: 3em 0;
	}
}

.page-title .container {
	position: relative;
	z-index: 2;
}

.page-title p,
.page-title h3 {
	color: #fff;
}

.page-title p:last-child {
	margin-bottom: 0;
}

.page-title .btn {
	color: #fff;
}

.page-title {
	padding: 10em 0 5em 0 !important;
}

@media screen and (max-width: 768px) {
	.page-title {
		padding: 6em 0 1em 0 !important;
	}
}

.page-title h1 {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	margin: 0;
}

.page-title h1 .colored {
	color: #00A8E2;
}

.contact {
	padding: 7em 0;
}

@media screen and (max-width: 768px) {
	.contact {
		padding: 3em 0 10px 0;
	}
}

.contact-info {
	margin-bottom: 4em;
	padding: 0;
}

.contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}

.contact-info li i {
	position: absolute;
	left: 0;
	font-size: 20px;
	color: #1D1D1D;
}

.contact-info li a {}

#page {
	position: relative;
	z-index: 2;
	background: #fff;
}

#offcanvas,
.nav-toggle,
#page {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#offcanvas,
.nav-toggle,
#page {
	position: relative;
}

#page {
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas-visible #page {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	-o-transform: translateX(-275px);
	transform: translateX(-275px);
}

#offcanvas {
	display: none;
}

@media screen and (max-width: 768px) {
	#offcanvas {
		display: none;
	}
}

#offcanvas ul li.cta a:hover:after {
	display: none;
}

.nav-toggle {
	display: none;
}

.nav-toggle i {
	display: none;
}


.nav-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.nav-toggle {
	display: none;
	}
}

.js .animate-box {
	opacity: 0;
}

@media screen and (max-width: 460px) {
	#main-img .flexslider .resort-brief .resort-brief-inner .box {
		margin-top: 20%;
	}

	#main-img .flexslider .resort-brief .resort-brief-inner .box .price-status .price {
		font-size: 49px;
	}
}
.text-center {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */
