/*!
*  ____  _     _      _                      _   _ _ _   _                 _         
* / ___|(_) __| | ___| |__   __ _ _ __ ___  | | | | | |_(_)_ __ ___   __ _| |_ ___   
* \___ \| |/ _` |/ _ \ '_ \ / _` | '__/ __| | | | | | __| | '_ ` _ \ / _` | __/ _ \   
*  ___) | | (_| |  __/ |_) | (_| | |  \__ \ | |_| | | |_| | | | | | | (_| | ||  __/  
* |____/|_|\__,_|\___|_.__/ \__,_|_|  |___/  \___/|_|\__|_|_| |_| |_|\__,_|\__\___|  
*																				  	  
* @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
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body > nav {
  width: 100%;
}
body > .hiddenNav {
  display: none !important;
}
#page-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#page-container {
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  will-change: padding, margin, bottom, transform, transform-origin, filter;
}
#page-container:after {
  content: '';
  will-change: background-color;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#page-container.dimmed {
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
#page-container.dimmed:after {
  position: fixed;
  top: 0px;
  right: auto;
  left: auto;
  width: 100%;
  height: 100%;
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#page-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#page-footer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
