/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer - test
   ========================================================================== */

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}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
.search-form-selectize .selectize-control input {
    height:40px;
}
/*
==========================================================================
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;
    border:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important;
}

::selection {
	background:#214f7f;
	color:#fff;
}

::-moz-selection {
	background:#214f7f;
	color:#fff;
}

::-webkit-selection {
	background:#214f7f;
	color:#fff;
}

.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;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #214f7f;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}


/*
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 30px 'Oxygen', Helvetica , Arial, sans-serif;
	margin:20px 0;
	padding:0;
	color: #024d7b;
}

h2 {
	font: 26px 'Oxygen', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #024d7b;
}

h3 {
	font: 22px 'Oxygen', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #024d7b;
}

h4 {
	font: 20px 'Oxygen', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #024d7b;
}

h5 {
	font: 18px 'Oxygen', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	color: #024d7b;
}


.hero-slide,
.hero {
	position: relative;
	height: 500px;
	width: 100%;
}

.slick-dots li.slick-active button::before {
    content: '\f111' !important;
    font-family: 'Font Awesome 5 Free';
    color: #f09e3b !important;
    opacity: 1 !important;
    font-weight: 900;
}

.slick-prev, .slick-next {
    top: 50%;
}

.blue-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;

    display: -ms-grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
}
.blue-grid div {
    -ms-grid-column-span:1;
    -ms-grid-column:1;
}
.blue-grid div:nth-child(2){
    -ms-grid-column:3;
}
.blue-grid div:nth-child(3){
    -ms-grid-column:5;
}
.bg-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    background: #004d81;
    font-size: 13px;
    color: #fff;
    margin: 50px auto;
    padding: 10px;
    transition: all 0.3s ease-in;
    display:-ms-grid;
    -ms-grid-columns:1fr 30px 2fr;
    -ms-grid-column-span:1;
}
.bg-item:nth-child(2){
    -ms-grid-column:3;
}
.bg-item:nth-child(3){
    -ms-grid-column:5;
}

.bg-item:hover {
	background: #12324f;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.bg-item h5 {
	color: #fff;
	margin: 10px 0;
}


.bg-col i {
	color: #fff;
	font-size: 70px;
	padding: 20px 0 0 20px;
}

.intro {
	margin: 25px auto;
	text-align: center;
}

.intro h1 {
	font-style: italic;
}

.offer-slider {
    width: 85%;
    margin: 0 auto 75px auto;
}

.offer-slider .slick-next {
    right: -75px;
}

.offer-slider .slick-prev {
    left: -75px;
}

.cs-item {
	position: relative;
	overflow: hidden;
	width: 98%;
    margin: 0 0 -10px 0;
}

.cs-item img {
	display: block;
	width: 98%;
	height: auto;
	margin: 1%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.cs-item .overlay {
    position: absolute;
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
    display: block;
    width: 98%;
    height: 98%;
    background: rgba(0,0,0,0.3);
    transition: background-color 300ms linear;
}


.cs-item .cs-inner {
    display: block;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
}

.cs-item .title {
	font-size:36px;
	font-style:italic;
	font-weight:400;
	line-height:1.2;
	color:#fff;
	transition:all .2s ease-in-out;
}

.cs-item:hover img{
	transform:scale(1.2,1.2);
	width: 98%;
	overflow: hidden;
}

.cs-item .overlay::before,
.cs-item .overlay::after {
	position:absolute;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	content:'';
	opacity:0;
	transition:opacity 0.35s;
	pointer-events:none;
}

.cs-item .overlay:before {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
}

.cs-item .overlay:after {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
}

.cs-item:hover .overlay::before,
.cs-item:hover .overlay::after{
	opacity:1;
	transform:scale(1);
}

.cs-item:hover .overlay::before,
.cs-item:hover::after {
	background: rgba(0,0,0,0.5);
}

.home-page-tabs .ptabs li {
    width: 15%;
}

.home-page-tabs .ppanel {
	padding: 0;
}

.deals-grid-home {
	width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 25px auto;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px 0;
    display:-ms-grid;
    -ms-grid-columns:2fr 30px 2fr 30px 1fr;
}
.deals-grid-home .dgh-col {

    -ms-column-span:1;
    -ms-grid-column:1;
}
.deals-grid-home .dgh-col:nth-child(2) {

    -ms-column-span:1;
    -ms-grid-column:3;
}
.deals-grid-home .dgh-col:nth-child(3) {

    -ms-column-span:1;
    -ms-grid-column:5;
}

.dgh-col {
	text-transform: uppercase;
    position: relative;
}

.dgh-col img {
	height: 200px;
}

.deal-img {
    float: right;
    width: auto;
    height: 200px;
}

.arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 200px;
    background: url(../images/deal-arrow.png) no-repeat;
}

.dgh-col .green-button {
    margin: 15px 0;
    padding: 5px;
    width: 150px;
}

.dgh-col h5 {
    font: 24px 'Oxygen', Helvetica , Arial, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    color: #024d7b;
    text-transform: uppercase;
}

.badge {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 160px;
    height: 160px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background: #004e7e;
    color: #fff;
    border-radius: 50%;
}

.badge .inners {
    display: table-cell;
    width: 160px;
    height: 160px;
    vertical-align: middle;
}

.badge strong {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}


.blue-grid span {
    font-size: 18px;
    font-weight: 700;
    color: #ff9900;
}

.dgh-sub {
	text-transform: uppercase;
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    display:-ms-grid;
    -ms-grid-columns:1fr 30px 1fr;
}
.dgh-sub .sub-item {
    -ms-grid-column-span:1;
    -ms-grid-column:1;
}
.dgh-sub .sub-item:nth-child(2) {
    -ms-grid-column:3;
}



.dgh-sub p {
    margin: 0 0 -10px 0;
}

.dgh-sub h5 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #004e7e;
}

.dgh-sub .green-button {
    margin: 0;
    padding: 5px;
    width: 120px;
    margin: 20px 0 0 0;
}

.mob-price {
	display: none;
}


.cruise-slider {
    margin: 30px auto;
    width: 90%;
}



 .cruise-slider .slick-prev
{
    left: -50px!important;
    top:60px!important;
    z-index: 3;
    transition: all 0.3s ease-in;
}

.cruise-slider .slick-prev:before
{
    content: '\f053';
    background: none;
    font-family: 'Font Awesome 5 Free';
        color: #ccc;
    font-size: 20px;
    font-weight: 900;
}

.cruise-slider .slick-next
{
    right: -50px!important;
        top:60px!important;
    transition: all 0.3s ease-in;
    z-index: 9;
}

.cruise-slider .slick-next:before
{
    content: '\f054';
        background: none;
    font-family: 'Font Awesome 5 Free';
         color: #ccc;
    font-size: 20px;
    font-weight: 900;
}

.cruise-slider .slick-prev:hover,
.cruise-slider .slick-next:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}


.cruise-slider .slick-prev,
.cruise-slider .slick-next
{
    top: 50%;
}


.hbutton {
    display: block;
    padding: 0 10px;
    width: 150px;
    border: 1px solid #065281;
    font-size: 14px;
    line-height: 40px;
    margin: 50px auto;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #065281;
    transition: all 0.3s ease-in;
}


.hbutton:hover {
    border: 1px solid #065281;
    text-transform: uppercase;
    background: #065281;
    color: #fff;
    transition: all 0.3s ease-in-out;
}


.home-video-grid {
	width: 90%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto;
    display:-ms-grid;
    -ms-grid-columns:2fr 30px 1fr;
}
.home-video-grid .hvg-col {
    -ms-grid-column:1;
}
.home-video-grid .hvg-col:nth-child(2){
    -ms-grid-column:3;
}

.hvg-col .dgh-sub {
	margin: 0 0 30px 0;
}

.social-deck {
	margin-bottom:63px;
	text-align:center;
}

.social-deck .hbutton {
	display: inline-block;
}

.social-deck a {
	vertical-align:middle;
}

.social-deck a:hover {
	color:#fff !important;
}

.social-deck a.social-button {
	display:inline-block;
	width:45px;
	height:45px;
	border:2px solid #024e7b;
	margin:0 15px;
	text-align: center;
	font-size:18px;
	line-height:40px;
	color:#024e7b;
	border-radius:50%;
}

.social-deck a.facebook{border-color:#052891;color:#052891;}
.social-deck a.facebook:hover{background:#052891;}
.social-deck a.twitter{border-color:#00baff;color:#00baff;}
.social-deck a.twitter:hover{background:#00baff;}
.social-deck a.google-plus{border-color:#cc0000;color:#cc0000;}
.social-deck a.google-plus:hover{background:#cc0000;}
.social-deck a.whats-app{border-color:#25D366;color:#25D366;}
.social-deck a.whats-app:hover{background:#25D366;}
.social-deck a.instagram{border-color:#125688;color:#125688;}
.social-deck a.instagram:hover{background:#125688;}
.social-deck a.linkedin{border-color:#006699;color:#006699;}
.social-deck a.linkedin:hover{background:#006699;}
.social-deck a.pinterest{border-color:#cc2027;color:#cc2027;}
.social-deck a.pinterest:hover{background:#cc2027;}
.social-deck a.youtube{border-color:#ed1c24;color:#ed1c24;}
.social-deck a.youtube:hover{background:#ed1c24;}

.social-deck a i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 -1px;
}

.social-deck a.hbutton {

	margin: 30px;
}





@media screen and (max-width: 1050px) {

.stacker,
.dgh-sub {
    grid-template-columns: 1fr 1fr;
}

.home-page-tabs .ptabs li {
    width: 100%;
}

}


@media screen and (max-width: 900px) {

.offer-slider .slick-next {
    right: -15px;
}

.offer-slider .slick-prev {
    left: -15px;
}

 .bg-item {
    grid-template-columns: 1fr;
    text-align: center;
     grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 10px auto;
 }

.deals-grid-home {
    grid-template-columns: 1fr;
}

.dgh-col {
    text-align: center;
}
.badge {
	display: none;
}

.dgh-col .green-button {
    margin: 15px auto;
}

.sub-item {
    text-align: center;
    margin: 0 0 30px 0;
}

.dgh-sub .green-button {
    margin: 20px auto;
}

.mob-price {
	display: block;
}

.mob-price span {
    font-size: 18px;
    font-weight: 700;
    color: #ff9900;
}

.mob-max {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

.home-video-grid {
    grid-template-columns: 1fr;
}


}

@media screen and (max-width: 700px) {

.social-deck .hbutton {
    display: block;
    margin: 30px auto!important;
}

.hero-slide, .hero {
    position: relative;
    height: 300px;
    width: 100%;
}

 .blue-grid {
    grid-template-columns: 1fr;
      grid-column-gap: 0px;
    grid-row-gap: 0px;
 }


 .cruise-slider .slick-prev
{
    left: -20px!important;
    top:60px!important;
    z-index: 3;
    transition: all 0.3s ease-in;
}

.cruise-slider .slick-next
{
    right: -20px!important;
        top:60px!important;
    transition: all 0.3s ease-in;
    z-index: 9;
}


}


/*
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: #fff;
	color: #666;
	font: 14px/1.8 'Oxygen', Helvetica, Arial, sans-serif;
	margin:0;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1200px;
	width:100%;
	margin: 30px auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}


header {
	position: relative;
	width:100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	padding: 10px 0 0 0;
	z-index: 99999;
    background: #fff;
}


.logo {
    width: 240px;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
	transition: all 0.3s ease-in;
}

.blue-button, .generic.inner .frm_button_submit {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #024d7b;
	padding: 10px 30px;
	color: #fff !important;
	/*border: 2px solid #024d7b;*/
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in;
    cursor:pointer;
}

