
      header,
      footer {
        max-width: 1170px;
        background-color: #FFF;
      }
      
      header {
        background-color: #FFF;
        margin-bottom: 20px;
      }
      
      footer {
        background-color: #FFF;
      }
      
      .header-content {
        margin-bottom: 0px;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #314556;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: rgb(67, 67, 67);
      }
      
      .widget-content h2 {
        font: 21px 'officina', Arial, san-serif;
        color: #314556;
      }
      
      .widget-content h4 {
        font: 18px 'officina', Arial, san-serif;
        color: #52768e;
      }
      
      .widget-content h5 {
        font: 16px 'officina', Arial, san-serif;
        color: #AAA;
      }
      
      a:hover {
        color: #6e9fbe;
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element {
        background-image: url(/Images/templates_icons/project_icons.png) !important;
      }
      
      .simple-info-project {
        padding: 10px 20px;
        text-align: center;
        background: #314556;
        overflow: hidden;
      }
      
      .simple-info-project h5 {
        float: left;
        padding-bottom: 0px;
      }
      
      .simple-info-project h5:nth-child(2) {
        float: right;
      }
      
      .simple-info-project h5 span{
        color: #FFF;
      }
      .agripa-avatar {
        position: absolute;
        left: 20px;
        top: 20px;
      }
      
      table {
        width: 100%;
      }
      
      table img {
        width: 100% !important;
        border: none;
      }
      
      table td {
        width: 33.33% !important;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #314556;
      }
      
      #main-nav > div {
        max-width: 1170px;
      }
      
      #main-nav > div > ul > li {
        color: #FFF;
        font: 19px 'Roboto', Arial, san-serif;
      }
      
      #main-nav > div ul li:hover {
        color: #314556;
        background-color: #D6D9DB;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #314556;
      }
      
      #main-nav > div > ul li ul li {
        color: #FFF;
      }
    
      
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 420px;
        min-width: 420px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
    