@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

@font-face {
    font-family: BebasNeue;
    src: url(/fonts/BebasNeueBold.otf);
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 0;
}

.d-none {
    display: none !important;
}

a {
    color: #99c9e9;
    text-decoration: none;
    font-weight: 300;
}

a:hover {
    color: #337ab7;
    text-decoration: none;
}

h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    margin-left: 30px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
}

.mobile_only {
    display: none;
}

#landing_page {
    #background: url('/img/bg_landing.jpg') no-repeat fixed;
    background-size: cover;
    cursor: pointer;
}

#landing_consteel_logo {
    position: absolute;
    top: 13vh;
    left: 8vw;
    width: 23vw;
}

#main_line {
    width: 85vw;
    margin: auto;
    margin-top: 30vh;
}

#loading_line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #4376c3;
}

#layer {
    width: 100%;
    height: 96vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    position: fixed;
    top: 4vw;
    left: 0;
}

#menu_bar:hover+#layer {
    display: block;
}

#menu_bar {
    background-color: #ffffff;
    width: 100%;
    height: 4vw;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    text-align: center;
}

#menu_bar ul {
    padding: 0;
    margin: auto;
    display: inline-block;
    width: 90%;
}

#menu_bar ul li {
    display: inline-block;
    color: #99c9e9;
    margin: 0;
    padding: 1vw;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 400;
    font-family: BebasNeue;
}

#menu_bar ul li:hover {
    color: #0077c8;
    font-weight: 400;
}

#menu_bar ul li:hover>#layer {
    display: block !important;
}

#menu_bar ul li.menu_bar_active a {
    color: #0077c8;
    font-weight: 400;
}

#menu_bar ul li.active_contact {
    color: #0077c8;
    font-weight: 400;
    margin-left: 0px;
}


#menu_bar ul.submenu {
    position: absolute;
    list-style: none;
    background: #0077c8;
    text-align: center;
    width: 14vw !important;
    padding: 1vw 0 !important;
    display: none;
    top: 4vw;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

#menu_bar ul li:hover>.submenu,
#menu_bar ul li:hover>#layer {
    display: block;
}

#submenu_ofirmie {
    left: 11vw;
}

ul.submenu li {
    display: block !important;
    text-align: left !important;
    font-size: 0.8vw !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 200 !important;
    padding: 0 1vw !important;
    margin: 0.8vh 0 !important;
}

.submenu .active {
    color: #ffffff !important;
}

ul.submenu li:hover {
    color: #ffffff !important;
}


.full_page {
    width: 100%;
    height: 100vh;
    display: block;
}

.text_box {
    min-height: 20vh;
    max-height: 75vh;
    width: 35vw;
    background: #ffffff;
    display: block;
    margin-top: 25vh;
    float: right;
    padding: 8vh 5vw 8vh 4vw;
    overflow: hidden;

}

#ofirmie_text,
#co_wyroznia_text,
#mocne_fundamenty_text,
#generalny_wykonawca_text,
#konstrukcje_zelbetonowe_text,
#roboty_wykonczeniowe_text {
    height: 75vh;
    margin-top: 15vh;
}

#zakres_uslug_text {
    margin-top: 15vh;
}

.text_box_kontakt {
    min-height: 20vh;
    max-height: 85vh;
    width: 35vw;
    background: #ffffff;
    display: block;
    margin-top: 15vh;
    float: right;
    padding: 2vw;
}

.text_box_odd {
    float: left !important;
}

.title_h2 {
    color: #0077c8;
    border-bottom: 1px solid #0077c8;
    margin-bottom: 0;
    padding-bottom: 2vh;
    font-size: 2.5vw;
    margin-top: 2vh;
    font-family: BebasNeue;
}

.text_box_text {
    color: #000000;
    display: block;
    font-size: 0.8vw;
    padding-top: 3vh;
}

.extra_text {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.invest_info_top {
    background-color: #0077c8;
    display: block;
    min-height: 10vh;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
    font-size: 0.8vw;
    padding: 2vw 0;
}

.invest_info_top h3 {
    font-size: 5vw;
    font-family: BebasNeue;
    padding: 0;
    margin: 2vh 0;
    line-height: 5vw;
}

.invest_info {
    padding: 0 !important;
}

.invest_info_bottom {
    color: #000000;
    text-align: center;
    font-size: 0.8vw;
    padding: 2vw 0;
}

.gallery_button {
    width: 19vw;
    border: 1px solid #313435;
    display: block;
    margin: 4vh auto 0;
    color: #313435;
    padding: 1vh;
}

.gallery_button:hover {
    background: #313435;
    color: #ffffff;
}

#co_wyroznia_list li,
#zakres_uslug_list li {
    list-style: none;
    margin-bottom: 0.5vw;
}

.list_style {
    background: url(/img/strzalka_niebieska.png) no-repeat;
    background-size: 1vw;
    display: inline-block;
    width: 2vw;
    height: 1.6vw;
}

.list_text {
    display: inline-block;
    width: 21vw;
    vertical-align: top;
    line-height: 1.1vw;
}

.text_box_text ul {
    margin-left: 0;
    padding-left: 0;
}

