#promo {
	height: 200px;
}
#promo > .slide{
	height: 200px;
}
#promo > #load_promo{
	top: 120px;
}
#promo > .controls{
	top: 85px;
}
#blog > ul{
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
}
#blog > ul > li {
	float: none;
	list-style:none;
	background:none;
	padding-left:0;
	overflow: hidden;
	padding-bottom: 10px;
	height: 126px;
}
#blog > ul > li + li {
	margin-top:13px;
	padding-top:10px;
	border-top:1px solid #EDEDED;
	height: 126px;
}
#blog > ul > li > a img {
	float:left;
/*	padding:1px;
	border:1px solid #EDEDED;*/
	width: 120px;
}
#blog > ul > li > div {
	float:left;
	width: 410px;
	margin-left:20px;
}
#blog > ul > li > div h3 {
	margin-top: 0.5em;
	font-family: Lato;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0.6px;
	color: #454545;
	text-transform: none;
}
#blog > ul > li > div > p {
	margin-top:10px;
	font-size:1.3em;
	color:#666;
	line-height:1.1em;
}
#blog > ul > li > div > p > a {
	color:#333;
	text-decoration:underline;
}
#blog > ul > li > div > span {
	font-size: 1.3em;
	color: #666;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
}
#blog > ul > li > div > a {
	color: inherit;
	display: block;
}
#blog > ul > li > div > a:hover {
	text-decoration: none;
}
#blog .fecha {
	font-family: Lato;
	color: #fd9009;
	font-size: 14px;
	font-weight: bold;
}
/**
* Swiper 3.1.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2015, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: August 22, 2015
*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}


#content{
	margin:0;
	width: 100%;
	padding: 17px 0 10px 0;
	background: none
}
#content > .top{
	overflow: hidden;
	margin-bottom: 20px;
}
#content > .top > h1{
	font-size: 2em;
	display: block;
	color: #EB6C06;
	font-family: 'dinprobold', Arial;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../img/arrow-right.png) no-repeat left center;
	margin: 0;
	padding-left: 19px;
	float: left;
	line-height: 48px;
	display: none;
}
#content > .top > img{
	/*float: right;*/
  position: absolute;
  top: -340px;
  right: 0;
}
#quote{
	padding-top: 25px;
	background: url(../img/lines.png) repeat-x left top;
	overflow: hidden;

  padding-top: 15px;
  height: 0;
}
#quote > img{
	float: left;
	margin-left: 5px;
	margin-right: 20px;
}
#quote > span{
	display: block;
	text-align: center;
}
#quote > span.quote{
	font-style: italic;
	font-size: 1.6em;
	margin-top: 6px;
}
#quote > span.author{	
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
}
#news{
	overflow: hidden;
	height: 325px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#news > .featured{
	float: left;
	width: 74.7%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#news > .featured > p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	color: #fff;
	font-size: 1.4em;
	background-color: rgba(0, 0, 0, 0.7);
}
#news > .featured > p > span{
	margin-bottom: 5px;
	display: block;
}
#news > .featured > p > i{
	text-decoration: underline;
}
#news > .list{
	float: right;
	width: 24.2%;
	height: 100%;
}
#news > .list > a.prev,
#news > .list > a.next{
	background: #D4D4D4 url(../img/vert-arrows.png) no-repeat center top;
	width: 100%;
	height: 17px;
	display: block;
}

#news > .list > a.prev{
	margin-bottom: 2px;
	background-position: center 3px;
}
#news > .list > a.next{
	margin-top: 2px;
	background-position: center -25px;
}
#news > .list > div.swiper-container{
	height: 287px;
}
#news > .list > div.swiper-container > div.swiper-wrapper{
	overflow: hidden;
	height: 287px;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide{
	display: block;
	height: 287px !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide + div.swiper-slide{
	/*border-top:1px solid #fff;*/
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background-color: rgba(212, 212, 212, 0.7);
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;*/
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide.selected > a,
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide:hover > a{
	background-color: transparent;
}

#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > h3{
  display: block;
  font-size: 1.3em;
  color: #EB6C06;
  font-family: 'dinprobold', Arial;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.3em;
  display: block;
  padding: 0 1px;
  box-sizing: border-box;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.img{
	height: 140px;
	background-position: top center;
	background-size: cover;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > span{
	font-size: 1.4em;
	margin-top: 5px;
	display: block;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p{
	font-size: 1.3em;
	margin-top: 10px;
	line-height: 1.1em;
	display: block;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p > a{
	color: inherit;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > p > a > span {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
}
/*#news > .list > div.swiper-container > div.swiper-wrapper > div.swiper-slide > span{
	position: absolute;
	top: 0px;
	right: 0px;
	box-sizing: border-box;
	padding: 4px 8px;
	color: #fff;
	font-size: 1.2em;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1
}
*/
#media{
	overflow: hidden;
}

#player{
	width: 74.7%;
	float: left;
}
#player > h2{
	display: block;
	font-size: 2em;
	color: #EB6C06;
	font-family: 'dinprobold', Arial;
	font-weight: normal;
	margin: 0;
	float: left;
	margin-bottom:10px;
}
#player > div#video{
	width: 100%;
	height: auto;
}
#player > div#video > iframe{
	width: 717px;
	height: 403px;
}	
#player > a.youtube{
	float: right;
	padding: 7px 60px 5px 0;
	color: #666;
	font-size: 1.3em;
	background: url(../img/youtube-complete.png) right center no-repeat;
}

