﻿.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:#000000; margin:0 0 0 !important; padding:25px 0 25px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.fixed .toggle-menu .toggle-tex1 { color:#ffffff;}
.fixed .toggle-menu .toggle-row1 { background:#ffffff;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#ffffff;}
.fixed .toggle-menu.active .toggle-tex1 { color:#ffffff;}
.fixed .toggle-menu.active .toggle-row1 { background-color:transparent;}
.fixed .toggle-menu.active .toggle-row1:before, .fixed .toggle-menu.active .toggle-row1:after { background:#ffffff;}
.menu-col1 .fixed { width:44px !important; background:none; left:28px; right:inherit;}
.menu-col1 .scroll { width:44px;}

@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%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
.menu-col1 .fixed { width:38px !important; left:0; right:inherit;}
.menu-col1 .scroll { width:38px;}
}

@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%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
.menu-col1 .fixed { width:38px !important; left:0; right:inherit;}
.menu-col1 .scroll { width:38px;}
}

@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%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
.menu-col1 .fixed { width:38px !important; left:0; right:inherit;}
.menu-col1 .scroll { width:38px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { padding:19px 0 19px;}
.menu-col1 .fixed { width:40px !important; padding:100px 0 25px; left:3%; right:inherit;}
.menu-col1 .scroll { width:40px;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { padding:22px 0 22px;}
.menu-col1 .fixed { width:42px !important; padding:106px 0 25px; left:3%; right:inherit;}
.menu-col1 .scroll { width:42px;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 .fixed { padding:110px 0 25px; left:3%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 .fixed { padding:110px 0 25px; left:3%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.menu-col1 .fixed { padding:110px 0 25px; left:3%;}
.fixed .toggle-menu .toggle-tex1 { color:#000000;}
.fixed .toggle-menu .toggle-row1 { background:#000000;}
.fixed .toggle-menu .toggle-row1:before, .fixed .toggle-menu .toggle-row1:after { background:#000000;}
}