﻿.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:#014991; margin:0 auto 0 !important; padding:16px 0 16px; right:0; left:0; z-index:999999}
.scroll { width:100%; float:none; margin:0 auto 0; position:relative;}
.fixed .linker-col1 { display:none;}
.fixed .linker-col2 { width:100%;}
.fixed .bar { background:#ffffff;}
.fixed .toggle-row1 { border:3px solid #ffffff;}
.fixed .toggle-text1 { color:#ffffff;}
.fixed .menuzord-menu > li { float:none;}
.fixed .menuzord-menu > li:nth-child(6) a { padding-right:11.4px;}
.fixed .menuzord-menu > .hide { display:inline-block;}
.menuer-col1 .fixed { width:100px !important; background:none; padding:26px 0 26px; right:inherit; left:51px;}
.menuer-col1 .scroll { width:100px; margin:0 auto 0;}

@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 .scroll.float-panel.fixed { background: transparent; left: inherit; right: inherit; width: auto !important; float: left;}


/*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 .toggle-row1 { border:3px solid #2b65a0;}
.fixed .toggle-text1 { color:#000000;}
.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;}
.fixed .toggle { float:left;}
.fixed .toggle-row1 { border:3px solid #2b65a0;}
.fixed .toggle-text1 { color:#000000;}
.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;}
.fixed .toggle { float:left;}
.fixed .toggle-row1 { border:3px solid #2b65a0;}
.fixed .toggle-text1 { color:#000000;}
.menuer-col1 .fixed {  left:0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed .menuzord-menu > li { float:left;}
.fixed .menuzord-menu > li:nth-child(6) a { padding-right:4.4px;}
.menuer-col1 .fixed { width: 39px !important; left:3%;}
.fixed .linker-col2 { width:auto;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed .menuzord-menu > li { float:left;}
.fixed .menuzord-menu > li:nth-child(6) a { padding-right:8.4px;}
.menuer-col1 .fixed { width: 39px !important; left:3%;}
.fixed .linker-col2 { width:auto;}
}

@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;}
.fixed .menuzord-menu > li:nth-child(6) a { padding-right:8.4px;}
.menuer-col1 .fixed { width: 39px !important; left:3%;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.fixed { width:100% !important; float:none !important; margin:0 auto 0;}
.scroll { width:100%; float:left; position:relative;}
.fixed .menuzord-menu > li:nth-child(6) a { padding-right:9.4px;}
.menuer-col1 .fixed { left:3%;}
}