﻿.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:#000000; box-shadow:0px 6px 12px -4px rgba(0,0,0,0.24); margin:0 0 0 !important; padding:14px 0 14px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.fixed .linker-col1 { width:44px;}
.fixed .linker-row1 { animation:slide-down 0.7s; display:none;}
.fixed .linker-thm1 { animation:slide-down 0.7s; display:block;}
.burger__btn .fixed { width:72px !important; background:none; border-bottom:none; box-shadow:none; padding:26px 0 26px; left:82px; right:inherit; z-index:9999999999;}
.burger__btn .scroll { width:72px;}

@keyframes slide-down {  
0% { transform:translateY(-100%);}
100% { transform:translateY(0);}
}
/* ---------------- For Animation on Scroll ---------------- */
.slideanim { visibility: hidden;  }
.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%;}
.burger__btn .fixed { width:72px !important; left:0;}
.burger__btn .scroll { width:72px;}
}

@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%;}
.burger__btn .fixed { width:72px !important; left:0;}
.burger__btn .scroll { width:72px;}
}

@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%;}
.burger__btn .fixed { width:72px !important; left:0;}
.burger__btn .scroll { width:72px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { padding:35px 0 10px;}
.fixed .linker-col1 { width:34px;}
.fixed .menuzord-menu > li:nth-child(2) { display: none;}
.fixed .menuzord-menu > li:nth-child(3) { margin-right:0;}
.fixed .menuzord-menu > li:nth-child(4) { margin-left:0; margin-right: auto;}
.burger__btn .fixed { width:22px !important; padding:21px 0 21px; left:3%;}
.burger__btn .scroll { width:22px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { padding:45px 0 12px;}
.fixed .linker-col1 { width:39px;}
.fixed .menuzord-menu > li:nth-child(2) { display: none;}
.fixed .menuzord-menu > li:nth-child(3) { margin-right:0;}
/* .fixed .menuzord-menu > li:nth-child(4) { margin-left:0; margin-right: auto;} */
.fixed .menuzord-menu > li:nth-child(4) { margin:unset !important;}
.burger__btn .fixed { width:22px !important; padding:23px 0 23px; left:3%;}
.burger__btn .scroll { width:22px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.burger__btn .fixed { width:22px !important; left:3%;}
.burger__btn .scroll { width:22px;}
.fixed .menuzord-menu > li:nth-child(3) { margin-right:0;}
.fixed .menuzord-menu > li:nth-child(2) { display: none;}
.fixed .menuzord-menu > li:nth-child(4) { margin-left:0; margin-right: auto;}

.fixed {padding: 40px 0 14px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.burger__btn .fixed { width:22px !important; left:3%;}
.burger__btn .scroll { width:22px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.burger__btn .fixed { width:22px !important; left:3%;}
.burger__btn .scroll { width:22px;}
}

@media screen and (min-width:1441px) and (max-width:1900px) {
.burger__btn .fixed { left:3%;}
}