﻿/*#region Theme General Styles */

/* Colors::
    #75a328 (Dark Green)
    #82b42a (Light Green)
    #e73947 (Red)
*/

html {
    font-family: 'Open Sans', sans-serif;
}
/*
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f3f3f3;
}*/
a {
    color: #70a01e;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #82b42a;
        text-decoration: none;
    }

    a:hover, a:active, a:focus, a {
        outline: 0;
    }

object, embed {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

hr {
    margin: 0;
    border-top-color: #ddd;
}

b, strong {
    color: #666;
}

small, .small {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .affix {
        position: static;
    }
}

.sidebar-small {
    right: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear;
}


/*#endregion */

/*#region Theme Helpers */

.ew-vertical-align {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ew-vertical-align-column {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ew-vertical-align-content {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ew-display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ew-display-table-cell {
    display: table-cell;
}

.ew-display-table-cell-valign {
    vertical-align: middle;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.vertical-devider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vertical-devider-right {
    border-right: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
}

.vertical-devider .vertical-devider-right:last-child {
    border-right: 0;
}

/*#endregion */

/*#region Header Styles - Layout & Appearance */

.navbar-fixed-top {
    border-width: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-brand {
    width: 254px;
    height: 80px;
    background-image: url('../Content/logo-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.navbar-default .navbar-nav > li > a {
    color: #777777;
    line-height: 48px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Segoe UI", "Open Sans", sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e73947;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e73947;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #e73947;
}

.navbar-default .navbar-toggle {
    color: #e73947;
    border-color: #e73947;
    background-color: transparent;
    border-radius: 0;
    padding: 10px;
    margin: 21px;
}


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e73947;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        color: #ffffff;
        border-color: #e73947;
        background-color: #e73947;
    }

        .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #ffffff;
        }

/*#endregion */

/*#region Footer Styles - Layout & Appearance */

#main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: 0 -2px 1px rgba(0,0,0,0.05);
}

    #main-footer .btn {
        font-size: 20px;
        outline-width: 0;
        outline: none;
    }

/*#endregion */

/*#region Main Styles - Layout & Appearance */

/* Main Containers & Wrappers */

#main-container {
}

#main-wrapper {
    /*height: 100vh;
    background-color: #82B42A;
    overflow: hidden;*/
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
}

.widget-menu-widget {
    margin-bottom: 20px;
}

/* Bootstrap Components - Overides */
/* ------------------------------- */

/* Headings */

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    line-height: 1em !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 2;
    color: #666666;
}

    .h2.row {
        margin-bottom: 0;
    }

    .h2 p {
    margin: 17px 0 0;
    font-size: 20px;
    }


    .h2 .btn {
        margin-left: 5px;
    }

/* Page Header */

.page-header {
    padding: 30px 0 10px;
    margin: 0;
    border: none;
    overflow: auto;
}

.zone-title-zone-hidden .page-header {
    padding: 13px 0 0;
}

/* Jumbotron */

.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Thumbnails */

.thumbnail {
    display: block;
    margin: 0 0 20px;
    line-height: 2;
    background-color: #fff;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.thumbnail .caption {
    padding: 15px 20px;
}

/* Panels */

.panel {
    margin-bottom: 20px;
}

/*.panel-heading {
    padding: 10px 40px 0;
}

.panel-body {
    padding: 20px 40px;
}

.panel-footer {
    padding: 10px 40px;
}*/

.panel-title {
    font-size: 18px;
    line-height: 1.5em;
}

.panel-default > .panel-heading {
    color: #75a328;
}

.panel-success .panel-body {
    background-color: #75a328;
    color: #fff;
    padding-bottom: 0;
}
.panel-success {
    border-color: #75a328;
    background-color: #75a328;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #75a328;
    border-color: #75a328;
}

.panel-success > .panel-footer {
    color: #fff;
    background-color: #75a328;
    border-color: #75a328;
}

.panel-success .btn-link {
    border-color: transparent;
}

.panel-success .panel-heading h3, .panel-success .panel-heading h3 small {
    color: #fff;
}

