/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

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

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
    font-family: 'myriad-pro', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.clear {
	clear:both;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-size:16px;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1 {
	font-weight:700;
	font-style:normal;
	
}

h2{
	text-transform:uppercase;
	font-size: 40px;
	font-weight:800;
	font-style:normal;
	line-height:40px;
}
h3{
	text-transform:uppercase;
	font-size:28px;
	font-weight:800;
	font-style:normal;
	line-height:28px;
}

.float-left{
	float: left;	
}

.float-right{
	float: right;
}

.uppercase {
	text-transform: uppercase;
}

.alphaOver {
	opacity:0.75;
  	transition:opacity 0.5s linear;
	}

.alphaOver:hover {
	opacity:1;
	}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

/* Fundacion BTN */
.fundacion-btn {
	display: inline-block;
	padding: 0 16px;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: rgba(242,126,41,.8);
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in;
  	-moz-transition: all 0.15s ease-in;
  	-o-transition: all 0.15s ease-in;
  	transition: all 0.15s ease-in;
}

	.fundacion-btn:hover {
		background-color: rgba(242,126,41,1);
	}

	.fundacion-btn.btn-small {
		font-size: 11px;
	}

	.downloadable-documents-list .fundacion-btn.btn-small {
		height: auto;
		line-height: 1;
		text-align: center;
		padding: 12px 16px;
		margin: 0 1em;
	}

/*languages*/
.language
	{
		float:left;
	}
	
	.language ul {
		list-style:none;
	}
	
	.language ul li
	{
		float:left;
		color:#fff;
		font-weight:400;
		font-size:12px;
		padding:0 5px;
		margin:0;
		background:url(../img/languages-menu-separator.png) no-repeat right 4px;
	}
	
	.language ul li.last-item {
		background:none;
	}
	
	.language ul li strong{color:#E96C1C;}
	
	.language ul li:hover
	{
		cursor:pointer;
		color:#E96C1C;
	}
	
	.language ul li.active:hover
	{
		cursor:auto;
	}
/*end languages*/

#nav{
	list-style: none;
	position: fixed;
	left:0;
	top:38%;
	/*width:200px;*/
	z-index:202;
}

#nav li{

}

	#nav li a {
		display: block;
		clear:both;
		margin: 0 0 25px 0;	
		text-decoration:none;
		opacity:0.6;
		transition:opacity 0.5s linear;
	}
	
	#nav li a:hover {
			opacity:1;		
			}
	
	#nav li a .dot {
		display: block;
		float:left;
		width: 15px;
		height: 15px;
		border-radius: 10px;
		background-color: white;
		margin-bottom:15px;
	}
	
	#nav li a span {
		display:block;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		width:100px;
		height:20px;
		margin-left:20px;
		text-transform:uppercase;
		margin-top:0;
		padding-top:0;
		visibility:hidden;	
		}
		
		#nav li a:hover span {
			visibility:visible;
			}
		
			#nav li a.cover.current .dot {
				background-color:#FC3;
			}
				#nav li a.cover.current span {
				color:#FC3;
				}
			
			#nav li a.carta-presidente.current .dot {
				background-color: #f27e29;
			}
				#nav li a.carta-presidente.current span {
				color:#f27e29;
				}
			#nav li a.presentacion.current .dot {
				background-color: #01994e;
			}
				#nav li a.presentacion.current span {
				color:#01994e;
				}
			#nav li a.patronato.current .dot {
				background-color: #6fbe43;
			}
				#nav li a.patronato.current span {
				color:#6fbe43;
				}
			#nav li a.infraestructura-social.current .dot {
				background-color: #005596;
			}
				#nav li a.infraestructura-social.current span {
				color:#005596;
				}
			#nav li a.formacion-investigacion.current .dot {
				background-color: #5fc4ec;	
			}
				#nav li a.formacion-investigacion.current span {
				color: #54EFDF;	
				}
			#nav li a.voluntariado-corporativo.current .dot {
				background-color: #EFC518;	
			}
				#nav li a.voluntariado-corporativo.current span {
				color: #EFC518;	
				}
			#nav li a.compromiso-etico.current .dot {
				background-color: rgba(242,126,41,1);
			}
				#nav li a.compromiso-etico.current span {
				color: rgba(242,126,41,1);
				}
			#nav li a.actualidad.current .dot {
				background-color: #5fc4ec;	
			}
				#nav li a.actualidad.current span {
				color: #5fc4ec;	
				}
			#nav li a.ambito-actuacion.current .dot {
				background-color: #969595;
			}
				#nav li a.ambito-actuacion.current span {
				color:#969595;
				}
			#nav li a.pdf-docs.current .dot {
				background-color: #5c6f79;
			}
				#nav li a.pdf-docs.current span {
				color:#969595;
				}