.arrow_down {
    position: absolute;
    bottom: 2vh;
    right: 2vw;
    width: 1.5vw;
    cursor: pointer;
}

.arrow_up {
    position: absolute;
    top: 5vw;
    right: 2vw;
    width: 1.5vw;
    cursor: pointer;
}

#cookie_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0077c8;
    color: #ffffff;
    text-align: center;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.5vh;
}

#cookie_close {
    display: inline-block;
    border: 1px solid #ffffff;
    width: 3.5vw;
    height: 3vh;
    vertical-align: middle;
    line-height: 3vh;
    margin: 0 2vw;
    cursor: pointer;
}

.text_box_kontakt h3 {
    color: #0077c8;
    font-size: 3vw;
    font-family: BebasNeue;
    margin: 1vh 0;
}

#kontakt_form {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 35vh;
    border-right: 1px solid #0077c8;
    vertical-align: top;
    margin-right: 4%;
}

#kontakt_form .raport {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
}

#kontakt_form input {
    width: 90%;
    border: 1px solid #0077c8;
    font-size: 0.8vw;
    height: 2vw;
    padding-left: 0.5vw;
    margin-bottom: 1vh;
    color: #000000;
}

#kontakt_form input.is-invalid {
    border: 1px solid #FF0000;
}

#kontakt_form textarea {
    width: 90%;
    border: 1px solid #0077c8;
    font-size: 0.8vw;
    height: 6vw;
    padding-left: 0.5vw;
    margin-bottom: 1vh;
    color: #000000;
}

#submit_button {
    background: #0077c8;
    border: 0;
    margin-top: 1vh;
    width: 90%;
    padding: 2%;
    font-size: 1vw;
    font-weight: bold;
    color: #ffffff !important;
}

.submit_button {
    background: #0077c8;
    border: 0;
    margin-top: 1vh;
    width: 90%;
    padding: 2%;
    font-size: 1vw;
    font-weight: bold;
    color: #ffffff !important;
}

#hotelairport .text_box,
#annopol .text_box {
    margin-top: 20vh;
}

#thepark .text_box {
    margin-top: 16vh;
}

#kontakt_info {
    width: 64%;
    display: inline-block;
    color: #000000;
    font-size: 0.8vw;
}

#kontakt_info_left {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    width: 45%;
}

#kontakt_info_right {
    display: inline-block;
    vertical-align: top;
}



