@charset "utf-8";
/* CSS Document */

.home-h2{font-size:18px;}
body {margin:0; padding: 0; background: #e6c8c5;}

nav.navbar.bootsnav{
    border: none;
    background:red;
    margin-bottom: 150px;
}
nav.navbar.bootsnav ul.nav > li{ margin-right: 10px; }
nav.navbar.bootsnav ul.nav > li > a{
    padding: 8px 16px;
    margin: 0;
    color: #555;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{ color: #aa3438; }
nav.navbar.bootsnav ul.nav > li > a > span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
nav.navbar.bootsnav ul.nav > li > a > span:first-child:before,
nav.navbar.bootsnav ul.nav > li > a > span:first-child:after,
nav.navbar.bootsnav ul.nav > li > a > span:last-child:before,
nav.navbar.bootsnav ul.nav > li > a > span:last-child:after{
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.35);
    transition: all 0.33s ease 0s;
}
nav.navbar.bootsnav ul.nav > li > a > span:first-child:before{
    border-right: none;
    border-bottom: none;
}
nav.navbar.bootsnav ul.nav > li > a > span:first-child:after{
    left: auto;
    right: 0;
    border-bottom: none;
    border-left: none;
}
nav.navbar.bootsnav ul.nav > li > a > span:last-child:before{
    top: auto;
    bottom: 0;
    border-top: none;
    border-right: none;
}
nav.navbar.bootsnav ul.nav > li > a > span:last-child:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
}
nav.navbar.bootsnav ul.nav > li:hover > a > span:first-child:before,
nav.navbar.bootsnav ul.nav > li:hover > a > span:first-child:after,
nav.navbar.bootsnav ul.nav > li:hover > a > span:last-child:before,
nav.navbar.bootsnav ul.nav > li:hover > a > span:last-child:after{
    transform: scale(1);
    border-color: #A8C5B2;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
    transition: all 0.33s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover.dropdown > a.dropdown-toggle:after{ transform: rotate(180deg); }
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 120%;
    transition: all 0.8s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{ top: 100%; }
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{
    font-size: 14px;
    color: #A8C5B2;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 16px;
    font-weight: bold;
    color: #A8C5B2;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        background: none;
        color: #555;
    }
    nav.navbar.bootsnav ul.nav > li{
        margin-right: 0;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{
        padding: 15px;
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav > li > a{ color: #555; }
    nav.navbar.bootsnav ul.nav > li.on > a,
    nav.navbar.bootsnav ul.nav > li > a:hover{
        color: #ffff;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:before{ display: none; }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after{
        content: "\f105";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        font-size: 16px;
        position: absolute;
        right: 15px;
    }
    nav.navbar.bootsnav li.dropdown.on a.dropdown-toggle:after{
        transform: rotate(90deg);
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ top: 100%; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{

        font-size: 14px;
        font-weight: normal;
    }
}

.td-1{border:1px dashed #000; padding: 15px; margin-bottom: 20px;}
.td-2{border:1px double #fff; padding: 15px; margin-bottom: 20px;}
.section-1 img{display: block; margin: auto; padding:10px 10px; margin-bottom:10px;}
.section-1 h1{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F; text-align: center; font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}

.section-1 h4{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F; text-align: center; font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}

.section-1 h5{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F;  font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}

.section-1 p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff;  font-size:18px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 25px;}

.section-2 img{ margin:auto; display: block; padding:5px 0px;}
.section-2 h2{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F;  font-size: 24px; font-weight: 600;  letter-spacing: 1px;}

.section-2 h3{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F;  font-size: 24px; font-weight: 600;  letter-spacing: 1px; padding: 0px 10px;}

.section-2 p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff;  font-size:18px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 25px;}


.section-3 h4{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FB4C4F;  font-size:16px; font-weight: 600;  letter-spacing: 1px;}

.section-3 p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#000;  font-size:16px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 25px;}

.section-footer { background:#000; padding-bottom: 10px; border-top:5px solid #FB4C4F;}

/*start footer*/


.section-footer h6 {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff; font-size:22px; font-weight: 500; letter-spacing: 1px; margin-top: 20px;}
.section-footer p{ font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff; font-size: 16px; font-weight: 500; line-height: 25px; letter-spacing: 1px; text-align: justify; margin-bottom: 20px;}
.menu ul{ list-style:none; margin:0;}
.menu ul li{font-family: 'Arsenal'; color:#fff; font-size:18px; font-weight:500; letter-spacing:1px; margin-bottom:20px;}
.menu ul li a{ color: #fff;}
.menu ul li a:hover{color:#F74548; transition:0.5s;}

.section-footer h4 a{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:16px; font-weight:500; letter-spacing:1.5px; line-height:35px;}
.section-footer span{color:#fff; padding-right:15px;}
.section-footer i{color:#fff; padding-right:20px; margin-top:10px; font-size:16px; }
.section-footer h5 {font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:14px; font-weight:500; letter-spacing:1.5px;text-align: center;}

/*scroll top button*/
.scrollToTop{position:fixed; right:10px; bottom:10px; width:50px; height:50px; font-size:20px; line-height:50px; text-align:center;
 color:#fff !important;  z-index:999; display:none; transition:all 0.3s ease; background:#fff; border-radius:5px; 
 text-decoration:none !important;}
.scrollToTop span{display:block; margin-top:14px; transition:all 0.2s ease-in-out; color:#b50123; font-size:25px;}
.scrollToTop:hover span{margin-top:10px;}

.td-3 {border-top:1px solid #fff;}

/*start about us*/

.section-about p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#000;  font-size:20px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 25px;color: white;
  text-shadow: 2px 2px 4px #000000;}


.section-about h1{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FC2205;text-shadow: 2px 2px 4px #000000;  font-size:26px; font-weight: 600;  letter-spacing: 1px;}

.section-about h2{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FC2205;text-shadow: 2px 2px 4px #000000;  font-size:26px; font-weight: 600;  letter-spacing: 1px;}

.section-jproad p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#000;  font-size:16px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 30px;}


.section-jproad h1{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #FC2205;text-shadow: 2px 2px 4px #000000;  font-size:26px; font-weight: 600;  letter-spacing: 1px; margin: 0; padding: 0;}

/*start gallery*/


.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
	border-radius: 25px;
    transition: all 0.4s ease-in-out 0.2s;
}
.box:hover img{
    opacity: 0;
    transform: rotate(720deg) scale(0);
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/bg.jpg");
    opacity: 0;
    overflow: hidden;
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease-out 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
    transition-delay: 0.4s;
}
.box .title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    margin: 30px 0 0;
    padding: 10px;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.box:hover .title{
    transform: translateY(0px);
    transition-delay: 0.7s;
}
.box .description{
    font-size: 12px;
    font-style: italic;
    color: #fff;
    padding: 20px 20px 30px;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.box:hover .description{
    transform: translateY(0px);
    transition-delay: 0.6s;
}
.box .read{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #000;
    box-shadow: 0 0 1px #000;
    padding: 7px 14px;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.box:hover .read{
    transform: translateY(0px);
    transition-delay: 0.5s;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width: 480px){
    .box .description{ padding: 20px; }
}
@media only screen and (max-width: 360px){
    .box .title{ margin: 10px 0 0; }
    .box .description{ padding: 10px 10px; }
}


/*start price*/

.pricingTable{
    padding: 25px 20px;
    text-align: center;
    border: 2px solid #9a580c;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{ box-shadow: 0 8px 10px -6px rgba(0,0,0,0.7); }
.pricingTable .title{
    padding: 10px 0;
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    width: 50%;
    height: 100%;
    background: #f88708;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: skew(0deg, -6deg);
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    right: auto;
    left: 0;
    transform: skew(0deg, 6deg);
}
.pricingTable:hover .title:before{ transform: skew(0deg,6deg); }
.pricingTable:hover .title:after{ transform: skew(0deg,-6deg); }
.pricingTable .price-value{ margin-bottom: 20px; }
.pricingTable .amount{
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #f88708;
}
.pricingTable .month{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #9a580c;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 40px;
    letter-spacing: 1px;
}
.pricingTable .pricing-content li{ box-shadow:  0 7px 10px -9px rgba(258, 135, 8, 0.8); }
.pricingTable .pricing-content ul li:last-child{ box-shadow: none; }
.pricingTable .pricingTable-signup{
    display: block;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 700;
    color: #f88708;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #9a580c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: border-left-color 0.1s linear 0.14s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0s,
    border-bottom-width 0.1s linear 0.14s;
}
.pricingTable:hover .pricingTable-signup:hover:before{
    border-bottom-width: 4px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    transition: border-left-color 0.1s linear 0s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0.14s,
    border-bottom-width 0.1s linear 0.14s;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}


/*start contact*/

.section-contact p{font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#000;  font-size:16px; font-weight: 400;  letter-spacing: 1px; text-align: justify; line-height: 25px;}

.contact h1{font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";  font-size:26px; color:#000; text-align:center; margin-top:40px; font-weight:800;}
.contact h3{width:80px; border:1px solid #ec0b43; display:block; margin:auto; margin-bottom:20px;}
.contact p{color:#000; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:justify; font-size:16px;  font-weight:500; padding:0px 10px; margin-top:30px; text-align:justify;}
.contact h4 span{color:#ec0b43; padding-right:10px; font-size:16px;}
.contact h4 a{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#000; font-size:16px; font-weight:500; margin-top:30px; line-height:45px;} 
.contact h5{font-family: 'Josefin Sans', sans-serif;  font-size:22px; color:#000; margin-top:40px; font-weight:400;}

.contact input{width:80%; height:55px; background:none; margin-top:30px; outline:none; border: 1px solid #fff; font-weight:600; padding-left:20px; color:#000;}
.contact textarea{width:80%; height:140px; padding:20px 0px 0px 20px; font-weight:bold; border:1px solid #fff; background:none; color:#000; outline:none; margin:30px 0px 0px 0%;}
.contact input[type="submit"]{background:none; border:1px solid #ec0b43; outline:none; color:#000; font-weight:
500; letter-spacing:1px; font-size:20px; width:150px; height:50px;text-align:center;  margin-bottom:30px;}
.contact input[type="submit"]:hover{color:#fff; background:#ec0b43; text-decoration:none; transition:all ease-in-out 0.7s;}







@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


$sans-stack: lato,
sans;
$back-color: maroon;


@mixin fillframe() {
  display: block;
  position: absolute;
  transition: left 300ms, right 300ms, top 300ms, bottom 300ms;
  @media screen and (min-width: 800px) {
    left: 10%;
    right: 10%;
    top:10%;
    bottom:10%;
    font-size: 24px;
  }
  @media screen and (min-width:376px) and (max-width:800px) {
    left: 10px;
    right: 10px;
    top: 30px;
    bottom:30px;
    font-size: 20px;
  }
  @media screen and (max-width:376px) {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
}




<!----Gallery-Box----->


h2, h3 {
  margin: 0 0 .75em 0;
}

/* third example */
.call-outs-container {
  max-width: 1400px;
  margin: 40px auto 0 auto;
}

.call-out {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom:10px;
  flex-basis: 30%;
}

@media (min-width: 900px) {
  .call-outs-container {
    display: flex;
    justify-content: space-between;
  }
}

.call-out:nth-child(1) {background-color: #c0dbe2;}
.call-out:nth-child(2) {background-color: #cdf1c3;}
.call-out:nth-child(3) {background-color: #ccb9da;}

section {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 800px)
.fixed-sized-container {
    max-width: 700px;
}

/* fourth example */
.fixed-size-container {
  max-width: 1400px;
  margin: 40px auto 40px auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.fixed-size {
  background-color: #0066CC;
  color: #FFF;
  line-height: 100px;
  text-align: center;

  margin-top: 1.5rem!important;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.gallery-box  {
  position: relative;
  overflow: hidden;
  border-radius: 19px;
}








<!-----Rate-Profile---->


body {
    padding: 0px;
    margin: 0px;
}

.breadcrumb-bar .share {
	display:none !important;
}

.breadcrumb-bar {
	width:100% !important;
	max-width: 1050px;
	margin: 15px auto -25px !important;
	box-sizing: border-box;
}

h1 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	color:#ffffff;
	text-shadow: 1px 1px 10px rgba(0,0,0, 0.5);
	text-transform: uppercase;
}

.hero-details h1, .hero-details2 h1 {
	margin:0px 0px 20px;
	padding:0px;
}

.lockup {
	max-width: 350px;
	width: 100%;
	margin:30px 0px;
}

.body-container h1 {
	color:#10559A;
	text-shadow: none;
}

.headerbar h1 {
	color:#ffffff;
	text-shadow: 1px 1px 10px rgba(0,0,0, 0.5);
}

.body-hero h2, .body-container h2, .related-cruises h2 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 42px;
	line-height: 42px;
	color:#10559A;
	text-transform: uppercase;
	margin:0px 0px 15px;
}


h3 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 34px;
	line-height: 34px;
	color:#10559A;
	text-transform: uppercase;
	margin:0px 0px 20px;
}

h4 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	color:#333333;
	text-transform: uppercase;
	margin:0px 0px 10px;
}

.page-body h5 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color:#444444;
	text-transform: uppercase;
	margin:30px 0px 10px;
}


.redfont {
	color:#DC1125;
}

.redbox {
	background:#DC1125;
	color:#ffffff;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	display: inline-block;
}

.bluebox {
	background:#10559A;
	color:#ffffff !important;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	display: inline-block;
}
.bluebox a {
	color:#ffffff;
}

.redoffer {
	background: #DC1125;
	padding:20px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blueoffer {
	background: #10559A;
	padding:20px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.greyoffer {
	background: #f4f4f4;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.headerbar {
	margin:-45px -45px 45px;
	background-color: #10559A;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.headerbar .inner {
	text-align: center;
}
.headerbar .inner h3 {
	margin-bottom: 10px;
}



p:last-of-type {
	margin:0px;
}


hr {
	height: 1px;
    color: #d9d9d9;
    background: #d9d9d9;
    font-size: 0;
    border: 0;
    margin:30px 0px;
    clear:both;
}

hr.space45 {
	margin:45px 0px;
}

hr.blank15 {
	margin:15px 0px;
	background: none;
	color:none;
}

.page-body {
	padding:5px 0px;
}

.page-container {
	margin:0 auto;
	width:100%;
	max-width: 1400px;
}

.body-hero {
	max-width: 1400px;
	width: 100%;
	height: 450px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	z-index: 0;
}

.body-hero2 {
	max-width: 1400px;
	width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	z-index: 0;
}

.body-hero .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero-details {
	width: 100%;
	/*left: 50%;
    line-height: 79px;
    transform: translateX(-50%);*/
    top: 30%;
    position: absolute;
    text-align: center;
}

.hero-details2 {
    text-align: center;
}


.bleed-hero {
	margin: -90px -45px 45px -45px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bleed-inner {
	position: absolute;
	width: 100%;
	top:30%;
    text-align: center;
}


.bleed-image {
	margin: -45px -45px 45px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bleed-image img {
	width: 100%;
}

.single-image {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.body-container {
	max-width: 1170px;
	margin:-45px auto 45px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	background: #ffffff;
	padding:45px;
	text-align: left;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	overflow: auto;
}

.booking-container {
	padding:45px 0px;
	margin: 0 auto 900px;
	max-width: 1170px;
	position: relative;
	overflow: visible;
	display:block;
	box-sizing: border-box;
}

.booking-container .col1 {
	margin-right:350px;
}

.booking-container .col2 {
	width:320px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	background: #ffffff;
	padding:20px;
	text-align: left;
	position: sticky;
	top: 15px;
	position: -webkit-sticky;
	overflow: hidden;
}

.booking-form-container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	background: #ffffff;
	padding:30px;
	text-align: left;
	position: sticky;
	top: 15px;
	position: -webkit-sticky;
}

.col2 .cart-header {
	margin:-20px -20px 20px;
}

.cart-header .promo-inner-content p {
	margin: 0px;
}

.booking-summary {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	background: #ffffff;
	padding:20px;
	text-align: left;
	position: sticky;
	top: 15px;
	position: -webkit-sticky;
}

.booking-container .cabin-container {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	background: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
}

.booking-container .cabin-container:last-of-type {
	margin-bottom: 0px;
}

.booking-container .subcabin-container {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d9d9d9;
	background: #f4f4f4;
	margin-bottom: 20px;
	overflow: auto;
}

.booking-container .subcabin-container:last-of-type {
	margin-bottom: 0px;
}

.booking-container .cabin-item {
	overflow: auto;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.cabin-item .cabin-pax {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.cabin-item .cabin-buttons {
	position: absolute;
	right: 20px;
	bottom: 20px;
}


.booking-container .cabin-img {
	width:300px;
	height:200px;
	float:left;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.booking-container h4 {
	color: #10559A;
}

.cabin-content {
	padding:20px;
	margin-left: 300px;
	position: relative;

}

.subcabin-container .cabin-content {
	padding:20px !important;
}

.cabin-wrapper .cabin-content {
	padding:30px;
	margin:0px;
	position: relative;
}

.cabin-content .price {
	top:20px;
	right:20px;
	position: absolute;
	float: right;
	font-size:22px;
	font-weight: 600;
}

.subcabin-container .price,
.fare .price {
	top:20px;
	right:20px;
	position: absolute;
	float: right;
	font-size:20px;
	font-weight: 600;
}

.cabin-content .guestselector {
	background: #f4f4f4;
	border:1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-family: 'Open Sans', Arial;
	font-size:15px;
	font-weight: 600;
	overflow: hidden;
}

.cabin-content .guestselector .col25:hover {
	background: #d9d9d9;
}

.guestselector .col25 {
	padding:11px 0px;
	text-align: center;
	border-right: 1px solid #d9d9d9;
}

.guestselector .col25:last-of-type {
	border:none;
}

.cabin-content .price:before {
	content: "Twin from ";
	font-size: 13px;
}

.cabin-content .quad:before {
	content: "Quad from " !important;
}

.fare .price:before {
	content: "From ";
	font-size: 13px;
}

.cabin-content .price:after {
	content: "PP";
	font-size: 13px;
}

.fare .price:after {
	content: "PP";
	font-size: 13px;
}

.subcabin-container .price:before {
	content:"" !important;
}

.cabin-content .description {
	font-size: 15px;
	line-height: 22px;
}

.cabin-container .fares {
	padding:30px;
	border-top:1px solid #d9d9d9;
}

.cabin-container .fare {
	padding:20px;
	border:1px solid #d9d9d9;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.cabin-container .fare h4 {
	font-size: 20px;
	color: #000000;
	margin: 0px;
}

.cabin-container .fareradio {
	margin-left: 40px;
}

.cabin-container .fare:before {
	content: "";
	height:26px;
	width:26px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top:33%;
}

div.booking-container > div.col1 > div:nth-child(4) > div > label > div > div > div:nth-child(2) > div:before {
	background: #10559A !important;
}

div.booking-container > div.col1 > div:nth-child(4) > div > label > div > div > div:nth-child(2) > div {
	border: 1px solid #10559A;
}

.cabin-container .fare ul {
	margin:5px 0px 0px;
	padding: 0px 0px 0px 25px;
}

.cabin-container .fare ul li {
	font-family: 'Open Sans', Arial;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	text-indent: -20px;
	letter-spacing: -0.25px;
	color:#000000;
}

.cabin-container .fare-button {
	padding:10px 15px;
	border:2px solid #10559A;
	background: #ffffff;
	color: #10559A;
	font-family: 'Tempo', Arial;
	font-weight: normal;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.cabin-container .fare-open {
	padding:8px 15px;
	border:2px solid #10559A;
	background: #10559A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Tempo', Arial;
	font-weight: normal;
	font-size: 18px;
	color:#ffffff;
	margin-top:18px;
	text-align: center;
	text-transform: uppercase;
}

/*
.fare-button:after,
.fare-open:after {
	content: ">";
	text-align:right;
	float: right;
} */

.cabin-container .pax-button {
	padding:10px 15px;
	border:1px solid #d9d9d9;
	background: #f4f4f4;
	margin-right: 20px
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	font-family: 'Open Sans', Arial;
	font-weight: normal;
	font-size: 15px;
}


.cabin-container .cabins {
	padding:30px;
	border-top:1px solid #d9d9d9;
}
.cabin-container .cabin {
	border:1px solid #d9d9d9;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:10px;
}
.cabin-container .cabin:last-of-type {
	margin:0px;
}

.cabin-container .cabin .cabin-content {
	padding:15px;
	margin-left: 220px;
}

.cabin-container .cabin .cabin-content h4 {
	font-size:20px;
	color:#000000;
	margin:0px;
}

.subcabin-container .cabin-content h4 {
	font-size:20px;
	color:#000000;
	margin:0px;
}


.cabin-container .cabin .fare-button {
	margin-top:15px;
}

.cabin-container .cabin .cabin-item {
	overflow: auto;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.cabin-container .cabin .cabin-img {
	width:220px;
	height:140px;
	float:left;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cabin-container .cabin .fare-button {
	padding:10px 15px;
	border:1px solid #d9d9d9;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cabin-form {
	padding:20px;
	background: #f4f4f4;
	border:1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.booking-container .toggle,
.cabin-form .toggle {
  display: none;
}


.booking-container .hidden-content,
.cabin-form .hidden-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.9s;
}

.booking-container .hidden-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

.cabin-form .hidden-content {
  max-height: 0;
  overflow: hidden;
}

.booking-container .toggle:checked + .title + .hidden-content,
.cabin-form .toggle:checked + .title + .hidden-content {
  max-height: 1000px;
}

.booking-container .hidden-content2,
.cabin-form .hidden-content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 0.9s;
}

.booking-container .hidden-content2,
.cabin-form .hidden-content2 {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
}


.booking-container .toggle:checked + .title + .hidden-content2,
.cabin-form .toggle:checked + .title + .hidden-content2 {
	max-height: 2000px;
}

.h3icon {
	width: 30px;
	position: absolute;
	right:30px;
	top:30px;
}

.carticon {
	width: 30px;
	position: absolute;
	right:20px;
	top:160px;
}

.cart .promo {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
}

.cart .promo-inner {
	background: rgba(0,0,0,0.4);
	display: table-cell;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
}

.cart .promo-inner-content {
	position: absolute;
	bottom:15px;
	left:15px;
	right:15px;
}

.cart .promo-inner-content h3 {
	margin:0px;
	padding:0px;
	box-shadow: none;
}

.cart .promo-inner-content p {
	margin:0px;
	padding:0px;
	line-height: 15px;
	font-weight: 600;
}


.cart {
	box-sizing: border-box;
}

.cart .item {
	border:1px solid #d9d9d9;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:10px;
}

.cart .cart-col1 {
	width:50%;
	padding:15px 0px 10px 15px;
	display: inline-block;
}

.cart .cart-col2 {
	width:48%;
	text-align: right;
	padding: 15px 15px 10px 0px;
	display: inline-block;
}


.cart-terms {
	font-size:12px;
	text-align: center;
	line-height: 16px;
}

.totalfrom {
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}

.totalprice {
	font-family: 'Open Sans', Arial;
	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	text-align: right;
}






.related-cruises {
	margin:0px auto 45px;
	width: 100%;
	max-width: 1200px;
}

.cruise-block {
	background: #ffffff;
	padding:20px;
	width:100%;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
	text-align: left;
	margin-bottom: 20px;
}

.cruise-block .view-cruise {
	margin:5px 0px 0px;
	font-size: 13px;
	text-transform: capitalize;
	color:#10559A;
}

.cruise-block .view-cruise a {
	color:#10559A;
}


.cruise-hero {
	height: 200px;
	margin:-20px -20px 20px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cruise-hero-inner {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
	display: table-cell;
	height: 200px;
	width: 100%;
	position: absolute;
}

.cruise-hero h3 {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	margin:0px;
	color:#ffffff;
	/*text-shadow: 1px 1px 5px rgba(0,0,0, 0.5);*/
	text-transform: uppercase;
	position: absolute;
	bottom:20px;
	left:20px;
}

.cruise-hero-upper {
	display: table-cell;
	height: 220px;
	width: 100%;
	position: absolute;
}

.cruise-label {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	background-color: #DC1125;
	padding:8px;
	font-size: 20px;
	line-height: 14px;
	margin:0px;
	color:#ffffff;
	text-transform: uppercase;
	position: absolute;
	top:20px;
	left:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.highlight {
	background: #f0f5fc;
	min-height: 150px;
}

.highlight-image {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.highlight-content {
	padding:20px;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	box-sizing: border-box;
}

.column-wrapper, .highlight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}


.cabin-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cabin-wrapper .col25,
.cabin-wrapper .col30,
.cabin-wrapper .col33,
.cabin-wrapper .col40 {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.blocks-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fare-section {
	position: absolute;
    bottom: 0px;
    padding: inherit;
    left: 0px;
    width: 100%;
}

.blocks-wrapper .block p img {
	width:100%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.blocks-wrapper .block a.promo:after {
	content: '';
	position: absolute;
	background: url(https://www.carnival.com.au/~/media/CCLAU/icons/rarrow.ashx);
	background-repeat: no-repeat;
	right: 20px;
	top: 20px;
	color: #ffffff;
	font-family: "font-awesome";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	width: 13px;
	height:20px;	
}

.spacing1 {
	margin:-1px;
}
.spacing5 {
	margin:-3px;
}
.spacing10 {
	margin:-5px;
}
.spacing20 {
	margin:-10px;
}
.spacing30 {
	margin:-15px;
}
.spacing45 {
	margin:-22px;
}

.spacing1 .block {
	padding:1px;
}
.spacing5 .block {
	padding:3px;
}
.spacing10 .block {
	padding:5px;
}
.spacing20 .block {
	padding:10px;
}
.spacing30 .block {
	padding:15px;
}
.spacing45 .block {
	padding:22px;
}

.col10{
	width:10%;
}
.col20 {
	width: 20%;
}
.col25 {
	width: 25%;
}
.col30 {
	width: 30%;
}
.col33 {
	width: 33.333333%;
}
.col40 {
	width: 40%;
}
.col45 {
	width: 45%;
}
.col50 {
	width: 50%;
}
.col60 {
	width: 60%;
}
.col66 {
	width: 66.666666%;
}
.col70 {
	width: 70%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 80%;
}
.col100 {
	width: 100%;
}



.promo {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
}

a.promo .promo-inner:hover {
	background: rgba(0,0,0,0.7);
	/*-webkit-transition-duration: 0.2s; 
    transition-duration: 0.2s;*/
}

.promo-inner {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	/*border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;*/
	box-sizing: border-box;
}

.promo-inner-25 {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	box-sizing: border-box;
}

.blocks-wrapper .promo-inner, .blocks-wrapper .promo-inner-25 {
	border:none !important;
	border: none !important;
}

.blocks-wrapper .promo {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.promo-inner-dark {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
	display: table-cell;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
}

.promo-text {
	padding:0px 20px 20px;
	background: #000000;
}

.promo-text p {
	font-size: 14px;
	color:#ffffff;
}

.column-33 .promo-inner {
	border:none !important;
}

.promo-inner-content {
	position: absolute;
	bottom:20px;
	left:20px;
	right:20px;
}

.promo-inner-day {
	position: absolute;
	top:20px;
	left:20px;
	font-family: 'Open Sans', Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 11px;
	color:#10559A;
	background: #ffffff;
	padding:5px 7px;
	margin:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
}

.itinerary .promo, .shipfeatures .promo {
	height: 200px;
}

.promo-inner-dark .promo-inner-content {
	bottom:5px;
}

.promo-inner-content h3 {
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	margin:0px;
	color:#ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
	text-transform: uppercase;
}

.itinerary .promo-inner-content h3,
.shipfeatures .promo-inner-content h3 {
	font-size:23px;
	line-height: 20px;
	margin:0px;
}


.promo-inner-content h4 {
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin:0px;
	color:#ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
	text-transform: uppercase;
}

.promo-inner-content p {
	color:#ffffff;
	margin-top:5px;
	line-height: 20px;
	font-size:15px;
	text-shadow: rgba(0,0,0,1) 0px 1px 4px;
}

.itinerary .promo-inner-content p,
.shipfeatures .promo-inner-content p {
	font-size:14px;
	line-height: 20px;
	text-shadow: rgba(0,0,0,1) 0px 1px 4px;
	font-weight: 600;
}


.feature-block {
	margin: 45px -45px;
	background: #10559A;
	padding: 45px;
}
.feature-block p,
.feature-block ul li {
	color: #ffffff;
}


.port-block h4,
.port-block p {
	display: table;
}

.port-block .port-thumb {
	width:100%;
	max-width: 120px;
	padding: 0px 20px 0px 0px;
	float:left;
}


.product-title {
	font-weight: bold;
	font-size:14px;
	color:#10559A;
	margin: 0px;
	padding: 10px;
}
.product-code {
	font-size:14px;
	float:left;
	margin: 0px;
	padding: 10px;
}
.product-price {
	font-size:16px;
	color:#F17B39;
	font-weight: bold;
	float:right;
	margin: 0px;
	padding: 10px;
}



.column-25 {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}

.column-25-promo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.column-25-product {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-bottom:20px;
    /*padding:15px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f4f4f4;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
    /*border:1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    overflow: visible;
}

.related-cruises .column-25-product {
	background-color: #ffffff;
}

.column-25-product .product-image {
	height:240px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #d4d4d4;*/
}

.column-33 {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-bottom: 30px;
}

.column-33 p img {
	border-radius: 5px;
	width:100%;
	max-width: 500px;
}

.column-33-promo {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
}

.column-50-promo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
}

.column-50 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.column- p img {
	border-radius: 5px;
	width:100%;
	max-width: 800px;
}

.column-66 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    margin-bottom: 30px;
}

.column-66-promo {
    -ms-flex-preferred-size: 66.666666%;
    flex-basis: 66.666666%;
}


.cruise-column-33 {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}


.cruise-column-50 {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}


.data-column-50 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 15px;
}

.data-column-33 {
	-ms-flex-preferred-size: 33.3%;
	flex-basis: 33.3%;
	margin-bottom: 15px;
}

.data-column-66 {
	-ms-flex-preferred-size: 66.6%;
	flex-basis: 66.6%;
	margin-bottom: 15px;
}

.data-column-100 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
}

p.cruise-description {
	margin-bottom: 15px;
}

.data-title:before {
	content: "";
	display:block;
	width: 22px;
	height:22px;
	float:left;
	margin: 4px 10px 0px 0px;
}

p.date:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/date.ashx) no-repeat;}
p.departs:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/luggage.ashx) no-repeat;}
p.duration:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/moon.ashx) no-repeat;}
p.ship:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/ship.ashx) no-repeat;}
p.ports:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/pin.ashx) no-repeat;}

h3.icon {
	font-size: 26px;
}

h3.icon:before {
	content: "";
	display:block;
	width: 22px;
	height:22px;
	float:left;
	margin: 5px 10px 0px 0px;
}

h3.icon-ship:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/ship.ashx) no-repeat;}
h3.icon-pin:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/pin.ashx) no-repeat;}
h3.icon-date:before {background: url(https://www.carnival.com.au/~/media/CCLAU/icons/moon.ashx) no-repeat;}

.body-container ul {
	padding:0px;
	margin:15px 0px;
}

.body-container li, .link-list li {
	font-family: 'Open Sans', Arial;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	text-indent: -20px;
	letter-spacing: -0.25px;
	color:#000000;
}

ul.features li {
	padding: 0px 0px 15px 20px;
	font-size:15;
}


ul.col2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ul.link-list {
	margin:0px;
	padding:0px;
}

ul.link-list li {
	list-style: none !important;
}

ul.margin15 li {
	margin-bottom: 15px;
}

ul.link-list li::before {
	content: "\003e";
	color: red;
	display: inline-block;
    font-size:15px;
	width:20px;
	font-weight: bold;
	text-indent: 0px;
}

/*
ul.link-list li a:active {
	font-weight: bold;
	color: #DC1125;
}
*/

span.list-title {
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #10559A;
	text-transform: uppercase;
}

.sidebar-box {
	border:1px solid #CFE3F6;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #f6faff;
}


.cruise-data .data-title {
	font-family: 'Open Sans', Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
	text-transform: uppercase;
}

.cruise-data .data-content {
	font-family: 'Open Sans', Arial;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	display: table;
}


.button {
    background-color: #10559A;
    border: 3px solid #10559A;
    color: #ffffff !important;
    padding: 8px 40px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 18px;
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    margin:10px 10px 0px;
}

.button:hover {
    background-color: #DC1125;
    border: 3px solid #DC1125;
    color:#DC1125;
}

.redbutton {
    background-color: #DC1125;
    border: 3px solid #DC1125;
    color: #ffffff !important;
    padding: 8px 40px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 18px;
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    margin:10px 10px 0px;
}

.redbutton:hover {
    background-color: #10559A;
    border: 3px solid #10559A;
    color:#DC1125;
}


.nofill {
    background-color: #ffffff;
    border: 3px solid #10559A;
    color: #10559A !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nofill:hover {
	color:#ffffff !important;
}

.body-hero .button {
	background-color: #DC1125;
	border: 3px solid #DC1125;
	color:#ffffff;
}

.body-hero .button:hover {
    background-color: #10559A;
    border: 3px solid #10559A;
    color:#ffffff;
}


.offer-table {
	text-align: center;
	margin:0px 0px 10px;
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}


.offer-table td {
	border: 1px solid #dbdbdb;
}

/*
td.offer-text {
	border-style: hidden;
}
*/

.offer-text {
	background: #DC1125;
	padding:10px;
	box-sizing: border-box;
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color:#ffffff;
	text-transform: uppercase;
}

.offer-table td.label:nth-child(1), td.label:nth-child(3), td.price:nth-child(1), td.price:nth-child(3), td.cabin:nth-child(1), td.cabin:nth-child(3) {background:none;  }

.offer-table .label {
	padding:5px 0px;
	box-sizing: border-box;
}

.offer-table .price {
	padding:5px 0px;
	box-sizing: border-box;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color:#DC1125;
	text-transform: uppercase;
}


.offer-table .price:after {
	content:'PP';
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer-table .wasprice {
	color:#999999;
	text-decoration: line-through;
	font-size: 17px;
}

.offer-table .none {
	color:#999999;
}

.offer-table .cabintype {
	margin: 6px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0px;
}

.offer-table .isprice {
	margin: 6px 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color:#DC1125;
	text-transform: uppercase;
}

.offer-table .isprice:after {
	content:'PP';
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer-table .fullprice {
	color:#999999;
	text-decoration: line-through;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding:0px;
	margin:-3px 0px 5px;
}

.offer-table .fullprice:after {
	content:'PP';
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}



.offer-box {
	text-align: center;
	margin:0px 0px 12px;
	border-spacing: 0px;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	background: #f4f4f4;
}

.offer-box .label {
	padding:8px 0px;
}

.offer-box td {
	border: 1px solid #d9d9d9;
	padding:0;
	margin:0;
}

td.label:nth-of-type(1), td.label:nth-of-type(2) {
	border-right:none;
}

.offer-box tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.offer-box tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.offer-box .label-rate {
	border:none;
	background: #ffffff;
}

.offer-box .left-tab {
	width: 50%;
	padding:4px 0px;
	float:left;
}

.offer-box .right-tab {
	width: 50%;
	padding:4px 0px;
	float:right;
}

.offer-box .active {
	background: #f4f4f4;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
}

.offer-box .inactive {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
}

.offer-box .active p {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin:0px;
	text-transform: uppercase;
	color:#000000;
}

.offer-box .inactive p {
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	margin:0px;
	text-transform: uppercase;
	color:#10559A;
}

.offer-box .label-cabin {
	font-family: 'Open Sans';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0px 2px;
	color:#000000;
}

.offer-box .label-isprice {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 22px;
	margin:0px 0px 3px;
	color:#000000;
}


.offer-box .label-wasprice {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 15px;
	line-height: 14px;
	color: #626262;
	text-decoration: line-through;
	margin: 0px;
}

.offer-box .label-isprice:after {
	content:'PP';
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer-box .label-wasprice:after  {
	content:'PP';
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #626262;
}

p.offer-description {
	text-align: center;
	margin: 0px 0px 5px;
    padding: 0px;
	box-sizing: border-box;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color:#10559A;
}

.cruise-terms {
	font-size: 13px;
	line-height: 18px;
	color:#666666;
	margin-bottom: 30px !important;
}

.terms-text {
	font-size: 13px;
	line-height: 18px;
	color:#666666;
}

ul.terms-list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}

.wifi-table {
	overflow: auto;
}

.wifi-table th {
	background: #10559A;
	color: #ffffff;
	padding:15px 10px;
	font-size:16px;
	font-weight: bold;
	margin:0px;
}

.accordion .wifi-table th {
	background: #d4d4d4;
	color:#333333;
}

.accordion .wifi-table {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

.wifi-table th p {
	font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
	text-transform: uppercase;
	font-size: 18px !important;
}

.wifi-table td {
	padding:10px;
	border-bottom: 1px solid #d4d4d4;
}

.wifi-table .wifi-title {
	font-size:16px;
	font-weight: bold;
	margin:0px;
}

.wifi-table .wifi-product {
	font-size:11px;
	color:#999999;
	font-weight: bold;
	line-height: 13px;
	margin:0px;
	text-transform: uppercase;
}
.wifi-table .price {
	font-size:16px;
	color:#F17B39;
	font-weight: bold;
	margin:0px;
}


p.quote {
	color: #DC1125;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	line-height: 34px;
	margin: 0px 0px 14px;
	letter-spacing: -0.25px;
}

.flirt-text h3 {
	font-size:120px;
	line-height: 120px;
	font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
	font-weight: normal;
	color: #DC1125;
	margin:0px;
}

.flirt-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.flirt-text sup {
	font-size:60px;
}

.flirt-image img {
	width:100%;
	max-width: 240px;
}


.ytpromo {
	cursor: pointer;
}

.ytpromo .promo-video {
	background-image: url(https://goccl.com.au/SitecoreExternal/06-07-2018_Honeyboomers/images/icon-play.png);
	background-size: cover;
	cursor: pointer;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 50px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    box-sizing: border-box;
}

/* Modal Content */
.modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    margin: auto;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-sizing: border-box;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: -30px;
    right: -20px;
}

.close:hover,
.close:focus {
    color: #DC1125;
    text-decoration: none;
    cursor: pointer;
}


.modal-body {
	width:100%;
	padding: 0px;
}





/* VARS */
.page-body *, .page-body *:before, .page-body *:after {
  box-sizing: border-box;
}

.compform {
	padding:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 20px;
    background: #f4f4f4;
}

.page-body form {
  /*margin: 2rem 0;
  background: #eff8ff;*/
  margin:0px -10px;
}

.page-body form:after {
  content: '';
  display: table;
  clear: both;
}
.page-body form .field {
  display: block;
  /*border: 1px solid #ffffff;*/
  float: left;
  width: 100%;
  padding:0px 10px;
  margin-bottom: 10px;
}
.page-body form .field.tnb {
  /*border-top: 0;*/
}
.page-body form .field.half {
  width: 50%;
}
.page-body form .field.third {
  width: 33.333333%;
}
.page-body form .field.last {
  border-left: 0;
}
.page-body form .field label,
.page-body .cabindropdown label {
  display: block;
  font-size: 12px;
  padding: 0px;
  text-transform: uppercase;
  color: #10559A;
  font-weight: 700;
  letter-spacing: -0.25px;
  font-family: 'Open Sans', Arial;
}
.page-body form .field input,
.page-body form .field textarea,
.page-body .cabin-container select {
  display: block;
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  border: 0;
  color: #000000;
  outline: 0;
  font-family: 'Open Sans', Arial;
  background: #f4f4f4;
  border:1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.page-body select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  border: 0;
  color: #000000;
  outline: 0;
  font-family: 'Open Sans', Arial;
  background: #f4f4f4;
  border:1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.cabin-form .field input,
.cabin-form .field textarea,
.cabin-form .field select {
	background: #ffffff !important;
}

.page-body .subcabin-container select {
	background: #ffffff;
}
.fare-section .col66 {
	padding-right:20px;
}

form .field textarea {
  min-height: 150px;
  resize: vertical;
}









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

.page-container {
	padding:0px 10px;
	box-sizing: border-box;
}

.body-container {
	margin: 10px auto 30px;
}


}



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

.body-container {
	padding:30px;
}

.headerbar {
	margin:-30px -30px 30px;
}

.bleed-image {
	margin: -30px -30px 30px;
}

.cruise-column-33 {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

.column-33-promo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.column-50-promo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.cruise-column-50 {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}

.data-column-33 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 15px;
}

.data-column-66 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
}

.column-66-promo {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}


.spacing1 {
	margin:-1px;
}
.spacing5 {
	margin:-3px;
}
.spacing10 {
	margin:-5px;
}
.spacing20 {
	margin:-10px;
}
.spacing30 {
	margin:-15px;
}
.spacing45 {
	margin:-15px;
}

.spacing1 .block {
	padding:1px;
}
.spacing5 .block {
	padding:3px;
}
.spacing10 .block {
	padding:5px;
}
.spacing20 .block {
	padding:10px;
}
.spacing30 .block {
	padding:15px;
}
.spacing45 .block {
	padding:15px;
}

.col20 {
	width: 20%;
}
.col25 {
	width: 25%;
}
.col33 {
	width: 33.333333%;
}
.col50 {
	width: 50%;
}
.col66 {
	width: 66.666666%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 80%;
}
.col100 {
	width: 100%;
}




}




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

.column-66 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.column-66:not(:first-of-type) {
	margin-top:30px;
}

.column-50 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.column-50:not(:first-of-type) {
	margin-top:30px;
}

.column-33 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 30px;
}

.column-33:not(:last-of-type) {
	margin-bottom:30px;
}

.column-25 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom:30px;
}

.column-25-promo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.column-25-product {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}


.spacing1 {
	margin:-1px;
}
.spacing5 {
	margin:-2px;
}
.spacing10 {
	margin:-4px;
}
.spacing20 {
	margin:-8px;
}
.spacing30 {
	margin:-12px;
}
.spacing45 {
	margin:-15px;
}

.spacing1 .block {
	padding:1px;
}
.spacing5 .block {
	padding:2px;
}
.spacing10 .block {
	padding:4px;
}
.spacing20 .block {
	padding:8px;
}
.spacing30 .block {
	padding:12px;
}
.spacing45 .block {
	padding:15px;
}

.col20 {
	width: 20%;
}
.col25 {
	width: 50%;
}
.col33 {
	width: 50%;
}
.col50 {
	width: 100%;
}
.col66 {
	width: 100%;
}
.col75 {
	width: 100%;
}
.col80 {
	width: 100%;
}
.col100 {
	width: 100%;
}

.breadcrumb-bar {
	margin: 5px auto 0px !important;
}

}



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

.page-body {
	padding: 10px 0px;
}

.body-container {
	padding:20px;
}

.headerbar {
	margin:-20px -20px 20px;
}

.bleed-image {
	margin: -20px -20px 20px;
}

.cruise-column-33 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cruise-column-50 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.column-33 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
}

.column-33-promo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.column-50-promo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.column-25-product {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
.column-25-product .product-image {
	height:200px;
}

ul.col2 {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}



.spacing1 {
	margin:-1px;
}
.spacing5 {
	margin:-3px;
}
.spacing10 {
	margin:-5px;
}
.spacing20 {
	margin:-8px;
}
.spacing30 {
	margin:-10px;
}
.spacing45 {
	margin:-10px;
}

.spacing1 .block {
	padding:1px;
}
.spacing5 .block {
	padding:3px;
}
.spacing10 .block {
	padding:5px;
}
.spacing20 .block {
	padding:8px;
}
.spacing30 .block {
	padding:10px;
}
.spacing45 .block {
	padding:10px;
}

.col20 {
	width: 50%;
}
.col25 {
	width: 50%;
}
.col33 {
	width: 100%;
}
.col50 {
	width: 100%;
}
.col66 {
	width: 100%;
}
.col75 {
	width: 100%;
}
.col80 {
	width: 100%;
}
.col100 {
	width: 100%;
}



}


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


.hero-details h1, .hero-details2 h1 {
	font-size:50px !important;
	line-height: 50px;
}

.redbox {
	font-size:20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.column-20:not(:first-of-type) {
	margin-top:30px;
}

.column-25 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.column-25-promo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

}



/* ACCORDION FOR FUNSHOPS */


.accordion {
  /*margin: 3em auto;
  max-width: 30em;*/
}

.accordion .toggle {
  display: none;
}

.accordion .option {
  position: relative;
  margin-bottom: 10px;
}

.accordion .title,
.accordion .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.2s;
}

.accordion .title {
  background: #10559A;
  padding: 1em;
  display: block;
  font-family: 'TempoStd-HeavyCondensed', Tempo, Tempo Std, Arial;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin:0px;
  text-transform: uppercase;
  color:#ffffff;
}

.accordion .title2 {}

.accordion .title:hover {
	background: #DC1125;
}

.accordion .title:after,
.accordion .title:before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.2s;
}

.accordion .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

.accordion-content {
  padding: 20px;
}

.accordion .toggle:checked + .title,
.accordion .toggle:checked + .title + .content {
/*box-shadow: rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;*/

}


.accordion .toggle:checked + .title + .content {
  max-height: 2000px;
}
.accordion .toggle:checked + .title:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}



/* COUNTDOWN TIMER CSS */


.wrap {
  position: relative;
  /*bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;*/
  height: 160px;

}

.countdown {
  /*width: 760px;*/
  margin: 0 auto;
  display: table;
}
.countdown .bloc-time {
  float: left;
  margin-right: 30px;
  text-align: center;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-bottom: 15px;
  /*font: normal 0.94em "Tempo Std";*/
  font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #1a1a1a;
  text-transform: uppercase;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 110px;
  width: 80px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /*
  font: normal 5.94em/107px "Tempo Std";
  */
  font-size:94px;
  line-height: 107px;
  font-weight: 700;
  font-family: 'Tempo', TempoStd-HeavyCondensed, Tempo Std, Arial;
  color: #DC1125;
}
.countdown .figure .top:after, .countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}



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

.wrap {
	height:130px;
}

.countdown .figure {
	height: 80px;
    width: 60px;
    
}

.countdown .figure > span {
	font-size: 70px;
	line-height: 80px;
}

}


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

.wrap {
	height:130px;
}

.countdown .figure {
	height: 70px;
    width: 45px;
    margin-right: 10px;
}

.countdown .bloc-time {
	margin-right: 12px;
}

.countdown .figure > span {
	font-size: 50px;
	line-height: 70px;
}


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

.wrap {
	height:94px; 
}

.countdown .figure {
	height: 60px;
    width: 30px;
    margin-right: 5px;
}

.countdown .bloc-time {
	margin-right: 12px;
}

.countdown .figure > span {
	font-size: 40px;
	line-height: 60px;
}

}