#header, #carta-presidente, #presentacion, #patronato, #infraestructura-social, #actualidad, #formacion-investigacion, #ambito-actuacion, #pdf-docs{
	width: 100%;
}

#header {
	display:block;
	height:62px;
	background:url(../img/header-background.png) 0 0 repeat;
	position:fixed;
	z-index:203;
	padding-top:8px;
	}
	
	#header h1 {
		display:block;
		float:left;
		margin-left:25%;
		color:#fff;
		font-size:20px;
		text-transform:uppercase;
		}
	
	#header .logo,
	#header .menu-logo-10-anos {
		display:block;
		float:right;
		margin-right:2%;
		}

	#header .menu-logo-10-anos {
		width: 70px;
		padding-top: 1px;
	}


#footer {
	position:fixed;
	background:url(../img/footer-background.png) 0 0 repeat;
	bottom:0;
	left:0;
	right:0;
	padding:7px 0;
	z-index:203;
}

	#footer p.info {
		text-align:center;
		font-weight:400;
		font-size:12px;
		line-height:15px;
		color:#ccc;
		margin:0;
	}
	
	#footer p.info a {
		color:#ccc;
	}
	
	#footer p.info a:hover {
		color:#fff;
	}

#pattern {
	position:fixed;
	width:100%;
	height:100%;
	background:url(../img/motivo.png) 0 0 repeat fixed;
	z-index:200;
	}
	
.story{
	margin: 100px auto 0 auto;
	overflow: hidden;
	z-index:201;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
}

	.story p, .story ul {
		font-weight:400;	
		}

.slide {
	width: 100%;
	color:#fff;
}


#cover{
	background: url(../img/background0.jpg) 70% 0 no-repeat;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

	#cover .imagen {
		background: url(../img/0logo.png) 20% 240px no-repeat;
		width:100%;
		height:1000px;
		position:relative;
		z-index:200;
		}
	#cover .imagen.english {
		background: url(../img/0logo-english.png) 20% 240px no-repeat;
		}
	#cover .imagen.francais {
		background: url(../img/0logo-francais.png) 20% 240px no-repeat;
		}
	#cover .imagen.brasileiro {
		background: url(../img/0logo-brasileiro.png) 20% 240px no-repeat;
		}
	#cover .story {
		
	}

	#cover .logo10anos {
		position: absolute;
		left: 25%;
		bottom: 30%;
		width: 250px;
	}

		@media (max-width: 1366px) {
			#cover .logo10anos {
				width: 210px;
				bottom: 38%;
			}
		}
	
	#cover .cover-banner {
		position:absolute;
		bottom:32%;
		left:16%;
		z-index:201;
		opacity:1;
		-webkit-transition: all 0.15s ease-in;
		-moz-transition: all 0.15s ease-in;
		-o-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	
	#cover .cover-banner:hover {
		opacity:0.9;
	}
	
	/* Resoluciones superiores a 1024px */
	@media (min-width: 1024px) {
		#cover .cover-banner {
			bottom:25%;
			left:18%;
		}
	}
	

#carta-presidente{
	background:#cccccc;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

	#carta-presidente .imagen{
	background: url(../img/1foto.png) 0 0 no-repeat fixed;
	height: 700px;
	width: 664px;
	position:absolute;
	z-index:0;
	}
	
	#carta-presidente .story {
	float:left;
	height: 700px;	
	position:relative;
	width:40%;
	margin-top:0;
	padding-left:650px;
	}
	
		#carta-presidente .story p,
		#compromiso-etico .story p {
		color:#6c6c6c;	
		}
	
	#carta-presidente .story a.button,
	#voluntariado-corporativo .story a.button {
		display:block;
		float:left;
		width:202px;
		height:40px;
		background: url(../img/1button.png) 0 0 no-repeat;
		padding: 16px 0 0 20px;
		font-size:16px;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		}
		
		#carta-presidente .story a.button strong,
		#voluntariado-corporativo .story a.button strong {
		font-weight:800;	
		}
	
	#carta-presidente .story .rubrica {
		display:block;
		float:right;
		position:relative;
		width:280px;
		clear:left;
		line-height:20px;
		text-align:right;
		}
		
		#carta-presidente .story .rubrica .presidente {
		float:left;
		margin-bottom:3px;
		width:280px;	
		height:60px;
		background:url("../img/1presidente.png") no-repeat;
		}
		
		#carta-presidente .story .rubrica .nombre {
		font-size:16px;
		font-weight:500;
		padding-bottom:0;
		margin:0;
		display: block;
		clear: both;
		}
		
		#carta-presidente .story .rubrica .cargo {
		margin:0;
		font-weight:300;
		padding-bottom:0;
		}
		

