/* FONTS */


@font-face {
  font-family: 'HelveticaNeueLTStd-Cn';
  src: url('../fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Cn.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Cn.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-BdCn.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* COLORS */

.yellow, a.yellow{
	color: #ffc726;
}
.yellow-content{
	background-color: #ffc726;
	color: #000000;
}
.yellow-content a{
	color: #000000;
}
.lightgray, a.lightgray{
	color: #808080;
}
.white, a.white{
	color: #fff;
}
.white-content{
	background-color: #fff;
	color: #000000;
}
.white-content a{
	color: #000000;
}
.white-content .black-content a{
	color: #fff;
}
.black, a.black{
	color: #000;
}
.black-content{
	background-color: #000;
	color: #fff;
}
.black-content a{
	color: #fff;
}
.black-content .white-content a{
	color: #000;
}


/* GENERAL STYLING */


body {
   font-family: 'HelveticaNeueLTStd-Cn', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
   color: #000;
}
html, body {
    height: 100%;
}
p {
    margin: 0 0 10px;
    line-height: 1.24;
}
a{
	color: #fff;
}
.alignLeft{
	text-align: left;
}
.alignCenter,
.alignLeft.alignCenterMobile,
.alignRight.alignCenterMobile{
	text-align: center;
}
.alignRight,
.alignLeft.alignRightMobile{
	text-align: right;
}
.alignJustify{
	text-align: justify;
}
.hidden-xs-inline{
	display: none;
}
.no-margin, .noMargin{
	margin: 0px;
}
img{
	max-width: 100%;
	height: auto;
}
.section{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}
.yellow-content + .yellow-content,
.black-content + .black-content,
.white-content + .white-content{
	padding-top: 0px;
}
ul{
    padding-left: 4px;
    margin-left: 10px;
    margin-bottom: 20px;
}
ul li{
	margin: 0px;
}
.unstyled-list{
	padding: 0px;
	margin: 0px;
}
.unstyled-list li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, strong, .bold{
	font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
}
.regular{
	font-family: 'HelveticaNeueLTStd-Cn', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
}
.normal{
	font-style: normal;
}
.cursive,.italic{
	font-style: italic;
}
.uppercase{
	text-transform: uppercase;
}
.button{
	display: inline-block;
	font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
	font-weight: normal;
	text-align: center;
	padding: 23px 20px 17px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.no-touch .button.yellow-content:hover,
.no-touch .button.white-content:hover,
.button.white-content.active{
	background: #000000;
	color: #ffc726;
}
.button.full-button{
	width: 100%;
	display: block;
	text-transform: uppercase;
}
a.button{
	text-decoration: none;
}
.section-title{
	font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
	font-size: 30px;
	text-transform: uppercase;
	padding: 30px 0px;
	margin-bottom: 20px;
}
.section-title span{
	position: relative;
	display: none;
	top: 5px;
	margin: 0px 5px;
}
#head{
	padding: 10px 0px;
}

/* MENÚ */

.viewport{
	position: relative;
	background: #000;
    height: 100%;
}
body.menu-active .viewport{
	overflow: hidden;
    min-height: 100%;
    height: auto !important;
    margin-left: -12px;
}
aside {
    padding-top: 60px;
    background:#000 url(../img/logo.png) no-repeat 20px 14px;
    background-size: 160px;
    width: 240px;
    -moz-transition: visibility 0s 0.25s;
    -o-transition: visibility 0s 0.25s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
    position: absolute;
    z-index: 1;
    visibility: hidden;
}
aside ul li a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 5px;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStd-BdCn', 'HelveticaNeueLTStd-Cn';
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
aside ul li.active a,
.no-touch aside ul li a:hover{
	color: #ffc726;
    text-decoration: none;
}
body.menu-active aside{
    position: static;
    -moz-transition: none;
    -o-transition: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
}
.transparent-shield {
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.menu-active .transparent-shield {
    background: rgba(255,255,255,0.8);
    opacity: 1;
    visibility: visible;
}
.trigger-menu {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: -4px;
    font-size: 28px;
    cursor: pointer;
}
body.menu-active .trigger-menu{
    color: #000;
    z-index: 10;
    font-size: 28px;
}
#main-content{
	width: 100%;
    position: relative;
    top: 0px;
    z-index: 3;
    min-height: 100%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275),height 0s 0.5s;
    transition: transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275),height 0s 0.5s;
}
body.menu-active #main-content{
	background: #000;
    position: absolute;
    height: 100%;
    left: 240px;
    border-left: solid 1px #000;
    box-shadow: -5px 0 0 0 rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: transform 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
	left: 0 !important;
    -webkit-transform: translate(240px,0);
    transform: translate(240px,0);
}

/* FLEXSLIDER */

