﻿.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:#ffffff; border-bottom:1px solid #e8e8e8; margin:auto !important; padding:21px 0 19px; left:0; right:0; z-index:999999}

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

.menuer-col1 .fixed { width:70px !important; background:none; border:none; padding:21px 0 16px; left:25px; right:inherit;}

.menuer-col1 .scroll { width:70px; float:none; margin:0 auto 0; position:relative;}

.fixed .sticky-hide { display:none;}

.fixed .sticky-block { display:inline-block;}

.fixed .menuzord-menu > li:nth-child(9) a { padding:0 16px 4px 14px; margin:0 0 0 8px;}

.fixed .menuzord-menu > li:nth-child(9):after { content:""; width:2px; height:18px; background:#d4d5d6; transform:translateY(-50%); margin:0 0 0; position:absolute; top:45%; left:4px;}



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

.menuer-col1 .fixed { left:0;}

}



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

.menuer-col1 .fixed { left:0;}

}



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

.menuer-col1 .fixed { left:0;}

}



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

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

.fixed .menuzord-menu > li:nth-child(9) a { padding:0 6.7px 4px 1.9px;}

.menuer-col1 .fixed { left:2%;}

.menuer-col1 .fixed {  width: auto !important;}


}



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

.fixed .menuzord-menu > li:nth-child(9) a { margin:0 0 0 6px;}

.fixed .menuzord-menu > li:nth-child(9) a { padding:0 6.7px 4px 4.9px;}

.menuer-col1 .fixed { left:2%;}

.menuer-col1 .fixed { width: auto !important;}



}



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

.fixed .menuzord-menu > li:nth-child(9) a { margin:0 0 0 6px;}

.fixed .menuzord-menu > li:nth-child(9) a { padding:0 9.7px 4px 4.9px;}

.menuer-col1 .fixed { left:2%;}

.menuer-col1 .fixed { width: auto !important;}


}

@media (max-width: 1024px){
	.fixed .menuzord-menu > li:nth-child(9):after{ left: 3px; }
}