/*******************************************************************************************************
** LAYOUT 320
*/
@media only screen and (max-width: 320px) {
.sft-content-box .cntbutton-arrow .cell2{font-size: 10px;}
.cbp-spmenu-vertical{width: 100%;}
.cbp-spmenu-push-toleft{left: -100%;}
.cbp-spmenu, .cbp-spmenu-push{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cbp-spmenu-right {
	right: -100%;
}
.formlinkbox .link-text{font-size: 10px;}
}