/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}
pre{white-space:break-spaces;}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
border-radius: 0;
}

textarea:focus,
input.text:focus,
input[type="text"]:focus{
	border: 1px solid var(--orange);
}



:root {
    --text: #444444;
    --white: #ffffff;
    --header: #444444;
    --midblue: #29387b;
    --blue: #1e73be;
    --newblue: #1e73be;
    --orange: #ef0000;
    --grey: #686868;
    --lightblue: #e4eef6;
    --red: #f77369;
    --lightgrey: #ebebeb;
    --lightorange: #bd0000;
    --footerline: #31395a;
}



/*
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

input, textarea, select {
    -webkit-border-radius:0;
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important;
}

::selection {
	background: var(--blue);
	color: var(--white);
}

::-moz-selection {
	background: var(--blue);
	color: var(--white);
}

::-webkit-selection {
	background: var(--blue);
	color: var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	color: var(--orange);
	text-decoration: none;
}

/*
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	padding:0;
	text-align: left;
	font: normal normal 800 70px/80px 'Barlow Condensed';
	letter-spacing: -1.4px;
	color: #FFF;
	text-shadow: 10px 10px 10px #00000029;
	text-transform: uppercase;
}

h2 {
	font: 30px 'Lato', Helvetica , Arial, sans-serif;
	font-weight: 400;
	margin:0 0 20px 0;
	text-transform: uppercase;
	padding:0;
}

h3 {
	font: 18px 'Lato', Helvetica , Arial, sans-serif;
	font-weight: 700;
	margin:0 0 20px 0;
	padding:0;
	text-transform: uppercase;
}

h4 {
	font: 16px 'Lato', Helvetica , Arial, sans-serif;
	font-weight: 700;
	margin:0 0 20px 0;
	padding:0;
	text-transform: uppercase;
}

h5 {
	font: 14px 'Lato', Helvetica , Arial, sans-serif;
	font-weight: 700;
	margin:0 0 10px 0;
	padding:0;
	text-transform: uppercase;
}


/*
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: var(--white);
	color: var(--text);
	font: 16px/24px 'Lato', Helvetica, Arial, sans-serif;
	margin:0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1170px;
	width:100%;
	margin: 0px auto;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 35px;
}
.wide-banner {
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
.wide-banner .inner {
	height: 100%;
}
.wide-banner .dark-bg {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.wide-banner .white-bottom {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}


/*
==========================================================================
HEADER
==========================================================================
*/

.header-banner {
	position: fixed;
	width: 100%;
	height: 50px;
	background: var(--blue);
	color: var(--white);
	z-index: 9999;
	text-transform: uppercase;
	padding: 8px 0;
	text-align: center;
	font-weight: 700;
}

.header-banner p {
	margin: 0;
}

.header-banner i {
	float: right;
	margin: 8px 0 0 0;
}

header .panel {
	display: block!important;
}

header {
	top:50px;
	z-index: 99999;
	width:100%;
	background: var(--white);
	margin: 0px auto;
	padding: 10px 0 0 0;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}

.header-message {
    color: var(--yellow);
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    float: left;
}

header .inner {
	/*padding: 0 10px;*/
}

.logo {
	display: block;
    width: 425px;
    height: auto;
    float: left;
    margin: 0;
    padding: 15px 0 0 5px;
	transition: all 0.3s ease-in;
}

.shrink {
    padding: 5px 0;
    height: auto;
    position: fixed;
    background: var(--white);
    width: 100%;
    top: 0;
    z-index: 999999;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}

.shrink nav {
    float: right;
    margin: 5px 0 0 0;
}

.header-info {
	padding: 10px 0;
	float: right;
}

.header-info img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.nav-button {
    display: none;
}

.header-icon {
	position: relative;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.header-icon img {
	max-width: 100px;
	margin: 0 0 0 10px;
}

.header-icon span {
	font-weight: 700;
	font-size: 14px;
	margin: 0 10px 0 5px;
}

.header-icon i {
	background: var(--newblue);
	color: var(--white);
	font-size: 12px;
	padding: 7px;
	text-align: center;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.header-icon i:hover {
	background: var(--orange);
	color: var(--white);
}

.circ {
    background: var(--orange);
    color: var(--white);
    width: 15px;
    height: 15px;
    position: absolute;
	top: -5px;
	right: -15px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    line-height: 15px;
    font-size: 12px !important;
}


/*
==========================================================================
HOME HERO
==========================================================================
*/

.hero {
	height: 400px;
	margin: -1px auto 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
}

.hero-inner {
	height: 400px;
	margin: -30px auto 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
	background-size:cover;
	background-position:center center;
	background-color:var(--blue);
}

.hero-inner.small { height:150px; }

.dark-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
    z-index: -1;
}

.hero .slide {
	position: relative;
	height: 400px;
}

.hero .slick-dots, .eventpage .slick-dots {
	padding: 5px!important;
}

.hero .slick-slide {
	height: 400px!important;
}

.hero .slide {
	position: relative;
	z-index: 999;
}

.slider-inner {
    width: 100%;
    max-width: 1170px;
    margin: 150px auto 0 auto;
}

.slider-inner-content {
    width: 55%;
    padding: 0px 20px;
    color: var(--white);
    text-align: center;
    margin: 0 auto;
}

.hero-inner-content {
    width: 60%;
    position: relative;
    padding: 0px 20px;
    color: var(--white);
    text-align: center;
    margin: 0 auto;
 	top: 50%;
  	transform: translateY(-50%);
}

.hero-inner-content h1 {
	font: 38px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
	color: var(--white);
}

.slider-inner h1 {
	font: 36px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
	color: var(--white);
}

.slider-inner h1:after {
	content: "";
	background: var(--white);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -20px;
	margin: 0 auto;
}

.slider-inner p {
	font-weight: bold;
	font-size: 18px;
}

.header-padder {
    height: 0;
}

.remove {
	position: relative;
	height: auto;
	width: 100%;
}

/*
==========================================================================
NAV
==========================================================================
*/

/*nav {
	width: 100%;
	background: var(--blue);
	padding: 5px 0 15px 0;
	margin: 10px 0 0 0;

}

nav ul {
	list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

nav li {
	list-style: none;
	display: inline-block;
	padding: 5px 5px 10px 5px;
	margin: 0 20px 0 0;
}*/

.nice-select li {
	display: block;
}

/*nav a {
	color: var(--white);
	background: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 10px 10px 0px;
}

nav a:hover {
	color: var(--lightblue);
	text-transform: uppercase;
	font-weight: 600;
}

.nav-button {
	display: none;
	position: absolute;
	top: 16px;
	right: 10px;
	color: var(--blue);
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
}

.nav-button .fa-caret-down {
    float: right;
    margin: 5px 5px 0 0;
}

.nav-button i {
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;
	margin: -3px 5px 0 10px;
	transition: all 0.3s ease-in;
}

.nav-button:hover {
	opacity: 0.8;
	color: var(--orange);
	transition: all 0.3s ease-in-out;
}


.nav-wrapper {
  background-color: var(--blue);
  height: 100%;
  padding: 100px 30px 30px 30px;
  position: fixed;
  right: auto;
  left:auto;
  top: 0;
  font-weight: 500;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 999999999999999;
}

.nav-wrapper li {
	display: block;
    position: relative;
}

.nav-wrapper .parent::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: var(--white);
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 900;
}

.side-item {
	position: relative;
    overflow-y: auto;
    height: 100%;
}

.nav-wrapper a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: var(--white);
	display: block;
	padding: 10px;
	margin: 5px 0 0 0;
	background: none;
	border-radius: 10px;
	transition: all 0.3s ease-in;
}

.nav-wrapper a:hover {
	color: var(--orange);
	transition: all 0.3s ease-in-out;
}*/

.parent ul a {
    background: none;
    color: var(--white);
    margin: 0;
}

.side-item {
	margin: 0 0 50px 0;
}

.side-item i {
	padding: 0 5px 0 0;
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 18px;
    right: 10px;
	transition: all 0.3s ease-in;
}

.nav-wrapper .nav-buttons:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.nav-wrapper .parent ul {
	display: none;
}

.nav-wrapper .minus ul {
	display: block;
}

.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out;
    color: var(--text);
}

