/*!
*  ____  _     _      _                      _   _ _ _   _                 _         
* / ___|(_) __| | ___| |__   __ _ _ __ ___  | | | | | |_(_)_ __ ___   __ _| |_ ___   
* \___ \| |/ _` |/ _ \ '_ \ / _` | '__/ __| | | | | | __| | '_ ` _ \ / _` | __/ _ \   
*  ___) | | (_| |  __/ |_) | (_| | |  \__ \ | |_| | | |_| | | | | | | (_| | ||  __/  
* |____/|_|\__,_|\___|_.__/ \__,_|_|  |___/  \___/|_|\__|_|_| |_| |_|\__,_|\__\___|  
*																				  	  
* @Sidebars_Ultimate - v1.0.0 - Auto-compiled on 2017-11-23 - Copyright 2017 
* @author: swdScripts
* @contact: swdScripts@gmail.com
* @website: http://www.usidebars.com/
* @purchase: https://themeforest.net/user/swdscripts
* @licence: You must have a valid license purchased only from themeforest(the above link) in order to legally use this script for your project
*/
.uSidebar {
  position: absolute;
  display: block;
  will-change: top, left, right, bottom;
}
.uSidebar.uSidebar-fixed {
  position: fixed;
}
.uSidebar > .uSidebar-content {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.uSidebar-left {
  left: -100%;
  right: auto;
  height: 100%;
  width: 260px;
  z-index: 1000;
}
.uSidebar-left.uSidebar-visible {
  left: 0;
}
.uSidebar-left.uSidebar-fixed-top {
  position: fixed;
  top: 0 !important;
}
.uSidebar-left.uSidebar-rtl {
  right: 0;
  left: auto;
  direction: rtl;
}
.uSidebar-right {
  right: -100%;
  left: auto;
  height: 100%;
  width: 260px;
  z-index: 1010;
}
.uSidebar-right.uSidebar-visible {
  right: 0;
}
.uSidebar-right.uSidebar-fixed-top {
  position: fixed;
  top: 0 !important;
}
.uSidebar-right.uSidebar-rtl {
  left: 0;
  right: auto;
  direction: rtl;
}
.uSidebar-top {
  top: -100%;
  bottom: auto;
  width: 100%;
  height: 200px;
  z-index: 1020;
}
.uSidebar-top.uSidebar-visible {
  top: 0;
}
.uSidebar-bottom {
  bottom: -100%;
  top: auto;
  width: 100%;
  height: 200px;
  z-index: 1030;
}
.uSidebar-bottom.uSidebar-visible {
  bottom: 0;
}
