/* header-sell */

#header-sell{
    width: 100%;
    height: 36vw;
    background-image: url('./../images/sellbackground.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* end header-sell */

/* subcribe-container */

#subcribe-container{
    width: 100%;
    padding: 4em 0;
}

.offers{
     width: 80%;
     margin: 0 auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-align-content: space-between;
     -ms-flex-line-pack: justify;
     align-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 1em;
     margin-top: 1em;
}

.offers > div{
    width: 30%;
    text-align: center;
}

.offers > div > img{
    width: auto;
    height: 6em;
    display: block;
    margin: 0 auto 1em auto;  
}

.offers > div > a{
    margin: 2em auto !important;
}

.container-image-desc{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}

/* end subcribe-container */

/* details-container */
    
#details-container{
    padding: 0 0 0em 0;
}

.container-medium .description-element{
    margin: 0em auto; 
}

.adjustsize{
    width: 80%;
    max-width: 956px;
    margin: 0 auto;
}

#details-container .section-element{
    margin: 3em auto;
}

/* end details-container */

@media(max-width: 1366px ){

    /* subcribe-container */

    .offers{
         width: 100%;
    }

    .offers > div{
        width: 30%;
    }    

    /* end subcribe-container */
}

@media(max-width: 1024px ){

    /* subcribe-container */

    .offers{
         width: 100%;
    }

    .offers > div{
        width: 30%;
    }  

    /* end subcribe-container */
}

@media(max-width: 940px ){

    /* subcribe-container */

    .offers{
        width: 90%;
    } 

    .offers > div{
        max-width: 280px;
        width: 80%;
        margin: 2em auto;
    }   

    /* end subcribe-container */
}

@media(max-width: 768px ){

    /* header-sell */

    #header-sell{
        height: 68vw;
        background-image: url('./../images/sellbackground_768px.jpg');
        background-size: 100% auto;
    }

    /* header-sell */

    /* subcribe-container */

    .offers{
        width: 90%;
    } 

    .offers > div{
        max-width: 280px;
        width: 80%;
        margin: 2em auto;
    }    

    /* end subcribe-container */

    /* details-container */


    /* end details-container */

}

@media(max-width: 640px){

    #header-sell{
        height: 108vw;
        background-image: url('./../images/sellbackground_480px.jpg');
    }

    /* details-container */


    /* end details-container */

}