.button-lines {
	font: 16px Helvetica, Arial, sans-serif;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
	margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: var(--white);
}

.nav-visible .menutag {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.nav-visible ul ul {
	display: block;
}

.nav-wrapper li {
    display: block;
    position: relative;
    border-bottom: 1px solid var(--white);
}

.nav-wrapper li li {
    display: block;
    position: relative;
    border-bottom: 0;
}

.nav-wrapper .parent {
    padding:  0;
}

.sticky {
    position: fixed;
    top: 75px;
    padding: 5px 0 5px 0;
}

.sticky .panel-container {
	display: none;
}

/*
==========================================================================
PANEL
==========================================================================
*/

.panel-container {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


.panel {
	position: relative;
	background: var(--white);
	width: 100%;
	border-radius: 6px;
}

.taglist {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.taglist span {
	color: var(--white);
	padding: 7px 10px;
	color: var(--white);
	margin: 0 5px 0 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.taglist span:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.taglist span i {
	margin: 0 0 0 5px;
}

.tagred {
	background: var(--red);
}

.tagblue {
	background: var(--blue);
}

.taggrey {
	background: var(--grey);
}

.tagorange {
	background: var(--orange);
}

.panel-form {
	float: right;
	margin: 0 110px 0 0;
}

.when,
.destination {
    width: 110px;
    display: inline-block;
}

.big-search {
	background: var(--orange);
	border: 0;
	width: 110px;
	font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
	color: var(--white);
	position: absolute;
	right:0;
	top:0;
	height: 100%;
	bottom:0;
	padding: 13px 10px;
	cursor: pointer;
	font-weight: 500;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease-in;
}

.big-search  i {
	margin: 0 0 0 5px;
}

.big-search:hover {
	background: var(--grey);
	color: var(--white);
	transition: all 0.3s ease-in-out;
}

.reset {
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 10px;
  color: var(--white);
  font-size: 13px;
  vertical-align: top;
	transition: all 0.3s ease-in;
}

.reset:hover {
	opacity: 0.5;
	color: var(--white);
	transition: all 0.3s ease-in-out;
}

.checkGroup {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    user-select: none;
    padding: 10px 20px 10px 30px;
    font-size: 13px;
    vertical-align: top;
    border-bottom: 1px solid var(--lightblue);
    display: block;
}

.checkGroup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  	position: absolute;
  	top: 14px;
  	left: 0;
  	height: 18px;
  	width: 18px;
	background-color: var(--grey);
    border: 1px solid var(--white);
    border-radius: 6px;
}

.checkGroup:hover input ~ .checkmark {
	background-color: var(--grey);
}

.checkGroup input:checked ~ .checkmark {
	background-color: var(--grey);
    border: 1px solid var(--white);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkGroup input:checked ~ .checkmark:after {
	display: block;
}

.checkGroup .checkmark:after {
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.widget .accordion,
.widget .accordion:hover,
.widget .less
 {
    position: relative;
    cursor: pointer;
    background: var(--white);
    color: var(--blue);
    padding: 5px;
    margin: -1px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    text-align: center;
    display: block;
}

.widget .accordion::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f078";
    position: relative;
    color: var(--blue);
    display: inline-block;
    padding: 0 10px 0 0;
}

.widget .content {
    background: none;
    padding: 0;
    margin: 0;
}

.widget-txt {
    border: 1px solid var(--lightgrey);
    border-radius: 6px;
    line-height: 30px;
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    z-index: 9;
    font-family: inherit;
    font-size: 13px;
    margin: 0 0 0 0;
    font-weight: 600;
    font-weight: normal;
    border-radius: 3px!important;
    outline: none;
    padding: 3px 0 4px 20px;
    width: 100%;
    display: block;
    position: relative;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.ui-slider {
    height: 10px!important;
    margin: 10px auto!important;
    padding: 0;
    width: 100%;
    border: 1px solid var(--lightgrey)!important;
}

#amount {
    border: 0;
    color: var(--title);
    font-weight: bold;
    background: none;
    text-align: center;
    width: 100%;
}

.ui-widget-header {
    border: 0;
    background: var(--lightblue);
}

/*
==========================================================================
HOME
==========================================================================
*/

.blue-grid-bg {
	background: var(--blue);
	padding: 40px 0;
    color: var(--white);
	margin: -1px auto 0 auto;
}

.blue-grid {
 	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    color: var(--white);
    text-align: center;
}

.blue-grid-item i {
	font-size: 25px;
}

.blue-grid-item p {
	margin: 0;
}

.blue-form {
	margin: 40px auto;
	width: 80%;
}

.bf-grid {
 	width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
}

.bf-grid p {
	font-weight: 700;
	margin: 0;
	line-height: 20px;
    font-size: 14px;
}

.txt-in {
	display: inline-block;
	vertical-align: middle;
	color: var(--text);
	font: 16px 'Lato', Helvetica, Arial, sans-serif;
	border:0;
	height: 40px;
    padding: 10px;
    width: 35%;
}

.txt-in:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.form-go {
	display: inline-block;
	vertical-align: middle;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: var(--orange);
	color: var(--white);
	width: 30%;
	text-transform: uppercase;
	font: 14px 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	border:0;
	height: 40px;
    padding: 10px;
    width: 28%;
    cursor: pointer;
	transition: all 0.3s ease-in;
}

.form-go:hover {
	background: var(--grey);
	color: var(--white);
	transition: all 0.3s ease-in-out;
}

.single-section {
	width: 60%;
	margin: 50px auto;
}

.image-section {
	margin:0 auto;
	padding: 50px 0;
	text-align: center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
}

.white-section {
	/*width: 60%;*/
	margin: 50px auto;
	text-align: center;
}

.white-full-section {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.white-split-section {
	width: 100%;
	margin: 50px auto;
}


.blue-section {
	width: 100%;
	margin: 50px auto;
	background: var(--blue);
	padding: 50px 0;
	color: var(--white);
	text-align: center;
}

.custom-section {
	width: 100%;
	margin:0 auto;
	padding: 50px 0;
	color: var(--text);
	text-align: center;
}

.blue-section .lined:after {
	background: var(--white);
}

.white-section h2, .image-section h2 {
	font: 25px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}

.white-section h2:after, .image-section h2:after {
	content: "";
	background: var(--lightgrey);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -15px;
	margin: 0 auto;
}

.lightblue-section h2 {
	font: 25px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}

.lightblue-section h2:after {
	content: "";
	background: var(--text);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -15px;
	margin: 0 auto;
	opacity: 0.2;
}

.custom-section h2 {
	font: 25px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}

.custom-section h2:after {
	content: "";
	background: var(--text);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -15px;
	margin: 0 auto;
	opacity: 0.2;
}

.custom-section.text-white h2:after { background:#fff; }

.blue-section h2 {
	font: 25px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}

.blue-section h2:after {
	content: "";
	background: var(--white);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -15px;
	margin: 0 auto;
}

.lined {
	font: 25px 'Lato', Helvetica , Arial, sans-serif;
	margin: 30px 0 35px 0;
	text-transform: uppercase;
	line-height: 35px;
	position: relative;
}

.lined:after {
	content: "";
	background: var(--blue);
	width: 50px;
	height: 3px;
	position: absolute;
	left:0;
	right:0;
	bottom: -15px;
	margin: 0 auto;
}


.nice-select {
    z-index: auto;
    height: 45px;
}

.lightblue-section {
	background: var(--lightblue);
	padding: 50px 0;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.review-slider .slick-list,
.hot-slider .slick-list {
    max-width: 1100px;
    margin: 25px auto;
    width: 100%;
}

.hot-slider .slick-slide {
    margin:0 10px;
 }

 .hot-slide {
 	position: relative;
 	background: var(--white);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    margin: 0 0 25px 0;
}

 .hot-slide:hover {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}


.hot-title {
    padding: 40px 20px;
    text-align: center;
    height: 200px;
}

.hot-title img {
	width: 100%;
	position: relative;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.hot-item {
	border-bottom: 2px dashed #eee;
	padding: 20px;
}

.hot-item:last-of-type {
	border:0;
}

.hot-item h3 {
	position: relative;
	color: var(--blue);
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 400;
}

.hot-item h5 {
	position: relative;
	color: var(--blue);
	margin: 20px 0;
	font-size: 16px;
	font-weight: 400;
}

.hot-item p {
	margin: 0;
}

.hot-item i {
	color: var(--orange);
}

.fave {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0;
    border-bottom-left-radius: 6px;
    z-index: 1;
    color: var(--white);
    transition: all 0.3s ease-in;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fave:hover { background:rgba(0, 0, 0, 0.7); }

.fave i {
    color: var(--white);
    font-size: 14px;
}

.hot-price {
    color: var(--grey);
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0;
}

.hot-price span {
	font-size: 22px;
	color: var(--orange);
	font-weight: 900;
}

.photo-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 25px 0 0 0;
}

.pg-alt {
    grid-template-columns: 1fr 1fr 1fr;
}

.photo-item {
	position: relative;
	width: 100%;
	height: 300px;
	display: block;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.photo-item:hover {
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.photo-item:hover:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	position: absolute;
		-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figcaption::before,
figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

 figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


.photo-item:hover figcaption::before,
.photo-item:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.photo-title {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	left:0;
	font: 30px 'Lato', Helvetica , Arial, sans-serif;
	right:0;
	text-align: center;
	color: var(--white);
}

.photo-title p {
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Lato', Helvetica , Arial, sans-serif;
}


.logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.logo-grid-item {
  	 flex: 1 0 18%;
}

.logo-grid img {
	text-align: center;
	margin: 20px auto;
	display: block;
}


.video-slider {
    width: 100%;
    margin: 0 auto;
}

.video-slider .slick-center {
	z-index:2;
	position:relative;
}

.video-slider .slick-current img{
  transform:scale(1.2) !important;
  transform-origin:center center;
  transition:all .3s;
  z-index:2;
  position:relative;
}

.video-slider .vid-slide img{
  width: 650px;
  transform:scale(1);
  transform-origin:center center;
  transition:all .3s;
  z-index:1;
  padding-top: 30px;
  padding-bottom: 30px;
  position:relative;
}

.vid-slide img {
  padding-top: 30px;
}

.video-slider .slick-prev {
    left: -150px;
    opacity: 0.5;
}

.video-slider .slick-next {
    right: -150px;
    opacity: 0.5;
}

.video-slider .slick-prev:hover,
.video-slider .slick-next:hover {
    opacity: 1;
}



.fancybox-container {
    z-index: 9999999!important;
}

.logo-slider {
	display: none;
}

.logo-slider .slick-list {
	display: none;
    max-width: 1100px;
    margin: 25px auto;
    width: 100%;
}


.two-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}

.two-col {
    position: relative;
}

.two-item {
	display: block;
	text-align: left;
	padding: 75px 50px 75px 0;
}

.two-item .lined::after {
    content: "";
    left: 0;
    right: auto!important;

}

.two-item h2 {
	color: var(--text);
}

.two-item .lined::after {
    right: auto;
}

.two-img {
	padding: 0;
	background-size: cover;
}

.two-last {
	padding: 75px 0 75px 50px;
}

.mob-two-img {
	display: none;
}

.blue-button {
	cursor: pointer;
	background: var(--midblue);
	padding: 12px 24px;
	color: var(--white);
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
    transition: all 0.3s ease-in;
}

.blue-button:hover {
	background: var(--blue);
	color: var(--white);
    transition: all 0.3s ease-in-out;
}

.orange-button {
	cursor: pointer;
	background: var(--orange);
	padding: 12px 24px;
	color: var(--white);
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 10px 0;
    transition: all 0.3s ease-in;
}

.orange-button:hover {
	background: var(--midblue);
	color: var(--white);
    transition: all 0.3s ease-in-out;
}

/*.nice-select .list {
    background-color: var(--lightblue);
}*/

.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--midblue);
    color: var(--white);
}

.nice-select .list:hover .option:not(:hover) {
    background-color: var(--white);
    color: var(--blue);
}

.newsletter-section {
	position: relative;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: var(--white);
}

.newsletter-section:before {
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	z-index: 1;
}

.newsletter-section .inner {
	z-index: 9;
	width: 50%;
}

.newsletter-section p {
    line-height: 2;
}

.newsletter-section .blue-button {
    margin: 15px;
}

.newsletter-section h1 {
	color: var(--white);
}

.newsletter-section .lined:after {
	background: var(--white);
}


.share-block {
	padding: 30px 10px;
	text-align: center;
	background: var(--white);
}

.share-social {
	float: left;
	font-size: 14px;
}

.share-social a {
	color: var(--blue);
	margin: 0 0 0 10px;
	font-size: 16px;
	transition: all 0.3s ease-in;
}

.share-social a:hover {
	color: var(--orange);
	transition: all 0.3s ease-in-out;
}

#goTop {
	float: right;
	font-size: 14px;
	transition: all .2s;
	color: var(--text);
}

#goTop i {
	font-size: 16px;
}

/*
==========================================================================
GUIDES
==========================================================================
*/

.sidebar {
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
}

.sidebar-block { margin:0 0 30px; }

.sidebar li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.sidebar a {
	color: var(--title);
	transition: all 0.3s ease-in;
}

.sidebar a:hover, .sidebar li.current_page_item a {
	color: var(--blue);
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.sidebar li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--grey);
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    /*top: 0;*/
    font-weight: 600;
}

.main-column {
	float: left;
	width: 70%;
}

.main-column ul, .main-column ol {
	margin:0 30px 30px;
}

.main-column li {
	list-style-type: disc;
}

.main-column li ul, .main-column li ol {
	margin:0 30px;
}

.square-image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-items: stretch;
    align-items: inital;
    margin: 25px auto;
}

.square-image-grid img {
	border-radius: 0!important;
}

.sq-item {
	position: relative;
	cursor: pointer;
	display: block !important;
}

.sq-item img {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
}

.overlay {
	position: relative;
}




.overlay::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	z-index: 999;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1,0);
}

.overlay::before  {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	z-index: 999;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(0,1);
}

.sq-item:hover .overlay:before {
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);

}

