@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;
}
@font-face {
	font-family: 'Simple';
	src: url('../fonts/simple joys.ttf');
	src: url('../fonts/simple joys.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'loewbold';
    src: url('../fonts/loew-bold-webfont.woff2') format('woff2'),
         url('../fonts/loew-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'loewlight';
    src: url('../fonts/loew-light-webfont.woff2') format('woff2'),
         url('../fonts/loew-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'loewregular';
    src: url('../fonts/loew-regular-webfont.woff2') format('woff2'),
         url('../fonts/loew-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'loewregular', "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	background: #fffbf7;
	height: 100%;
	position: relative;
}
a {
	color: #00A8E1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #84235E;
	outline: none;
}
p {
	margin-bottom: 30px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, figure {
	color: #00A8E1;
	font-family: 'loewregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	line-height: 1.5; 
}
.h1, h1 {
    font-size: 33px;
}

.extended {
	color: #DC143C;
	font-family: 'loewregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
	line-height: 1.5; 
	font-weight: 800;
}

.txt-white {
	color: #ffffff;
}
.txt-dark {
	color: #104c97;
}
.txt-gray {
	color: #afb4b6;
}
.txt-pop {
	color: #84235E;
}
.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: #84235E;
}
::-webkit-selection {
 color: #fff;
 background: #84235E;
}

::-moz-selection {
 color: #fff;
 background: #84235E;
}
::selection {
	color: #fff;
	background: #84235E;
}
.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: 'loewbold', "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;
	border-radius: 20px;
	text-transform: uppercase;
}
.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: #009cde;
	color: #fff;
	border: 2px solid #009cde;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: none !important;
	border-color: #009cde !important;
	color: #009cde !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #009cde;
	border: 2px solid #009cde;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #009cde !important;
	color: #fff !important;
}
.btn-purchase {
	background: #84235E;
	color: #fff;
	border: 2px solid #84235E;
	min-width: 240px;
}
.btn-purchase:hover, .btn-purchase:focus, .btn-purchase:active {
	background: transparent;
	color: #84235E;
	border: 2px solid #84235E;
}
.btn-info.btn-outline {
	background: #104c97 !important;
	color: #ffffff !important;
	border: 2px solid #104c97 !important;
}
.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: #104c97 !important;
	;
}
.btn-warning {
	background: #009cde;
	color: #fff;
	border: 2px solid #009cde;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #009cde !important;
	border-color: #009cde !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #009cde;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #009cde;
	color: #fff;
}
.btn-danger {
	background: #009cde;
	color: #fff;
	border: 2px solid #009cde;
}
.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 #009cde;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #009cde;
	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;
}
}

