/*Reglas generales y para celulares*/

/* Estilos Pagina  */

#sliderContenedor iframe{
    width: 100%;
}

iframe{
    width: 100%;
}

html {
		font-size: 10pt;}


body {
    background-image: url(../img/fondo.png);
	background-attachment: fixed;
    background-repeat: repeat;
	margin: 0 auto;
    font-family: 'Dosis', sans-serif;
    }

#pagina{
    margin: 0 auto;
    position: relative;
    max-width: 960px;
    width: 100%;

}

#general {
    margin: auto;
    width: 100%;
    /*border:1px solid red;*/
    }

p {
    font-family: 'Open Sans', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}
a {
    text-decoration: none;
    color: inherit;
    
    }

/* HEADER */
 

header {
    max-width: 960px;
    width: 100%;
    font-size: 1.2rem;
    margin: auto;
   /* height: 70px;*/
    }

#navegador {
    width: 100%;
    margin: auto;
      background-color: #5D5D5D;
    overflow: hidden;
    }


#cssmenu {
    font-family: 'Dosis', Sans-Serif;
    font-size: 1.1rem;
    text-align: center;
    float: left;
    width: 100%;

}
#logo a { 
  width: 100%;
  height: 69px;
  
  float: left;
  margin: 0px;
    background:url('../img/logo-1.png')no-repeat;
    background-position: center center;
    display: block;
}
#logo a:hover{
    background:url('../img/logo-2.png')no-repeat;
  
}

#cssmenu > ul {
    list-style-type: none;
    padding: auto;
    margin: auto;
    margin-left: -10px;
    background: #5D5D5D;
    width: 100%;
    float: left;
}

#cssmenu > ul li {
  font-size: 1.1rem;
  display: block;
  zoom: 1;
}
    
    
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #b0b0b0;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
	font-size: 1.1rem;
	
}
#cssmenu > ul li.has-sub > a {

}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  
}
.sinback >  ul li a:hover{
padding: 0px;
margin: 0px;
}
#cssmenu > ul li a {
  display: block;
  padding: 30px 45px 40px;
  text-decoration: none;
  color: white;
    height: 50px;
    box-sizing: border-box;
	font-size: 1.2rem;
	
    
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #A5FAC7;
  color: #5D5D5D;
	
}


/* CONTENIDO */

section #caja {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative; 
}

#contenedorhome {
    width: 100%;
    height: auto;
    background-color: #B2B1B1;
    margin: 0 auto;
    padding: 2%;
    padding-top: 0px;
    float: left;
    
}

#contenedormusica {
    width: 100%;
    height: auto;
    background-color: #FFA514;
    margin: 0 auto;
    padding: 17px;
    padding-top: 0px;
    top: 60px;
    float: left;
    
}
#contenedornosotros {
    width: 100%;
    height: auto;
    background-color: white;
    margin: auto;
    padding: 2%;
    padding-top: 0px;
    top: 60px;
    float: left;

    
}
#contenedorarte {
    width: 100%;
    height: auto;
    background-color: #F9324a;
    margin: 0 auto;
    padding: 2%;
    padding-top: 0px;
    top: 60px;
    float: left;
    
}
#contenedorOficios {
    width: 100%;
    height: auto;
    background-color: #2377B9;
    margin: 0 auto;
    padding: 2%;
    padding-top: 0px;
    top: 60px;
    float: left;
    
}
#contenedorRadio {
    width: 100%;
    height: auto;
    background-color: #7AC943;
    margin: 0 auto;
    padding: 2%;
    padding-top: 0px;
    top: 60px;
    float: left;
    
}

#contenedorDocentes {
    width: 100%;
    height: auto;
    background-color: #B2B1B1;
    margin: 0 auto;
    padding: 2%;
    padding-top: 0px;
    float: left;
    
}

.titulogaleria{
    background-color: white;
    width: 100%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 1.5%;
    color: #5D5D5D;
}
.trabajos p{
    font-family: "Dosis", "sans serif";
    font-size: 1em;
    font-weight: 400;
    margin-top: 2px;
    background-color: white;
    padding: .9%;
    text-align: center;
}

.trabajosb p{
    font-family: "Dosis", "sans serif";
    font-size: 1em;
    font-weight: 400;
    margin-top: 2px;
    background-color: white;
    padding: .9%;
    text-align: center;
}


/* HOME */

h1.titulohome {
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color:white;
    line-height: 2.6rem;
    text-align: center;
    width: 100%;
    }
h1.titulonosotros {
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color:#FF5562;
    line-height: 2.6rem;
    text-align: left;
    width: 100%;
    }

