@charset "utf-8";
/* CSS Document */

/* COMMON */
body {
    background-color: #f7f7f7;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.check-media {
    display: none;
    width: 0;
}

a {
    border: 0;
    outline: none;
    text-decoration: none;
}

img {
    border: 0;
}

.clear-box {
    clear: both;
}

#intro, #o_nas, #oferta, #galeria, #kontakt, #footer {
    min-width: 100%;
    position: relative;
}

#o_nas, #galeria {
    background-color: #a70000;
}

#footer {
    background-color: #212121;
}

#intro {
    background: url(../images/intro_transport.jpg) repeat 1% center fixed;
    background-size: cover;
    display: block;
    position: relative;
}

.intro-container {
    text-align: center;
}

.content_container {
    padding: 100px 20px;
    min-height: 200px;
}

#intro svg, #o_nas svg, #oferta svg, #galeria svg, #kontakt svg {
    display: block;
    height: 70px;
    width: 100%;
}

.mask {
    display: block;
    position: relative;
}

#intro .mask, #oferta .mask {
    fill: #a70000;
}

#o_nas .mask, #galeria .mask {
    fill: #f7f7f7;
}

#kontakt .mask {
    fill: #212121;
}

#created_by {
    background-color: #121212;
    padding: 15px 0;
    text-align: center;
}

#created_by span {
    color: #ffffff;
    font-size: 12px;
}

#created_by span a {
    color: #a70000;
    padding: 0 10px;
}

#header_box {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    min-width: 100%;
    z-index: 6000;
    transition: all 0.3s linear;
}

.white {
    box-shadow: 1px 1px 5px #666666;
    background-color: #ffffff;
}

#header_content_container {
    margin: 0 auto;
}

#logo_box {
    float: left;
}

#logo_box a {
    display: block;
}

#logo_box a span {
    display: inline-block;
    vertical-align: middle;
}

#menu {
    float: right;
    margin-top: 20px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    color: #e20000;
    display: block;
    font-size: 18px;
    padding: 0 25px;
}

.active {
    font-weight: bold;
}

#menu_btn_box {
    position: relative;
}

#menu_btn_box span {
    background-image: url(../images/menu_btn.png);
    cursor: pointer;
    float: right;
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 200;
}

#menu_btn_box ul {
    background-color: #ffffff;
    border: solid 2px #c40000;
    border-radius: 5px;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 54px;
    width: 200px;
    z-index: 190;
}

#menu_btn_box ul li a {
    border-bottom: solid 1px #c40000;
    color: #c40000;
    display: block;
    padding: 10px;
    text-align: center;
}

.statistics .stat {
    background-color: rgba(0,0,0, 0.3);
    border: solid 1px #252525;
    border-radius: 5%;
    display: inline-block; 
}

.statistics .stat span {
    margin-bottom: 10px;
}

.stat .number, .stat .count-title {
    display: block; 
    width: 100%; 
    text-align: center;
}

.stat .number {
    color: #e20000; 
}

.statistics-inner {
    padding: 15px 3%; 
    text-align: center;
}

.statistics .stat, .statistics .stat .count-title {
    color: #ffffff;
}

.title {
    border-bottom: solid 1px #c40000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.sub-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#o_nas .content_container, #galeria .content_container {
    color: #ffffff;
}

#oferta .content_container, #kontakt .content_container {
    color: #c40000;
}

#footer .content_container {
    color: #ffffff;
}

#bottom_logo_box {
    text-align: center;
}

#bottom_menu ul {
    border-top: solid 1px #666666;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 10px 0;
}

#bottom_menu ul li {
    display: inline-block;
}

#bottom_menu ul li a {
    color: #666666;
    display: block;
    font-size: 14px;
    transition: all 0.2s linear;
}

#bottom_menu ul li a:hover {
    color: #a70000;
}

#bottom_menu ul li:not(:last-child) a:after {
    color: #666666 !important;
    content: '|';
    padding: 0 20px;
}

.content {
    margin-top: 30px;
}

.o-nas-content-box-1 {
    margin: 0 0 50px 0;
    padding: 0;
    text-align: justify;
}