.sq-item:hover .overlay:after {
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);

}

.sq-item:hover:after {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top:0;
}


.sq-item:hover:before {
	content: "\f002";
	position: absolute;
	top: 50%;
	text-align: center;
	font-family: 'Font Awesome 6 Pro';
	height: 100%;
	width: 100%;
	color: var(--white);
	font-size: 20px;
	font-weight: 900;
    margin: 0;
    z-index: 1;
}

blockquote {
	position: relative;
    margin: 10px 0;
    padding: 0;
}

blockquote p {
	font-weight: 900;
    margin: 0 0 20px 50px;
    padding: 0;
}

blockquote::before {
    content: "\f10d";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    color: var(--blue);
    font-size: 35px;
    font-weight: 900;
    margin: 10px 0 0 0;
    padding: 0 50px 0 0;
}

.image-insert {
	position: relative;
	margin: 20px auto;
}

.image-insert img {
	display: block;
	position: relative;
	margin: 0;
	height: 400px;
}

.img-cap {
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    z-index: 1;
    color: var(--white);
    font-size: 14px;
}


/*
==========================================================================
SEARCH
==========================================================================
*/

.main-search {
	background: #133c5c;
	width: 100%;
	padding: 20px 0;
}

.main-search h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: 700;
}

.main-search-options {
	display: block;
}

.ms-left {
	float: left;
}

.ms-right {
	margin: -3px 0 0 0;
	float: right;
}

.panel {
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 6px;
}

.taglist {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.taglist span {
	color: #fff;
	padding: 5px 10px;
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.taglist span:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.taglist span i {
	margin: 0 0 0 5px;
}

.panel-form {
	float: right;
	margin: 0 110px 0 0;
}

.when,
.destination {
    width: 110px;
    display: inline-block;
}


.search-options {
	background: var(--lightblue);
	padding: 10px;
	margin: 0;
}

.search-options h6 {
	font-weight: 600;
	color: var(--blue);
}

.result-list {
	margin: 30px auto;
}

.result-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}

.widget {
	margin: 0 0 30px 0;
}

.widget h5 {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--blue);
    text-transform: uppercase;
}