.panel-body-shadow {
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: -40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.panel-counter {

}

.panel-counter-img {
    float: left;
    margin: 8px 40px 40px 0;
}

.panel-counter-small .panel-counter-img {
    margin: 8px 20px 20px 0;
}

.panel-counter .panel-counter-circle {
    border: 1px solid;
    border-radius: 50%;
    float: left;
    margin-top: 8px;
    margin-bottom: 40px;
}

.panel-counter-small .panel-counter-circle {
    margin-bottom: 20px;
}

.panel-counter-small p {
    line-height: 1.5em;
}

.panel-counter .panel-counter-cv {
    /*border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 14px;*/
}

.panel-counter-circle span {
    font-size: 2em;
    line-height: 1em;
}

.panel-counter .vertical-devider-right .btn {
    font-size: 36px;
    line-height: 1em;
    padding: 10px;
}

.panel-counter .btn-lg {
    margin-top: 40px;
}

.panel-counter-small .btn-lg {
    margin-top: 0;
}

/* Pager */

.pager {
    text-align: left;
    margin: 0 0 20px;
}

    .pager li {
        margin-right: 5px;
    }

        .pager li > span {
            color: #fff;
            border-color: #82b42a;
            background-color: #82b42a;
        }

        .pager li > a, .pager li > span {
            padding: 0 1em;
            font-size: 18px;
            font-weight: 600;
            line-height: 2em;
            border-radius: 1em;
            -moz-transition: 0.1s all ease-out;
            -o-transition: 0.1s all ease-out;
            -webkit-transition: 0.1s all ease-out;
            transition: 0.1s all ease-out;
        }

            .pager li > a:hover, .pager li > a:focus {
                background-color: #82b42a;
                color: #fff;
            }

/* Buttons | Dark green #75a328 Light green #82B42A */

.btn-default {
    color: #75a328;
    background-color: transparent;
    border-color: #75a328;
}

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .focus.btn-default:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        color: #75a328;
        background-color: transparent;
        border-color: #75a328;
    }

    .btn:hover, .btn:focus, .btn.focus, .btn-default:focus, .btn-default.hover {
        color: #ffffff;
        background-color: #82B42A;
        border-color: #82B42A;
        text-decoration: none;
    }

        .btn:focus, .btn:focus:active, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
            outline: 0;
            outline-offset: 0;
        }

.btn-lg.btn-link, .btn-group-lg > .btn.btn-link {
    border-radius: 0;
}

.btn-lg, .btn-group-lg > .btn {

}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-success {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus {
        color: #75a328;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .focus.btn-success:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
        color: #ffffff;
        background-color: #82b42a;
        border-color: #ffffff;
    }

.btn-primary {
    color: #75a328;
    background-color: #eeeeee;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border: 1px solid #eeeeee;
    -moz-transition: box-shadow ease-in-out .15s;
    -o-transition: box-shadow ease-in-out .15s;
    -webkit-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #75a328;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    box-shadow: 0px 0px 8px rgba(117,163,40,0.50);
}

/* Nav Pils*/

.nav-pills > li > a {
    background-color: #ffffff;
}

.widget-recipe-categories .nav-pills li a {
    padding: 5px 1em;
    line-height: 2em;
    border-radius: 1.5em;
}

.widget-recipe-categories .nav-pills li {
    margin: 0 3px 5px 0;
}

.widget-recipe-categories-right .nav-pills li a {
    padding: 5px 1em;
    line-height: 2em;
    border-radius: 1.5em;
}

.widget-recipe-categories-right .nav-pills li {
    margin: 0 3px 5px 0;
}

/* Nav Tabs */

.nav.nav-tabs {
    margin: 0 20px;
}

.nav-tabs > li > a {
    line-height: 2;
    border: 1px solid transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 0;
}

.nav-tabs.nav-justified {
    width: calc(100% - 40px);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}

    .nav-tabs.nav-justified > li > a {
        line-height: 1.5em;
        border: 1px solid transparent;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

.nav-tabs > li > a:hover, .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
    border-color: transparent;
    background-color: #ffffff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #82b42a;
    background-color: transparent;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-color: transparent;
    background-color: #ffffff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #82b42a;
}

.nav-tabs > li.active > a {
    color: #70a01e;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #70a01e;
    cursor: default;
}

    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #82b42a;
        background-color: transparent;
        border: 1px solid transparent;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #82b42a;
        cursor: default;
    }

