@charset "utf-8";
/* CSS Document */

.kwo-one_fourth {
    display: inline;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    width: 22%;
	min-width: 280px;
}
.kwo-one_third {
    display: inline;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    width: 30%;
	min-width: 240px;
}
.kwo-one_half {
    display: inline;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    width: 48%;
	min-width: 280px;
}
.kwo-two_third {
    display: inline;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    width: 63%;
	min-width: 280px;
}
.kwo-three_fourth {
    display: inline;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    width: 70%;
	min-width: 280px;
}
.kwo-last {
    clear: right;
    margin-right: 0 !important;
}
.kwo-clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.kwo-center	{
	text-align: center !important;}
	
@media (max-width: 767px) {
.kwo-one_fourth {
    width: 100%;
}
.kwo-one_third {
    width: 100%;
}
.kwo-one_half {
    width: 100%;
}
.kwo-two_third {
    width: 100%;
}
.kwo-three_fourth {
    width: 100%;
}
}