body {

    background-color: #fff;
    font-size: 16px;
    color: #555;
    font-family: 'Slabo 27px', serif;
}

img {
    max-width: 100%;
}

a {
    color: #26541e;
}

.wrap {
    background:url(../images/page.jpg);
}

#cookieBanner {
    font-size: 14px;
    padding: 10px;
    position: fixed;
    top: 5px;
    width: 100%;
    z-index: 99999;
}

#cookieBanner .alert-info {
    background-color: #35893b;
    border-color: #fff;
    box-shadow: 3px 3px 4px #555;
    color: #fff;
    margin: 0;
}

.header {
    background:url(../images/page.jpg);
    padding: 10px 0;

}

.header h1 {
    font-family: 'Pinyon Script', cursive;
    display: inline;
    font-size: 50px;
    margin: 0;
    
}

.header h1 a {
    color: #48765e;
}

.header h1 a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.header h1 a span {
    color: #933400;
}

.header img {
    display: block;
    float: left;
    margin-right: 20px;
}

.home-contact {
     text-align: center;
}

.home-contact a {
    display: inline-block;
    padding-right: 10px;
    color: #555;
    text-shadow: -1px -1px 1px #fff;
}

.home-contact a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.home-contact i {
    font-size: 45px;
}

.home-contact a i {
    color: #48765e;
}

.home-phone a {
    font-size: 20px;
    padding: 5px;
}

.home-info {
    
    padding: 20px 0;
}

.home-info .box {
    background-color: #F7F7F7;
    box-shadow: 0 0 5px #555;
    padding: 5px 5px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.home-info .box:hover {
    box-shadow: none;
}

.home-info .box h2 {
    background-color: #48765e;
    box-shadow: 0 0 5px #888;
    font-size: 35px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.home-info .box h2::first-letter {
    color: #933400;
}

.home-info .box h2 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #444;
}

.home-info .box img {
    
}

.home-info .intro {
    font-style: italic;
    margin-top: 5px;
    min-height: 80px;
}
/* Navbar */


.navbar-default {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 8px 6px -6px #555;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li  {
    border-left: 1px solid #2B4738;
}

.navbar-default .navbar-nav > li:last-child{
    border-right: 1px solid #2B4738;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px; 
}


.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 15px 5px 5px;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #334b3d;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #35893b;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu {
    left: -13px;
}


/*Carousel */

#carousel-home .image {
    background-size: 100% auto !important;
    display: block;
    height: 0;
    padding-bottom: 37%;
    position: relative;
}

#carousel-home .inner {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

#carousel-home .inner h2 {
    font-style: italic;
    margin: 0 auto;
    padding: 0 15px 15px;
    text-align: center;
    text-transform: uppercase;
}

#carousel-home .inner h2 a {
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#carousel-home .inner .intro {
    background: rgba(0, 0, 0, 0) url("../images/f_d.png") repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    min-height: 155px;
    padding: 15px;
    text-align: center;
}
/* Page */

.page {
    min-height: 300px;
}

.page .header {
    background-color: #205624;
    padding-top: 100px;
}

.page-image {
    background-position: 0 30% !important;
    background-size: 100% auto !important;
    display: block;
    height: 0;
    padding-bottom: 30%;
}

