
      
      .title-holder h1 {
        font: 25px 'officina', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .widget-content h2 {
        font: 21px 'officina', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content h4 {
        font: 18px 'officina', Arial, san-serif;
        color: #86bf00;
      }
      
      .widget-content h5 {
        font: 16px 'officina', Arial, san-serif;
        color: #AAA;
      }
      
      a:hover {
        color: #b9d27e;
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element {
        background-image: url(/Images/templates_icons/group_icons.png) !important;
      }
      .ch-slider-holder {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
      }
      
      .ch-slider {
        width: 1134px;
        height: 227px;
        overflow: hidden;
      }
      
      .ch-slider .ch-gallery ul{
        width: 100000px;
        list-style: none;
        font-size: 0px;
        margin-left: 0px;
        overflow: hidden;
        height: inherit;
      }
      
      .ch-slider .ch-gallery li {
        float: left;
        width: 1134px;
        position: relative;
        height: inherit;
      }
      
      .ch-slider .ch-gallery li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        z-index: 2;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
      }
    }
      
      .ch-slider .ch-gallery li img {
        width: 100%;
      }
      
      .ch-slider .ch-gallery {
        width: 100%;
        overflow: hidden;
        height: inherit;
      }
      
      .ch-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -20px;
      }
      
      .ch-controls a {
        background: rgba(0,0,0,0.7);
        display: block;
        height: 40px;
        width: 40px;
        text-indent: -999999px;
        z-index: 4;
        border-radius: 50%;
        position: absolute;
      }
      
      .ch-controls a:hover:after,
      .ch-controls a:hover:before {
        background: #b9d27e;
      }
      
      .ch-controls a:after,
      .ch-controls a:before {
        content: "";
        width: 18px;
        height: 2px;
        background: #FFF;
        display: block;
        left: 10px;
      }
      
      
      .ch-controls .ch-next {
        right: 10px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
      }
      
      .ch-controls .ch-prev {
        left: 10px;
      }
      
      .ch-controls .ch-prev:after,
      .ch-controls .ch-next:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 13px;
      }
      
      .ch-controls .ch-prev:before,
      .ch-controls .ch-next:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: 13px;
      }
      
      
      .ch-bullets {
        position: absolute;
        bottom: 0px;
        left: 50%;
        z-index: 4;
      }
      
      .ch-bullets ul {
        list-style: none;
        padding: 5px;
        overflow: hidden;
        position: relative;
        right: 50%;
      }
      
      .ch-bullets li {
        margin: 5px;
        float: left;
        cursor: pointer;
        width: 5px;
        height: 5px;
        background: #FFF;
        border-radius: 50%;
        z-index: 2;
        border: 2px solid #FFF;
        opacity: 0.8;
      }
      
      .ch-bullets li.selected {
        background: #333;
      }
      
      .ch-panel-title {
        position: absolute;
        bottom: 40px;
        font-family: "Roboto";
        font-size: 32px;
        color: #FFF;
        left: 0px;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
        z-index: 3;
        text-shadow: 1px 1px 1px #000;
        text-align: center;
      }
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1060px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
    