/* Top hook CSS */

.htmlcontentdefault_footerlarge{margin-bottom:30px !important;}

#htmlcontent_top ul li {
  padding-top: 30px; }
  #htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #htmlcontent_top ul li .bannerBox {
    position: relative; }
  #htmlcontent_top ul li > a {
    display: block;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #htmlcontent_top ul li > a:hover {
      -moz-box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12);
      box-shadow: -2px -3px 7px rgba(0, 0, 0, 0.12); }
      #htmlcontent_top ul li > a:hover h3 {
        animation: 0.3s ease-in-out 0s normal none 1 moveFromLeft;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 moveFromLeft; }
      #htmlcontent_top ul li > a:hover h4 {
        animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft;
        -webkit-animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft; }
      #htmlcontent_top ul li > a:hover img {
        -moz-transform: scale(1.14, 1.14);
        -ms-transform: scale(1.14, 1.14);
        -o-transform: scale(1.14, 1.14);
        -webkit-transform: scale(1.14, 1.14);
        transform: scale(1.14, 1.14); }
    #htmlcontent_top ul li > a:active, #htmlcontent_top ul li > a:active:focus {
      -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      }
  #htmlcontent_top ul li .item-html {
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    padding: 60px 0 0 30px; }
    #htmlcontent_top ul li .item-html h2 {
      font: normal 64px/1em "Source Sans Pro", sans-serif;
      text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
      margin: 0 0 5px; }
    #htmlcontent_top ul li .item-html h3 {
      font: normal 24px/28px "Source Sans Pro", sans-serif;
      margin: 0 0 7px;
      color: #00bbd3; }
    #htmlcontent_top ul li .item-html h4 {
      font: 300 34px/36px "Source Sans Pro", sans-serif;
      margin: 0; }
    #htmlcontent_top ul li .item-html button {
      font: normal 16px/22px "Source Sans Pro", sans-serif;
      border: none;
      background: none;
      padding: 0;
      margin: 0;
      position: relative; }
      #htmlcontent_top ul li .item-html button:before {
        position: absolute;
        left: 50%;
        bottom: 2px;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        content: " ";
        display: block;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
    text-align: center;
    background: #ac1f45;
    position: static;
    left: auto;
    top: auto;
    color: white;
    padding: 50px 20px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #htmlcontent_top ul li.htmlcontent-item-3 .bannerBox.waves-effect.waves-button.waves-classic .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);}
  #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html {
    }
    #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html h2{
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn; }
    #htmlcontent_top ul li.htmlcontent-item-3 > a:hover .item-html button:before {
      width: 100%;
      left: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #htmlcontent_top ul li .item-html {
      padding: 40px 0 0 20px; }
      #htmlcontent_top ul li .item-html h2 {
        font: normal 44px/1em "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li .item-html h3 {
        font: normal 20px/24px "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li .item-html h4 {
        font: 300 28px/30px "Source Sans Pro", sans-serif; }
    #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
      padding: 40px 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #htmlcontent_top ul li .item-html {
      padding: 30px 0 0 10px; }
      #htmlcontent_top ul li .item-html h2 {
        font: normal 34px/1em "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li .item-html h3 {
        font: normal 14px/20px "Source Sans Pro", sans-serif;
        margin-bottom: 0; }
      #htmlcontent_top ul li .item-html h4 {
        font: 300 17px/22px "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li .item-html button {
        font: normal 13px/18px "Source Sans Pro", sans-serif; }
    #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
      padding: 28px 10px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #htmlcontent_top ul li {
      width: 50%; }
      #htmlcontent_top ul li .item-html {
        padding: 30px 0 0 20px; }
        #htmlcontent_top ul li .item-html h3 {
          font: normal 14px/20px "Source Sans Pro", sans-serif;
          margin-bottom: 0; }
        #htmlcontent_top ul li .item-html h4 {
          font: 300 17px/22px "Source Sans Pro", sans-serif; }
        #htmlcontent_top ul li .item-html button {
          font: normal 13px/18px "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li.htmlcontent-item-3 {
        width: 100%; }
        #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
          padding: 40px 20px; } }
  @media (max-width: 479px) {
    #htmlcontent_top ul li {
      width: 100%; }
      #htmlcontent_top ul li .item-html {
        padding: 40px 0 0 20px; }
        #htmlcontent_top ul li .item-html h2 {
          font: normal 44px/1em "Source Sans Pro", sans-serif; }
        #htmlcontent_top ul li .item-html h3 {
          font: normal 20px/24px "Source Sans Pro", sans-serif; }
        #htmlcontent_top ul li .item-html h4 {
          font: 300 28px/30px "Source Sans Pro", sans-serif; }
      #htmlcontent_top ul li.htmlcontent-item-3 {
        width: 100%; }
        #htmlcontent_top ul li.htmlcontent-item-3 .item-html {
          padding: 40px 20px; } }

