﻿@charset "utf-8";
/* CSS Document */

.float-panel { width:100%; transition:all 0.7s;}
.fixed .fa-gg { transform:rotate(360deg);}
.fixed { width:100% !important; float:left; background:#51504f; box-shadow:0px 6px 12px -4px rgba(0,0,0,0.24); border:none; animation:slide-down 0.7s; margin:0 0 0 !important; padding:22px 0 22px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.fixed .linker-col1 { width:167px;}
.fixed .linker-ret1 { margin: 6px 0 0 2%; float: right;display: inline-block;}
.fixed .toggle-row1 { background:#454442;}
.menu-col1 .fixed { width:84px !important; background:none; border-bottom:none; box-shadow:none; padding:10px 0 10px; left:14px; right:inherit; z-index:9999999999;}
.menu-col1 .scroll { width:84px;}

@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) {
.fixed { padding:16px 0 16px;}
.fixed .linker-col1 { width:95px;}
.menu-col1 .fixed { width:80px !important; left:inherit; right:0;}
.menu-col1 .scroll { width:80px;}
.fixed .linker-ret1 { display: none;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.fixed { padding:16px 0 16px;}
.fixed .linker-col1 { width:95px;}
.menu-col1 .fixed { width:80px !important; left:inherit; right:0;}
.menu-col1 .scroll { width:80px;}
.fixed .linker-ret1 { display: none;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.fixed { padding:16px 0 16px;}
.fixed .linker-col1 { width:95px;}
.menu-col1 .fixed { width:80px !important; left:inherit; right:0;}
.menu-col1 .scroll { width:80px;}
.fixed .linker-ret1 { display: none;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { padding:16px 0 16px;}
.fixed .linker-col1 { width:147px;}
.fixed .linker-ret1 { margin:0 auto 0 2%; max-width: 530px;}
.menu-col1 .fixed { width:34px !important; padding:10px 0 10px; left:3%;}
.menu-col1 .scroll { width:34px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { padding:19px 0 19px;}
.fixed .linker-col1 { width:157px;}
.fixed .linker-ret1 { margin:0 auto 0 2%; max-width: 560px;}
.menu-col1 .fixed { width:34px !important; padding:10px 0 10px; left:3%;}
.menu-col1 .scroll { width:34px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 .fixed { width:34px !important; padding:10px 0 10px; left:3%;}
.menu-col1 .scroll { width:34px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 .fixed { width:34px !important; left:3%;}
.menu-col1 .scroll { width:34px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.menu-col1 .fixed { width:34px !important;}
.menu-col1 .scroll { width:34px;}

}

@media screen and (min-width:1341px){
.fixed .linker-ret1 { float: right;}
}