.flexslider{
	background: none;
}
.flex-direction-nav{
	font-size: 0px;
}
.flex-direction-nav a {
    top: 50%;
}
.flex-direction-nav a:before {
    font-size: 14px;
}
.flex-direction-nav a  {
	display: block;
	width: 30px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	margin: -50px 0 0;
	opacity: .7;
	cursor: pointer;
	font-size: 0px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	background-image: url(../img/arrow_left_white.png);
}
.flex-direction-nav .flex-next {
	right: 10px;
	background-image: url(../img/arrow_right_white.png);
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
	content: '';
}
.flex-control-nav {
	display: none;
}
.slide-content{
	position: relative;
	padding-bottom: 53%;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    text-shadow: 1px 1px #222;
}
.slide-content > div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: url(../img/slider_decoration.png) no-repeat center center;
    background-size: 100% 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.slide-content > div p{
	margin: 0px;
}
.slide-content > div > .title {
    margin: 0px;
    font-size: 15px;
    padding: 20px 0px;
}
.slide-content > div > .info{
	position: absolute;
	font-size: 12px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px;
}
.slide-content > div .main-title-content{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slide-content > div .main-title-content .title{
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 20px;
	line-height: 1;
}
.slide-content > div .main-title-content .subtitle{
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}

/* SECCIONES */

.date{
	line-height: 1.05;
	margin-top: 10px;
}
.session-container{
	padding: 15px 15px 10px 60px;
	background: #ffffff url(../img/icon_clock_black.png) no-repeat 15px center;
	background-size: 30px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	text-decoration: none;
}
.session-container:hover{
	text-decoration: none;
}
.session-container > *{
	margin: 0px 0px 0px;
	font-size: 14px;
}
.session-container .clock {
    border-radius: 50%;
    background: #000;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 40px;
}
.session-container .clock:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  z-index: 10;
}
.session-container .minutes-container, .hours-container, .seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.session-container .hours {
    background: #fff;
    height: 33%;
    left: 47.55%;
  border-radius: 4px;
    position: absolute;
    top: 15%;
    transform-origin: 50% 100%;
    width: 7%;
}
.session-container .minutes {
  background: #fff;
  height: 40%;
  left: 48%;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  top: 10%;
  transform-origin: 50% 100%;
  width: 4%;
}

/***********/

.item-event{
    font-size: 13px;
    margin-bottom: 20px;
}
.item-event .thumb-container{
	position: relative;
	padding-bottom: 120%;	
}
.item-event .thumb-container > div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-event .content {
    position: relative;
    padding: 10px 20px 40px;
}
.item-event .content .title{
	height: 82px;
    overflow: hidden;
    padding-top: 6px;
    margin: 0px;
    text-overflow: ellipsis;
}
.item-event .content footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 20px 15px;
}

/* news */

.item-new {
    padding: 0 30px 0px 0px;
    margin: 0 0 20px;
    list-style: none;
    background: #FFF url(../img/icon_eye_black.png) no-repeat 97% 10px;
    min-height: 240px;
    background-size: 40px;
}
.item-new a{
	display: block;
	text-decoration: none;
	padding: 15px;
}
.item-new h3{
	padding-bottom: 30px;
}
.item-new .read-more{
	margin-top: 20px;
}
h3.news-link{
	font-size: 20px;
    padding: 10px;
}

/* FOOTER */

#footer {
    padding: 30px 0px;
}
ul.social-links{
	padding: 0px;
	margin: 0px 0px;
}
ul.social-links li {
    padding: 0px;
    display: inline-block;
    text-align: center;
    margin: 6px 4px 0px;
}
ul.social-links li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 28px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.no-touch ul.social-links li:hover a{
	color: #ffc726;
}

/* PAGINACIÓN */