#presentacion{
	background: url(../img/background2.jpg) 50% 185px no-repeat fixed #9dc1af;
	height: 810px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

	#presentacion .story {
	float:left;
	height: 810px;	
	position:relative;
	width:40%;
	left:50%;
	padding-left:30px;
	margin-top:80px;
	}

	#presentacion .button{
	display:block;
	background: url(../img/2button.png) 0 0 no-repeat;
	height: 110px;
	width: 179px;
	color:#fff;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding-top:69px;
	}
		
		#presentacion .button.float-left{
			margin-left:10%;
		}
		#presentacion .button.float-right{
			margin-right:10%;
		}
		
		#presentacion .imagen1 {
		height:860px;
		width:100%;
		right:50%;
		position:absolute;
		z-index:0;
		background: url(../img/2foto.jpg) right 0 no-repeat;
		overflow:hidden
		}

#patronato{
	background: url(../img/background3.jpg) 0 0 no-repeat fixed;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

	#patronato .story {
	display:block;
	float:left;
	height: 1000px;	
	position:relative;
	width:30%;
	min-width:400px;
	left:30%;
	padding-left:30px;
	margin-top:300px;
	}
	
	#patronato .story ul {
	color:#fff;	
	list-style:none;
	padding:0;
	font-weight:600;
	}
	
		#patronato .story ul li {
		margin-bottom:15px;	
		}
	
		#patronato .story .uppercase {
		}

#infraestructura-social, #voluntariado-corporativo, #compromiso-etico {
	background: url(../img/background4.jpg) 40% 0 no-repeat fixed;
	height: 740px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

	#infraestructura-social {
		height: 820px;
		background-size: cover;
	}

	#voluntariado-corporativo {
		background: url('../img/background-voluntariado.jpg') 50% 0 no-repeat fixed;
	}

	#compromiso-etico {
		background-color: #ccc;
		background-image: url('../img/compromiso-etico-img.png');
		background-position: 800px center;
		background-repeat: no-repeat;
		background-size: contain;
	}

		@media (max-width: 1170px) {
			#compromiso-etico {
				background-position: 650px center;
				background-size: cover;
			}
		}

		@media (max-width: 960px) {
			#compromiso-etico {
				background-position: 500px center;
			}
		}

	#infraestructura-social .story,
	#voluntariado-corporativo .story,
	#compromiso-etico .story {
		float:left;
		height: 740px;	
		position:relative;
		width:55%;
		left:40%;
		padding-left:30px;
		margin-top:70px;
	}
	
		#voluntariado-corporativo .story {
			left:48%;
			width:40%;
			height:650px;
			margin-top:100px;
		}

		#compromiso-etico .story {
			left:5%;
			width:45%;
			max-width: 700px;
			height:650px;
			margin-top:100px;
		}


			@media (max-width: 1170px) {
				#compromiso-etico .story {
					width: 65%;
				}
			}


		#compromiso-etico .buttons-story {
			position: absolute;
			z-index: 201;
			bottom: 40px;
			left: 7%;
			right: 7%;
			max-width: 1200px;
		}

		.downloadable-documents-list {
			display: flex;
		    flex-direction: row;
		    justify-content: space-between;
		    align-items: center;
		}
		
		#infraestructura-social a.actividad,
		#voluntariado-corporativo a.actividad {
		text-transform:uppercase;
		float:left;
		width:calc(33% - 115px);	
		height:110px;
		text-decoration:none;
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 110px;
		padding-right:5px;
		margin-bottom:10px;
		}
		
		#voluntariado-corporativo a.actividad {
			margin-top:30px;
		}
		
			#infraestructura-social a.actividad.actividad1 {
			background-image:url(../img/4project1.png)
			}
			#infraestructura-social a.actividad.actividad2 {
			background-image:url(../img/4project2.png)
			}
			#infraestructura-social a.actividad.actividad3 {
			background-image:url(../img/4project3.png)
			}
			#infraestructura-social a.actividad.actividad4 {
			background-image:url(../img/4project4.png)
			}
			#infraestructura-social a.actividad.actividad5 {
			background-image:url(../img/4project5.png)
			}
			#infraestructura-social a.actividad.actividad6 {
			background-image:url(../img/4project6.png)
			}
			#infraestructura-social a.actividad.actividad7 {
			background-image:url(../img/4project7.png)
			}
			#infraestructura-social a.actividad.actividad8 {
			background-image:url(../img/4project8.png)
			}
			#infraestructura-social a.actividad.actividad9 {
			background-image:url(../img/4project9.png)
			}
			#infraestructura-social a.actividad.actividad10 {
			background-image:url(../img/4project10.png)
			}
		
		#infraestructura-social a.actividad .textos {
		height:123px;	
		margin: auto 0;
		}
		
		#infraestructura-social a.actividad h4,
		#voluntariado-corporativo a.actividad h4 {
		color:#5fc4ec;
		font-size: 15px;
		line-height:18px;
		margin:5% 0 5px 0;
		padding:0;
		}
		
			#voluntariado-corporativo a.actividad h4 {
				color:#0CEFD8;
			}
		
		#infraestructura-social a.actividad p,
		#voluntariado-corporativo a.actividad p {
		color:#fff;
		font-size: 12px;
		font-weight:600;	
		}

