ul.block-with-icons li#icon-comp-fund a:after {
    background-image: url(/UserFiles/ContentFiles/image/block-icons.png);
    background-repeat: no-repeat;
    background-position: -71px 0;
    
    content: '';
}

ul.block-with-icons li#icon-comp-fund a:hover:after {

    background-position: -71px -45px;
}

ul.block-with-icons li#icon-gallery a:after {
    background-image: url(/UserFiles/ContentFiles/image/block-icons.png);
    background-repeat: no-repeat;
    background-position: -125px 0;
    
    content: '';
}

ul.block-with-icons li#icon-gallery a:hover:after {

    background-position: -125px -45px;
}


ul.block-with-icons li#icon-law a:after {
    height: 37px;
    background-image: url(/UserFiles/ContentFiles/image/block-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    
    content: '';
}

ul.block-with-icons li#icon-law a:hover:after {

    background-position: 0 -45px !important;
}


.navigation .nav-responsive {
   width: 50%;
   background-image: none;
}

@media (max-width: 959px) {
  .navigation > ul {
     display: none;
  }

  .navigation .nav-responsive {
    display: inline-block;
  }

  .flexslider .caption {
    width: 60%!important;
  }

  .caption-entry h2 {
    font-size: 20px;
  }

  ul.block-with-icons li {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #E7E7E9;
    box-sizing: border-box;
  }

  .block-with-icons {
    margin-bottom: 0px !important;
  }

}

@media (max-width: 767px)  {
  .form-search:hover {
    width: 200px;
}
}

@media (max-width: 479px)  {

  .navigation .nav-responsive {
    width: 100%;
  }

  .pull-right {
    float: none !important;
  }

  .form-control {
    width: 300px;
}

  .form-search {
    position: initial;
    margin-top: 5px;
    margin-left: 10px;
}

  .form-search:hover {
    width: 300px;
}
}