ul.custom-pagination{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
ul.custom-pagination li{
	margin: 20px 0px;
	list-style: none;
}
ul.custom-pagination li:nth-child(1){
	float: left;
} 
ul.custom-pagination li:nth-last-child(1){
	float: right;
}
ul.custom-pagination li a{
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
}

/* form elements */

.dropdown{
	width: 100%;
	border:none;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.dropdown.open{
	overflow: visible;
	border-radius: 0px 0px 0px;
}
.dropdown, .dropdown div, .dropdown li, .dropdown div::after {
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
}
.dropdown ul {
    margin: 0;
    padding: 0px;
}
.dropdown ul li.active,
.dropdown ul li.focus{
	color: #ffc726;
	background: #000;	
}
.dropdown .selected {
    padding: 25px 23px 21px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
}
input.rounded{
	padding: 20px 10px;
	width: 100%;
	border-radius: 30px;
    font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
    font-size: 18px;
	-webkit-border-radius: 30px;
	border: none;
	display: block;
	-webkit-appearance: none;
}

/***********************
/***** responsive ******
************************/

@media (min-width: 768px){
	
	/* general */
	
	body{
		background: #ffc726;
	}
	.hidden-xs-inline{
		display: inline;
	}
	.h1.gotham-black{
		font-size: 60px;
	}
	.alignLeft.alignCenterMobile,
	.alignLeft.alignRightMobile{
		text-align: left;
	}
	.alignRight.alignCenterMobile{
		text-align: right;
	}
	.section-title span{
		display: inline;
	}
	.page-title{
		margin-top: 0px;
	}
	.button{
		margin-bottom: 0px;
	}
	.padding-content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#main-content > main{
		min-height: 80vh;
		background: #ffc726;
	}
	
	/* flexslider */
		
	.flex-control-nav {
		display: block;
		z-index: 2;
	    bottom: 30px;
	    text-align: center;
	}
	.flex-control-paging li{
		margin: 0 10px;
	}
	.flex-control-paging li a {
	    width: 20px;
	    height: 20px;
	    display: block;
	    background: #ccc;
	    background: rgba(255,255,255,0.5);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -o-border-radius:  50%;
	    border-radius:  50%;
	    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	    -moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	    -o-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	    box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	}
	.flex-control-paging li a.flex-active {
	    background: #fff;
	    background: rgba(255,255,255,0.9);
	    cursor: default;
	}
	.flex-control-paging li a:hover {
	    background: #fff;
	    background: rgba(255,255,255,1);
	}
	.flex-direction-nav a {
	    width: 40px;
	    height: 150px;
	    background-size: 30px;
	    margin: -75px 0 0;
	}
	.slide-content > div{
		padding-left: 60px;
		padding-right: 60px;
	}
	.slide-content > div > .title {
	    font-size: 30px;
	    padding: 40px 0px;
	}
	.slide-content > div > .info {
	    bottom: 70px;
	    font-size: 24px;
	}
	.slide-content > div .main-title-content .title{
		font-size: 40px;
	}
	.slide-content > div .main-title-content .subtitle{
		font-size: 30px;
	}
	#main{
		padding-top: 66px;
	}
	
	/* head */

	#head{
		position: fixed;
		left: 0;
		top: 0px;
		width: 100%;
		z-index: 11;
		padding: 10px;
	}
	#head .logo {
	    margin: 16px 0px;
	}
	#head ul.social-links li {
	    margin: 6px 3px 0px;
	}
	.menu-container,
	.menu-active .menu-container{
	    background: none;
	    position: static;
	    visibility: visible;
	    opacity: 1;
	    height: 100%;
	}
	.menu-container > .content {
	    background: none;
	    padding: 0px;
	    margin: 0px;
	    overflow-y: visible;
	    text-align: right;
	}
	.menu-container > .content ul {
		padding: 0px;
		margin: 0px;
	}
	.menu-container > .content ul li{
		display: inline-block;
		margin: 0px;
	}
	.menu-container > .content ul li a {
	    margin: 0px;
	    font-size: 15.5px;
	    padding: 14px 7px 10px;
	    background: none;
	    line-height: 21px;
	    display: block;
	    text-transform: uppercase;
	    font-family: 'HelveticaNeueLTStd-BdCn', Helvetica;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu-container > .content ul li a:hover, .menu-container > .content ul li.active a{
		border: none;
		color: #ffc726;
	}
	.session-container{
		margin-bottom: 0px;
	
	/* footer */
	
	#footer {
	    padding: 60px 0px;
	}
}

@media (min-width: 992px){
	
	/* general */
	
	.content.two-col{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		-ms-column-gap: 20px;
		column-gap: 20px;
	}
	
	/* form elements */
	
	.dropdown{
		margin-bottom: 0px;
	}
	
	/* news */
	
	.item-new {
	    padding: 0px;
	    list-style: none;
	    background: #fff url(../img/icon_eye_black.png) no-repeat 17px 89%;
	    background-size: 40px;
	}
}

@media (min-width: 1200px){
	
	/* generales */

	.container{
	}
	.button{
		font-size: 20px;
	}
	.section-title {
	    font-size: 30px;
	    padding: 35px 0px 25px;
	    margin-bottom: 20px;
	}

	
	/* flexslider */
	
	.flex-direction-nav a {
	    width: 60px;
	    height: 200px;
	    background-size: 30px;
	    margin: -100px 0 0;
	}
	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-prev{
		left: 50px;
	}
	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-next{
		right: 50px;
	}
	.slide-content > div{
		padding-left: 90px;
		padding-right: 90px;
	}
	.slide-content > div .main-title-content .title{
		font-size: 50px;
	}
	.slide-content > div .main-title-content .subtitle{
		font-size: 40px;
	}
	
	/* head */
	
	#head .logo{
		margin: 11px 0px;
	}
	ul.social-links li {
	    margin: 6px 4px 0px;
	}
	.menu-container > .content ul li a {
	    padding: 14px 10px 10px;
	}
	.slide-content > div > .title {
	    padding: 70px 90px;
	}
	
	/* events list */
	
	.item-event{
		font-size: 14px;
	}
}