html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: auto;
}

/*video#bgvid {
    position: fixed; right: 0; bottom: 0;

    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(images/slider/banner1.jpg) no-repeat;
    background-size: cover;
    transition: 1s all;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.stopfade {
    -webkit-filter: contrast(1.4);
}

.videoLogo {
    /*background: rgba(0,0,0,0.6);*/
    position: absolute;
    width: 250px;
    height: 160px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    transition: all 0.4s ease;
    color: #fff;
}

.vidpause {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: relative;
    font-size: 20px;
    border: none;
    color: white;
    transition: all 0.4s ease;
    top: 20px;
    line-height: 0;
    padding-top: 0;
    padding: 10px;
}

.vidpause:hover {
    font-size: 40px;
    background: rgba(0, 0, 0, 1);
}

.vidpause:focus {
    outline: none;
}

.videoLogo:hover {
    background-color: rgba(0, 0, 0, 1);
    text-decoration: none;
    color: #586D30;
}

.videoLogo img {
    position: relative;
    top: 25px;
}

.videoLogo p {
    display: block;
    margin-top: 45px;
    font-size: 20px;
}

.videoLogo span {
    margin-left: 5px;
    line-height: 0;
    font-size: 14px;
}

#map {
    width: 100%;
    height: 480px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.section {
    margin: 50px 0;
}

footer {
    margin: 50px 0;
}

.navbar {
    min-height: 80px;
    -webkit-backface-visibility: hidden;
}

.nav {
    min-height: 80px;
    padding-top: 15px;
    padding-left: 50px;
}

.carousel-indicators > li {
    width: 15px !important;
    height: 15px !important;
    border-width: 2px;
    border-color: black;
    background: rgba(88, 109, 48, 1);
}

.navbar-inverse .navbar-brand {
    color: white !important;
    background-color: black !important;
    font-size: 35px;
}

@media (max-height: 500px) and (orientation: landscape) {
    .sizeChange {
        display: none;
    }

}

@media (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        font-size: 20px;
    }

}

