html,
body,
p {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

img {
    position: absolute;
    display: block; 
}

@font-face {
    font-family: "Nexa-XBold";
    src: url("../fonts/Nexa-XBold.woff") format("woff");
}

sup{
    font-size: 50%;
    line-height: 150%;
    margin-right: 5px;
    /*margin-left: 5px;*/
}

.container {  
    position: relative;
    width: 300px;
    height: 600px;
    
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
	        box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
    
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
           -o-user-select: none;
              user-select: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    
    /* Font toepassen op de gehele container */
    font-family: 'Nexa-XBold', Arial;  
    color: #ffffff;
}


/**
 * Main Content 
 */
.greenBackground {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}

.imgBG {
    top: 0;
}

.introTxt{
    position: absolute;
    font-size: 40px;
    text-align: left;
    line-height: 46px;
    top: 130px;
    left: 15px;
    width: 90%;
    height: 40%; 
}

.disclaimer{
    position: absolute;
    font-size: 10px;
/*    text-align: center;*/
    bottom: 5px;
    left: 10px;
    width: 280px;
}

.logo {
    bottom: 34px;
    left: 6px;
    width: 284px;
}

.logo2 {
    position: absolute;
    top: 310px;
    left: -20px;
    width: 180px;
    height: 180px;
}


.container:hover .overflow{
    position: absolute;
    background:#ff4d7b;
    border-radius: 12px; 
    -moz-box-shadow: rgba(198, 37, 80, 1) 0px -3px 0px inset;
    -webkit-box-shadow: rgba(198, 37, 80, 1) 0px -3px 0px inset;
    box-shadow: rgba(198, 37, 80, 1) 0px -3px 0px inset;
}

/* destinationBrick aka White Panel */
.txtDeparture {
    position: absolute;
    top: 10px;
	left:5%;
    width: 90%;
    height: 32px;
    text-align: center;
    font-size:30px;
    
}

.txtStripe {
    position: absolute;
    font-size: 18px;
    top: 42px;
 	left:5%;
    width: 90%;
	height: 14px;
	line-height: 0.8em;
}

.txtDestination {
    position: absolute;
    font-size: 26px;
    top: 15%;
	width: 90%;
	right:5%;
	height: 70%
}

/* dateBrick aka Blue Panel */
.txtDate {
    position: absolute;
    font-size: 25px;
    line-height: 1em;
    top: 15px;
    width: 100px;
	height: 88px;
}

.dag, .maand{
	position: absolute;
	text-align: center;
	width: 80px;
	left:10px;
 }


.dag{
	color: rgba(40, 0, 160, .85);
	line-height: 1.5em;
	font-size: 28px;
	height: 40px;
	top: 28px;
}

.maand{
	line-height: 1em;
	font-size: 20px;
	height: 30px;
	top: 0px;

}

.txtNumber {
    position: absolute;
    font-size: 45px;    
    width: 114px;
    height: 60px;
    left: 8px;
    top: 20px;
}

.txtTop {
    position: absolute;
    font-size: 14px;
    width: 114px;
    height: 22px;
    left: 8px;
    top: 7px;
}


.txtBot {
    position: absolute;
    font-size: 14px;
    width: 114px;
    height: 22px;
    left: 8px;
    bottom: 7px;
}


/* priceBrick aka Green Panel */
.txtFrom { 
    position: absolute;
    font-size: 18px;
    top: 15px;
    left: 5%;
    height: 24px;
	width: 90%;
	text-align: center;
	
} 

/*
.txtEuro { 
    position: absolute;
    top: 25px;
    left: 35px;
    font-size: 32px;
}
*/

.txtPrice {
    width: 90%;
    height: 60%;
    position: absolute;
    font-size: 10px;
    bottom: 10px;
    right: 5%;
/*	text-align: right;*/
}

/* Bricks Core */
.destinationBrick {
	position: absolute;
    top: 25px;
    left: 15px;
    width: 270px;
    height: 130px;
    border-radius: 65px; /*unique border radius*/
   text-align: center;
    color: #2800a0; /*to change font color to blue*/
    background-color: rgba(255, 255, 255, .85);
}

.dateBrick {
    position: absolute;
    top: 240px;
    left: 20px;
    width: 100px;
    height: 100px;
}

.priceBrick {
    position: absolute;
    top: 180px;
    left: 20px;
    width: 260px;
    height: 130px;
}


/* EndFrame Bricks Core */
.endBrick {
    width: 92px;
}


.endBrick .txtDeparture,
.endBrick .txtStripe,
.endBrick .txtDestination {
    font-size: 12px;
}


.endTitle{
    position: absolute;
    width: 260px;
    height: 64px;
    top:15px;
    left:20px;
    background-color: #2800a0;
    border-radius: 20px;
}

.endTitleText{
    transform: translate(5%,17%);
    text-align: center;
    font-size: 18px;
	width: 90%;
}

.txtPriceEnd {
    position: absolute;
    font-size: 30px;
    width: 116px;
    height: 36px;
    top: 2px;
    left: 5px;
}


.destinationBrick-end {
    position: absolute;
    width: 260px;
    top: 90px;
    left: 20px;
    height: 70px;
    color: #2800a0; /*to change font color to blue*/
    font-size: 12px;
    background-color: rgba(255, 255, 255, .85);
    text-align: center;
}


/*
.priceBrick-end .txtEuro {
    font-size: 22px;
    top: 7px;
    left: 14px;
}
*/

/*
.priceBrick-end {
    font-size: 32px;
    top: 6px;
    left: 30px;
}
*/

.priceBrick-end {
    position: absolute;
    top: 170px;
    left: 20px;
    width: 125px;
    height: 40px;
}

.CTA-end {
    position: absolute;
    top: 170px;
    left: 154px;
    height: 42px;
    width: 125px;
}

/* Panels Core colors */
    .txtCenter {
        text-align: center;
    }

    .corners {
        border-radius: 12px;
    }

    .greenPanel {
        background: rgba(0, 214, 108, .85);
    }

    .bluePanel {
/*        background: rgba(40, 0, 160, .85);*/
    }


    .shadow {
        -moz-box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset;
        -webkit-box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset;
        box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset; 
    }


/* CTA */
.container:hover .CTA{
    position: absolute;
    background:#ff4d7b;
    border-radius: 12px; 
    -moz-box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset;
    -webkit-box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset;
    box-shadow: rgba(198, 37, 80, 1) 0px -5px 0px inset;
}

    .CTA {
      position: absolute;
        top: 335px;
        right: 20px;
        width: 138px;
        height: 180px;
    }

    .txtCTA {
      position: absolute;
        font-size: 40px;
        text-align: left;
        width: 90px;
        height: 75px; 
        top: 15px;
        left: 20px;
    }

    .txtCTA-small {
        position: absolute;
        font-size: 18px;
        width: 74px;
        height: 30px;
        top: 4px;
        left: 15px;
    }

    .CTA-panel {
        position: absolute;
        width: 138px;
        height: 105px;
        background: #ff3268;
    }

   .pinkPanel {
        position: absolute;
        width: 100%;
        height: 95%;
        background: #ff3268;
    }



/* End frame */
.destPriceCta-container {
    position: absolute;
    top: 0;
}


.col1,
.col2,
.col3{
	z-index: 100px;
}.col1 {
	top:10px;
left: 5;
}.col2 {
top:150px;
}.col3 {
top:290px;
}


/**
 * BEM Styles
 */

/* Panels */

.panelWhite,
.panelGreen,
.panelBlue {
    opacity: .85;
}

/**
 * Preloader
 */

#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    box-sizing: border-box;
}
#preloader img {
    position: absolute;
    display: block;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -35px;
}


