

.clipright {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.clipleft {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
}
.buttonfloatleft {
    float: left;
}

@media only screen and (max-width: 600px) {
  body 
.clipright {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}
.clipleft {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}
.hidesmall {
display: none !important; 
}
}

.header_top .left {
float: none !important;
}

.header_top .textwidget {
text-align: center;
}

.header_top .left .inner>div, .header_top .left .inner>div:last-child {
float: none !important;
}