/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */



/* Custom Settings  */


.slider-container-flickity {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Slider Container */

.flickity-container {
	position: relative;
	width: 100%;
  	height: 100%;
	overflow: hidden;	
}

.slider-cover-container img {
	width: 100%;	
}

.main-carousel {
  width: 100%;
  height: 100%;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Hero Slider Imgae Container */

.slider-bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/* Hero Slider Imgae Ken Burns */

.slider-bg-image-move {
  left: 52.5%;
  top: 52.5%;
  width: 105%;
  height: 105%;
}

.transEase05 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* Default Settings */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  display: none;
  position: absolute;
  bottom: 0;
  width: 20vw;
  height: 100%;
  border: none;
  opacity: 0.33;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flickity-prev-next-button:hover { opacity: 0.44; }

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {
  opacity: 0.66;
}

.flickity-prev-next-button.previous {
    left: 0;
    background: url(../img/uximages/gradient_left.png) no-repeat center left; }
.flickity-prev-next-button.next {
    right: 0;
    background: url(../img/uximages/gradient_right.png) no-repeat center right; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* arrow invisible */
.flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.0);
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 5.0%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  opacity: 0.33;
  cursor: pointer;
}

.flickity-page-dots .dot:hover {
  opacity: 0.66;
}

.flickity-page-dots .dot.is-selected {
  opacity: 0.8;
}


/* Contact in Slider */

.flickity-contact-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.space-top-flickity-contact {
	margin-top: 17.5vh;
}



/*   M E D I A  Q U E R Y /// Touch Buttons in Desktop View  */

/*   Touch Buttons in Desktop View  */

@media only screen and (min-width: 1170px) {
  .flickity-prev-next-button {
  	display: block; }
  .flickity-page-dots .dot {
  	width: 6px;
  	height: 6px;
  	margin: 0 4px; }
}


/*   Flickity Container  */

/* Portrait View /// Tablet Landscape */

/* Portrait View /// Tablet Portrait */

@media only screen and (orientation: landscape) {
	
	.space-top-flickity-contact {
		margin-top: 27.5vh; }
	}

@media only screen and (aspect-ratio: 4/3) { }

/* Portrait View /// Tablet Portrait */

@media only screen and (orientation: portrait) {
	
	.slider-container-flickity {
		height: 55vh;
		text-align: center;
	}
	
	.flickity-page-dots .dot {
  		width: 8px;
  		height: 8px;
  		margin: 0 5px; }
	}

/* Portrait View /// Smartphone */

@media only screen and (orientation: portrait) and (max-width: 600px) {
	
	.slider-container-flickity {
		height: 50vh;
		text-align: center;
	}
	
	.flickity-page-dots .dot {
  		width: 8px;
  		height: 8px;
  		margin: 0 4px; }
	
	.space-top-flickity-contact {
		margin-top: 10vh; }
	
	}

/* Landscape View /// Smartphone */

@media only screen and (orientation: landscape) and (max-width: 850px) {
	
	.space-top-flickity-contact {
		margin-top: 20vh; }
	}