.navbar-nav {
	margin-top: 14px;
}
#header {
	padding-top: 30px;
}
.logo {
	margin: 20px;
	height: 25px;
}
.navbar-default {
	margin-bottom: 0;
	background: #fffbf7;
}
.navbar-default.navbar {
	min-height: 70px;
	border: none !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
.navbar-default.navbar {
	min-height: 70px !important;
}
}
.navbar-default a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.navbar-default .navbar-header {
	height: 70px !important;
}
}
.navbar-default .navbar-header .navbar-brand {
	float: left;
	margin: 25px 20px 0 0;
	padding: 0;
	height: 45px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.navbar-default .navbar-header .navbar-brand {
	margin-left: 15px;
	height: 40px !important;
}
}
.navbar-default .navbar-header .navbar-brand img {
	float: left;
	margin-top: 0px;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:active, .navbar-default .navbar-header .navbar-brand:focus {
	outline: none;
}
.navbar-default a {
	color: #ccc;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > li.active a {
	color: #009cde;
	background: none;
}
.navbar-default .navbar-nav > li.active a:active, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover {
	color: #009cde;
	outline: none;
	background: none;
}
.navbar-default .btn-calltoaction {
	border-color: transparent;
	margin: 0;
	padding: 8px 20px;
	color: #ffffff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #84235E;
}

@media screen and (max-width: 768px) {
.navbar-default .btn-calltoaction {
	margin-top: 0 !important;
	margin-left: 10px;
	margin-right: 10px;
}
}
.navbar-default .btn-calltoaction:hover, .navbar-default .btn-calltoaction:focus, .navbar-default .btn-calltoaction:active {
	border-color: transparent;
	outline: none;
	box-shadow: none;
}
.navbar-default .btn-calltoaction:hover, .navbar-default .btn-calltoaction:focus {
	background: #a52048!important;
}
.navbar-default .btn-calltoaction:active {
	background: #a52048!important;
}
.navbar-toggle {
	display: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
.nav-toggle i {
	display: none !important;
}
.btn-primary {
	border-color: transparent;
	padding: 8px 20px;
	color: #ffffff;
	background: #84235E;
	font-weight: bold;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus {
	border-color: transparent;
	box-shadow: none;
	background: #a52048;
	outline: none;
}
.btn-primary:active {
	outline: none;
	background: #a52048;
	border-color: transparent;
}
/*--MAIN IMG/OFFER SECTION--*/
#section-hero {
	padding-top:41px;
	background: #fffbf7;
}
#section-hero img {
	max-width: 100%;
	height: auto;
}
#main-img {
	min-height: 780px;
	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: 810px;
}
#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: 780px;
	width: 100%;
}
#main-img .flexslider .resort-brief .resort-brief-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 780px;
	width: 100%;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box {
	width: 30%;
    height: 100%;
	min-height: 780px;
	background: rgba(17,77,151,.6);
	padding: 6em 20px 11em;
	color: #fff;
	position: relative;
	text-align: center;
	-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);
}
.lbold {
	font-family: 'loewbold', "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: 800px;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h1 {
	font-size: 120px;
	position: relative;
	display: inline-block;
	color: #ffffff;
	line-height: .8;
	font-weight: bold;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h1 span {
	font-size: 14px;
	font-weight: 900;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h2 {
	color: #ffffff;
	line-height: 1.4;
	font-weight: 700;
	font-size: 15px;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h2 .orlando {
	display: block;
	color: #84235E;
	font-family: 'Simple', Arial, Helvetica, sans-serif;
	font-size: 135px;
	line-height: 100px;
	text-transform: none;
	font-weight: 400;
	margin: 0 0 0px;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h2 .lasvegas {
	display: block;
	color: #84235E;
	font-family: 'Simple', Arial, Helvetica, sans-serif;
	font-size: 110px;
	line-height: 100px;
	text-transform: none;
	font-weight: 400;
	margin: 0 0 20px;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box h2 span {
	text-transform: none;
	font-size: 22px;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box .exp-callout {
	padding: 10px 0;
	border-top: 2px dotted #afb4b6;
	border-bottom: 2px dotted #afb4b6;
	text-transform: uppercase;
}
#main-img .flexslider .resort-brief .resort-brief-inner .box .exp-callout strong {
	color: #84235E;
}
.exp-callout > span {
}
#main-img .flexslider .resort-brief .resort-brief-inner .box a.btn {
	margin-bottom: 10px;
}
.smaller {
    color: #fff;
    font-size: 11px;
    margin: 0 auto 10px;
    width: 86%;
}
.dollar {
    font-size: 50px;
	font-weight: bold;
	position: relative; 
	top: -40px;
}
.dollar2 {
    font-size: 40px;
	font-weight: bold; 
	position: relative; 
	top: -35px;
}
.dollar3 {
    font-size: 20px;
	font-weight: bold; 
	position: relative; 
	top: -23px;
	
}
.uppercase-heading-sm {
    font-size: 14px;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
	margin: 0 0 0px 0;
}
.resort-brief-inner h5 {
	margin-bottom: 20px;
}
.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (max-width: 1300px) {
	#main-img .flexslider .resort-brief .resort-brief-inner .box {
		width: 50%;
		height: 100%;
	}
	#main-img .flexslider .slides li {
		min-height: 820px;
	}
}

@media screen and (max-width: 720px) {
	#main-img .flexslider .resort-brief .resort-brief-inner .box {
		background: rgba(17,77,151,.8);
		width: 100%;
		height: 100%;
		padding: 3.5em 20px 6em;
	}
	#main-img .flexslider .flex-control-nav {
		bottom: 5px;
	}
	#main-img .flexslider .resort-brief .resort-brief-inner .box h2 .orlando {
		font-size: 115px;
		line-height: 95px;
	}
	#main-img .flexslider .resort-brief .resort-brief-inner .box h2 .lasvegas {
		font-size: 95px;
		line-height: 85px;
	}
	#main-img .flexslider .slides li {
		background-position: 0% 50%;
		min-height: 820px;
	}
	#main-img .flexslider .resort-brief .resort-brief-inner .box h1 {margin: 0 0 10px 0;}
	#main-img .flexslider .resort-brief .resort-brief-inner .box h2 {margin: 0 0 20px 0;}
	#main-img .flexslider .resort-brief .resort-brief-inner .box p {margin-bottom:20px;}
}


