.page-order-supplies nav.site-breadcrumbs {
display: none;
}

.page-order-supplies .has-social {
    width: 60%;
    float: left;
    display: none;
}


.page-custom-stamps nav.site-breadcrumbs {
display: none;
}

.page-custom-stamps .has-social {
    width: 60%;
    float: left;
    display: none;
}

.page-order-online nav.site-breadcrumbs {
 display: none;
}

.cstmusers p{
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.467;
}
body .cstmusers img{
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.cstmusers h1{
    font-size: 44px;
    margin-bottom: 40px;
    line-height: 1.1;
    display: block;
    font-weight: 300;
    margin-top: 50px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pos-centr{
    text-align: center;
}
.cstmusers span{
    display: block;
}
.cstmusers a{
    color: #b60030;
}
.cstmusers-wrapper{
    height: 100%;
}
.custom-w{
    width: 100%;
}

body{
    margin: 15px;
}

.cstmkontainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.cstrov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kol12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.kol4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.kol3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 2px;
}
.custom-bg{
    background-color: #fbfbfb;
}
.cstmkontainer-bottom{
    margin-bottom: 40px;
}
@media (min-width: 993px){
    .cstmkontainer {
        max-width: 999px;
    }
    .cstmkontainer-bottom{
        max-width: 1086px;
    }
}



@media (max-width: 992px){
    .kol3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-bg{
        background-color: transparent;
    }
}

@media (max-width: 768px){
    .kol3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .kol4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px){
    .kol3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cstmusers h1{
        font-size: 30px;
    }
    .kol4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.cstmkontainer br{
    display: none!important;
}