﻿@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:#0c0c0c; box-shadow:0px 6px 12px -4px rgba(0,0,0,0.24); animation:slide-down 0.7s; margin:0 0 0 !important; padding:34px 0 38px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.fixed .linker-col1 { width:311.8px; animation:slide-down 0.7s;}
.fixed .linker-col2 { animation:slide-down 0.7s; margin-top:1px;}
.fixed .linker-col3 { animation:slide-down 0.7s; margin-top:1px;}
.button_container .fixed { width:96px !important; background:none; border-bottom:none; box-shadow:none; padding:49px 0 24px; left:24px; right:inherit; z-index:9999999999;}
.button_container .scroll { width:96px;}

@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 .linker-col1 { width:223.8px; animation:none;}
.fixed .linker-col2 { animation:none; margin-top:0;}
.fixed .linker-col3 { animation:none; margin-top:0;}
.button_container .fixed { width:90px !important; padding:16px 0 16px; left:5%;}
.button_container .scroll { width:98px;}
}

@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 .linker-col1 { width:223.8px; animation:none;}
.fixed .linker-col2 { animation:none; margin-top:0;}
.fixed .linker-col3 { animation:none; margin-top:0;}
.button_container .fixed { width:90px !important; padding:16px 0 16px; left:5%;}
.button_container .scroll { width:98px;}
}

@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 .linker-col1 { width:223.8px; animation:none;}
.fixed .linker-col2 { animation:none; margin-top:0;}
.fixed .linker-col3 { animation:none; margin-top:0;}
.button_container .fixed { width:90px !important; padding:16px 0 16px; left:5%;}
.button_container .scroll { width:98px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed { padding:22px 0 26px;}
.fixed .linker-col1 { width:251.8px; margin-left:45px;}
.fixed .linker-col2 { animation:slide-down 0.7s; margin-top:0;}
.fixed .linker-col3 { animation:slide-down 0.7s; margin-top:0;}
.button_container .fixed { width:38px !important; padding:43px 0 12px; left:3%;}
.button_container .scroll { width:38px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed { padding:28px 0 32px;}
.fixed .linker-col1 { width:275.8px; margin-left:45px;}
.fixed .linker-col2 { animation:slide-down 0.7s; margin-top:2px;}
.fixed .linker-col3 { animation:slide-down 0.7s; margin-top:2px;}
.button_container .fixed { width:38px !important; padding:49px 0 18px; left:3%;}
.button_container .scroll { width:38px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.fixed .linker-col1 { margin-left:45px;}
.button_container .fixed { width:38px !important; left:3%;}
.button_container .scroll { width:38px;}

.fixed .linker-col1{width: 240.8px;}


}

@media screen and (min-width:1241px) and (max-width:1340px) {
.fixed .linker-col1 { margin-left:45px;}
.button_container .fixed { width:38px !important; left:3%;}
.button_container .scroll { width:38px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.button_container .fixed { width:38px !important; left:2%;}
.button_container .scroll { width:38px;}
}