body
{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background: #232323;
}

a
{
    text-decoration: none;
}

h1.title-page
{
    font-weight: 500;
    text-align: center;
    border-top: 5px solid #ffde00;
    border-bottom: 5px solid #ffde00;
    margin: 10px 0;
    padding: 10px 0;
    color: #ffde00;
    font-size: 40px;
}

.container
{
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.clr
{
    clear: both;
}

#header
{
    background: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 215px;
    border-bottom: 5px solid #ffde00;
}

#header a.facebook
{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
}

#header a.facebook:hover
{
    color: #ffde00;
}

#header a.facebook i
{
    font-size: 28px;
}

#header p.phone
{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    text-align: right;
    font-size: 22px;
    padding: 0;
    margin: 0;
}

#header p.phone i 
{
    font-size: 35px;
    color: #ffde00;
}

#header img.logo
{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 0 10px;
}

#header ul.nav
{
    text-align: center;
    list-style-type: none;
    padding: 0;
}

#header ul.nav > li
{
    display: inline-block;
}

#header ul.nav > li a
{
    display: block;
    padding: 0 10px;
    font-size: 20px;
    color: #ffffff;
}

#header ul.nav > li a:hover
{
    color: #ffde00;
}

#header ul.button-nav
{
    display: none;
    text-align: center;
    list-style-type: none;
    padding: 0;
}

#header ul.button-nav:hover
{
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

#header ul.button-nav > li
{
    width: 100%;
}

#header ul.button-nav > li a
{
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #ffde00;
    font-size: 20px;
}

#header ul.button-nav > li a i
{
    font-size: 30px;
}

#header ul.button-nav > li:hover a
{
    background: #ffde00;
    color: #232323;
}

#header ul.button-nav > li > ul
{
    position: absolute;
    z-index: 200;
    display: none;
    background: #ffde00;
    text-align: center;
    list-style-type: none;
    padding: 0 10px;
    width: calc(100% - 40px);
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

#header ul.button-nav > li:hover > ul
{
    display: block;
}

#header ul.button-nav > li > ul > li a
{
    border-bottom: 1px solid #232323;
}

#header ul.button-nav > li > ul > li a:hover
{
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(35, 35, 35, 1);
}

#header ul.button-nav > li > ul > li:last-child a
{
    border-bottom: 0;
}

#home-slider
{
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

#home-slider,
#home-slider img
{
    width: 100% !important;
    height: auto !important;
}

.belt-info 
{
    background: #ffde00;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 58px;
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

.belt-info .container
{
    max-width: 1060px !important;
}

.belt-info img.belt-icon
{
    float: left;
    width: 92px;
    height: 57px;
    margin-right: 8px;
}

.belt-info h1.belt-text
{
    display: block;
    font-weight: 600;
    float: right;
    width: calc(100% - 100px);
    margin: 0;
    padding: 6px 0 0;
    color: #232323;
}

.belt-info h1.belt-text span
{
    display: none;
}

#boxes a.box
{
    width: calc(50% - 60px); 
    height: 390px;
    margin: 30px;
    float: left;
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

#boxes a.box.box1,
#boxes a.box.box2
{
    background-size: 1000px 399px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#boxes a.box.box1
{
    background: url(../img/box1.png);
}

#boxes a.box.box2
{
    background: url(../img/box2.png);
}

#boxes a.box .bg
{
    background: rgba(255, 222, 0, 0.7);
    padding: 20px;
}

#boxes a.box h2
{
    display: block;
    width: calc(100% - 20px);
    margin: 0;
    text-align: center;
    border: 10px solid #ffffff;
    color: #232323;
    padding: 150px 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 20px;
}

#boxes a.box:hover .bg
{
    background: rgba(255, 222, 0, 0);
}

#boxes a.box:hover h2
{
    color: #ffffff;
}

#page-contact
{
    background: #ffde00;
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.75);
}

#page-contact .contact
{
    margin: 10px auto;
}

#page-contact .contact.contact-address
{
    width: 300px;
}

#page-contact .contact.contact-time
{
    width: 680px;
}

#page-contact .contact.contact-phone
{
    width: 250px;
}

#page-contact .contact h1
{
    font-weight: 500;
    font-size: 35px;
    display: block;
    float: left;
    margin: 0;
    width: calc(100% - 50px);
}

#page-contact .contact h1 span
{
    display: none;
}

#page-contact .contact i
{
    width: 50px;
    float: left;
    display: block;
    text-align: center
}

#page-contact .contact i.fa-map-marker
{
    font-size: 40px;
}

#page-contact .contact i.fa-clock-o
{
    font-size: 40px;
}

#page-contact .contact i.fa-mobile
{
    font-size: 55px;
}

#map
{
    width: 100%;
    height: 400px;
}

#page
{
    min-height: 600px;
    color: #ffffff;
}

#page h3
{
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

#page h3.product_title,
#page h3 span,
#page a
{
    color: #ffde00;
}

#page a:hover 
{
    color: #ffffff;
}

#page h3 a.mobile-phone
{
    display: none;
}

#page h4
{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

#page p
{
    font-size: 20px;
}

#page .polityka-prywatnosci p
{
    font-size: 16px;
    text-align: justify;
}

#page ul.list
{
    font-size: 20px;
    margin-bottom: 45px;
}

#page table
{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    display: block;
}

#page table tr td:first-child
{
    width: 250px;
}

#page table tr
{
    height: 30px; 
}

#page table tr:first-child
{
    font-weight: 600;
    height: 40px;
    border-bottom: 0;
}

#page table tr:first-child td
{
    border-bottom: 0;
}

#page table tr td
{
    border-bottom: 1px solid #ffde00;
}

#page table tr td:last-child
{
    width: 175px;
    text-align: right;
}

#page table tr td:nth-child(2)
{
    width: 175px;
    text-align: center;
}

#page table tr td a
{
    color: #ffde00;
}

#page table tr td a:hover
{
    color: #ffffff;
}

#footer
{
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 70px;
    border-top: 5px solid #ffde00;
    padding: 10px 0;
    -webkit-box-shadow: 0px -10px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -10px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px -10px 11px -3px rgba(0,0,0,0.75);
    position: relative;
    z-index: 100;    
}

#footer a.polityka
{
    color: #ffde00;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

#footer a.polityka:hover
{
    color: #ffffff;
}

#footer p 
{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

#footer p span,
#footer p a
{
    color: #ffde00;
}

#footer p a:hover
{
    color: #ffffff;
}