/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


.clearfix {
	clear: both
}

.slider {
	position: relative;
	height: 100vh !important;
	width: 100%
}
.slider.fullscreen {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.slider.fullscreen ul.slides {
	height: 100vh !important
}
.slider.fullscreen ul.indicators {
	z-index: 2;
	bottom: 0px
}
.slider .slides {
	background-color: #fff;
	margin: 0;
	height: 100vh !important
}
.slider .slides li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: inherit;
	overflow: hidden
}
.slider .slides li img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: top;
}
.slider .slides li .caption {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 50%;
    opacity: 0;
    transform: translate(-20%, -50%) !important;
}
.slider .slides li .caption h1 {
	color: #ff3e3e;
	font-family: 'Conv_AvenirNextLTPro-Demi';	
	font-size: 3.5em;
	line-height: 1em
}
.slider .slides li.active {
	z-index: 2
}
.slider .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
}
.slider .indicators .indicator-item {
	display: inline-block;
	opacity: 0;
	position: relative;
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 0 12px;
	background-color: #e0e0e0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%
}
.slider .indicators .indicator-item.active {
	background-color: #4CAF50
}
