header,.footer {
	border-bottom: none;
	font-size: 14px;
}
.dropdown {
	display: block !important;
}
.site-title {
	z-index: 1;
	position: relative;
	font-weight: 300;
	font-size: 36px;
	text-align: center;
	margin: 0 0 15px;
	padding: 25px 15px;
	background: #39f;
	color: #fff;
	border-bottom: 2px solid #ffa543;
	transition: .5s ease-out;
	display: none;
}
.arnCruise .site-title.cruises {
	display: block;
}
#lfLogoBox {
	display:none;
}
.MemberAuthenticated .site-title.hotels {
	display: block;
}
.arnCar .site-title.cars {
	display: block;
}
.arnAir .site-title.flights {
	display: block;
}
.site-title strong {
	font-weight: 600
}
.site-title:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("https://globaldiscoveryvacations.com/images/gdv-stars.png") no-repeat left center;
	background-size: cover;
	margin-bottom: -10px;
	margin-right: 10px;
	transition: 0.5s ease-out
}
.site-title:after {
	bottom: -10px;
	transition: 0.5s ease-out;
	position: absolute;
	z-index: 10;
	content: '';
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 50px 0 50px;
	border-color: #39f transparent transparent transparent;
	transition: all 0.3s ease-out
}
.stick.site-title {
	font-size: 2em;
	padding: 30px 15px 15px
}
.stick.site-title:after {
	border-width: 20px 40px 0
}
@media screen and (max-width: 767px) {
	.site-title {
		font-size: 1.8em;
		padding: 15px
	}
	.site-title:before {
		width: 32px;
		height: 32px
	}
	.stick.site-title {
		font-size: 1.5em
	}

}
@media print {
	.site-title {
		padding: 15px
	}
	.site-title:before,.site-title:after {
		display: none
	}

}
.navbar-nav > li > a {
	padding: 15px;
}
.arnCarDiv {
	margin: 0 auto;
}
.arnCar *,.arnAir * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.arnCar label,.arnAir label {
	display: inline;
	margin-bottom: 0;
	font-weight: 500
}
.arnCar input[type="radio"], .arnCar input[type="checkbox"],
.arnAir input[type="radio"], .arnAir input[type="checkbox"] {
	margin: 0;
}
.rs_home_searchContainer br {
	display: none;
}
#rs_box {
	max-width: auto;
	margin: 25px 0;
}
.arnAir .rs_searchbox__input input {
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
.arnAir #rs_box {
    margin: 100px 0;
}

/* specific from GCI */