.light {
    font-weight: 100;
    } 
div#principal{
    padding: .7%;
    float: left;

    }
#principal img {
    width: 66%;
    float: left;
    margin: 0;
    }
#principal p {
    width: 34%;
    float: left;
    }

#quienessomos p {
  width: 100%;
  float: left;
  text-align: justify;
}

#video_nosotros{
    width: 100%;
    height: 480px;
}

#texto_nosotros{
    width: 100%;
    background: white;
    padding: 2%;
    margin-top: 2%;
}

#texto_nosotros P{
    font-family: "Dosis", "sans serif";
    font-size: 1.2em;
    font-weight: 400;
    text-align: justify;
}


/*
.sliderhome{
    max-width: 920px;
    width: 100%;
    float: left;
    }

#video{
    padding: .7%;
    float: right;
    width: 66%;
    margin-top: 2%;

    }

#video img {
    width: 100%;
    float: left;
    }
*/

.fondoazul {
  background-color: #2377B9;
}

#sliderContenedor{
/*border: 1px solid red;*/
    max-width:920px;
    height: 470px;
  background-image: url('../img/slider_3.png');
  background-repeat:no-repeat;
  background-position:center;
  background-color: transparent;
  box-shadow: none;
  /*border: none;*/
  margin: 0 auto;
  padding:0px;
}

#sliderContenedor iframe {
width: 100%;
height: 100%;
}
.fondoverde {
  background-color: #2DF7B3;
}
.fondoverde2 {
  background-color: #7AC943;
}
.fondonaranja {
  background-color: #FFA514;
}
.fondorojo {
  background-color: #FF5562;
}


p {
    font-family: 'Open Sans', sans-serif;
    }


.caption {
    font-size: .7em
    }

.segunda {
    float: left;
    width: 100%;
    
}
.cajitas,.cajitas2{
  width: 100%;
}
.cajitasb,.cajitas2b{
  width: 49%;
    
}

.trabajos{
    width: 32%;
    float: left;
    margin-right: 2%;
    
}

.trabajosb{
    width: 32%;
    float: right;
    
}

.cajitas1{
    float: left;
    margin-top: 2%;
    width: 75%;
    height: 408px;
  

}

#caja1{
  padding: .9%;
  float: left;
  margin-top: 2%;

}


.cajitas {
  padding: .9%;

  float: left;
 margin-top: 2%;
}


.cajitas2 {
  padding: .9%;
  float: left;
 margin-top: 2%;
}

.cajitasb {
  float: left;
 margin-top: 2%;
    
}


.cajitas2b {
  float: right;
 margin-top: 2%;
}
#cajita3 {
  padding: 0px;
  float: left;
  margin-top: 2%;
  /* margin-left: 10px; */
  background-color: white;
  border-color: #2DF7B3;
  width: 100%;
  /* height: 226px; */
}
#cajaTutoriales {
  padding: 0px;
  float: right;
 margin-top: 2%;
 margin-left: 9px;
background-color:  #B1B1B1; 
    width: 71%;
    height: 140px;
}
#cajaTutoriales p{
  font-size: 1.5em;
  color: white;
    font-family: "Dosis", "sans serif";
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;
}
#cajaTutoriales ul{
    list-style-type: none;
    display: inline-block;
    display: inline;
    overflow: hidden;
    width: 20%;
    padding: 0;
    margin: 0;
}

#cajaTutoriales ul li{
    text-align: center;
    background: #0A4366;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
       padding: 5px;
    height: 30px;
}

#cajaTutoriales ul li a{
    color: white;
}

#cajaTutoriales ul li a:hover{
color: #0A4366;
}

#cajaTutoriales ul li:hover{
background-color: #2DF7B3; 
}

#cajaGaleria {
  padding: 0px;
  float: left;
 margin-top: 2%;

  background-color:  #5D5D5D; 
    width: 27%;
    height: 140px;
}
#cajaGaleria p{
    font-size: 1.5em;
  color: white;
    font-family: "Dosis", "sans serif";
    font-weight: 700;
    margin: 16px;
}

#cajaGaleria ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cajaGaleria ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
       padding: 5px;
    height: 30px;
}

#cajaGaleria ul li a{
    color: white;
}

#cajaGaleria ul li a:hover{
color: #0A4366;
}

#cajaGaleria ul li:hover{
background-color: #2DF7B3; 
}

#cajita4 {
  padding: 0px;
  float: left;
  margin-top: 2%;
  /* margin-left: 10px; */
  background-color: #5D5D5D;
  /* width: 27%; */
  height: 226px; 

}
#cajita4 p{
  padding: 10px;
  color: white;
}
#cajita4 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cajita4 ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
       padding: 5px;
    height: 30px;
}

