@charset "UTF-8";
/* CSS Document */
*, html{
	margin: 0px;
	padding: 0px;
    font-family: 'Open Sans', sans-serif;
}
html, body{
    height: 100%;
	margin: 0;
}
.grecaptcha-badge{
  visibility: hidden;
}
/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:150px;
    height:64px;
    position: absolute;
    top:50%;
    left:50%;
    transform:  translateX(-50%) translateY(-50%);
    background: url('../images/preload.gif') no-repeat;
        
}
.banners{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sectionStart, .bg-mobile-dark{
    display: none;
}
.video_wrap {
    height:100%;
    width:100%;
    left:0; 
    top:0;
    filter: grayscale();
    position:absolute; 
    overflow:hidden;
} 
.video_wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
    position: absolute;
    transform: scale(1.50);
}

header{
    width: 100%;
    height: auto;
    margin: auto;
    position: fixed;
    background-color: #000;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    text-align: center;
}
#logo{
    margin: 0px;
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 0px;
}
#logo img{
    width: 200px;
}
.fixed{
    top:0;
    width: 100%;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.bajar-fijo{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin-left: 20px;
    margin-bottom: 20px;
}
.bajar-fijo a:hover{
    opacity: .5;
}
.bajar-fijo a{
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(225,225,225,0.2);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.bajar-fijo a span{
    padding-top: 5px;
    font-size: 20px;
}
.bajar-fijo a span {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.bajar-fijo a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.bajar-fijo a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* banner superslides */
.contenedor-banner{
    width: 100%;
    height: 100%;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #df0d1a;
}
.banner-home{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.banner-home h2{
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}
.banner-home a{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    padding: 10px 50px;
    border: solid 2px #ef7c00;
    margin: auto;
}
.banner-home a:hover{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    background: #ef7c00;
    border: solid 2px #ef7c00;
}
.banner-home p{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 505px) {
    .banner-home h2{
        font-size: 35px;
    }
    .banner-home p{
        font-size: 12px;
    }
}
/*menu*/
.menu{
	width: 100%;
    max-width: 1000px;
    min-width: auto;
    height: auto;
	margin:auto;
    overflow: hidden;
}
.contenedor-menu{
	width: 100%;
    min-width: auto;
	height: auto;
	float: right;
    background: #df0d1a;
}
#btn-menu{
	display: none;
}
.contenedor-menu label{
	display: none;
    font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
	height: 24px;
	margin:  10px;
	justify-content: flex;
	justify-content: -webkit-flex;
	font-size: 17px;
	color: #fff;
}
.contenedor-menu label{
	cursor: pointer;
}
#menu ul{
    list-style: none;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	margin: 0px;
}
#menu ul ul{
	display: none;
}
#menu li a{
    font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
#menu li a:hover{
	color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
#menu ul li:hover ul{
	display: block;
	position: absolute;
	background: #fff;
	z-index: 999999;
    background: #df0d1a;
}
#menu ul li:hover ul a{
    padding: 10px;
    margin: 0px;
    text-align: left;
}
 a.active{
	color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover, a:focus, a.focus {
	text-decoration: none;
}
/* extras */
.btn-sesa{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    background: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-sesa-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background:#df0d1a;
  color: #fff;
}
.btn-sesa-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-sesa-2:hover,.btn-sesa-2:focus,.btn-sesa-2:active {
  color: #fff;
}
.btn-sesa-2:hover:before,.btn-sesa-2:focus:before,.btn-sesa-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ancla:before {
      display: block;
      content: " ";
      margin-top: -99px;
      height: 99px;
}
.bg-degradado{
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(27,27,27,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(27,27,27,1)));
    background: -webkit-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(27,27,27,1) 100%);
    background: -o-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(27,27,27,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(27,27,27,1) 100%);
    background: linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(27,27,27,1) 100%);
    }