.white-button {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: none;
	padding: 10px 30px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in;
}

.blue-button:hover, .generic.inner .frm_button_submit:hover {
	background: #1e4d7d;
	color: #fff !important;
	/*border: 2px solid #1e4d7d;*/
	transition: all 0.3s ease-in-out;
}

.white-button:hover {
	background: #fff;
	color: #214f7f;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
}


.light-blue-button {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #1e4d7d;
	padding: 10px 30px;
	color: #fff;
	border: 2px solid #1e4d7d;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in;
}

.light-blue-button:hover {
	background: #214f7f;
	color: #fff;
	border: 2px solid #214f7f;
	transition: all 0.3s ease-in-out;
}

.more-info {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 14px;
}

.light-green-button {
	display: block!important;
	margin: 0;
	background: #3fa535;
	padding: 10px 30px;
	font-size: 14px!important;
	color: #fff!important;
	border: 2px solid #3fa535;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in;
}

.light-green-button:hover {
	background: #214f7f;
	color: #fff;
	border: 2px solid #214f7f;
	transition: all 0.3s ease-in-out;
}


/*
==========================================================================
NAV
==========================================================================
*/


nav {
	width: 100%;
	background: #1e4d7d;
	padding: 0;
	margin: 10px 0 0 0;
}

nav ul {
	list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

nav li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}

nav a {
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 10px 14px 10px;
}

nav a:hover {
	color: #fff;
	background: #cd1b27;
	text-transform: uppercase;
	font-weight: 600;
}


.nav-wrapper {
  background-color: #1e4d7d;
  height: 100%;
  padding: 80px 30px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(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: 300px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
	position: relative;
}

.nav-wrapper a {
	font-size: 13px;
	color: #fff;
	transition: all 0.3s ease-in;
}

.nav-wrapper a:hover {
	color: #ccc;
	transition: all 0.3s ease-in-out;
}

.nav-button {
	display: none;
	position: absolute;
	top: 16px;
	right: 10px;
	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: -5px 10px 0 10px;
	color: #454545;
	transition: all 0.3s ease-in;
}

.nav-button:hover {
	opacity: 0.8;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 10px;
    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 .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out;
    color: #2B2E34;
}

.button-lines {
	font: 16px 'FSSienaWeb-Regular', 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: 16px;
    text-transform: none;
    color: #fff;
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: #fff;
}

.nav-visible .menutag {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 10px;
 	line-height: 12px;
}

.close img {
	width: 25px;
}

.closer {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.call-mob {
	display: none;
}

.feef-section {
    float: right;
}

.feef-section img {
	height: 40px;
}

.flags {
	margin: 5px auto 0 auto;
	text-align: center;
}

.flags img {
	height: 20px;
}

.phoneno {
	font-size: 38px;
	color: #004c7b;
	line-height: 30px;
	text-align: center;
}

.call-info {
	width: 300px;
	margin: 0px auto;
	color: #666;
	position: absolute;
	top:15px;
	left:0;
	right:0;
	text-transform: uppercase;
	text-align: center;
}

header p {
	margin: 0;
}

.phonemob {
	display: none;
}

.padder {
    height: 149px;
}

/*
==========================================================================
MAIN SEARCH
==========================================================================
*/

.main-search {
	background: transparent;
	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: 5px;
}

.taglist {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.taglist span {
	color: #fff;
	padding: 7px 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;
}

.green1 {
	background: #712a67;
}

.blue1 {
	background: #50acaf;
}

.blue2 {
	background: #064d81;
}

.blue3 {
	background: #1e4d7d;
}

.red1 {
	background: #52add1;
}

.green3 {
	background: #712a67;
}

.panel-form {
	float: right;
	margin: 0 110px 0 0;
}

.when,
.destination {
    width: 110px;
    display: inline-block;
}

.big-search {
	background: #f90;
	border: 0;
	width: 140px;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
	color: #fff;
	right:0;
	top:0;
	bottom:0;
	padding: 13px 10px;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease-in;
}

.big-search i {
	margin: 0;
}

.big-search:hover {
	background: #214f7f;
	color: #fff;
	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;
  color: #fff;
  font-size: 13px;
  vertical-align: top;
	transition: all 0.3s ease-in;
}

.reset:hover {
	opacity: 0.5;
  color: #fff;
	transition: all 0.3s ease-in-out;
}

.checkGroup {
  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 20px 0 30px;
  color: #fff;
  font-size: 13px;
  vertical-align: top;
}

.checkGroup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #214f7f;
    border: 1px solid #fff;
    border-radius: 5px;
}

.checkGroup:hover input ~ .checkmark {
  background-color: #214f7f;
}

.checkGroup input:checked ~ .checkmark {
  background-color: #214f7f;
    border: 1px solid #fff;
}

.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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
==========================================================================
SEARCH LIST
==========================================================================
*/
.search-bar {
    background: #1e4d7d;
    padding: 0;
    position: static;
    left:0;
    right:0;
    top:200px;
}
.search-bar-home .search-bar {
	background: transparent;
	padding: 0;
    position: static;
    left:0;
    right:0;
    top:200px;
}

.search-bar-home .tabbed {
    position: absolute;
    bottom: 60px;
    z-index: 9;
    width: 100%;
    top:30px;
    padding: 10px;
}
.search-bar-home .main-search {
    padding:0;
}
.search-bar-home > .main-search {
    height:190px;
}
.search-bar-home #quick-search,
.search-bar-home #quick-search .select-container {
    width: 100%;
}
.search-bar-home #quick-search .search-tabs li{
    background: #1e4d7d;
    padding: 8px 20px;

    font-size: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background .3s;
}
.search-bar-home #quick-search .search-tabs li:hover, #quick-search .search-tabs li.active {
    color: #1e4d7d;
    background: #fff;
}
    .search-bar-home #quick-search .search-tabs li label {
    cursor: pointer;
}
.search-bar-home #quick-search .quick-search-btm {
    height: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    }

.search-bar-home .main-section {
	background: #fff;
	padding: 50px;
}
.hero-slide .slider-inner .slider-inner-content {
    background:transparent;
    color: #fff!important;
}
.hero-slide .slider-inner .slider-inner-content * {
    color: #fff!important;
}
.slider-inner h1 {
    font-size: 36px;
    font-style: italic;
    margin: 30px 0 35px 0;
    line-height: 35px;
    color: #fff;
}
.slider-inner p {
    font-weight:bold;
}
.blue-button {
    background: #1e4d7d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 30px;
    display: inline-block;
    margin: 10px auto;
    transition: all 0.3s ease-in;
    text-align: center;
}
.blue-button:hover {
    background:#eb8f3f;
    color: #fff;
    transition: all 0.3s ease-in-out;
    }
.search-bar-home #quick-search .selectize-container {
    width: 100%;
    height: 100%;
    margin-right: 1px;
    background: #fff;
    overflow: hidden;
}
.search-bar-home .main-search .inner,
#tripappy-search .inner {
    padding:0;
}

