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

.fixed { border:none; /*animation:slide-down 0.7s;*/}

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

.fixed { width:100% !important; float:none; margin:auto !important; padding:11px 0 12px; left:0; right:0; z-index:99}

.scroll { width:100%; float:left; position:relative;}

/*.fixed .bar { background:#ffffff;}

.fixed .toggle-text1 { color:#ffffff;}*/

.fixed .toggle-active .bar { background:#fff;}

.fixed .toggle-active .toggle-text1 { color:#fff;}


.canver-wrapp.float-panel.fixed.scroll {/*transition: ease all 0.5s;*/  z-index: 99; float: none !important;     position: fixed !important;  top: 0px !important; padding: 19px 0 19px;}
 

@keyframes slide-down {  

0% { transform:translateY(-100%);}

100% { transform:translateY(0);}

}

/* ---------------- For Animation on Scroll ---------------- */

.slideanim { visibility: hidden; visibility: visible ;/*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%; position:relative;}

.fixed .toggle { float:left;}

}



@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%; position:relative;}

.fixed .toggle { float:left;}

}



@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 ; box-shadow:none ; animation:none ; padding:0 ;}

.scroll { width:100%; position:relative;}

.fixed .toggle { float:left;}

}



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

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

.scroll { width:100%; padding:0; position:relative;}

.canver-wrapp.float-panel.fixed.scroll { padding: 20px 0px 20px;}

}



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

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

.scroll { width:100%; padding:0; position:relative;}

.canver-wrapp.float-panel.fixed.scroll { padding: 20px 0px 20px;}

}



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

.canver-wrapp.float-panel.fixed.scroll { padding: 23px 0px 23px;}

/*.fixed { width:94% !important;}*/

.scroll { width:94%;}

}