* {margin: 0; padding: 0;}

a {text-decoration: none;}

/* This class is added on scroll */
.fixed {
    position: fixed !important; 
    top: 0; 
    height: 70px; 
    z-index: 1;
}

html,
body {
    height: 100%;
    background-color: #f7f7f7;
}

body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


/* Navigation Settings */
nav {
    position: absolute;
    width: 100%;
    height: 70px;

}

.nav_topka {
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid black;
    position:absolute !important;
    z-index:1 !important;
}

.nav_botka {
    background-color: rgba(0,0,0,0.7);
    bottom:0;
    position:absolute;
}


nav li {
    display: inline-block;
    padding: 24px 10px;
}

nav li a {
    color: #757575;
    text-transform: uppercase;
}


.lang {
    background-color: gray;
    color: white;
}

.hero {
    background-image:url(../img/header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.hero2 {
    background-image:url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);

}

.hero3 {
    background-image:url(../img/kontakt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position:top;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.header-text {
    margin-top: 7vh;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    z-index: 1;
    opacity: 1;
}

.parente{
    display:flex !important;
    justify-content: space-between;
}
.kiddo {
    margin-left:0px !important;
}

.header-text-inner {
    border: 4px solid #000;
    display: inline-block;
    padding: 40px 40px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {    
    font-size: 24px;
}

h6 {    
    font-size: 20px;
}

.header-text {
    margin-top: 7vh;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    z-index: 1;
    opacity: 1;
}

body.index-page .header-text {
    text-align: center;
    margin: 35vh auto 0;
}

body.index-page .header-text .header-text-inner {
    border: 4px solid #000;
    display: inline-block;
    padding: 20px 40px;
}

body.sub-page .header-text {
    padding-left: 10%;
    margin-top: 12vh;
}

.header-text.remove {
    -moz-transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.header-text h1 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    letter-spacing: 12px;
    font-family: 'Montserrat', sans-serif;
}


.header-text p { 
    margin: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    letter-spacing: 6.5px;
    display: flex;
    justify-content: center;
    text-transform: uppercase
}

.brand-h1 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    letter-spacing: 12px;
    font-family: 'Montserrat', sans-serif;
}

.brandb-h1 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 12px;
    font-family: 'Montserrat', sans-serif;
}


.nav-link {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 7px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.my-10 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
}

.myb-5 {
    margin-top: -4rem !important;
}

.my-h1 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    letter-spacing: 12px;
    font-family: 'Montserrat', sans-serif;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
}

.strike > h1 {
    position: relative;
    display: inline-block;
}

.strike > h1:before,
.strike > h1:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1000%;
    /* Here is the modification */
    border-top: 1px solid #643640;
}

.strike > h1:before {
    right: 100%;
    margin-right: 15px;
}

.strike > h1:after {
    left: 100%;
    margin-left: 15px;
}

.strike-lay {
    background: #f7f7f7;
    padding:4% !important;

}

.h-100a {
    min-height:100%;
}

.strike-lay-faq {
    padding:4% !important;

}

.img-thumbnail-me {

    background-color: black;
    border: 2px solid black;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .navbar-collapse {
        background-color: white !important;
        margin: 0 -16px;
        margin-top:22px;
        z-index: 1;
        max-height: 280px;
        overflow-y: auto;


    } 

    .mobilnysr {
        margin-left:auto !important;
        margin-right:auto !important;
        text-align: center;
    }
    .header-text-inner {
        border: 2px solid #000;
        display: inline-block;
        padding: 40px 40px;
        background-color: rgba(255,255,255,0.5);  
    }

    .mob {
        margin-top:50px;
    }
    .lar {
        margin-top:50px;
    }
    .header-text h1 {
        letter-spacing: 5px;
    }    

    .h-100m {
        height:auto;
    }
    .container-caro {
        width:100% !important;
        margin:auto;
    }
    .brand-h1 {
        margin: 0 auto;
        text-transform: uppercase;
        color: #000;
        font-size: 0.6263157894736842rem;
        letter-spacing: 0.4684210526315789rem; 
        font-family: 'Montserrat', sans-serif;
    }


    .brandb-h1 {
        margin: 0 auto;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 0.6263157894736842rem;
        letter-spacing: 0.4684210526315789rem;
        font-family: 'Montserrat', sans-serif;
    }

    .black {
        color:black !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0rem !important;
    }

}


#about {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-top: 130px;
}

#about2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
}

#about3 {
    width: 100%;
    height: auto;

}

#about .div-img-bg {
    padding-bottom: 30px;
    border: 20px solid #d3ae94;
}



#about .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -60px;
    margin-left: 40px;
    height: 400px;
    object-fit: cover;
}

#about .about-descr .p-heading{
    font-family: 'Montserrat';
    font-size: 28px;
    text-align: left;
}

.p-heading1 {
    font-family: 'Montserrat';
    font-size: 28px;
    text-align: left;
}

.p-faq {
    font-family: 'Montserrat';
    font-size: 28px;
    text-align: left;
}

#about .about-descr .separator {
    max-width: 80%;
    margin-bottom: 0;
    text-align: left;
}


.hide {
    overflow-y: scroll;
    overflow-x: hidden;
}

.paddsection {
    padding-top: 90px;
    padding-bottom: 90px;
}


#services {
    background: #f7f7f7;
    position: relative;

}



.owl-item {
    float: left;
}
.services-block span {
    margin: 10px 0;
    position: relative;
    font-size: 13px;
    color: #292929;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.services-block .separator {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

.services-block i {
    font-size: 44px;
    color: #643640;
    line-height: 44px;
}


.services-carousel  .owl-stage-outer {
    overflow: hidden;
}

.services-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.services-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 0;
    padding: 0 !important;
    background-color: #ddd;
    cursor: pointer;
}

.services-carousel .owl-dot.active {
    background-color: #d3ae94;
}

.services-carousel1  .owl-stage-outer {
    overflow: hidden;
}




.services-carousel1 .owl-dot.active {
    display:none;
}


.owl-nav {
    display: none;
}

.nopad {
    padding:0px;
}



.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    margin: 0;
}

.help-group {
    margin-bottom: 20px;
    padding-left: 0;
    margin: 0;
}

.faq-list {
    display: block;
    top: auto;
    margin: 0 0 32px;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}



.list-group-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 11px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: black !important;
    background-color: #f6f6f6;
}


.list-group-item:hover {
    background-color: rgba(0,0,0,0.4);
}


.panel.panel-help {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    padding-bottom: 0;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 16px;
}



.panel-heading {
    background-color: #f6f6f6;
    padding: 0 16px;
    line-height: 48px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: rgba(0,0,0,.87);
}

h2 {      
    margin: 0;
    padding: 14px 0 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;

}
.panel-body {
    background-color: #fff;
    border-top: 1px solid #ddd;


    margin-top: 0;
}
.faq-p {
    padding:25px;
}

.container-caro {
    width:80%;
    margin:auto;
}

.carousel-caption {
    margin-bottom:10% !important;
}

.car {
    color:black;
    font-weight: 300;
}



input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.lar
{
    margin-top:50px;
}

.copyRtAckSocialBg
{ 
    background-color:#404141;
    border-top:2px solid white;
}

#copyRtAck,
#social
{
    margin:20px 0px 20px 0px;
}

#copyRtAck p
{
    font-size:0.8rem;
    color:white;	
}
#copyRtAck a
{
    color:white;	
}
#copyRtAck a:hover
{
    color:#fff;	
}
