@charset "UTF-8";
/* CSS Document */

/* Fonts */
html {
  scroll-behavior: smooth;
}


@font-face {
    font-family: "A4Speed";
    src: url(fonts/speed-Bold.ttf) format('truetype'),
	url(fonts/speed-Bold.otf) format('opentype'),
	url(fonts/speed-Bold.svg) format('svg');
}


@font-face {
    font-family: "Nunito-Regular";
    src: url(fonts/NunitoSans_7pt-Regular.ttf) format('truetype'),
	url(fonts/NunitoSans_7pt-Regular.otf) format('opentype'),
	url(/fonts/NunitoSans_7pt-Regular.svg) format('svg');
}


@font-face {
    font-family: "Nunito-Bold";
    src: url(fonts/NunitoSans_7pt-Bold.ttf) format('truetype'),
	url(fonts/NunitoSans_7pt-Bold.otf) format('opentype'),
	url(fonts/NunitoSans_7pt-Bold.svg) format('svg');
}



a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
a:visited {color:#FFF;text-decoration:none;}  /* visited link */
a:hover {color:#FFF;text-decoration:none;}  /* mouse over link */
a:active {color:#FFF;text-decoration:none;}  /* selected link */   


.enlaceB:link {color:#242525;}	
.enlaceB:visited {color:#242525;}			
.enlaceB:hover {color:#242525;}		
.enlaceB:active {color:#242525;}	


.bold{
	font-family: 'Nunito-Bold';
}



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

html, body {
   height:100%;
}





#cont-botonera{
	width: 100%;
	height: 100px;
	z-index: 10;
	position: fixed;
	top:0;	
	display:block;
	background-image:url(img/fondo_botonera.jpg);
	display:block;
}



#botonera{
	width: 520px;
	text-align: right;
	float: right;
	display: flex;
	transition: .3s;
	margin-right:20px;

}

#top-cont_redes{
	width:64px;
	height:18px;
	float:left;
	margin-left:20px;
	margin-top:38px;
	display:block;
}

#top-redes{
	width:18px;
	height:18px;
	float:left;
}


#top-redes-margen{
	width:28px;
	height:18px;
	float:left;
}


#titulo_slides{
	width:500px;
	height:80px;
	position:absolute;
	top:200px;
	right:50px;
	z-index: 2;
	
	font-family: 'A4Speed', sans-serif;
	font-size:47px;
	text-align:right;
	line-height:35px;
	color:#FFF;
}


#linea-estoy{
	height:4px;
	width:60%;
	background-color:#FF0000;
	display:block;
	position:absolute;
	bottom:-5px;
	left:calc(50% - 30%);
	display:block;
}

#linea-estoy2{
	height:4px;
	width:76%;
	background-color:#FF0000;
	display:block;
	position:absolute;
	bottom:-5px;
	left:calc(50% - 38%);
	display:block;
}



#logo_gral{
	width:310px;
	height:60px;
	float:left;
	margin-left:50px;
	margin-top:22px;
	display:block;
  transition: .3s;
  z-index:100;
}

#logo_mobile{
	display:none;
}






/* HOME */
  
  
#cont_slides{
	width:100%;
	height:100%;
	float:left;
}
  
.slider .slides li .caption {
    /*top: auto;*/
    bottom: 0%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;

}
  
.leftAlign{
      text-align: right;
      position: absolute;
    right: 200px;
    bottom: 130px;
    display: flex;
    justify-content: flex-end;
        line-height: 1;
}
.boxText{
      line-height: 2;
}


/* ROJO */

#banner_rojo{
	width:100%;
	height:500px;
	
    margin:0;
    background: url(img/fondo_rojo.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#logo-banner_rojo{
	width:240px;
	height:175px;
	margin:0 auto;
	margin-top:90px;
}


#txt-banner_rojo{
	width:70%;
	margin:0 auto;
	margin-top:35px;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:23px;
	text-align:center;
	line-height:35px;
	color:#FFF;
}


/* HISTORIA */


#nuestra_historia{
	width:100%;
	float:left;
}


#nuestra_historia-bloque_txt{
	width: 65%;
	padding-left:8%;
	padding-right:8%;
	padding-top:10%;
	float: left;
	text-align:left;
}