#htmlcontent_home {
  padding: 0 15px; max-width: 1230px; margin:0 auto;}
  @media only screen and (min-width: 1300px) {
    #htmlcontent_home {
      padding: 0 30px; } }
  #htmlcontent_home ul {
    margin-bottom: 0; }
    #htmlcontent_home ul li {
        color:#FFFFFF;
      padding-bottom: 30px;text-align:center;}
      #htmlcontent_home ul li img {
        max-width: 100%;
        height: auto; }
      #htmlcontent_home ul li .bannerBox {
        position: relative; }
#htmlcontent_home ul li > a{
    color:#FFFFFF;
}
      #htmlcontent_home ul li > a:hover .item-html {
      }

      #htmlcontent_home ul li > a:active .item-html, #htmlcontent_home ul li > a:active:focus .item-html {
        -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.2); }
      #htmlcontent_home ul li .item-title {
          position:absolute;
          top:41%;
          left:0;
          width:100%; text-align:center;
          
          font: bold 31px/31px "Source Sans Pro", sans-serif;
      }
      #htmlcontent_home ul li .item-html {
        position:absolute;
        
        top:74%;
        left:20%;
        width:60%;
        text-align: center;
        font: normal 14px "Source Sans Pro", sans-serif;
        line-height:1.2;
        }
      #htmlcontent_home ul li:nth-child(n+4),
      #htmlcontent_home ul li.htmlcontent-item-4, #htmlcontent_home ul li.htmlcontent-item-5, #htmlcontent_home ul li.htmlcontent-item-6,
      #htmlcontent_home ul li.htmlcontent-item-4 a, #htmlcontent_home ul li.htmlcontent-item-5 a, #htmlcontent_home ul li.htmlcontent-item-6 a{
        color:#575756;
      }

        #htmlcontent_home ul li .item-html:active, #htmlcontent_home ul li .item-html:active:focus {
          -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
        #htmlcontent_home ul li .item-html .icon {
          display: inline-block;
          font-size: 70px;
          line-height: 100px;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.18); }
        #htmlcontent_home ul li .item-html h2 {
          font: normal 24px/32px "Source Sans Pro", sans-serif;
          margin: -4px 0 14px; }
      #htmlcontent_home ul li.htmlcontent-item-1 .item-html {
        }
      #htmlcontent_home ul li.htmlcontent-item-1 > a:hover .item-html {
        color: #FFFFFF;}
      #htmlcontent_home ul li.htmlcontent-item-1 .item-html.waves-effect.waves-button.waves-neutral .waves-ripple {
        background: rgba(102, 57, 182, 0.2); }
      @media (min-width: 992px) and (max-width: 1199px) {
        #htmlcontent_home ul li .item-html {
          padding: 0px 8px 6px;
          font: normal 13px/15px "Source Sans Pro", sans-serif; }
          #htmlcontent_home ul li .item-html .icon {
            font-size: 50px;
            line-height: 80px; }
          #htmlcontent_home ul li .item-html h2 {
            font: normal 15px/21px "Source Sans Pro", sans-serif;
            margin: -4px 0 7px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ {
          width: 50%; }
          #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html {
            padding: 25px 20px 29px;
            font: normal 11px/15px "Source Sans Pro", sans-serif; }
            #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html h2 {
              font: normal 15px/21px "Source Sans Pro", sans-serif;
              margin: -4px 0 7px; }
        /*#htmlcontent_home ul li.htmlcontent-item-1 {
          width: 100%; }*/
      #htmlcontent_home ul li .item-title {
          top:41%;
          font: bold 27px/27px "Source Sans Pro", sans-serif;
      }
          }
      @media (min-width: 600px) and (max-width: 767px) {
        #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ {
          width: 50%; }
          #htmlcontent_home ul li .item-title {
              font: bold 23px/23px "Source Sans Pro", sans-serif;
          }
          #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html {
            
            font: normal 13px/15px "Source Sans Pro", sans-serif; }
            #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html h2 {
              font: normal 15px/21px "Source Sans Pro", sans-serif;
              margin: -4px 0 7px; }
            #htmlcontent_home ul li/*:not(.htmlcontent-item-1)*/ .item-html p {
              display: none; }
        /*#htmlcontent_home ul li.htmlcontent-item-1 {
          width: 100%; }
          #htmlcontent_home ul li.htmlcontent-item-1 .item-html {
            padding: 25px 20px 29px; }*/
             }
      @media (max-width: 599px) {
        #htmlcontent_home ul li {
          width: 100%; }
          #htmlcontent_home ul li .item-html {

            font: normal 13px/15px "Source Sans Pro", sans-serif; }
            #htmlcontent_home ul li .item-html .icon {
              font-size: 50px;
              line-height: 80px; }
            #htmlcontent_home ul li .item-html h2 {
              font: normal 15px/21px "Source Sans Pro", sans-serif;
              margin: -4px 0 7px; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateY(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }

  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }

  50% {
    opacity: 1; } }
