/**
 * CE: Slider
 */
.ce-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ce-slider .slick-arrow:first-child {
  left: 15px;
  z-index: 1;
}

.ce-slider .slick-arrow:last-child {
  right: 15px;
}

.ce-slider .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ce-slider .slider-image {
  height:55vh;
}

.ce-slider .slick-slide .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.ce-slider .slick-slide .title {
  margin-top: 0;
  /*
  text-transform: uppercase;*/
  font-size: 133px;
}

.ce-slider .slick-slide .subtitle {
  font-size: 60px;
  font-family:  futura-pt,   sans-serif;
  font-weight:400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ce-slider .slick-slide .btn-primary{
  border-color: #ffffff;
  background:rgba(255,255,255, 0.5);
}

.ce-slider .slick-slide .fa {
  position: absolute;
  left:0;
  padding-left:0px;
  font-size: 25px;
  text-shadow: 1px 1px 1px black;
}

.ce-slider .slick-slide .rounded-circle:hover {
  border-color: transparent;
  box-shadow: 0 0 0 .3rem rgba(149, 129, 105, .35);
}

.ce-slider .slick-slide .fa:active {
  color: #958169;
}

.ce-slider .slick-slide .rounded-circle {
  border-radius: 50% !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #1A2E4A;
}

.ce-slider .slick-slide .rounded-circle:active {
  border-color: #958169;
}

.ce-slider .profilInformation {
  position: absolute;
  top: 30%;
  color: #ffffff;
}

.ce-slider .profilInformation.position-left {
  left:5%;
}

.ce-slider .profilInformation.position-right {
  right: 5%;
}

.ce-slider .profilInformation.position-middle {
  left: 50%;
  transform: translateX(-50%);
}

.ce-slider .profilInformation h3 {
  margin-left: 45px;
  font-size: 23px;
  text-shadow: 1px 1px 1px black;
}

.ce-slider .profilInformation .fa-map-marker {
  left:10px;
}

.ce-slider .profilInformation .fa-star{
  left:4px;
}

.ce-slider .profilInformation .fa-music{
  left:2px;
}






@media (max-width: 500px) {

}



@media (min-width: 1200px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}