.nav-tabs.nav-justified > li.active > a {
    color: #70a01e;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #70a01e;
    cursor: default;
    font-weight: 600;
}

    .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus {
        color: #82b42a;
        background-color: transparent;
        border: 1px solid transparent;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #82b42a;
        cursor: default;
    }

/* Dropdown Menu */

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.05);
    box-shadow: 0 2px 1px rgba(0,0,0,0.05);
}

/* Blockquote */

blockquote {
    font-size: 1.1em;
    border-left: none;
    border-bottom: 1px solid transparent;
    line-height: 1.6em;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

blockquote:hover {
    background-color: #82b42a;
    border-bottom: 1px solid rgba(255,255,255,.0);
}

blockquote p a {
    color: #fff;
}

blockquote p a:hover, blockquote p a:active {
    color: #fff;
}

    blockquote p .fa-external-link {
        color: transparent;
        -moz-transition: all ease-in-out 1s;
        -o-transition: all ease-in-out 1s;
        -webkit-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
    }

    blockquote:hover  p .fa-external-link {
    color: #fff;
}

blockquote footer, blockquote small, blockquote .small {
    color: #fff;
}

/* Forms */

.form-field-element {
    margin: 0 0 1em 0   ;
}

label {
    margin-bottom: 0;
    font-weight: normal;
    color: #666;
}

.form-control {
    height: 100%;
    border-radius: 0;
    padding: 6px 1em;
    line-height: 1.5em;
    background-color: #eeeeee;
    /*border-color: transparent;*/
    border: none;
}

    .form-control:focus, .form-control:hover {
        /*border-color: transparent;*/
        border: none;
        box-shadow: 0 0 8px rgba(117,163,40,0.50);
    }

/* Alerts */

.alert {
    border-radius: 0;
    padding: 4px 1em;
    margin-bottom: 0;
}

.alert-danger {
    background-color: #e73947;
    border-color: #e73947;
    color: #fff;
}

.alert-success {
    background-color: #75a328;
    border-color: #75a328;
    color: #fff;
}


.alert-dismissable .close, .alert-dismissible .close {
    top: 50%;
    right: 0;
}

.close {
    opacity: 1;
}

.close:hover, .close:focus {
    color: #fff;
}

/*#endregion */

/*#region Edge Works Small Custom Components */

/* Small custom Components */

.ew-btn-circle {
    padding: 0;
    width: calc(1.5em + 2px);
    line-height: 1.5em;
    font-size: inherit;
    border-radius: 50%;
    text-align: center;
}

.ew-fa-span-circle {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.7em;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}

.article-date-social .date {
    padding: 0 15px;
    background-color: #82b42a;
    color: white;
    font-weight: 700;
    border: 1px solid #82b42a;
}

.article-date-social {
    background-color: white;
    margin-bottom: 5px;
    line-height: 2em;
    font-size: 18px;
    -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 1px none;
    box-shadow: rgba(0,0,0,0.05) 0 1px 1px none;
}

/* Star rating */

.rating .field-label {
    margin-right: 10px;
}

.rating .star {
    color: #e73947;
    font-size: 1.3em;
}

.rating .star .fa {
    font-size: 0.8em;
}

/*#endregion */

/*#region EW Panel Collapse Plugin */

.ew-panel-collapse .panel-body {
    overflow: hidden;
    -moz-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
}

.ew-panel-collapse.panel-counter .panel-body {
    overflow: hidden;
    -moz-transition: max-height 2s ease-out;
    -o-transition: max-height 2s ease-out;
    -webkit-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
}

.ew-panel-collapse .ew-panel-ctrl .btn-lg {
    font-size: 20px;
}

.ew-panel-ctrl.disabled, .ew-panel-ctrl.disabled:hover {
    color: gray;
    cursor: not-allowed;
    border-color: gray;
}

.ew-panel-ctrl:hover {
    cursor: pointer;
}

.ew-panel-fixed-150 {
    height: 120px;
}

.ew-panel-fixed-200 {
    height: 217px;
}

.ew-panel-collapse-100 {
    max-height: 100px;
}

.ew-panel-collapse-80 {
    max-height: 80px;
}

.ew-panel-collapse-120 {
    max-height: 120px;
}

.ew-panel-collapse-150 {
    max-height: 150px;
}

.ew-panel-collapse-380 {
    max-height: 375px;
}

.ew-panel-collapse-500 {
    max-height: 500px;
}

.ew-panel-collapse-638 {
    max-height: 638px;
}

.ew-panel-collapse-1000 {
    max-height: 1000px;
}

.ew-panel-collapse-full {
    max-height: 2000px;
}

/*#endregion */

/*#region Page specific styles */

/* Home Page */

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: transparent;
}



