@charset "utf-8";
/* CSS Document */


/* BEST LOADER */
.slider-loading {
		position: absolute;
		width: 100%;
		height: 100%;
		margin-left: -15px;
		z-index: 99997;
		background-color: none;
		opacity: 1;
		transition: all 0.3s;
}
.spinner {
  width: 80px;
  height: 80px;

  position: absolute;
  left: calc(50% - 40px);
  top: 40%;
	display:none !important;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C42732;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* BEST-SLIDER */

#slider_test_section {
width:100%;
height: 38vw;
background-color: #EEF0F1;
position: relative;
}

.slide_pattern {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../gfx/pattern.png") repeat scroll left top;
    position: absolute;
}

.best-slider-wrapper {
    width: 100%;
    height: 100%;
}

.best-slider-wrapper .item {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.best-slider-wrapper .layer {
    height: auto;
    width: auto;
    position: absolute;
}

.best-slider-wrapper .container-best-slider {
    width: 100%;
    padding: 0px;
    height: 100%;
}

.best-slider-wrapper .ul-slide {
    list-style-type: none;
    position: absolute;
    z-index: 1;
}

.best-slider-wrapper .layer-inner {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.best-slider-wrapper h1 {
	border-bottom: 0px;
	font-size: 2.4vw;
}

.best-slider-wrapper .h1-white h1 { 
	color: #C4C6C6;
}

.best-slider-wrapper .p-desc-cms b, .best-slider-wrapper .p-desc-cms span {
	color: #C42732;
}
