*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
}

/*
-----------------------REUSEABLE----------------------
*/
.row{
    width: 1140px;
    margin: 0 auto;
}

.sekce{
    padding: 85px 0;
}

.heading-main h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 36px;
    padding-bottom: 15px;
    letter-spacing: 15px;
}

.heading-main h2:after{
    content: "";
    display: block;
    width: 150px;
    border-bottom: 2px solid #006638;
    margin: 30px auto;
}

.paragraph-main p{
    text-align: center;
    padding: 0 30px;
    margin: 0 50px;
    font-size: 20px;
    font-weight: 200;
    line-height: 35px;
    word-spacing: 4px;
    letter-spacing: 1px;
}

/*
-----------------------HEADER----------------------
*/

header{
    background: 
        linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),
        url(background.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}

/*
-----------------------HEADER MENU----------------------
*/
.nav-background{
    position: fixed;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0 1px 9px -1px #222;
}

.logo1 img{
    height: 70px;
    position: fixed;
    z-index: 200;
    top: 9.3px;
    left: 5%;
}

.logo2{
    display: none;
}

nav ul{
    margin-top: 22px;
    margin-left: 13%;
    position: fixed;
    z-index: 100;
}

nav ul li{
    display: inline-block;
    margin-left: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 100;
}

nav ul li a{
    text-decoration: none;
    color: #000;
    padding: 7px;
}

nav ul a:link,
nav ul a:visited{
    text-decoration: none;
    color: #000;
}

nav ul a:hover,
nav ul a:active{
    border-bottom: 1px solid #006638;
}

/*
-----------------------MOBILNÍ MENU----------------------
*/
.mobile-nav-icon{
    float: right;
    margin-top: 5px; 
    display: none;
}


/*
-----------------------HEADER TEXT----------------------
*/
.header-text{
    position: absolute;
    left: 414px;
    top: 260px;
    transform: translate(-50%,-50%);
    margin: 20px;
}

.header-text h1{
    color: #d9d9d9;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.header-text h4{
    color: #d3bfbf;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #006638;
    padding: 30px;
    margin-top: 80px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.btn:hover,
.btn:active{
    opacity: 0.8;
    transition: background 1s;
}

.btn-left{
    margin-right: 80px;
}

/*
-----------------------HEADER BUTTON----------------------
*/
.header-btn{
    text-transform: uppercase;
    margin-top: 500px;
    text-align: center;
}

.btn-left{
}

.btn-mid{
}

.btn-right{
}

.header-btn a:link,
.header-btn a:visited{
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 30px;
    text-decoration: none;
    color: #d9d9d9;
    font-weight: 200;
    letter-spacing: 3px;
    width: 200px;
    background-color: #006638;
    border-radius: 3px;
}

.header-btn a:hover,
.header-btn a:active{
    opacity: 0.8;
    transition: background 1s;
}

/*
-----------------------SCROLL TOP BUTTON----------------------
*/
#scroll-top-btn{
    border: none;
    border-radius: 10px;
    background-color: #006638;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 20px;
    z-index: 100;
    font-size: 22px;
    opacity: 0.2;
    color: #fff;
    cursor: pointer;
    display: none;
}

#scroll-top-btn:focus{
        outline: none;
      }

#scroll-top-btn:link,
#scroll-top-btn:visited{
}

#scroll-top-btn:hover,
#scroll-top-btn:active{
    
    opacity: 1;
}

/*
-----------------------O FIRMĚ----------------------
*/


/*
-----------------------REFERENCE----------------------*/
.reference{
    background: 
        linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),
        url(background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.reference h2{
    color: #fff;
}

.customers-references{
    padding-bottom: 20px;
}

.ref-text{
    text-align: center;
    color: #fff;
}

.ref-text p{
    font-style: italic;
    padding: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 100;
}

.ref-text p:after{
    content: "";
    display: block;
    width: 50px;
    border-bottom: 2px solid #006638;
    margin: 30px auto;
}

.ref-name{
    
}

.ref-name p{
    color: #fff;
}

/*
-----------------------NADPIS NABÍDKA----------------------*/
.only-heading{
    background-color: #006638;
    color: #fff;
    margin-top: -20px;
}

.only-heading h2{
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 36px;
    letter-spacing: 15px;
}

.only-heading h2:after{
    display: none;
}

/*
-----------------------POŘEZ KULATINY----------------------*/
.porez-img img{
    width: 100%;
}

.porez .heading-main h2{
    line-height: 60px;
}

/*
-----------------------STAVEBNÍ----------------------*/
.stavebni-img img{
    width: 100%;
}

.stavebni .heading-main h2{
    line-height: 60px;
}


/*
-----------------------TRUHLÁŘSKÉ----------------------*/
.truhlarske-img img{
    width: 100%;
}

.truhlarske .heading-main h2{
    line-height: 60px;
}

/*
-----------------------PRODEJ----------------------*/
.prodej-img img{
    width: 100%;
    margin-bottom: -4px;
}

/*
-----------------------FOTOGALERIE----------------------*/
.fotogalerie .span-1-of-3{
    width: 31.26%;
}

.photo-segment{
    margin-left: 3%;
}

.photo-segment li{
    width: 100%;
}

.photo-segment img{
    width: 100%;
}

.photo-segment a:link,
.photo-segment a:visited{
    filter: grayscale(80%);
}

.photo-segment a:hover,
.photo-segment a:active{
    filter: grayscale(0);
}


/*
-----------------------KONTAKTY----------------------*/
.kontakty{
    padding-bottom: 50px;
}

.kontakty p{
    line-height: 40px;
    letter-spacing: 2.3px;
}

.kontakty a:link,
.kontakty a:visited{
    text-decoration: none;
    color: #000;
}

.kontakty a:hover,
.kontakty a:active{
    opacity: 0.7;
}

/*
----------------KONTAKTY BUTTON----------------------*/
.kontakty-btn{
    text-align: center;
}

.one-btn:link,
.one-btn:visited{
    border-radius: 2px;
    display: inline-block;
    padding: 16.3px;
    text-decoration: none;
    width: 53px;
    height: 53px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.one-btn:hover,
.one-btn:active{
    opacity: 0.8;
}

.btn-fb:link,
.btn-fb:visited{
    background-color: #1778F2;
}

.btn-mail:link,
.btn-mail:visited{
    background-color: #f2a60c;
}

.btn-tel:link,
.btn-tel:visited{
    background-color: #00b200;
}

.btn-map:link,
.btn-map:visited{
    background-color: #e01515;
}

/*
-----------------------FOOTER---------------------
*/
.footer-page{
    padding: 30px 80px;
    margin-top: 20px;
    color: #867f7f;
    letter-spacing: 1px;
    font-size: 12px;
}

.footer-text-left{
    float: left;
}

.footer-text-right{
    float: right;
}

/*
-----------------------STOP FLOATING----------------------
*/
.clearfix{zoom: 1}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}