@charset "utf-8";
@import url('normalize.css');
@import url('fonts.css');

/*ESTILOS GENERALES*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    background: #4e4e4e;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}
.oculto {
	visibility: hidden;
}
#principal {
	width:95%;
	max-width:1000px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}
.texto_naranja {
	color: #ff7103;
}
.texto_verde {
	color: #4dc247;
}
h1 {
    font-family: 'Dynalight', cursive;
    font-size: 35pt;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    margin: 0px;
}
h2 {
    text-align: center;
}
h3 {
    font-size: 20px;
    color: #FF7103;
    padding: 5px;   
}
h4 {
    display: block;
    background: #fff;
    padding: 5px;
    color: #4d78b3;
    font-weight: bold;
    
}
/* LOGO */
#logo_casita {
    width: 100%;
    overflow: hidden;
}
.logo_img {
    width: 30%;
    float: left;
    text-align: center;
}
.logo_text {
    width: 70%;
    float: left;
    font-family: 'Dynalight', cursive;
    font-size: 45pt;
    font-weight: 500;
	text-align: left;
}
.division {
	width: 100%;
	height:70px;
	margin-left: auto;
	margin-right: auto;
}
.division .division_linea {
	height: 2px;
	background-color: #7e7e7e;
	position:relative;
	top:40%;
	z-index: 1;
}
.division .division_cuadro {
	width: 300PX;
	border: solid 2px #7e7e7e;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position:relative;
	top:0%;
	z-index: 2;
    font-family: 'Dynalight', cursive;
    font-size: 40PX;
    text-align: center;
}
.center {
    text-align: center;
}
/* BARRA DE LINKS */
header{
    height:42px;
    position: relative;
    width: 100%;
    z-index: 10000;
    border-bottom: thin solid #7e7e7e;
    border-top: 1px solid #7e7e7e;
}
header, nav{
    display: block;
}
#menu{
    width: 100%;
    float: right;
}
#menu ul{
    list-style: none;
    font-size: 16px;
}
#menu li{
    display: block;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
#menu li a{
    display: block;
    color: #000;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
}
#menu li a:hover{
    background: #cecece;
    color: #FF7103;
}
#nav-mobile {
    display: none;
    float: right;
    width: 95%;
    height: 40px;
    position: absolute;
    right: 0;
    top:0;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}
#nav-mobile span {
    font-size: 35px;
    color: #fff;
    float: right;
}
#nav-mobile.nav-active{
    opacity: 1;
}
header nav ul li a span {
    padding-right: 10px;
}
/* CONTENIDO  PRINCIPAL */

#main {
	width:93%;
    margin: 15px auto;
    overflow: hidden;
    padding: 7px 1%;
}
.mayo {
	font-family: 'Dynalight', cursive;
	font-size: 35px;
}
.bienvenida {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border: solid 1px #7e7e7e;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 2px 2px 3px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;       
    background: rgb(238,238,238); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    text-align: justify;
    line-height: 1.4em;
}
.contenido{
    width: 70%;
    float: left;
}
.contenido article {
    width: 100%;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.4em;
    padding: 0 10px;
}
.link_menu, .link_menu a, .link_menu a:hover {
    font-family: 'Dynalight', cursive;
    font-size: 30px;
    text-decoration: none;
    color: #000;
}
.wifi {
    font-size: 20px;
    text-align: center;
}
.widget {
    width: 29%; 
    float: right;
    border: solid 2px #7e7e7e;
    padding: 5px;
    text-align: justify;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;  
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;  
        background: #4d78b3;
}
.widget img {
    width: 100%;
}
.texto_widget {
    margin-top: 5px;
    color: #fff;
}