#formacion-investigacion {
	background: url(../img/background5.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
}
	
	#formacion-investigacion .imagen {
	height:800px;
	float:right;
	width:100%;
	position:absolute;
	}
	
		#formacion-investigacion .imagen.imagen1 {
		z-index:0;
		background: url(../img/5image1.png) 90% 315px no-repeat;
		}
		#formacion-investigacion .imagen.imagen2 {
		z-index:1;
		background: url(../img/5image2.png) 98% 60px no-repeat;
		}
		
	
	#formacion-investigacion .story {
	float:left;
	height: 700px;	
	position:relative;
	padding-left:200px;
	width:40%;
	}
	
	#formacion-investigacion .story .column {
	position:relative;
	width:45%;
	margin:0;
	padding:0;	
	}
	
		#formacion-investigacion .story .column h4 {
		text-transform:uppercase;
		}
		
		#formacion-investigacion .story .column ul {
		list-style:none;
		padding-left:10px;	
		font-weight:500;
		font-size:14px;
		}
		
		#formacion-investigacion .story .column ul li {
		margin-bottom:10px;	
		}
		
		#formacion-investigacion .story .column ul a {
		color:#fff;	
		text-decoration:none;
		}
		#formacion-investigacion .story .column ul a strong {
		color:#5fc4ec;	
		line-height:18px;
		text-transform:uppercase;
		font-weight:700;
		}

#voluntariado-corporativo .imagen {
	height:800px;
	float:left;
	width:100%;
	position:absolute;
	}
	
		#voluntariado-corporativo .imagen.imagen1 {
		z-index:0;
		background: url(../img/voluntariado-img-01.png) 0 0 no-repeat;
		}
		#voluntariado-corporativo .imagen.imagen2 {
		z-index:1;
		background: url(../img/voluntariado-img-02.png) 0 0 no-repeat;
		}

#voluntariado-corporativo a.actividad.actividad1 {
	background-image:url(../img/voluntariado-proyecto-ilumina.png);
}
#voluntariado-corporativo a.actividad.actividad2 {
	background-image:url(../img/voluntariado-proyecto-sinergia.png);
}

