.float-panel { width:100%; z-index: 300; transform:translateZ(0); transition:all 0.7s;}
.fixed { border:none; animation:slide-down 0.7s;}
.fixed .fa-gg { transform:rotate(360deg);}
.fixed { width:100% !important; float:none; background:#00a4c7; margin:auto !important; padding:2px 0; left:0; right:0;}
.scroll { width:100%; float:left; position:relative;}
.float-panel .header-row1 { transform:translateZ(0); transition:all 0.7s;}
.fixed .header-row1 { width:125px; animation:slide-down 0.7s;}
.fixed .logo-thumb1 { width:68%;}
.fixed .logo-thumb2 { width:63%;}
@keyframes slide-down {  
0% { transform:translateY(-100%);}
100% { transform:translateY(0);}
}
/* ---------------- For Animation on Scroll ---------------- */
.slideanim { visibility: hidden; visibility: visible\9;/*For old IE browsers IE6-8 */ }
.slideanim.slide { visibility: visible; animation: slide 1s; }
.slideanim::after { /* useful when its child elements are float:left; */
content: ""; display: table; clear: both; }
@keyframes slide {
0% { transform:translateY(50%);}
100% { transform:translateY(0);}
}

.hamburger .scroll {width: 95px; background: none;}
.hamburger .scroll.fixed {width: 95px !important; margin: 0 !important; left: inherit; top: inherit !important;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.float-panel { transform:none; transition:none;}
.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}
.scroll { position:relative;}

.fixed .header-row1 { width:170px;}
.fixed .logo-thumb1 { width:68%;}
.fixed .logo-thumb2 { width:63%;}

.hamburger .scroll {width: 88px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.float-panel { transform:none; transition:none;}
.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}
.scroll { position:relative;}

.fixed .header-row1 { width:170px;}
.fixed .logo-thumb1 { width:68%;}
.fixed .logo-thumb2 { width:63%;}

.hamburger .scroll {width: 88px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.float-panel { transform:none; transition:none;}
.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}
.scroll { position:relative;}

.fixed .header-row1 { width:170px;}
.fixed .logo-thumb1 { width:68%;}
.fixed .logo-thumb2 { width:63%;}

.hamburger .scroll {width: 88px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { width:100% !important; /*background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;*/}
.scroll { padding:0; position:relative;}
.hamburger .scroll {width: 39px;}
.hamburger .scroll.fixed {width: 39px !important;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { width:100% !important; /*background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;*/}
.scroll { padding:0; position:relative;}
.hamburger .scroll {width: 39px;}
.hamburger .scroll.fixed {width: 39px !important;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

.hamburger .scroll {width: 39px;}
.hamburger .scroll.fixed {width: 39px !important;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {

.hamburger .scroll {width: 88px;}
.hamburger .scroll.fixed {width: 88px !important; top: 19px !important;}

}

@media screen and (min-width:1341px) {

.hamburger .scroll.fixed {top: 17px !important;}

}