/*******************************************
***          YT Framework: css          ***
*******************************************/
#right .module.bgnone, #left .module.bgnone{
	background: none;
	}
.uk-list a h3.uk-h3.uk-margin-remove{
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
    }
.yt-slidePanel .yt-sticky .module .btn-special{
	background: #6CA512;
	}
	
.uk-overlay-background {
    background:none;
	background:rgba(255,255,255,.0);
    color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel h3 {
	font-weight: bold;
	font-size: 220%;
    color: #ffffff;
    line-height: 110%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}

.uk-button{background: #61A31D;
  color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0 -1px;
  }
.uk-button:hover,
button:hover {
  background: #7EB319;
  color: #ffffff;
}
.uk-button-large{min-height:40px;padding:0 20px;line-height:43px;font-size:14px}

div.mod-languages {
	margin-top: 0px;
	}
.module.language-switcher div.mod-languages li {
	padding: 10px 15px 10px 15px;
	line-height:22px;
  display: inline-block;
}
	div.mod-languages ul{margin: 0;padding: 0;list-style: none;}
.mobile__menu{
    display: none;
    background: green;
    color: white;
    padding: 20px;
    text-align: center;
}
.overlay{background-color:rgba(0, 0, 0, 0.7);bottom:0;cursor:default;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:99999;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;}
.overlay:target{visibility:visible;opacity:1;}
.p0{padding:0px;}
.popup{background:#fff;display:inline-block;max-width:100%;max-height:100%;border:0px;overflow-y:auto;left:50%;opacity:0;padding:35px;position:fixed;text-align:left;top:40%;visibility:hidden;overflow-x:hidden;z-index:999999;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .5s, top .5s;-moz-transition:opacity .5s, top .5s;-ms-transition:opacity .5s, top .5s;-o-transition:opacity .5s, top .5s;transition:opacity .5s, top .5s;}
.overlay:target+.popup{top:50%;opacity:1;visibility:visible;}
#callback input[type="text"] {
    padding: 8px 18px;
    display: inline-block;
    margin-bottom: 7px;
    width: 214px;
}
#callback textarea{padding: 8px 18px;
    /* display: inline-block; */
    margin-bottom: 7px;
    width: 214px;
    height: 110px;}
.meditation{list-style: none; padding: 0px; margin:0px;}
.meditation li{width: 25%; float: left; text-align: center;    min-height: 180px;}
.loaderArea {
      background: linear-gradient(90deg, #00b377, #00d68f);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}
.loader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
 
.loader:before,
.loader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid rgba(255,255,255,.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
}
 
.loader:before {
  -webkit-animation: animate 2s infinite linear;
}
 
@-webkit-keyframes animate {
  0% {
    transform: rotate(0) skew(0);
  }
   
  100% {
    transform: rotate(180deg) skew(360deg);
  }
}
 
 
.loader:after {
  -webkit-animation: animate2 2s infinite linear;
}
 
@-webkit-keyframes animate2 {
  0% {
    transform: rotate(0) skew(0);
  }
   
  100% {
    transform: rotate(-180deg) skew(-360deg);
  }
}
/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	.uk-overlay-panel h3 {
	font-weight: bold;
	font-size: 150%;
    color: #ffffff;
    line-height: 110%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

@media screen and (max-width: 480px) {
    .module.sjflatmenu, #yt_mainmenu, #callme{
        display: none;
    }
    
    .module.sjflatmenu{
        position: absolute;
        left: 0;
        top: 100%;
        background: white;
        z-index: 10000;
        border-radius: 0;
        width: 100%;
    }
    
    #left{
        display: none;
    }
    
    #content{
        padding: 20px;
    }
    
    .at-share-dock.atss{
        position: relative;
    }
    
    #left .module{
        border-radius: 0!important;
    }
    
    .mobile__menu--link{
        color: white;
        font-weight: bold;
        font-size: 20px;
    }
    
    .mobile__menu{
        display: block;
        position: relative;
    }
    .meditation li{width: 50%;}
}