.o-nas-content-box-1 img {
    background-color: #a10000;
    display: block;
    float: left;
    line-height: 0;
    margin: 0 10px 5px 0;
    padding: 10px;
}

.o-nas-content-box-1 span {
    display: block;
    text-indent: 20px;
    margin-bottom: 15px;
}

.country-title {
    border-bottom: solid 1px #e20000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 10px 0;
}

.country-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.country-list li {
    border: solid 1px #ffffff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    transition: all 0.2s linear;
}

.country-list li:hover {
    background-color: #ffffff;
    color: #a70000;
    transform: scale(1.3);
    box-shadow: 0px 0px 8px #6d0000;
}

.offer-box {
    border-bottom: solid 1px #cccccc;
    min-width: 100%;
}

.omi .mi {
    border: solid 1px #a70000;
    cursor: pointer;
    display: block;
    padding: 25px;
    text-align: center;
    transition: all 0.2s linear;
}

.omi .selected-menu-item {
    background-color: #a70000;
    color: #ffffff;
}

.obc {
    background-color: #f3f3f3;
    min-height: 300px;
    padding: 20px;
    text-align: justify;
}

.obc-hide {
    display: none;
}

#gallery_box {
    padding: 30px 0;
    text-align: center;
}

#gallery_box a {
    background-color: #a10000;
    display: inline-block;
    line-height: 0;
    margin: 10px;
    padding: 5px;
}

#gallery_box img {
    line-height: 0;
}

#contact_box {
    padding: 40px 0 20px 0;
}

#map_box h4 {
    border-bottom: solid 1px #a70000;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
    padding-bottom: 5px;
}

#contact_form {
    border: solid 5px #f9f9f9;
    padding: 10px;
}

#dane_teleadresowe span:nth-child(8) {
    margin-bottom: 20px;
}

#send_btn_box {
    margin-top: 20px;
    text-align: right;
}

#contact_form .messages {
    font-weight: bold;
}

.msg-ok {
    color: #008200;
}

.msg-ok, .msg-error {
    display: none;
    padding: 0 5px;
}

.send-msg-ok, .send-msg-error {
    color: #ffffff;
    display: none;
    font-size: 14px;
    font-style: italic;
    padding: 15px 10px;
    text-align: center;
}

.send-msg-ok {
    background-color: #008200;
}

.send-msg-error {
    background-color: #6d0000;
}

#contact_form label {
    padding: 5px 0;
}

#contact_form .messages, #contact_form label {
    display: inline-block;
    font-size: 12px;
}

#contact_form input[type=text] {
    border: solid 4px #a70000;
    color: #a70000;
    font-size: 14px;
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
}

textarea {
    border: solid 4px #a70000;
    color: #a70000;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    height: 200px;
    padding: 8px;
    resize: none;
    width: 100%;
}

#send_btn {
    background-color: #a70000;
    border: solid 2px #a70000;
    color: #ffffff;
    padding: 10px;
}

@media (min-width: 1200px) {
    .check-media {
        display: none;
        width: 1201px;
    }
    
    .content_container {
        margin: 0 auto;
        max-width: 1200px;
    }
    
    #header_content_container {
        max-width: 1200px;
    }
    
    #header_box {
        padding: 30px 10px;
    }

    .white {
        padding: 5px 5px !important;
    }
    
    #menu_btn_box {
        display: none;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo.png);
        height: 70px;
        width: 70px;
    }
    
    #logo_text {
        background-image: url(../images/wielinski_transport_logo_2.png);
        height: 70px;
        width: 211px;
    }
    
    .intro-container {
        padding-top: 220px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 60px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 40px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 100px;
        width: 250px;
    }
    
    .stat .number {
        font-size: 56px;
    }

    .statistics-inner {
        padding: 15px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 16px
    }
    
    .title {
        font-size: 40px;
    }
    
    .sub-title {
        font-size: 18px;
    }
    
    .omi {
        display: inline-block;
        width: 33.33%;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-right: none;
    }
    
    #dane_teleadresowe, #contact_form {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    
    #map {
        border: solid 10px #f9f9f9;
        height: 400px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 30px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 18px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
}

