/* DESKTOP ( 1200 )
--------------------------------------------------*/
@media only screen and (max-width:1200px) {}




/* DESKTOP ( 1024 )
--------------------------------------------------*/
@media only screen and (max-width:1024px) {
.container {
     margin-top: 355px;
}
#allEntries [id*="entry"] {
    width: 50%;
}
.fullstory h1 {
    line-height: 38px;
}
.fullstoryTop .itemPoster {
    float: none;
    width: 100%;
}


}





/* TABLET ( 992 )
--------------------------------------------------*/
@media only screen and (max-width:992px) {

}





/* TABLET ( 800 )
--------------------------------------------------*/
@media only screen and (max-width:800px) {
.container {
    margin-top: 270px;
}
header {
    text-align: center;
}
.topLogo {
    float: none;
    margin-left: -1px;
    display: inline-block;
    margin-bottom: 15px;
}
.topNav {
    float: none;
}
.asideLeft, .asideRight, .content {
    display: block;
}
.asideLeft, .asideRight {
    width: 100%;
}
nav ul > li {
    display: inline-block;
    width: 33%;
}
.infBl {
    margin-bottom: 15px;
    width: 33.3%;
    display: inline-block;
}
#allEntries [id*="entry"] {
    width: 33.33%;
}


    
}




/* TABLET ( 768 )
--------------------------------------------------*/
@media only screen and (max-width:768px) {
nav ul > li {
    display: inline-block;
    width: 32.5%;
}
.footerBottom {
    text-align: center;
}
.fLogo, .fCopy, .fCount {
    display: block;
    margin-bottom: 20px;
}
.fLogo {
    width: 100%;    
}
.fCount {
    text-align: center;
    margin-bottom: 0px;
}



}





/* TABLET ( 640 )
--------------------------------------------------*/
@media only screen and (max-width:640px) {
.container {
    margin-top: 225px;
}
.topNav a {
    margin-bottom: 15px;
}
nav ul > li {
    display: inline-block;
    width: 32%;
}
.infBl {
    width: 33%;
    padding-right: 15px;
}
#allEntries [id*="entry"] {
    width: 50%;
}
.item {
    height: 535px;
}
.itemPoster {
    height: 400px;
}


}




/* MOBILE ( 480 )
--------------------------------------------------*/
@media only screen and (max-width:480px) {
.container {
    margin-top: 165px;
}
nav ul > li {
    width: 49%;
}
.infBl {
    width: 100%;
}
.middle {
    padding: 25px 0;
    display: block;
    width: 100%;
}
#allEntries {
    display: block;
    width: 100%;
    margin-left: 0;
}
#allEntries [id*="entry"] {
    width: 100%;
    float: none;
}
.item {
    height: auto;
    padding-bottom: 10px;
}
.itemPoster {
    height: auto;
}

}





/* MOBILE ( 360 )
--------------------------------------------------*/
@media only screen and (max-width: 360px) {
.container {
    margin-top: 125px;
}
.topNav a {
    display: block;
    margin-left: 0;
}
.middle {
    padding: 25px 0;
    display: block;
    width: 100%;
}
nav ul > li {
    width: 100%;
}

}





/* MOBILE ( 320 )
--------------------------------------------------*/
@media only screen and (max-width:320px) {
.container {
    margin-top: 110px;
}

}