.search-bar-home #quick-search .selectize-container .selectize-control, #quick-search .selectize-container .selectize-input, #quick-search .selectize-container .selectize-input input {
    height: 100%;
    font: 16px/30px 'Oxygen', Helvetica, Arial, sans-serif;
    color: var(--text);
    padding: 5px;
}
.search-bar-home #quick-search .selectize-container .selectize-dropdown {
    top: 50px !important;
    left: 0 !important;
    width: 300px !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.search-bar-home .big-search {

    border: 0;
    width: 140px;
    font: 13px 'Oxygen', Helvetica, Arial, sans-serif;

    position: static;
    right: 0;
    top: 0;
    height: 44px;
    bottom: 0;
    padding: 13px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in;
}
.search-bar-home #quick-search .input-container {
    width: 100%;
    padding: 12px 10px;
    margin-right: 1px;
    background: #fff;
}
.search-bar-home #quick-search .input-container i {
    display: none;
}
.search-bar-home #quick-search .rooms-input {
    width: 500px;
    background: #fff;
    position: absolute;
    right: 0;
    margin: 10px 0 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}
.search-bar-home #quick-search .select-container {
    margin-right: 1px;
    background: #fff;
    width:100%;
}
.search-bar-home #quick-search .rooms-container {
    width: 100%;
    padding: 10px;
    height: 100%;
    background: #fff;
    position: relative;
}
.search-bar-home #quick-search .big-search {
    flex: 1 0 auto;
}
.SumoSelect {
    width: 100%;
}
.SumoSelect > .CaptionCont, .SumoSelect.open > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:active > .CaptionCont {
    padding: 12px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: unset;
    }


.search-options {
	background: #f0f0f0;
	padding: 10px;
}

.search-options h6 {
	font-weight: 600;
	color: #024d7b;
}

.result-list {
	margin: 30px auto;
}

.result-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    /* IE grid styles */
    display:-ms-grid;
    -ms-grid-columns:1fr 60px 3.5fr;
    grid-gap:60px;

}
.result-grid .results {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
}
.result-grid .sidebar {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
}

.widget {
	margin: 0 0 30px 0;
}

.widget h5 {
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size: 18px;
	color: #024d7b;
}



/*
==========================================================================
accordion
==========================================================================
*/

.accordion-section .fa,
.accordion-section .fab,
.accordion-section .fal,
.accordion-section .far,
.accordion-section .fas {
    line-height: 2!important;
}


.accordion-container {
  width: 100%;
  display: block;
}

.accordion {
    position: relative;
    cursor: pointer;
    color: #1e4d7d;
    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;
}

.accordion:hover {
	opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.accordion:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    position: relative;
    color: #999;
    display: inline-block;
    padding: 0 10px 0 0;
}

.content {
  padding: 20px 0;
}

.less::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #999;
	content: "\f077";
}

.widget-txt {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    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;
}

.widget .checkGroup {
  display: block;
  position: relative;
  padding-left: 40px!important;
  margin: 0;
  cursor: pointer;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.widget .checkGroup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.widget .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
    border: 1px solid #666;
}

.widget .checkGroup:hover input ~ .checkmark {
  background-color: #fff;
}

.widget .checkGroup input:checked ~ .checkmark {
  background-color: #fff;
    border: 1px solid #e5e5e5;
}

.widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.widget .checkGroup input:checked ~ .checkmark:after {
  display: block;
}

.widget .checkGroup .checkmark:after {
left: 6px;
top: -3px;
width: 5px;
height: 11px;
  border: solid #666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget label {
	font-size: 18px;
	color: #1e4d7d;
	font-weight: 600;
}

.widget .nice-select {
    width: 25%!important;
}

.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 #ccc;
    background: #fff;
    border-radius: 5px;
    line-height: 30px;
}


.filter-title {
	float: left;
}

.filter-title h4 {
	font-size: 18px;
	color: #024d7b;
	margin: 5px 0 15px 0;
}

.filters {
	float: right;
}

.pagination span, .pagination a {
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in;
}

.pagination span:hover, .pagination a:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.total_cruises span { color:unset;padding:unset;margin:unset;font-size:unset;font-weight:unset;cursor:default; }
	.total_cruises span:hover { opacity:unset; }

.filters span {
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	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: #aaa;
}

.pagination-left {
	float: left;
}

.pagination-right {
	float: right;
}

.pagination {
	padding: 0 0 20px 0;
}

.pgb {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}

.yellow1 {
	background: #dcb400;
}

.col-info {
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    line-height: 20px;
}

.col-info i {
	color: #1e4d7d;
}

/*
==========================================================================
LIST RESULTS
==========================================================================
*/

.list-item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: #666;
	border-top: 1px solid #eaf3f9;
    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;
    display:-ms-grid;
    -ms-grid-columns: 1fr 30px 3fr;
}
.list-item .li-col {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
}
.list-item .li-col:nth-child(2){
    -ms-grid-column:3;
    -ms-grid-column-span:1;
}

.sgrid-item h3  {
	color: #303f55;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}

.list-item h3,
.list-item h3 a {
	color: #12324f;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
}

.sgrid-item a,
.list-item a {
	color: #16aeb0;
}

.sgrid-item a:hover,
.list-item a:hover {
	color: #2f3d56;
}

.sgrid-item p,
.list-item p {
	margin: 0 0 5px 0;
}

.item-meta i {
	color: #dcb400;
	font-size: 13px;
}

.item-dates {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0 10px 0;
}

.li-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1px 0;
	position: relative;
}

.ii-left {
    display: inline-block;
    width: 25%;
    margin: 0 3% 0 0;
    vertical-align: top;
    font-weight: 600;
    color: #12324f;
}

.ii-right {
    display: inline-block;
    width: 70%;
    color: #024d7b;
    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: 25px 0;

    display:-ms-grid;
    -ms-grid-columns:2fr 30px 1fr;
}
.li-col-grid .li-col-item {
    -ms-grid-column-span:1;
    -ms-grid-column:1;
}
.li-col-grid .li-col-item:nth-child(2) {
    -ms-grid-column:3;
}

.bonus {
	color: #323e54;
	padding: 10px;
	line-height: 20px;
}

.bonus i,
.bonus span {
	color: #1e4d7d;
	font-weight: 700;
}

.brand {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin: 0;
    float: right;
}

.brands {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 10px auto 0 auto;
}

.top-col span {
	color: #fff;
	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: #52add1;
	font-weight: 600;
	float: right;
}

.pp {
	color: #666;
	font-weight: 400;
}


.pbuttons {
	display: block;
	margin: 30px 0 0 0;
}

.pbuttons .light-blue-button,
.pbuttons .blue-button {
	color: #fff!important;
	padding: 5px 50px;
}

.gbuttons .light-blue-button:hover,
.gbuttons .blue-button:hover {
	color: #fff!important;
}

.toggler {
	background: #fff;
	display: inline-block;
	margin: 10px 10px 0 0;
}


.mobsorter {
	display: none;
}


.sortmob-div,
.searchmob-div,
.filtermob-div  {
    background: #fff;
    position: relative;
    padding: 30px;
    width: 100%;
    z-index: 99999;
}

.closer {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #1e4d7d!important;
    cursor: pointer;
}

.closer:hover {
    opacity: 0.7;
    color: #1e4d7d!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: #666;
	border-top: 1px solid #e5e5e5;
    display:-ms-grid;
}


.sgrid-item {
	font-size: 13px;
	text-align: center;
	box-shadow:0 3px 8px 0 rgba(0,0,0,.3);
}

.list-item .rprice,
.search-grid .rprice {
	float: none;
	color: #ff9900;
	font-size: 36px;
	font-weight: 600;
}

.gbuttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.gbuttons .blue-button {
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #008b44;
    background: #008b44;
    width: 100%;
}

.gbuttons .package-button {
	background:#298fd7;
	border-color:#298fd7;
}

.gbuttons .light-blue-button {
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #12324f;
    background: #12324f;
    width: 100%;
}

.gbuttons .blue-button:hover,
.gbuttons .light-blue-button:hover {
    color: #fff;
    border: 2px solid #f09e3b;
    background: #f09e3b;
}

.green-button {
    border-radius: 0;
    margin: 0;
    padding: 15px;
    color: #fff;
    border: 2px solid #008b44;
    background: #008b44;
    width: 200px;
    text-align: center;
    display: block;
	transition: all 0.3s ease-in;
}

.green-button:hover {
    color: #fff;
    border: 2px solid #fb9100;
    background: #fb9100;
	transition: all 0.3s ease-in-out;
}


.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: 60%;
}

.gis-head {
	background: #024d7b;
	color: #fff;
	font-weight: 600;
	padding: 5px;
}

.gis-inner {
	background: #fff;
	border:2px solid #024d7b;
	font-weight: 600;
	padding: 0px;
}


/*
==========================================================================
SHIP DETAIL
==========================================================================
*/

.side-bar-left {
	float: left;
    width: 72%;
    margin: 0 3% 0 0;
}

.side-bar-right {
	float: right;
    width: 25%;
    margin: 0;
}

.side-bar-right h2 {
	font-size: 24px;
	font-weight: 400;
}

.crumbs {
	font-size: 14px;
	color: #024d7b;
}

.crumbs i {
	padding: 0 5px;
	font-size: 10px;
	display: inline-block;
	vertical-align: baseline;
}

.crumbs a {
	color: #1e4d7d;
}

.crumbs a:hover {
	color: #024d7b;
}

.side-bar-grid h1 {
	font-weight: 300;
}

.side-slider-section {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	max-width: 860px;
}

