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

html, *{box-sizing:border-box}

html, body
{
    background-color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

a {
    border: 0px;
    outline: none;
}

img {
    border: 0px;
}

.clear-box {
    clear: both;
}

.hidden {
    height: 1px;
}

#intro, #nasza_firma, #uslugi_transportowe, #kontakt, #dane_teleadresowe, #mapa {
    position: relative;
}

#quick_menu_box {
    width:220px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -110px;
}

#quick_menu_box a {
    display: inline-block;
}

#quick_menu_box a img {
    margin: 5px;
}

#arrow_box {
    width: 70px;
    height: 40px;
    background-color: rgba(0,0,0, 0.65);
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -35px;
}

#menu_box {
    z-index: 999999;
}

@media (min-width: 1200px) {

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
    }

    #intro_content {
        margin: 7% auto 0px auto;
        text-align: center;
    }

    #menu_box {
        height: 80px;
        background-color: #151515;
        min-width: 100%;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        margin-top: 15px;
    }

    #menu_btn_box {
        display: none;
    }

    #menu_btn_box + div.clear-box {
        display: none;
    }

    #menu {
        margin: 0px auto;
        width: 1200px;
    }

    nav {
        display: block;
        float: right;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    nav ul li {
        float: left;
    }

    nav ul li a {
        border-bottom: solid 5px #151515;
        color: #ffffff;
        display: block;
        line-height: 75px;
        padding: 0px 10px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a.active {
        border-bottom: solid 5px #e50000;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #e50000;
    }

    nav ul li:last-child a {
        background-color: #d30000;
        border-bottom: solid 5px #d30000;
    }

    nav ul li a span:first-child {
        display: none;
    }

    .rwd-block-left, .rwd-block-right {
        display: table;
        height: 600px;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        display: table-row;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        display: table-cell;
        padding: 100px 70px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 20px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 60px solid #c50000;
        position: absolute;
        top: 300px;
        margin-top: -60px;
        left: 100%;
    }

    .rwd-block-right > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-right: 60px solid #c50000;
        position: absolute;
        top: 300px;
        margin-top: -60px;
        left: 100%;
        margin-left: -60px;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 25%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 42px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }

    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 56px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 56px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 56px;
        font-weight: normal;
        margin: 0px 0px 20px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 24px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 32px;
        font-weight: bold;
    }

    #mapa > div div {
        padding: 0px;
    }

    #mapa > div div:nth-child(1) iframe {
        border: 0px;
        height: 700px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 90%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 300px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 90%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }

}

@media (min-width: 900px) and (max-width: 1199px){

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
        min-width: 100%;
    }

    #intro_content {
        margin: 7% auto 0px auto;
        text-align: center;
    }

    #menu_box {
        height: 80px;
        background-color: #151515;
        min-width: 100%;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        margin-top: 15px;
    }

    #menu_btn_box {
        display: none;
    }

    #menu_btn_box + div.clear-box {
        display: none;
    }

    #menu {
        margin: 0px auto;
        min-width: 100%;
    }

    nav {
        display: block;
        float: right;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    nav ul li {
        color: #ffffff;
        float: left;
    }

    nav ul li a {
        border-bottom: solid 5px #151515;
        color: #ffffff;
        font-size: 16px;
        display: block;
        line-height: 75px;
        padding: 0px 10px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a.active {
        border-bottom: solid 5px #e50000;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #e50000;
    }

    nav ul li:last-child a {
        background-color: #d30000;
        border-bottom: solid 5px #d30000;
    }

    nav ul li a span:first-child {
        display: none;
    }

    .rwd-block-left, .rwd-block-right {
        display: table;
        height: 600px;
        position: relative;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        display: table-row;
        position: relative;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        display: table-cell;
        padding: 100px 70px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 20px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 60px solid #c50000;
        position: absolute;
        top: 300px;
        margin-top: -60px;
        left: 100%;
    }

    .rwd-block-right > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-right: 60px solid #c50000;
        position: absolute;
        top: 300px;
        margin-top: -60px;
        left: 100%;
        margin-left: -60px;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 25%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 42px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }

    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 56px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 56px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }
    
    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 46px;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 28px;
        font-weight: bold;
    }

    #mapa > div div {
        padding: 0px;
    }

    #mapa > div div:nth-child(1) iframe {
        border: 0px;
        height: 700px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 90%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 300px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 90%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }

}

