/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/Mar/2015, 16:19:18
    Author     : Pedro Rodrigues
*/


.articlesInlineBox:nth-child(12){
/*width: 100% !important;
  height: 96% !important;
  padding: 4px !important;
  overflow: hidden !important;*/
}
.articleBox{
    margin-bottom: 8px;
}
.articleBox:nth-child(6n){
    margin-right: 0px;
}
.pageContentLoadControllerBox{
    width: 50%; 
    height: 30px; 
    margin: 0 auto; 
    display: table;
    text-align: center;
    padding-top: 12px;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ccc;
}
#pageContentLoadControllerId span{
    line-height: 30px;
}
.seeMoreLoaderBox{
    width: 100%;
    height: 100%;
    float: left;
    background-size: 15px 15px;
    background-position: 36% 0%;
}

@media only screen and (max-width: 1199px){
  
}
@media only screen and (max-width: 979px){ 
    .articleBox:nth-child(3n){
        margin-right: 0px;
    }

    .pageContentLoadControllerBox{
        width: 60%;
        margin: 0 auto;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 667px){
    
}
@media only screen and (max-width: 510px){
    .articleBox:nth-child(6n), .articleBox:nth-child(3n){
        margin-right: 8px;
    }
    .articleBox:nth-child(2n){
        margin-right: 0px;
    }
}
@media only screen and (max-width: 479px){

}

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

}
@media only screen and (max-width: 369px){
    .articleBox:nth-child(6n), .articleBox:nth-child(3n), .articleBox:nth-child(2n){
        margin-right: 8px;
    }   
}
@media only screen and (max-width: 350px){
   
}