.side-slider img {
	width: 100%;
	height: auto;
	display: block;
}

.icon-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 30px 0;
}

.cruise-icons {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 30px 0;
}

.ir-item {
	text-align: center;
	color: #024d7b;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 30px;
}

.ir-item p {
	margin: 0;
}

.ir-item h5 {
	margin: 0;
	font-weight: 400;
}

.ir-item i {
	color: #1e4d7d;
	font-size: 24px;
}

.side-content {
	margin: 30px 0;
}

.side-photo {
	margin: 20px 0;
	width: 100%;
	height: auto;
}

.page-tabs {
	display: block;
	margin: 30px 0;
}

.tabbed-panels {
	width: 100%;
}

.panel-container {
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0 0 30px 0;
	border-top: 1px solid #1e4d7d;
}

.panel-container p {
	margin: 0;
}

.ppanel {
	clear: both;
}

.ptabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;

}
.cruise-info-tabs .ptabs {
	flex-direction: column;
}

.ptabs li {
	padding: 0;
	margin: 0;
    text-align: center;
}


.ptabs a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding:  20px;
    background: #70899c;
    border-top: 5px #fff;
    text-transform: uppercase;
}

.ptabs .active {
	background: #024d7b;
	border-top: 5px #024d7b;
	color: #fff;
}

.panel-left {
	float: left;
    width: 40%;
    margin: 15px 5% 15px 0;
}

.panel-left img {
	width: 100%;
	height: auto;
}

.panel-right {
	float: right;
    width: 55%;
	margin: 15px 0;
}

.line-slider {
	margin: 20px auto;
}

.line-slide {
    margin: 0 10px;
    position: relative;
}

.line-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 5%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 70%;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
    display: block;
}

.line-slide img {
	width: 90%;
	height: auto;
}

.line-slider .slick-list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.line-slide::before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
}

.side-item {
	font-size: 14px;
	color: #666666;
	margin: 0 0 15px 0;
}

.side-item h6 {
	color: #024d7b;
	font-size: 18px;
}

.side-item i {
	color: #1e4d7d;
	margin: 0 5px 0 0;
	width: 20px;
}

.si-left {
	width: 70%;
	float: left;
	margin: 0 0 5px 0;
}

.si-right {
	float: right;
	width: 28%;
	color: #1e4d7d;
}

.red-price {
	color: #52add1;
	font-size: 18px;
	font-weight: 700;
	margin: -10px 0 0 0;
	display: inline-block;
	vertical-align: unset;
}

.pp {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: unset;
}

.side-bar-right .light-blue-button {
	display: block;
	width: 100%;
	margin: 20px 0;
}

.side-widget {
	border-top: 2px solid #e5e5e5;
	margin: 0;
	padding: 20px 0 0 0;
}

.side-widget h6 {
	color: #024d7b;
	font-size: 16px;
}

.side-widget a {
	color: #1e4d7d;
	font-size: 16px;
	display: block;
}

.side-widget a:hover{
	color: #024d7b;
}

.review-col li {
	margin: 0 0 5px 0;
}

.side-widget li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    color: #024d7b;
    opacity: 1;
    font-weight: 600;
    padding: 0 5px 0 0;
}

.side-widget ul {
	margin: 0 10px;
}

.side-widget li a {
	display: inline-block;
	color: #1e4d7d;
	font-weight: 700;
	font-size: 14px;
}

/*
==========================================================================
TEAM
==========================================================================
*/

.team-buttons {
	margin: 30px auto;
	text-align: center;
}

.team-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;
}

.team-item {
	position: relative;
}

.team-item img {
	margin: 0;
	display: block;
	height: auto;
	width: 100%;
}

.team-bar {
	background: #005787;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

.team-bar p {
	margin: 0;
}

.gold {
	color: #dcb400;
}

.silver {
	color: #666666;
}

.award {
	background: #fff;
	padding: 20px;
	text-align: center;
	line-height: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
}

.award-time {
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 -5px 0;
}

/*
==========================================================================
FOOTER
==========================================================================
*/

.review-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: 30px auto;
}

.review-col a {
	color: #1e4d7d;
	font-weight: 700;
	font-size: 14px;
}

.review-col a:hover {
	color: #024d7b;
}

.review-col .light-blue-button {
	color: #fff;
	display: block;
	font-weight: 400;
}

.review-col .light-blue-button:hover {
	color: #fff;
}

.review-col li {
	margin: 0 0 5px 0;
}

.review-col li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    color: #024d7b;
    opacity: 1;
    font-weight: 600;
    padding: 0 5px 0 0;
}

.single-review {
	position: relative;
	margin: 0 0 60px 0;
	font-size: 16px;
	color: #666;
	padding: 0 0 0 75px;
}

.single-review a {
	color: #1e4d7d;
	font-weight: 600;
}

.single-review p {
	font-style: italic;
	margin: 0 0 10px 0;
}

.review-info  {
	font-size: 14px;
	font-weight: 600;
}

.single-review::before {
    content: "";
    background: url('../images/quotes.svg');
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.single-review h4 {
	color: #666;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-style: italic;
}

.stars {
	font-size: 14px;
	color: #dcb400;
	display: inline-block;
	padding: 0 0 0 20px;
	margin: -3px 0 0 0;
	vertical-align: middle;
}

.no-border {
	border:0;
}

.search-reviews {
	background: #024d7b;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 20px 0;
}

.search-reviews h2 {
	color: #fff;
}

.sr-text {
	padding: 10px;
	width: 100%;
	display: block;
	width: 100%;
	border:0;
	border-radius: 5px!important;
	margin: 0 0 15px 0;
	color: #666;
	font: 14px 'Oxygen', Helvetica, Arial, sans-serif;
}

.sr-field {
	position: relative;
}

.sr-go {
	background: #50acaf;
	font-size: 16px;
	border:0;
	text-align: center;
	padding: 10px 15px;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
}

.sr-go:hover {
	background: #712a67;
	color: #fff;
}

.review-text {
	margin: 20px 0 0 0;
	color: #666;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px!important;
    width: 100%;
    padding: 13px;
    border: 1px solid #d7d7d7;
}

.select-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}

.review-area {
	margin: 20px 0 0 0;
	color: #666;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px!important;
    width: 100%;
    padding: 13px;
    border: 1px solid #d7d7d7;
}

.review-form .light-blue-button {
	font: 14px 'Oxygen', Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin: 20px 0;
	padding: 10px 40px;
}

.review-form {
	margin: 20px 0 0 0;
}

.review-form p {
	margin: 0;
}

.review-form form {
	margin: 30px 0;
}

.review-form h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.star-ratings {
	margin: 20px 0 0 0;
}
.star-title {
    float: left;
    margin: 3px 10px 0 0;
    width: 100px;
    color: #666;
    font-size: 14px;
}

.star-ratings .star-rate {
  background: url('../images/stars.png') repeat-x 0 0;
  width: 150px;
	float: left;
}

.star-ratings .star-rate:before,
.star-ratings .star-rate:after {
  display: table;
  content: "";
}
.star-ratings .star-rate:after {
  clear: both;
}
.star-ratings .star-rate input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.star-ratings .star-rate input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.star-ratings .star-rate input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.star-ratings .star-rate input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.star-ratings .star-rate input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.star-ratings .star-rate input[type="radio"].star-1:checked ~ span {
  width: 20%;
}

.star-ratings .star-rate label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.star-ratings .star-rate label:hover ~ span {
  background-position: 0 -30px;
}
.star-ratings .star-rate label.star-5:hover ~ span {
  width: 100% !important;
}
.star-ratings .star-rate label.star-4:hover ~ span {
  width: 80% !important;
}
.star-ratings .star-rate label.star-3:hover ~ span {
  width: 60% !important;
}
.star-ratings .star-rate label.star-2:hover ~ span {
  width: 40% !important;
}
.star-ratings .star-rate label.star-1:hover ~ span {
  width: 20% !important;
}
.star-ratings .star-rate span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url('../images/stars.png') repeat-x 0 -60px;
  transition: width 0.5s;
}

/*
==========================================================================
GUIDE SUB
==========================================================================
*/

.wide-hero {
	margin: 0 0 30px;
	width: 100%;
	display: block;
}

.wide-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.wide-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: 30px auto;
}

.wide-item {
	background: #024d7b;
	position: relative;
}

.wide-item:hover img {
	padding: 10px 10px 0 10px;
	transition: all 0.3s ease-in-out;
}

.wide-item img {
	margin: 0;
	display: block;
	height: auto;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.wide-bar {
	background: #024d7b;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

.wide-bar p {
	margin: 0;
}

.button-col .light-blue-button {
	margin: 0 0 10px 0;
}

.blue-section .blog-inner {
	color: #666;
}

.destination-content h5 {
	font-weight: 600;
	margin: 0 0 5px 0;
}

.destination-content .ss-container {
	margin: 25px 0;
}

.ss-slide {
    position: relative;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    padding: 15px 20px;
}

.dest-side {
    padding: 0 0 30px 0;
}

.page-quote {
	margin: 50px auto;
}

.gallery-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    align-items: inital;
    margin: 30px auto;
}

.gg-item {
	position: relative;
	cursor: pointer;
}

.gg-item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.gg-item::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    font-weight: 900;
    line-height: 200px;
    text-align: center;
}

.gg-item:hover::before {
    opacity: 1;
}



.sthead {
	background: #024d7b;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: left;
}

.scol {
	padding: 10px 20px;
	text-align: left;
}

