body{
  background-color: #e0e0e0;
}
.mini-cover{
  height: 95vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover-effect{
  height:100%;
  width:100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.full-height-bg{
  height: auto;
  min-height: 100vh;
}
.bg_home{
  background-image: url(../img/cover1.jpg);
}
.flex-wrap{
  flex-wrap: wrap;
}
.pattern1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/pattern1.jpg);
}
.pattern2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/pattern2.jpg);
}
.pattern3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/pattern3.jpg);
}
.progress-bar{
  background-color: white;
  height:100%;
  width:100%;
}
.desc-text{
  padding: 20px!important;
  font-size: 18px;
}
.logo{
  height: 100%;
  padding: 5px;
}
.subtitlu{
  font-size: 20px;
}
.no-mar-bot{
  margin-bottom: 0!important;
}
.card-title{
  background:#0000008c;
  opacity:1;
  transition-duration:0.5s;
  width:100%;
}
.login_form label{
  font-size:15px;
}
table tr:hover{
  background-color: #d0d0d0;
}
.admin_menu{
  position:fixed;
  z-index:20;
  left:0;
  top:0;
  height:100%;
  width:300px;
  border-right: 3px solid #004d40;
  overflow-y:auto;
}
.admin_menu ul, .no-margin{
  margin:0px;
}
.admin_menu li{
  padding:10px 20px;
  width:100%;
  border-bottom: 1px solid #00796b;
  border-left:0px solid white;
  -webkit-transition: all 0.5s ease-in-out;
}
.admin_menu li:hover, .admin_menu .active{
  background-color: #004d40;
  border-bottom: 1px solid #004d40;
  border-left: 20px solid white;
  -webkit-transition: all 0.5s ease-in-out;
}
.admin_border{
  border-bottom: 1px solid #004d40;
}
.card-image:hover .card-title{
  transition-duration:0.5s;
  opacity:0;
}
.hidden{
  display:none;
}
.custom_textarea{
  margin-bottom:10px;
  resize: vertical;
  border-color:#004d40;
  padding:10px;
}
.custom_form{
  padding:10px 0px;
}
.custom_label{
  font-size:20px;
  color:black
}
#menu_trigger{
  margin-left:20px
}
.gallery_menu{
  overflow-y: auto;
  margin: 5px 0px;
  max-height: 400px;
  text-align: center;
}
.gallery_menu img{
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.top-margin{
  margin-top: 15px;
}
.rel-pos{
  position: relative;
}
.abs-pos{
  position: absolute;
}
.arrow{
  left:0;
  right:0;
  bottom:5vh;
}
.text_box{
  left:0;
  bottom:0;
  color: #FFF;
  width:100%;
  background-color: rgba(0, 0, 0, 0.70);
}
.gallery_image{
  height:400px;
}
.img_principala{
  position: relative;
  cursor: zoom-in;
}
.img-desc{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.gallery_menu img{
  width: 100%;
  margin:3px 0px;
  cursor: zoom-in;
}
.bg_img{
  position: fixed;
  padding-top:1%;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color: rgba(96, 125, 139, 0.5);
  text-align: center;
}
.bg_img img{
  padding-top:1%;
  width:100%;
}
.bg_img .img-wrapper{
  height:98%;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  overflow-y: scroll;
  -ms-overflow-style: none;  // IE 10+
  overflow: -moz-scrollbars-none;  // Firefox
}
.bg_img .img-wrapper::-webkit-scrollbar {
    display: none;
}
.img_principala{
  max-height:400px;
  max-width:100%;
}
.tab_img{
  border:1px solid white;
  height:240px;
  padding:5px;
}
.tab_img .btn{
  margin:2px;
}
.tab_img img{
  max-height:80px;
}
.yt-video{
  width:360px;
  max-height:315px;
}
.mobile-menu{
  z-index:20;
  position:fixed;
  top:0;
  width:100%;
  display:none;
}
.mobile-menu a{
  color:white!important;
  letter-spacing: normal;
  transition-duration: 0.5s;
  font-size: 18px;
}
.mobile-menu a:hover, .mobile-menu .active{
  color: #26a69a!important;
  letter-spacing: 1px;
  transition-duration: 0.5s;
}
.mobile-menu li{
  padding: 2px 0px;
}
.main-menu .active{
  background-color: #00877a;
}
.zoom{
  transition: transform .2s;
}
.zoom:hover{
  transform: scale(3);
}
.pad{
  padding: 20px 10px;
}
.notification{
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: 400px;
  padding: 10px 20px;
  z-index: 9999;
  display: none;
}
.notification .timer{
  width: 60px;
  margin-left: 5px;
  float: right;
  height: 100%;
}
.no-pad{
  padding: 0!important;
}
/* width */
.custom_scroll::-webkit-scrollbar {
    width: 10px;
}
/* Handle */
.custom_scroll::-webkit-scrollbar-thumb {
    background: #009688;
}
/* Handle on hover */
.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #00796b;
}
@media only screen and (max-width: 992px) {
  .admin_menu{
    display:none;
  }
}
@media only screen and (min-width: 993px) {
  .has-left-menu{
    padding-left:300px;
  }
  .admin_menu{
    display:block!important;
  }
}
