/*@font-face {
	font-family: "adin";
	font-weight: 900;
	src: local("truetype"), url("/fonts/Adine_Kirnberg.ttf");
}
@font-face {
	font-family: "hanzi";
	font-weight: 900;
	src: local("truetype"), url("/fonts/HanZi.ttf");
}
*/
.phone_toggle{
display: none;
}
.carousel .item{
	margin: 0 auto;
/* 	width: 1900px; */
}
/* dstroy_style */
.ds_tree_c{
	background: #efefef none repeat scroll 0 0;
	border-color: #2a8d32;
	border-left: 5px solid #2a8d32;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	height: 132px;
	margin-top: 50px;
	text-align: center;
	
}
/* end */
._offset8{
	display: flex;
	/*float: left;*/
	padding-right: 6px;
	/*right: -6px;*/
	/*top: -15px;*/
	position: relative;
}
.img_samuraj{
	width: 210px;
	position: relative;
	float: left;
}
.top_right_inf{
	float: right;
	font-family: "Open Sans" ,arial,sans-serif;
	font-weight: normal;
	text-align: right;
	color: rgba(0,0,0,0.87);
	position: relative;
	left: -2px;
	padding-top: 12px;
	
}

.sms_mnu_bkg{
	background-image: url("/images/tm-bg.png");
	}
.sms_slogan{
    color: green;
   	float: left;
    font-size: 18px;
    font-style: oblique;
    /* font-weight: 600; */
    line-height: 1.2;
    padding-left: 45px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 531px;
}	
/*.food_cat_div1{
	display: flex;
	position: relative;
	width: 14px;
	height: 112px;
}
.food_cat_div2{
	height: 75px;
}
.food_cat_div3{
	width: 100px;
}
.foot_cat_div2 img{
	height: 15px;
	position: relative;
	width: 100%;
}
.food_cat_div3 img{
	width: inherit;
}
.food_cat_font{
	color: white;
	font-family: Verdana;
	height: inherit;
	padding: 12px 0 16px 25px;
}*/
.j_header{
	font-family: hanzi,"Helvetica Neue", Helvetica,Arial,sans-serif;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #eee;
}


.mycontainer{
width: 1000px;
margin: 0 auto;
}
#container {
    display: block;
    height: 101px;
    white-space: nowrap;
}
#container > div {
    display: unset;
    height: 47px;
    left: 808px;
    position: relative;
    top: -121px;
    z-index: -207;
}
.col-md-2 {
	float: left;
}
/* -- products card -- */