/* Contact page */

#google-map {
    width: 100%;
    height: 400px;
    line-height: 1em;
}

#google-map-legend {
    margin: 10px;
    background-color: #fff;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    min-height: 230px;
    max-width: 200px;
}

#google-map-legend strong {
    color: #666;
}

#google-map-legend .table {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 18px;
    margin-top: 8px;
    border-bottom: 1px solid #ddd;
}

/*#google-map-legend a {
    color: #75a328;
    background-color: #eeeeee;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}*/

#google-map-legend p {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 18px;
}

ul.ew-list-contact {
    list-style: none;
    color: #fff;
    font-size: 1em;
    padding-left: 60px;
}

ul.ew-list-contact li {
    position: relative;
    padding: 5px 0;
}

ul.ew-list-contact li:hover {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

ul.ew-list-contact li::before {
    font-family: FontAwesome !important;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    width: calc(2em + 2px);
    text-align: center;
    position: absolute;
    left: -2em;
    top: calc(50% - 1em);
    font-size: 2em;
}

ul.ew-list-contact li.contact-phone::before {
    content: "\f095";
}

ul.ew-list-contact li.contact-mobile::before {
    content: "\f10b";
}

ul.ew-list-contact li.contact-email::before {
    content: "\f0e0";
}

ul.ew-list-contact li.contact-skype::before {
    content: "\f17e";
}

ul.ew-list-contact li.contact-linkedin::before {
    content: "\f08c";
}

ul.ew-list-contact li.contact-facebook::before {
    content: "\f230";
}

ul.ew-list-contact li.contact-twitter::before {
    content: "\f099";
}

ul.ew-list-contact li.contact-day::before {
    content: "\f274";
}

ul.ew-list-contact li.contact-time::before {
    content: "\f017";
}

ul.ew-list-contact li i {
    margin-bottom: -15px;
}

ul.ew-list-contact li a {
    color: #fff;
}

/*#endregion */

/*#region alternative-1 */

body.alternative-1 {
    background-color: #82b42a;
}

body.alternative-1 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
}

body.alternative-1 h1, body.alternative-1 .h1 {
    line-height: 1.2em;
}

body.alternative-1 h2, body.alternative-1 .h2 {
    font-size: 26px;
}

body.alternative-1 h3, body.alternative-1 .h3 {
    font-size: 20px;
}

body.alternative-1 h4, body.alternative-1 .h4 {
    font-size: 16px;
}


body.alternative-1 .panel h4, body.alternative-1 .panel .h4 {
    color: #666;
}

body.alternative-1 .panel h4:active, body.alternative-1 .panel .h4:active, body.alternative-1 .panel h4:focus, body.alternative-1 .panel .h4:focus {
    color: #666;
    background-color: transparent;
}

body.alternative-1 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #75a328;
}

body.alternative-1 .pager li > span {
    border-color: #75a328;
    background-color: #75a328;
    color: #fff;
}