.mobcoltitle {
	display: none;
}

.contact-form form {
	margin: 0;
}

.lb-section .blog-item {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    margin: 0;
    border-radius: 5px;
    text-align: left;
}

/*
==========================================================================
CRUISELINES
==========================================================================
*/

.cruise-table {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 30px auto;
}

.ct-item {
    width: 100%;
    background: #024d7b;
    position: relative;
}

.ct-item img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    display: block;
	transition: all 0.3s ease-in-out;
}

.ct-img {
    width: 100%;
    position: relative;

}

.ct-item:hover img {
	padding: 10px 10px 0 10px;
	transition: all 0.3s ease-in-out;
}


.ct-img:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.ct-inner {
    background: #024d7b;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 0;
}

.ct-inner p {
	margin: 0;
}

.cruise-logo {
    position: absolute;
    top: 30%;
    z-index: 9;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
}

.cruise-more {
    color: #fff;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    right: 20px;
}

.ppanels li {
	font-size: 16px;
}

.ppanels li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    color: #1e4d7d;
    font-size: 14px;
    padding: 0 10px 0 0;
    font-weight: 900;
}


.pfive {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfive li {
    float: left;
    padding: 0;
    width: 20%;
    margin: 0;
    text-align: center;
}

.pfive a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding:  20px;
    background: #70899c;
    border-top: 5px #fff;
    text-transform: uppercase;
}

.pfive .active {
	background: #024d7b;
	border-top: 5px #024d7b;
	color: #fff;
}

.pfour {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pfour li {
    float: left;
    padding: 0;
    width: 25%;
    margin: 0;
    text-align: center;
}

.pfour a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding:  20px;
    background: #70899c;
    border-top: 5px #fff;
    text-transform: uppercase;
}

.pfour .active {
	background: #024d7b;
	border-top: 5px #024d7b;
	color: #fff;
}

.cruise-title-left {
	float: left;
	width: 75%;
	margin: 0 5% 0 0;
}

.cruise-title-right {
	float: right;
	width: 20%;
}

.cruise-title-left h2 {
	color: #666;
	font-size: 20px;
}

.cruise-title-left span {
	color: #1e4d7d;
	font-weight: 600;
}

.floating-cruise-bar {
	background: #1e4d7d;
	padding: 0 20px;
	display: flex;
	margin: 0 0 30px 0;
}

.floating-cruise-bar a {
	color: #fff;
	padding: 15px 10px;
	font-size: 13px;
}

.floating-cruise-bar a:hover {
	color: #fff;
	font-size: 13px;
	background: #024d7b;
}

.space-between {
  justify-content: space-between;
}

.sticky {
    position: sticky;
    top: 104px;
    width: 100%;
    z-index: 999;
}

.cruise-overview {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 30px auto;
}

.co-item {
	text-align: center;
}

.co-price .red-price {
	font-size: 14px;
}

.co-item i {
	color: #1e4d7d;
}

.co-item p {
	text-align: center;
	display: inline-block;
	margin: 0;
	font-size: 13px;
}

.co-item .li-col-item {
	text-align: left;
}

.co-item .li-col-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

.co-buttons .blue-button,
.co-buttons .light-blue-button {
	display: block;
	width: 100%;
}

.co-item .prices-col p {
	display: block;
	text-align: left;
	border-bottom: 1px solid #eaf3f9;
}

.co-item .prices-col p:last-of-type {
	border-bottom: 0;
}

.co-item .ii-left {
    width: 30%;
}

.co-item .ii-right {
    width: 65%;
}

.co-item .nice-select {
    color: #666;
    font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px !important;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 7px 5px 5px 5px;
    border: 1px solid #d7d7d7;
}

.nice-select span {
	 color: #666;
}

.co-item .nice-select::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #666;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 12px;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.ficon {
	display: none;
}

.cruise-split {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin: 60px auto;
}

.cruises-table {
	background-color: #eeeeee;
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin: 0 0 2px 0;
}

.cthead {
	background: #024d7b;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: left;
}

.scol .fas {
	display: inline-block;
	color: #1e4d7d;
	padding: 0 0 0 5px;
}

.show-toggle {
	cursor: pointer;
}

.toggle-div {
	display: none;
	height: 0;
	background: #eee;
	padding: 20px;
	transition: height 0.5s ease-in-out;
	border-bottom: 2px solid #fff;
}

.toggle-div img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.toggled .toggle-div {
	display: block;
	height: 100%;
    transition: height 0.5s ease-in-out;
}

.panel-lefts {
	float: left;
	width: 60%;
	margin: 0 5% 0 0;
}

.panel-rights {
	float: right;
	width: 35%;
}

.panel-price {
	font-size: 24px;
	color: #666;
}

.blues {
	color: #1e4d7d;
	font-weight: 600;
}

.big-price {
	font-size:18px;
}

.big-price .red-price {
	font-size: 70px;
}

.small-price i,
.big-price i {
	color: #1e4d7d;
}

.small-price .red-price {
	font-size: 30px;
}

.panel-listing h4 {
	margin: 0 0 10px 0;
	font-weight: 600;
}

.panel-listing {
	border-bottom: 2px solid #eaf3f9;
	padding: 20px 0;
}

.panel-listing:last-of-type {
	border-bottom: 0;
}

.panel-table {
	background-color: #eeeeee;
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding: 10px 0;
    margin: 0 0 2px 0;
    vertical-align: middle;
}

.pthead {
	background: #024d7b;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: left;
}

.table-content {
	margin: 20px auto;
}

.table-content .light-blue-button {
    display: inline-block;
    margin: -5px 0 0 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 5px 20px;
}

.ship-plan {
	display: none;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px 0 20px;
}

.plan-toggled .ship-plan {
	display: block;
}

.table-content {
	display: none;
}

.show-toggle .table-content {
	display: block;
}

.panel-listing h4 {
	cursor: pointer;
}

.panel-search {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 30px 0;
}

.panel-search .nice-select {
    color: #666;
    font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px !important;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 7px 5px 5px 5px;
    border: 1px solid #d7d7d7;
}

.panel-search .nice-select span {
	 color: #666;
}

.panel-search .nice-select::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #666;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 7px;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.panel-search-col .checkGroup {
    padding: 34px 20px 0 30px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.panel-search-col .checkmark {
    position: absolute;
    top: 32px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.panel-search-col .checkGroup .checkmark::after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
}

.cabin-search {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 30px 0;
}

.cabin-search .nice-select {
    color: #666;
    font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px !important;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 7px 5px 5px 5px;
    border: 1px solid #d7d7d7;
}

.cabin-search .nice-select span {
	 color: #666;
}

.cabin-search .nice-select::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #666;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 7px;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.hotel-info-container {
    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;
}

.hotel-col h3 {
	color: var(--blue);
}

.three-select {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 30px 0;
}

.three-select .nice-select {
    color: #666;
    font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
    border-radius: 5px !important;
    width: 80%!important;
    margin: 5px 0 0 0;
    padding: 7px 5px 5px 5px;
    border: 1px solid #d7d7d7;
}

/*
==========================================================================
VC
==========================================================================
*/

.img-footer {
    background: #12324f;
    padding: 5px 10px 2px 10px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    margin: 0 0 20px 0;
}

.li-col.li-img {
	border-top: 1px solid #12324f;
    position: relative;
}

.li-col.li-img.is-package {
	border-top-color:#1e4d7d;
}

.vc-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background: #12324f;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
}

.vc-type.vision-package {
	background:#1e4d7d;
}

.vc-it h5 {
    font: 13px 'Oxygen', Helvetica , Arial, sans-serif;
    margin: -10px 0 5px 0;
    padding: 0;
    color: #12324f;
    font-weight: 600;
}

.vc-it {
	color: #024d7b;
}

.vc-extras {
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0;
    color: #12324f;
}

.lightblue .img-footer,
.lightblue .vc-type {
	background: #0092c4;
}

.lightblue .li-col.li-img {
    border-top: 1px solid #0092c4;
}

.lightblue .vc-it h5,
.lightblue .ii-left,
.lightblue h3 {
	color: #0092c4!important;
}

.lightblue .gbuttons .light-blue-button {
    color: #fff;
    border: 2px solid #0092c4;
    background: #0092c4;
}

.lightblue .gbuttons .light-blue-button:hover {
    color: #fff;
    border: 2px solid #f09e3b;
    background: #f09e3b;
}

