/* -----------------------------------------------------------------------
    Responsive
-------------------------------------------------------------------------- */

@media only screen and (min-width: 980px) and (max-width: 1040px) {
    body.stretched { overflow-x: hidden; }
}


@media only screen and (max-width: 979px) {


body { 
    transition: all .2s linear; 
    -o-transition: all .2s linear; 
    -moz-transition: all .2s linear; 
    -webkit-transition: all .2s linear;
}


#wrapper { overflow: hidden; }

#top-bar {
    text-align: center;
    height: auto;
}

#top-menu,
#top-bar.top-bar2 #top-menu {
    text-align: center;
    float: none;
    margin: 0 auto;
}

#top-menu ul { display: inline-block; }

#top-social,
#top-bar.top-bar2 #top-social {
    float: none;
    margin: 0 auto;
    text-align: center;
}

#top-social ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

#top-social li { display: inline-block; }

}


/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1110px) {
#barra-uct .container {width: 768px; }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
#barra-uct .container {width: 420px; }
#top-menu ul li {width:20px;overflow:hidden;}
#top-menu ul li.uct {width:110px!important;}
#top-social  {display:none;}
}
@media only screen and (max-width: 419px) {
#barra-uct .container {width: 300px;}
#top-social  {display:none;}
#top-menu ul li {width:20px;overflow:hidden;}
#top-menu ul li.uct {width:110px!important;}

}
