﻿.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:#ffffff; box-shadow:0 8px 6px -6px rgb(0 0 0 / 10%); margin:0 0 0 !important; padding:48px 0 48px; left:0; right:0; z-index:999999}
.scroll { width:100%; float:left; margin:0 0 0;}
.menu-col1 .fixed { width:76px !important; background:none; box-shadow:none; left:20px; right:inherit;}
.menu-col1 .scroll { width:76px;}
.fixed .header-col1 { width:161px;}
.fixed .header-col2, .fixed .header-col3, .fixed .header-col4, .fixed .header-col5 { display:none;}

@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 .fixed {width: 78px !important; left: 20px; box-shadow: none;}
.hamburger.open .fixed {background: none;}

/*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%;}
.menu-col1 .fixed { left:0;}
.fixed .header-col1 { width:181px;}
.fixed .header-col3, .fixed .header-col4, .fixed .header-col5 { display:block;}
.hamburger .fixed { left:5%; padding:0; width: 78px !important;}
}

@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%;}
.menu-col1 .fixed { left:0;}
.fixed .header-col1 { width:181px;}
.fixed .header-col3, .fixed .header-col4, .fixed .header-col5 { display:block;}
.hamburger .fixed { left:5%; padding:0; width: 78px !important;}
}

@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%;}
.menu-col1 .fixed { left:0;}
.fixed .header-col1 { width:181px;}
.fixed .header-col3, .fixed .header-col4, .fixed .header-col5 { display:block;}
.hamburger .fixed { left:5%; padding:0; width: 78px !important;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { padding:22px 0 22px;}
.fixed .header-col1 { width:15.4%; display:none;}
.fixed .header-col6 { width:auto; float:right;}
.fixed .menuzord-menu > li a { font-size:11px; padding:2px 4px 2px 4px;}
.menu-col1 .fixed { left:3%;}
.hamburger .fixed { left:3%; padding:20px 0 21px; width: 78px !important;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { padding:22px 0 22px;}
.fixed .header-col1 { width:15.4%; display:none;}
.fixed .header-col6 { width:auto; float:right;}
.fixed .menuzord-menu > li a { font-size:12px; padding:2px 5px 2px 5px;}
.menu-col1 .fixed { left:3%;}
.hamburger .fixed { left:3%; padding:20px 0 21px; width: 78px !important;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.fixed { padding:22px 0 22px;}
.fixed .header-col1 { width:15.4%; display:none;}
.fixed .header-col6 { width:auto; float:right;}
.fixed .menuzord-menu > li a { padding:2px 7px 2px 7px;}
.menu-col1 .fixed { left:3%; padding:21px 0 21px;}
.hamburger .fixed { left:3%; padding:20px 0 21px; width: 78px !important;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.fixed { padding:38px 0 38px;}
.fixed .header-col1 { width:121px;}
.fixed .menuzord-menu > li:nth-child(3) { margin-right:94px;}
.fixed .menuzord-menu > li:nth-child(4) { margin-left:94px;}
.fixed .menuzord-menu > li a { font-size:14px; padding:2px 4px 2px 4px;}
.menu-col1 .fixed { left:3%;}
.hamburger .fixed {left: 3%; padding:37px 0 37px;}
}

@media screen and (min-width:1341px) and (max-width:1540px) {
.fixed { padding:43px 0 43px;}
.fixed .header-col1 { width:141px;}
.fixed .menuzord-menu > li:nth-child(3) { margin-right:104px;}
.fixed .menuzord-menu > li:nth-child(4) { margin-left:104px;}
.menu-col1 .fixed { left:3%;}
.hamburger .fixed {left: 3%; padding:42px 0 42px;}
}