/*
 @package     mod_amsupercall
 @copyright   Copyright (C) 2016 Aleksandr Matyushkin. All Rights Reserved.
 @license     GNU General Public License version 2, or later.
 @website     http://websitedom.ru
*/

/* Mesbar */

.mesbar {
    position: fixed;
    padding: 0;
    margin: 0;
    border: 0 none;
    z-index: 1030;
    background-color: transparent;
	max-width: 100%;
	white-space: nowrap;
}

/* Padding buttons */

.mel {
  margin-left: .2rem;
 }
 
.met {
  margin-top: .2rem;
  display: block;
}

@media (max-height: 575px) {	
 .mevt {
  margin-left: .2rem;
 }

 .mes {
  margin-left: .2rem;
 }
}

@media (min-height: 576px) {
 .mevt {
  margin-top: .2rem;
  display: block;
}

 .mes {
  margin-top: .2rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
 }
}


/* Slider push buttons */

.mescont, .mesclose {
	display: none;
}

@media (max-height: 575px) {
.mesv {
	display: flex !important;
	justify-content: center;
}
}

.push {
	margin: .5rem 0;
}

.pushv {
	margin: 0 .5rem;
}

/* Images */

.mesimg {
  max-width: 100%;
  height: auto;
}

/* Mobile */

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

/* Side */

.mest {
   top: 0;
}

.mesb {
   bottom: 0;
}

.mesr {
   right: 0;
}

.mesvr {
   right: 0;
}

.mesl {
   left: 0;
}

.mesvl {
   left: 0;
}

@media (max-height: 575px) {
 .mesvr {
   bottom: 0 !important;
   right: 10%;
 }
 
 .mesvl {
   bottom: 0 !important;
   left: 10%;
 }
 
 .mesrev {
   flex-direction: row-reverse;
 }
}

/* Side top */

.mest1 {
   left: 15%;
}

.mest2 {
   left: 25%;
}

.mest3 {
   left: 30%;
}

.mest4 {
   right: 25%;
}

.mest5 {
   right: 15%;
}

/* Side right */

.mesr1 {
   top: 15%;
}

.mesr2 {
   top: 25%;
}

.mesr3 {
   top: 30%;
}

.mesr4 {
   bottom: 25%;
}

.mesr5 {
   bottom: 15%;
}

@media (min-height: 576px) {

.mesvr1 {
   top: 15%;
}

.mesvr2 {
   top: 25%;
}

.mesvr3 {
   top: 30%;
}

.mesvr4 {
   bottom: 25%;
}

.mesvr5 {
   bottom: 15%;
}
}


/* Side bottom */

.mesb1 {
   left: 15%;
}

.mesb2 {
   left: 25%;
}

.mesb3 {
   left: 30%;
}

.mesb4{
   right: 25%;
}

.mesb5 {
   right: 15%;
}

/* Side left */

.mesl1 {
   top: 15%;
}

.mesl2 {
   top: 25%;
}

.mesl3 {
   top: 30%;
}

.mesl4 {
   bottom: 25%;
}

.mesl5 {
   bottom: 15%;
}

@media (min-height: 576px) { 
.mesvl1 {
   top: 15%;
}

.mesvl2 {
   top: 25%;
}

.mesvl3 {
   top: 30%;
}

.mesvl4 {
   bottom: 25%;
}

.mesvl5 {
   bottom: 15%;
}
}