*{
    margin: 0px;
    padding: 0px;
   
}

@font-face{
    font-family:montserrat-italic;
    src: url(../font/montserrat/Montserrat-Italic.otf);
} 

@font-face{
    font-family:montserrat-light;
    src: url(../font/montserrat/Montserrat-Light.otf);
} 

@font-face{
    font-family:montserrat-lightitalic;
    src: url(../font/montserrat/Montserrat-LightItalic.otf);
} 

@font-face{
    font-family:montserrat-regular;
    src: url(../font/montserrat/Montserrat-Regular.otf);
}

@font-face{
    font-family:montserrat-semibold;
    src: url(../font/montserrat/Montserrat-SemiBold.otf);
}

@font-face{
    font-family:montserrat-semibolditalic;
    src: url(../font/montserrat/Montserrat-SemiBoldItalic.otf);
}



/* barra navegación */

.zona_nav {
	width: 100%;
	height: auto;
	background-image: url("../img/barra-menu.svg");
	background-size: 200%;
	background-repeat: no-repeat;
	position: fixed;
	z-index: 1000;
	
}



.zona_nav .active{
	background-image: url("../img/franja-nav.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	font-family: montserrat-semibold;
}


.zona_nav .collapse{
	float: right;
}


.zona_nav .nav-link{
	text-align: center;
	font-family: montserrat-regular;
}


.bienvenido {
	position: relative;
	height: 650px;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	margin-bottom: 30px;
	
}

.contenedor-video{
	position: absolute;
	top: 0px;
	width: 100%;
}


.contenedor-video video{
	width: 100%;
	height: auto;
}















/*  section-rar */

.section-rar{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.section-rar .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

.section-rar .icon-subtitulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-subtitulo-02.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}

.section-rar .subtitulo {
	color: rgba(255,255,255,0.00);
}


.section-rar .zona-logo {
	width: 80%;
	height: 200px;
	background-image: url("../img/version-oficial.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: auto;
}

.section-rar .zona-descripcion{
	width: 80%;
	height: auto;
	margin: auto;
}








/* franja mas de */

.franja-mas-de {
	width: 100%;
	height: 40px;
	background-color: #3D7CC9;
	background-image: url("../img/barra-menu.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;

}

.franja-mas-de a {
	display: block;
	width: 80%;
	height: 40px;
	margin: auto;
	color: #fff;
	text-align: left;
}

.franja-mas-de a:hover {
	display: block;
	width: 80%;
	height: 40px;
	margin: auto;
	color: #fff;
	text-align: left;
}




.franja-mas-de a p{
	width: 50%;
	float: left;
	font-family: montserrat-regular;
	padding-top: 5px;
}

.franja-mas-de .icon-mas-de{
	width: 50%;
	height: 40px;
	float: left;
	margin: auto;
	background-image: url("../img/flechas.svg");
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 150ms;
}


.franja-mas-de .icon-mas-de:hover{
	background-size: 53% 53%;
	margin: auto;
	background-image: url("../img/flechas.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: 150ms;
}








/*  zona servicios 01   */


.section-servicios-inicio{
	width: 100%;
	height: auto;
	background-image: url("../img/fondo-servicios.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-servicios-inicio .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}



.section-servicios-inicio .icon-subtitulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-subtitulo-03.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}

.section-servicios .subtitulo {
	color: rgba(255,255,255,0.00);
}



.zonas-servicios{
	width: 70%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
}

.section-servicios-inicio .zona-icono {
	width: 140px;
	height: 140px;
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center;
	transition: 100ms;
}

.section-servicios-inicio .zona-icono:hover {
	width: 140px;
	height: 140px;
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: 100ms;
}

.section-servicios-inicio .icono-img1{
	background-image: url("../img/icon-electricidad.svg");
}

.section-servicios-inicio .icono-img2{
	background-image: url("../img/icon-construccion.svg");
}

.section-servicios-inicio .icono-img3{
	background-image: url("../img/icon-vigilancia.svg");
}

.section-servicios-inicio .icono-img4{
	background-image: url("../img/icon-climatizacion.svg");
}

.section-servicios-inicio .icono-img5{
	background-image: url("../img/icon-automatizacion.svg");
}



.zonas-servicios .titulo-servicio h5{
	text-align: center;
	font-family: montserrat-regular;
	margin-bottom: 10px;
}











/*  logo slider  */


.logo-slider{
	width: 100%;
	height: auto;
}

.logo-slider .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}


.logo-slider .icon-subtitulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-subtitulo-04.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}

.logo-slider .subtitulo {
	color: rgba(255,255,255,0.00);
}


.logo-slider .iframe{
	width: 80%;
	margin: auto;
}

.logo-slider .iframe-logo-slider{
	width: 100%;
	margin: auto;
}








































/*  SERVICIOS  */

.section-servicios{
	width: 100%;
	height: auto;
	padding-top: 80px;
    overflow: hidden;
}


.section-servicios .zona-titulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

.section-servicios .icon-titulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-titulo-01.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}

.section-servicios .titulo {
	color: rgba(255,255,255,0.00);
}











.articulo-modo-derecho{
	width: 80%;
	height: auto;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border: #000 0px solid;
	box-shadow: 5px 5px 10px #AAAAAA;
}

 

.articulo-modo-derecho .zona-icono1{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-electricidad.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}

.articulo-modo-derecho .zona-icono3{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-vigilancia.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}

.articulo-modo-derecho .zona-icono10{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-automatizacion.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}


.articulo-modo-derecho .zona-parrafo{
	width: 80%;
	padding-left: 30px;;
	height: auto;
	margin: auto;
}

.articulo-modo-derecho .zona-parrafo .zona-subtitulo1{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-05.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}


.articulo-modo-derecho .zona-parrafo .zona-subtitulo3{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-07.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.articulo-modo-derecho .zona-parrafo .zona-descripcion{
	padding-right: 40px;
}

.articulo-modo-derecho .zona-parrafo .zona-descripcion p{
	font-family: montserrat-regular;
	font-size: 12px;
	padding-top: -15px;
}

.articulo-modo-derecho .zona-parrafo .zona-items li{
	display: inline-block;
	width: 100%;
	height: 20px;
	padding-left: 30px;
	font-size: 12px;
}

.articulo-modo-derecho .zona-parrafo .zona-items .icon-servicio-1{
	background-image: url("../img/icon-servicio-1.svg");
	background-size: 3%;
	background-position: 0px 4px ;
	background-repeat: no-repeat;
	
}

.articulo-modo-derecho .zona-parrafo .zona-items .icon-servicio-3{
	background-image: url("../img/icon-servicio-3.svg");
	background-size: 3%;
	background-position: 0px 4px ;
	background-repeat: no-repeat;
	
}

.articulo-modo-derecho .zona-parrafo .zona-items .icon-servicio-10{
	background-image: url("../img/icon-servicio-5.svg");
	background-size: 3%;
	background-position: 0px 4px ;
	background-repeat: no-repeat;
	
}



.articulo-modo-izquierdo{
	width: 80%;
	height: auto;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border: #000 0px solid;
	box-shadow: 5px 5px 10px #AAAAAA;
}



.articulo-modo-izquierdo .zona-icono2{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-construccion.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}


.articulo-modo-izquierdo .zona-icono4{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-climatizacion.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}

.articulo-modo-izquierdo .zona-parrafo{
	width: 80%;
	height: auto;
	padding-left: 30px;
	margin: auto;
}

.articulo-modo-izquierdo .zona-parrafo .zona-subtitulo2{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-06.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.articulo-modo-izquierdo .zona-parrafo .zona-subtitulo4{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-08.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.articulo-modo-izquierdo .zona-parrafo .zona-descripcion{
	padding-right: 40px;
}

.articulo-modo-izquierdo .zona-parrafo .zona-descripcion p{
	font-family: montserrat-regular;
	font-size: 12px;
	padding-top: -10px;
}

.articulo-modo-izquierdo .zona-parrafo .zona-items li{
	display: inline-block;
	width: 100%;
	height: 20px;
	padding-left: 30px;
	font-size: 12px;
}

.articulo-modo-izquierdo .zona-items .icon-servicio-2{
	background-image: url("../img/icon-servicio-2.svg");
	background-size: 3%;
	background-position: 0px 4px ;
	background-repeat: no-repeat;
	
}




.articulo-modo-izquierdo .zona-parrafo .zona-items .icon-servicio-4{
	background-image: url("../img/icon-servicio-4.svg");
	background-size: 3%;
	background-position: 0px 4px ;
	background-repeat: no-repeat;
	
}
















/*  NOSOTROS  */

.section-nosotros{
	width: 100%;
	height: auto;
	padding-top: 80px;
	overflow: hidden;
}


.section-nosotros .zona-titulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

.section-nosotros .icon-titulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-titulo-03.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}













.articulo-modo-derecho .zona-icono5{
	width: 120px;
	height: 120px;
	margin: auto;
	margin-bottom: 30px;
	background-image: url("../img/img-duenos.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	
}

.articulo-modo-derecho .zona-icono7{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-vision.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}

.articulo-modo-derecho .zona-icono9{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-historia.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}




.articulo-modo-derecho .zona-parrafo .zona-subtitulo5{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-09.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}



.articulo-modo-derecho .zona-parrafo .zona-subtitulo7{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-11.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}


.articulo-modo-derecho .zona-parrafo .zona-subtitulo9{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-13.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}


.articulo-modo-derecho .zona-parrafo .zona-subtitulo10{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-14.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}





.articulo-modo-izquierdo .zona-icono6{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-mision.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}


.articulo-modo-izquierdo .zona-icono8{
	width: 120px;
	height: 120px;
	margin: auto;
	background-image: url("../img/icon-valores.svg");
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: top;
}


.articulo-modo-izquierdo .zona-parrafo .zona-subtitulo6{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-10.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.articulo-modo-izquierdo .zona-parrafo .zona-subtitulo8{
	width: 100%;
	height: 50px;
	margin: auto;
	background-image: url("../img/icon-subtitulo-12.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}


















/*  GALERIA  */

.section-galeria{
	width: 100%;
	height: auto;
	padding-top: 80px;
}


.section-galeria .zona-titulo{
	width: 80%;
	height: 80px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

.section-galeria .icon-titulo{
	width: 80%;
	height: 50px;
	background-image: url("../img/icon-titulo-02.svg");
	background-size: contain;
	background-position: center;
	margin: auto;
	background-repeat: no-repeat;
	
}


.zona-proyectos{
	width: 80%;
	height: auto;
	margin: auto;
}

.zona-proyecto1 .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin-top: 30px;
	margin: auto;
	background-image: url("../img/icon-proyecto-01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.zona-proyecto2 .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin-top: 30px;
	margin: auto;
	background-image: url("../img/icon-proyecto-02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}



.zona-proyecto3 .zona-subtitulo{
	width: 80%;
	height: 80px;
	margin-top: 30px;
	margin: auto;
	background-image: url("../img/icon-proyecto-03.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}



.zona-proyectos .zona-foto{
	width: 80%;
	height: 200px;
	margin: auto;
	overflow: hidden;
	
}


.zona-proyectos .franja-transparencia{
	width: 100%;
	height: 200px;
	background-image: url("../img/franja-transparencia.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}


.zona-proyectos .fotos{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: 300ms;
	
}

.zona-proyectos .fotos:hover{
	background-size: 110%;
	transition: 300ms;
}



.zona-proyecto1 .foto01{
	background-image: url("../img/ebema/ebema_talca5.png");
	
}

.zona-proyecto2 .foto02{
	background-image: url("../img/ccf/ccf02.png");
	
}


.zona-proyecto3 .foto03{
	background-image: url("../img/sir_donna/sir_donna05.png");
	
}












/* fichas */

.espacio-subtitulo{
	width: 80%;
	height: 80px;
	margin-top: 30px;
	margin: auto;
}

.zona-proyectos .zona-video{
	width: 70%;
	height: auto;
	margin: auto;
}



.galeria-fotos a{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	background-position: center;
}

.galeria-fotos a img{
	width: 100%;
	height: auto;
	transition: 300ms;
}

.galeria-fotos img:hover{
	width: 102%;
	height: auto;
	transition: 300ms;
	margin: auto;
}

.zona-proyectos .zona-logo-cliente{
	width: 100%;
	height: 150px;
	background-image: url("../img/version-oficial.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

.zona-proyectos .zona-logo-cliente h5{
	font-family: montserrat-semibold;
	
}





/*  Footer  */

.iframe-footer{
    width: 100%;
    height: 445px;
    
}


footer{
    background-color: #3D7CC9;
    width: 100%;
    height: auto;
}






/*  Formulario  */


.form{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
    
}

.form h5{
    text-align: center;
    color: #fff;
    font-family: montserrat-regular;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 2px 5px #285892;
}

form{
    width: 50%;
    margin: auto;
	z-index: 10;
	
}

.titulo-form{
	width: 100%;
	height: 10px;
	color: white;
	text-align: center;
	margin: auto;
	font-size: 10pt;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

form .input{
    width: 100%;
    height: 25px;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    color:#fff;
    text-align: center;
	z-index: 100;
}

form .in-mensaje{
    width: 100%;
    height: 70px;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    color:#fff;
    text-align: center;

}


form .in-enviar{
    width: 50%;
    height: 40px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 15px;
    border: 0px 0px 2px 0px;
    background-color: #336FB8;
    color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    transition: 300ms;
    font-family: montserrat-light;
    box-shadow: 0px 2px 5px #285892;
}

form .in-enviar:hover{
    width: 48%;
    height: 40px;
    margin-left: 26%;
    margin-right: 26%;
    background-color: #285892;
    color:#fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    transition: 300ms;
    font-family: montserrat-regular;
    box-shadow: 0px 2px 2px #336FB8;
}


::placeholder {
    color: #ABA9A9;
	padding-left: 20px;
    font-size: 10pt;
    text-align: left; 
    outline-style: none;
    font-family: montserrat-light;
}

.franjarrss{
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    box-shadow: 0px 2px 2px #264974;
}

.rrss{
    width: 150px;
    margin: auto;
    
}

.instagram{
    width: 50px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    float: left;
}

.facebook{
    width: 50px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    float: left;
}

.youtube{
    width: 50px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    float: left;
}





footer .derechos{
    width: 100%;
    height: 0px;
    
}

footer p{
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: #2a2a2a;
    
}

footer a{
    font-size: 10px;
    text-align: center;
    color: #3D7CC9;
	font-family: montserrat-semibold;
	
}




footer .transparencia-metal, footer h5{
	width: 100%;
	height: auto;
	background-image: url("../img/barra-menu.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -5;
	mix-blend-mode: hard-light;
}








footer .diseno-astudios{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 140px;
    left: 50px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    
}

footer .diseno-astudios a{
    text-align: center;
    display: block;
    font-size: 7pt;
    font-family: montserrat-regular;
	color: #fff;
}


footer .diseno-astudios a .img-astudios{
    width: 140px;
    height: 40px;
    margin-top: -10px;
    background-image: url(../img/A-StudioS-bajada-white-horizontal.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}











































/* Media query   */
@media (max-width: 1200px) {
	
	.hidden-small{
		display: none;
	}
	
	.hidden-long{
		display: block;
	}
	
}









@media (max-width: 1000px) {
	
	.bienvenido {
		position: relative;
		height: 450px;
		width: 100%;
		z-index: -1;
		overflow: hidden;
		margin-bottom: 30px;
	
	}
	
	
}






/* Media query  hidden conten  */

@media (min-width: 1200px) {
	
	.hidden-small{
		display: block;
	}
	
	.hidden-long{
		display: none;
	}
	
}








@media (max-width: 750px) {
	
	.bienvenido {
		position: relative;
		height: 300px;
		width: 100%;
		z-index: -1;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.bienvenido .contenedor-video video{
		background-position: top;
		background-size: cover;
	}
	
	.section-servicios .zona-titulo, .section-nosotros .zona-titulo, .section-galeria .zona-titulo{
		width: 100%;
	}
	
	.logo-slider .zona-subtitulo, .section-rar .zona-subtitulo, .section-servicios-inicio .zona-subtitulo{
	width: 100%;
}
	
	.zonas-servicios .zona-icono{
		width: 100px;
		height: 100px;
	}
	
	.hidden-long{
		display: block;
	}
	
	.hidden-small{
		display: none;
	}
}