.widget .nice-select {
    border: 1px solid var(--lightblue)!important;
    background: var(--lightblue)!important;
}

#search_container .sidebar { background:#fff; }

/*
==========================================================================
LIST RESULTS
==========================================================================
*/

.list-item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: var(--title);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: start;
    margin: 0;
}

.sgrid-item h3  {
	color: var(--blue);
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}

.list-item h3 {
	color: var(--blue);
	font-weight: 600;
	font-size: 24px;
	margin: 0;
}

.sgrid-item a,
.list-item a {
	color:var(--blue);
}

.sgrid-item a:hover,
.list-item a:hover {
	color: var(--orange);
}

.sgrid-item p,
.list-item p {
	margin: 0 0 5px 0;
}

.item-meta i {
	color: var(--orange);
	font-size: 13px;
}

.item-dates {
    color: var(--title);
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0 10px 0;
}

.li-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1px 0;
	position: relative;
}

.li-img img {
	width: 100%;
	height: auto;
}

.ii-left {
    display: inline-block;
    width: 25%;
    margin: 0 3% 0 0;
    vertical-align: top;
    font-weight: 600;
    color: var(--title);
}

.ii-right {
    display: inline-block;
    width: 70%;
    color: var(--blue);
    vertical-align: top;
}

.item-info {
    margin: 5px 0 20px 0;
}


.li-col-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}


.bonus {
	background: var(--lightblue);
	color: var(--title);
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

.img-footer i,
.bonus i,
.bonus span {
	color: var(--blue);
	font-weight: 700;
	margin: 0 5px 0 0;
}

.img-footer {
	font-size: 14px;
	margin: 10px 0;
}

.img-footer span {
	font-size: 14px;
	margin: 0 5px 0 0;
}

.bonus span {
	color: var(--blue);
	font-weight: 700;
	margin: 0 5px 0 0;
}

.list-main {
    border-top: 1px solid var(--lightblue);
    padding: 30px 0 0 0;
}

.list-top h1 {
    float: left;
    color: var(--blue);
    font-weight: 600;
    font-size: 28px;
}

.brand {
    float: right;
}

.brands {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 10px auto 0 auto;
}

.top-col span {
	color: var(--white);
	padding: 3px 5px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in;
}

.top-col span:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.prices-col {
	margin: 25px 0 35px 0;
}

.prices-col p {
	padding: 5px 0;
	margin: 0;
}

.rprice {
	color: var(--orange);
	font-weight: 600;
	font-size: 18px;
	float: right;
}

.gprice {
	float: right;
	margin: 0 0 0 5px;
}

.pp {
	color: var(--title);
	font-weight: 400;
}


.pbuttons {
	display: block;
	margin: 30px 0 0 0;
}

.pbuttons .orange-button:hover,
.pbuttons .orange-button,
.pbuttons .blue-button:hover,
.pbuttons .blue-button {
	display: block;
	text-align: center;
	color: var(--white);
}

.toggler {
	background: var(--white);
	display: inline-block;
	margin: 10px 10px 0 0;
}


.mobsorter {
	display: none;
}

.header-banner {
	display: none;
}

header {
	position: relative;
	top:0;
}

.sortmob-div,
.searchmob-div,
.filtermob-div  {
    background: var(--white);
    position: relative;
    padding: 30px;
    width: 100%;
    z-index: 99999;
}

.closer {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    color: var(--blue)!important;
    cursor: pointer;
}

.closer:hover {
    opacity: 0.7;
    color: var(--orange)!important;
    cursor: pointer;
}

.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 20px 0;
    color: var(--title);
	border-top: 1px solid var(--lightblue);
}

.sgrid-item {
	font-size: 13px;
	text-align: center;
	box-shadow:0 3px 8px 0 rgba(0,0,0,.3);
}

.search-grid .rprice {
	float: none;
}


.sgrid-item .item-meta {
	margin: 5px 0;
}

.sg-inner {
    padding: 0 20px;
}

.grid-item-slide {
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.gis-head {
	background: var(--blue);
	color: var(--white);
	font-weight: 600;
	padding: 10px;
}

.gis-inner {
	background: var(--white);
	border:1px solid var(--lightgrey);
	font-weight: 600;
	padding: 10px;
}

.gis {
    text-align: left;
}

.search-grid .rprice {
    float: right;
}

.wcount {
	float: right;
}

.datew {
	clear: both;
	margin: 0 0 10px 0;
}

.datew label {
	display: inline-block;
	width: 25%;
}

.datew .nice-select {
    width: 73%;
	display: inline-block;
    border: 1px solid var(--lightgrey);
    background: var(--white);
    border-radius: 6px;
    line-height: 30px;
}


.filter-title {
	float: left;
	margin: 5px 20px 0 0;
}

.filter-title h4 {
	font-size: 18px;
	color: var(--blue);
	margin: 5px 0 15px 0;
}

.filters {
	float: right;
}

.pagination span  {
	color:var(--white);
		background: var(--midblue);
		border: 1px solid var(--midblue);
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in;
}

.pagination span:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.filters span {
	color: var(--white);
	background: var(--midblue);
	border: 1px solid var(--midblue);
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in;
}


.filters span:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.pagination span i,
.filters span i {
	margin: 0 0 0 5px;
}

.pagination .actives,
.filters .actives {
	background: var(--white);
	color: var(--blue);
	border: 1px solid var(--blue);
}

.pagination-left {
	float: left;
}

.pagination-right {
	float: right;
}

.pagination {
	padding: 0 0 20px 0;
}

.pgb {
	border-top: 1px solid var(--lightblue);
	padding: 20px 0;
}

.yellow1 {
	background: var(--red);
}

.col-info {
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    line-height: 20px;
}

.col-info i {
	color: var(--orange);
}

.top-col {
	position: relative;
    background: var(--lightorange);
    color: var(--white);
    padding: 5px 5px 5px 50px;
    margin: 0 0 15px 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.top-col i {
	background: rgba(0,0,0,0.3);
	color: var(--white);
	border-radius: 50%;
	height: 36px;
	width: 36px;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	padding: 12px;
}



.page-tabs {
	display: block;
	margin: 0;
}

.tabbed-panels {
	width: 100%;
}

.panel-containers {
	clear: both;
	position: relative;
	background-color: var(--white);
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid var(--blue);
}

.panel-containers p {
	margin: 0;
}

.panels {
	clear: both;
}

.ptabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ptabs li {
   float: left;
	padding: 0;
	margin: 0 10px 0 0;
    text-align: center;
}

.mobile-price {
	display: none;
}

.ptabs a {
	display: block;
	text-decoration: none;
	color: var(--blue);
	font-size: 14px;
	margin: 0;
	padding: 5px 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    background: var(--white);
 	border-top: 1px solid var(--blue);
 	border-left: 1px solid var(--blue);
  	border-right: 1px solid var(--blue);
 	border-bottom:1px solid var(--white);
    text-transform: uppercase;
    position: relative;
}

.ptabs a::after {
    content: "";
    width: 100%;
    background: var(--white);
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 9;
}

.ptabs .active {
	background: var(--midblue);
	border: 1px solid var(--midblue);
	color: var(--white);
}

.ptabs .active::after {
    content: "";
    width: 100%;
    background: var(--midblue);
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 9;
}

.sg-item-row {
	padding: 10px 0;
	border-top: 1px solid var(--lightblue);
}

.sg-item-row:first-of-type {
	border-top: 0;
}

.special-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: center;
    margin: 0;
}

.sg-col h3 {
	color: var(--blue);
	margin: 0;
}

.sg-col i {
	color: var(--blue);
	margin: 0 5px 0 0;
}

.sg-item-row .rprice,
.sg-item-row .gprice {
	float: none;
}

.panels {
	display: none;
}

.active {
	display: block;
}

/*
==========================================================================
ACCORDIAN
==========================================================================
*/

.mob-accordian {
	display: none;
}


.mob-accordian li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.mob-accordian a {
	color: var(--title);
	transition: all 0.3s ease-in;
}

.mob-accordian a:hover{
	color: var(--blue);
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.mob-accordian li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--blue);
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}