@media (min-width: 1005px) {
    .navbar-inverse .navbar-brand {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-brand {
        font-size: 35px;
    }
}

.navbar-brand {
    min-height: 80px;
}

@media (min-width: 68px) {
    .navbar-brand {
        padding: 19px 15px !important;
    }

    .muda {
        margin-top: 30px;
    }

    @media (min-width: 1005px) {
        .navbar-brand {
            padding: 19px 40px !important;
        }

        .muda {
            margin-top: 0px;
        }
    }
    @media (min-width: 1200px) {
        .navbar-brand {
            padding: 19px 60px !important;
        }
    }

    .navbar-inverse {
        border: none !important;
        background-color: rgba(88, 109, 48, 0.8);
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: black;
    }

    @media (min-width: 768px) {
        .navbar-inverse .navbar-nav > li > a {
            font-size: 10px;
        }
    }
    @media (min-width: 1005px) {
        .navbar-inverse .navbar-nav > li > a {
            font-size: 11px;
        }
    }
    @media (min-width: 1200px) {
        .navbar-inverse .navbar-nav > li > a {
            font-size: 13px;
        }
    }

    .dropdown-menu {
        min-width: 60px !important;
    }

    .text {
        margin-top: 2%;
        margin-bottom: 6%;
        position: relative !important;
        background: rgba(255, 255, 255, 0.83);
        padding: 40px !important;
        color: black;
        font-size: 14px;
        line-height: 180%;
    }

    .footer_b {
        position: fixed;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        font-size: 13px;
        background: #586D30;
        height: 30px;
        padding-bottom: 5px;
    }

    .footer_b a {
        color: white;
        padding-right: 20px;
    }

    .footer_b a:hover {
        color: black;
        text-decoration: none;
    }

    .footer_a {
        position: relative;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        font-size: 13px;
        background: #586D30;
        height: 30px;
        padding-bottom: 5px;
    }

    .footer_a a {
        color: white;
        padding-right: 20px;
    }

    .footer_a a:hover {
        color: black;
        text-decoration: none;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: rgba(0, 0, 0, 0);
    }

    .verde {
        background-color: rgba(74, 98, 74, 0.99);
        text-align: center;
        height: 30px;
        padding-top: 5px;
    }

    .centro {
        text-align: center;
        padding-top: 5px;
        color: white;
    }

    .centro p {
        margin-bottom: 0;
    }

    hr {
        border-top: 1px solid rgba(88, 109, 48, 1) !important;
    }

    .dropdown-menu {
        background-color: rgba(103, 123, 70, 0.85) !important;
        font-size: 13px !important;
    }

    .dropdown-menu > form > li > a {
        color: white !important;
        text-decoration: none !important;
        padding-left: 20px;
    }

    .dropdown-menu > form > li > a:hover {
        color: black !important;
    }

    .carousel-caption {
        top: 45% !important;
    }

    .carousel-caption1 {
        top: 30% !important;
        position: absolute;
        right: 15%;
        left: 15%;
        z-index: 10;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

    }

    .carousel-caption2 {
        top: 35% !important;
        position: absolute;
        right: 15%;
        left: 15%;
        z-index: 10;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .carousel-caption3 {
        top: 55% !important;
        position: absolute;
        right: 15%;
        left: 15%;
        z-index: 10;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    h1.title1 {
        font-size: 66px !important;
        text-shadow: 0 0 12px #000000;
    }

    p.title {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center;
    }

    @media (max-width: 768px) {
        p.title {
            margin-top: 70px !important;
        }

        .responsImg {
            width: 60% !important;
            display: block;
            margin: 0 auto;
            margin-top: 50px;
        }
    }

    /*@media(min-height: 768px){
        .carousel-caption1{
            width:height:768px;
        }
    }*/
    .nopadding {
        padding: 0;
    }

    .nav > li > a {
        padding: 15px 25px;
    }

    .social {
        margin-top: 14px;
        margin-left: 20px;
    }

    .social a {
        color: #fff;
        margin-right: 10px;
    }

    .social a:hover {
        color: #000;
    }

    .space {
        margin-bottom: 50px;
        background-color: red;
    }

    @media only screen and (max-width: 920px) {
        .navbar-header {
            float: none;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

        .navbar-nav > li {
            float: none;
        }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .collapse.in {
            display: block !important;
        }

        .muda {
            margin-top: 30px;
        }

        .contactosChange {
            text-align: center;
        }

        h1.title1 {
            font-size: 40px !important;
        }

        #map {
            height: 300px;
        }
    }

    .woodGallery {
        margin-top: 0px;
    }

    .slick-slide {
        height: 140px !important;
    }

    .slick-track {
        height: 300px !important;
        padding-top: 50px;
    }

    .woodItem:hover {
        cursor: pointer;
    }

    .access {
        margin-bottom: 30px !important;
        width: 100%;
        border: 3px solid;
        border-color: rgb(88, 109, 48);
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .access-submit {
        background: rgb(88, 109, 48);
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border: none;
        margin-bottom: 30px;
    }

    .access-submit:hover {
        background: #475A29;
    }

    .access-submit:focus {
        background: #475A29;
    }

    .btn-login {
        border: 1px solid #fff;
        margin-left: 13px;
        padding: 10px !important;
        border-radius: 0;
        background: none;
        font-size: 13px;
        width: 70px;
    }

    .btn-login span {
        padding: 0;
        line-height: 0;
        display: table-cell;
        vertical-align: middle;
        line-height: 0;
    }

    .btn-login:hover {
        border-color: black;
        background: black;
    }

    .btn-login:focus {
        border-color: #fff;
        background: none;
    }

    .woodItem {
        font-size: 16px;
        color: white;
        text-align: center;
        transition: all 0.4s ease;
    }

    .woodItem p {
        background-color: rgba(88, 109, 48, 1) !important;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    .img-container {
        position: relative;
        overflow: hidden;
        width: 250px;
        height: 177px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-container img {
        max-width: 100%;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        filter: saturate(150%);
    }
    .img-container:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .img-container .icon-container{
        position: absolute;
        z-index: 100;
        bottom: 0;
        right: 4px;
    }
    .img-container .glyphicon{
        color: #ffffff;
        font-size: 35px;
        opacity: 0.3;
        -moz-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .img-container:hover .glyphicon {
        color: #ffffff;
        opacity: 1;
    }
}