/*
Offerpage
*/


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	BODY

//////////////////////////////////////////////////////////////////////////////////////////////
*/

body {
    background: #f0f0f0;
    color: #75828b;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	LINKS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
    -moz-transition: all 0.2s ease-in-out; /* FF4+ */
    -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
    transition: all 0.2s ease-in-out;
}



/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TYPOGRAPHY

//////////////////////////////////////////////////////////////////////////////////////////////
*/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #1f1f1f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-weight: bold;
    }

    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
        display: inline-block;
    }

h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

h5 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 20px;
}

h6 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 20px;
}


small {
    font-size: 60%;
}

strong {
    font-weight: bold;
    font-weight: 700 !important;
}

sup {
    vertical-align: super;
    font-size: 80%;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	IMAGE

//////////////////////////////////////////////////////////////////////////////////////////////
*/
img {
    max-width: 100%;
    height: auto !important;
    width: auto\9;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FORMAT

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.clear {
    clear: both;
    height: 0;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FIRST PART

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.firstpart {
    background: #31333c url(assets/images/bg.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    text-align: center;
}

    .firstpart .content {
        margin: 0 auto;
        padding: 20px;
        max-width: 1280px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .firstpart h1 {
        color: #fff;
        font-weight: 800;
        font-size: 36px;
        text-transform: uppercase;
        text-shadow: #000 3px 3px 0px;
        text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 0px;
    }

    .firstpart img.aligncenter {
        display: block;
        clear: both;
        margin: 0 auto 30px auto;
    }

    .firstpart h1:first-line {
        font-weight: 400;
        font-size: 30px;
    }

    .firstpart h2 {
        color: #fff;
        font-size: 18px;
        text-shadow: #000 3px 3px 0px;
        text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 0px;
        margin-bottom: 0;
    }
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	choiceBox

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.choiceBox {
    background: #1e2839;
    color: #fff;
    text-align: center;
}

    .choiceBox .content {
        margin: 0 auto;
        padding: 30px 20px;
        max-width: 1280px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	detailPrograms

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.detailPrograms h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding-top: 60px;
}

.detailPrograms .content {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 1280px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkList {
    margin: 10px auto 30px auto;
    max-width: 600px;
}

    .checkList li {
        background: url(assets/images/checkList.png) no-repeat left center;
        color: #75828b;
        padding: 6px 0 6px 40px;
        font-style: italic;
        font-size: 110%;
    }

.offerBadge {
    background: #fff;
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

    .offerBadge h3 {
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        padding: 0 20px;
        margin: 0 0 10px 0;
    }

    .offerBadge h4 {
        text-align: center;
        font-size: 15px;
        line-height: 19px;
        padding: 0 20px;
    }

        .offerBadge h4 sup {
            display: inline-block;
            margin-right: -10px;
        }

    .offerBadge .subline span {
        font-size: 48px;
        font-weight: 800;
        display: block;
        clear: both;
        position: relative;
        left: 0;
        color: #0098d8;
        top: 20px;
    }

.lineThrought {
    position: absolute;
    width: 100%;
    left: 10px;
    top: -10px;
}

.detailPrice {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
}

    .detailPrice.bigger, .detailPrice.discount {
        text-align: center;
    }

    .detailPrice.discount {
        background: #f8f9f9;
    }

.bigger {
    font-size: 140%;
    font-weight: bold;
    letter-spacing: -1px;
}

.buttonBuy {
    display: block;
    padding: 10px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .buttonBuy span {
        background: #ee0e0e;
        color: #fff;
        font-weight: 800;
        font-size: 18px;
        line-height: 30px;
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .buttonBuy span:hover {
            background: #ee8c0e;
            color: #fff;
        }

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	COLUMNS

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.col {
    float: left;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one-full {
    float: none !important;
    margin-left: 2%;
    margin-right: 2%;
}

.one-half,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.col.last {
    margin-right: 0% !important;
}

.one-full {
    width: 96%;
}

.one-half {
    width: 46%;
}

.one-third {
    width: 29.3%;
}

.two-third {
    width: 62.6%;
}

.one-fourth {
    width: 21%;
}

.two-fourth {
    width: 46%;
}

.three-fourth {
    width: 71%;
}

.one-fifth {
    width: 16%;
}

.two-fifth {
    width: 36%;
}

.three-fifth {
    width: 56%;
}

.four-fifth {
    width: 78.3%;
}

@media only screen and (max-width: 959px){

    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .two-fourth,
    .three-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth {
        float: none;
        width:96%;
    }

}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FOOTER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#footer {
    background: #1e2839;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

    #footer .content {
        margin: 0 auto;
        padding: 20px;
        width: 100%;
        max-width: 1280px;
        letter-spacing: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #e3e9f2;
        }

/*
////////////////////////////////////////////////////////////////////////////////////////////// 
	
	ANIMATIONS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

.anim {
    opacity: 0;
    visibility: none;
}
/* ANIMATIONS TYPE 0 */
.animStart.animType_0 {
    visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-animation: animTypeZero 2s 1; /* Chrome, Safari 5+ */
    -moz-animation: animTypeZero 2s 1; /* Firefox 5-15 */
    -o-animation: animTypeZero 2s 1; /* Opera 12.00 */
    animation: animTypeZero 2s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}

@-webkit-keyframes animTypeZero {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes animTypeZero {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes animTypeZero {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animTypeZero {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ANIMATIONS TYPE 1 */
.animStart.animType_1 {
    visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-animation: animTypeOne 1s 1; /* Chrome, Safari 5+ */
    -moz-animation: animTypeOne 1s 1; /* Firefox 5-15 */
    -o-animation: animTypeOne 1s 1; /* Opera 12.00 */
    animation: animTypeOne 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}


.dropper {
    font-size: 16px;
    display: inline-block;
    width: 24%;
    padding: 0 0.5%;
    font-weight: bold;
    margin-bottom: 10px;
}

.dropper2 {
    font-size: 16px;
    display: inline-block;
    width: 24%;
    padding: 0;
    font-weight: bolder;
    margin-bottom: 10px;
    color: red;
}

.step {
    text-align: center;
    padding: 0 20px;
    margin: 0 0 10px 0;
    color: red;
     font-size: 36px;
    line-height: 36px;
}


@-webkit-keyframes animTypeOne {
    0% {
        top: -80px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes animTypeOne {
    0% {
        top: -80px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@-o-keyframes animTypeOne {
    0% {
        top: -80px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes animTypeOne {
    0% {
        top: -80px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}