.accordian-section .fa,
.accordian-section .fab,
.accordian-section .fal,
.accordian-section .far,
.accordian-section .fas {
    line-height: 2!important;
}

.accordian-section {
	margin: 30px auto;
}

.accordian-container {
  width: 100%;
  margin: 0 0 2px 0;
}

.accordian {
	position: relative;
  cursor: pointer;
  padding: 15px;
  margin:0;
  font-size: 14px;
  font-weight: 800;
  background: var(--blue);
   color: var(--white);
  transition: all 0.3s ease-in;
}

.accordian::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    margin: 0;
    position: absolute;
    right:20px;
    font-weight: 900;
    font-size: 12px;
}


.accordian:hover {
  transition: all 0.3s ease-in-out;
  background: var(--orange);
   color: var(--white);
}

.content {
	background: var(--lightblue);
	padding: 20px;
	margin: -5px 0 0 0;
}

.content p {
	margin: 0;
}

.less {
	 background: var(--orange);
   	 color: var(--white);
}

.less::after {
    content: '\f077';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    margin: 0;
    position: absolute;
    right:20px;
    font-weight: 900;
    font-size: 12px;
}

.mob-accordian .content {
	background: var(--white);
  padding: 20px 20px 0 20px;
  margin: -5px 0 0 0;
}

table {
    width: 100%;
    margin: 25px auto;
    text-align: left;
}

th {
    padding: 15px;
    background: var(--blue);
    color: var(--white);
}

td {
    padding: 15px;
    background: var(--lightblue);
    border-bottom: 2px solid var(--white);
}

.lb-share {
	background: var(--lightblue);
}

.page-form {
	margin: 50px auto;
    padding: 50px 0 0 0;
    border-top: 1px solid var(--lightgrey);
}

.page-form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
}

.page-form-grid .nl-item {
	width: 100%;
	border-radius: 6px;
	padding: 15px;
	background: var(--lightblue);
    border: 1px solid var(--white);
 	color: var(--text);
	font: 15px 'Lato', Helvetica, Arial, sans-serif;
}

.nl-textarea {
	width: 100%;
	display: block;
	padding: 15px;
	height: 140px;
	margin: 20px auto;
	border-radius: 6px;
	background: var(--lightblue);
    border: 1px solid var(--white);
 	color: var(--text);
	font: 15px 'Lato', Helvetica, Arial, sans-serif;
}

.page-form .blue-button {
	border:0;
	border-radius: 6px;
	background: var(--midblue);
 	color: var(--white);
 	cursor: pointer;
	font: 14px 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.page-form-grid .nl-item:focus,
.nl-textarea:focus {
    border: 1px solid var(--blue);

}

.page-form .blue-button:hover {
	background: var(--blue);
 	color: var(--white);
}


.page-slider {
    height: 400px;
    margin: 0 0 50px 0;
    border-radius: 6px;
}

.page-slider .slide {
    height: 370px;
    border-radius: 6px;
}

.page-slider li::before {
	display: none;
}

.page-slider .slick-dots {
    bottom: 10px !important;
    padding: 0 10px;
}

.page-slider .slide::before {
	 display: none;
}

.hide {
	display: none;
}


.line-slider {
	margin: 20px auto;
}

.line-slide {
    margin: 0 10px;
    position: relative;
}

.line-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-slide img {
	width: 100%;
	height: auto;
}

.line-slider .slick-list {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.line-slide::before {
    content: "";
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in;
}

.line-slide:hover::before {
    content: "";
    background: rgba(0,0,0,0.6);
    transition: all 0.3s ease-in-out;
}

.blue-slide {
	margin: 0 auto;
}

.ls-alt .line-slide:hover::before,
.ls-alt .line-slide::before {
    content: "";
    display: none;
    background: none;
}

.left-header {
    float: left;
}

.sn-selected {
    background: var(--white) !important;
    color: var(--midblue) !important;
}

/*
==========================================================================
CRUISELINES
==========================================================================
*/

.cruise-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 25px 0 0 0;
}

.cruise-item {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.3s ease-in;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	cursor: pointer;
    	transition: all 0.3s ease-in;
}

.cruise-item:hover {
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/*
==========================================================================
SEARCH GRID
==========================================================================
*/

.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 20px 0;

}

.search-main {
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	cursor: pointer;
    transition: all 0.3s ease-in;
}

.search-main:hover {
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.search-top h1 {
    float: none;
    color: var(--blue);
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
}

.brand-search {
    text-align: center;
    margin: -20px 0 auto 0;
}

.search-main .ptabs a {
    font-size: 13px;
    padding: 5px 5px;
}

.search-main .ptabs li {
    float: left;
    padding: 0;
    margin: 0 0px 0 5px;
    text-align: center;
}

.search-main .list-item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: var(--title);
    width: 100%;
    display: block;
}

.search-main .li-col-grid {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0 10px;
}

.search-main .sgbuttons .orange-button,
.search-main .sgbuttons .blue-button {
    text-align: center;
    color: var(--white);
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 0;
    border-radius: 0;
}

.sgbuttons {
    position: relative;
    margin: 30px 0px -30px 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}


.search-main .special-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0;
    justify-items: stretch;
    align-items: center;
    margin: 0;
    text-align: center;
}

.search-main .sg-item-row {
    padding: 10px;
}

.sgalt {
    position: relative;
    margin: 30px 0px -10px 0px;
}


/*
==========================================================================
PACKAGE
==========================================================================
*/

.pack-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1.5fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}

.pg-item h1 {
	font-size: 26px;
	margin: 0 0 0px 0;
	font-weight: 600;
	color: var(--midblue);
	text-transform: unset;
	/*float: left;*/
}

.pg-item {
	color: var(--blue);
}

.pg-item span {
	margin: 0 10px 0 0;
}

.pg-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: inital;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid var(--lightblue);
}

.pg-grid p {
	margin: 0;
}

.pg-logo {
    float: right;
    width: 150px;
}

.pg-button {
    background: var(--midblue);
    color: var(--white);
    border-radius: 3px;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: block;
    margin: 5px 0;
    text-align: center;
	transition: all 0.3s ease-in;
}

.pg-button:hover {
    background: var(--orange);
    color: var(--white);
	transition: all 0.3s ease-in-out;
}

.spacer {
    display: block;
    margin: 10px 0;
    height: 20px;
}

.pg-buttons .blue-button {
	margin: 0;
	padding: 6px 10px;
	float: left;
	width: 45%;
}

.pg-buttons .pg-logo {
	margin: 0;
	float: right;
	width: 45%;
	max-width: 120px;
	border-radius: 10px;
}

.pg-logo img {
	width: 100%;
	border-radius: 10px;
}

.pack-grid .blue-button i {
	margin: 0 0 0 10px;
}

.pg-prices {
	/*margin: 20px 0;*/
}

.pg-prices p {
	margin: 0;
}

.bigprice {
    font-size: 40px;
    font-weight: 700;
    margin: -10px 0 0 0!important;
    line-height: 40px;
    color: var(--orange)!important;
}

.package-img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.img-spacer {
    margin: 0px 0 0 55px!important;
}

.package-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.checkboxes ul {
  list-style-type: none;
  margin: 0 0 10px 0;
}

.checkboxes li {
  display: inline-block;
  vertical-align: middle;
    width: 24%;
    margin: 0;
}

