/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");

.biale p{color:#ffffff}
.kolor:after {
    content: " ";
    background: #38767f;
    width: 202.5%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
}
.zielone:after {
    content: " ";
    background: #4598a7;
    width: 202%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
}
.granat:after {
    content: " ";
    background: #133848;
    width: 202%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -110%;
}
span.big {
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.4em;
}
.vc_col-sm-3.dgw {
    padding-left: 0px;
}
.vc_col-sm-9.tel {
    font-size: 1.9em;
    margin-top: 10px;
}
p.info {
    text-align: center;
}

.powiekszenie img:hover {
    transform: scale(1.1);
    opacity: 0.7;
    transition-duration: 2s;
}