.products_item{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 24px 0px 47px 24px;
	width: 390px;
	min-height: 225px;
}
.products{
	color:wheat;
	line-height: 23px;
	font-size: 14px;
}
.price{
	left: 167px;
	width: 100px;
	bottom: 68px;
	position: absolute;
	color: #ed1b34;
	float: left;
	font-size: 19px;
	line-height: 100%;
}
.price > span{
	border-radius: 100px;
	box-shadow: 4px 2px 21px -5px #c8c8c8;
}
.products{
	height: 1%;
	overflow: hidden;
	padding: 0 0 25px 12px;
	
}
.products_photo{
	border-radius: 66px;
	-o-border-radius: 66px;
	-webkit-border-radius: 66px;
	box-shadow: 0 0 19px 3px #191919;
	float: left;
	height: 132px;
	overflow: hidden;
	position: relative;
	width: 132px; 
}
.row > h3 {
	padding-left: 28px;
}
.title_4{
	line-height: 130%;
	margin: 0 0 2px;
	/*-- font-size: 16px;-- */
	font-size: 18px;
	letter-spacing: 1px;
}
.title_4_euro{
	letter-spacing: normal;
	font-size: 52px;
}
.title_4_euro p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-top: 9px;
	line-height: 9px;
}
.text_3{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0 0 15px;
	max-width: 1100px;
}
.featurette-devider:last-of-type{
/* 	display: none; */
}
@media (max-width: 1190px){
	.products_item{
	width: 365px;
	}
	.products{
	line-height: 16px;
}
	
}
@media (max-width: 767px){
	.img_samuraj{
	width: 300px;
	height: 50px;
	padding-left: 18px;
	}
	.img_sakura_sam{
	float: right;
	position: relative;
	top: -39px;
	width: 159px;
	}


	.title_4{
	font-size: 18px;
	}
	.products{
	line-height: 14px;
	font-size: 12px;
	}
	.price{
	left: 35px;
	bottom: 72px;
	}
	.products_photo{
	width: 97px;
	height: 97px;
	}
	.products_photo img{
	width: 97px;
	}
	.products_item{
	width: 334px;
	}
		.phone_toggle{
	display: block;
	}
	.toggle_on{
	display: none;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
}


.btn-hover{
	background-image: linear-gradient(to bottom,rgb(255,255,255), rgb(230,230,230));
	bottom: 43px;
	color: midnightblue;
	opacity: 0.29;
	position: fixed;
	transition: all 300ms ease-in-out 0s;
	
}
.btn-hover:hover{
	color: inherit !important;
	opacity: 1 !important;
	transition: all 300ms ease-in-out; 
}
.btn-hover:active{
	background-image: linear-gradient(to bottom,rgb(255,255,255), rgb(190,190,190));
}



@media (max-width: 999px){
	
	.img_sakura_sam{
	float: right;
	position: relative;
	top: -40px;
	width: 164px;
	}
	.food_cat_font{
	font-size: 30px;
	}
	

}
/*
@media (max-width: 720px){
	.products_item{
	width: 265px;
	}
	.food_cat_font{
	font-size: 24px;
	}
	.food_cat_div1{
	height: 95px;
	}
	.food_cat_div2{
	height: 58px;
	}
	.food_cat_div3{
	width: 85px;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
}
*/
/*
@media (max-width: 545px){

	.p_h{
	height: auto;
	width: auto;
	left: -277px;
	position: relative;
	top: 57px;
	}
		.products_item{
	width: 242px;
	padding: 24px 0px 47px 5px;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
	}
*/
/*@media (max-width: 400px){
	
	.img_sakura_sam{
	display: none;
	float: right;
	position: relative;
	top: -34px;
	width: 164px;
}
	.products_item{
	width: 228px;
	}

}*/
@media (max-width: 500px){
	.img_sakura_sam{
	display: none;
	}
	.img_samuraj{
	
	
	}
	.flag{
	margin: 0 auto;
	position: relative;
	left: -31px;
	top: -34px;
	width: 76px;
	display: block!important;
	
	}
	.products{
	width: 70%;
	}
	.products_item{
	display: flex;
	width: 354px;
	float: none;
	margin: 0 auto;
	padding: 24px 0px 47px 24px;
	
	}
	.price{
	bottom: 100px;
	left: 132px;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
}
@media (max-width: 420px){
	.food_cat_div1{
	display: none;
	}
	.food_cat_div2{
	height: 38px;
	}
	.food_cat_div3{
	width: 68px;
	}
	.food_cat_font{
	font-size: 21px;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
}
@media (max-width: 400px){
	.img_samuraj{
	float: none;
	opacity: 0.13;
	}
	.flag{
	top: -54px;
	margin: 0 auto;
	left:auto;
	}
	.p_h{
	display: none;
	}
	.img_samuraj{
	width: 262px;
	margin: 0 auto;
	display: block;
	}
	#myCarousel{
	display: none;
	}
	.container.marketing{
	padding-top: 165px;
	}
	.phone_toggle > div {
	font-size: 18px!important;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}

}
@media (max-width: 390px){
	
	.food_cat_div2{
	height: 37px;
	}
	.food_cat_div3{
	width: 65px;
	}
	.food_cat_font{
	font-size: 20px;
	}
	.sms_mnu_bkg{
	background-image: none;
	background-color: transparent;
	}
}
#container{
	min-width:476px 
}