.cb-buttons li:first-of-type label {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.cb-buttons li:last-of-type label {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


.checkboxes input[type="radio"][id^="cb"] {
  display: none;
}

.checkboxes span {
	margin: 0!important;
}

.checkboxes label {
  border: 0;
  background: var(--midblue);
  color: var(--white);
  padding: 10px 13px;
  font-size: 13px;
  height: 75px;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb1 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cb4 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.checkboxes label::before {
  background-color: var(--midblue);
  color: white;
  content: " ";
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.scheck {
	display: none;
	color: var(--midblue);
}

:checked+label {
	  background-color: var(--white);
}

:checked+label .sprice {
	display: none;
}


:checked+label .scheck {
	display: block;
	text-align: center;
	font-size: 12px;
	color: var(--midblue);
}


:checked+label p {
	display: block;
	text-align: center;
	font-size: 12px;
	color: var(--midblue);
}

:checked+label .scheck i  {
	display: block;
	text-align: center;
	color: var(--orange);
}

.checkboxes label p {
	margin: 0;
	text-align: center;
}

.alert {
	display: block;
	background: var(--lightblue);
	border-radius: 3px;
	color:var(--title);
	font-size: 13px;
	padding: 5px 10px;
}

.pg-bg i {
	color: var(--orange);
}

.pg-big-buttons .blue-button,
.pg-big-buttons .orange-button
 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin: 10px 0 5px 0;
}

.package-drops {
	margin: 20px 0;
}

.package-drops .nice-select {
    margin: 0 0 20px 0;
    border: 0;
    border-radius: 6px;
}

/*.secondary-nav.stickysn {
    position: fixed;
    top: 135px;
    z-index: 99999;
}

.secondary-nav {
	width: 100%;
	background: var(--midblue);
	border-bottom: 2px solid var(--white);
	padding: 0;
	margin: 0;
}

.secondary-nav i {
	padding: 0 10px 0 0;
	display: none;
}

.secondary-nav ul {
	list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
}

.secondary-nav li {
	list-style: none;
	display: inline-block;
	padding: 0px;
}

.secondary-nav a {
	color: var(--white);
	background: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 17px 10px 18px 10px;
}

.secondary-nav a:hover {
	color: var(--white);
	background:var(--orange);
	text-transform: uppercase;
	font-weight: 600;
}*/

#progress {
	margin: 50px auto 25px auto;
	width: 100%;
}

#progress li {
    float: left;
    padding: 9px 30px 8px 40px;
    background: var(--blue);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    position: relative;
    width: 20%;
    margin: 0 1px 0 -1px;
}


#progress li::after {
    content: '';
    background: url('../images/progress.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 20px;
    height: 43px;
}

#progress li.active {
    background: var(--lightblue);
    color: var(--blue);
}

#progress li.active:after {
    background: url('../images/progressw.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
    width: 20px;
    height: 43px;
}

#progress li:last-of-type:after {
  border:0;
  background: none;
}

#progress li:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#progress li:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pg-bg {
	background: var(--lightblue);
	padding: 20px;
}

.mob-title {
	display: none;
}

.hotel-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.hotel-item img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.hotel-item-inner {
	background: var(--white);
	padding: 20px;
}

.hotel-item {
    box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}

.hotel-item:hover {
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    cursor: pointer;
}

.hotel-item p {
	margin: 0;
}

.hotel-item h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.star-rate {
	margin: 5px 0;
	color: var(--orange);
}

.hi-price {
    float: left;
    color: var(--orange);
    font-weight: 700;
}

.hi-info {
    float: right;
}

.packed-section .lined::after {
    content: "";
    background: var(--lightgrey);
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
    margin: 0;
}

.white-full-section .lined::after,
.white-section .lined::after,
.image-section .lined::after {
    content: "";
    background: var(--lightgrey);
    width: 50px;
    height: 3px;
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right:0;
    bottom: -15px;
}


.alt-table {
	background-color: var(--white);
	width: 100%;
	display: grid;
    grid-template-columns: 1.5fr 3fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
}

.alt-table:nth-of-type(even) {
	background: var(--lightblue);
}

.althead {
	font-weight: 600;
	background: var(--midblue)!important;
	padding: 5px 10px;
	color: var(--white);
}

.sim-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 25px 0;
    background: var(--white);
}

.sim-grid .pg-bg {
	padding: 10px 20px;
}

.sim-item {
	padding: 0px;
}

.sim-item .red {
    font-size: 30px;
    color: var(--orange);
}
.sim-item p {
	margin: 0 0 10px 0;
}

.sim-item i {
	color: var(--blue);
	margin: 0 5px 0 0;
}

.sim-prices {
	margin: 10px 0;
}

.sim-item h1 {
	font-size: 22px;
	color: var(--blue);
	margin: 0 0 10px 0;
	font-weight: 600;
}

.sim-item h5 {
	font-size: 15px;
	color: var(--blue);
	margin: 0 0 10px 0;
}

.lt-col {
    padding: 10px;
}

.sim-item .orange-button {
	width: 100%;
	text-align: center;
}

.bottom-bar {
    margin: 50px auto 0 auto;
	background: var(--lightblue);
	padding: 15px;
	border-radius: 10px;
}

.bb-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.bb-grid p {
	margin: 0;
}

.bb-grid .blue-button {
	display: block;
	text-align: center;
}

.bb-grid i {
	color: var(--blue);
}

.align-right {
	text-align: right;
}

.sidebar-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto 30px auto;
}

.sb-alt {
	    grid-template-columns: 1fr 1fr;
}

.sbg-col h2 {
	font-size: 16px;
	font-weight: 600;
	color: var(--blue);
}

.sbg-col .nice-select {
	width: 100%;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 9;
}

.sbg-col .widget-txt {
	width: 100%;
	margin: 0 0 15px 0;
	z-index: 0;
}

.table-wrapper {
	width: 100%;
	display: block;
	height: 500px;
	margin: 0 0 30px 0;
}

.ship-table {
	background-color: var(--white);
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding: 10px;
     justify-items: stretch;
    align-items: center;
}

.sthead {
	background: var(--midblue);
	padding: 5px 10px;
	color: var(--white);
}

.ssthead {
	background: var(--midblue);
	padding: 5px 10px;
	color: var(--white);
}

.ship-table:nth-of-type(even) {
	background-color: var(--lightblue);
}


.sthead .scol {
	padding: 5px 10px;
}

.scol :checked+label {
	background: none;
	color: var(--title);
}

.scol :checked+label p {
	display: none;
}

.table-wrapper .checkboxes label {
    border: 0;
    background: var(--midblue);
    color: var(--white);
    padding: 3px 20px;
    font-size: 13px;
    height: 20px;
    width: 75px;
    height: auto;
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0;
    border-radius: 3px;
}

.tagspan {
	padding: 5px;
	color: var(--white);
	border-radius: 6px;
	white-space: nowrap;
}

.table-wrapper :checked+label {
	background: none;
	color: var(--title);
    padding: 5px 20px;
    font-size: 13px;
    height: 25px;
    width: 75px;
	text-align: center;
}

.activecheck {
	border:2px solid var(--midblue)!important;
}

.mobcoltitle {
	display: none;
}

.table-wrapper {
    width: 100%;
    display: block;
    height: 500px;
    margin: 0 0 30px 0;
}

.deckplan {
    height: 500px;
    margin: 30px auto;
    width: 90%;
    max-width: 450px;
}


.form-grid-three {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px 0;
}

.form-grid-two {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px 0;
}

.fgt-alt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.form-grid-three .nice-select {
	background: var(--white);
	border: 1px solid var(--lightgrey);
	border-radius: 6px;
	color: #444;
	line-height: inherit!important;
	padding: 5px 0 5px 20px;
	border-radius: 3px;
}

.form-grid-two .nice-select  {
	border:0;
	background: var(--white);
	border: 1px solid var(--lightgrey);
	border-radius: 6px;
	color: var(--title);
	line-height: inherit!important;
	padding: 5px 0 5px 20px;
	border-radius: 3px;
	width: 25%;
	display: inline-block;
	margin: 0 0 0 10px;
	height: auto;
}

.fgt-alt .nice-select  {
	width: 70%;
	display: inline-block;
}

.form-grid-two label {
	display: inline-block;
	font-size: 16px;
	color: var(--blue);
	font-weight: 700;
	margin: 0 10px 0 0;
}

.form-grid-two h3 {
	margin: 10px 0 0 0;
	color: var(--blue);
}

.larger-table {
	background-color: var(--lightblue);
	width: 100%;
	display: grid;
    grid-template-columns: 4fr 1.5fr 1.5fr 1.5fr 0.5fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	border-bottom:1px solid var(--white);
    cursor: pointer;
}

.larger-table:nth-of-type(2n) {
	background-color: var(--white);
}


.larger-table .fa-info-circle {
	color: var(--blue);
	font-size: 22px;
}

.lt-col {
	padding: 10px;
}

.lthead {
	background: var(--blue);
	padding: 5px 10px;
	color: var(--white);
}

