﻿@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:#000000; border:none; box-shadow:0px 6px 12px -4px rgba(0,0,0,0.24); margin:0 0 0 !important; animation:slide-down 0.7s; padding:46px 0 46px; left:0; right:0; z-index:999999;}
.scroll { width:100%; float:left; margin:0 0 0;}
.menu-col1 .fixed { width:88px !important; background:none; border-bottom:none; box-shadow:none; padding:63px 0 63px; left:40px; right:inherit; z-index:9999999999;}
.menu-col1 .scroll { width:88px;}
.fixed .linker-mob1 { display:none; animation:slide-down 0.7s; top:29px;}

@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) {
	/*.linker-wrapp .float-panel { transform:none; transition:none;}
	.linker-wrapp .fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}
	.linker-wrapp .scroll { width:100%;}*/
	.fixed { /*padding:20px 0 20px;*/ padding:10px 0 10px; }
	.fixed .linker-col1 { width:90px;}
	.fixed .linker-mob1 { display:block;}
	.menu-col1 .fixed { width:70px !important; padding:37px 0 37px; left:5%; }
	.menu-col1 .scroll { width:70px;}
	/*.menu-col1 .fixed .toggle-menu .toggle-text { color:#000000;}
	.menu-col1 .fixed .toggle-menu .toggle-line:before, .menu-col1 .fixed .toggle-menu .toggle-line:after { background:#000000;}
	.menu-col1 .fixed .toggle-menu.active .toggle-text { color:#ffffff;}
	.menu-col1 .fixed .toggle-menu.active .toggle-line:before, .menu-col1 .fixed .toggle-menu.active .toggle-line:after { background:#ffffff;}*/
}

@media screen and (min-width:481px) and (max-width:600px) {
	/*.linker-wrapp .float-panel { transform:none; transition:none;}
	.linker-wrapp .fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}
	.linker-wrapp .scroll { width:100%;}*/
	.fixed { padding:20px 0 20px;}
	.fixed .linker-col1 { width:70px;}
	.fixed .linker-mob1 { display:block;}
	.menu-col1 .fixed { width:70px !important; padding:37px 0 37px; left:5%;}
	.menu-col1 .scroll { width:70px;}
	/*.menu-col1 .fixed .toggle-menu .toggle-text { color:#000000;}
	.menu-col1 .fixed .toggle-menu .toggle-line:before, .menu-col1 .fixed .toggle-menu .toggle-line:after { background:#000000;}
	.menu-col1 .fixed .toggle-menu.active .toggle-text { color:#ffffff;}
	.menu-col1 .fixed .toggle-menu.active .toggle-line:before, .menu-col1 .fixed .toggle-menu.active .toggle-line:after { background:#ffffff;}*/
}

@media screen and (min-width:601px) and (max-width:767px) {
	/*.linker-wrapp .float-panel { transform:none; transition:none;}
	.linker-wrapp .fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}
	.linker-wrapp .scroll { width:100%;}*/
	.fixed { padding:20px 0 20px;}
	.fixed .linker-col1 { width:70px;}
	.fixed .linker-mob1 { display:block;}
	.menu-col1 .fixed { width:70px !important; padding:37px 0 37px; left:5%;}
	.menu-col1 .scroll { width:70px;}
	/*.menu-col1 .fixed .toggle-menu .toggle-text { color:#000000;}
	.menu-col1 .fixed .toggle-menu .toggle-line:before, .menu-col1 .fixed .toggle-menu .toggle-line:after { background:#000000;}
	.menu-col1 .fixed .toggle-menu.active .toggle-text { color:#ffffff;}
	.menu-col1 .fixed .toggle-menu.active .toggle-line:before, .menu-col1 .fixed .toggle-menu.active .toggle-line:after { background:#ffffff;}*/
}

@media screen and (min-width:768px) and (max-width:900px) {
	.fixed { padding:26px 0 26px;}
	.menu-col1 .fixed { width:80px !important; padding:43px 0 43px; left:3%;}
	.menu-col1 .scroll { width:80px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
	.fixed { padding:29px 0 29px;}
	.menu-col1 .fixed { width:84px !important; padding:46px 0 46px; left:3%;}
	.menu-col1 .scroll { width:84px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
	.menu-col1 .fixed { left:3%;}
}

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

@media screen and (min-width:1341px) and (max-width:1440px) {
	.menu-col1 .fixed { left:3%;}
}