#nuestra_historia-bloque_img{
	width: 35%;
	float: right;
	margin-bottom: 0px;
	display: block;
}

#cont-imgs-nuestra_historia{
	width:100%;
	float:left;
	
}

#nh-img_larga{
	width:60%;
	float:left;
	background-color:#0C9;	
}

#nh-img_corta{
	width:40%;
	float:left;
	background-color:#F00;
}


#nuestra_historia-bloque_img_mobile{
	display:none;
}


#nuestra_historia-titulo{
	width:100%;
	font-family: 'A4Speed', sans-serif;
	font-size:40px;
	line-height:25px;
	color:#000;
	float:left;
}

#nuestra_historia-txt{
	width:100%;
	margin-top:40px;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:18px;
	line-height:35px;
	color:#000;
	float:left;
}



 /* GALERIA */
 
#fondo_galeria{
	width:100%;
	height:700px;
	float:left;
	background-color:#363733;
}


#cont_titulo_galeria{
	width: 800px;

	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 60px;
	border-bottom: solid #FF0000 1px;
	border-top: solid #FF0000 1px;
	padding-top: 40px;
	padding-bottom:35px;
	font-family: 'A4Speed', sans-serif;
	font-size: 40px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
}


#bloque-modelos_galeria{
	width:95%;
	margin:0 auto;
	text-align:center;
	
}




#txt-producto-galeria{
	width:100%;
	padding-top:25px;
	
	font-family: 'A4Speed', sans-serif;
	font-size:24px;
	line-height:20px;
	text-align:center;
	color:#FFF;
}



/* ARGENTINA */

#fondo_arg{
	width:100%;
	height:700px;
	background-color:#a39e93;
	float:left;
}


#cont_arg{
	width:360px;
	float:left;
	margin-left:75px;
	margin-top:60px;
}

#logo_arg{
	width:350px;
	height:260px;
	float:left;
}

#txt_arg{
	width:360px;
	clear:left;
	float:left;
	margin-top:30px;
	
	font-family: 'Nunito-Regular', sans-serif;
	font-size:23px;
	line-height:31px;
	color:#FFF;
	text-align:left;
	letter-spacing:-1px;
}



#arg{
	width:320px;
	height:540px;
	margin-left:15%;
	margin-top:60px;
	float:left;
}



/* CONTACTO */

#contacto{
	width:100%;
	height:650px;
	float:left;
}


#contenedor_form{
	width:1000px;
	height:420px;
	margin: 0 auto;
	margin-top:100px;
	display:block;	
}

#contenedor_form_mobile{
	display:none;
}


#titulo_contacto{
	width:100%;
	margin-bottom:90px;
	font-family: 'A4Speed', sans-serif;
	font-size:31px;
	line-height:25px;
	text-align:left;
	color:#000;
}



/* FORM */

form {
    width:100%;
    margin:0 auto;
    float:left;
}

input, textarea {
    width:496px;
    height:65px;
	padding-left:10px;
    border:none;
    margin-bottom:8px;
	background-color:#b2aea5;
	font-family: 'Nunito-Regular', sans-serif;
    font-size:13px;
    text-align:left;
    color:#FFF;
	float:left;
}

textarea {
    height:138px;
    margin-bottom:8px;
    padding-top:10px;
	float:right;
}


#submit {
    width:496px;
    height:65px;
    padding-top:0px;
	background-color:#F00;
    font-family: 'Nunito-Regular', sans-serif;
	text-align:left;
    font-size:14px;
    color:#FFF;
    cursor:pointer;
	float:right;
}

/* fin FORM */


#mail_contacto{
	margin-top:40px;
	font-family: 'Nunito-Regular', sans-serif;
    font-size:16px;
    text-align:right;
    color:#333333;
	float:right;
}





/* PIE */

#pie{
	width:100%;
	height:80px;
	float:left;
	background-color:#000;
}


#caja-copy{
	width:360px;
	height:20px;
	margin:0 auto;
	margin-top:25px;
}

#copy-txt{
	width:275px;
	height:20px;
	float:left;
	margin-top:4px;
	
	color:#FFF;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:14px;
	text-align:left;	
}

