@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	



    
    .otherpages-top{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    .ot-map{
        float: right;
        clear: none;
        display: block;
        clear: none;
        width: 70vw;
        height: 30vh;
        background-image: url("../img/caribbeans.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .5;
    }
    
    
    
    
    .page-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 10;
        top: -75vh;
        left: 0;
        margin-bottom: -75vh;
        
    }
    
    
    .acas-ot-image{
        height: 25vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5em auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .aot-moveup{
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 0%, 100% 0);
        margin: -25vh auto auto;
        height: 25vh;
    }
    
    
    
    .on-footer.ticket{
        float: left;
        margin-left: calc(90% - 325px);
        width: 100%;
        position: relative;
        z-index: 10;
        margin-top: 5vh;
    }
    
    
    .graphicelement{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
        margin-bottom: -50vh;
        opacity: .7;
    }
    
    
    
    .pc-pagebreak{
        width: 90%;
        margin: 1em 5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
     .media-big-image{
        height: 40vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto auto;
        clip-path: polygon(100% 100%, 65% 95%, 0 100%, 0 0, 65% 0%, 100% 0);
        position: relative;
        z-index: 10;
    }
    

    
    
    
    .see-barbados-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .sb-inner h2{
        margin-top: 1em;
    }
    

    
    .page-container .mediatile{
        margin: -10vh 5% 15vh 5%;
        position: relative;
        z-index: 10;
    }

    
    .page-container .breakpage{
        clear: both;
        top: 0;
        margin-bottom: 4em;
        height: auto;
    }
    
    
    
	.page-container .breakpage #signin{
        width: 100%;
    }
    

	
	


    















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
    
    
    .otherpages-top{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    .ot-map{
        float: right;
        clear: none;
        display: block;
        clear: none;
        width: 70vw;
        height: 40vh;
        background-image: url("../img/caribbeans.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .7;
    }
    
    
    
    
    .page-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 10;
        top: -75vh;
        left: 0;
        margin-bottom: -65vh;
        
    }
    
    
    .acas-ot-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5em auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .aot-moveup{
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 0%, 100% 0);
        margin: -25vh auto auto;
        height: 45vh;
    }
    
    
    
     .on-footer.ticket{
        float: left;
        margin-left: calc(65% - 325px);
        width: 100%;
        position: relative;
        z-index: 10;
        margin-top: 5vh;
    }
    
    
    .graphicelement{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
        margin-bottom: -50vh;
        opacity: .7;
    }
    
    
    
    .pc-pagebreak{
        width: 90%;
        margin: 1em 5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
     .media-big-image{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto auto;
        clip-path: polygon(100% 100%, 65% 80%, 0 100%, 0 0, 65% 0%, 100% 0);
        position: relative;
        z-index: 10;
    }
    

    
    
    
    .see-barbados-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .sb-inner h2{
        margin-top: 1em;
    }
    

    
    .page-container .mediatile{
        margin: -10vh 5% 15vh 5%;
        position: relative;
        z-index: 10;
    }

    
    .page-container .breakpage{
        clear: both;
        top: 0;
        margin-bottom: 4em;
        height: auto;
    }
    
    
    .page-container .breakpage #signin{
        width: 100%;
    }
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    
    
    .otherpages-top{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    .ot-map{
        float: right;
        clear: none;
        display: block;
        clear: none;
        width: 70vw;
        height: 40vh;
        background-image: url("../img/caribbeans.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .9;
    }
    
    
    
    
    .page-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 10;
        top: -75vh;
        left: 0;
        margin-bottom: -65vh;
        
    }
    
    
    .acas-ot-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5em auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .aot-moveup{
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 0%, 100% 0);
        margin: -25vh auto auto;
        height: 45vh;
    }
    
    
    
    .on-footer.ticket{
        float: left;
        margin-left: calc(50% - 325px);
        position: relative;
        z-index: 10;
        margin-top: 10vh;
    }
    
    
    .graphicelement{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
        margin-bottom: -50vh;
        opacity: .7;
    }
    
    
    
    .pc-pagebreak{
        width: 90%;
        margin: 1em 5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
     .media-big-image{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto auto;
        clip-path: polygon(100% 100%, 65% 80%, 0 100%, 0 0, 65% 0%, 100% 0);
        position: relative;
        z-index: 10;
    }
    

    
    
    
    .see-barbados-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .sb-inner h2{
        margin-top: 1em;
    }
    

    
    .page-container .mediatile{
        margin: -10vh 5% 15vh 5%;
        position: relative;
        z-index: 10;
    }

    
    .page-container .breakpage{
        clear: both;
        top: 0;
        margin-bottom: 4em;
        height: auto;
    }
    
    
    .page-container .breakpage #signin{
        width: 70%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    
    .otherpages-top{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    .ot-map{
        float: right;
        clear: none;
        display: block;
        clear: none;
        width: 70vw;
        height: 40vh;
        background-image: url("../img/caribbeans.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 1;
    }
    
    
    
    
    .page-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 10;
        top: -75vh;
        left: 0;
        margin-bottom: -65vh;
        
    }
    
    
    .acas-ot-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5em auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .aot-moveup{
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 0%, 100% 0);
        margin: -25vh auto auto;
        height: 45vh;
    }
    
    
    
    .on-footer.ticket{
        float: left;
        margin-left: calc(50% - 325px);
        position: relative;
        z-index: 10;
        margin-top: 10vh;
    }
    
    
    .graphicelement{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
        margin-bottom: -50vh;
        opacity: .7;
    }
    
    
    
    .pc-pagebreak{
        width: 90%;
        margin: 1em 5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    
     .media-big-image{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto auto;
        clip-path: polygon(100% 100%, 65% 80%, 0 100%, 0 0, 65% 0%, 100% 0);
        position: relative;
        z-index: 10;
    }
    

    
    
    
    .see-barbados-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .sb-inner h2{
        margin-top: 1em;
    }
    

    
    .page-container .mediatile{
        margin: -10vh 7.5% 15vh 7.5%;
        position: relative;
        z-index: 10;
    }

    
    .page-container .breakpage{
        clear: both;
        top: 0;
        margin-bottom: 4em;
        height: auto;
    }
    
    
    .page-container .breakpage #signin{
        width: 40%;
    }
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {

    
    
    
    .otherpages-top{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    .ot-map{
        float: right;
        clear: none;
        display: block;
        clear: none;
        width: 70vw;
        height: 40vh;
        background-image: url("../img/caribbeans.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 1;
    }
    
    
    
    
    .page-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 10;
        top: -75vh;
        left: 0;
        margin-bottom: -65vh;
        
    }
    
    
    .acas-ot-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5em auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .aot-moveup{
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 0%, 100% 0);
        margin: -25vh auto auto;
        height: 45vh;
    }
    
    
    
    .on-footer.ticket{
        float: left;
        margin-left: calc(50% - 325px);
        position: relative;
        z-index: 10;
        margin-top: 10vh;
    }
    
    
    .graphicelement{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
        margin-bottom: -50vh;
       
       
    }
    
    
    
    .pc-pagebreak{
        width: 85%;
        margin: 1em 7.5% 0;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
     .media-big-image{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto auto;
        clip-path: polygon(100% 100%, 65% 80%, 0 100%, 0 0, 65% 0%, 100% 0);
        position: relative;
        z-index: 10;
         
    }
    

    
    
    
    .see-barbados-image{
        height: 65vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: -25vh auto;
        clip-path: polygon(100% 100%, 65% 90%, 0 100%, 0 0, 65% 10%, 100% 0);
        position: relative;
        z-index: 10;
    }
    
    
    
    .sb-inner h2{
        margin-top: 1em;
    }
    
    
    
    
    .page-container .mediatile{
        margin: -10vh 7.5% 15vh 7.5%;
        position: relative;
        z-index: 10;
        
    }
    
    
    
    .page-container .breakpage{
        clear: both;
        top: 0;
        margin-bottom: 4em;
        height: auto;
    }
    
    
    
    .page-container .breakpage #signin{
        width: 35%;
    }
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}