﻿.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:#035958; margin:0 0 0 !important; padding:6px 0 8px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0; position:relative;}
.menuer-col1 .fixed { width:68px !important; background:none; padding:19px 0 8px; right:inherit; left:19px;}
.menuer-col1 .scroll { width:68px;}

@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 {width: 68px;}
.hamburger .fixed {width: 68px !important; background: none; padding: 19px 0 8px; right: inherit; left: 19px;}

/*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;}
.menuer-col1 .fixed { width:66px !important; right:inherit; left:0;}
.menuer-col1 .scroll { width:66px;}
.hamburger .scroll {width: 66px;}
.hamburger .fixed{left: 0 !important;}
.hamburger .fixed {left: 0; width: 66px !important;}
}

@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;}
.menuer-col1 .fixed { width:66px !important; right:inherit; left:0;}
.menuer-col1 .scroll { width:66px;}
.hamburger .scroll {width: 66px;}
.hamburger .fixed {left: 0; width: 66px !important;}
}

@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;}
.menuer-col1 .fixed { width:66px !important; right:inherit; left:0;}
.menuer-col1 .scroll { width:66px;}
.hamburger .scroll {width: 66px;}
.hamburger .fixed {left: 0; width: 66px !important;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menuer-col1 .fixed { width:18px !important; left:3%;}
.menuer-col1 .scroll { width:18px;}
.hamburger .scroll {width: 18px;}
.hamburger .fixed {width: 18px !important; left: 3%; padding: 16px 0 8px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menuer-col1 .fixed { width:18px !important; left:3%;}
.menuer-col1 .scroll { width:18px;}
.hamburger .scroll {width: 18px;}
.hamburger .fixed {width: 18px !important; left: 3%; padding: 16px 0 8px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menuer-col1 .fixed { width:18px !important; left:3%;}
.menuer-col1 .scroll { width:18px;}
.hamburger .scroll {width: 18px;}
.hamburger .fixed {width: 18px !important; left: 3%; padding: 16px 0 8px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menuer-col1 .fixed { width:18px !important; left:3%;}
.menuer-col1 .scroll { width:18px;}
.hamburger .scroll {width: 18px;}
.hamburger .fixed {width: 18px !important; left: 3%; padding: 16px 0 8px;}
}

@media screen and (min-width:1341px) and (max-width:1430px) {
.hamburger .scroll {width: 18px;}
}

@media screen and (min-width:1341px) and (max-width:2560px) {
.menuer-col1 .fixed { width:18px !important; left:19px;}
.menuer-col1 .scroll { width:18px;}
}