
    
    
    
    
    
    
    
    
    
    
    @import url('/images/876/css/style-v2.css');
    
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
        max-width: 100%;
    }
    
    .icon {
        width: 150px;
        margin-top: 15px;
    }
    
    .highlights {
  margin: 0 0 0 0;
  position: relative;}
  .highlights h3.title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0 20px; }
  .highlights {
    margin-bottom: 30px; }
    .highlights > p {
      margin: 0; }
    .highlights section {
      background: #494647;
      border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      overflow: hidden; }
      .highlights section img {
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        margin: 0;
        width: 100%;
        opacity: 0.4;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .highlights section img:hover {
        opacity: .5; }
      .highlights section h3 {
        margin: 0;
        padding-bottom: 10px;
        position: absolute;
        text-align: center;
        left: 0;
        width: 100%;
        bottom: 35%;
        font-weight: 400;
        text-transform: uppercase;
        background: url("/images/876/css/highlight-border.png") center bottom no-repeat;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .highlights section h3 a {
          color: #fff;
          text-align: center; }
      .highlights section:hover {
        background: #c8da2b; }
        .highlights section:hover img {
          opacity: 0.25; }
    
    
    @media handheld, only screen and (max-width: 767px) {
        .icon {
            width: 100px;
        }
    }
    @media handheld, only screen and (max-width: 525px) {
        .highlights .small-6 {
            width: 100%;
        }
    }
  
  
  
  
  
  
  
  
  
  
  