/* Top hook CSS */
#htmlcontent_top ul {
  margin-bottom: 0; 
}

#htmlcontent_top ul li {
  margin-bottom: 30px;
	padding:0px;
}

#htmlcontent_top ul li a {
  position: relative;
  font-family:"Free Serif Bold";
  display: block;
  overflow: hidden;
}

#htmlcontent_top ul li a .item-html {
  -moz-transition: -moz-transform 0s ease, left 0s ease, width 0.32s ease 0s, background 0.35s ease 0s;
  -o-transition: -o-transform 0s ease, left 0s ease, width 0.32s ease 0s, background 0.35s ease 0s;
  -webkit-transition: -webkit-transform 0s ease, left 0s ease, width 0.32s ease, background 0.35s ease;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  transition: transform 0s ease, left 0s ease, width 0.32s ease 0s, background 0.35s ease 0s;
  position: absolute;
  text-align: center;
  background: #FFCA3E;
  top: 0;
  left: 0;
  width: 50%;
  padding: 49px 15px;
  height: 100%;
  color: #fff;
}

#htmlcontent_top ul li a .item-html h3 {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    vertical-align: 0;
    font-size: 26px;
}


#htmlcontent_top ul li a .item-html p {
  font-size: 16px;
  line-height: 1.53em;
  padding: 0;
  margin: 0;
  font-family:"Open Sans";
}

#htmlcontent_top ul li a .item-html i {
  display: inline-block;
  -moz-transition: margin 0.3s ease, opacity 0.3s ease;
  -o-transition: margin 0.3s ease, opacity 0.3s ease;
  -webkit-transition: margin 0.3s ease, opacity 0.3s ease;
  transition: margin 0.3s ease, opacity 0.3s ease;
  font-size: 48px;
  margin-top: 17px;
}


#htmlcontent_top ul li a .item-html i:hover {
      opacity: 0.86;
}

#htmlcontent_top ul li a:hover .item-html {
  -moz-transition: -moz-transform 0.3s ease-in, left 0.3s ease-in, width 0.35s ease 0.29s, background 0.35s ease 0s;
  -o-transition: -o-transform 0.3s ease-in, left 0.3s ease-in, width 0.35s ease 0.29s, background 0.35s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease-in, left 0.3s ease-in, width 0.35s ease, background 0.35s ease;
  -webkit-transition-delay: 0s, 0s, 0.29s, 0s;
  transition: transform 0.3s ease-in, left 0.3s ease-in, width 0.35s ease 0.29s, background 0.35s ease 0s;
  background: #FFCA3E;
}

#htmlcontent_top ul li img {
    max-width: 100%;
    height: auto; 
  }
  
  #htmlcontent_top ul li + li a .item-html {
    background: #004098;
  }
  
  #htmlcontent_top ul li + li a:hover .item-html {
    background: #004098;
  }
    
  #htmlcontent_top ul li + li + li a .item-html {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    left:0;
    background: #FF2E34;
  }

#htmlcontent_top ul li + li + li a:hover .item-html {
    background:#FF2E34;
}

#htmlcontent_top ul li + li + li + li a .item-html {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    background: #36BEB2;
}

#htmlcontent_top ul li + li + li + li a:hover .item-html {
    background: #36BEB2;
}







/*-------------------------------------------------------------------------------------*/




@media (max-width: 767px) and (min-width: 480px) {
  #htmlcontent_top ul li a .item-html i {
    font-size: 52px;
    margin-top: 8px; 
  } 
}



@media (max-width: 767px) {

  #htmlcontent_top ul li {
   width: 100%;
  } 

}


@media (max-width: 991px) {
  
  #htmlcontent_top ul li a .item-html p {
    display: none; 
  } 

  #htmlcontent_top ul li a .item-html i {
    margin-top: 1px; 
    font-size: 34px;
  } 
}



@media (max-width: 1199px) and (min-width: 992px) {
  
  #htmlcontent_top ul li a .item-html {
    padding-top: 9%; 
  } 
}


@media (min-width: 1200px) {
  #htmlcontent_top ul li a:hover .item-html {
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
  }
            
  #htmlcontent_top ul li a:hover .item-html h3 {
      -moz-transition: all 0.35s ease 0.29s;
      -o-transition: all 0.35s ease 0.29s;
      -webkit-transition: all 0.35s ease;
      -webkit-transition-delay: 0.29s;
      transition: all 0.35s ease 0.29s;
      font-size: 110%; 
  }
  
  #htmlcontent_top ul li a:hover .item-html i {
      -moz-transition: margin 0.35s ease 0.29s, opacity 0.3s ease;
      -o-transition: margin 0.35s ease 0.29s, opacity 0.3s ease;
      -webkit-transition: margin 0.35s ease, opacity 0.3s ease;
      -webkit-transition-delay: 0.29s, 0s;
      transition: margin 0.35s ease 0.29s, opacity 0.3s ease;
      margin-top: 25px;
   } 
}





  
  




body {
  height: 100%;
  line-height: 18px;
}



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