﻿.float-panel { width:100%; z-index: 300; /*transform: translateZ(0); transition: all 0.5s;*/}

.fixed { text-align:right; border:none; box-shadow: 0 2px 6px rgba(0,0,0,0.2); animation: slide-down 0.7s;}

.fixed .fa-gg { transform: rotate(360deg);}

.fixed { width:100% !important; float:none; background:url(../images/header-bg.jpg) no-repeat center / cover; margin:auto !important;  left:0; right:0;}

.scroll { width:100%; float:left; background:#efefef;}

.fixed .hide { display:block;}

.fixed .view { display:none;}

.hide { display:none;}

@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; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}

.fixed .hide { display:none !important;}

.fixed .view { display:block !important;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}

.fixed .hide { display:none !important;}

.fixed .view { display:block !important;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}

.fixed .hide { display:none !important;}

.fixed .view { display:block !important;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}

.scroll { padding:0;}

.fixed .hide { display:none !important;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.fixed { width:100% !important; background:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}

.scroll { padding:0;}

.fixed .hide { display:none !important;}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

}