/* Home hook CSS */
#htmlcontent_home ul {
    margin: 0 -15px;
    margin-bottom: 30px; 
}
#htmlcontent_home ul li {
padding: 0 15px; 
margin-bottom: 30px}

@media (max-width: 479px) {
    #htmlcontent_home ul li {
        width: 100%;
        margin-bottom: 30px; 
    }
    #htmlcontent_home ul li:last-child {
        margin-bottom: 0;
    } 
}
#htmlcontent_home ul li img {
max-width: 100%;
height: auto; }
@media (max-width: 479px) {
#htmlcontent_home ul li img {
min-width: 100%; } }
#htmlcontent_home ul li.htmlcontent-item-5 { }
@media (max-width: 479px) {
#htmlcontent_home ul li.htmlcontent-item-5 {
width: 100%; } }

/* Top hook CSS */
#htmlcontent_top {
margin-bottom: 15px;
}
@media (max-width: 767px) {
#htmlcontent_top {
width: 100%;
max-width: 100%; } }
@media (max-width: 767px) {
#htmlcontent_top ul {
margin: 0 -5px; } }
#htmlcontent_top ul li {
margin-bottom: 10px; }
@media (max-width: 767px) {
#htmlcontent_top ul li {
float: left;
padding-left: 5px;
padding-right: 5px;
} }
@media (max-width: 479px) {
#htmlcontent_top ul li {
float: none;
width:100%;
text-align: center;
} }
#htmlcontent_top ul li a{
display: block;
}
#htmlcontent_top ul li a:hover {
opacity: 0.8;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#htmlcontent_top ul li:last-child {
margin-bottom: 0; }
#htmlcontent_top ul li img {
max-width: 100%;
height: auto; }

#htmlcontent_home ul li a{
display: block;
}
#htmlcontent_home ul li:hover {
opacity: 0.8;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#htmlcontent_home ul li:last-child {
margin-bottom: 0; }
#htmlcontent_home ul li img {
max-width: 100%;
height: auto; }

/* Left hook CSS */
#htmlcontent_left ul.htmlcontent-home {
    margin-bottom: 30px;
}
/* Right hook CSS */
#htmlcontent_right ul.htmlcontent-home {
    margin-bottom: 30px;
}
/* Footer hook CSS */
