.products ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.products .pro-cnt {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}
.propicture{
    text-align: center;
}
.probaslik {
    text-align: center;
}
.col-md-3 .col-sm-4 .col-xs-12{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.language{
    float: right;
}
.language ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.language ul li{
    float: left;
}
.owl-carousel .item{
    margin: 3px;
    position: relative;
}
.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

.block{
    font-size: 14px;
    color: #fff;
}
.block_img{
    background: #f5f5f5;
    padding: 10px;
}

.block_head a {
    background-color: #35346f;
    border-bottom: 5px solid #fff;
    color: #fff !important;
    font-size: 18px;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
}
.block_head {
    position: absolute;
    bottom: 17px;
    left: 10px;
}
.header-widget{
    color: #787878;
    font-size: 30px;
    margin-bottom: 20px;
}
.new_border{
    border-bottom: 1px dotted #a6a6a6;
    margin-bottom: 5px;
}
@media (max-width:425px){
    .testimonial.testimonial-style-2 blockquote {
    padding: 1px 20px !important;
}
.testimonial.testimonial-with-quotes blockquote p{
    padding: 0 5px !important;
}
}