/*
	============================================================

				Custom theme for Zesta Cucina
	
					  ©2015 INVISIBLE INK
					  Author: Chris Duren
					  www.invisibleink.com

			Increase your visibility with Invisible Ink™
			
	============================================================
*/

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 750;
}

/** THEME
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 700;
}

.bx-wrapper .bxslider {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bxslider li {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	background-size: cover !important;
}

.bxslider a	{
	font-weight: normal;
	display: block;
	width: 100%;
	text-decoration: none;
	}

.bxslider h6	{
	position: absolute;
	width: 92%;
	top: 60%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 4%;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	text-align: center;
	text-transform: uppercase;
	}
	
.bxslider a:hover h6	{text-decoration: underline;}
	
/* PAGER */

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	z-index: 750;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b5985a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 750;
	opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/icons.png) -18px -118px no-repeat;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/icons.png) -118px -118px no-repeat;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {opacity: 1.0;}

.bx-wrapper .bx-controls-direction a.disabled {display: none;}

@media screen and (max-width: 979px) { 

	.bxslider h6	{
		box-sizing: border-box;
		width: 100%;
		top: 50%;
		}
	
	.bx-wrapper .bx-controls-direction a {display: none;}

}

@media screen and (max-width: 850px) { 
	
	.bx-wrapper .bxslider li	{padding-bottom: 60%;}

}

@media screen and (max-width: 800px) { 

.bxslider h6	{
	font-size: 40px;
	line-height: 45px;
	}
	
}