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

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

.fixed { width:100% !important; float:left; background:rgba(100%,100%,100%,0.90); box-shadow:0 8px 6px -6px rgb(0 0 0 / 10%); animation:slide-down 0.7s; margin:0 0 0 !important; padding:27px 0 27px; left:0; right:0; z-index:999999;}

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

.menu-col1 .fixed { width:38px !important; background:none; box-shadow:none; padding:52px 0 27px; right:266px; left:inherit;}

.menu-col1 .scroll { width:38px;}

.fixed .header-col1 { width:116px; animation:slide-down 0.7s;}

.fixed .header-col2, .fixed .header-col3, .fixed .header-col4 { display:none; animation:slide-down 0.7s;}



@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; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%;}

.menu-col1 .fixed { width:34px !important; right:0; left:0;}

.menu-col1 .scroll { width:34px;}

.fixed .header-col1 { width:176px; animation:none;}

.fixed .header-col2, .fixed .header-col3 { display:block; animation:none;}

.fixed .header-col4 { display:none; animation:none;}

}



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

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

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

.scroll { width:100%;}

.menu-col1 .fixed { width:34px !important; right:0; left:0;}

.menu-col1 .scroll { width:34px;}

.fixed .header-col1 { width:176px; animation:none;}

.fixed .header-col2, .fixed .header-col3 { display:block; animation:none;}

.fixed .header-col4 { display:none; animation:none;}

}



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

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

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

.scroll { width:100%;}

.menu-col1 .fixed { width:34px !important; right:0; left:0;}

.menu-col1 .scroll { width:34px;}

.fixed .header-col1 { width:176px; animation:none;}

.fixed .header-col2, .fixed .header-col3 { display:block; animation:none;}

.fixed .header-col4 { display:none; animation:none;}

}



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

.menu-col1 .fixed { width:32px !important; padding:30px 0 27px; right:3% ; margin: 5px -4px 0 !important;}

.menu-col1 .scroll { width:32px;}

.fixed .header-col1 { width:13.3%; display:none;}

.fixed .header-col5 { margin:0 0 0;}

.fixed .header-ret1 { width:100%; margin:0 0 0;}

}



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

.menu-col1 .fixed { width:35px !important; padding:29px 0 27px; right:3%;}

.menu-col1 .scroll { width:35px;}

.fixed .header-col1 { width:15.3%; display:none;}

.fixed .header-col5 { margin:18px 0 0;}

.fixed .header-ret1 { width:100%;    margin: -25px -48px 0 0;}

}



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

.menu-col1 .fixed { right:3%;}

.fixed .header-col5 { margin:19px 2px 0 0;}

}



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

.menu-col1 .fixed { right:3%;}

.fixed .header-col6 { margin:19px 49px 0 0;}

}



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

.menu-col1 .fixed { right:3%;}

.fixed .header-col6 { margin:19px 49px 0 0;}

}