html {
	-ms-overflow-style: scrollbar
}
html,body {
	width: 100%;
	height: 100%
}
body {
	margin-top: 115px;
	color: #414143;
	background: #fff;
	-webkit-font-smoothing: antialiased
}
a {
	color: #39f;
	transition: all 0.3s ease-out
}
.center-block {
	float: none !important;
	margin-left: auto;
	margin-right: auto
}
.col-fluid {
	padding-left: 0;
	padding-right: 0
}
.fa {
	margin-right: 5px
}
.valign {
	display: table;
	width: 100%;
	height: 100%
}
.valign>.inner {
	display: table-cell;
	vertical-align: middle
}
.arrow-down {
	position: absolute;
	z-index: 10;
	content: '';
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: 10px auto 0 auto;
	border-style: solid;
	border-width: 15px 90px 0 90px;
	border-color: #39f transparent transparent transparent;
	transition: all 0.3s ease-out
}
.arrow-up {
	position: absolute;
	z-index: 10;
	content: '';
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto 10px auto;
	border-style: solid;
	border-width: 0 90px 15px 90px;
	border-color: transparent transparent #39f transparent;
	transition: all 0.3s ease-out
}
button.close,.close {
	display: block;
	background-color: #39f;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1
}
button.close:hover,.close:hover {
	background-color: #001f3d;
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1
}
.chromeframe {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	padding: 15% 15% 0;
	height: 100%;
	background: #39f;
	filter: alpha(opacity=95);
	opacity: .95;
	font-size: 2em;
	font-weight: 400;
	color: #fff
}
.chromeframe a {
	color: #111;
	text-decoration: underline
}
.chromeframe button.close {
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-color: #fff;
	background: #fff;
	color: #39f
}
.navbar-toggle {
	border: 0;
	border-radius: 0;
	background: none !important
}
.navbar-toggle:hover {
	border: 0;
	border-radius: 0;
	background: none !important
}
.navbar-toggle .icon-bar.icon-bar {
	background-color: #56565b;
	width: 30px;
	height: 3px;
	border-radius: 0
}
.navbar .navbar-collapse {
	border-color: inherit
}
@media screen and (max-width: 767px) {body {
	margin-top: 90px
}
.arrow-down {
	border-width: 10px 50px 0
}
.arrow-up {
	border-width: 0 50px 10px
}

}
@media screen and (min-width: 480px) {a[href^="tel"] {
text-decoration: none;
cursor: default;
pointer-events: none;
color: inherit
}

}
@media screen and (max-width: 480px) {body {
display: block
}
a[href^="tel"] {
display: inline-block;
color: inherit;
border: 1px solid;
padding: 2px 8px;
margin: 5px;
border-radius: 5px;
cursor: pointer;
pointer-events: auto !important
}
a[href^="tel"]:before {
content: "Call:";
font-weight: bold
}
button.close {
width: 28px;
height: 28px;
line-height: 25px
}
.col-mobile {
width: 100%;
float: none
}

}
@media screen and (max-width: 360px) {body {
margin-top: 100px
}

}
@media print {body {
margin-top: 0
}
.btn.back-top {
display: none
}

}
.zzTopDiv {
margin: 0 auto
}
.nav-main {
position: fixed;
z-index: 1040;
left: 0;
right: 0;
top: 0;
font-family: Open Sans,Arial,Helvetica,sans-serif;
background: #fff;
background: rgba(255,255,255,0.9);
border-bottom: 2px solid #fff;
box-shadow: 0 10px 5px rgba(17,17,17,0.25);
transition: all 0.5s
}
.nav-main .nav-sub {
background: #001f3d;
margin: 0 -15px;
padding: 5px 10px;
color: #f2f2f2;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase
}
.nav-main .nav-sub a {
color: inherit
}
.nav-main .navbar-brand {
padding: 0
}
.nav-main .navbar-brand .img {
display: none
}
.nav-main .navbar-brand .logo {
display: inline-block;
overflow: hidden;
width: 145px;
height: 50px;
background-size: contain !important;
padding-top: 0
}
.nav-main .btn-logout a {
padding: 0
}
.nav-main .navbar,.nav-main button[type="submit"] {
font-weight: 600;
text-transform: uppercase;
text-align: center;
background: transparent;
border-radius: 0;
border: 0;
margin: 0;
padding-top: 20px;
padding-bottom: 10px;
transition: all 0.5s
}
.nav-main .navbar-nav>li>a,.nav-main .navbar-nav>li button[type="submit"] {
position: relative;
color: #001f3d;
font-size: 1.2em;
font-weight: 600
}
.nav-main .navbar-nav li>a:hover {
background: none;
color: #39f
}
.nav-main .navbar-nav>li button[type="submit"]:hover,.nav-main .navbar-nav>li>a:focus {
background: none;
color: #39f
}
.nav-main .navbar-nav>.active>a {
background: none;
color: #39f;
transition: all 0.5s
}
.nav-main .navbar-nav>.active>a:hover,.nav-main .navbar-nav>.active>a:focus {
background: none;
color: #39f
}
.nav-main .dropdown-menu {
font-size: 1em;
font-weight: 400;
line-height: 1.8em;
transition: all 0.5s
}
.nav-main .dropdown-menu li a {
display: block;
width: 100%;
clear: both
}
.nav-main .dropdown.open>a {
background: none !important;
color: inherit !important
}
.nav-main .dropdown.open li>a:hover,.nav-main .dropdown.open li.active>a {
background: none;
color: #39f !important
}
.nav-main.stick .navbar-brand {
padding-top: 5px
}
.nav-main.stick .navbar-brand .logo {
height: 40px
}
.nav-main.stick .navbar {
padding-top: 0;
padding-bottom: 0
}
.nav-main.stick .navbar-nav.navbar-nav>li>a {
font-size: .9em
}
.nav-main.stick .navbar-nav.navbar-nav>li>a:hover {
color: #39f
}
.nav-main.stick .navbar-nav.navbar-nav>li>a>li button[type="submit"]:hover,.nav-main.stick .navbar-nav.navbar-nav>li>a>li>a:focus {
color: #39f
}
.nav-main.stick .navbar-nav.navbar-nav>li>a>.active>a {
color: #39f
}
.nav-main.stick .navbar-nav.navbar-nav>li>a>.active>a:hover,.nav-main.stick .navbar-nav.navbar-nav>li>a>.active>a:focus {
color: #39f
}
.nav-main .nav-special .icon-gdvstars {
display: inline-block;
float: left;
width: 18px;
height: 18px;
margin: 0 2px 0 0;
background: url('../images/gdv-stars-orange.png?1503521154') no-repeat center center;
background-size: 18px 18px
}
.nav-main .nav-special a:hover .icon-gdvstars,.nav-main .nav-special.active a .icon-gdvstars {
background-image: url('../images/gdv-stars-skyblue.png?1503521154')
}
.nav-main.stick .nav-special a .icon-gdvstars {
background-image: url('../images/gdv-stars-dark.png?1503521154')
}
.nav-main.stick .nav-special a:hover .icon-gdvstars {
background-image: url('../images/gdv-stars.png?1503521154')
}
.nav-main.stick .nav-special.active .icon-gdvstars {
background-image: url('../images/gdv-stars.png?1503521154')
}
@media screen and (min-width: 768px) {.nav-main .navbar-nav {
float: none;
display: inline-block
}
.nav-main .navbar-nav>li button[type="submit"] {
padding: 13px 10px 0
}
.nav-main.stick .navbar-nav button[type="submit"]:hover {
color: #fff
}
.nav-main.stick .navbar-nav li>a:hover,.nav-main.stick .navbar-nav li>a:focus {
color: #fff
}
.nav-main .dropdown-menu {
text-align: center;
position: fixed;
top: auto;
left: 0;
right: 0;
width: 100%;
padding: 30px 15px;
border: 0;
margin-top: 19px !important;
box-shadow: 0 10px 5px rgba(17,17,17,0.25);
border-radius: 0;
border-bottom: 5px solid #ffa543;
background: #f4fae5;
filter: alpha(opacity=98);
opacity: .98
}
.nav-main.stick .dropdown-menu {
margin-top: 5px !important
}
.nav-main .dropdown-menu.fixed-width {
position: absolute;
left: 0;
float: left;
min-width: 160px
}
.nav-main .dropdown.open {
position: relative
}
.nav-main .dropdown.open:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -19px;
margin: 0 auto;
display: block;
width: 20px;
height: 20px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 10px solid #f4fae5;
filter: alpha(opacity=98);
opacity: .98
}
.nav-main.stick .dropdown.open:after {
bottom: -5px
}
.nav-main .dropdown.open li>a {
color: inherit
}
.nav-main .dropdown-menu .btn-main {
padding-top: 15px;
padding-bottom: 15px;
font-weight: 600
}
.nav-main .btn-logout .btn {
font-size: 60%;
font-weight: 600;
color: #fff
}
.nav-main .nav-special.nav-special a {
border: 1px solid #ffa543;
color: #ffa543;
border-radius: 4px;
padding: 8px;
margin-top: 5px
}
.nav-main.stick .nav-special.nav-special a {
padding: 4px 8px;
margin-top: 12px;
border-color: #111;
color: #111
}
.nav-main .nav-special.nav-special a:hover {
border-color: #39f;
box-shadow: 0 2px 3px rgba(17,17,17,0.02),0 2px 3px rgba(17,17,17,0.28)
}
.nav-main .nav-special.active a {
border: 1px solid #39f;
color: #39f
}
.nav-main .nav-special.active a:hover {
border: 1px solid #39f;
color: #39f
}
.nav-main.stick .nav-special.nav-special a:hover,.nav-main.stick .nav-special.active a {
border: 1px solid #fff;
color: #fff
}

}
@media screen and (min-width: 768px) and (max-width: 1279px) {.nav-main .navbar-brand .logo {
padding-top: 0
}
.nav-main .navbar-nav>li button[type="submit"],.nav-main .navbar-nav>li>a {
font-size: 90%;
padding-left: 7px;
padding-right: 7px
}
.nav-main.stick .navbar-nav>li>a,.nav-main .navbar-nav li button {
font-size: 90%;
padding-left: 7px;
padding-right: 7px
}
.nav-main .nav-special.nav-special a,.nav-main.stick .nav-special.nav-special a {
padding: 2px 6px;
margin-top: 12px
}
.nav-main .nav-special .icon-gdvstars {
width: 16px;
height: 16px;
background-size: cover;
margin: 2px 2px 0 0
}
.nav-main .navbar-nav>li button[type="submit"] {
padding-top: 16px
}
.nav-main .dropdown-menu {
font-size: 0.85em
}
.nav-main .dropdown-menu .btn {
font-size: 0.95em;
font-weight: 600;
padding: 5px
}
.nav-main .btn-logout .btn {
font-size: 0.8em;
margin-right: -10px
}

}
@media screen and (min-width: 768px) and (max-width: 800px) {.nav-main .navbar-brand .logo {
margin-left: -40px;
padding-top: 10px;
margin-right: -30px
}
.nav-main .navbar-nav button[type="submit"],.nav-main .navbar-nav>li>a {
font-size: 75%;
padding-left: 7px;
padding-right: 7px
}
.nav-main.stick .navbar-nav>li>a,.nav-main .navbar-nav li button {
font-size: 75%;
padding-left: 7px;
padding-right: 7px
}

}
@media screen and (max-width: 767px) {.nav-main {
background: #39f;
background: rgba(51,153,255,0.9);
border-bottom: 1px solid #fff
}
.nav-main .navbar {
padding-top: 8px;
padding-bottom: 8px
}
.nav-main .navbar-brand .logo {
width: 140px;
margin-top: 8px
}
.nav-main .dropdown.open>a {
color: #39f !important
}
.nav-main .dropdown-menu li a,.nav-main .dropdown.open li>a {
color: #fff
}
.nav-main .btn-lg {
padding: 5px 10px;
font-size: 0.8em;
line-height: 1.5
}
.nav-main .btn {
width: 100%;
font-weight: 600
}

}
@media screen and (max-width: 480px) {.nav-main .navbar-brand {
float: none
}

}
@media print {.nav-main {
display: none
}

}
.offcanvas {
display: none
}
.offcanvas.in {
display: block
}
.canvas-sliding {
transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s
}
.offcanvas-clone.offcanvas-clone {
height: 0;
width: 0;
overflow: hidden;
border: none;
margin: 0;
padding: 0;
position: absolute;
top: auto;
left: auto;
bottom: 0;
right: 0;
filter: alpha(opacity=0);
opacity: 0
}
.navbar-toggle {
float: left;
margin-left: 0;
margin-right: 0
}
@media (min-width: 768px) {.navbar-offcanvas {
width: auto;
border-top: 0;
box-shadow: none
}
.navbar-offcanvas.offcanvas {
position: static;
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important
}
.navbar-offcanvas .navbar-nav.navbar-left:first-child {
margin-left: -15px
}
.navbar-offcanvas .navbar-nav.navbar-right:last-child {
margin-right: -15px
}

}
@media (max-width: 767px) {.navbar-offcanvas {
width: 250px;
height: auto;
text-align: left;
padding: 30px 15px;
background: #001f3d
}
.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas {
position: fixed;
z-index: 1030;
top: 0;
bottom: 0;
overflow-y: auto;
border-radius: 0
}
.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left {
left: 0;
right: auto;
border-width: 0
}
.navmenu-fixed-right,.navbar-offcanvas {
left: auto;
right: 0
}
.navmenu-nav {
margin-bottom: 10px
}
.navbar-offcanvas .navbar-nav {
margin: 0
}
.navbar-offcanvas .navbar-nav>li button[type="submit"] {
padding: 5px 15px;
width: 100%;
text-align: left;
border-top: 1px solid #494949;
border-bottom: 1px solid #111;
color: #fff
}
.navbar-offcanvas .navbar-nav>li>a {
border-top: 1px solid #494949;
border-bottom: 1px solid #111;
color: #fff
}
.navbar-offcanvas .navbar-nav.main>li:first-child>a {
border-top: none
}
.navbar-offcanvas .navbar-nav .dropdown li {
padding: 5px 0
}
.navbar-offcanvas .navbar-nav .dropdown-menu .btn,.navbar-offcanvas .navbar-nav .dropdown-menu:hover .btn {
color: #fff
}
.nav-main .navbar-nav li a:hover,.nav-main .navbar-nav li a:focus {
color: #39f
}
.nav-main .navbar-nav .active a {
color: #39f
}
.nav-main .navbar-nav .active a:hover,.nav-main .navbar-nav .active a:focus {
color: #39f
}

}
.l-mp-content {
display: block;
padding: 30px 15px;
min-height: 360px
}
.l-mp-content:before,.l-mp-content:after {
content: "";
display: table
}
.l-mp-content:after {
clear: both
}
@media screen and (min-width: 1380px) and (max-width: 1680px) {.l-mp-content {
min-height: 478px
}

}
@media screen and (min-width: 1680px) and (max-width: 1900px) {.l-mp-content {
min-height: 550px
}

}
@media screen and (min-width: 1900px) {.l-mp-content {
min-height: 620px
}

}
.footer {
display: table-row;
z-index: 11;
height: 1px;
position: absolute;
left: 0;
right: 0;
font-family: Open Sans,Arial,Helvetica,sans-serif;
font-weight: 300
}
.footer .wrapper {
background: #001f3d;
color: #c8cacf;
padding-top: 10px
}
.footer .call-action {
display: block;
overflow: hidden;
background: #39f;
color: #fff;
padding: 20px 0;
font-size: 1.65em
}
.footer .call-action .btn {
margin-left: 10px;
background: #fff;
color: #0080ff
}
.footer .call-action a {
color: inherit;
text-decoration: underline
}
.footer .call-action .btn:hover {
background: #0080ff;
color: #fff
}
.footer .call-action.lg {
background: #ffa543;
padding: 3% 0
}
.footer .call-action.lg .lead {
font-size: 1.25em;
color: #fff;
margin: 0
}
.footer .nav {
float: none;
margin: 30px auto 0;
font-size: 0.85em
}
.footer .nav button {
border: 0;
background-color: transparent;
padding: inherit
}
.footer .nav a,.footer .nav button {
color: #c8cacf
}
.footer .nav li a:hover,.footer .nav li.active a,.footer .nav li button:hover,.footer .nav li button.active {
color: #39f;
background: none;
text-decoration: underline
}
.footer .social {
display: block;
width: 100%;
clear: both;
margin: 15px 0 10px;
padding: 10px 0;
font-weight: 300;
font-size: 130%;
text-align: center;
border-top: 1px solid #002b57;
border-bottom: 1px solid #002b57
}
.footer .social [class="fa-stack-1x"] {
color: #fff !important
}
@media screen and (min-width: 768px) {.footer .nav .alpha {
padding-right: 15px
}
.footer .nav .omega {
border-left: 1px solid #002b57
}

}
@media screen and (min-width: 768px) {.footer .logo {
display: inline-block;
overflow: hidden;
width: 145px;
height: 50px;
background-size: contain !important;
margin: 0 auto
}

}
@media screen and (max-width: 767px) {.footer .logo {
text-align: center;
margin: 5px auto
}
.footer .wrapper {
padding: 0
}
.footer .call-action {
font-size: 1.25em;
padding: 10px 0
}
.footer .call-action .btn {
display: table;
margin: 2% auto 0
}
.footer .call-action.lg .lead {
font-size: 1em
}
.footer .nav li a,.footer .nav button {
width: 48%;
float: left;
text-align: center;
border: 1px solid #002b57;
padding: 2px;
margin: 1px
}
.footer .nav li a:hover,.footer .nav li.active a,.footer .nav li button:hover,.footer .nav li button.active {
color: #fff;
background: #002b57
}

}
@media screen and (max-width: 480px) {.footer .logo {
width: 80%
}
.footer .nav li a,.footer .nav button {
font-size: 0.8em
}

}
@media screen and (max-width: 320px) {.footer .nav li a,.footer .nav button {
width: 100%
}

}
@media print {.footer {
display: none
}

}
.site-title {
z-index: 1;
position: relative;
font-weight: 300;
font-size: 2.5em;
text-align: center;
margin: 0 0 15px;
padding: 25px 15px;
background: #39f;
font-family: Open Sans,Arial,Helvetica,sans-serif;
font-weight: 300;
color: #fff;
border-bottom: 2px solid #39f;
transition: .5s ease-out
}
.site-title strong {
font-weight: 600
}
.site-title:after {
bottom: -10px;
transition: 0.5s ease-out;
position: absolute;
z-index: 10;
content: '';
left: 0;
right: 0;
display: block;
width: 0;
height: 0;
margin: 0 auto;
border-style: solid;
border-width: 15px 50px 0 50px;
border-color: #39f transparent transparent transparent;
transition: all 0.3s ease-out
}
.stick.site-title {
font-size: 2em;
padding: 30px 15px 15px
}
.stick.site-title:after {
border-width: 20px 40px 0
}
@media screen and (max-width: 767px) {.site-title {
font-size: 1.8em;
padding: 15px;
background: #39f
}
.site-title:after {
border-top-color: #39f
}
.stick.site-title {
font-size: 1.5em
}

}
@media print {.site-title {
padding: 15px
}
.site-title:before,.site-title:after {
display: none
}

}