#cajita4 ul li a{
    color: white;
}

#cajita4 ul li a:hover{
color: #0A4366;
}

#cajita4 ul li:hover{
background: #2DF7B3;
}
#cajita3 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cajita3 ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
    padding: 5px;
    height: 30px;
}

#cajita3 ul li a{
    color: white;
}

#cajita3 ul li a:hover{
color: #0A4366;
}

#cajita3 ul li:hover{
background: #2DF7B3;
}

#redeSociales{
    background: white;
    width: 22%;
    float:left;
    margin-left: 10px;
    margin-top: 2%;
}
#redeSociales ul li{
  margin: 8px;
  padding: 0px;
  background-color: white;
}
#redeSociales ul li:hover{
  background-color: white;
}
/* Botones social2*/
#m-soc2{
/*  border: 1px solid red;*/
  width:204px;
  height:50px;
  margin:18px 0 0 10px;
  padding:0;
}
#m-soc2 li{list-style:none;float:left;border:none;margin:7px;padding:0}
#m-soc2 li a{background:url(http://1.bp.blogspot.com/-WEUoFdODkl4/T1klwzMGoSI/AAAAAAAAJDU/RLpgmO0OHjs/s1600/sprite2-compartidisimo.png) no-repeat 0 0;display:block;position:relative;width:33px;height:33px;overflow:visible;margin:0;padding:0}
#m-soc2 li a.twitter{background-position:0 0}
#m-soc2 li a.facebook{background-position:-33px 0}
#m-soc2 li a.google{background-position:-66px 0}
#m-soc2 li a.rss{background-position:-99px 0}
#m-soc2 li a.twitter:hover{background-position:0 -33px}
#m-soc2 li a.facebook:hover{background-position:-33px -33px}
#m-soc2 li a.google:hover{background-position:-66px -33px}
#m-soc2 li a.rss:hover{background-position:-99px -33px}
#m-soc2 li a span{background:#555;position:absolute;top:-10px;left:-10px;width:auto;height:auto;opacity:0;text-align:left;color:#fff;filter:alpha(opacity=0);white-space:nowrap;border-radius:3px;font-size:12px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;padding:3px}
#m-soc2 li a:hover{text-decoration:none}

#m-soc2 li a:hover span{opacity:.7;filter:alpha(opacity=70);top:-23px}

.inscribite{
    padding: 6%;
  float: left;
background-color: #8FF7BE;
    margin-top: 4%;
}
   
.inscribite a{
    font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 2rem;
    color: #FF5562
}

.inscribite a:hover {
    color: #1B75BB;
}

#radio{
    width: 100%;
    display: block;
    padding: .9%;
}

#radio img{
    display: block}

.fondoblanco1{
    background-color: white;
    float: right;
      width: 24.4%;
    margin-top: 2%;
    padding: 10px;
    height: 408px;
}

.fondoblanco1 p{
    line-height: 0.5rem;
}


.fondoblanco1 h2 {
  font-weight: 700;
  color: black;
  font-size: 1.5rem;
  margin: 0;
  margin-top: .6rem;
  padding-left: 2%;
  padding-right: 2%;
}

.fondoblanco1 ul{
    list-style-type: none;
    padding: 7%;
    margin: 0;
}

.fondoblanco1 ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
    padding: 5px;
}



.fondoblanco1 ul li a{
    color: white;
}

.fondoblanco1 ul li a:hover{
color: #0A4366;
}

.fondoblanco1 ul li:hover{
background: #2DF7B3;
}


.fondoblanco2{
    background-color: white;
    float: left;
    width: 49%;
    padding: 2%;
    margin-top: 0.2%;
}

.fondoblanco2 p{
    line-height: 0.5rem;
}


.fondoblanco2 h2 {
  font-weight: 700;
  color: black;
  font-size: 1.5rem;
  margin: 0;
  margin-top: .6rem;
  padding-left: 2%;
  padding-right: 2%;
}

.fondoblanco2 ul{
    list-style-type: none;
    padding: 5%;
    margin: 0;
    width: 53%;
    float:right;
}

.fondoblanco2 ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
    padding: 5px;
}



.fondoblanco2 ul li a{
    color: white;
}

.fondoblanco2 ul li a:hover{
color: #0A4366;
}

.fondoblanco2 ul li:hover{
background: #2DF7B3;
}


.fondoblanco3{
    background-color: white;
    float: right;
    width: 49%;
    padding: 2%;
    margin-top: 0.2%;
}