/*--INTRO COPY SECTION--*/
.intro {
	padding: 4em 0 8em;
	background-color: #e78554;
	background-image: url("../images/slide_4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right -80px;
}

@media screen and (max-width: 992px) {
.intro {
	padding: 3em 0;
	background-image: none;
	background-color: #84235E;
}
}
.intro h1 {
	color: #fff;
	font-size: 50px;
}
.intro p {
	color: #104c97;
}
.intro p:last-child {
	margin-bottom: 0;
}
.intro .btn {
	color: #fff;
}
p.conditions {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}
/*--CAR SECTION--*/
#car {
	background: #fffbf7;
	padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
#car {
	padding: 30px 0 30px;
}
}
/*--CHOOSE YOUR VACATION PACKAGE SECTION--*/
#choose {
	background: #fffbf7;
	padding: 3em 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;
	width: 100%;
}
.resort figure .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 14px;
   	margin-bottom: 50%;
    background: #104c97;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    font-size: 22px;
}
.resort .resort-inner {
	padding: 30px 30px 30px 30px;
}
.resort .resort-inner p {
	color: #666666;
}
.resort .resort-inner p:last-child {
	margin-bottom: 0;
}
.resort .resort-inner h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #84235E;
}
.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: 'loewbold', Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: #00A8E1;
	line-height: .8;
	margin-bottom: 10px;
	position: relative;
	text-decoration: line-through;
}
.resort .price-status .newprice {
	font-family: 'loewbold', Arial, Helvetica, sans-serif;
	font-size: 100px;
	color: #104c97;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	
	
}
.resort .price-status .now {
	font-family: 'loewbold', Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #104c97;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	
	
}
.resort .price-status .price .per {
	font-size: 12px;
}
.resort .price-status .newprice .per {
	font-size: 16px;
}
.exp-callout {
	font-family: 'loewbold', Arial, Helvetica, sans-serif;font-weight: bold;}

.bonus {
	display: block;
	clear: both;
	padding: 30px 30px 30px 30px;
	margin: 0 1%;
	background-color: #104c97;
	text-align: center;
	width: 98%;
}
.bonus p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.bonus i {
	color: #00A8E1;
}
.bonus h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #84235E;
}

.resort2 {
	display: block;
	clear: both;
	padding: 10px 30px 0px 30px;
    margin: 0 1% 10px;
	text-align: center;
	width: 98%;
}
.resort2 p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.resort2 i {
	color: #00A8E1;
}
.resort2 h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #84235E;
}

/*--AWARD SECTION--*/
.award {
	padding: 2em 0;
	background-color: #dddddd;
	text-align: center;
}
.award img {
	width: 200px;
	margin-bottom: 10px;
}
.award h3 {
	color: #666666;
	margin-bottom: 0;
}
.award p {
	font-family: 'Today', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-bottom: 0;
}
#trip {
	padding: 2em 0;
	background: #ddd;
}
/*--PLAN SECTION--*/

#plan {
	padding: 2em 0;
	background: #ddd;
}

@media screen and (max-width: 768px) {
#plan {
	padding: 2em 0;
}
}
#plan .plan-info a {
	color: #104c97;
	text-decoration: underline;
}
#plan .plan-info a:hover, #plan .plan-info a:active, #plan .plan-info a:focus {
	color: #84235E;
}
.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: #00A8E1;
	line-height: 1.2;
    display: block;
    min-height: 120px;
}
#plan p {
}
.text-muted {
    color: #00A8E1;
}
/*--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--*/
footer {
	position: relative;
	z-index: 2;
	padding: 5em 0;
	width: 100%;
	background-color: #104c97;
}

@media screen and (max-width: 768px) {
.footer {
	padding: 3em 0;
}
}
footer .brandbar {
	display: block;
	width: 100%;
	height: 60px;
	background-image: url('../images/hgv_hilton100_logo_white.png');
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 1em;
}
footer p {
	color: #fff;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover, footer a:active, footer a:focus {
	color: #84235E;
}
.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;
	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: 2em 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: 2em 0 2em 0 !important;
}

