div.bg-grey.myDiv2 {
    -ms-transform: matrix(1, 0, 0.3, 1, -70, 0); /* IE 9 */
    -webkit-transform: matrix(1, 0, 0.3, 1, -70, 0); /* Safari */
    transform: matrix(1, 0, 0.3, 1, -70, 0); /* Standard syntax */
    width: 55%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0 !important;
    right: auto !important;
    top: 0;
}
#slider div.myDiv2 {
    -ms-transform: matrix(1, 0, -0.5, 1, -150, 0); /* IE 9 */
    -webkit-transform: matrix(1, 0, -0.5, 1, -150, 0); /* Safari */
    transform: matrix(1, 0, -0.5, 1, -150, 0); /* Standard syntax */
    width: 55%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0 !important;
    right: auto !important;
    top: 0;
}
#slider2 div.myDiv2 {
    -ms-transform: matrix(1, 0, 0.5, 1, 150, 0); /* IE 9 */
    -webkit-transform: matrix(1, 0, 0.5, 1, 150, 0); /* Safari */
    transform: matrix(1, 0, 0.5, 1, 150, 0); /* Standard syntax */
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0 !important;
    left: auto !important;
    top: 0;
}
#slider .nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 25%;
	left: 5% !important;
        right: auto !important
	z-index: 1000;
}
.menu__list{
    right: auto !important;
      left  : 24px !important
}
#slider2 .nav-dots{
    left: auto !important;
      right: 5%!important;
}
body .title-KP{
    margin: 0 auto!important;
}
body .title-KP{
        max-width: 210px!important;
}
#filters li{
    float: left!important;
}

/*contactus-page*/
.contactus-page textarea{
    resize: none!important;
    min-height: 150px;
}