.lts {
	display: inline-block;
	vertical-align: top;
}

.lts img {
	width: 100px;
}

.lt-col p {
	margin: 0;
}

.lt-col .pg-button {
	background: none!important;
}

.red {
	font-size: 20px;
	color: var(--orange);
	font-weight: 600;
}

.cabin-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px 0;
}

.cabin-col h3 {
	color: var(--blue);
}

.package-two {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px 0;
}

.package-two .scol, .flex .scol {
    padding: 5px;
    margin: 0 0 1px 0;
}

.table-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 0.5fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
}

.pack-two-table {
	height: 450px;
}
.package-two .ssthead, .flex .ssthead {
	background: var(--white);
	padding: 5px;
	color: var(--blue);
	font-weight: 700;
}

.extra {
	color: var(--blue);
	margin: 0 20px 10px 0
}

.tab-row i {
		color: var(--blue);
}


.tabs {
    float: left;
    width: 25%;
}

.tabs a {
	background: var(--midblue);
	color: var(--white);
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.tabs a:hover {
	background: var(--lightblue);
	color: var(--white);
	padding: 10px;
	display: block;
	color: var(--midblue);
}

.tab-container {
    float: left;
    background: var(--lightblue);
    width: 75%;
    height: 450px;
    padding: 15px;
    overflow: auto;
}

.tab-container .panel {
    background: var(--lightblue);
}

.tabs .active {
	background: var(--lightblue);
	color: var(--midblue);
}

.hotel-slider {
    display: none;
}

/*
==========================================================================
CRUISESHIP
==========================================================================
*/


.cabin-slider {
	position: relative;
	display: block;
}

.cabin-left {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}

.cabin-right {
	float: left;
	width: 65%;
	margin: 0;
}


.cruiseship-intro {
	margin: 30px auto;
}

.cruiseship-circles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cc-item {
	background: var(--midblue);
	text-align: center;
	padding: 30px 0;
	width: 150px;
	height: 150px;
	margin: 0 0 30px;
	color: var(--white);
	border-radius: 50%;
}

.cc-item i {
	font-size: 30px;
	margin: 0 0 10px 0;
}
.cc-item h5 {
    font: 18px 'Lato', Helvetica , Arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

.cc-item h4 {
    font: 20px 'Lato', Helvetica , Arial, sans-serif;
    font-weight: 700;
    margin: 0;
}

/*
==========================================================================
FOOTER
==========================================================================
*/

footer {
	color: var(--white);
	background: var(--blue);
	/* padding: 30px 0; */
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
     border-top: 1px solid var(--footerline);
}

footer h5 {
	color: var(--white);
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

footer a {
	display: block;
	color: #000000;
	font-size: 14px;
	margin: 0 0 10px 0;
	transition: all 0.1s ease-in;
}

footer a:hover {
	color: var(--orange);
	transition: all 0.1s ease-in-out;
	text-decoration: underline;
}

footer .blue-form {
    margin: 0px auto 30px auto;
}

.follows a {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 20px;
	color: var(--blue);
	background: var(--white);
	padding: 10px 15px;
	border-radius: 6px;
	transition: all 0.3s ease-in;
}

.follows a:hover {
	color: var(--blue);
	background: var(--lightblue);
	transition: all 0.3s ease-in-out;
}

.colophon {
    border-top: 1px solid var(--footerline);
	font-size: 12px;
	text-align: center;
	padding: 30px 0 0 0;
}

.colophon p {
	margin: 0;
}

.foot-logo {
	max-width: 300px;
	margin: 0 auto 10px auto;
}

/*
==========================================================================
SLICK SLIDER
==========================================================================
*/

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 999999;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{

    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots {
    bottom: -120px!important;
    padding: 0 10px;
     z-index: 998;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li button::before {
        content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    color: #fff !important;
    font-size: 10px;
    opacity: 0.5 !important;
        font-weight: 900;
}

.slick-dots li.slick-active button::before {
        content: '\f111'!important;
    font-family: 'Font Awesome 6 Pro';
    color: #fff!important;
    opacity: 1!important;
    font-weight: 900;
}


/* Arrows */
 .slick-prev,
 .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    border: none;
    outline: none;
    background: transparent;
}
 .slick-prev:hover,
 .slick-prev:focus,
 .slick-next:hover,
 .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
 .slick-prev:hover:before,
 .slick-prev:focus:before,
 .slick-next:hover:before,
 .slick-next:focus:before
{
    opacity: 1;
}
 .slick-prev.slick-disabled:before,
 .slick-next.slick-disabled:before
{
    opacity: .25;
}



 .slick-prev
{
    left: 20px;

    z-index: 3;
    transition: all 0.3s ease-in;
}



 .slick-next
{
    right: 20px;
    transition: all 0.3s ease-in;
    z-index: 9;
}


 .slick-prev:hover,
 .slick-next:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}



.dest-slider .slick-prev
{
    left: 10px;
    z-index: 3;
    transition: all 0.3s ease-in;
}



.slick-prev {
    left: auto;
    z-index: 3;
    transition: all 0.3s ease-in;
    left: 15px;
}

.hotel-slider .slick-prev:before,
.slick-prev:before
{
    content: "";
    background: url('../images/leftw.png');
    width: 34px;
    height: 60px;
    display: block;
}

.slick-next
{
    right: 15px;
    transition: all 0.3s ease-in;
    z-index: 9;
}

.hotel-slider .slick-next:before,
.slick-next:before
{
     content: "";
    background: url('../images/rightw.png');
    width: 34px;
    height: 60px;
    display: block;
}

.ls-alt .slick-prev:before,
.logo-slider .slick-prev:before,
.review-slider .slick-prev:before,
.video-slider .slick-prev:before,
.hot-slider .slick-prev:before,
.ship-slideshow .slick-prev:before
{
    content: "";
    background: url('../images/leftg.png');
    width: 34px;
    height: 60px;
    display: block;
}

.ls-alt .slick-next:before,
.logo-slider .slick-next:before,
.review-slider .slick-next:before,
.video-slider .slick-next:before,
.hot-slider .slick-next:before,
.ship-slideshow .slick-next:before
{
     content: "";
    background: url('../images/rightg.png');
    width: 34px;
    height: 60px;
    display: block;
}


.slick-prev:hover,
.slick-next:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.slick-prev,
.slick-next {
    top: 50%;
}

#book-now-form.fancybox-content {
    width: 100%;
    padding: 0;
    border: 4px solid var(--fc-white);
    border-radius: 10px;
}

#book-now-form.fancybox-content .book-now-form__header {
    padding: 207px 27px 23px;
}

#book-now-form.fancybox-content h2 {
    font: normal normal 800 50px/60px 'Barlow Condensed';
    color: var(--fc-white);
}

#book-now-form.fancybox-content h3 {
    font: normal normal 800 38px/46px 'Barlow Condensed';
    color: var(--fc-blue);
    text-transform: uppercase;
    text-shadow: unset;
}

button.fancybox-button.fancybox-close-small {
    top: 31px;
    right: 31px;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

button.fancybox-button.fancybox-close-small::before {
    content:'\f00d';
    font-size:40px;
    color:var(--fc-white);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#book-now-form.fancybox-content .book-now-form__body {
    padding: 27px 27px 23px;
}
/* #book-now-form.fancybox-content .book-now-form__body li {
    margin-bottom: 19px;
} */

#book-now-form.fancybox-content .book-now-form__body li:last-child {
    margin-bottom: 32px;
}

/* #book-now-form.fancybox-content .book-now-form__body li i {
    width: 31px;
    color: var(--fc-orange);
    font-size: 25px;
} */

#book-now-form.fancybox-content .book-now-form__body li>span {
    margin: 0 0 0 26px;
    font: normal normal normal 16px/24px Lato;
}

#book-now-form .button-orange {
    width: 100%;
    background: var(--fc-orange);
    color: var(--fc-white);
    border: 0;
    outline: 0;
    padding: 8px 30px;
    transition: background-color 0.3s;
}

#book-now-form .button-orange:hover {
    background: var(--fc-blue-hover);
}

/*
==========================================================================
MEDIA QUERIES
==========================================================================
*/