.bg-gris{
    background: #f2f2f2;
    width: 100%;
    overflow: hidden;
}
.bg-azul{ 
    background: rgba(41,128,185,1);
    background: -moz-linear-gradient(45deg, rgba(41,128,185,1) 0%, rgba(52,152,219,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(41,128,185,1)), color-stop(100%, rgba(52,152,219,1)));
    background: -webkit-linear-gradient(45deg, rgba(41,128,185,1) 0%, rgba(52,152,219,1) 100%);
    background: -o-linear-gradient(45deg, rgba(41,128,185,1) 0%, rgba(52,152,219,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(41,128,185,1) 0%, rgba(52,152,219,1) 100%);
    background: linear-gradient(45deg, rgba(41,128,185,1) 0%, rgba(52,152,219,1) 100%);
}
.linea{
    width: 20%; 
    height: 1px; 
    margin: auto;
    background: #000;
}
.linea-2{
    width: 10%; 
    height: 1px; 
    background: #000;
}
.espacio{
    padding-top: 50px;
    padding-bottom: 50px;
}
.espacio-2{
    padding-bottom: 50px;
}
.espacio-3{
    padding-top: 100px;
    padding-bottom: 50px;
}
.titulos-destacados{
    font-size: 30px;
    color: #fff;
    background-image: url('../images/bg-azul.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    text-align: center;
    padding: 50px 0px;
}
.titulos-destacados-2{
    font-size: 30px;
    color: #df0d1a;
    margin: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    padding: 50px 0px;
    background: #fff;
}
.titulos-destacados-3{
    font-size: 30px;
    color: #df0d1a;
    margin: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
.destacados{
    font-size: 25px;
    color: #df0d1a;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
}
.titulos{
    font-size: 30px;
    color: #df0d1a;
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    text-transform: uppercase;
}
.titulos-2{
    font-size: 30px;
    color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    text-transform: uppercase;
}
.titulos-3{
    font-size: 20px;
    color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    text-transform: uppercase;
}
.titulos-4{
    font-size: 70px;
    color: #df0d1a;
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    line-height: 90px;
}
.textos{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
}
.textos-2{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
}
.textos-destacados{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
    color: #56569b;
}
.btn-destacado:hover{
    background: #eaeaea;
    border-bottom: solid 2px #e30613;
}
.tabsmodule .banner{
    width: 100%;
    height: 730px;
    
}
.reportes .banner{
    width: 100%;
    height: 350px;
    
}
.container-fluid, .container-fluid .col-md-6, .container-fluid .col-sm-6, .container-fluid .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
.project .col-md-4, .project .col-sm-6, .project .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}
.contenedor-nosotros{
    padding: 10%;
}
#bg-home{
    background-image: url('../images/banner-equipo.jpg');
}
#bg-programa{
    background-image: url('../images/banner-programa.jpg');
}
.banner-seccion{
    width: 100%;
    height: 250px;
    background-image: url('../images/bg-azul.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.titulos-seccion{
    padding-top: 150px;
}
.titulos-seccion p{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.banner{
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.line{
    overflow: hidden;
    border: solid 1px #000;
    padding: 10px;
    border-radius:  0 0 10px 0;
}
.img-ico{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.img-ico img{
    width: 70px;
}
.align{
    text-align: center;
}
.btn-clasico{
    font-family: 'Lato', sans-serif;
	font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 2px;
    background: #ef7c00;
    margin-top: 20px;
    text-align: center;
}
.btn-clasico:hover, .btn-clasico:focus, .btn-clasico.focus{
    color: #fff;
    background: #ef7c00;
    text-decoration: none;
}
.directorio{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.directorio img{
    width: 50%;
    float: left;
    border-radius: 100%;
    margin: 0px 20px 0px 0px;
}
.directorio h2{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
    color:  #ef7c00;
}
.directorio p{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
}
img-home{
    float: left;
}
.tips{
    list-style: none;
}
.tips li{
    display: block;
    width: 32%;
    height: 68px;
    float: left;
    padding: 3px;
    color: #000;
    border: 1px solid #fff;
    overflow: hidden;
}
.tips li span{
    position: relative;
    height: 100%;
    margin-right: 10px;
    float: left;
}
/* comienzo footer */
#contacto{
    width: 100%;
    background-image: url('../images/bg-footer.jpg');
    background-position: bottom; 
    overflow: hidden;
    padding: 50px 0px;
}
.logo-footer{
   width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.direccion{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	font-size: 30px;
	color: #fff;
    text-align: center;
    margin-bottom: 20px
}
.contacto{
    list-style: none;
}
.contacto li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 4px;
    background: #df0d1a;
    color: #fff;
    overflow: hidden;
}
.contacto li span{
    line-height: 30px;
}
.contacto li a i{
    font-size: 14px;
    float: left;
    background: #BF0D18;
    padding: 5px;
    margin: 0px;
}
#contacto h2{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	color: #fff;
    margin: 0px;
    padding-bottom: 20px;
}
.linea-footer{
    width: 10%;
}
.legal-google{
	font-family: 'Open Sans', sans-serif;
	font-size: 7px;
	color: #fff;
}
.legal{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #fff;
    margin: 0px;
    text-align: center;
}
.input-footer{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    width: 100%;
    border-radius: none;
    padding: 10px;
    font-size: 18px;
    background: none;
    border: solid 1px #2b2b2b;
    color: #eaeaea;
}
.input-footer::placeholder, .mensaje::placeholder{
    color: #eaeaea;
}
.mensaje{
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    width: 100%;
    border-radius: none;
    padding: 10px;
    font-size: 18px;
    background: none;
    border: solid 1px #2b2b2b;
    margin-bottom: 10px;
    color: #eaeaea
}
.btn-send{
    float: right;
    width: 50px;
    height: 50px;
    background: none;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 100%;
    font-size: 25px;
    margin: 0px;
    -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn-send:hover, .contacto li a:hover{
    background: #df0d1a;
    color: #000;
}
/*---------------------- responsive -----------------------*/

@media only screen and (max-width: 768px) {
    .video_wrap{
        display: none;
        z-index: -1;
    }
    .sectionStart{
        height:100%;
        width:100%;
        left:0; 
        top:0;
        background-image: url(../images/bg-sesa.gif);
        background-position: center;
        background-size: cover;
        color: #fff;
        position: absolute;
    }
    .sectionStart{
        display: block;
    }
    
}

@media only screen and (max-width: 500px) {
    .titulos-4{
        font-size: 40px;
        line-height: 50px;
    }
    #logo img{
        width: 120px;
    }
    .menu{
        max-width: 100%;
		height: auto;
    }
    .contenedor-menu{
        max-width: 100%;
		height: auto;
    }
    .contenedor-menu label{
		display: block;
        margin: 5px 0px;
	}
	#menu{
		position: absolute;
		width: 100%;
		margin-left: -200%;
		-webkit-transition: all 0.5s;
	  	-moz-transition: all 0.5s;
	  	-o-transition: all 0.5s;
	  	transition: all 0.5s;
	  	z-index: 999999;
	}
	#menu ul{
		display: block;
		background: #C50D1A;
	}
    #menu ul li a{
        margin: 0px;
		padding: 10px;
	}
    #menu li a:hover{
        box-shadow: inset 0 0 0 2px #fff;
    }
    #menu ul li:hover ul a{
        text-align: center;
    }
    #menu ul li:hover ul{
		display: none;
		position: static;
        width: 100%;
        background-color: rgba(0,0,0,0.1);
	}
	#btn-menu:checked ~ #menu{
		margin: 0;
	}
    .tabsmodule .banner {
        height: 300px;
    }
    .titulos-seccion{
        padding-top: 30px;
    }
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
div.snip1477 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
div.snip1477 *,
div.snip1477 *:before,
div.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
div.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.6;
}
div.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
.title h2{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
}
div.snip1477 .title:before,
div.snip1477 .title:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
div.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
div.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
div.snip1477 .title div:before,
div.snip1477 .title div:after {
  width: 2px;
  height: 500px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
div.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
div.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
div.snip1477 h2,
div.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
div.snip1477 h2 {
  font-weight: 400;
}
div.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
div.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
}
div.snip1477 figcaption p {
  margin: 0;
}
div.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div.snip1477:hover img,
div.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
div.snip1477:hover .title:before,
div.snip1477.hover .title:before,
div.snip1477:hover .title:after,
div.snip1477.hover .title:after,
div.snip1477:hover .title div:before,
div.snip1477.hover .title div:before,
div.snip1477:hover .title div:after,
div.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
div.snip1477:hover .title:before,
div.snip1477.hover .title:before,
div.snip1477:hover .title:after,
div.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
div.snip1477:hover figcaption,
div.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*** carrusel logos ***/

.clearout {
height: 20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    padding-top: 20px;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}