#actualidad {
	background: url(../img/background-actualidad.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
}

	.cycle-slideshow > div {
		width:100%;
	}

	#actualidad .story {
		float:left;
		width:65%;
		position:relative;
		margin: 100px 0 0 17.5%;
	}
	
	#actualidad .story ul {
		margin:0;
		padding:0;
		float:left;
		width:100%;
	}
	
	#actualidad .story ul .news-block {
		float:left;
		width:45%;
		padding-right:5%;
	}
	
	#actualidad .story ul li {
		list-style:none;
		margin:12px 0;
		padding:0;
		float:left;
		width:100%;
	}
	
	#actualidad .story ul li a {
		text-decoration:none;
	}
	
	#actualidad .story ul li h4,
	#actualidad .story ul li h4 a {
		color:#9dc1af;
		font-size:12px;
		margin:0 0 3px 0;
	}
	
	#actualidad .story ul li h3,
	#actualidad .story ul li h3 a {
		color:#9ad8fe;
		font-size:18px;
		line-height:20px;
		margin:0;
		text-transform:none;
		font-weight:400;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}
	
	#actualidad .story ul li a:hover h3,
	#actualidad .story ul li h3 a:hover {
		color:#fff;
	}
	
	/*#actualidad .story ul .news-block li {
		display:none;
	}*/
	
	#actualidad .story ul .news-block.first-block li:nth-child(1),
	#actualidad .story ul .news-block.first-block li:nth-child(2),
	#actualidad .story ul .news-block.first-block li:nth-child(3),
	#actualidad .story ul .news-block.first-block li:nth-child(4) {
		display:block;
	}
	
	#actualidad .story ul .news-block.second-block li:nth-child(5),
	#actualidad .story ul .news-block.second-block li:nth-child(6),
	#actualidad .story ul .news-block.second-block li:nth-child(7),
	#actualidad .story ul .news-block.second-block li:nth-child(8) {
		display:block;
	}
	
	#actualidad .story ul .news-block.third-block li:nth-child(9),
	#actualidad .story ul .news-block.third-block li:nth-child(10),
	#actualidad .story ul .news-block.third-block li:nth-child(11),
	#actualidad .story ul .news-block.third-block li:nth-child(12) {
		display:block;
	}
	
	#actualidad .story ul .news-block.fourth-block li:nth-child(13),
	#actualidad .story ul .news-block.fourth-block li:nth-child(14),
	#actualidad .story ul .news-block.fourth-block li:nth-child(15),
	#actualidad .story ul .news-block.fourth-block li:nth-child(16) {
		display:block;
	}
	
	#actualidad .story ul .news-block.fifth-block li:nth-child(17),
	#actualidad .story ul .news-block.fifth-block li:nth-child(18),
	#actualidad .story ul .news-block.fifth-block li:nth-child(19),
	#actualidad .story ul .news-block.fifth-block li:nth-child(20) {
		display:block;
	}
	
	#actualidad .story ul .news-block.sixth-block li:nth-child(21),
	#actualidad .story ul .news-block.sixth-block li:nth-child(22),
	#actualidad .story ul .news-block.sixth-block li:nth-child(23),
	#actualidad .story ul .news-block.sixth-block li:nth-child(24) {
		display:block;
	}
	
	.cycle-pager {
		float:right;
		margin-top:40px;
	}
	
	.cycle-pager a {
		float:left;
		margin:0 3px;
		width:20px;
		height:10px;
		padding:5px 0;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		font-size:10px;
		line-height:10px;
		text-align:center;
		color:#fff;
		text-decoration:none;
		font-weight:400;
		background:#ed7e2a;
		opacity:0.85;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}
	
	.cycle-pager a:hover {
		opacity:1;
	}
	
	.cycle-pager-active a {
		background:#9ad8fe;
		color:#5f9dc4;
		opacity:1;
	}

#ambito-actuacion{
	background: url(../img/background6.jpg) 50% 0 no-repeat fixed;
	height: 800px;
	margin: 0 auto;
}

	#ambito-actuacion .story {
	display:block;
	float:left;
	height: 300px;	
	width:300px;
	position: relative;
	margin: 100px 0 0 435px;
	}
	
		#ambito-actuacion .story h2{
			margin-bottom:0;
		}
	
	#ambito-actuacion .imagen {
	height:800px;
	float:right;
	width:100%;
	position:absolute;
	}
	
		#ambito-actuacion .imagen.map-shadow {
		z-index:0;
		background: url(../img/6map-shadow.png) 0 0 no-repeat;
		}
		#ambito-actuacion .imagen.map {
		z-index:1;
		background: url(../img/6map.png) 0 0 no-repeat;
		}
		#ambito-actuacion .imagen.names {
		z-index:2;
		background: url(../img/6names.png) 0 0 no-repeat;
		}
		#ambito-actuacion .imagen.names.english {
		z-index:2;
		background: url(../img/6names_english.png) 0 0 no-repeat;
		}
		#ambito-actuacion .imagen.names.francais {
		z-index:2;
		background: url(../img/6names_francais.png) 0 0 no-repeat;
		}
		#ambito-actuacion .imagen.names.brasileiro {
		z-index:2;
		background: url(../img/6names_brasileiro.png) 0 0 no-repeat;
		}

#pdf-docs{
	background: url(../img/background7.jpg) 50% 0 no-repeat fixed;
	height: 800px;
	padding: 100px 0 0 0;	
	overflow: hidden;
}

	#pdf-docs .wave {
	height:100%;
	float:left;
	width:100%;
	position:relative;
	z-index:201;
	background: url(../img/7wave.png) 0 bottom no-repeat !important;
	}

	#pdf-docs .story {
	height: auto;
	margin:200px 25%;
	position:absolute;
	width:50%;
	text-align:center;
	z-index:202;
	}
	
		#pdf-docs .story a.button {
		display:block;
		margin:0 auto;
		width: 195px;
		height:48px;
		background:url(../img/7button.png) 0 0 no-repeat;
		padding: 9px 0 0 45px;
		font-size: 14px;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:800;
		text-align:left;
		}