@media (min-width: 769px) and (max-width: 899px){

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
        min-width: 100%;
    }

    #intro_content {
        margin: 5% auto 0px auto;
        text-align: center;
    }

    #menu_box {
        height: 80px;
        background-color: #151515;
        min-width: 100%;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        margin-top: 15px;
    }

    #menu_btn_box {
        display: none;
    }

    #menu_btn_box + div.clear-box {
        display: none;
    }

    #menu {
        margin: 0px auto;
        min-width: 100%;
    }

    nav {
        display: block;
        float: right;
        margin: 10px 10px 0px 0px;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    nav ul li {
        color: #ffffff;
        float: left;
    }

    nav ul li a {
        border-bottom: solid 5px #151515;
        color: #ffffff;
        display: block;
        height: 70px;
        margin: 0px 5px;
        padding-top: 10px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #e50000;
    }

    nav ul li a:hover > span {
        transition: all 0.5s ease;
    }

    nav ul li a:hover > span {
        transform: rotate(360deg);
    }

    nav ul li a span:nth-child(1) {
        display: block;
        height: 40px;
        width: 40px;
        margin: 0px auto;
    }

    nav ul li a span:nth-child(1) img {
        width: 100%;
        height: 100%;
    }

    nav ul li a span:nth-child(2) {
        display: none;
    }
    
    .rwd-block-left, .rwd-block-right {
        position: relative;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        position: relative;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        padding: 80px 70px 40px 70px;
        position: relative;
        text-align: center;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 20px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid #c50000;
        position: absolute;
        top: 100%;
        margin-left: -60px;
        left: 50%;
        z-index: 9999;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 25%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 42px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }
    
    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 46px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 46px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }
    
    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 46px;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 28px;
        font-weight: bold;
    }

    #mapa > div > div div:nth-child(2) {
        padding: 0px;
    }

    #mapa > div > div div:nth-child(2) iframe {
        border: 0px;
        height: 300px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 90%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 300px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 90%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }
}

@media (min-width: 481px) and (max-width: 768px){

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
        min-width: 100%;
    }

    #intro_content {
        margin: 5% 20% 0px 20%;
        text-align: center;
    }

    #intro_content img {
        height: auto;
        width: 100%;
    }

    #menu_box {
        background-color: #151515;
        min-width: 100%;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        height: 50px;
    }

    #menu_btn_box {
        display: block;
        float: right;
        height: 50px;
        width: 50px;
        transition: all 0.3s ease;
    }

    #menu_btn_box:hover {
        background-color: #c60000;
    }

    #menu {
        margin: 0px auto;
        min-width: 100%;
    }

    nav {
        background-color: #c60000;
        display: none;
        padding-top: 5px;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    nav ul li {
        color: #ffffff;
        display: inline-block;
    }

    nav ul li a {
        color: #ffffff;
        display: block;
        height: 50px;
        margin: 0px 5px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #ffffff;
    }

    nav ul li a:hover > span {
        transition: all 0.5s ease;
    }

    nav ul li a:hover > span {
        transform: rotate(360deg);
    }

    nav ul li a span:nth-child(1) {
        display: block;
        height: 40px;
        width: 40px;
        margin: 0px auto;
    }

    nav ul li a span:nth-child(1) img {
        width: 100%;
        height: 100%;
    }

    nav ul li a span:nth-child(2) {
        display: none;
    }

    .rwd-block-left, .rwd-block-right {
        position: relative;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        position: relative;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        padding: 80px 70px 40px 70px;
        position: relative;
        text-align: center;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 20px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid #c50000;
        position: absolute;
        top: 100%;
        margin-left: -60px;
        left: 50%;
        z-index: 9999;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 25%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 32px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }
    
    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 46px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 46px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }
    
    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 46px;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 28px;
        font-weight: bold;
    }

    #mapa > div > div div:nth-child(2) {
        padding: 0px;
    }

    #mapa > div > div div:nth-child(2) iframe {
        border: 0px;
        height: 300px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 90%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 300px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 90%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }
}

