/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Sep 26 2017 | 08:20:06 (pm)
/*
/******* Do not edit this file *******/

.persephone .tp-bullet{
  transform: skew(-20deg);
}

.przy1{
    display: block;
    border: 1px solid #1d2c5a;
    text-align: center;
    padding: 20px 50px 20px 51px !important;
    transform: skew(-20deg);
    background: #fff;
}

.przy1:hover{
    color: #1d2c5a;
    text-decoration: none;
}

.przy1 a{
  font-size: 45px;
  font-weight: 700;
  color: #79ba43;
  transform: skew(20deg);
}

.przy1 a:hover{
    text-decoration: none;
    color: #1d2c5a;
}

.telefon{
    font-weight: 700;
    color: #79ba43;
    font-size: 21px;
}

#Top_bar .top_bar_right:before{
    display: none;
}

#Top_bar .top_bar_right{
    top: 0 !important;
    background: #fff;
    float: left;
}

@media (max-width: 1100px){
    #Top_bar .top_bar_right{
        display: flex;
        justify-content: center;
        padding: 0;
        width: 100%;
    }
}