﻿.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;box-shadow:0 4px 6px -6px #808080; margin:0 0 0 !important; padding:20px 0 10px; left:0; right:0; z-index:9999;}

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

.fixed .menuzord-menu > li:nth-child(4) { margin-right:0;}

.fixed .menuzord-menu > li:nth-child(5) { margin-left:0;}

.header-col2 .fixed { width:100px !important; background:none; box-shadow:none; padding:15px 0 15px; left:3%; right:inherit; z-index:999999;}

.header-col2 .scroll { width:100px;}

.hamburger .scroll.fixed{width: 100px !important;border: none;background: transparent;box-shadow: none; top: -6px !important;left: 2%;}

@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%; position:relative;}

.fixed .toggle { float:left;}

}



@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%; position:relative;}

.fixed .toggle { float:left;}

}



@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%; position:relative;}

.fixed .toggle { float:left;}

}



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

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

.header-col2 .fixed { width:30px !important; left:3%; right:inherit;}

.header-col2 .scroll { width:30px;}

}



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

.fixed { padding:17px 0 17px;}

.header-col2 .fixed { width:33px !important; left:3%;}

.header-col2 .scroll { width:33px;}

}



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

.header-col2 .fixed { width:36px !important; left:3%;}

.header-col2 .scroll { width:36px;}

}



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



}

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

.header-col2 .scroll { width: 115px !important;}

}