body {
	color:#303030;
}
.green {
	color: #7aae26 !important;
}
.bg-green {
	background-color: #7aae26 !important;
}
.bg-green-trans {
	background-color: rgba(122, 174, 38, 0.1) !important;
}
.nav-link{
	padding: 0.8rem 0rem;
	transition: all 0.5s ease;
}
.nav-link {
	color: #7aae26;
}
.nav-link:hover {
	color: #24292f;
}

@media (min-width: 992px) {
.nav-link
{
    padding-right: 1rem !important;
	padding-left: 1rem !important;
  }
}





.gmap{
	width: 100%;
	height: 100%;
	min-height: 350px;
	vertical-align: top;
	border:0;
	margin:0;
	padding:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition:all 1s linear; 
    -o-transition:all 0.3s linear; 
    -moz-transition:all 0.3s linear; 
    -webkit-transition:all 0.3s linear;
}

.gmap:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gmap-full{
	width: 100%;
	height: 100%;
	min-height: 80vh;
	vertical-align: top;
	border:0;
	margin:0;
	padding:0;
}

.btn-success {
    color: #fff;
    background-color: #7aae26 !important;
	border-color: #7aae26 !important;
	border-radius: 4px;
}
.btn-success:hover {
    background-color: #6f9e23 !important;
}


.HeaderBg {
	background-image: linear-gradient(180deg, #6f706d 0%,rgba(255,255,255,0.01) 40%);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




.w-40 {
	width: 40% !important;
}
.w-60 {
	width: 60% !important;
}
.w-75 {
	width: 75% !important;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}



.h-line span:after, .h-line span:before {
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
	margin-left:0.8rem;
	margin-right:0.8rem;
}


.img-fit {
	object-fit: cover;
}

.image-loader {
	background: url(../media/img/bone-loader.gif), #f6f6f7;
	background-repeat: no-repeat;
	background-position: center center;
}



.card-hover:hover {
	transition : border-color 300ms ease-in-out;
	border-color:#7aae26
}






.kurse-area {
	position: relative;
	z-index: 1;
}
.kurse-area .kurse-content {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.kurse-area .kurse-content .kurse-icon {
	position: absolute;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	left: 50%;
	margin-left: -40px;
	top: -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	background-color: #ffffff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}



.overlay-container:after {
	content:'';
	position: absolute; 
	bottom: 0;
	background-image: linear-gradient(360deg, #95bf52 0%,rgba(255,255,255,0.01) 60%);
	width: 100%;
	height:100%;
	transition: .5s ease;
	opacity:1;
}
.overlay-container:hover:after {
	opacity: 0;
}







.preloader {
  background-color: #7aae26;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1.5);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1.5);
    opacity: 0;
  }
}














.info-area {
	position: relative;
	z-index: 1;
}
.info-area .contact-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #7aae26;
	text-align: center;
	line-height: 66px;
	color: #ffffff;
	margin: 0 auto 30px;
}
.contact-icon svg {
	width:36px;
	height:36px;
	fill:#fff
}
.mb-100 {
  margin-bottom: 80px !important;
}













.ha-line {
  position: relative;
}

.ha-line:after {
  content: "";
  background: #7aae26;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 90%;
}
















.modal-dialog {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.modal-backdrop {
	opacity:0.7 !important;
}
.cookie {
	width:60px;
	height:60px;
	fill:#cf9f27
}


@media (max-width: 768px) {
	
	.nav-item {
		font-size:1.152rem;
		padding-left:10px;
		margin: 2px 0 2px 0;
		background-color:#dce8e0;
	}
	.navbar-nav {
		margin-top:2rem;
	}

}


.form-control:focus, .form-select:focus {
  border-color: #7aae26;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 174, 38, 0.6);
}

.form-check-input:checked {
	background-color: #7aae26;
	border-color: #7aae26;
}


.top-25 {
	bottom: 0% !important;
}

















.team-avatar {
	background-image: url('../media/img/team.png');
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
}
.team-avatar img {
	object-fit: cover;
}
.team-avatar:after {
	content:'';
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(360deg, rgba(122, 174, 38,0.2) 0%,rgba(255,255,255,0.2) 100%);
	width: 100%;
	height:100%;
	transition: .5s ease;
	opacity:1;
}
.team-avatar:hover:after {
	opacity: 0;
}



