/**
 * Frame
 */

.frame {
    position: absolute;
    z-index: 10001;
    background: #dbdbdb;
}
.frame-top {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}
.frame-bottom {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}
.frame-left {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}
.frame-right {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.euroSign {
    font-size: 32px;
    top: 25px;
}

.symPlane {
        bottom: 20px;
        right: 20px;
        width: 26px;
     
}

.txtDepartureEnd {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 230px;
    height: 26px;
    font-size: 30px;
}

.txtStripeEnd {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 230px;
    height: 10px;
	font-size: 20px;
	line-height: 0.5em;
}

.txtDestinationEnd {
    position: absolute;
    bottom: 4px;
    left: 15px;
    width: 230px;
    height: 26px;
    font-size: 30px;
}

.imgOffer1 {
    position: absolute;
    top: 0px;
    width:300px;
	height:600px;
    
}

.imgOffer2 {
    position: absolute;
    top: 0px;
    width:300px;
	height:600px;
}

.imgOffer3 {
    position: absolute;
    top: 0px;
    width:300px;
	height:600px;
}

.gradient {
    position: absolute;
    top: 0px;
    width:300px;
	height:600px;
}

.bgDestEnd {
    position: absolute;
    top: 100px;
    left: 20px;
    height: 120px;
    width: 260px;

    
}

.clickLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99px;
}

.dag {
    top:36px;
    font-size: 40px;
}

.symPlane-small {
    width: 18px;
    right: 12px;
    top: 10px;
}

#container_videoplayer {
    position: absolute;
    width: 356%;
    height: 262%;
    left: -128%;
    top: -81%;
}
