/*

	$breakpoints: (
  
 	'mob_s'  : 27.5em,
 	'mob_m'  : 41.875em,
 	'mob_ml1'  : 50em,
 	'mob_ml'  : 62.5em,
 	'mob_l'  : 64em,

	'm_1' : 71.875em,
  	'm' : 80em,
  	
  	'l' : 85.375em,
  	'l_1': 90em,
  	'xl'  : 120em,
  	'xxl'  : 160em

);

*/
.cl {
  *zoom: 1; }

.cl:before, .cl:after {
  display: table;
  line-height: 0;
  content: ""; }

.cl:after {
  clear: both; }

.centered {
  text-align: center; }

.vcenter {
  height: 100%;
  vertical-align: middle;
  display: inline-block; }

.posrel {
  position: relative; }

.hidden_submit input[type="submit"] {
  width: 0px;
  height: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  margin: 0;
  border: 0; }

/*
.bl_shadow{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.2 ) ;
}
*/
.ie8 .bl_shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d2d2d2')"; }

.over {
  position: relative;
  z-index: 10; }

.bl_sticky.act {
  position: fixed;
  top: 0;
  z-index: 100;
  margin-top: -1px !important;
  width: 100%; }

.bl_separ {
  background: url(../img/icons/dash01.png) repeat-x center top;
  height: 42px; }
  @media (max-width: 1000px) {
    .bl_separ {
      height: 30px; } }
  @media (max-width: 440px) {
    .bl_separ {
      height: 20px; } }

.tb {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%; }

.td {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.cover, .cover2 {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.ie8 .cover, .ie8 .cover2 {
  -ms-behavior: url(/maxima/html/assets/js/functions/backgroundsize.min.htc); }

.loader_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 20;
  display: none; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 12px; }

.noUi-horizontal .noUi-handle {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  left: -49px;
  top: -45px; }
  @media (max-width: 800px) {
    .noUi-horizontal .noUi-handle {
      width: 70px;
      height: 70px;
      left: -35px;
      top: -32px; } }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  margin-right: -2px;
  background: #563422; }

.noUi-connect {
  background: #FFF;
  border: 1px solid #fff;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 6px; }

.noUi-target {
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }
