.layer-features p {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 4px 10px -5px black;
    color: white;
    font-size: 20px;
    background: #8bae4e;
    background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8bae4e), color-stop(100%, #b1c758));
    background: -webkit-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -o-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -ms-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: linear-gradient(to right, #8bae4e 0%, #b1c758 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bae4e', endColorstr='#b1c758', GradientType=1);
}

.l1-s4 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 4px 10px -5px black;
    color: white;
    text-shadow: none;
    font-size: 28px;
    color: #4f6716;
    background: white;
}

#only_mobile {
    display: none;
}

@media screen and (max-width: 750px) {
    #only_mobile {
        display: block;
    }
}

#only_desktop {
    display: none;
}

@media screen and (min-width: 750px) {
    #only_desktop {
        display: block;
    }
}

/* menu lateral */
#header_sidemenu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition: left 0.2s;
}

#sidedrawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 220px;
    left: -220px;
    overflow: auto;
    z-index: 999;
    background-color: #000;
    transition: transform 0.2s;
}

#content-wrapper {
    min-height: 100%;
    overflow-x: hidden;
    margin-left: 0px;
    transition: margin-left 0.2s;

    /* sticky bottom */
    margin-bottom: -160px;
    padding-bottom: 160px;
}

@media (min-width: 768px) {
    #header_sidemenu {

        left: 220px;
    }

    #sidedrawer {
        transform: translate(220px);
    }

    #content-wrapper {
        margin-left: 250px;
    }

    body.hide-sidedrawer #header_sidemenu {
        left: 0;
    }

    body.hide-sidedrawer #sidedrawer {
        transform: translate(0px);
    }

    body.hide-sidedrawer #content-wrapper {
        margin-left: 0;
    }

    body.hide-sidedrawer #footer {
        margin-left: 0;
    }
}

/**
 * Toggle Side drawer
 */
#sidedrawer.active {
    transform: translate(220px);
}

/**
 * Header CSS
 */
.sidedrawer-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    margin-right: 0px;
}

.sidedrawer-toggle:hover {
    color: #fff;
    text-decoration: none;
}

/**
 * Side drawer CSS
 */
#sidedrawer-brand {
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 7px;
}

#sidedrawer ul {
    list-style: none;
}

#sidedrawer > ul {
    padding-left: 0px;
}

#sidedrawer > ul > li:first-child {
    padding-top: 0px;
}

sidedrawer a:hover {
    color: #fff;
}

#sidedrawer strong {
    display: block;
    padding: 5px 0px 5px 20px;
    margin-left: -20px;
    cursor: pointer;
    color: #fff;
    border-top: 1px solid #383838;
}

#sidedrawer strong:hover {
    background-color: #555;
    color: #d2d2d2;
}

#sidedrawer strong + ul > li {
    padding: 5px 0px;
    border-top: 1px solid #383838;
}

/*-----------------------*/
.featured-box-col1 {
    width: 60px;
    float: left;
}

.featured-box-col1 i {
    display: block;
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 38px;
    color: #777777;
    font-style: normal;
}

.featured-box-col2 {
    overflow: hidden;
}

#mobile-header {
    display: none;
}

@media only screen and (max-width: 760px) {
    #mobile-header {
        display: block;
    }
}

.fb-share-button {
    display: inline-block;
}

.twitter-share-button {
    display: inline-block;
}
