/******************/
/****** MAIN ******/
/******************/

html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(#4ebece 27%, #c6e5ee) fixed;
}

*:focus {
    outline: none;
    -moz-outline-style: none;
}
a, a:hover, a:active, a:focus {
    outline: none;
    -moz-outline-style: none;
    text-decoration: none;
}

*{
    box-sizing: border-box;
}

a img{
    border:none;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
}

.hide{
    display:none;
    width:1px;
    height:1px;
}

/******************/
/****** FONTS *****/
/******************/

/*
@font-face {
    font-family: 'Helvetica1';
    src: url('fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-HvCn.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Beausite Slick';
    src: url('fonts/BeausiteSlick-Light.woff2') format('woff2'),
    url('fonts/BeausiteSlick-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beausite Slick Bold';
    src: url('fonts/BeausiteSlick-Bold.woff2') format('woff2'),
    url('fonts/BeausiteSlick-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abel';
    src: url('fonts/Abel-Regular.woff2') format('woff2'),
    url('fonts/Abel-Regular.woff') format('woff'),
    url('fonts/Abel-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

/******************/
/****** BASE ******/
/******************/

#main{
    min-height: 665px;
}

#container{
    padding-top: 15px;
}

#content {
    display: block;
    margin: auto;
    text-align: left;
    position: relative;
    max-width: 840px;
    width: 100%;
    height: 675px;
    background: rgba(255, 255, 255, 0.86);
    color:black;
}

#header{
    max-width: 840px;
}

#header img{
    width: 100%;
}

.cta_btn{
    height: 40px;
    width: 172px;
    margin: 17px auto;
    border-radius: 40px;
    background-color: #F18344;
    font-family: 'Beausite Slick Bold', Arial, "sans-serif";
    font-size: 24px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color:white;
    transition: all 0.2s linear;
    cursor: pointer;
}

.cta_btn:hover{
    background-color: #08ab9c;
}

#error-content{
    padding: 50px 0;
    text-align: center;
}

/******************/
/***** FOOTER *****/
/******************/

#footer {
    position: relative;
    font-size: 9px;
    font-family: Arial, "sans-serif";
    background-color: transparent;
    z-index: 6;
}

#links-footer{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    font-family: Arial, "sans-serif";
}

.right-space {
    margin-right:38px;
}

#footer a {
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #00AB9B;
    transition: color 0.2s linear;
}

#footer a:hover {
    text-decoration: none;
    color: #02423c;
}

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

@media screen and (max-width: 841px){
    #content{
        height:auto;
    }
}

@media screen and (min-height: 790px) and (min-width: 842px){
    #container{
        position: absolute;
        top:50%;
        transform:translateY(-50%);
        left:0;
        right:0;
    }

    #links-footer{
        padding-top: 65px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 560px){
    .right-space {
        margin-right:0;
    }

    #footer a {
        display: block;
        margin: auto;
    }
}



/******************/
/***** POPINS *****/
/******************/


.mfp-bg {
    background: #000000;
}

.popin {
    position: relative;
    margin: auto;
    text-align: left;
}

.popin .mfp-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
}

#popin-prices, #popin-credits {
    max-width: 750px;
    width: 100%;
    background: white;
    border-radius: 50px;
    padding: 35px 25px 125px 25px;
}

#popin-prices img, #popin-credits img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#popin-prices .mfp-close, #popin-credits .mfp-close {
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    background-image: url('/img/cross.png');
    background-repeat: no-repeat;
    opacity: 1;
}

#popin a, #popin img {
    margin: 0;
    border: 0;
}

.popin ul {
    margin: auto;
    padding: 50px 0 50px 0;
    width: 90%;
}

.popin ul li {
    margin-bottom: 15px;
    color: black;
    list-style: none;
    font-family: sans-serif;
}

.popin.error {
    max-width: 590px;
    width: 100%;
    border-radius: 50px;
    padding: 35px 25px 125px 25px;
    background-color: white;
}

.error .mfp-close {
    position: absolute;
    text-indent: -9999px;
    background-size: contain;
    background-image: url('/img/cross.png');
    background-repeat: no-repeat;
    opacity: 1;
}


/* NEW POPIN  */

#newpopin {
    max-width: 750px;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: white;
    color: #4f4f4f;
    margin: auto;
    position: relative;
    border-radius: 51px;
}

#newpopin h1 {
    margin: 50px auto;
    font-family: 'Beausite Slick Bold', Arial, "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    text-transform: uppercase;
}

#newpopin h2 {
    margin: 20px auto 15px auto;
    font-family: Arial, "sans-serif";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    max-width: 500px;
}

#newpopin h3 {
    margin: 25px auto 55px auto;
    font-family: Arial, "sans-serif";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    max-width: 500px;
}

#newpopin p {
    margin: 5px auto;
    max-width: 400px;
    padding-left: 55px;
    font-family: Arial, "sans-serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.04em;
    color: #000000;
}

#newpopin button {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-size: contain;
    background-image: url('/img/cross.png');
    background-repeat: no-repeat;
    opacity: 1;
}


@media screen and (max-width: 560px){
    #newpopin p, #newpopin h2, #newpopin h3{font-size: 14px;}
}

/* POPINS ANIMATIONS */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
