/**/
/* RESET */
/**/

#social_mediaR{display:none;}

/**/
/* GENERAL STYLES */
/**/

body{
    font-family: 'Open Sans', sans-serif;
}
.container{
    width:1170px;
    margin:0 auto;
}

/**/
/* HEADER */
/**/

#header{
    background-color:#ffffff;
    height:130px;
    width:100%;
}
#logo{margin:28px 0 0 20px;}
#social_media {width:175px; height:25px; margin:50px 20px 0 0;}
#social_media img{margin-left:5px;}
#social_media img.first{margin-left:0;}

/**/
/* CONTENT */
/**/

#content{
    background-color:#ff6801;
}
.easyjet{
    width:1170px;
    height:949px;
    background:url('../img/easyjet1170.jpg') no-repeat;
}

/**/
/* FOOTER */
/**/

#footer{
    width:100%;
    background-color:#ffffff;
    height:85px;
}
#footer_img{
    padding:10px 0 0 25px;
    float:left;
    margin-right:10px;
}
#footer_rodape{
    text-align:right;
    color:#969696;
    font-size:11px;
    padding-top:35px;
}
.rodape1{margin-right:25px;}
.rodape1 span{color:#636363;}


@media only screen and (max-width: 1170px){
    
    .container{width:991px;}
        .easyjet{
        width:990px;
        height:949px;
        background:url('../img/easyjet990.jpg') no-repeat;
    }
    
}

@media only screen and (max-width: 991px){

    .container{width:767px;}
        .easyjet{
        width:767px;
        height:759px;
        background:url('../img/easyjet767.jpg') no-repeat;
    }

}

@media only screen and (max-width: 768px){
    
    #header{height:80px;}
    #logo{float:none;width:111px;margin:0 auto;padding-top:15px;}
    #logo img{width:111px;height:51px;}
    
    .container{width:480px;}
        .easyjet{
        width:480px;
        height:475px;
        background:url('../img/easyjet480.jpg') no-repeat;
    }
    
    #footer{
        text-align:center;
        height:100%;
    }
    #footer_img{
        padding:0;
        float:none;
        margin:0 auto;
    }
    #footer_rodape{
        text-align:center;
        padding:0;
        width:94%;
        margin:20px 3%;
    }
    .rodape1{margin:0;}
    #social_media{display:none;}
    #social_mediaR{
        display:block;
        width:210px;
        margin:20px auto 20px auto;
    }
    #social_mediaR img{margin:0 5px;}

}

@media only screen and (max-width: 560px){

    .rodape1 br{display:none;}

}

@media only screen and (max-width: 480px){
    
    .container{width:320px;}
        .easyjet{
        width:320px;
        height:317px;
        background:url('../img/easyjet320.jpg') no-repeat;
    }
    
    #footer_rodape{
        width:92%;
        margin:20px 4%;
    }
}

@media only screen and (max-width: 400px){
    
    #footer_img img{
        width:92%;
        margin-left:4%;
        margin-right:4%;
    }
    
}



@media only screen and (max-width : 320px) {

    body{min-width:320px;}

}