﻿html {
    background: url(../images/backgr.jpg) no-repeat center center fixed;
    background-size: cover;
}

html, body {
    margin: 0;
    font-size: 12pt;
    font-family: 'Open Sans';
}

body {
    background: none;
}

a:hover, a:focus {
    color: #ED2324 !important;
    text-decoration: none !important;
}

h1, h2, h3 {
    color: white;
}

.navbar {
    background: rgb(0,51,51);
    background: transparent\9;
    background: rgba(0,51,51,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
    border-radius: 0;
}

.navbar-header {
    min-height: 60px;
}

.navbar-brand {
    line-height: 60px;
    font-size: 40px;
    padding: 0 0 0 10px;
}

    .navbar-brand.img {
        padding: 5px 20px 0 0;
    }

    .navbar-brand img {
        height: 50px;
    }


.navbar {
    border-radius: 0;
}

    .navbar a {
        color: #fff !important; /* IE8 proofing */
    }

    .navbar li a {
        padding: 5px 0;
        text-transform: uppercase;
        font-family: "roboto";
        margin: 18px 8px 0 8px;
        font-weight: bold;
        font-size: 16px;
        /*color: rgba(255,255,255,.75);*/
        border-bottom: 2px solid transparent;
    }

        .navbar li a:hover,
        .navbar li a:focus {
            /*color: #ED2324 !important;*/
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255,255,255,.25);
        }


    .navbar li .navbar-text {
        padding: 12px 7px;
        margin-left: 5px;
        margin-right: 5px;
        /*font-size: 12px !important;*/
    }

@media (min-width: 991px) {
    .navbar-brand {
        font-size: 40px !important;
        padding: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .navbar li a.lang {
        border-left: 1px solid #707070;
        padding: 5px 0 5px 10px;
        font-size: 12px !important;
    }

    .navbar-brand {
        font-size: 23px;
        padding: 0 0 0 10px;
    }
}

.details .gallery .imgWrap {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .details .gallery .imgWrap img {
        height: 100%;
        max-height: 115px;
        max-width: 250px;
        margin: 15px 0;
        border: 2px solid #707070;
        border-radius: 4px;
    }

    .details .gallery .imgWrap:hover img {
        border: 2px solid #c0c0c0;
    }

.details .products {
    margin: 20px 0;
}

    .details .products.trees .imgWrap {
        float: left;
        width: 50%;
        text-align: center;
    }

        .details .products.trees .imgWrap img {
            margin: 10px 0;
        }

    .details .products .imgWrap {
        margin-bottom: 20px;
    }

        .details .products .imgWrap .caption {
            text-align: center;
            color: white;
            line-height: 25px;
            font-size: 14px;
            height: 30px;
        }

        .details .products .imgWrap img {
            width: 100%;
            max-height: 400px;
            max-width: 250px;
        }


    .details .products .detailSection {
        width: 50%;
        float: left;
        margin: 20px 0;
    }

.details .about .detailSection {
    text-align: justify;
    text-indent: 30px;
    margin: 0;
}

    .details .about .detailSection.top {
        margin-top: 40px;
    }

.details .about .signature {
    font-size: 28px;
    font-family: Brush Script Std, Brush Script MT, cursive;
    margin-left: 35px;
    line-height: 60px;
}

.details .contact {
    color: white;
}

    .details .contact a {
        color: white;
    }

    .details .contact .detailSection {
        font-size: 18px;
        margin: 10px 0;
    }

        .details .contact .detailSection p {
            margin: 30px 0;
        }

#carousel {
    width: 100%;
    margin: 30px auto;
    /*background: #707070;*/
}

    #carousel .item, #carousel .item img {
        width: 100%;
    }

.details {
    margin-top: 80px;
    margin-bottom: 20px;
    background: none;
    min-height: calc(100vh - 250px - 100px);
    background: rgb(0,51,51);
    background: transparent\9;
    background: rgba(0,51,51,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
    border-radius: 10px;
    padding: 20px;
}

    .details .row {
        padding: 0;
    }

    .details .detailSection {
        text-align: center;
        color: white;
        margin: 20px 0;
    }

        .details .detailSection a.box {
            border-radius: 10px;
            background-color: #707070;
            overflow: hidden;
            display: block;
            border: 2px solid #707070;
            height: 350px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            position: relative;
            color: white;
        }

        .details .detailSection .box.rental {
            background-image: url("../images/truck.jpg");
        }

        .details .detailSection .box.fire {
            background-image: url("../images/welding.jpg");
        }

        .details .detailSection .box.municipal {
            background-image: url("../images/municipal.jpg");
        }

        .details .detailSection .box:hover {
            border: 2px solid #ED2324;
            color: #ed2324;
        }


        .details .detailSection .box .title {
            background-color: #202020;
            padding: 8px;
            position: absolute;
            bottom: 0;
            width: 100%;
            opacity: .85;
            font-size: 20px;
        }

.main {
    padding-top: 80px;
}

.pageSection {
    background-color: #e0e0e0;
    min-height: 50vh;
    text-align: center;
}

    .pageSection.dark {
        background: url(../images/dark_bg.jpg);
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .pageSection.light {
        background: url(../images/light_bg.jpg);
        background-size: cover;
        background-position: center center;
    }


    .pageSection.top {
        padding-top: 80px;
    }

    .pageSection.only {
        min-height: 75vh;
    }



    .pageSection .box {
        margin: 10vh auto;
    }

        .pageSection .box .title {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 25px;
            margin-top: 20px;
        }

        .pageSection .box .details {
            font-size: 20px;
            margin: 20px auto;
        }

            .pageSection .box .details a {
                color: black;
            }

.fb a:hover {
    color: #337ab7 !important;
}


.fb img {
    margin-left: 5px;
}

.footer {
    background: rgb(0,51,51);
    zoom: 1;
    color: white;
    height: 225px;
    overflow: hidden;
}

    .footer .section {
        padding: 20px;
    }

    .footer .header {
        text-transform: uppercase;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .footer .fb {
        margin-top: 20px;
    }


    .footer a, .footer a:visited {
        color: white;
    }

    .footer .logos a {
        display: block;
    }


.copyright {
    background-color: black;
    font-size: 12px;
    line-height: 25px;
    color: #707070;
    text-align: center;
}

    .copyright a {
        color: rgb(0,51,51);
        color: #aa1b1d;
    }