#copy-cuaso > a{
	width:65px;
	height:20px;
	float:left;
	cursor:pointer;
}

#copy-cuaso:hover > a{
	opacity:0.6;
}


/* PRODUCTOS */

#productos-cont_info{
	width:550px;
	padding:40px;
	background-color:rgba(32,32,32,0.8);
	position:absolute;
	bottom:25px;
	left:25px;
}


#titulo-productos_info{
	font-family: 'A4Speed', sans-serif;
    font-size:28px;
	line-height:30px;
    color:#FFF;
	float:left;
	text-align:left;
}

#txt-productos_info{
	font-family: 'Nunito-regular', sans-serif;
    font-size:20px;
	line-height:28px;
	text-align:left;
    color:#FFF;
	float:left;
	margin-top:10px;
}

 
#fondo_productos{
	width:100%;
	float:left;
	background-color:#363733;
}


#cont-todos_productos{
	width:800px;
	margin:0 auto;
}

#productos_grilla-izq{
	width:362px;
	height:380px;
	float:left;
	text-align:center;
}

#productos_grilla-der{
	width:362px;
	height:380px;
	float:right;
	text-align:center;
}

#productos_grilla-img{
	width:362px;
	height:230px;
}



/* PRODUCTOS INDIVIDUALES */

#top_producto1{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/1_pisos_rally/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto2{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/2_pisos_pista/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto3{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/3_cubre_pedales/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto4{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/4_barreros/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto5{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/5_brackets/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto6{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/6_refuerzo_x/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto7{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/7_correas/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto8{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/8_calcomanias/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto9{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/9_llavero/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto10{
	width:100%;
	height:500px;
    margin:0;
    background: url(img/productos/10_taza/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#titulo_producto{
	width: 900px;
	margin: 0 auto;
	margin-top: 90px;
	border-top: solid #FF0000 1px;
	padding-top: 65px;
	font-family: 'A4Speed', sans-serif;
	font-size: 40px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
}

#txt_producto{
	width: 850px;
	margin: 0 auto;
	margin-bottom: 90px;
	font-family: 'Nunito-regular', sans-serif;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
}

#cont-imgs_producto{
	width:85%;
	margin:0 auto;
	position:relative;
}


#img_producto-grilla{
	width:32%;
	float:left;
	margin-bottom:2%;
}

#btn_ver-mas{
	width:100%;
	margin-top:20%;
}

#img_producto-grilla-margen{
	width:2%;
	height:10px;
	float:left;
	display:block;
}

#padding_fondo{
	width:100%;
	height:100px;
	float:left;
}

	
@media screen and (max-width:1400px ) { /* ############################################################################## */



/* HOME */
#nuestra_historia-txt{
	width:100%;
	margin-top:40px;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:15px;
	line-height:30px;
	color:#000;
	float:left;
}

}

@media screen and (max-width:1000px ) { /* ############################################################################## */



#logo_gral{
	display:none;
}


#logo_mobile{
	width:110px;
	height:110px;
	float:left;
	display:block;
	margin-left:25px;
  z-index:100000;
}

#cont-botonera{
	width: 100%;
	height: 80px;
	z-index: 10;
	padding-bottom:0px;
	position: fixed;
	top:0;	
	display:block;
	background-image:url(img/fondo_botonera.jpg);
	display:block;
}


#botonera{
	width: 100%;
	text-align:center;
	float: right;
	margin-right:0px;
}

#top-cont_redes{
	display:none
}


#titulo_slides{
	width:100%;
	height:80px;
	position:absolute;
	top:170px;
	right:0px;
	z-index: 2;
	
	font-family: 'A4Speed', sans-serif;
	font-size:37px;
	text-align:center;
	line-height:27px;
	color:#FFF;
}


/* HOME */

#cont_slides{
	width:100%;
	height:500px;
	float:left;
}



/* ROJO */

#banner_rojo{
	width:100%;
	height:650px;
	
    margin:0;
    background: url(img/fondo_rojo.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#logo-banner_rojo{
	width:185px;
	height:135px;
	margin:0 auto;
	margin-top:90px;
}


#txt-banner_rojo{
	width:85%;
	margin:0 auto;
	margin-top:35px;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:23px;
	text-align:center;
	line-height:32px;
	color:#FFF;
}



