/**************/
/*** LAYOUT ***/
/**************/
/* Feed container */
#sb_instagram {
width: 100%;
margin: 0 auto;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#sb_instagram:after{
content: "";
display: table;
clear: both;
}
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height{
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#sb_instagram #sbi_images{
width: 100%;
float: left;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Remove header shadow/border */
#sb_instagram .sbi_header_link {
-webkit-box-shadow: none;
box-shadow: none;
}
#sb_instagram .sbi_header_link:hover {
border: none;
}
/* Items */
#sb_instagram #sbi_images .sbi_item{
display: -moz-inline-stack;
display: inline-block;
float: left;
vertical-align: top;
zoom: 1;
*display: inline;
padding: inherit !important;
margin: 0 !important;
text-decoration: none;
opacity: 1;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition{
opacity: 0;
}
/* Cols */
#sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }
/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; }
#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; }
#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; }
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; }
#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; }
#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; }
#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; }
#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; }
#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; }
#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; }
/* Photos */
#sb_instagram .sbi_photo_wrap{
position: relative;
}
#sb_instagram .sbi_photo{
display: block;
text-decoration: none;
}
#sb_instagram .sbi_photo img{
width: 100%;
height: auto;
}
#sb_instagram .sbi_no_js img{
display: none;
}
#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active{
outline: none;
}
#sb_instagram img{
display: block;
padding: 0 !important;
margin: 0 !important;
max-width: 100% !important;
opacity: 1 !important;
}
#sb_instagram .sbi_link{
display: none;
position: absolute;
bottom: 0;
right: 0;
width: 100%;
padding: 10px 0;
background: rgba(0,0,0,0.5);
text-align: center;
color: #fff;
font-size: 12px;
line-height: 1.1;
}
#sb_instagram .sbi_link a{
padding: 0 6px;
text-decoration: none;
color: #fff;
font-size: 12px;
line-height: 1.1;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
#sb_instagram .sbi_link .sbi_lightbox_link{
padding-bottom: 5px;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus{
text-decoration: underline;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link{
display: block;
}
/* Videos */
#sb_instagram svg:not(:root).svg-inline--fa {
height: 1em;
display: inline-block;
}
#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
display: block !important;
position: absolute;
z-index: 1;
color: #fff;
color: rgba(255,255,255,0.9);
font-style: normal !important;
text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
z-index: 2;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -19px;
padding: 0;
font-size: 48px;
}
#sb_instagram .sbi_type_carousel .fa-clone{
right: 12px;
top: 12px;
font-size: 24px;
text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
-webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
}
/* Loader */
#sb_instagram .sbi_loader{
width: 20px;
height: 20px;
position: relative;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
background-color: #000;
background-color: rgba(0,0,0,0.5);
border-radius: 100%;
-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}
#sb_instagram br {
display: none;
}
#sbi_load p {
display: inline;
padding: 0;
margin: 0;
}
/* Loader in button */
#sb_instagram #sbi_load .sbi_loader{
position: absolute;
margin-top: -11px;
background-color: #fff;
opacity: 1;
}
@-webkit-keyframes sbi-sk-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes sbi-sk-scaleout {
0% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
}
#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}
#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse{
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
/* Screen reader */
.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important; }
/* HEADER */
#sb_instagram .sb_instagram_header{
float: left;
clear: both;
margin: 0 0 15px 0;
padding: 0;
line-height: 1.2;
width: 100%;
}
#sb_instagram .sb_instagram_header a{
float: left;
display: block;
/*width: 100%;*/
min-width: 100%\9;
text-decoration: none;
transition: color 0.5s ease;
}
.sbi_no_avatar .sbi_header_img{
background: #333;
color: #fff;
width: 50px;
height: 50px;
position: relative;
}
.sbi_no_avatar .sbi_header_hashtag_icon {
display: block;
color: #fff;
opacity: .9;
-webkit-transition: background .6s linear,color .6s linear;
-moz-transition: background .6s linear,color .6s linear;
-ms-transition: background .6s linear,color .6s linear;
-o-transition: background .6s linear,color .6s linear;
transition: background .6s linear,color .6s linear
}
.sbi_no_avatar:hover .sbi_header_hashtag_icon {
display: block;
opacity: 1;
-webkit-transition: background .2s linear,color .2s linear;
-moz-transition: background .2s linear,color .2s linear;
-ms-transition: background .2s linear,color .2s linear;
-o-transition: background .2s linear,color .2s linear;
transition: background .2s linear,color .2s linear
}
/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px){
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img {
width: 80px;
height: 80px;
border-radius: 40px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img {
width: 80px;
height: 80px;
border-radius: 40px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 {
font-size: 20px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
font-size: 14px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
margin-left: 95px !important;
line-height: 1.4
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{
margin-right: -85px !important;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{
margin-top: 4px !important;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{
padding-top: 20px !important;
}
/** Large Header */
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
width: 120px;
height: 120px;
border-radius: 60px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img {
width: 120px;
height: 120px;
border-radius: 60px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
font-size: 28px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
font-size: 16px;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
margin-left: 140px !important;
line-height: 1.5;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{
margin-right: -120px !important;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{
margin-top: 12px !important;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{
padding-top: 32px !important;
}
}
/* Header profile pic */
#sb_instagram .sb_instagram_header .sbi_header_img{
float: left;
position: relative;
width: 50px;
margin: 0 0 0 -100% !important;
overflow: hidden;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
}
#sb_instagram .sb_instagram_header .sbi_header_img img{
float: left;
margin: 0 !important;
padding: 0 !important;
border: none !important;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
}
/* Profile pic hover */
/* Profile pic hover */
#sb_instagram .sb_instagram_header .sbi_header_img_hover{
opacity: 0;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
text-align: center;
color: #fff;
background: rgba(0,0,0,0.75);
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
position: absolute;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -12px;
width: 24px;
height: 24px;
font-size: 24px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
margin-top: -18px;
margin-left: -18px;
width: 36px;
height: 36px;
font-size: 36px
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
margin-top: -24px;
margin-left: -24px;
width: 48px;
height: 48px;
font-size: 48px
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
overflow: hidden;
background: url('../img/small-logo.png') no-repeat 0 0;
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover{
z-index: 2;
transition: opacity 0.4s ease-in-out;
}
#sb_instagram .sb_instagram_header .sbi_fade_in{
opacity: 1;
transition: opacity 0.2s ease-in-out;
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover{
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
text-align: center;
color: #fff;
background: rgba(0,0,0,0.75);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
border-radius: 40px;
transition: opacity 0.2s;
}
/* Fade the Instagram icon in when hovering on the header */
#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover{
opacity: 1;
}
/* Header text */
#sb_instagram .sb_instagram_header .sbi_header_text{
float: left;
width: 100%;
padding-top: 5px;
}
#sb_instagram .sb_instagram_header a{
text-decoration: none;
}
#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
#sb_instagram .sb_instagram_header .sbi_header_text h3{
float: left;
clear: both;
width: auto;
margin: 0 0 0 60px !important;
padding: 0 !important;
}
#sb_instagram .sb_instagram_header h3{
font-size: 16px;
line-height: 1.3;
}
#sb_instagram .sb_instagram_header p{
font-size: 13px;
line-height: 1.3;
margin: 0;
padding: 0;
}
#sb_instagram p:empty { display: none; }
#sb_instagram .sb_instagram_header .sbi_header_text img.emoji{
margin-right: 3px !important;
}
/* No bio */
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3{
padding-top: 9px !important;
}
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{
clear: both;
}
/* Buttons */
#sb_instagram #sbi_load{
float: left;
clear: both;
width: 100%;
text-align: center;
}
#sb_instagram #sbi_load .fa-spinner{
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -8px 0 0 -7px;
font-size: 15px;
}
#sb_instagram #sbi_load{
opacity: 1;
transition: all 0.5s ease-in;
}
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
opacity: 1;
transition: all 0.1s ease-in;
}
#sb_instagram .sbi_hidden{
opacity: 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
padding: 7px 14px;
margin: 5px auto 0 auto;
background: #333;
color: #eee;
border: none;
color: #fff;
text-decoration: none;
font-size: 13px;
line-height: 1.5;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#sb_instagram #sbi_load .sbi_load_btn {
position: relative;
}
/* Follow button */
#sb_instagram .sbi_follow_btn{
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
text-align: center;
}
#sb_instagram .sbi_follow_btn.sbi_top{
display: block;
margin-bottom: 5px;
}
#sb_instagram .sbi_follow_btn a{
background: #408bd1;
color: #fff;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn{
transition: all 0.1s ease-in;
}
/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:hover{
outline: none;
box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus{
outline: none;
box-shadow: inset 0 0 10px 20px #359dff;
}
/* If a custom color is applied then just use opacity for the hover effect */
#sb_instagram .sbi_follow_btn.sbi_custom a:hover,
#sb_instagram .sbi_follow_btn.sbi_custom a:focus,
#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover{
box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.15);
}
/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active{
box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
}
#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg{
margin-bottom: -1px;
margin-right: 7px;
font-size: 15px;
}
#sb_instagram .sbi_follow_btn svg{
vertical-align: -.125em;
}
#sb_instagram #sbi_load .sbi_follow_btn{
margin-left: 5px;
}
/* Error messages */
#sb_instagram .sb_instagram_error{
width: 100%;
text-align: center;
line-height: 1.4;
}
/* Mod only error msgs */
#sbi_mod_error{
display: none;
border: 1px solid #ddd;
background: #eee;
color: #333;
margin: 10px 0 0;
padding: 10px 15px;
font-size: 13px;
text-align: center;
clear: both;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#sbi_mod_error br {
display: initial !important;
}
#sbi_mod_error p{
padding: 5px 0 !important;
margin: 0 !important;
line-height: 1.3 !important;
}
#sbi_mod_error ol,
#sbi_mod_error ul{
padding: 5px 0 5px 20px !important;
margin: 0 !important;
}
#sbi_mod_error li{
padding: 1px 0 !important;
margin: 0 !important;
}
#sbi_mod_error span{
font-size: 12px;
}
/* Medium */
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
margin-top: -12px;
margin-left: -9px;
font-size: 23px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
right: 8px;
top: 8px;
font-size: 18px;
}
/* Small */
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{
margin-top: -9px;
margin-left: -7px;
font-size: 18px;
}
#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
right: 5px;
top: 5px;
font-size: 12px;
}
/* Media queries */
@media all and (max-width: 640px){
/* Make 3-6 cols into 2 col */
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item{
width: 50%;
}
/* Make 7-10 cols into 4 col */
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
#sb_instagram.sbi_col_10 #sbi_images .sbi_item{
width: 25%;
}
/* On mobile make the min-width 100% */
#sb_instagram.sbi_width_resp{
width: 100% !important;
}
}
@media all and (max-width: 480px){
/* Make all cols into 1 col */
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
#sb_instagram.sbi_col_10 #sbi_images .sbi_item{
width: 100%;
}
}
/* NO JS */
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{
box-sizing: border-box;
position: relative;
overflow: hidden;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
content: "";
display: block;
padding-top: 100%;
z-index: -300;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
opacity: 1;
}
#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn{
display: none;
}
#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo {
padding-bottom: 0 !important;
}
#sb_instagram #sbi_mod_error .sb_frontend_btn {
display: inline-block;
padding: 6px 10px;
background: #ddd;
background: rgba(0,0,0,.1);
text-decoration: none;
border-radius: 5px;
margin-top: 10px;
color: #444
}
#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
background: #ccc;
background: rgba(0,0,0,.15)
}
#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
margin-right: 2px
}
The post Thiết kế bếp trường học đúng chuẩn hạn chế ngộ độc thực phẩm appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>
Hơn 200 học sinh ngộ độc ở trường học Vĩnh Long
Ngày 10/02/2017, tại huyện Long Hồ, tỉnh Vĩnh Long, sau khi ăn bữa trưa bán trú ở trường, hơn 200 học sinh của 3 trường: Trường tiểu học A thị trấn Long Hồ (huyện Long Hồ), Trường tiểu học Chu Văn An và Trường tiểu học Trương Định có triệu chứng ngộ độc thực phẩm. Tất cả các em đã được đưa vào Bệnh viện Đa khoa tỉnh Vĩnh Long để cấp cứu, rất may không có thiệt hại về người.
Gần 80 trẻ em mầm non bị ngộ độc thực phẩm
Chiều 19/10/2016 tại Trường mầm non Họa Mi, huyện Tam Bình, tỉnh Vĩnh Long, gần 80 trẻ đã được đưa vào bệnh viện Đa khoa huyện Tam Bình. Các trẻ liên tục bị nôn ói, đau bụng, tiêu chảy phải nhập viện cấp cứu. Nguyên nhân được xác định là các cháu bị ngộ độc thực phẩm do nguồn nước không đảm bảo.
50 học sinh ngộ độc do uống sữa ở trường
Ngày 17/03/2017, trường tiểu học Kim Sơn thuộc xã Kim Sơn, huyện Châu Thành, tỉnh Tiền Giang, sau khi uống sữa tại trường thì đến chiều cùng ngày có 50 học sinh phải nhập viện với các triệu chứng đau bụng, buồn nôn, sốt..
Con số ngộ độc thực phẩm bếp ăn trường học
CÔNG TY CỔ PHẦN INOX HIMALAYA
Website: http://inoxhimalaya.com.vn/
Tell: 0462.96.11.44
Hotline: 0912 546 936
Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội.
The post Thiết kế bếp trường học đúng chuẩn hạn chế ngộ độc thực phẩm appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>The post Bếp ăn trường học loại nào tốt? appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>>>> Tìm hiểu thêm : Địa chỉ bán đồ dùng nhà bếp trường học uy tín tại Hà Nội
Hiện trên thị trường có rất nhiều đơn vị cung cấp thiết bị bếp ăn trường học. Tuy nhiên chất lượng và giá cả chênh lệch nhau rất nhiều khiến cho người mua hoang mang. Himalaya sẽ hướng dẫn cách để xác định bếp ăn trường học loại nào tốt dựa vào những yếu tố căn bản nhất.
– Dựa vào hiệu suất của bếp
– Dựa vào các tính năng của bếp
– Dựa vào giá thành của bếp
– Dựa vào chế độ bảo hành của bếp
Trong bếp ăn trường học gồm rất nhiều các thiết bị khác nhau, gồm bếp công nghiệp, tủ cơm công nghiệp, tủ bảo quản lạnh công nghiệp, tủ bảo quản bát đĩa, tủ sấy khô bát đĩa, các phụ kiện inox như các loại bàn, khay inox, các loại bát inox chống nóng…Để gian bếp trường học có tuổi thọ cao, quý khách nên lưu ý:
Lựa chọn thiết bị đồng bộ: Thiết bị đồng bộ tức là thiết bị cùng một nhà sản xuất, cùng một chất liệu hoặc có những điểm chung về cách vận hành… Thiết bị đồng bộ thường có tính năng và cách vận hành tương đồng nhau. Do vậy, việc lựa chọn thiết bị đồng bộ giúp quá trình lắp đặt, vận hành, bảo hành tiện lợi hơn rất nhiều.
Sử dụng đúng chức năng của từng loại thiết bị: Hãy đảm bảo rằng bạn đang dùng thiết bị với đúng chức năng của nó. Tất cả các thiết bị đều được tạo ra để phục vụ những mục đích nhất định. Chúng được thiết kế với các tính năng để phục vụ mục đích chính của mình tốt nhất. Nếu bạn sử dụng sai đương nhiên kết quả sẽ ngoài ý muốn. Thậm chí có thể khiến cho sản phẩm bị hư hỏng và mất an toàn.
Sắp xếp thiết bị sao cho hợp lý: Cách sắp xếp thiết bị hợp lý quyết định đến hiệu suất của gian bếp. Các thiết bị hỗ trợ nhau nên để cạnh nhau để hạn chế thời gian di chuyển của đầu bếp. Điều đầu tiên cần lưu ý đó là sắp xếp sao cho gian bếp vận hành theo đúng nguyên tắc 1 chiều để đảm bảo an toàn vệ sinh thực phẩm.
Quý khách có nhu cầu thiết kế bếp ăn trường học hoặc mua các thiết bị dành cho gian bếp trường học, xin vui lòng liên hệ tới số Hotline 0912 546 936 của Inox Himalaya để được tư vấn hỗ trợ.
=============================================================================
CÔNG TY CỔ PHẦN INOX HIMALAYA
Website: Inoxhimalaya.com.vn
Tell: 0462.96.11.44
Hotline: 0912 546 936
Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội.
The post Bếp ăn trường học loại nào tốt? appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>The post Bán đồ dùng nhà bếp trường mầm non appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>>>> Xem thêm: Thiết kế bếp một chiều cho trường mầm non
Các thiết bị nấu nướng:
– Bếp á
– Tủ nấu cơm công nghiệp
– Tủ bảo quản lạnh
– Nồi cháo công nghiệp
Các đồ dùng, phụ kiện:
– Các loại bàn inox: bàn sơ chế, bàn ra đồ, bàn đẩy thức ăn, bàn ăn inox, bàn chậu rửa inox
– Tủ sấy khô bát, đĩa
– Tủ bảo quản bát đĩa
– Tủ để dụng cụ nhà bếp
– Thùng rác
– Khay cơm, bát inox chống nóng
– Thìa, muôi
Các đồ dùng và thiết bị Himalaya cung cấp đều có giấy chứng nhận CO-CQ về xuất xứ sản phẩm và chất lượng sản phẩm do đơn vị chức năng cung cấp giúp khách hàng yên tâm khi sử dụng sản phẩm
Địa chỉ bán đồ dùng nhà bếp trường mầm non
Inox Himalaya là đơn vị chuyên sản xuất, thiết kế các thiết bị inox dành cho gian bếp tập thể trường học, bệnh viện, công ty. Với các trang thiết bị hiện đại nhập khẩu trực tiếp từ Châu Âu, Himalaya đã tạo ra những sản phẩm nhà bếp trường mầm non chất lượng cao bằng inox 304. Các sản phẩm của Himalaya luôn có độ bền tuyệt đối, tuổi thọ cao.
Ngoài việc cung cấp đồ dùng nhà bếp trường mầm non, Himalaya còn chuyên thiết kế gian bếp trường mầm non. Do vậy chúng tôi luôn có những phương án tối ưu nhất, với các gợi ý tư vấn chính xác nhất để gian bếp phát huy hiệu quả tối đa.
Chúng tôi tự hào là đơn vị hàng đầu có nhiều năm kinh nghiệm trong việc thiết kế gian bếp trường mầm non. Himalaya đã thi công và hoàn thiện nhiều gian bếp mầm non cấp quốc gia, thậm chí là quốc tế. Tiêu biểu như Trường mầm non Hoa Hồng với 500 suất ăn, Trường mầm non quốc tế Bill Gates Thái Bình với gần 1000 suất ăn và nhiều trường mầm non trên toàn quốc.
Quy trình thiết kế , sau khi đo đạc lên sơ đồ chi tiết phù hợp với không gian, diện tích bếp. Thiết kế theo yêu cầu phù hợp với từng vị trí. Đo lường cẩn thận để rút ngắn thời gian thi công và chỉnh sửa tối đa
Các vấn để về hệ thông hút mùi và hệ thống đường nước rác thải luôn được quan tâm và thiết kế tỉ mỉ nhất để khi vận hành và sử dụng giảm thiêu tối đa sự ùn tắc rác thải và giảm mùi tạo điều kiên thuận lợi nhất cho người sử dụng bếp
Cùng các đối tác khác trong ngành : bếp trường học, bếp nhà hàng – khách sạn , bếp nhà xưởng
Quý khách có nhu cầu thiết kế gian bếp trường mầm non hoặc mua đồ dùng nhà bếp như thiết bị bếp, tủ lạnh, tủ cơm công nghiệp, các loại bàn…xin vui lòng liên hệ đến số Hotline 0912 546 936 của Inox Himalaya để được hỗ trợ trực tiếp.
=============================================================================
CÔNG TY CỔ PHẦN INOX HIMALAYA
Website: Inoxhimalaya.com.vn
Tell: 024.6296.1144
Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội.
The post Bán đồ dùng nhà bếp trường mầm non appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>The post Himalaya chuyên thiết kế bếp ăn trường học appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>>>> Xem thêm: Thiết kế bếp một chiều cho trường mầm non
Bước 1: Nhân viên tư vấn gọi điện xác nhận nhu cầu của khách hàng, lắng nghe những yêu cầu cần thiết và chuẩn bị phương án thi công bếp ăn trường học.
Bước 2: Nhân viên kỹ thuật cùng với nhân viên tư vấn xuống khảo sát hiện trường, đo đạc, tính toán diện tích. Nhân viên tư vấn sẽ tư vấn cho đối tác các setup gian bếp phù hợp với diện tích, các thiết bị phù hợp với nhu cầu nấu nướng của đối tác. Trong quá trình này, chủ đầu tư có bất cứ yêu cầu gì đặc biệt về tính năng sản phẩm, kích thước, kiểu dáng sẽ thông báo cho nhân viên kỹ thuật.
Bước 3: Nhân viên kỹ thuật tiến hành vẽ bản thiết kế trên phần mềm đồ họa.
Bước 4: Bản vẽ sẽ được chuyển cho chủ đầu tư 1 bản và chuyển 1 bản xuống xưởng sản xuất.
Bước 5: Sau khi các sản phẩm hoàn thiện, giám sát sản xuất sẽ tiến hành đo đạc kiểm tra sản phẩm đúng với thông số đo đạc chưa. Sau khi khớp hoàn toàn mới chuyển thiết bị đến địa bàn.
Bước 6: Nhân viên lắp đặt tiến hành setup các thiết bị, đấu đường dây điện, lắp nguồn cấp nước, lắp hệ thống gas…
Bước 7: Bàn giao công trình và viết giấy bảo hành
Đặc biệt chỉ có ở Inox Himalaya:
– Thiết kế, lắp đặt, đấu nối hệ thống gas MIỄN PHÍ cho bếp ăn trường học. Khách hàng có thể sử dụng gian bếp ngay sau khi bàn giao.
– Sau khi đã bàn giao công trình, nhân viên tư vấn sẽ gọi điện kiểm tra định kỳ về công suất sử dụng của thiết bị. Nếu thiết bị có bất cứ vấn đề gì sẽ được xử lý ngay lập tức.
Nhờ cách làm việc chuyên nghiệp, uy tín của Inox Himalaya, đã luôn chinh phục được mọi khách hàng, kể cả những khách hàng khó tính nhất. Hiện đối tác trường học của Himalaya đa phần là các trường học đạt tiêu chuẩn quốc tế, tiêu biểu như: Trường mầm non quốc tế Bill Gates Thái Bình, Trường song ngữ quốc tế Everest.
Quý khách có nhu cầu thiết kế bếp ăn trường học, xin vui lòng liên hệ đến số Hotline 0965 590 396 của Inox Himalaya để được tư vấn và báo giá trực tiếp.
=============================================================================
CÔNG TY CỔ PHẦN INOX HIMALAYA
Website: Inoxhimalaya.com.vn
Tell: 0462.96.11.44
Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội.
The post Himalaya chuyên thiết kế bếp ăn trường học appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>The post Thiết kế bếp một chiều cho trường mầm non appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>>>> Xem thêm: Cách trang trí nhà bếp cho trường học
Nguyên tắc bếp một chiều: Đây là nguyên tắc bắt buộc của tất cả các gian bếp công nghiệp phục vụ cho số lượng người ăn lớn. Đó là một chuỗi hoạt động của các bộ phận công việc trong gian bếp được tuân thủ theo 1 chiều duy nhất.
Tất cả các trường mầm non bất kể tư thục hay công lập, để được phép đi vào hoạt động phải có bếp ăn thiết kế theo nguyên tắc một chiều. Đây là quy định bắt buộc của Bộ Y Tế nhằm mục đích đảm bảo an toàn vệ sinh thực phẩm cho học sinh và cán bộ, giáo viên trong trường.
Nhờ sự tin tưởng của đối tác, thời gian vừa qua, Inox Himalaya đã hoàn thành dự án thiết kế bếp một chiều cho nhiều trường mầm non khác nhau. Hiện, đây cũng là những đối tác tin cậy và lâu dài của Himalaya. Tiêu biểu trong đó có 2 trường mầm non là:
Dự án trường mầm non Hoa Hồng với 500 suất ăn
Nắm bắt được nhu cầu sử dụng của gian bếp trường mầm non chủ yếu là các món cháo, hầm, cơm…Đội ngũ thiết kế Himalaya đã tư vấn cho nhà trường thiết kế gian bếp một cách khoa học, hợp lý. Bên cạnh đó, Himalaya còn thiết kế những thiết bị nấu nướng dành riêng cho nhà trường như nồi hầm cháo công nghiệp, bếp hầm, tủ cơm, tủ sấy bát…Với cách làm việc uy tín, nhiệt tình, Himalaya hiện đã trở thành đối tác tin cậy của nhà trường.
Dự án trường mầm non Bill Gates – Thái Bình với gần 1000 suất ăn
Trường mầm non Bill Gates Thái Bình là trường mầm non quốc tế chất lượng cao, thuộc hệ thống giáo dục quốc tế Thăng Long – Hà Nội. Trường gồm 22 phòng học được trang bị đầy đủ từ điều hòa 2 chiều, tivi, đồ chơi và các dụng cụ dạy học thông minh…
Nhằm chú trọng đến chất lượng dinh dưỡng dành cho học sinh, nhà trường đã liên kết với Inox Himalaya thiết kế bếp ăn công nghiệp theo nguyên tắc một chiều. Hiện, dự án đã đưa vào hoạt động từ tháng 01/2017.
Dự án thiết kế bếp ăn cho trường quốc tế
Ngoài việc thiết kế bếp ăn cho trường mầm non, Himalaya còn tham gia thiết kế cho nhiều dự án bếp ăn trường học quốc tế khác như Trường liên cấp song ngữ chất lượng cao Everest…Hiện dự án đang trong thời gian triển khai.
Quý khách có nhu cầu thiết kế bếp một chiều cho trường học, hãy đến với Inox Himalaya để được hợp tác với một đối tác uy tín, chuyên nghiệp.
Mọi chi tiết xin vui lòng liên hệ số Hotline 0965 590 396 của Inox Himalaya để được hỗ trợ và tư vấn trực tiếp.
=============================================================================
CÔNG TY CỔ PHẦN INOX HIMALAYA
Website: Inoxhimalaya.com.vn
Tell: 0462.96.11.44
Số 21, ngõ 123, Đường Phương Canh, Phường Xuân Phương, Quận Nam Từ Liêm, Hà Nội
The post Thiết kế bếp một chiều cho trường mầm non appeared first on Thiết bị bếp công nghiệp, bếp nhà hàng Inox Himalaya.
]]>