@media screen and (max-width: 768px) {
.page-title {
	padding: 2em 0 2em 0 !important;
}
}
.page-title h1 {
	font-size: 34px;
	line-height: 1;
	color: #fff;
	margin: 0;
}
.page-title h1 .colored {
	color: #fff;
}
.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: #666666;
}
.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;
	height: 100%;
	right: 0;
	overflow-y: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 275px;
	background: black;
	padding: 30px;
}

@media screen and (max-width: 768px) {
#offcanvas {
	display: none;
}
}
#offcanvas ul {
	padding: 0;
	margin: 0;
}
#offcanvas ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	line-height: 28px;
}
#offcanvas ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none !important;
}
#offcanvas ul li a:hover {
	color: #118DF0;
}
#offcanvas ul li.active a {
	color: #118DF0;
}
#offcanvas ul li.cta {
	margin-left: 0;
	margin-top: 20px;
	display: block;
	float: left;
}
#offcanvas 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;
}
#offcanvas ul li.cta a:hover {
	background: #fff;
	text-decoration: none;
}
#offcanvas ul li.cta a:hover:after {
	display: none;
}
.nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
	background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 30px;
	height: 2px;
	color: #999999; /*--here--*/
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #999999; /*--here--*/
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #999999; /*--here--*/
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle i::before {
	top: -7px;
}
.nav-toggle i::after {
	bottom: -7px;
}
.nav-toggle:hover i::before {
	top: -10px;
}
.nav-toggle:hover i::after {
	bottom: -10px;
}
.nav-toggle.active i {
	background: transparent;
}
.nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nav-toggle {
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.nav-toggle {
		display: block;
		top: 20px;
	}
}
.js .animate-box {
	opacity: 0;
}

/*# sourceMappingURL=style.css.map */

/* Slider */
.slick-container {
    margin: 20px -15px 0px;
}

@media (min-width: 576px) {
    .slick-container {
        margin: 30px 0;
    }
}

@media (min-width: 768px) {
    .slick-slide {
        margin: 0px -130px;
    }
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    position: relative;
    transform: scale(0.7, 0.7);
    transition: transform 0.5s;
    opacity: 1;
    z-index: 10;
}

.slick-scale {
    transform: scale(.8, .8);
    z-index: 12;
}

.slick-center {
    transform: scale(1, 1);
    z-index: 13;
}

.slick-side {
    z-index: 11;
}

.slick-current+.slick-scale+.slick-slide {
    z-index: 11;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 15;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

@media (min-width: 768px) {
    .slick-prev {
        left: 130px;
    }

    .slick-next {
        right: 130px;
    }
}

@media (min-width: 992px) {
    .slick-prev {
        left: 225px;
    }

    .slick-next {
        right: 225px;
    }
}

@media (min-width: 1200px) {
    .slick-prev {
        left: 285px;
    }

    .slick-next {
        right: 285px;
    }
}

.slick-prev::before {
    content: url('../img/slider-arrow-prev.png');
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
}

.slick-next::before {
    content: url('../img/slider-arrow-next.png');
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
}

.sticky-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #329ab7;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 20;
}

.sticky-btn .btn {
    height: auto;
    font-size: 1.125rem;
    line-height: 1;
    padding: .5em .75em .25em;
    white-space: normal;
}


.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }


@media print {
  .d-print-none         { display: none !important; }
  .d-print-inline       { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block        { display: block !important; }
  .d-print-table        { display: table !important; }
  .d-print-table-row    { display: table-row !important; }
  .d-print-table-cell   { display: table-cell !important; }
  .d-print-flex         { display: flex !important; }
  .d-print-inline-flex  { display: inline-flex !important; }
}

footer {
    background-color: #104c97;
	padding: 2em 1em 3em 1em;
}

@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-bottom: 1em;
}

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

.footer-logo {
	display: inline-block;
    max-width: 25%;
	height: auto;
    padding: 0 3% 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 {
    padding-left: 0px!important;
	padding-right: 0px!important;
	margin-left: auto;
	margin-right: auto;
	
}

.col-md-12 {display:block;
	width:100%!important;}
@media (min-width: 992px) {
.col-md-6 {
    width: 49.5%;
}
}