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

.fixed { width:100% !important; float:left; background:#000000; animation:slide-down 0.7s; margin:0 0 0 !important; padding:26px 0 32px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.float-panel { width:100%; transition:all 0.7s;}
.fixed .fa-gg { transform:rotate(360deg);}
.fixed .linker-col1 { width:223px; animation:slide-down 0.7s;}
.fixed .linker-col2 { animation:slide-down 0.7s; margin:8px 0 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);}
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.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%;}
.float-panel { transform:none; transition:none;}
.fixed .linker-col1 { width:199px; animation:none !important;}
.fixed .linker-col2 { animation:none !important; margin:0 0 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.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%;}
.float-panel { transform:none; transition:none;}
.fixed .linker-col1 { width:199px; animation:none !important;}
.fixed .linker-col2 { animation:none !important; margin:0 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.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%;}
.float-panel { transform:none; transition:none;}
.fixed .linker-col1 { width:199px; animation:none !important;}
.fixed .linker-col2 { animation:none !important; margin:0 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.fixed .linker-col1 { width:187px; margin-left:40px;}
.fixed .linker-col2 { margin:4px 0 0;}
.fixed .linker-col2 { margin:6px 0 0;}
    .linker-wrapp .linker-col1 {
        width: 187px !important; margin-left:0px;
    }
    .linker-wrapp .fixed .linker-col1 {
        margin-left: 32px;
        width: 118px !important;margin-top: 12px;
    }

}

@media screen and (min-width:901px) and (max-width:1024px) {
.fixed .linker-col1 { width:180px; margin-left:42px;}
.fixed .linker-col2 { margin:6px 0 0;}
.linker-wrapp .linker-col1 {width: 180px !important; margin-left:0px}
.linker-wrapp .fixed .linker-col1{ margin-left:32px;width: 164px !important;}


}

@media screen and (min-width:1025px) and (max-width:1240px) {
.fixed .linker-col1 { margin-left:26px;}

.float-panel .linker-col1  { margin-left:50px;    }
.linker-wrapp .linker-col1 {width: 195px;}
.fixed .linker-col1 {width: 195px; margin-left: 50px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.fixed .linker-col1 { margin-left:76px;}

.fixed .linker-col1 {margin-left: 42px;}
.float-panel .linker-col1 {margin-left: 42px;}
.float-panel .linker-col1  { margin-left: 84px;    }
.linker-wrapp .linker-col1 {width: 195px;}
.fixed .linker-col1 {width: 195px; margin-left: 84px;}
}


@media screen and (min-width:1341px) and (max-width:1440px) {

.fixed .linker-col1 {margin-left: 42px;}
.float-panel .linker-col1 {margin-left: 42px;}

}