/* HISTORIA */


#nuestra_historia{
	width:100%;
	float:left;
}


#nuestra_historia-bloque_txt{
	width: 100%;
	padding-left:8%;
	padding-right:8%;
	padding-top:10%;
	float: left;
	text-align:center;
}

#nuestra_historia-bloque_img{
	display:none;
}

#nuestra_historia-bloque_img_mobile{
	width:100%;
	float:left;
	margin-top:40px;
	display:block;
}


#nuestra_historia-titulo{
	width:100%;
	font-family: 'A4Speed', sans-serif;
	font-size:40px;
	line-height:25px;
	color:#000;
	float:left;
}

#nuestra_historia-txt{
	width:100%;
	margin-top:40px;
	font-family: 'Nunito-Regular', sans-serif;
	font-size:18px;
	line-height:35px;
	color:#000;
	float:left;
}



 /* GALERIA */
 
#fondo_galeria{
	width:100%;
	height:700px;
	float:left;
	background-color:#363733;
}


#cont_titulo_galeria{
	width: 80%;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 60px;
	border-bottom: solid #FF0000 1px;
	border-top: solid #FF0000 1px;
	padding-top: 40px;
	padding-bottom:35px;
	font-family: 'A4Speed', sans-serif;
	font-size: 40px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
}


#bloque-modelos_galeria{
	width:95%;
	margin:0 auto;
	text-align:center;
	
}


#txt-producto-galeria{
	width:100%;
	padding-top:25px;
	
	font-family: 'A4Speed', sans-serif;
	font-size:24px;
	line-height:20px;
	text-align:center;
	color:#FFF;
}



/* ARGENTINA */

#fondo_arg{
	width:100%;
	height:1200px;
	background-color:#a39e93;
	float:left;
}


#cont_arg{
	width:360px;
	float:none;
	margin:0 auto;
	margin-top:60px;
}


#logo_arg{
	width:80%;
	float:none;
	margin:0 auto;
}

#txt_arg{
	width:80%;
	float:none;
	margin:0 auto;
	margin-top:10px;
	
	font-family: 'Nunito-Regular', sans-serif;
	font-size:23px;
	line-height:31px;
	color:#FFF;
	text-align:center;
	letter-spacing:-1px;
}


#arg{
	width:320px;
	height:540px;
	margin:0 auto;
	margin-top:80px;
	float:none;
}



/* CONTACTO */

#contacto{
	width:100%;
	height:800px;
	float:left;
}


#contenedor_form{
	display:none;	
}

#contenedor_form_mobile{
	width:85%;
	margin: 0 auto;
	margin-top:100px;
	display:block;
}


#titulo_contacto{
	width:100%;
	margin-bottom:50px;
	font-family: 'A4Speed', sans-serif;
	font-size:28px;
	line-height:22px;
	text-align:center;
	color:#000;
}



/* FORM */

#contacto_form{
    width:430px;
    height:450px;
    float:left;
}


form {
    width:100%;
    margin:0 auto;
    float:left;
}

input, textarea {
    width:100%;
    height:65px;
    margin-bottom:8px;	
	padding-left:10px;
    border:none;
	background-color:#b2aea5;
	
	font-family: 'Nunito-Regular', sans-serif;
    font-size:13px;
    color:#FFF;
	border:0px solid;
    border-radius: 0px;
}

textarea {
    height:128px;
    margin-bottom:8px;
	padding-top:10px;
	float:left;
	border:0px solid;
    border-radius: 0px;
}


#submit {
    width:100%;
    padding-top:0px;
	background-color:#F00;
    font-family: 'Nunito-Regular', sans-serif;
	text-align:center;
    font-size:14px;
    color:#FFF;
    cursor:pointer;
	float:left;
	border:0px solid;
  	border-radius: 0px;
}

/* fin FORM */


#mail_contacto{
	width:100%;
	margin-top:40px;
	font-family: 'Nunito-Regular', sans-serif;
    font-size:16px;
    text-align:center;
    color:#333333;
	float:left;
}






/* PRODUCTOS */

