.header-text {  font-family: "Barlow", sans-serif; font-size:21px;color:#333;font-weight:900;}
.logo-text {font-family: "Barlow", sans-serif; font-weight:900;}
.header-text span#index_title_special_word, #index_title_special_word, .index_title_special_word, .logo-special{
	color:#dba75e;
    display: inline-block;
    -ms-transform: rotate(-27deg); /* IE 9 */
    -webkit-transform: rotate(-27deg); /* Safari 3-8 */
    transform: rotate(-27deg);
    text-shadow: 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10, 0 0 5px #1D5E10;
}

.top-bar a {color:white;}
.card {position:relative;}

.card__wrapperlink{
  position:absolute !important;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  z-index:10;
}
.card:hover .card__btn.bounce {  animation: bounceIn 2s;}
.card .card__btn {}

@keyframes bounceIn {
	0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
	40% {
    transform: translateX(-30px);
  }
	60% {
    transform: translateX(-15px);
  }
}

.btn_white {
	background: white;
    color: black;
   /* padding: 15px;*/
    text-align: center;
    margin: 5px 0;
}
.btn {padding:10px;}
.btn_white:hover {background:#f7f7f7;}
.footer__col--info p {margin-bottom:10px;}
.logo_wrapper {text-decoration:none;padding:10px;}

.contact .contact__form-wrapper {max-width:600px;margin: 0 auto;}
a.a_logo {text-decoration:none;}
.footer .logo h1.header-text {color:white;font-size:18px;}

.a-nostyle {color:unset;text-decoration:none;}