/*--------------------------------------------------------------

Template: Light
Author: xBoot
Author URI: http://wpfreethemeshop.com/
Version:  1.0
Design and Developed by: xBoot

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom CSS code here:


-------------------------------------------------------*/

h1, h3{ 
    font-weight: 700;
    color: white;
} 
.img-cover{
    margin-top: 49px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #262626;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;

}
.margin-bottom-20{
    margin-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:rgb(243, 229, 0) ;


}

.navbar-light .navbar-toggler {
    color: 
rgba(0,0,0,.9);
border-color:
    rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.gray-light-bg {
    background-color: #ff9700;
    color: #fff;
}

.gray-super-light-bg {
    background-color: rgba(105,176,62,0.5);
}


.header-middle-area {
    background:  #ff9700 none repeat scroll 0 0;
    display: block;
}

.footer-style-two .footer-bottom {
    background: rgba(105,176,62,0.5) none repeat scroll 0 0;
    border-top: 0px solid #e5e5e5;
    padding: 20px 0;
    text-align: center;
}

.yellow-background {
    background-color: #EEEEEE;
}

.zu-background {
    background: rgba(0, 0, 0, 0) url("./../img/bg/NZU.jpg") repeat scroll center center / cover;
    padding: 240px 0;
}

.pr-background {
    background: rgba(0, 0, 0, 0) url("./../img/bg/projekt.jpg") repeat scroll center center / cover;
    padding: 180px 0;
}


.con-background {
    background: rgba(0, 0, 0, 0) url("./../img/bg/construction.jpg") repeat scroll center center / cover;
    padding: 220px 0;
}
.section-title .area-title-gray-light-bg::before {
    background: rgb(243, 229, 0)  none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: auto;
    transform: translateY(0px) translateX(-50%);
    width: 100px;
}


.section-title .area-title-yellow-background::before {
    background: #ff9700   none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: auto;
    transform: translateY(0px) translateX(-50%);
    width: 100px;
}

p {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 500;

}



.section-title {
    margin: 0 auto 0px;
    width: 100%;
}

.single-service {
    text-align: center;
    background: #ff9700;
    color: #fff;
    margin-top: 20px;
}

.wc {
    color:#fff;
}

.wca {
    color:#fff;
    text-decoration: none;
}

.wca:hover {
    text-decoration: underline;
    color: rgb(243, 229, 0);

}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #222222
}


.grid-blog-post {

    border: 4px solid #ff9700;
    box-shadow: 0 6px 12px 0 #444444;
    transition: all 0.3s ease 0s;

}

.grid-blog-post:hover {
    border: 4px solid #ff9700;
    box-shadow: 0 5px 8px 1px #CCCCCC;
}



.post-content {

    background: #ff9700 none repeat scroll 0 0;
    padding: 20px;

}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-bottom-40{
    margin-top: 20px;
    margin-bottom: 40px;

}

.main-menu li a {
    font-weight: 600;

}

.button-white {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}



.footer-style-two .copy-right > p {
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-style-two .social-bookmark-area li a {
    color: #222;
    font-size: 18px;
}

.slider-style-1 {
    background: rgba(0, 0, 0, 0) url("./../img/bg/uvodvar2.jpg") repeat scroll center center / cover;
       border-bottom: 0px solid #e5e5e5;
    padding: 0;
    position: relative;
}

.img-cover {
    height: 95vh;
}

#agwide {
    height: 100%;
}

#agmob {
    height: 0px;
}

@media (max-width: 576px) {
    .fa {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    #agwide {
        height: 0px;
        width: 0px;
        display: none;
    }

    #agmob {
        height: 100%;
    }
    .img-cover {
        height: 100%;
    }
    .slider-style-1 {
        border-bottom: 0px solid #e5e5e5;
        padding: 0;
        position: relative;
    }
    

    .main-menu > li {
        padding: 0px 0;
    }
    .main-menu li {
        float: left;
        margin-left: 0px;
        position: relative;
        transition: .3s;
    }

    .mean-container .mean-nav ul li a {
        border-top: 1px solid #232332;
        color: #232332;
        display: block;
        float: left;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0;
        padding: 1em 4em 1em 25px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 90%;
    }
    .mean-container .mean-nav ul li a:hover{
        background: rgba(255,255,255,0.0);
    }

    .mean-container .mean-nav {

        background: #fff none repeat scroll 0 0;
        border-left: 1px solid #232323;
        border-right: 1px solid #232323;
        float: left;
        margin-top: 44px;
        width: 100%;
    }
}

.scroll-btn {
    color: #222;
}

.scroll-btn:visited {
    color: #222;
}


*::-moz-selection {
    background: #888888;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #888888;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #888888;
    color: #fff;
    text-shadow: none;
}

.footer-top-2 {
    background-color: #ff9700;
    padding: 100px 0;

}

.main-menu li:hover > a {

    color: #000;

}

.footer-style-two .social-bookmark-area li a:hover {

    color: rgb(243, 229, 0);

}

.footer-style-two .social-bookmark-area li a {

    color: #fff;

}

.meta-info {
    margin-bottom: 15px;
    font-style: italic;
}

#greennewdeal{
    margin-bottom: 20px;
}
