﻿.float-panel { width:100%; transition:all 0.7s;}

.fixed { border:none; animation:slide-down 0.7s;}

.fixed .fa-gg { transform:rotate(360deg);}

.fixed { width:100% !important; float:left; background:#f8f8fa; box-shadow:0 8px 6px -6px rgb(0 0 0 / 10%); margin:0 0 0 !important; padding:11px 0 14px; left:0; right:0; z-index:999999;}

.scroll { width:100%; float:left; margin:0 0 0;}

.fixed .bar { background:#424242;}

.fixed .toggle-text1 { color:#424242;}

.fixed .toggle-active .bar { background:#ffffff;}

.fixed .toggle-active .toggle-text1 { color:#ffffff;}

.fixed .linker-col1 { width:95px; animation:slide-down 0.7s;}

.fixed .linker-col2 { margin:20px 0 0;}

.header-col1 .fixed { width:74px !important; background:none; box-shadow:none; padding:21px 0 24px; right:inherit; left:3%;}

.header-col1 .scroll { width:74px;}



@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);}

}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%;}

.fixed .linker-col1 { width:155px; animation:none;}

.header-col1 .fixed { width:68px !important; left:0;}

.header-col1 .scroll { width:68px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%;}

.fixed .linker-col1 { width:155px; animation:none;}

.header-col1 .fixed { width:68px !important; left:0;}

.header-col1 .scroll { width:68px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%;}

.fixed .linker-col1 { width:155px; animation:none;}

.header-col1 .fixed { width:68px !important; left:0;}

.header-col1 .scroll { width:68px;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.fixed .linker-col1 { width:10.2%; margin:0 0 0 30px;}

.fixed .linker-col2 { margin:14px 0 0;}

.header-col1 .fixed { width:19px !important; left:3%;}

.header-col1 .scroll { width:19px;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.fixed .linker-col1 { width:10.2%; margin:0 0 0 30px;}

.fixed .linker-col2 { margin:17px 0 0;}

.header-col1 .fixed { width:19px !important; left:3%;}

.header-col1 .scroll { width:19px;}

}



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

.fixed .linker-col1 { width:10.2%; margin:0 0 0 30px;}

.header-col1 .fixed { width:19px !important; left:3%;}

.header-col1 .scroll { width:19px;}

}



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

.header-col1 .fixed { left:3%;}

.fixed .linker-col1 { margin:0 0 0 80px;}

}