.avisos {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

/* FOTEER */
footer {
	width:95%;
    min-height: 50px;
    margin: 15px auto 0px auto;
    border-radius: 4px;
    overflow: hidden;
    padding: 7px;
    font-weight: 200;
    font-size: 14px;
    background: rgb(238,238,238); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
footer a  {
    text-align: center;
    text-decoration: none;
    color: #000;
}
footer a:hover{
    color: #00309d;
}
.cel_1, .cel_2 {
    width: 50%;
    float: left;

}
.cel_1 div, .cel_2 div {
    width: 200px;
    height: 30px;
	opacity:0.75;
    margin-bottom: 10px;
}
.cel_1 div a, .cel_2 div a {
    width: 200px;
    height: 30px;
	display: inline-block;
}
.cel_1 div:hover, .cel_2 div:hover {
    opacity: 1;
}
.cel_3 {
    width: 94%;
    margin: 2px auto 20px auto;
    font-size: 12px;
    font-weight: bold;
}
.cel_3 span {
    float: right;
}
.f_01 {
        background-image: url(../images/f_01.png);
}
/*
.f_02 {
        background-image: url(../images/f_02.png);
}
*/
.f_03 {
        background-image: url(../images/f_03.png);
}

/* SECCION DESAYUNOS NEW*/
.desayunos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    overflow: hidden;
/*
    border: solid 1px #7e7e7e;
    border-radius: 10px;    
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
*/
    font-size: 1.15em;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.desayunos_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 1.15em;
    font-weight: 600;
    justify-content: space-between;    
}
.desayunos_a01 {
    width: 40%;
    padding: 15px;
    background-color: #FF9714;
    
}
.desayunos_a02 {
    width: 20%;
    padding: 15px;    
    background-color: #FF9714;
    text-align: center;
}
.desayunos_a03 {
    width: 40%;
    background-color: #FF9714;    
    background: url(../images/desayuno_01.jpg) no-repeat center;
    background-size: cover;   
}
.desayunos_hor {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.desayunos_b01 {
    width: 49%;
    padding: 15px;
    background-color: #B2CF71;
}
.desayunos_b02 {
    width: 49%;
    background-color: #B2CF71;    
    background: url(../images/desayuno_02.jpg) no-repeat center;
    background-size: cover;  
}
.desayunos_b03 {
    width: 49%;
    background-color: #FF9714;    
    background: url(../images/desayuno_03.jpg) no-repeat center;   
    background-size: cover;     
}
.desayunos_b04 {
    width: 49%;
    padding: 15px;
    background-color: #FF5D14;
}
.desayunos_c01 {
    width: 40%;
    background-color: #FFDA42;    
    background: url(../images/desayuno_04.jpg) no-repeat center;   
    background-size: cover;    
}
.desayunos_c02 {
    width: 60%;
    padding: 15px;    
    background-color: #FFDA42;
}
.des_platillo {
    width: 70%;
    float: left;
}
.des_precio {
    width: 30%; 
    float: left; 
    text-align: center;    
}
/* SECCION DESAYUNOS OLD*/
.desayuno {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10PX;
    border: solid 1px #7e7e7e;
    border-radius: 10px;    
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
    margin-bottom: 15px;
    font-size: 20px
}
.des_paq, .a1, .a2, .a3, .b1, .b2, .b3, .b4, .c1, .c2, .c3 {
    float: left;
}
.des_paq {
    width: 50%;
    padding: 5px;
}
.tit_paq {
    font-weight: bold;
}
.tit_paq span {
    float: right;
    margin-right: 20%;
    font-size: 25px;
}
.a1 {width: 35%;}
.a2 {width: 45%;}
.a2 span {
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.a3 {
    width: 20%;
    text-align: center;
}
.a3 img {width: 95%;}
.b1, .b3 {
    width: 35%;
}
.b2, .b4 {
    width: 15%;
    font-weight: bold;
}
.c1 {
    width: 35%;
}
.c2 {
    width: 15%;
    font-weight: bold;
}
.c3 {
    width: 50%;
}

/* SECCION UBICACION */
.direccion {
    width: 100%;    
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #7e7e7e;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
    padding-left: 10px;
    padding-right: 10px;    
}
.izquierdo {
    width: 50%;
    margin-top: 10px;
    float: left;
}
.izquierdo p {
    text-align: center;
    margin-bottom: 20px;
}
.derecho {
    width: 50%;
    margin-top: 10px;
    float: right;
}
iframe {
    width: 364px;
    height: 300px;
    display: block;
    margin: auto;
}
small {
    width: 364px;
    display: block;
    margin: auto;
}

/*FORMULARIO DE CONTACTO*/
.formulario {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
    background: #e5e5e5;
}
.formulario p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 5px;
}
input, textarea {
    width: 100%;
    font-size: 18px;
    margin: 5px 0 10px 0;
}
input {
    height: 40px;
}
input[type=submit] {
    width: 50%;
    height:50px;
    display: block;
    margin: auto;
    border:none;
    font-weight:400;
    letter-spacing:2px;
    color:#FFFFFF;
    background: #ffaf4b; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
        background: linear-gradient(top bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

}

/* MENUS DEL DIA */
.menu_dia {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #7e7e7e;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
    padding-left: 10px;
    padding-right: 10px;
}   
.menu_dia .menu_fecha {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
.menu_dia .menu_tabla {
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 20px;
}
.menu_dia .tabla_menu {
    display: table;
    padding-left: 20px;
    width: 99%;
    border-bottom: thin solid #7e7e7e;
 }
.menu_dia .fila_menu {
    display: table-row;
}
.menu_dia .columna1 {
    display: table-cell;
    width: 70%;
}
.menu_dia .columna2 {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
}
.menu_dia .titulos_menu {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.domicilio {
    width: 95%;
    margin: auto;
    font-size: 16px;
    padding: 5px;
    font-weight: 600;
}
/* GALERIAS DE IMAGENES */
.galerias {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #7e7e7e;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
        -moz-box-shadow: 3px 3px 5px #888888;
        -webkit-box-shadow: 3px 3px 5px #888888;
    padding-left: 10px;
    padding-right: 10px;
}   
.gal {
    width: 50%;
    min-height: 100px;
    float: left;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}
.gal img {
    width: 80%;
    margin: auto;
    display: block;
}
.nomenu {
    width: 80%;
    margin: auto;
    text-align: center;
}
.nomenu img {
    width: 50%;
}
.nomenu span {
    font-weight: bold;
}
.mantenimiento {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.mantenimiento img {
    width: 100%;
}
.mant_body {
    background: #fff;
}

/*AQUI EMPIEZAN LAS MEDIA QUERIES PARA EL CAMBIO DE PANTALLA */
@media screen and (max-width: 885px){
#menu li a{
    padding: 0 15px;
}
iframe {
    width: 325px;
    height: 268px;
}
small {
    width: 325px;
    display: block;
    margin: auto;
}    
}

@media screen and (min-height: 800px){
#principal {
    min-height: 1000px;
}
 
}
@media screen and (max-width: 770px){

#principal {
	width: 98%;
}
.logo_img {
    width: 30%;
    border: none;    
}
.logo_text {
    width: 70%;
    font-size: 35pt;
}
    
#nav-mobile { 
    display: block; 
}
#menu{
    width: 100%;
    float: none;
    padding-top: 40px;
    background: #ccc;
}

#menu ul{
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    max-height: 0;
    overflow: hidden;
}

#menu li{
    background: #fff;
    border-bottom: 1px solid #ccc;
    float: none;
}
#menu li:last-child{ border-bottom: 0;}
    #menu li a{
    padding: 10px 0;
    height: auto;
    line-height: normal;
}
#menu li a:hover{background:#d9d9d9}

