/* Top hook CSS */
#htmlcontent_top {
  float: right;
  width: 33.4%;
  max-width: 391px;
  padding-left: 10px; }
  @media (max-width: 767px) {
    #htmlcontent_top {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 0; } }
  @media (max-width: 767px) {
    #htmlcontent_top ul {
      margin: 0 -5px; } }
  #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;
        width: 50%; } }
    #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 */
#htmlcontent_right {
  margin-bottom: 0px; }
  	  
  
  #htmlcontent_right ul li {
    font-family: 'cagliostroregular', sans-serif;
    overflow: hidden;
    background-color: rgba(255, 255, 255,0.9);
-webkit-transition: background 0.4s 0.2s ease;
-moz-transition: background 0.4s 0.2s ease;
-o-transition: background 0.4s 0.2s ease;
transition: background 0.4s 0.2s ease;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
	margin: 1.5em auto;	}
    #htmlcontent_right ul li:hover {
      background-color: rgba(0, 0, 0,0.6);
-webkit-transition: background 0.8s 0.3s ease;
-moz-transition: background 0.8s 0.3s ease;
-o-transition: background 0.8s 0.3s ease;
transition: background 0.8s 0.3s ease;
box-shadow: 0px 0px 14px -2px rgba(255,255,255,0.75);
-webkit-box-shadow: 0px 0px 14px -2px rgba(255,255,255,0.75);
-moz-box-shadow: 0px 0px 14px -2px rgba(255,255,255,0.75);
	  }
    #htmlcontent_right ul li img {
      max-width: 100%;
      height: auto; }
    #htmlcontent_right ul li .item-html {
      padding: 0px 19px;
      font-weight: 400; }
      #htmlcontent_right ul li .item-html h3 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 21px;
        color: #FFF;
        line-height: 25px;
        letter-spacing: -0.7px;
        margin-top: 16px;
        margin-bottom: 4px; }
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html h3 {
            font-size: 13px;
            line-height: 19px; } }
      #htmlcontent_right ul li .item-html p {
        font-size: 12px;
        line-height: 17px;
        font-weight: 400; }
	
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html p {
            font-size: 11px;
            line-height: 15px; } }
      #htmlcontent_right ul li .item-html button {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        background-image: -moz-linear-gradient(left, #d66013 0%, #ffffff 50.27%, #d66013 100%);
        background-image: -webkit-linear-gradient(left, #d66013 0%, #ffffff 50.27%, #d66013 100%);
        background-image: linear-gradient(to right, #d66013 0%, #ffffff 50.27%, #d66013 100%);
        border: none;
        padding: 14px 28px;
        margin-top: 3px;
        border-radius: 4px;
        margin-bottom: 64px; }
        #htmlcontent_right ul li .item-html button:hover {
          background-image: -moz-linear-gradient(left, #ffffff 0%, #d66013 50.27%, #ffffff 100%);
          background-image: -webkit-linear-gradient(left, #ffffff 0%, #d66013 50.27%, #ffffff 100%);
          background-image: linear-gradient(to right, #ffffff 0%, #d66013 50.27%, #ffffff 100%);
		 	  }
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html button {
            font-size: 13px; } }
        @media (max-width: 991px) {
          #htmlcontent_right ul li .item-html button {
            margin-bottom: 17px; } }
      #htmlcontent_right ul li .item-html h2 {
        font-weight: 300 !important;
        font-size: 60px;
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 42px;
        margin-top: 14px; }
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html h2 {
            font-size: 40px; } }
      #htmlcontent_right ul li .item-html h4 {
        margin-top: 6px;
        font-size: 46px;
        line-height: 42px;
        color: #FFF;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          #htmlcontent_right ul li .item-html h4 {
            font-size: 36px; } }
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html h4 {
            font-size: 28px; } }
      #htmlcontent_right ul li .item-html h5 {
        margin-top: 15px;
        text-transform: uppercase;
		text-shadow: 3px 3px 4px rgba(0,0,0,0.9);
        font-size: 22px;
        font-weight: 400;
        color: #a10606;
        line-height: 25px;
        margin-bottom: 8px; }
        @media (max-width: 991px) and (min-width: 768px) {
          #htmlcontent_right ul li .item-html h5 {
            font-size: 21px; } }
    #htmlcontent_right ul li a {
      overflow: hidden;
      *zoom: 1; }
    #htmlcontent_right ul li + li {
      margin-top: 30px; }

/* Footer hook CSS */
