/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

h5 {
    padding-bottom:20px;
}

h3 {
    margin-bottom: 35px;
}

.text-white h1 {
    color: #ffffff;
}

.header_bottom {
    padding: 30px 0;
}

#uslugi {
    background-image: url("http://komart.stronazen.pl/admin/wp-content/uploads/2016/07/bg_uslugi.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 15px;
}

#maszyny {
    background-image: url("http://komart.stronazen.pl/admin/wp-content/uploads/2016/07/bg_maszyny.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding:80px 15px;
}

.button-zobacz {
    color: #312783;
    padding: 13px 36px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ffffff;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}


.button-zobacz:hover {
    color: #ffffff;
    padding: 13px 45px;
    background-color: rgba(255, 0, 0, 0);
    border: 2px solid #ffffff;
}

.button-oferta {
    color: #ffffff;
    text-align: center;
    padding: 13px 10px;
    background-color: #312783;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #312783;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    margin-bottom:10px;
}

.button-oferta:hover {
    color: #312783;
    background-color: rgba(255, 0, 0, 0);
    border: 2px solid #312783;
}

tr {
    border-bottom: 1px solid #e3e3e3;
}

tr:last-child {
    border-bottom: 0px;
}

table td {
    padding: 10px 30px;
    line-height: 18px;
    vertical-align: middle;
    border-right: 1px solid #e3e3e3;
}

table td:last-child {
    border-right: 0px;
}

tr td:first-child {
    text-align:left;
}

a.top1 {
    position: relative;
    top: -160px;
    display: block;
    height: 0;
    width: 0;
}
    

@media screen and (min-width: 1000px) {

.contact-50 {
    width: 49.5%;
    float: left;
}

.contact-50-right {
    width: 49.5%;
    float: right;
}

.content.content_top_margin {
    margin-top: 160px!important;
}

.text-o-firmie p {
    text-align: center !important;
    padding: 0px 60px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
}

@media screen and (max-width: 999px) {
.text-o-firmie p {
    text-align: center !important;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
}