#social-home{
	float: right;
	width: 24.2%;
	margin-top: 30px;
}
#social-home > h2{
	background: url(../img/fb-home.png) center center no-repeat #3A5795;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
}
#social-home > h2 > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#fb_posts{
  margin-bottom: 20px;
  height: 271px;
  overflow-y: auto;
  overflow-x: hidden;
}
#fb_posts.loading{
 	background: url(../img/load.gif) center center no-repeat;
}
#fb_posts > div.post{
	float: left;
	width: 100%;
	height: auto;
}
#fb_posts > div.post + div.post{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #E6E6E6;
}
#fb_posts > div.post > div.img{
	width: 39px;
	height: 39px;
	border:1px solid #E6E6E6;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#fb_posts > div.post > p{
	font-size: 1.3em;
	line-height: 1.1em;
}
#fb_posts > div.post.img > p{
	margin: 0 0 0 50px;
}
#fb_posts > div.post > p > br{
	display: none;
}
#social-home > a{
	width: 112px;
	height: 72px;
}
#social-home > a.twitter{
	float: left;
	background: url(../img/tw-home.png) center center no-repeat #3A5795;
}
#social-home > a.flickr{
	float: right;
	background: url(../img/fr-home.png) center center no-repeat #3A5795;
}

#partners{
	margin-top: 25px;
}
#clubs{
	width: 74.7%;
	float: left;
}
#clubs > a{
	float: right;
	padding: 7px 0 5px 0;
	color: #666;
	font-size: 1.3em;
}

#clubs > h2{
	display: block;
	font-size: 2em;
	color: #EB6C06;
	font-family: 'dinprobold', Arial;
	font-weight: normal;
	margin: 0;
	float: left;
}

#clubs > div.swiper-container{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #E6E6E6;
  margin-top: 30px;
}
#clubs > div.swiper-container > a{
	background: url(../img/swiper-arrows.png) no-repeat center top;
	position: absolute;
	top: 80px;
	width: 16px;
	height: 24px;
	z-index: 2;
}
#clubs > div.swiper-container > a.next{
	right: 0;
	background-position: right bottom;
}
#clubs > div.swiper-container > a.prev{
	left: 0;
	background-position: left top;
}
#clubs > div.swiper-container > div.swiper-wrapper{
	padding-top: 10px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide{
	float: left;
	width: 33.333%;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > img{
	display: block;
	width: auto;
	max-width:100%;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div{
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div > h3{
	font-size: 1.6em;
	color: #EB6C06;
	font-family: 'dinprobold', Arial;
	display: block;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div > p{
	font-size: 1.4em;
	display: block;
	text-align: center;
	padding: 0 10px;
}
#clubs > div.swiper-container > div.swiper-wrapper > div.swiper-slide > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#contributors{
	float: right;
	width: 24.2%;
	border:1px solid #E6E6E6;
	padding:14px 10px;
	box-sizing:border-box;
	margin-top:10px;
}
#contributors > h2{
	color: #EB6C06;
	font-family: 'dinprobold', Arial;
	text-transform: uppercase;
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#contributors > h2 > span{
	color: #333;
	font-size: 0.7em;
	text-transform: none;
	display: block;
	text-align: center;
	margin-top: 3px;
}
#contributors > img{
	display: block;
	max-height: 50px;
	margin:0 auto;
}
#contributors > img + img{
	margin-top: 12px;
}