﻿.float-panel { width:100%; transition:all 0.7s;}

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

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

.fixed { width:96px !important; float:none; margin:auto !important; padding:20px 0; left:3%; z-index:999999}

.scroll { width:96px; float:none; margin:0 auto 0; position:relative;}

.fixed .pattys { background:#4b8dcb;}

.fixed .menu-bar1 { color:#2b3386;}



@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);}

}


.header-wrapp.grt.showlogo { padding: 5px 0;}
.header-wrapp.grt.showlogo .margin { display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp.grt.showlogo p {  display: none;}
.header-wrapp.grt.showlogo .logo-sticky { width: 235px; margin: 0 auto 0; padding-right: 5%;}
.header-wrapp.grt.showlogo .header-row1 { /*padding-left: 5%;*/ padding-left: 0; }

.header-wrapp.grt.showlogo .logo-sticky a img {
	display: block;
}


/*Smartphone css*/

@media screen and (max-width: 480px) {

.fixed { left:5%;}

.scroll { width:100%;}

}



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

.fixed { left:5%;}

.scroll { width:100%;}

}



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

.fixed { left:5%;}

.scroll { width:100%;}

}



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

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

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


.header-wrapp.grt.showlogo .header-row1 {padding-left: 0;margin: 4.5% 0 0 0;}
.header-wrapp.grt.showlogo .logo-sticky {padding-right: 3%;width: 190px;}


}



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

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

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

.header-wrapp.grt.showlogo .header-row1 {padding-left: 9%;margin: 1.5% 0 0 0;}
.header-wrapp.grt.showlogo .logo-sticky {padding-right: 10%;width: 270px;}

}



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

.fixed { width:auto !important; left:1.2%;} 

.scroll { width:100%;}

.header-wrapp.grt.showlogo .header-row1 { padding-left: 7%; margin: 17px 0 0 0;}
.header-wrapp.grt.showlogo .logo-sticky { padding-right: 7%;}

}

@media screen and (min-width:1241px) and (max-width:1350px) {
.header-wrapp.grt.showlogo .header-row1 { padding-left: 90px;}
.header-wrapp.grt.showlogo .logo-sticky { width: 260px;  margin: 0 auto 0; padding-right: 90px;}

}