@media (min-width: 900px) and (max-width: 1199px){
    .check-media {
        display: none;
        width: 1200px;
    }
    
    .content_container {
        min-width: 100%;
    }
    
    #header_content_container {
        min-width: 100%;
    }
    
    #header_box {
        padding: 30px 10px;
    }

    .white {
        padding: 5px 5px !important;
    }
    
    #menu_btn_box {
        display: none;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo.png);
        height: 70px;
        width: 70px;
    }
    
    #logo_text {
        background-image: url(../images/wielinski_transport_logo_2.png);
        height: 70px;
        width: 211px;
    }
    
    .intro-container {
        padding-top: 220px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 50px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 30px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 100px;
        width: 180px;
    }
    
    .stat .number {
        font-size: 46px;
    }

    .statistics-inner {
        padding: 15px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 16px
    }
    
    .title {
        font-size: 40px;
    }
    
    .sub-title {
        font-size: 18px;
    }
    
    .omi {
        display: inline-block;
        width: 33.33%;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-right: none;
    }
    
    #dane_teleadresowe, #contact_form {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    
    #map {
        border: solid 8px #f9f9f9;
        height: 400px;
        min-width: 100%;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 30px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 18px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) and (max-width: 899px){
    .check-media {
        display: none;
        width: 899px;
    }
    
    .content_container {
        min-width: 100%;
    }
    
    #header_content_container {
        min-width: 100%;
    }
    
    #header_box {
        padding: 30px 10px;
    }

    .white {
        padding: 5px 5px !important;
    }
    
    #menu_btn_box {
        display: none;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo.png);
        height: 70px;
        width: 70px;
    }
    
    #logo_text {
        display: none;
    }
    
    .intro-container {
        padding-top: 220px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 40px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 20px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 100px;
        width: 150px;
    }
    
    .stat .number {
        font-size: 30px;
    }

    .statistics-inner {
        padding: 15px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 14px
    }
    
    .title {
        font-size: 35px;
    }
    
    .sub-title {
        font-size: 16px;
    }
    
    .omi {
        display: inline-block;
        width: 33.33%;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-right: none;
    }
    
    #dane_teleadresowe, #contact_form {
        min-width: 100%;
    }
    
    #map {
        border: solid 5px #f9f9f9;
        height: 300px;
        min-width: 100%;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
        text-align: center;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 30px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 18px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
    
    #send_btn_box {
        text-align: center;
    }
}