.list-item .vc-type {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.list-item {
    border-top: 1px solid #12324f;
    padding: 0;
}

.lightblue {
    border-top: 1px solid #0092c4;
    padding: 0;
}

.list-item .img-footer {
    padding: 10px;
}

.list-item .grid-item-slide {
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.list-item .brand {
    display: block;
    width: 50%;
    vertical-align: middle;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.list-item .gbuttons {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.list-item .gbuttons .blue-button,
.list-item .gbuttons .light-blue-button {
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 5px 0;
}

/*
==========================================================================
WAITING
==========================================================================
*/

.wait-box {
	max-width: 600px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
	border:1px solid #fff;
	border-radius: 3px;
	padding: 30px;
	position: absolute;
	top: 30%;
	right: 0;
	left:0;
	margin: 0 auto;
}

.wait-box .blue-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	font-size: 13px;
	margin: 0;

    display:-ms-grid;
    -ms-grid-columns:1fr 30px 1fr;
}

.wait-box .blue-grid > * {
    -ms-grid-column-span:1;
    -ms-grid-column:1;
}
.wait-box .blue-grid > *:nth-child(2){
    -ms-grid-column-span:1;
    -ms-grid-column:3;
}
.wait-box .loader {
	display: block;
	margin: 10px auto 20px auto;
}

.wait-box .bg-item p {
	font-weight: 400;
	font-size: 13px;
	margin: 0;
}

.wait-box .bg-item i {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 13px;
}

.wait-box h1 {
    font: 22px 'Oxygen', Helvetica , Arial, sans-serif;
    margin: 10px 0 10px 0;
    font-weight: 600;
    padding: 0;
    color: #fff;
}

.wait-box h5 {
    color: #fff;
    font-size: 16px;
}

.wait-box .lined {
    font: 14px 'Oxygen', Helvetica , Arial, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}

.wait-box .lined::before {
    width: 100px;
    top: 12px;
}

.wait-box .lined::after {
    width: 100px;
    top: 12px;
}

/*.error {
    max-width: 600px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 30px;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.error p {
	font-size: 16px;
}*/

.error-box {
    width: 100%;
    color: #fff;
    border-radius: 3px;
    padding: 20px;
    font-size: 13px;
    margin: 20px auto;
	display: grid;
	grid-template-columns: 15% 85%;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	text-align: left;
}

.err-left i {
	font-size: 40px;
}

.error-box p {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}

/*
==========================================================================
HOLIDAY SUMMARY
==========================================================================
*/

#progress {
	margin: 20px auto;
	width: 100%;
}

#progress li {
    float: left;
    padding: 9px 30px 8px 40px;
    background: #12324f;
    color: #fff;
    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: 40px;
}

#progress li.active {
    background: #efefef;
    color: #12324f;
}

#progress li.active:after {
    background: url('../images/progressw.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
    width: 20px;
    height: 40px;
}

#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;
}


.summary-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 3.5fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px auto;
}

.sum-item h1 {
	font-size: 22px;
	font-weight: 600;
	float: left;
	color: #303c52;
	margin: 0 0 10px 0;
}

.sum-item h3 {
	clear: both;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0 10px 0;
	color: #1e4d7d;
}

.sum-item .silogo {
	float: right;
	max-width: 100px;
}

.sum-item i {
	color: #1e4d7d;
}

.sum-row {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}

.sum-row:last-of-type {
	border-bottom: 0;
}

.sum-row p {
	font-weight: 600;
	margin: 0 0 5px 0;
}

.sum-row-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
}

.triple-row-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    font-weight: 600;
    margin: 0;
}

.triple-row-grid i {
	font-size: 24px;
	margin: 0 10px 0 0;
}

.sum-row-grid-item {
	position: relative;
	width: 100%;
}

.sum-row-grid-item::after {
    content: "";
    background: url('../images/arrow.svg');
    background-size: contain;
    width: 60px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 10px;
}

.sum-row-grid-item:last-of-type::after {
	background: none;
}

.siwidget {
	margin: 0 0 30px 0;
	background: #efefef;
}

.sihead {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px;
	background: #303c52;
	color: #fff;
}

.sifoot {
	background: #086469;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	color: #fff;
}

.sihead h2 {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.sicont {
	background: #efefef;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sicont i {
	color: #fff;
	margin: 0 5px 0 0;
}

.sicont .blue-button {
	margin: 0;
}

.total-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 0 0 10px 0;
}

.tright {
	text-align: right;
	font-weight: 600;
	float: right;
}

.final-total {
	font-weight: 600;
	padding: 10px 0 0 0;
	border-top: 2px solid #fff;
}

.final-total .tright {
	color: #1e4d7d;
}

.vcode {
	position: relative;
	margin: 10px 0 20px 0;
	border-top-left-radius: 6px!important;
	border-bottom-left-radius: 6px!important;
	border-top-right-radius: 6px!important;
	border-bottom-right-radius: 6px!important;
}

.vc {
	background: #fff;
	width: 100%;
	border:0;
	padding: 5px;
	color: #333;
	font-weight: 600;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
	height: 30px;
}

.vcs:hover {
	background: #2d3b54;
	color: #fff;
}

.vcs {
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	border:0;
	background: #1e4d7d;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	height: 30px;
	border-radius: 3px;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.siwidget .gbuttons {
	display: block;
}

.siwidget .gbuttons .blue-button {
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	border: 0;
}

.siwidget .gbuttons .yellow-button {
	display: block;
	width: 100%;
	background: #f09d39;
	border:0;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.siwidget .gbuttons .blue-button:hover,
.siwidget .gbuttons .yellow-button:hover {
	background: #1e4d7d;
	color: #fff;
	border: 0;
}

.undertitle {
	position: relative;
    font: 32px 'Oxygen', Helvetica , Arial, sans-serif;
    margin: 40px auto 20px auto;
    padding: 0;
    color: #303c52;
    font-style: italic;
    display: block;
    background: #fff;
    text-align: center;
}

.undertitle span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}

.undertitle:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left:0;
	right:0;
	top: 20px;
}

#name_title {
	width: 25%;
}

.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: 3fr 1fr;
    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: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #444;
	line-height: inherit!important;
	padding: 5px 0 5px 20px;
	border-radius: 3px;
}

.form-grid-two .nice-select  {
	border:0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #444;
	line-height: inherit!important;
	padding: 5px 0 5px 20px;
	border-radius: 3px;
	width: 100px;
	display: inline-block;
	margin: 0 20px 0 0;
}

.fgt-alt .nice-select  {
	width: 70%;
	display: inline-block;
}

.form-grid-two label {
	display: inline-block;
	margin: 0 10px 0 0;
}

.txt-input {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #444;
	width: 100%;
	padding: 8px;
	font-weight: 600;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
}

.txtw-input {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
	padding: 8px;
	color: #444;
	font-weight: 600;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.fgt-alt .txt-input {
	width: 70%;
	color: #454545;
	display: inline-block;
}

.txtarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #444;
	width: 100%;
	padding: 8px;
	font-weight: 600;
	font: 13px 'Oxygen', Helvetica, Arial, sans-serif;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.widget-photo {
	border-radius: 50%;
	padding: 10px 40px;
}

.centered {
	text-align: center;
}

.centered li {
	margin: 0 0 10px 0;
}

.centered i {
	color: #1e4d7d;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.payment p {
	font-weight: 400;
}

.payment .check {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 0;
}

.payment label {
	color: #15b0b6;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 10px;
}

.payment .accordion-section .fa,
.payment .accordion-section .fab,
.payment .accordion-section .fal,
.payment .accordion-section .far,
.payment .accordion-section .fas {
    line-height: 2!important;
}

.payment  .accordion-container {
  width: 100%;
  margin: 30px auto;
}

.payment .accordion {
	position: relative;
  cursor: pointer;
  text-transform: none;
	border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin:-1px 0 0 0;
  text-align: left;
  font-weight: 500;
  transition: all 0.3s ease-in;
	font-size: 22px;
	color: #2d3b54;
	font-weight: 600;
}

.payment .accordion span {
    font-size: 13px;
}

.payment .accordion:hover {
	opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.sum-row .accordion:before {
	display: none;
}

.payment  .accordion:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f077";
	position: absolute;
	right: 10px;
	color: #2d3b54;
	top: 18px;
}

.payment  .content {
  padding: 20px 0;
}

.payment  .less::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #2d3b54;
	content: "\f078";
}

.billing-check {
	margin: 20px 0;
	display: block;
}

.billing-check label {
    color: #fff;
    background: #aaaaaa;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    width: auto!important;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 10px;
    border-radius: 3px;
    height: auto!important;
}

.billing-check i {
	color: #fff;
}



.billing-check :checked + label {
	background: #1e4d7d!important;
}

.billing-check :checked + label .scheck {
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.billing-check :checked + label .fa-square {
	display: none;
}

.payment :checked + label {
	background: none;
}

.checkboxes ul {
  list-style-type: none;
  margin: 0 0 10px 0;
}

.checkboxes li {
  display: inline-block;
  vertical-align: middle;
    margin: 0;
}

.checkboxes input[type="radio"][id^="cb"] {
  display: none;
}

.checkboxes span {
	margin: 0!important;
}

.checkboxes label {
  border: 0;
  background: #aaa;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 0 10px 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: #2d3b54;
  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;
}

:checked+label {
	  background-color: #2d3b54;
}

:checked+label .sprice {
	display: none;
}


:checked+label .scheck {
	display: block;
	text-align: center;
	font-size: 12px;
}

:checked+label .scheck i  {
	display: block;
	text-align: center;
}

.checkboxes label p {
	margin: 0;
	text-align: center;
}

.sim-grid .checkboxes label {
    border: 0;
    background: #1e4d7d;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    width: 100%;
    height: 70px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.sim-grid .checkboxes li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 24%;
}

 .sim-grid :checked+label {
	  background-color: #008b44;
}

.sim-prices .red {
	color: #fb9100;
	font-size: 36px;
}

.sim-item .checkboxes i {
	color: #fff;
}

.sim-grid :checked+label .sprice {
	display: none;
}

.si-alt {
	background: #fb9100;
}

.si-sum-alt {
	background: #1e4d7d;
}


.sim-grid .yellow-button {
	display: block;
	width: 100%;
	background: #f09d39;
	border:0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.sim-grid .yellow-button:hover {
	background: #1e4d7d;
	color: #fff;
	border: 0;
}

/*
==========================================================================
PACKAGE DETAILS
==========================================================================
*/


.table-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
    display:-ms-grid;
    -ms-grid-columns:1.5fr 10px 2fr 10px 1fr 10px 1fr;
}
.tab-row {
    -ms-grid-column-span:1;
    -ms-grid-column:1;
}
.tab-row:nth-child(2){
    -ms-grid-column:3;
}
.tab-row:nth-child(3){
    -ms-grid-column:5;
}
.tab-row:nth-child(4){
    -ms-grid-column:7;
}
.tab-row:nth-child(5){
    -ms-grid-column:9;
}

.tab-title {
	font-weight: 600;
	color: #1e4d7d;
}

.full-white {
	margin: 0 auto 50px auto;
	background: #fff;
	padding: 20px;
}

.full-bg {
	margin: 0 auto 50px auto;
}

.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: #1e4d7d;
}