@media (min-width: 321px) and (max-width: 480px) {

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
        min-width: 100%;
    }

    #intro_content {
        margin: 5% 5% 0px 5%;
        text-align: center;
    }

    #intro_content img {
        height: auto;
        width: 100%;
    }

    #menu_box {
        background-color: #151515;
        min-width: 100%;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        height: 50px;
    }

    #menu_btn_box {
        display: block;
        float: right;
        height: 50px;
        width: 50px;
        transition: all 0.3s ease;
    }

    #menu_btn_box:hover {
        background-color: #c60000;
    }

    #menu {
        margin: 0px auto;
        min-width: 100%;
    }

    nav {
        background-color: #c60000;
        display: none;
        padding-top: 5px;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    nav ul li {
        color: #ffffff;
        display: inline-block;
    }

    nav ul li a {
        color: #ffffff;
        display: block;
        height: 50px;
        margin: 0px 5px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #ffffff;
    }

    nav ul li a:hover > span {
        transition: all 0.5s ease;
    }

    nav ul li a:hover > span {
        transform: rotate(360deg);
    }

    nav ul li a span:nth-child(1) {
        display: block;
        height: 40px;
        width: 40px;
        margin: 0px auto;
    }

    nav ul li a span:nth-child(1) img {
        width: 100%;
        height: 100%;
    }

    nav ul li a span:nth-child(2) {
        display: none;
    }

    .rwd-block-left, .rwd-block-right {
        position: relative;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        position: relative;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        padding: 80px 70px 40px 70px;
        position: relative;
        text-align: center;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 16px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid #c50000;
        position: absolute;
        top: 100%;
        margin-left: -60px;
        left: 50%;
        z-index: 9999;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 35%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 32px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }
    
    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 26px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 26px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }
    
    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 14px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 20px;
        font-weight: bold;
    }

    #mapa > div > div div:nth-child(2) {
        padding: 0px;
    }

    #mapa > div > div div:nth-child(2) iframe {
        border: 0px;
        height: 300px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 100%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 200px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 100%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }
}

