/* FlexSlider style for Barossa Template by Craig800 http://themeforest.net/user/craig800 */
#hero-slider {
	padding-bottom: 0;
	padding-top: 0;
}
#hero-slider .slides li{
	
	background-size: cover !important;
	background-position: center;
	padding-top: 150px;
	padding-bottom: 150px;
}

#hero-slider .flex-direction-nav .flex-prev {
	left: -44px;
	opacity: 0.7;
	top: 48%;
}

#hero-slider .flex-direction-nav .flex-next {
	right: -44px;
	opacity: 0.7;
	top: 48%;
}

#hero-slider:hover .flex-direction-nav .flex-prev {
	left: 44px;
}

#hero-slider:hover .flex-direction-nav .flex-next {
	right: 44px;
}

.slider-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.tile-wrapper{
	border: 1px solid rgba(255,255,255,0.8);
	padding: 10px;
	width: 350px;
	height: 350px;
	margin: 0px auto;
}
.tile-wrapper.no-border {
	border: none;
	width: 350px;
	height: 350px;
	margin: 0px auto;
}
.slider-tile{
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	margin: 0px auto;
	text-align: center;
	padding-top: 20px;
	height: 330px;
}

.slider-tile i{
	font-size: 2.5em;
}

.slider-tile h5{
	margin-top: 11px;
	margin-bottom: 22px;
}

.slider-tile .hr{
	margin-bottom: 44px;
}

.slider-tile .biline{
	width: 60%;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.6;
	margin: 0px auto;
	font-family: 'Petrona';
}

/************** SMARTPHONES ****************/
@media only screen and (max-width: 767px){
	.tile-wrapper { width: 100%; }
	#hero-slider .slides li { padding-top: 50px; padding-bottom: 50px; }
	.slider-bg { max-width: 200%; }
}

/***************** TABLETS (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#hero-slider .slides li { padding-top: 117px; padding-bottom: 117px; }
}

/**************** SMALL SCREENS *****************/
@media only screen and (max-width: 960px){
	.slider-bg { max-width: 200%; }
}