@media screen and (max-width: 1050px) {
    .mobile_only {
        display: initial;
    }

    body {
        background-size: 100%;
    }

    .full_page {
        height: initial;
        float: left;
    }

    #menu_bar {
        display: none;
    }

    #main_text_box,
    #main_text_box_extended {
        left: 0;
    }

    .submenu div {
        left: 0;
        background: none;
        font-size: 14px;
        width: 220px;
        position: relative;
        margin-top: 0;
        padding-top: 0;
        height: initial;
    }

    .submenu div ul li a {
        width: 176px;
    }

    #main_text_box {
        top: initial;
        left: initial;
        bottom: 2px;
        right: initial;
        margin: 0 10%;
        width: 80%;
        text-align: center;
        min-width: 300px;
    }

    #landing_consteel_logo {
        width: 84vw;
    }

    .text_box,
    .text_box_kontakt {
        width: 95vw !important;
        background: #ffffff;
        display: block;
        float: right;
        padding: 3vh 5vw 8vh 4vw;
        overflow: hidden;
        max-height: initial;
        min-height: initial;
        text-align: center;
        margin-top: 0;

    }

    #ofirmie_text,
    #co_wyroznia_text,
    #mocne_fundamenty_text,
    #generalny_wykonawca_text,
    #konstrukcje_zelbetonowe_text,
    #roboty_wykonczeniowe_text,
    #konstrukcje_zelbetonowe_text {
        height: initial;
        margin-top: 0vh;
    }

    #ofirmie_text_content,
    #mocne_fundamenty_text_content,
    #co_wyroznia_text_content,
    #generalny_wykonawca_text_content,
    #konstrukcje_zelbetonowe_text_content,
    #roboty_wykonczeniowe_text_content {
        height: initial !important;
    }

    .title_h2 {
        font-size: 32px;
    }

    .text_box_text {
        font-size: 12px;
        text-align: left;
    }

    .list_style {
        background: url(/img/strzalka_niebieska.png) no-repeat;
        background-size: 12px;
        display: inline-block;
        width: 16px;
        height: 12px;
        background-position-y: 50%;
    }

    .list_text {
        display: inline-block;
        width: 70vw;
        vertical-align: top;
        line-height: initial !important;
        height: initial;
    }

    #co_wyroznia_list li,
    #zakres_uslug_list li {
        height: initial;
        margin-bottom: 5px;
    }

    #zakres_uslug_text {
        margin-top: 0vh;
    }

    #mobile_logo {
        width: 175px;
        padding: 2vw;
    }

    #menu_opener,
    #menu_opener_2 {
        float: right;
        padding: 15px;
        width: 60px;
        cursor: pointer;
    }

    #mobile_page_title {
        background: #0077c8;
        text-align: center;
        display: block;
        padding: 2px;
    }

    #mobile_page_title h2 {
        margin: 10px;
        font-family: BebasNeue;
        font-size: 32px;
    }

    #mobile_submenu {
        display: block;
        height: 20px;
    }

    #mobile_menu_box {
        background: #0077c8;
        padding: 5px 0;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 110;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    }

    #mobile_menu_box ul {
        list-style: none;
        padding: 0;
    }

    #mobile_menu_box ul li {
        padding: 5px 0;
        font-family: BebasNeue;
        font-size: 22px;
    }

    #mobile_menu_box ul li a:hover,
    #mobile_menu_box ul li a.active {
        color: #ffffff;
    }

    #submenu_opener,
    #submenu_opener_2 {
        width: 15px;
        float: right;
        margin-right: 20px;
        margin-top: 2px;
        cursor: pointer;
    }

    #mobile_submenu_box {
        display: block;
        background: #0077c8;
        position: absolute;
        width: 100%;
        z-index: 100;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    }

    #mobile_submenu_box ul {
        list-style: none;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #mobile_submenu_box ul li {
        padding: 5px 0;
        font-family: BebasNeue;
        font-size: 22px;
    }

    #mobile_submenu_box ul a:hover,
    #mobile_submenu_box ul a.active {
        color: #ffffff !important;
    }

    #cookie_info {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #0077c8;
        color: #ffffff;
        text-align: center;
        height: 85px;
        line-height: 20px;
        font-size: 12px;
    }

    #cookie_close {
        display: inline-block;
        border: 1px solid #ffffff;
        width: 25px;
        height: 20px;
        vertical-align: middle;
        line-height: 20px;
        margin: 0 5px;
        cursor: pointer;
        text-align: center;
    }

    #cookie_info span a {
        display: block;
    }

    .invest_info {
        padding: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .invest_info_top {
        background-color: #0077c8;
        display: block;
        min-height: 50px;
        text-align: center;
        font-size: 31px;
        padding: 2vw 0;
    }

    .invest_info_top h3 {
        font-size: 45px;
        font-family: BebasNeue;
        padding: 0;
        margin: 10px 0;
        line-height: 45px;
    }

    .invest_info_top span {
        font-size: 14px;
        line-height: 14px;
        width: 90%;
        display: block;
        margin: 10px auto;
    }

    .invest_info_bottom {
        color: #000000;
        text-align: center;
        font-size: 14px;
        padding: 3vh 4vw 3vh 4vw;
        line-height: 20px;
        min-height: 50px;
    }

    .gallery_button {
        width: 50%;
        border: 1px solid #313435;
        display: block;
        margin: 12px auto;
        color: #313435;
        padding: 5px;
        height: 35px;
        line-height: 20px;
    }

    .arrow_up,
    .arrow_down {
        display: none;
    }

    .text_box_kontakt h3 {
        color: #0077c8;
        font-size: 32px;
        font-family: BebasNeue;
        margin: 1vh 0;
    }

    #kontakt_form {
        display: inline-block;
        width: 100%;
        height: initial;
        border-right: none;
        vertical-align: top;
        margin-right: 0;
    }


    #kontakt_form input {
        font-size: 12px;
        height: 35px;
        padding-left: 5px;
        margin-bottom: 7px;
    }

    #kontakt_form textarea {
        font-size: 12px;
        height: 75px;
        padding-left: 5px;
        margin-bottom: 15px;
    }

    input#submit_button {
        margin-top: 7px;
        width: 90%;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        height: 35px;
    }

    #kontakt_info {
        width: 100%;
        display: inline-block;
        color: #000000;
        font-size: 14px;
        margin-top: 25px;
    }

    #kontakt_info_left {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        text-align: left;
        margin: auto;
    }

    #kontakt_info_right {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        text-align: left;
        margin: auto;
        margin-top: 25px;
    }

    #pakiety {
        line-height: 45px !important;
        display: none !important;
    }

    #pakiety_mobile {
        display: inline-block !important;
    }
}




a.link_attach {
    padding: 10px 0 10px 45px;
    display: table;
    background: url('../images/Ikonka_PDF_inactive.png') left top no-repeat;
    background-size: contain;
}

a.link_attach:hover {
    background: url('../images/Ikonka_PDF_active.png') left top no-repeat;
    background-size: contain;
}

span.list_text.list_custom_middle {
    vertical-align: middle;
}

span.list_style.list_custom_middle {
    vertical-align: middle;
    background-position: 0 6px;
    height: 1.9vw;
}


@media(max-width:1050px) {
    #referencje_text_content {
        overflow: visible !important;
    }

    #referencje_text.text_box {
        overflow: visible !important;
    }

    #referencje_list {
        list-style: none;
    }

    span.list_style.list_custom_middle {
        vertical-align: middle;
        background-position: 0 8px;
        height: 30px;
    }
}

.row-value {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.row-value .label {
    margin-right: 5px;
}

.row-value .value {
    font-weight: bold;
}

.row-value-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row-value .label {}

.row-value-wrap .value {
    font-weight: bold;
}

.row-value-wrap .value p {
    margin: 0;
}