.fondoblanco3 p{
    line-height: 0.5rem;
}


.fondoblanco3 h2 {
  font-weight: 700;
  color: black;
  font-size: 1.5rem;
  margin: 0;
  margin-top: .6rem;
  padding-left: 2%;
  padding-right: 2%;
}

.fondoblanco3 ul{
    list-style-type: none;
    padding: 5%;
    margin: 0;
    width: 53%;
    float:right;
}

.fondoblanco3 ul li{
    text-align: center;
    background: #0A4366;
    margin: 15px;
        padding: 5px;
}



.fondoblanco3 ul li a{
    color: white;
}

.fondoblanco3 ul li a:hover{
color: #0A4366;
}

.fondoblanco3 ul li:hover{
background: #2DF7B3;
}



#videos_trabajos ul li{
    width: 32%;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#videos_trabajos ul{
    list-style-type: none;
}

#videos_trabajos ul p{
    font-family: "Dosis", "sans serif";
    font-size: 1em;
    font-weight: 400;
    margin-top: 2px;
    background-color: white;
    padding: .9%;
    text-align: center;
}


#video h2 {
  font-weight: 700;
  color: #FF5562;
  font-size: 1.5rem;
  margin: 0;
  margin-top: .6rem;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
}

#video h2:hover {
    color: #1B75BB;
}


#radio_online{
    width: 55%;
    margin: auto;
    margin-top: 45px;
}

.solotitulo {
  padding-bottom: .6rem;
  width: 100%;
}


form{
  width: 300px;
  margin: 0 auto;

}
input, select{
  background: white;
  height: 30px;
  margin-top: 20px;
}
#enviar{
  margin-top: 20px;
  background-color: blue;

}


/* FOOTER */

#contenidofoot {
    padding: 1%;
    max-width:960px; 
    min-width:320px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0%;
    padding-left: 1%;
    padding-right: 1%;
    }

footer {
    width: 100%;
    background-color: #5D5D5D;
    bottom: 0;
    float: left;
    margin-top: 10px;
    color: #B2B1B1;
    
    }


* {

    box-sizing: border-box;}
p {

    hyphens: auto;
}

@media screen and (min-width: 60em){
#cajita3 {
  padding: 0px;
  float: right;
  margin-top: 2%;
  /* margin-left: 10px; */
  background-color: white;
  border-color: #2DF7B3;
  width: 27%;
  height: 222px;
}
    #cajita4 {
  padding: 0px;
  float: right;
  margin-top: 2%;
  margin-left: 10px;
  background-color: #5D5D5D;
  width: 27%;
}
    .cajitas, .cajitas2 {
  width: 35%;
}
    .cajitas2 {
  padding: .9%;
  float: left;
  margin-left: 10px;
 margin-top: 2%;
}
}


/*Reglas para pc*/
@media screen and (min-width: 40em){
#cssmenu > ul li {
  font-size: 1.1rem;
  display: inline-block;
  zoom: 1;
    width: 18%;
}
    
#cssmenu {
    font-family: 'Dosis', Sans-Serif;
    font-size: 1.1rem;
    text-align: center;
    float: left;
    height: 70px;
    width: 77%;

}
#logo a { 
  width: 20%;
  height: 69px;
  
  float: left;
  margin: 0px;
    background:url('../img/logo-1.png')no-repeat;
}
#logo a:hover{
    background:url('../img/logo-2.png')no-repeat;
  
}

#cssmenu > ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    margin-left: -10px;
    background: #5D5D5D;
    width: 100%;
    float: left;
}

    
    
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #b0b0b0;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
	font-size: 1.1rem;
	
}
#cssmenu > ul li.has-sub > a {

}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  
}
.sinback >  ul li a:hover{
padding: 0px;
margin: 0px;
}
#cssmenu > ul li a {
  display: inline-block;
  padding-top: 26px;
  text-decoration: none;
  color: white;
    height: 50px;
    box-sizing: border-box;
	font-size: 1.2rem;
	
    
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #A5FAC7;
  color: #5D5D5D;
	
}
    
 h1.titulohome {
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color:white;
    line-height: 2.6rem;
    text-align: left;
    width: 100%;
    }   
    
  
}





@media screen and (max-width: 852px){
    h1.titulohome {
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color:white;
    line-height: 2.6rem;
    text-align: center;
    width: 80%;
        margin-left: auto;
        margin-right: auto;
    }  
    
}



/*CSS SLIDER*/



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



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

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



/** THEME
===================================*/
$(document).ready(function(){
  $('.bxslider').bxSlider();
});


.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  8px solid #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(/img/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(/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/img/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;
}









