/* STNDRD THEME SCROLL BAR CSS */
.scroll-bar{position:fixed;top:0;left:0;z-index:4000;opacity:0;height:0;background:#fff;overflow:hidden;-webkit-transition:all 750ms ease-in-out;-moz-transition:all 750ms ease-in-out;-o-transition:all 750ms ease-in-out;transition:all 750ms ease-in-out}.scroll-bar.active{display:block;opacity:1;height:auto;overflow:visible}.scroll-bar .col-custom{display:inline-block;vertical-align:middle}.scroll-bar .scroll-logo-wrapper{width:22.5%}.scroll-bar .scroll-nav-right{width:72.5%;text-align:right}.scroll-nav-both .scroll-logo-wrapper{text-align:center}.scroll-nav-both .scroll-nav-left,.scroll-nav-both .scroll-nav-right{width:35%}.scroll-bar h1,.scroll-bar h2,.scroll-bar h3,.scroll-bar h4,.scroll-bar h5,.scroll-bar h6{margin:0}@media screen and (max-width: 1024px){.scroll-bar,.scroll-bar.active{display:none;opacity:1;height:0;overflow:hidden}}
/* END OF STNDRD THEME SCROLL BAR CSS */