@media (max-width: 320px) {

    #intro {
        background: url(../images/intro_bg_big.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 400px;
        min-width: 100%;
    }

    #intro_content {
        margin: 5% 5% 0px 5%;
        text-align: center;
    }

    #intro_content img {
        height: auto;
        width: 100%;
    }

    #menu_box {
        background-color: #151515;
        width: 320px;
        position: fixed;
        top: 0;
    }

    .is-hidden {
        display: none;
    }

    .is-visible {
        display: block;
    }

    #menu_logo_box {
        float: left;
        height: 50px;
    }

    #menu_btn_box {
        display: block;
        float: right;
        height: 50px;
        width: 50px;
        transition: all 0.3s ease;
    }

    #menu_btn_box:hover {
        background-color: #c60000;
    }

    #menu {
        margin: 0px auto;
        min-width: 100%;
    }

    nav {
        background-color: #c60000;
        display: none;
        padding-top: 5px;
        position: relative;
    }

    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    nav ul li {
        color: #ffffff;
        display: inline-block;
    }

    nav ul li a {
        color: #ffffff;
        display: block;
        height: 50px;
        margin: 0px 5px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    nav ul li a:hover {
        border-bottom: solid 5px #ffffff;
    }

    nav ul li a:hover > span {
        transition: all 0.5s ease;
    }

    nav ul li a:hover > span {
        transform: rotate(360deg);
    }

    nav ul li a span:nth-child(1) {
        display: block;
        height: 40px;
        width: 40px;
        margin: 0px auto;
    }

    nav ul li a span:nth-child(1) img {
        width: 100%;
        height: 100%;
    }

    nav ul li a span:nth-child(2) {
        display: none;
    }

    .rwd-block-left, .rwd-block-right {
        position: relative;
        width: 100%;
    }

    .rwd-block-left > div, .rwd-block-right > div {
        position: relative;
    }

    .rwd-block-left > div div, .rwd-block-right > div div {
        padding: 80px 70px 40px 70px;
        position: relative;
        text-align: center;
    }

    .rwd-block-left > div div:nth-child(1), .rwd-block-right > div div:nth-child(2) {
        background-color: #c50000;
    }

    .rwd-block-left > div div:nth-child(2), .rwd-block-right > div div:nth-child(1) {
        color: #550000;
        font-size: 16px;
        font-style: italic;
    }

    .rwd-block-left > div div:nth-child(1):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 60px solid #c50000;
        position: absolute;
        top: 100%;
        margin-left: -60px;
        left: 50%;
        z-index: 9999;
    }

    .rwd-block-left > div div:nth-child(1) img, .rwd-block-right > div div:nth-child(2) img {
        height: auto;
        width: 35%;
    }

    .rwd-block-left > div div:nth-child(1) h1, .rwd-block-right > div div:nth-child(2) h1 {
        color: #ffffff;
        font-size: 32px;
        font-weight: lighter;
        margin: 0px;
        padding: 0px;
    }
    
    #transport_passion {
        background: url(../images/transport_passion.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_passion h2 {
        color: #ffffff;
        font-size: 26px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }

    #transport_everywhere {
        background: url(../images/transport_miedzynarodowy.jpg) repeat 1% center fixed;
        background-size: cover;
        min-height: 200px;
        min-width: 100%;
    }

    #transport_everywhere h2 {
        color: #ffffff;
        font-size: 26px;
        margin: 0;
        padding: 100px 5%;
        text-align: center;
        text-shadow: 0px 0px 8px #151515;
    }
    
    #dane_teleadresowe {
        background-color: #2a2a2a;
        min-height: 200px;
        padding: 50px 0px;
        width: 100%;
    }

    #dane_teleadresowe h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        padding: 0;
        text-align: center;
    }

    #dane_teleadresowe span {
        color: #ffffff;
        display: block;
        font-size: 14px;
        text-align: center;
    }

    #dane_teleadresowe span:nth-child(6) {
        font-size: 20px;
        font-weight: bold;
    }

    #mapa > div > div div:nth-child(2) {
        padding: 0px;
    }

    #mapa > div > div div:nth-child(2) iframe {
        border: 0px;
        height: 300px;
        width: 100%;
    }
    
    #email_form label {
        color: #666666;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
    }

    #email_form input[type=text] {
        border: solid 5px #666666;
        display: block;
        font-size: 24px;
        margin: 5px auto;
        padding: 10px;
        width: 100%;
    }

    #email_form textarea {
        border: solid 5px #666666;
        display: block;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        height: 200px;
        margin: 5px auto;
        padding: 10px;
        resize: vertical;
        width: 100%;
    }

    #email_form input[type=submit] {
        background-color: #8c0000;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 30px;
    }

    .form-error {
        color: #c60000;
        font-size: 14px;
        font-style: normal;
    }

    .hide-error {
        display: none;
    }

    .show-error {
        display: block;
    }

    #project {
        background-color: #f4f4f4;
        font-size: 14px;
        text-align: center;
        min-width: 100%;
        padding: 20px;
    }

    #project a {
        color: #c60000;
        font-weight: bold;
        text-decoration: none;
    }
}