@media screen and (max-width: 1120px) {

	.panel-form {
    	float: none;
    	margin: 0;
    	padding: 0 0 5px 15px;
	}

	.panel-container {
    	margin: 10px auto 0 auto;
	}

	.hero-inner-content {
    	width: 100%;
    }

.pagination-right {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.hide {
    display: none;
}

}


@media screen and (max-width: 1080px) {


.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

}



@media screen and (max-width: 920px) {



.lightblue-section {
    padding: 25px 0;
    margin: 0 auto;
}

.single-section,
.blue-section,
.white-full-section,
.white-section,
.image-section {
   	width: 100%;
	padding: 25px 0;
    margin: 0px auto;
}

.review-slider .slick-list, .hot-slider .slick-list {
    margin: 0 auto;
    width: 100%;
}

 .footer-grid {
 	grid-template-columns: 1fr 1fr;
 }

.two-grid {
	width: 100%;
	display: block;
}

.two-last,
.two-item {
    display: block;
    padding: 0;
}

.two-img {
    display: none;
}

.mob-two-img {
    display: block;
    margin: 30px 0;
    width: 100%;
    height: auto;
}

.mob-two-img img {
	width: 100%;
	height: auto;
}


.sticky {
	display: none;
}


	.blue-grid {
    	width: 100%;
    	display: grid;
    	grid-template-columns: 1fr 1fr;
    }

	nav ul {
		display: none;
	}

	.header-icon img {
		display: none;
	}

	.header-info {
    	padding: 12px 0;
    	float: right;
   		margin: 0 80px 0 0;
	}

	.logo {
    	padding: 15px 10px 10px 10px;
    	width: 320px;
    }

	.nav-button {
    	display: block;
    	font-weight: 700;
    	font-size: 14px;
    	top:20px;
    	line-height: 20px;
	}

	.blue-form {
    	margin: 40px auto;
    	width: 100%;
	}

	.newsletter-section .inner {
		width: 100%;
	}

.header-padder {
    height: 0;
}

.result-grid,
.li-col-grid,
.list-item {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
}

.mobile-hide {
    display: none;
}

.hotel-slider {
    display: block;
}


.toggler {
	padding: 5px 10px;
	background: none;
	display: inline-block;
	margin: 10px 10px 0 0;
	color: var(--white);
	cursor: pointer;
}

.actived,
.toggler:hover {
	padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background: var(--white);
	color: var(--blue);
	display: inline-block;
	margin: 10px 10px 0 0;
}

.search-options {
	display: none;
}

.mobsorter {
    text-align: center;
    display: block;
    position: relative;
    background: var(--blue);
    padding: 10px 0 0 0;
}



/*.secondary-nav.stickysn {
    position: fixed;
    top: 60px;
    z-index: 99999;
}*/

}


@media screen and (max-width: 800px) {

	.square-image-grid {
   	 	width: 100%;
    	display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	.slick-dots {
		margin: 0;
	}

	.sidebar-block {
		padding: 25px;
	}
	.sidebar-links {
		grid-template-columns: 	1fr 1fr;
	}


	.main-column {
		float: none;
		width: 100%;
	}

	.mob-accordian {
		display: block;
		margin: 0 0 30px 0;
	}

	.mob-accordian .accordian::after,
	.mob-accordian .less::after {
    	display: none!important;
	}

}


@media screen and (max-width: 750px) {

.nice-select {
    border: 1px solid var(--lightgrey)!important;
    margin: -1px 0 0 0;
}
/* 
.slick-prev, .slick-next {
    display: none!important;
} */

/*.secondary-nav span {
	display: none;
}

.secondary-nav i {
	padding: 0;
	display: inline-block;
}

.secondary-nav.sticky {
    position: fixed;
    top: 64px;
    z-index: 99999;
}*/

	.photo-grid,
	.pg-alt {
    	display: block;
    	margin: 0;
	}

	.photo-item {
		margin: 0 0 30px 0;
	}



	.panel-form {
    	float: none;
    	margin: 0;
    	padding: 0;
	}

	.big-search {
    	width: 100%;
    	display: block;
    	position: relative;
    	margin: -1px 0 0 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.when, .destination {
    	width: 48%;
    	display: inline-block;
    	margin: 0 0 0 1%;
	}

	.nice-select {
  		border-left: 0;
  		border-bottom: 1px solid #e4e4e4;
	}

	.nice-select:nth-of-type(even) {
  		border-left: 1px solid #e4e4e4;
  		border-bottom: 1px solid #e4e4e4;
	}

	.taglist {
    	padding: 5px;
	}

	.taglist span {
    	margin: 0 5px 5px 0;
    	padding: 10px;
    	display: inline-block;
	}

	.header-padder {
   	 	height: 0;
	}

	.slider-inner-content {
    	width: 75%;
    }

	.slider-inner {
    	width: 100%;
    	max-width: 1170px;
    	margin: 130px auto 0 auto;
	}

	.remove {
    	position: relative;
    	height: auto;
    	width: 100%;
	}

	.logo-grid-item {
    	flex: 1 0 33%;
	}

	.cruise-grid {
    	grid-template-columns: 1fr 1fr;
    }

.search-options {
    display: none;
}

.pack-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.img-spacer {
    margin: 0px 0 0 0px !important;
}
.package-img {
	margin: 0;
}

.package-img img {
    display: none;
}

#progress {
	display: none;
}

.packtwo-col { position:relative; }

.packtwo-col img {
	width: 100%;
	height: auto;
}

.package-two {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 20px;
    }

.form-grid-two {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.sb-alt {
    grid-template-columns: 1fr;
}

.scol {
    padding: 5px;
}

.cabin-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px 0;
}

.lthead {
    display: none!important;
}

.align-right {
    text-align: left;
}

.larger-table {
    background-color: var(--lightblue);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px 0;
}

.lt-col {
	text-align: center;
    padding: 0;
}

.lts {
    display: block;
}

.mob-title {
	display: inline-block;
	font-weight: 700;
}

.pg-button {
    display: inline-block;
}

.mobile-price {
	display: inline-block;
}

.bb-grid,
.sim-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

}

@media screen and (max-width: 650px) {

	h1 {
		font: normal normal 800 40px/45px 'Barlow Condensed';
	}
	
	#book-now-form.fancybox-content h2,
    #book-now-form.fancybox-content h3 {
        font-size: 40px;
    }
/*.secondary-nav.sticky {
    position: fixed;
    top: 79px;
}*/

.header-padder {
    height: 0;
}

.pagination-right {
    display: none;
}

.brand {
    float: none;
    margin: -10px 0 20px -10px;
}


	.bf-grid {
    	width: 100%;
    	grid-template-columns: 1fr;
 		grid-row-gap: 20px;
    	text-align: center;
	}

.logo {
    width: 100%;
    margin: 0 0 10px 0;
}

	.header-info {
		width: 100%;
		display: block;
		float: none;
		padding: 0 0 5px 10px;
		margin: 0;
	}

	.nav-button {
    	top: 75px;
	}

	.header-banner {
		position: fixed;
    	height: 50px;
    	top:0;
    	padding: 5px 0;
    	font-size: 13px;
    	line-height: 20px;
	}

	.header-banner i {
    	margin: 5px -5px 0 0;
	}

	.slick-next {
    	right: 5px;
    }

 	.slick-prev {
    	left: 5px;
    }

    .logo-slider,
	.logo-slider .slick-list {
		display: block;
	}

	.logo-slider img {
    	display: block;
    	margin: 0 auto;
	}

	.logo-grid {
		display: none;
	}

	.page-form-grid {
    	width: 100%;
    	display: grid;
    	grid-template-columns: 1fr;
    }

.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

/*.secondary-nav.stickysn {
    position: fixed;
    top: 113px;
    z-index: 99999;
}*/


}

@media screen and (max-width: 460px) {

	.cruise-grid {
    	grid-template-columns: 1fr;
    }


}
@media screen and (max-width: 420px) {
	header {
		padding: 11px 15px;
	}

	.inner {
	   padding: 0 15px;
	}
}

@media screen and (max-width: 380px) {

 .container {
	min-width:240px;
	width:100%;
 }



}