.page h1 {
    background-color: #f7f7f7;
    box-shadow: -5px 13px 5px #eee inset;
    color: #48765e;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}

.page .text {
    background: #eee url("../images/wrap.jpg") repeat-x scroll center bottom;
    color: #686859;
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
}

.page .item {
    background-color: #fff;
    padding: 10px 20px;
}
/* Article */
.article {
    
}

.article .inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.article h2 {
    color: #48765e;
    font-size: 41px;
    margin: 0 0 10px;
}

.article img {
    border: 5px solid #f4f4f4;
    border-radius: 5px;
}

.article.stripe {
    background:url(../images/page_stripe.jpg);
}

/*Contact*/

.contact {
    background:url(../images/page.jpg);
    padding-top: 10px;
    padding-bottom: 10px
}

.contact img {
    border: 1px solid #ccc;
}

.contact .green {
    font-size: 20px;
    color: #35893b;
}

.contact strong {
    color: #48765e;
   
}
.contact a {
    color: #35893b;
    font-weight: bold;
}

.form-contact .help-block {
    color: #ddd; 
}

.form-contact .has-error label {
    color: #d9d900;
}

.form-contact .has-error .help-block {
    
}
/* Form */

.form_contact_100 h3 {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.form_contact_100 {
    background-color: #35893b;
}

.form_contact_100 label {
    color: #fff;
    font-size: 15px;
}




.form_contact_100 a {
    color: #fff;
    
}

.form_contact_101 h3 {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.form_contact_101 {
    background-color: #48765e;
}

.form_contact_101 label {
    color: #fff;
    font-size: 15px;
}

.form_contact_101 .help-block {
     color: #ddd;
    float: right;
    padding-right: 15px;
}

.form_contact_101 a {
    color: #d9d900;
    
}


/*Whois*/

.whois {
    position: relative;
}

.whois .image {
    background-size: 100% auto !important;
    display: block;
    height: 0;
    padding-bottom: 40%;
    position: relative;
}

.whois .inner {
}

.whois h2 {
    background-color: #f7f7f7;
    box-shadow: -5px 13px 5px #eee inset;
    color: #48765e;
    font-family: "Pinyon Script",cursive;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}

.whois h2 a {
    text-shadow: 1px 1px 1px #fff;
    color: #48765e;
    font-size: 36px;
}

.whois .intro {
    background: #eee url("../images/wrap.jpg") repeat-x scroll center bottom;
    color: #686859;
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
}
/*Category*/

.category {
   
    color: #fff;
    padding-top: 10px;
}

.category h2 {
    color: #35893b;
    font-family: arial;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.category .item {
    background-color: #35893b;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}

.category .item h3 {
    margin: 0;
    padding: 10px;
}

.category .item h3 a {
    color: #fff;
}

.category .item h3 a:hover {
    color: #2E6725;
    text-decoration: none;
}

.category .item-inner {
    color: #fefefe;
    font-style: italic;
    min-height: 120px;
    padding: 10px;
}

/*Gallery*/

.gallery {
    overflow: hidden;
    padding: 10px;
    background-color: #f4f4f4;
}

.gallery .item {
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
    padding-bottom: 76%;
    width: 100%;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;

}

/*Menu pages*/

.list-menu li a {
    background-color: #f4f4f4;
    color: #35893b;
    padding: 7px 15px;
}

.list-menu li.active a {
    background-color: #35893b;
    color: #fff;
}

/*Contact message */

.middle-module {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-message {
    background-color:#48765e;
    color: #fff;
    min-height: 170px;
    padding: 10px;
    text-align: center;
}

.contact-message h2 {
    margin: 0 0 10px;
}

.contact-message .intro {
    display: table;
    width: 100%;
}
.contact-message .inner {
    display: table-row;
}
.contact-message .message {
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

/* Footer*/
.footer {
   
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #fff;
}

#footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-footer {
    margin-top: 10px;
    text-align: center;
}

.footer .nav.nav-pills a {
    background-color: #48765e;
    color: #fff;
}

.footer .nav > li > a {
    display: block;
    padding: 4px 15px;
    position: relative;
}

.footer .nav.nav-pills a:hover {
    background-color: transparent;
    color: #2E6725;
}

.footer h3 {
    font-family: 'Pinyon Script', cursive;
    display: inline;
    font-size: 30px;
    margin: 0;
    
}

.footer h3 a {
    color: #48765e;
}

.footer h3 a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.footer h3 a span {
    color: #933400;
}


.sw{
    color: #2E6725;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 20px;
    text-decoration: none;

}

.sw img {
    display: inline-block;
    float: none;
    position: relative;
    top: -7px;
}

/*Login*/

.container.login, .container.logout{
    margin-top: 100px;
}

@media (max-width: 1200px) { 
    .page-image {
        padding-bottom: 44%;
    }
}
@media (max-width: 990px) { 

    body {
        margin-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #334b3d;
    }

    .navbar-default .navbar-toggle {
        border-color: #649a79;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #eee;
    }

    .header{
        background-color:#538065;
        background-image: none; 
    }

    .header h1 {
        display: inline;
        float: left;
        font-family: "Pinyon Script",cursive;
        font-size: 40px;
        margin: 0;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .header h1 a {
        color: #fff;
    }
    
    .home-contact {
        float: left;
        padding: 5px 10px;
    }

    .home-contact a i {
         color: #649a79;
        font-size: 38px;
        text-shadow: none;
    }

    .home-phone {
        display: inline;
    }

    .home-phone a {
        font-size: 14px;
        padding: 0px;
    }

    .navbar-default {
        position: relative;
    }

    #menu-default {
        background-color: #fff;
    }

    #menu-default .navbar-nav > li {
        background: transparent;
        border-bottom: 1px solid #ccc;
    }

    .page .header {
        padding-top: 0px;
    }

    .footer {
        text-align: center;
    }

    .footer .nav.nav-pills a {
        padding: 5px 10px;
        font-size: 14px;
    }

}

@media (max-width: 780px) {
    
   

    .page {
        text-align: center;
    }

    .page h1 {
        font-size: 30px;
    }

    .article h2 {
        margin-top: 10px;
        font-size: 25px;
    }

    .contact { 
        text-align: left;
        font-size: 14px;
    }

    .contact .green {
        font-size: 16px;
    }

    .contact-message {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {

    .header h1 {
        display: inline;
        float: left;
        font-family: "Pinyon Script",cursive;
        font-size: 35px;
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

