
body:not(.pageHome) #list-ratings{ display: none; }


section[data-cattype="216"] #btnViewMore{ display: none; }

section[data-cattype="216"].no-searchbar #btnLoadMore,
section[data-cattype="216"].no-searchbar .searchPublication{ display: none; }

section[data-cattype="216"].no-searchbar #btnViewMore{ 
    display: inline-block;
    margin: 10px 0;
}


section[data-cattype="216"] .list-inline .input-group{ width: 270px; }
section[data-cattype="216"] .list-inline .input-group.single-input{ width: 180px; }
section[data-cattype="216"] .list-inline .input-group.double-input{ width: 310px; }

section[data-cattype="216"] .tab-content{ min-height: 350px; }
section[data-cattype="216"] ul.grid.list-item { margin: 15px auto; }
section[data-cattype="216"] ul.grid.list-item li{
    max-width: 350px;
    height: 160px;
    background: #EAECEB;
    padding: 15px;
    margin: 10px;
    text-align: left;
    position: relative;
    float: left;
}

section[data-cattype="216"] ul.grid.list-item li.size21 {
	width: 350px;
	height: 160px;
}

section[data-cattype="216"] ul.grid.list-item li.size22 {
	width: 350px;
    height: 340px;
}

section[data-cattype="216"] ul.grid.list-item li .contentFrame,
section[data-cattype="216"] ul.grid.list-item li .imagebox{
    width: 100%;
    height: 170px;
    background-size: cover;
}
section[data-cattype="216"] ul.grid.list-item li .contentFrame{
    background: #dedede;
    height: 150px;
    padding: 10px;
}

section[data-cattype="216"] ul.grid.list-item li hr{ 
    border: none;
    border-bottom: dotted 1px #333; 
    margin: 8px 0;
}

section[data-cattype="216"] ul.grid.list-item li .title{
    font-size: 14px;
    font-style: italic;
    border-bottom: dotted 1px #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
section[data-cattype="216"] ul.grid.list-item li .title a{ color: #000; }
section[data-cattype="216"] ul.grid.list-item li .btn-more{
    position: absolute;
    left: 15px;
    bottom: 5px;
    color: #000;
    font-size: 30px;
}
section[data-cattype="216"] ul.grid.list-item li.highlight{  background: url('../../../data/ckfinder/images/angle-top-right.svg') no-repeat top right #E0D4BE; }
section[data-cattype="216"] ul.grid.list-item li.highlight .btn-more{  color: #BC8C4E; }

section[data-cattype="216"] ul.grid.list-item li.locked:before{
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: "\f023";
    top: 3px;
    right: 8px;
    color: #000;
}


section[data-cattype="216"] ul.grid.list-item li .btn-more:hover{ color: #90100D; }
















 /* Dropdown Button */
section[data-cattype="216"] .dropbtn {
    background: none;
    border: none;
    padding: 8px 15px;
}

/* The container <div> - needed to position the dropdown content */
section[data-cattype="216"] .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
section[data-cattype="216"] .dropdown-content {
    display: none;
    position: absolute;
    background-color: #181818;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
section[data-cattype="216"] ul.grid.tab-menu li .dropdown-content > a {
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Change color of dropdown links on hover */
section[data-cattype="216"] .dropdown-content a:focus,
section[data-cattype="216"] .dropdown-content a:hover { background-color: #BC8C4E; }

/* Show the dropdown menu on hover */
section[data-cattype="216"] .dropdown a.dropbtn:focus + .dropdown-content,
section[data-cattype="216"] .dropdown:hover .dropdown-content {display: block;}














@media (min-width: 980px) and (max-width: 1400px){
    
    .pageHome section.wrapper_middle[data-cattype="216"]{
        padding-top: 15px;
    }
    .pageHome section.wrapper_middle[data-cattype="216"] h1{
        margin-bottom: 0px;
    }
    .pageHome section.wrapper_middle[data-cattype="216"] ul.grid.tab-menu,
    .pageHome section.wrapper_middle[data-cattype="216"] ul.grid.tab-menu > li{
        margin-bottom: 0px;
    }
    
}


@media (max-width: 480px){
/*
    section[data-cattype="216"] ul.grid.list-item li{
        width: 270px !important;
        height: 180px;
    }
*/
    section[data-cattype="216"] ul.grid.tab-menu li{min-width:100px;}
}
