@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@charset "utf-8";

/* CSS Document */

body,html {
    width: 100%;
    height: 100%;
}


/*setup*/

body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}


/*HEADER*/

.heads {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url(../img/bg-01.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left center;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 5px solid #22313F;
}

.heads h1 {
    font-family: "Lato", sans-serif;
    color: #FBD135;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}

.heads h2 {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.sizer {
    width: 640px;
    height: 320px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 75px;
}

.top-p {
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.top-p a {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 400;
}

.top-p a:hover {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 700;
}

.btn-warning {
    border-color: #f1c40f;
    border-radius: 10px;
    background: #F7CA18;
    box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-warning:hover {
    border-color: #f1c40f;
    border-radius: 10px;
    background: #f1c40f;
    box-shadow: 2px 2px 3px 0px rgba(34, 34, 34, 0.8);
}

.btn-huge {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
    text-align: center;
}


/*CONTENT ONE*/
.content-one {
    padding-top: 50px;
    padding-bottom: 50px;
}

.para-one {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}


/*CONTENT TWO*/
.content-two {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-02.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    padding-top: 50px;
    padding-bottom: 50px;
}

.para-two {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}


/*CONTENT THREE*/
.content-three {
    padding-top: 50px;
    padding-bottom: 10px;
}

.para-three {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}


/*CONTENT FOUR*/
.content-four {
    padding-top: 5px;
    padding-bottom: 50px;
}

.para-four {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.para-four h1 {
    font-family: "Lato", sans-serif;
    color: #C7141B;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
}


/*CONTENT FIVE*/
.content-five {
    background-color: #22313F;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*CONTENT SIX*/
.content-six {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg-03.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item {
    background: url(../img/11.png) 5px 6px no-repeat;
    padding-left: 50px;
}

.para-six {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.6em;
    color: #FBD135;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.letter {
    font-size: 24px;
    font-weight: 400;
    color: #FBD135;
    line-height: 1.6em;
    padding: 25px;
}


/*
CONTENT SEVEN
.content-seven {
    padding-top: 30px;
    padding-bottom: 30px;
}

.para-seven {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}
*/


/*CONTENT EIGHT*/
.content-eight {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg-04.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item-eight {
    background: url(../img/arrow-green-big.png) 5px 6px no-repeat;
    padding-left: 50px;
}

.para-eight {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.6em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.letter-eight {
    font-size: 22px;
    font-weight: 400;
    color: #181818;
    line-height: 1.6em;
    padding-top: 25px;
}


/*CONTENT NINE*/
.content-nine {
    padding-top: 50px;
    padding-bottom: 30px;
}

.para-nine {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.para-nine-btm {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.para-nine-buy {
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.para-nine-buy h1 {
    color: #C7141B;
    font-size: 48px;
}

.para-nine-buy h2 {
    color: #C7141B;
}

.para-nine-sincerely {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 50px;
}


/*
CONTENT TEN
.content-ten {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-05.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.para-ten {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
*/


/*CONTENT ELEVEN*/
.content-eleven {
    padding-top: 20px;
    padding-bottom: 50px;
}

.content-eleven h2 {
    text-align: center;
}

hr.hrme {
    border: 0;
    color: #dbdbdb;
    background-color: #dbdbdb;
    height: 1px;
    width: 80%;
}

.well {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.well h1 {
    font-family: "Lato", sans-serif;
    color: #C7141B;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.well h2 {
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #181818;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
}

.well p {
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
}

.para-eleven {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 25px;
}


/*CONTENT TWELVE*/
.content-twelve {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg-04.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.para-twelve {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 25px;
}

.para-twelve-buy {
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.top-p-twelve {
    font-size: 33px;
    font-weight: 400;
    text-align: center;
}

.top-p-twelve a {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 400;
}

.top-p-twelve a:hover {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: 700;
}


/*CONTENT THIRTEEN*/
.content-thirteen {
    padding-top: 20px;
    padding-bottom: 100px;
}

.para-thirteen {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    color: #181818;
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

hr {
    width: 75%;    
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/*MOBILE RESPONSIVE*/

@media only screen and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
    .top-p a {
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .top-p-twelve a {
        font-size: 18px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p-twelve a:hover {
        font-size: 18px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
    .top-p a {
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
    .top-p a {
        font-size: 16px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 16px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
    .top-p a {
        font-size: 20px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 20px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) {
    .top-p a {
        font-size: 12px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 12px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) {
    .top-p a {
        font-size: 28px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 28px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}



@media only screen and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1) {
    .top-p a {
        font-size: 24px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 24px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1) {
    .top-p a {
        font-size: 26px;
        color: #2e2e2e;
        font-weight: 400;
    }
    .top-p a:hover {
        font-size: 26px;
        color: #2e2e2e;
        font-weight: 700;
    }
    .sizer {
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
}