#menu ul.open-menu{
    max-height: 400px;
    -webkit-transition: max-width .4s;
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s;
}
.division .division_linea {
	position:relative;
	top:30%;
	z-index: 1;
}
.division .division_cuadro {
	width: 200PX;
    box-shadow: 3px 3px 5px #888888;    
        -moz-box-shadow: 3px 3px 5px #888888;    
        -webkit-box-shadow: 3px 3px 5px #888888;    
	position:relative;
	top:0%;
	z-index: 2;
    font-family: 'Dynalight', cursive;
    font-size: 30PX;
    text-align: center;
}
.contenido {
    width: 60%;
    float: left;
}
.widget {
    width: 40%;
    float: left;
}
/* SECCION DESAYUNOS NEW*/
.desayunos, .desayunos_2 {
    font-size: 1em;
    }
.desayunos_a01 {
    width: 50%;
}
.desayunos_a02 {
    width: 20%;
}
.desayunos_a03 {
    width: 30%;
}
.desayunos_c01 {
    width: 35%;
}
.desayunos_c02 {
    width: 65%;
} 
/* SECCION DESAYUNOS OLD*/
.desayuno {
    font-size: 18px;
}
.a1 {width: 50%;}
.a2 {width: 50%;}
.a2 span {text-align: left;}
.a3 {display: none}    
.tit_paq span {
    font-size: 22px;
}    
    
.izquierdo, .derecho {
    width: 100%;
    margin-top: 10px;
}
.menu_dia {
    width: 92%;
} 
.menu_dia .menu_fecha {
    font-size: 18px;
}
.menu_dia .titulos_menu {
    font-size: 18px;
}
.menu_dia .columna1 {
    width: 70%;
}
.menu_dia .columna2 {
    width: 28%;
    font-size: 18px;
    font-weight: bold;
}
}

@media screen and (max-width: 580px){
#principal {
	width: 98%;
}
.logo_img {
    width: 100%;
    float: left;
    text-align: center;
}
.logo_text {
    width: 100%;
    float: left;
    font-size: 30pt;
    text-align: center;
}
/* SECCION DESAYUNOS NEW*/  
.desayunos_a01 {
    width: 70%;
}
.desayunos_a02 {
    width: 30%;
}
.desayunos_a03 {
    display: none;
}
.desayunos_b01 {
    width: 100%;
    margin-bottom: 15PX;
}
.desayunos_b02 {
    display: none;
}
.desayunos_b03 {
    display: none;
}
.desayunos_b04 {
    width: 100%;
}
.desayunos_c01 {
    display: none;
}
.desayunos_c02 {
    width: 100%;
 
}
/* SECCION DESAYUNOS */
.desayuno {
    font-size: 17px;
}
.des_paq {
    width: 100%;
    float: left;
}
.tit_paq span {
    font-size: 17px;
    margin-right: 5%;
}
.a1, .a2 {
    width: 100%;
}
.a2 span {
    text-align: center;
    font-size: 20px;    
}
.b1, .b3 {width: 70%;}
.b2, .b4 {width: 30%;}
.c1 {
    width: 70%;
}
.c2 {
    width: 30%;
}
.c3 {
    width: 100%;
}
.c3 img {
    width: 40%;
}
/*  */    
.menu_dia {
    width: 99%;
} 

iframe {
    width: 290px;
    height: 239px;
}   
small {
    width: 200px;
    display: block;
    margin: auto;
}    
.bienvenida {
    display: none;
}
.contenido, .widget {
    width: 100%;
    float: left;
}    
.cel_1, .cel_2 {
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 22px;
}
.cel_3 span {
    float: left;
}    
.formulario {
    width: 99%;
    margin: 5px auto;
    padding: 5px;
}
.formulario p {
    font-size: 16px;
    padding: 2px;
}
input[type=submit] {
    width: 70%;
}

}

/*CODIGO DE SLIDER*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #7e7e7e;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #666;
	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: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