/*
==================================
Elite Travel site ID 44484
==================================
*/
.nav-main .navbar-brand .logo { background: url('https://globalperksplus.com/images/logo-elitetravel.png')  no-repeat center; background-size: cover; width: 210px; height: 79px; margin-top: -15px; transition: all 0.3s ease-out }
.stick .navbar-brand .logo.logo { width: 200px; height: inherit; margin-top: 0; transition: all 0.3s ease-out }
@media screen and (max-width:1023px) {
  .nav-main .navbar-brand .logo.logo { width: 200px; }
}
@media screen and (max-width:768px) {
  .nav-main .navbar-brand { display: inline-block; float: none; }
  .nav-main .navbar-brand .logo.logo { background: url('https://globalperksplus.com/images/logo-elitetravel-reversed.png')  no-repeat center; width: 200px; margin-bottom: -30px; }
  .stick  .navbar-brand .logo.logo { width: 150px; margin-top: -20px; }
}
@media screen and (max-width:320px) {
  .nav-main .navbar-brand .logo.logo { width: 140px; }
}
.footer .alpha img { display: none }
.footer .logo { background: url('https://globalperksplus.com/images/logo-elitetravel-reversed.png')  no-repeat top center; background: cover; width: 100%; max-width: 210px;  /*min-height: 80px;*/ }

.btn-primary, .btn-success, .btn-info, .btn-danger, .btn-warning {
    background-color: #39f;
    color: #fff !important;
}
.btn-primary, .btn-success:hover, .btn-info:hover, .btn-danger:hover, .btn-warning:hover {
    background-color: #001f3d;
    color: #fff !important;
}