@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
.breadcrumbs a, .breadcrumbs, i, em {color: #7a7a7a;}
i, em {font-style: normal; margin-top:1%;}

.post-navigation .nav-previous, .post-navigation .nav-next {
    border: 1px solid #4d4d4d;
    padding: 1% 2%;
    margin-bottom: 5px;
    white-space: nowrap;
    width: initial;
}

.post-navigation .nav-previous i, .post-navigation .nav-next i {margin: 0px 5px;}

address p {margin-bottom: 1px;}
li.gallery_item.list-inline-item {
    margin-left: 0px;
    margin-right: 15px;
}
.invest-link span {
    color: #a1a1a1;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #87888a;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-content {
    background: #2b2a28;
    padding: 50px 0px 40px 0px;
    clear:both;
}

.header_bg {
    padding: 40px 15px;
    background-size: cover;
    background-position: 50% 50%;
}


h1 {
    font-size: 36px;
    text-transform: uppercase;
}

h2 {}


h3 {
    font-size: 26px;
    font-weight: 700;
}

nav {
    z-index: 9;
}

.navbar {
    padding: 20px 0;
    background: #1e1f20;
    background: -moz-linear-gradient(top, #1e1f20 0%, #101111 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1e1f20), color-stop(100%, #101111));
    background: -webkit-linear-gradient(top, #1e1f20 0%, #101111 100%);
    background: -o-linear-gradient(top, #1e1f20 0%, #101111 100%);
    background: -ms-linear-gradient(top, #1e1f20 0%, #101111 100%);
    background: linear-gradient(to bottom, #1e1f20 0%, #101111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f20', endColorstr='#101111', GradientType=0);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    margin-right: 100px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav {
    margin-right: 20px;
}

.navbar-nav:last-of-type {
    margin-right: 0;
}

.nav-link {
    font-weight: 700;
    color: #6a6e72;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 20px;
}

.nav-link:hover,
.lang-item a:hover {
    color: #fff;
}

.current-menu-item a {
    color: #ea6020;
}

.lang-item {
    display: inline;
    list-style: none;
    margin-right: 15px;
}

.lang-item:last-of-type {
    margin-right: 0;
}

.lang-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #696969;
    padding: 8px;
}

.current-lang a {
    border: 1px solid #ea6020;
    color: #ea6020;
    background: #000;
}

.navbar-toggler {
    right: 20px;
    position: relative;
    outline: 0!important;
    text-align: center;
    padding: 0;
}

.navbar-toggler.open span {
    background: #fff;
}

.navbar-toggler span {
    transition: all 0.35s linear;
    transform: rotate(0deg);
    transform-origin: 0% 50%;
    background: #ea6020;
    height: 3px;
    width: 40px;
    display: block;
    margin-bottom: 9px;
}

.navbar-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg) translateY(3px) translateX(-2px);
}

@media all and (max-width:578px) {
    .navbar-expand-md {
        padding: 25px 15px;
    }
}

footer {
    background: #87888a;
    padding: 30px 15px 10px;
}

address {
    font-size: 18px;
    line-height: 30px;
}

address a,
address a:hover {
    color: #fff;
}

address a strong{
    unicode-bidi: bidi-override;
    direction: rtl;
}

.wpgmza-filter-widgets {
    padding: 0!important;
    display: none !important
}

.wpcf7 {
    max-width: 600px;
    width: 500px;
}

.portfolio li a {
    padding: 15px 10px;
    color: #fff;
    margin: 0 20px;
}

.portfolio .active {
    background: #ed6100;
}

.tab-content {
    margin-top: 50px;
}

.invest-link{
    margin: 0 20px 15px;
    position: relative;
    width: 160px;
    min-height: 90px;
    display: inline-block;
    line-height: 18px;
}

.invest-link div{
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 8px;
    background-color: #252524;
}

.invest-link span{

}

.tab-content .active {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.invest-link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}





/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
    margin-top: -108px;
    height: 80vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    border: 3px solid #ea6020;
    background: rgba(0, 0, 0, 0.75);
    bottom: initial;
    top: 240px;
    max-width: 600px;
    left: initial;
    padding: 50px 35px 25px;
    text-align: left;
}

.carousel-caption ul {
    min-height: 20px;
}

.carousel-caption h3 {
    font-size: 48px;
    word-break: break-all;
    line-height: 50px;
    margin-bottom: 30px;
}

.slider-more {
    padding: 10px 15px;
    border: 1px solid #ea5f21;
}

.slider-more:hover {
    background: rgba(0, 0, 0, 0.75);
}

.work-info {
    position: absolute;
    left: 40px;
    bottom: -30px;
    background: #ea6020;
    padding: 20px 20px;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
}

.work-info span {
    font-size: 24px;
}

.post-navigation {
    margin-top: 50px;
    padding: 0 30px;
}

.movie {
    top: 0;
    right: 0;
    position: absolute;
}

.gallery_item {
    margin: 15px;
}

@media all and (max-width:1200px) {
    .navbar .container {
        max-width: 99%!important;
    }
    .carousel-caption {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-item {
        height: 90vh;
    }
    .navbar-brand {
        margin-right: 25px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width:998px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .navbar-brand img {
        width: 130px;
    }
    .carousel-caption {
        top: 160px;
    }
}

@media all and (max-width:768px) {
    .carousel-caption {
        top: 150px;
        max-width: 90%;
        padding: 20px;
    }
    .carousel-caption h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .navbar-brand {
        margin-right: 50px;
    }
    .movie {
        position: static;
        margin-top: 5px;
        display: inline-block;
    }
}

@media all and (max-width:550px) {
    .page-content {
        padding: 25px 15px 25px;
    }
    .carousel-item {
        height: 100vh;
    }
    .nav-link,
    .lang-item a {
        font-size: 28px;
    }
    .language-switcher {
        margin-top: 5px;
    }
    .work-info br {
        display: none;
    }
    .work-info span {
        margin-left: 10px;
    }
    .tab-content {
        margin-top: 25px;
    }
    .header_bg {
        padding: 25px 30px;
    }
    footer h3 {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .portfolio li {
        margin-bottom: 30px;
    }
    .portfolio li a {
        font-size: 22px;
    }
    .invest-link {
        width: 130px;
        margin: 0 8px 15px;
    }
    .page-template-kontakt p {
        font-size: 28px;
    }
    .gallery_item {
        margin: 5px 0 5px;
    }
    .gallery_item img {
        width: 130px;
    }
    .work-info {
        left: -3px;
        bottom: -65px;
        padding: 10px 20px;
        text-align: left;
    }
}

@media all and (max-width:450px) {
    .carousel-item {
        height: 70vh;
    }
}

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*/

.btn,
.wpcf7 input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    background: #ed6100;
    color: #fff;
    text-transform: uppercase;
}

.form-control,
.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-validation-errors {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background: transparent;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid #565759;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wpcf7 textarea {
    height: 150px;
}

.form-control:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.wpcf7 .wpcf7-validation-errors:focus {
    background-color: transparent;
    border-color: #ed6100;
    outline: 0;
    box-shadow: none!important;
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.wpcf7 .show>input.dropdown-toggle[type=submit],
.wpcf7 input[type=submit]:not(:disabled):not(.disabled).active,
.wpcf7 input[type=submit]:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #ed6100;
    outline: 0;
    box-shadow: none!important;
    color: #fff;
}

.wpcf7 input[type=submit] {
    border: 2px solid #ed6100;
}

.wpcf7 input[type=submit]:hover {
    border: 2px solid #ed6100;
    background: rgba(0, 0, 0, 0.75);
}


/* animacja slide'u */
#carouselExampleIndicators .carousel-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 9;
    transition: background 1s linear;
    transition-delay: 0.25s;
}
#carouselExampleIndicators .carousel-item.active::before{
     background: rgba(0,0,0,0);
     z-index: -1;
}

.page-template-o-firmie .nav.justify-content-center.portfolio {
    display: none;
}

.page-template-o-firmie .tab-content {margin:0px;}