.counter_var {
	font-family: "Times New Roman", Sans-serif;
	font-size: 32px;
	margin-bottom: 0px;
	color: #ffffff;
}

.counter_label {
	font-family: "Muli", sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	color: #ffffff;
}

#map {
	height: 400px;
	width: 100%;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

#custCarousel .carousel-indicators {
	position: static;
	margin-top:20px;
}

#custCarousel .carousel-indicators > li {
	width:100px;
}

#custCarousel .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
	opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
	opacity: 0.75;
}

.carousel-item img{
	width:80%;
}

#custCarousel2 .carousel-indicators {
	position: static;
	margin-top:20px;
}

#custCarousel2 .carousel-indicators > li {
	width:100px;
}

#custCarousel2 .carousel-indicators li img {
	display: block;
	opacity: 0.5;
}

#custCarousel2 .carousel-indicators li.active img {
	opacity: 1;
}

#custCarousel2 .carousel-indicators li:hover img {
	opacity: 0.75;
}

#main_sect {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	width: 100%;
	height: 100vh !important;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index: -1;
	background-image: url(../images/xv_k_9.jpg);
}

.font_high_sp {
	font-family: 'high_spirited';
}

.font_antic_d {
	font-family: 'Antic Didone';
}

.bg_blue {
	background-color: #03213e;
}

.box_shdw {
	box-shadow: 2px 2px 6px 0px rgba(100, 100, 100, 0.53);
}

@keyframes bouncing {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bouncing {
  position: absolute;
  animation-duration: 2s;
  animation-name: bouncing;
  animation-iteration-count: 4;
  font-size: 2em;
}
