/* Home hook CSS */
#htmlcontent_home ul {
  /* marius margin: 0 -5px; */
  margin: 10px -5px 0 -5px;
  }
  #htmlcontent_home ul li {
    padding: 0 5px 10px; }
    @media (max-width: 479px) {
      #htmlcontent_home ul li {
        width: 100%; } }
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto;
		/* marius */
			background: #9ebb03;
			background: -moz-linear-gradient(top, #9ebb03 0%, #5F8E2F 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ebb03), color-stop(100%, #5F8E2F));
			background: -webkit-linear-gradient(top, #9ebb03 0%, #5F8E2F 100%);
			background: -o-linear-gradient(top, #9ebb03 0%, #5F8E2F 100%);
			background: -ms-linear-gradient(top, #9ebb03 0%, #5F8E2F 100%);
			background: linear-gradient(to bottom, #9ebb03 0%, #5F8E2F 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ebb03', endColorstr='#5F8E2F',GradientType=0);
			border-radius: 4px;
			box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
			border: 1px solid;
			border-color: #399b49 #51ae5c #208931 #369946;
			border-radius: 4px;
	}
      @media (max-width: 479px) {
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }

/* Top hook CSS */
#htmlcontent_top {
    float: right;
    width: 33%;
    max-width: 391px;
    padding-left: 5px;
}
	@media (max-width: 767px) {
		#htmlcontent_top {
			width: 100%;
			max-width: 100%;
			padding-left: 0;
			padding-top: 0px;
		}
	}
	@media (max-width: 767px) {
		#htmlcontent_top ul {
			padding: 0 10px 0 10px;
		}
	}

#htmlcontent_top ul li {
	width: 100%;
	margin-bottom: 10px;
}
    @media (max-width: 767px) {
		#htmlcontent_top ul li {
			float: left;
			padding-left: 5px;
			padding-right: 5px;
			margin-bottom: 5px;
			width: 50%;
		}
	}

#htmlcontent_top ul li:last-child {
  margin-bottom: 0;
}

#htmlcontent_top ul li img {
	max-width: 100%;
	height: auto;
	/* marius */
	background: #9ebb03;
	background: -moz-linear-gradient(top, #5F8E2F 0%, #9ebb03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5F8E2F), color-stop(100%, #9ebb03));
	background: -webkit-linear-gradient(top, #5F8E2F 0%, #9ebb03 100%);
	background: -o-linear-gradient(top, #5F8E2F 0%, #9ebb03 100%);
	background: -ms-linear-gradient(top, #5F8E2F 0%, #9ebb03 100%);
	background: linear-gradient(to bottom, #5F8E2F 0%, #9ebb03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F8E2F', endColorstr='#9ebb03',GradientType=0);
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border: 1px solid;
	border-color: #399b49 #51ae5c #208931 #369946;
	border-radius: 4px;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */