/* Home hook CSS */
#htmlcontent_home ul {
  margin: 10px 0 0 0 ; }
  #htmlcontent_home ul li {
    padding: 0 10px;
	margin-bottom:15px;
	text-align:center;
	 }
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto; }
    #htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }

/* Top hook CSS */
#htmlcontent_top{
    padding-left: 0;
    padding-right: 0;
}
#htmlcontent_top .htmlcontent-home
{
	margin:0;
	clear:none;
}
@media (max-width:767px){
    #htmlcontent_top{
        width:100%;
        max-width:100%;
        padding-left:0;
        padding-top:0px;
        margin-bottom:15px;
    }
}
@media (max-width:767px){#htmlcontent_top ul{margin:0 -5px;}}
#htmlcontent_top ul li{
    width:50%;
    margin-bottom:10px;
    padding:0 0 0 10px;
}
@media (max-width:767px){
    #htmlcontent_top ul li{
        float:left;
        padding-left:5px;
        padding-right:5px;
        width:25%;
        margin:0;
    }
}
@media (max-width:480px){
    #htmlcontent_top ul li{
        width:50%;
        margin-bottom:10px;
    }
    #htmlcontent_top ul li .item-link{display:block;}
    #htmlcontent_top ul li img{width:100%;}
}
#htmlcontent_top ul li:last-child{margin-bottom:0;}
#htmlcontent_top ul li img{
    max-width:100%;
    height:auto;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */