/* Top hook CSS */
@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; } }
@media (max-width: 479px) {
  #htmlcontent_top ul {
    margin: 0; } }
#htmlcontent_top ul li {
  margin-bottom: 37px; }
  @media (max-width: 767px) {
    #htmlcontent_top ul li {
      float: left;
      padding-left: 5px;
      padding-right: 5px;
      width: 50%; } }
  @media (max-width: 479px) {
    #htmlcontent_top ul li {
      float: none;
      width: 100%;
      padding: 0; } }
  #htmlcontent_top ul li a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden; }
    #htmlcontent_top ul li a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
    #htmlcontent_top ul li a:hover h3 {
      left: 0; }
    #htmlcontent_top ul li a:hover h4 {
      right: 0; }
    #htmlcontent_top ul li a:hover button {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%); }
    #htmlcontent_top ul li a:hover h2 {
      color: #dbb879; }
  #htmlcontent_top ul li .item-html {
    position: absolute;
    top: 0;
    left: 0;
    padding: 38px 15px 0;
    width: 100%; }
    @media (max-width: 991px) {
      #htmlcontent_top ul li .item-html {
        padding-top: 23px; } }
  #htmlcontent_top ul li h2 {
    font-size: 23px;
    line-height: 23px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 17px 0 0;
    font-weight: 300;
    position: relative;
    -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 h3 {
    font-size: 37px;
    line-height: 37px;
    color: #333;
    margin-bottom: 3px;
    font-family: "Ubuntu", sans-serif;
    margin: 0 0 3px;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    left: -100%;
    top: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (max-width: 991px) {
      #htmlcontent_top ul li h3 {
        font-size: 33px;
        left: 0; } }
    @media (max-width: 767px) {
      #htmlcontent_top ul li h3 {
        font-size: 20px; } }
    @media (max-width: 479px) {
      #htmlcontent_top ul li h3 {
        font-size: 33px; } }
  #htmlcontent_top ul li h4 {
    font-size: 53px;
    line-height: 1em;
    color: #dbb879;
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
    font-weight: 300;
    text-transform: uppercase;
    right: -100%;
    position: relative;
    top: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (max-width: 991px) {
      #htmlcontent_top ul li h4 {
        font-size: 33px;
        right: 0; } }
    @media (max-width: 767px) {
      #htmlcontent_top ul li h4 {
        font-size: 20px; } }
    @media (max-width: 479px) {
      #htmlcontent_top ul li h4 {
        font-size: 33px; } }
  #htmlcontent_top ul li button {
    padding: 11px 28px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #dbb879;
    position: relative;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1; }
    @media (max-width: 1199px) {
      #htmlcontent_top ul li button {
        display: none; } }
    #htmlcontent_top ul li button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      -o-transform: scale(0.5, 0.5);
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background: #333;
      content: "";
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      z-index: -1; }
    #htmlcontent_top ul li button:hover {
      color: #fff; }
      #htmlcontent_top ul li button:hover:before {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  #htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 479px) {
      #htmlcontent_top ul li img {
        width: 100%; } }

#htmlcontent_home {
  padding-bottom: 31px;
  position: relative;
  z-index: 100; }
  #htmlcontent_home li {
    visibility: hidden; }
    @media (max-width: 767px) {
      #htmlcontent_home li {
        float: none;
        width: 100%;
        margin-bottom: 30px; } }
  #htmlcontent_home a {
    display: block;
    position: relative;
    text-align: center;
    background: #f2f2f2; }
    @media (min-width: 768px) {
      #htmlcontent_home a:hover h5 {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        margin-top: 27px; } }
    #htmlcontent_home a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2; }
    #htmlcontent_home a:hover .item-html {
      top: 20%; }
      @media (max-width: 1300px) {
        #htmlcontent_home a:hover .item-html {
          top: 10%; } }
      @media (max-width: 767px) {
        #htmlcontent_home a:hover .item-html {
          top: 29%; } }
    #htmlcontent_home a:hover button {
      margin-top: 54px; }
  #htmlcontent_home .item-html {
    position: absolute;
    top: 27.5%;
    right: 10%;
    width: 63%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      #htmlcontent_home .item-html {
        width: 90%;
        right: 15px; } }
    @media (max-width: 767px) {
      #htmlcontent_home .item-html {
        width: 58%; } }
  #htmlcontent_home h2 {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #888888;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 44px; }
    @media (max-width: 1199px) {
      #htmlcontent_home h2 {
        margin-bottom: 15px; } }
  #htmlcontent_home h3,
  #htmlcontent_home h4 {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #dbb879;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 52px; }
    @media (max-width: 991px) {
      #htmlcontent_home h3,
      #htmlcontent_home h4 {
        font-size: 30px;
        line-height: 32px; } }
  #htmlcontent_home h4 {
    color: #333333; }
  #htmlcontent_home h5 {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #888;
    font-size: 13px;
    line-height: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #htmlcontent_home h5 {
        display: none; } }
    @media (max-width: 767px) {
      #htmlcontent_home h5 {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        padding-top: 12px; } }
    @media (max-width: 479px) {
      #htmlcontent_home h5 {
        display: none; } }
  #htmlcontent_home button {
    white-space: normal;
    background: #dbb879;
    padding: 16px 40px 17px;
    font-size: 16px;
    line-height: 18px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1; }
    @media (max-width: 1600px) {
      #htmlcontent_home button {
        display: none; } }
    #htmlcontent_home button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      -o-transform: scale(0.5, 0.5);
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background: #333;
      content: "";
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      z-index: -1; }
    #htmlcontent_home button:hover {
      color: #fff; }
      #htmlcontent_home button:hover:before {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  #htmlcontent_home img {
    max-width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    @media (max-width: 767px) {
      #htmlcontent_home img {
        width: 100%; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
#htmlcontent_footer {
  margin-top: 60px; }
  #htmlcontent_footer li {
    overflow: hidden;
    visibility: hidden; }
    @media (max-width: 767px) {
      #htmlcontent_footer li {
        float: none;
        width: 100%; } }
    #htmlcontent_footer li:hover .img-quote:before {
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -o-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      background: rgba(0, 0, 0, 0.3); }
  #htmlcontent_footer .img-quote {
    float: left;
    margin-right: 20px;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    #htmlcontent_footer .img-quote:before {
      content: "";
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      -o-transform: scale(0.5, 0.5);
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      z-index: 10;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #htmlcontent_footer img {
    width: auto;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-perspective: 1px;
    /* Chrome, Safari, Opera */
    perspective: 1px; }
  #htmlcontent_footer blockquote {
    border: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden; }
    #htmlcontent_footer blockquote span {
      display: block;
      color: #dbb879;
      font-size: 73px;
      line-height: 58px;
      margin-bottom: -29px;
      font-weight: 500; }
    #htmlcontent_footer blockquote strong {
      display: block;
      margin-top: 20px; }
    #htmlcontent_footer blockquote a {
      text-transform: uppercase;
      color: #dbb879;
      font-size: 13px;
      font-weight: 300;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #htmlcontent_footer blockquote a:hover {
        color: #333; }