body.alternative-1 .pager li > a:hover, .pager li > a:focus {
    background-color: #75a328;
    border-color: #75a328;
    color: #fff;
}

body.alternative-1 .pager li > a, .pager li > span {
    border-color: #fff;
    color: #75a328;
    font-size: 12px;
    background-color: #fff;
}


body.alternative-1 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #75a328;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #eeeeee;
}

body.alternative-1 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #75a328;
}

body.alternative-1 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #75a328;
}

body.alternative-1 .jumbotron p, body.alternative-1 .jumbotron strong, body.alternative-1 .jumbotron b {
    color: #fff;
    line-height: 1.4em;
}

body.alternative-1 hr {
    border-top-color: #75a328;
}

body.alternative-1 .field-part-wrapper hr {
    border-top-color: #ddd;
}

body.alternative-1 .panel hr {
    border-top-color: #ddd;
}

body.alternative-1 .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #75a328;
    font-weight: 600;
}

body.alternative-1 .panel-default > .panel-heading, body.alternative-1 .panel-default .panel-heading > .panel-title {
    color: #75a328;
    font-weight: 600;
}

body.alternative-1 .btn-default {
    color: #75a328;
    background-color: #fff;
    border-color: #fff;
}

body.alternative-1 .btn-default:hover, body.alternative-1 .btn:focus, body.alternative-1 .btn-default.focus, body.alternative-1 .btn-default:focus, body.alternative-1 .btn-default.hover {
    color: #82b42a;
    background-color: #eeeeee;
    border-color: #eeeeee;
    text-decoration: none;
}

body.alternative-1 .btn-default.btn-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

body.alternative-1 .btn-default.btn-link:hover, body.alternative-1 .btn-default.btn-link:focus, body.alternative-1 .btn-default.btn-link.focus, body.alternative-1 .btn-default.btn-link:focus, body.alternative-1 .btn-default.btn-link.hover {
    color: #82b42a;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
}

body.alternative-1 .panel-default .btn-default {
    color: #75a328;
    background-color: transparent;
    border-color: transparent;
}

body.alternative-1 .panel-default .btn-default:hover, body.alternative-1 .panel-default .btn-default:focus, body.alternative-1 .panel-default .btn-default.focus, body.alternative-1 .panel-default .btn-default:focus, body.alternative-1 .panel-default .btn-default.hover {
    color: #ffffff;
    background-color: #82b42a;
    border-color: #82b42a;
    text-decoration: none;
}

body.alternative-1 .panel-success .btn-success {
    color: #75a328;
    background-color: #fff;
    border-color: #fff;
}

body.alternative-1 .panel-success .btn-success:hover, body.alternative-1 .panel-success .btn-success:focus, body.alternative-1 .panel-success .btn-success.focus {
    color: #fff;
    background-color: #82b42a;
    border-color: #82b42a;
}

body.alternative-1 .panel-success .btn.btn-link.btn-success {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

body.alternative-1 .panel-success .btn.btn-link.btn-success:hover, body.alternative-1 .panel-success .btn.btn-link.btn-success:focus, body.alternative-1 .panel-success .btn.btn-link.btn-success.focus {
    color: #fff;
    background-color: #82b42a;
    border-color: #82b42a;
}

body.alternative-1 .article-date-social .date {
    background-color: #75a328;
    border: 1px solid #75a328;
}

body.alternative-1 h2 a {
    color: #fff;
    text-decoration: underline;
}

body.alternative-1 .panel-counter .vertical-devider-right .btn {
    font-size: 36px;
    padding: 10px;
}

body.alternative-1 .article-icon {
    width: 60px;
}

body.alternative-1 b, body.alternative-1 strong {
    color: #fff;
}

body.alternative-1 .panel-default b, body.alternative-1 .panel-default strong {
    color: #666;
}

body.alternative-1 .field-part-wrapper b, body.alternative-1 .field-part-wrapper strong {
    color: #666;
}

body.alternative-1 .detail-recipe small.field-label {
    color: #fff;
}

/*#endregion */