#productos-cont_info{
	width:80%;
	padding:30px;
	background-color:rgba(32,32,32,0.8);
	position:absolute;
	bottom:100px;
	left:10%;
}


#titulo-productos_info{
	width:100%;
	font-family: 'A4Speed', sans-serif;
    font-size:22px;
	line-height:24px;
    color:#FFF;
	float:none;
	text-align:center;
}

#txt-productos_info{
	width:100%;
	font-family: 'Nunito-regular', sans-serif;
    font-size:18px;
	line-height:26px;
	text-align:center;
    color:#FFF;
	float:left;
	margin-top:10px;
}



#cont-todos_productos{
	width:100%;
	margin:0 auto;
}

#productos_grilla-izq{
	width:362px;
	height:380px;
	float:none;
	margin:0 auto;
	text-align:center;
}

#productos_grilla-der{
	width:362px;
	height:380px;
	float:none;
	margin:0 auto;
	text-align:center;
}





/* PRODUCTOS INDIVIDUALES */

#top_producto1{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/1_pisos_rally/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto2{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/2_pisos_pista/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto3{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/3_cubre_pedales/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto4{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/4_barreros/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto5{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/5_brackets/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto6{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/6_refuerzo_x/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto7{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/7_correas/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#top_producto8{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/8_calcomanias/top.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto9{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/9_llavero/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}

#top_producto10{
	width:100%;
	height:300px;
    margin:0;
    background: url(img/productos/10_taza/top.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float:left;
}


#titulo_producto{
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	border-top: solid #FF0000 1px;
	padding-top: 65px;
	font-family: 'A4Speed', sans-serif;
	font-size: 40px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
}

#txt_producto{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top:20px;
	font-family: 'Nunito-regular', sans-serif;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
}

#cont-imgs_producto{
	width:85%;
	margin:0 auto;
	position:relative;
}


#img_producto-grilla{
	width:100%;
	float:left;
	margin-bottom:10%;
	
}

#btn_ver-mas{
	width:100%;
	margin-top:0%;
}

#img_producto-grilla-margen{
	display:none;
}

#padding_fondo{
	width:100%;
	height:45px;
	float:left;
}



.carousel-caption{position:absolute;right:30px;top:150px;z-index:10;padding-top:0px;padding-bottom:0px;color:#fff;text-align:center; }



.carousel-indicators{position:absolute;bottom:30px;left:30%;z-index:15;width:60%;padding-left:0;margin-left:0%;text-align:left;list-style:none}
	




}


@media (min-width:768px){
	.navbar-collapse{margin-top: 50px;}
  
  #carouselExample .carousel-inner .active 
  ,#carouselExample .carousel-inner .active + .carousel-item
  ,#carouselExample .carousel-inner .active + .carousel-item + .carousel-item
  ,#carouselExample .carousel-inner .active + .carousel-item +.carousel-item +.carousel-item{
    display:block
  }
  #carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
  ,#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item
  ,#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item +.carousel-item
  ,#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item +.carousel-item +.carousel-item{
    transition:none
  }
  #carouselExample .carousel-inner .carousel-item-next
  ,#carouselExample .carousel-inner .carousel-item-prev{
    position:relative;transform:translate3d(0,0,0)
  }
  #carouselExample .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item{
    position:absolute;top:0;right:-25%;z-index:-1;display:block;visibility:visible
  }
  #carouselExample .active.carousel-item-left+.carousel-item-next.carousel-item-left
  ,#carouselExample .carousel-item-next.carousel-item-left+.carousel-item
  ,#carouselExample .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item
  ,#carouselExample .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item
  ,#carouselExample .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item{
    position:relative;transform:translate3d(-100%,0,0);visibility:visible
  }
  #carouselExample .carousel-inner .carousel-item-prev.carousel-item-right{
    position:absolute;top:0;left:0;z-index:-1;display:block;visibility:visible
  }
  #carouselExample .active.carousel-item-right+.carousel-item-prev.carousel-item-right
  ,#carouselExample .carousel-item-prev.carousel-item-right+.carousel-item
  ,#carouselExample .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item
  ,#carouselExample .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item
  ,#carouselExample .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item{
    position:relative;transform:translate3d(100%,0,0);visibility:visible;display:block;visibility:visible
  }
  
 
  
}
