/*******************************************************************************************************
** LAYOUT 640
*/
@media only screen and (max-width: 640px) {
.menu-item-container .menuitem{font-size:22px;line-height:normal;}
.sft-search-container .search-form input[type="password"], .sft-search-container .search-form input[type="text"]{font-size:24px;/* line-height:63px; */}
#sft-slider-420{height: 250px !important;}
.formlinkbox .link-text{font-size: 12px;}
.menu-cell .word{padding: 50px 1px 0 1px;}
.menu-cell .dosearch{padding-top: 50px;}
.btnlogin{width: 100%;}
.sft-search-container .formlinksrow .linktoform{font-size: 14px;}
.menu-item-container{min-height: 170px;}
.sft-lang-cell1{font-size: 16px;}
.sft-lang-cell{font-size: 16px;}
.sft-lang-row{margin: 10px 0;}
.menu-item-container .text{font-size: 13px;}
/* .cbp-spmenu-vertical{width: 240px;}
.cbp-spmenu-push-toleft{left: -240px;}
.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: -240px;
} */

.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%;
}

.sft-bottom-logobox{position: absolute;right:10px;}
#languagePickerContainer a.inactive{font-size: 22px;}
#languagePickerContainer a.active{font-size: 22px;}
}