.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: #efefef;
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.sthead {
	background: #2d3b54;
	padding: 5px 10px;
	color: #fff;
}

.ssthead {
	background: #1e4d7d;
	padding: 5px 10px;
	color: #fff;
}

.ship-table:nth-of-type(even) {
	background-color: #fff;
}


.sthead .scol {
	padding: 5px 10px;
}

.scol :checked+label {
	background: none;
	color: #656565;
}

.scol :checked+label p {
	display: none;
}

.table-wrapper .checkboxes label {
    border: 0;
    background: #1e4d7d;
    color: #fff;
    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;
}

.table-wrapper :checked+label {
	background: none;
	color: #656565;
    padding: 5px 20px;
    font-size: 13px;
    height: 25px;
    width: 75px;
	text-align: center;
}

.activecheck {
	border:2px solid #cd1b27!important;
}

.mobcoltitle {
	display: none;
}

.three-col-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1.5fr 3fr 1.5fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: 30px auto;
    min-height: 400px;
}

.three-col-grid h5 {
	font-size: 18px;
	font-weight: 600;
	color: #1e4d7d;
}

.tcg-col .blue-button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

.tcg-col li {
	margin: 0 0 5px 0;
	font-weight: 600;
}

.tcg-col li i {
	margin: 0 5px 0 0;
}

.larger-table {
	background-color: #efefef;
	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 #fff;
    cursor: pointer;
}

.larger-table .fa-info-circle {
	color: #fb9100;
	font-size: 22px;
}

.lt-col {
	padding: 10px;
}

.lthead {
	background: #2d3b54;
	padding: 5px 10px;
	color: #fff;
}

.lts {
	display: inline-block;
	vertical-align: top;
}

.lts img {
	width: 100px;
}

.lt-col p {
	margin: 0;
}

/*.lt-col .pg-button {
	background: none!important;
}*/
/* Disabled this to show flight info button */

.red {
	font-size: 20px;
	color: #cd1b27;
	font-weight: 600;
}

.package-slider {
	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: #efefef;
	padding: 20px;
}

.hotel-item p {
	margin: 0;
}

.hotel-item h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.star-rate {
	margin: 5px 0;
	color: #fb9100;
}

.hi-price {
    float: left;
}

.hi-info {
    float: right;
}

.car-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background: #fff;
    padding: 20px;
}

.blue-container h5 {
	color: #1e4d7d;
	font-weight: 600;
}

.car-grid h2 {
	color: #1e4d7d;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.car-grid h5 {
	color: #2d3b54;
	font-weight: 600;
	font-size: 16px;
}

.car-grid ul {
	margin: 0 0 10px 0;
}

.car-item p {
	margin: 0;
}

.car-item i {
	color: #1e4d7d;
}

.car-feat {
    font-size: 16px;
    font-weight: 600;
}

.car-feat span {
	margin: 0 10px 0 0;
}

.ci-row {
	margin: 0 0 20px 0!important;
}

.ci-row span {
	display: block;
}

.car-price {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.car-price span {
	color: #1e4d7d;
}

.car-total span {
    font-weight: 600;
	color: #cd1b27;
}

.car-total {
	margin: 0 0 10px 0;
}

.car-small-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 30px auto;
}

.car-item-inner {
	background: #fff;
	padding: 10px 20px;
}

.small-car {
	border: 2px solid #cfedf0;
}

.small-car img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.small-car p {
	margin: 0;
}

.small-car h5 {
	font-size: 15px;
	color: #2d3b54;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.small-car .car-feat {
    font-size: 14px;
    font-weight: 600;
    color: #1e4d7d;
}

.small-car .car-feat i {
    color: #2d3b54;
}

.small-car .hi-price {
    float: left;
    margin: 5px 0 0 0;
}

.small-car .red {
    font-size: 16px;;
}

.car-slider {
	display: none;
}

.alt-table {
	background-color: #fff;
	width: 100%;
	display: grid;
    grid-template-columns: 1.5fr 3fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	border:2px solid #cfedf0;
    cursor: pointer;
    display:-ms-grid;
    -ms-grid-columns:1.5fr 10px 3fr 10px 1fr 10px 1fr 10px 1fr;
}
.alt-table .lt-col {
    -ms-grid-column:1;
}
.alt-table .lt-col:nth-child(2){
    -ms-grid-column:3;
}
.alt-table .lt-col:nth-child(3){
    -ms-grid-column:5;
}
.alt-table .lt-col:nth-child(4){
    -ms-grid-column:7;
}
.alt-table .lt-col:nth-child(5){
    -ms-grid-column:9;
}

.althead {
	font-weight: 600;
	background: #2d3b54;
	padding: 5px 10px;
	color: #fff;
}

.sim-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 2fr 1.5fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 5px 0;
    background: #fff;
 	border-bottom: 1px solid #efefef;
}

.sim-item {
	padding: 30px;
}

.sim-item .red {
	font-size: 30px;
}

.sim-item p {
	margin: 0 0 10px 0;
}

.sim-item i {
	color: #1e4d7d;
	margin: 0 5px 0 0;
}

.sim-prices {
	margin: 10px 0;
}

.sim-prices p {
	margin: -10px 0 0 0;
}

.sim-item h1 {
	font-size: 22px;
	color: #1e4d7d;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.sim-item h5 {
	font-size: 15px;
	color: #1e4d7d;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.panel-box {
    background: #fff;
    margin: 20px 0 0 0;
    padding: 0;
}

.ppanel {
	padding: 20px 0;
}

.panel-slider-content {
	height: auto;
	margin: 35px auto 0 auto;
	position: relative;
	z-index: 0;
}

.panel-slider .slide {
	position: relative;
	height: auto;
}

.panel-slider .slick-slide {
	height: auto!important;
}

.panel-slider .slide {
	position: relative;
	z-index: 99;
}

.fifty-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: 20px auto 40px auto;
}


.fifty-col {
    overflow: hidden;
}

.panel-slider .slick-prev {
    left: 10px;
}

.panel-slider .slick-next {
    right: 10px;
}

.ptabs li {
    padding: 0;
    margin: 1px 0;
    text-align: center;
}

.ptabs a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
    font-weight: bold;
	padding:  8px 10px;
	margin-right: 4px;
    margin-bottom: -2px;
    background: #aaa;
    text-transform: uppercase;
}

.ptabs a.active,
.tabs a.active {
	background-color: #1e4d7d;
	color: #fff;
}


.panel-box .scol {
    padding: 10px;
    background: #eee;
    margin: 0 0 1px 0;
}

.panel-box .tab-title {
    font-weight: 600;
    color: #fff;
    text-transform: none;
}

.panel-box .sthead {
	background: #1e4d7d;
	padding: 10px;
}

.alert {
    background: #cd1b27;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.deckplan {
    height: 500px;
    margin: 30px auto;
    width: 90%;
    max-width: 450px;
}

.pg-button {
    background: #fb9100;
    color: #fff;
    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: #1e4d7d;
    color: #fff;
	transition: all 0.3s ease-in-out;
}



/*
==========================================================================
FOOTER
==========================================================================
*/

.nl-section {
	background: #12324f;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

.nl h1 {
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	font-style: italic;
	margin: 0 0 5px 0;
}

.nl-grid {
    width: 70%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-items: stretch;
    align-items: inital;
    margin: 25px auto;
    display:-ms-grid;
    -ms-grid-columns:2fr 1fr;
}


.nl-item {
	background: #fff;
	color: #454545;
	font: 15px 'Oxygen', Helvetica, Arial, sans-serif;
	border:0;
	padding: 10px;
}

.nl-name {
	border-right: 1px solid #086469;
}

.nl-go {
	background: #f09d39;
	color: #fff;
	font: 15px 'Oxygen', Helvetica, Arial, sans-serif;
	border:0;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in;
    -ms-grid-column:2;
}

.nl-go:hover {
	background: #1f4e79;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.light-blue-section {
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.light-blue-section h2 {
    font: 36px 'Oxygen', Helvetica , Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 50px 0;
    padding: 0;
    color: #fff;
}

.four-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;
    display:-ms-grid;
    -ms-grid-columns:1fr 30px 1fr 30px 1fr 30px 1fr;

}
.four-grid .four-item {
    -ms-grid-column:1;
}
.four-grid .four-item:nth-child(2){
    -ms-grid-column:3;

}
.four-grid .four-item:nth-child(3){
    -ms-grid-column:5;

}
.four-grid .four-item:nth-child(4){
    -ms-grid-column:7;

}


.light-blue-section .four-item {
	color: #fff;
	font-size: 14px;
}

.light-blue-section .four-item h4 {
	color: #fff;
	font-size: 24px;
    font-style: italic;
    font-weight: 400;
	margin: 0 0 10px 0;
}

.light-blue-section .four-item i {
	color: #fff;
	font-size: 48px;
	margin: 0 0 10px 0;
}


footer {
	background: #1f4e79;
	padding: 50px 0;
	font-size: 12px;
	color: #fff;
}

footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-style: italic;
}