@media (min-width: 481px) and (max-width: 768px){
    .check-media {
        display: none;
        width: 768px;
    }
    
    .content_container {
        min-width: 100%;
    }
    
    #header_content_container {
        min-width: 100%;
    }
    
    #header_box {
        padding: 10px;
    }

    .white {
        padding: 5px !important;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo_medium.png);
        height: 50px;
        width: 50px;
    }
    
    #logo_text {
        display: none;
    }
    
    #menu {
        display: none;
    }
    
    .intro-container {
        padding-top: 150px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 40px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 20px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 60px;
        width: 150px;
    }
    
    .stat .number {
        font-size: 30px;
    }

    .statistics-inner {
        padding: 15px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 14px
    }
    
    .title {
        font-size: 30px;
    }
    
    .sub-title {
        font-size: 14px;
    }
    
    .omi {
        display: block;
        min-width: 100%;
    }
    
    .omi .mi {
        padding: 10px;
    }
    
    .offer-box-content {
        display: none;
    }
    
    .offer-box {
        border-bottom: none;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-bottom: none;
    }
    
    #dane_teleadresowe, #contact_form {
        min-width: 100%;
    }
    
    #map {
        border: solid 5px #f9f9f9;
        height: 300px;
        min-width: 100%;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
        text-align: center;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 30px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 18px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
    
    #send_btn_box {
        text-align: center;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .check-media {
        display: none;
        width: 480px;
    }
    
    .content_container {
        min-width: 100%;
    }
    
    #header_content_container {
        min-width: 100%;
    }
    
    #header_box {
        padding: 10px;
    }

    .white {
        padding: 5px !important;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo_medium.png);
        height: 50px;
        width: 50px;
    }
    
    #logo_text {
        display: none;
    }
    
    #menu {
        display: none;
    }
    
    .intro-container {
        padding-top: 150px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 40px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 20px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 40px;
        width: 150px;
    }
    
    .stat .number {
        font-size: 30px;
    }

    .statistics-inner {
        padding: 15px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 14px
    }
    
    .title {
        font-size: 26px;
    }
    
    .sub-title {
        font-size: 12px;
    }
    
    .o-nas-content-box-1 {
        text-align: center;
    }
    
    .o-nas-content-box-1 img {
        background-color: #a10000;
        display: block;
        float: none;
        line-height: 0;
        margin: 5px auto;
        padding: 10px;
    }
    
    .omi {
        display: block;
        min-width: 100%;
    }
    
    .omi .mi {
        padding: 10px;
    }
    
    .offer-box-content {
        display: none;
    }
    
    .offer-box {
        border-bottom: none;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-bottom: none;
    }
    
    #dane_teleadresowe, #contact_form {
        min-width: 100%;
    }
    
    #map {
        border: solid 5px #f9f9f9;
        height: 300px;
        min-width: 100%;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
        text-align: center;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 20px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 12px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
    
    #send_btn_box {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .check-media {
        display: none;
        width: 320px;
    }
    
    .content_container {
        min-width: 100%;
    }
    
    #header_content_container {
        min-width: 100%;
    }
    
    #header_box {
        padding: 10px;
    }

    .white {
        padding: 5px !important;
    }
    
    #logo_sign {
        background-image: url(../images/wielinski_transport_logo_medium.png);
        height: 50px;
        width: 50px;
    }
    
    #logo_text {
        display: none;
    }
    
    #menu {
        display: none;
    }
    
    .intro-container {
        padding-top: 150px;
    }
    
    .intro-container h1, .intro-container h2 {
        min-width: 100%;
        color: #ffffff;
    }
    
    .intro-container h1 {
        font-size: 30px;
        margin: 10px;
    }
    
    .intro-container h2 {
        font-size: 20px;
        margin: 5px;
    }
    
    .statistics .stat {
        margin-top: 30px;
        width: 150px;
    }
    
    .stat .number {
        font-size: 30px;
    }

    .statistics-inner {
        padding: 10px 3%; 
        text-align: center;
    }

    .stat .count-title {
        font-size: 14px
    }
    
    .title {
        font-size: 26px;
    }
    
    .sub-title {
        font-size: 12px;
    }
    
    .o-nas-content-box-1 {
        text-align: center;
    }
    
    .o-nas-content-box-1 img {
        background-color: #a10000;
        display: block;
        float: none;
        line-height: 0;
        margin: 5px auto;
        padding: 5px;
        width: 90%;
    }
    
    .omi {
        display: block;
        min-width: 100%;
    }
    
    .omi .mi {
        padding: 10px;
    }
    
    .offer-box-content {
        display: none;
    }
    
    .offer-box {
        border-bottom: none;
    }
    
    .offer-box-menu .omi:nth-child(1) .mi, .offer-box-menu .omi:nth-child(2) .mi {
        border-bottom: none;
    }
    
    #dane_teleadresowe, #contact_form {
        min-width: 100%;
    }
    
    #map {
        border: solid 5px #f9f9f9;
        height: 300px;
        min-width: 100%;
        margin: 0 auto;
    }
    
    #map iframe {
        height: 100%;
        width: 100%;
    }
    
    #dane_teleadresowe span {
        display: block;
        text-align: center;
    }
    
    #dane_teleadresowe span:nth-child(1) {
        font-size: 20px;
    }
    
    #dane_teleadresowe span:nth-child(2) {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    #dane_teleadresowe span:nth-child(3), #dane_teleadresowe span:nth-child(4), #dane_teleadresowe span:nth-child(5) {
        font-size: 12px;
    }
    
    #dane_teleadresowe span:nth-child(5) {
        margin-bottom: 10px;
    }
    
    #send_btn_box {
        text-align: center;
    }
}