﻿.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:none; background:#efefef; box-shadow:0px 8px 10px 0px rgba(0,0,0,0.1); margin:auto !important; padding:32px 0 32px; left:0; right:0; z-index:999999}

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

.fixed .header-col1 { display:none;}

.fixed .header-col2 { display:none;}

.fixed .header-mob1 { width:212px; float:left; display:block; left: 4%; position: relative;}

.fixed .menuzord-menu > li a { color:#0c0c0c;}

.fixed .menuzord-menu .hide { display:inline-block;}

.nav-col1 .fixed { width:42px !important; background:none; box-shadow:none; left:18px; right:inherit;}

.nav-col1 .scroll { width:42px;}



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

.fixed .header-col2 { display:block;}

.fixed .header-mob1 { width:252px; float:none;}

.nav-col1 .fixed { width:42px !important; left:5%;}

}



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

.fixed .header-col2 { display:block;}

.fixed .header-mob1 { width:252px; float:none;}

.nav-col1 .fixed { width:42px !important; left:5%;}

}



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

.fixed .header-col2 { display:block;}

.fixed .header-mob1 { width:252px; float:none;}

.nav-col1 .fixed { width:42px !important; left:5%;}

}



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

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

.scroll { width:100%; padding:0; position:relative;}

.fixed .header-col1 { display:block;}

.fixed .header-col2 { display:block;}

.fixed .header-mob1 { display:none;}

.fixed .menuzord-menu > li a { color:#ffffff;}

.nav-col1 .fixed { width:20px !important; left:1.4%;}

.fixed .menuzord-menu .hide { display:none;}

}



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

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

.scroll { width:100%; padding:0; position:relative;}

.fixed .header-col1 { display:block;}

.fixed .header-col2 { display:block;}

.fixed .header-mob1 { display:none;}

.fixed .menuzord-menu > li a { color:#ffffff;}

.nav-col1 .fixed { width:20px !important; left:1.4%;}

.fixed .menuzord-menu .hide { display:none;}

}



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

.fixed { width:100% !important; float:none !important; margin:0 auto 0;}

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

.nav-col1 .fixed { left:0.8%;}

.fixed .menuzord-menu .hide { display:none;}

.fixed .header-mob1 { width:20.88%; position:relative; left:4%;}

}



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

.fixed .header-mob1 { width:20.88%; position:relative; left:4%;}

}