footer a {
	color: #fff;
	font-size: 13px;
	display: block;
	margin: 0 0 5px 0;
	transition: all 0.3s ease-in;
}

footer a:hover {
	color: #3289c5;
	transition: all 0.3s ease-in-out;
}

footer p {
	margin: 0;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #fff;
    display:-ms-grid;
    -ms-grid-columns:1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
}
.footer-grid .footer-item:nth-child(2){
    -ms-grid-column:3;
}
.footer-grid .footer-item:nth-child(3){
        -ms-grid-column:5;

}
.footer-grid .footer-item:nth-child(4){
        -ms-grid-column:7;

}

.footer-row {
	margin: 50px auto;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	margin: 15px 0 0 0;
}

.footer-left img {
	display: inline-block;
	vertical-align: middle;
}

.footer-social {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.footer-social a {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 16px;
}

.footer-right img {
	margin: 0 0 0 10px;
}

.statement {
	position: relative;
	padding: 40px 0 0 0;
	text-align: center;
}

.statement p {
	margin: 0 0 20px 0;
}

.statement-icons {
	display: inline-block;
	text-align: center;
	margin: 20px auto;
}

.statement-icons img {
	display: inline-block;
	margin: 0 10px;
}

.tothetop {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #173a5a;
    color: #fff;
    border:1px solid #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}
#search_container .list-item .li-col .top-col .brand {
    width:100%;
}

/*
==========================================================================
MEDIA QUERIES
==========================================================================
*/



@media screen and (max-width: 1150px) {

.dest-slider .slick-list {
    max-width: 1200px;
    margin: 0 auto;
    width: 70%;
}

.hot-slider .slick-list {
    width: 80%;
}

.panel-form {
    float: none;
    margin: 0;
    padding: 5px;
}

}


@media screen and (max-width: 1050px) {


 .feef-section {
 	display: none;
 }

 .call-info {
	display: none;
 }

.rprice {
	float: none;
}

.phonemob {
	display: block;
	position: absolute;
	right: 75px;
	top: 15px;
}

.logo {
	margin: 10px 0;
 	width: 160px;
 }

.padder {
    height: 72px;
}

	nav {
		display: none;
	}
 .nav-button {
	display: block;
}

}


@media screen and (max-width: 990px) {



.when, .destination {
	width: 100%;
	display: block;
	 border-bottom: 1px solid #e5e5e5;
	 border-left:0;
}

.nice-select {
	border-left: 0;
	margin:  0 0 0 5px;
}

.panel-form {
	padding: 0;
}
.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display:-ms-grid;
    -ms-grid-columns:1fr 30px 1fr;
}
.sgrid-item {
    -ms-grid-column:1;
}
.sgrid-item:nth-child(2){
    -ms-grid-column:3;
}


.hot-slider .slick-list {
    width: 70%;
}

.four-grid {
    grid-template-columns: 1fr 1fr;
}

.ms-left {
	float: none;
	text-align: center;
	display: block;
}

.ms-right {
	margin: 15px 0;
	float: none;
	text-align: center;
	display: block;
}

.slide-inner {
	margin: 50px 0 0 0;
	text-align: center;
	width: 100%;
}

.slider-buttons {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.offer-slider .slick-list {
    max-width: 1200px;
    margin: 0 auto;
    width: 75%;
}


.sim-grid,
.summary-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 20px auto;
}

.triple-row-grid {
    width: 100%;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;
    margin: 0px auto;
}


}

@media screen and (max-width: 900px) {

.fifty-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.form-grid-two .nice-select {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.sidebar-grid,
.sb-alt,
.ship-table {
	width: 100%;
	display: block;
	padding: 10px;
}

.sthead {
	display: none;
}

.form-grid-two {
    grid-template-columns: 1fr;
}

.li-col-grid {
    grid-template-columns: 1fr;
}

.cruise-table {
    grid-template-columns: 1fr 1fr;
}

.wide-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.side-bar-left {
	float: none;
    width: 100%;
    margin: 0 0 30px 0;
}

.side-bar-right {
	float: none;
    width: 100%;
    margin: 0;
}

.main-section {
	padding: 20px;
}

.team-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.co-item .li-col-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}

.cruise-title-left {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.cruise-title-right {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.big-search {
    width: 100%;
    display: block;
    position: relative;
    margin: -1px 0 0 0;
	border-top-right-radius: 0;
}

.widget .nice-select {
    width: 100% !important;
}

}


@media screen and (max-width: 840px) {


.larger-table {
	display: none;
}


.package-slider {
	display: block;
	margin: 0 0 50px 0;
}


.ps-slide {
	background: #eee;
	padding: 30px 50px;
	border: 2px solid #fff;
}

.ps-slide p {
	margin: 0;
}

.ps-title {
	font-weight: 700;
}

.ps-block {
	margin: 10px 0;
}

.ps-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 20px 0;
}

.ps-bcol {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.ficon {
	display: block;
}

.fl-title {
	display: none;
}

.floating-cruise-bar .fa-chevron-down {
	display: none;
}

.cruise-split {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.cabin-search,
.three-select {
    grid-template-columns: 1fr;
}

.large-map {
	display: none;
}

.hotel-grid {
    grid-template-columns: 1fr 1fr;
}

.footer-grid {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

}



@media screen and (max-width: 750px) {

.sum-row-grid {
    width: 100%;
    display: block;
	margin: 0 0 20px 0;
}

.sum-row-grid-item {
    position: relative;
    width: 100%;
    display: block;
	margin: 0 0 20px 0;
}

.sum-item h1 {
    font-size: 22px;
    font-weight: 600;
    float: none;
}

.sum-item .silogo {
    float: none;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.summary-grid {
    text-align: center;
}

.sum-row-grid-item::after {
	display: none;
}

.list-item {
    grid-template-columns: 1fr;
}

.panel-lefts {
	float: none;
	display: block;
	margin: 0 0 20px 0px;
	width: 100%;
}

.panel-rights {
	float: none;
	display: block;
	margin: 0 0 20px 0px;
	width: 100%;
}

.cruise-overview {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr;
}

.review-grid {
    width: 100%;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;
}

.panel-left {
    float: none;
    width: 100%;
    margin: 15px 0;
}

.pagination span.page-number { display:none; }

.panel-right {
    float: none;
    width: 100%;
    margin: 0;
}

.search-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.list-item {
	width: 100%;
	display: block;
	text-align: center;
}

.li-col-grid {
    width: 100%;
    display: block;
}

.brand,
.rprice {
	float: none;
}

.result-grid {
	display: block;
	width: 100%;
}

.mobile-hide {
	display: none;
}

/*.search-options,
.sort-area {
	display: none;
}*/

.tabbed {
    padding: 10px 0;
}

.toggler {
	padding: 5px 10px;
	background: none;
	display: inline-block;
	margin: 10px 10px 0 0;
	color: #fff;
	cursor: pointer;
}

.actived,
.toggler:hover {
	padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background: #fff;
	color: #2f3d56;
	display: inline-block;
	margin: 10px 10px 0 0;
}

.mobsorter {
	text-align: center;
    display: block;
    position: relative;
}

.filter-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.filter {
    margin: 10px 0;
    display: block;
}



.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;
}


.panel-form .nice-select {
    border-left: 0;
    border-bottom: 0;
}

.taglist {
    padding: 10px;
}

.taglist span {
    margin: 0 5px 5px 0;
    display: inline-block;
}

.aw-item {
  flex: 0 0 calc(33% - 20px);
}

.pg-alt,
.photo-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.photo-item {
	height: 200px;
}

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.pfour li,
.pfive li {
    float: none;
    padding: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

.panel-search {
	border: 0;
	width: 100%;
	display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 30px 0;
}

.panel-search-col .checkGroup {
    padding: 0px 20px 0 35px;
}

.panel-search-col .checkmark {
    position: absolute;
    top: 0;
}

#progress {
	display: none;
}

.sbg-col img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

}


@media screen and (max-width: 540px) {

.gallery-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.panel-table,
.cruise-table {
    grid-template-columns: 1fr;
}

.mobcoltitle {
	display: inline-block;
	font-weight: 600;
}

.panel-table .mobcoltitle {
    display: inline-block;
    font-weight: 600;
    width: 150px;
}

.hotel-grid {
    grid-template-columns: 1fr;
}

.pthead,
.cthead,
.sthead {
	display: none;
}

.wide-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr;
}

.team-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr;
}


.team-buttons .light-blue-button {
    display: block;
}

 .logo {
 	width: 160px;
 }

.header-padder {
	height: 85px;
}

 .contact-row {
    margin: 15px 0;
}

 .contact-row a {
    margin: 0 0 0 15px;
 }

.pg-alt,
.photo-grid {
    width: 100%;
    display: block;
}

.photo-item {
	height: 125px;
	margin: 0 0 20px 0;
}

.payment .accordion span {
    font-size: 13px;
    display: block;
    margin: 5px 0;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

}


@media screen and (max-width: 320px) {

 .container {
	min-width:240px;
	width:100%;
 }

}
