/* FONT FACE */

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

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

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


@font-face {
    font-family: 'bdrouenmedium';
    src: url('../fonts/bdrouen-webfont.woff2') format('woff2'),
         url('../fonts/bdrouen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* MASTER */


.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.center {
    text-align: center;
}

.cont-pelusa {
    background: url(../images/bkg-main.gif) repeat;
}

/* HEADER */

#header {
    /*background: url(../images/separadores/separador-1.png) no-repeat bottom;*/
    border-bottom: none;
    padding-top: 0px;
}

#header .md-info-top {
    margin-top: 15px;
}

#header .md-language {
    font-family: 'bdrouenmedium';
    color: #bc8868;
    font-size: 17px;
    float: left;
    margin: 0 10px 0 0;
}

#header .md-language label input {
	position: absolute;
	clip: rect(0,0,0,0);
    pointer-events: none;
}

#header .md-language label.active,
#header .md-language label:hover {
    color: #e4756b;
    text-decoration: underline;
}

#header .md-social {
    float: left;
}

#header .md-social .instagram {
    background: url(../images/sprites.png) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

#header .md-social .facebook {
    background: url(../images/sprites.png) -38px 0 no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

#header .ornament {
    clear: both;
    margin-top: 2px;
}

#header .logo-emotions {
    margin-top: 5px;
}

#header .logo-emotions img {
    margin: 0 auto;
}

#header .event-info{
  position: relative;
  text-align: right;
}
ul#ciudades {
	padding:0px;
	margin-right:0px;
}
ul#ciudades li a{
	position: relative;
	font-weight:bold;
	color:#0E83CD;
	margin: 0px 15px;
}
ul#ciudades li a:after{
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #faf5e4;
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transform: translateY(20px);
}
ul#ciudades li a:hover:after{
	opacity:1;
	transform: translateY(15px)
}
ul#ciudades li.city.active a:after{
	bottom: 12px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #faf5e4;
	opacity: 1;
}
ul#ciudades li.city.active a:hover:after{
	opacity:1;
	transform: translateY(20px)
}
#header .city{
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 6%;
  cursor: default;
  color: #7b6367;;
  font-family: "Gotham Bold";
  font-size: 15px;
  text-transform: uppercase;
}
#header .city a{
  color: #BB8868;
  text-decoration:none;
}

#header .city.barc:after{
  content: '';
  width:80%;
  transform: translateX(10%);
  height: 1px;
  border-top:2px solid #e9e9e9;
  bottom:0;
  left:-102%;
  position: absolute;
  transition: left 0.3s ease;
}

#header .city.barc:hover::after{
  left:0;
}

#header .city.barc:hover + .venues .md-date{
  transform: translateY(-100%);
}


#header .venues{
  width:100%;
  height:89px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}


#header .md-date {
    float: right;
    transition: transform 0.3s ease;
    height: 89px;
}

#header .md-date .venue {
  color: #f16a56;
  float: left;
  font-family: "Gotham Bold";
  font-size: 17px;
  line-height: 14px;
  margin: 24px 7px 0 0;
  text-align: right;
  text-transform: uppercase;
}

#header .md-date .venue.bue {
    color: #f16a56;
}
#header .md-date .venue.bue span {
    color: #0a798a;
}
#header .md-date .venue.bcn {
    font-family: "bdrouenmedium";
    color: #25385a;
}

#header .md-date .venue.prev {
  color: #f16a56;
  float: left;
  font-family: "bdrouenmedium";
  font-size: 22px;
  line-height: 20px;
  margin: 9px 7px 0 0;
  text-align: right;
  text-transform: uppercase;
}

#header .md-date .venue.xs {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

#header .md-date .venue em {
    font-style: normal;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

#header .md-date .venue em b {
    font-weight: normal;
}


#header .md-date .venue span {
    color: #7A6265;
    font-size: 18px;
    display: block;
    line-height: 28px;
}

#header .md-date .venue span.blue {
    color: #25385a;
    font-size: 32px;
    display: block;
    line-height: 35px;
}

#header .md-date .ilustracion {
    float: left;
    margin-left: 10px;
}

#header .md-date .year {
    font-family: 'bdrouenmedium';
    float: left;
    background: url(../images/ilustraciones/bkg-fecha-header.png) no-repeat;
    width: 85px;
    height: 85px;
    display: block;
    font-size: 38px;
    padding-top: 18px;
    text-align: center;
    color: #fff;
}

#header .md-date .year.green {
    font-family: 'bdrouenmedium';
    float: left;
    background: url(../images/ilustraciones/bkg-fecha-header-green.png) no-repeat;
    width: 85px;
    height: 85px;
    display: block;
    font-size: 38px;
    padding-top: 18px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1200px)  {

    #header .md-date .venue {
        font-size: 18px;
        line-height: 18px;
    }

    #header .md-date .ilustracion {
        display: none;
    }

    #header .md-date .venue span {
        font-size: 14px;
    }

    #header .logo-emotions img {
        width: 90%;
    }

    #header .city {
        font-size: 11px;
    }

    #header .md-date .venue span.blue {
        font-size: 25px;
        line-height: 30px;
    }
}


@media (max-width: 992px)  {

    #header .md-date .year {
        background: rgba(0, 0, 0, 0) url("../images/ilustraciones/bkg-fecha-header-xs.png") no-repeat scroll 0 0;
        font-size: 24px;
        height: 60px;
        padding-top: 16px;
        width: 60px;
    }

    #header .md-date .venue {
        font-size: 14px;
        line-height: 14px;
    }

    #header .md-date .venue span {
        font-size: 11px;
        line-height: 20px;
    }

    #header .md-date .venue em b {
        display: block;
    }

    #header .city {
        font-size: 12px;
        /*width: 46%;*/
        padding: 5px 3px;
    }

    #header .ornament img {
        width: 60%;
    }
}

@media (max-width: 768px)  {

    #header .ornament {
        display: none;
    }

    #header .md-date .ilustracion {
        display: block;
    }

    #header .md-info-top {
        margin: 15px 15px 15px 0;
    }

    #header .logo-emotions img {
		margin:auto;
    }

    #header .logo-emotions {
        margin-top: 45px;
		width:100%;
    }

    #header .md-date .venue,
    #header .md-date .venue em {
        font-size: 15px;
    }

    #header .md-date .venue em {
        display: block;
    }

    #header .md-date .venue span {
        display: block;
    }

    #header .md-date .venue span {
        font-size: 21px;
    }

    #header .md-date .year {
        display: inline-block;
        float: none;
    }

    #header .md-date {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }

    #header .md-date .venue {
        display: inline-block;
        font-size: 24px;
        line-height: 23px;
        margin: 20px 7px 0 0;
        float: none;
    }

    #header .md-date .venue,
    #header .md-date .venue span {
        font-size: 17px;
    }

    #header .md-date .venue {
        text-align: center;
    }

    #header {
        background: none;
    }

    #header .md-date .venue em b {
        display: inline;
    }
	#header .event-info{
		text-align:center;
	}
    #header .city {
        font-size: 18px;
        padding: 5px 3px;
        margin-top: 20px;
    }

    .cont-pelusa {
        padding-top: 10px;
    }
}

@media (max-width: 480px)  {

    #header .city {
        font-size: 11px;
    }

    #header .md-date .ilustracion {
        display: none;
    }

     #header .md-date .venue em {
        display: block;
    }
	#header .logo-emotions{
		width:100%;
	}
}

/* NAV */

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
    margin: 5px 0 10px 0;
    min-height: 0;
}

.navbar-nav > li > a {
  color: #7B7C74;
  font-family: "Gotham Medium";
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  padding: 4px 21px 4px 21px !important;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.navbar-default .navbar-nav > li:hover > a {
     background-color: #f1edea;
}

.navbar-nav {
    text-align: center;
    width: 100%;
    float: none;
}

.navbar-nav > li {
  background-color: #f3e6de;
  border-right: medium none;
  display: inline-block;
  float: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.navbar-nav > li.last {
    border: none;
}

a.active {
    color: #ff6c6f !important;
    background-color: transparent;
}

/*.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ff6c6f;
    background-color: transparent;
}*/

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #7A6265;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #7A6265;
}

.dropdown-menu > li > a {
    color: #7A6265;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
}

.dropdown-menu > li > a {
  font-family: 'Gotham Bold';
}

.navbar-default .navbar-nav > li.especial > a {
    color: #b4b4b4;
}

.navbar-toggle {
  margin-right: 20px;
}

.navbar-nav .soldout{
  position: absolute;
  z-index: 1;
  left: 20%;
  top: -30%;
}


@media (max-width: 1200px)  {

    .nav > li > a {
        padding: 0px 8px;
    }

    .navbar-nav > li > a {
        font-size: 11px !important;
    }

    .navbar-nav > li {
        margin: 5px 0;
    }

    .navbar {
        margin: 6px 0 14px 0;
        min-height: 0;
    }
}

@media (max-width: 768px)  {

    .navbar {
        border: 1px solid transparent;
        display: block;
        margin-bottom: 20px;
        min-height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: none;
        z-index: 9999;
    }

    .navbar-toggle {
        border-radius: 0;
        border: 0;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar {
        height: 4px;
        width: 33px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0c858e;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #e3e6ea;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-nav > li {
        width: 100%;
        border-right: 0;
        padding: 24px 0;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        background-color: #fff;
    }

    .navbar-nav {
        text-align: left;
        margin: 0;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav .soldout{
      position: absolute;
      z-index: 1;
      left: 35%;
      top: 20%;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav > li > a {
        font-size: 18px !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.dropdown-menu > li > a {
  line-height: 1.2;
  padding: 7px 20px;
  font-size: 17px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -2px;
  text-align: center;
}

.dropdown-menu {
  border: 0 none;
  box-shadow: 0 39px 57px rgba(0, 0, 0, 0.098);
  width: 100%;
  padding: 5px 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #e4756b;
}


/* SLIDER */

.main-slider {
    padding: 30px 0 70px 0;
	min-height:526px;
}

.carousel-inner {
        min-height: 426px;
}

 .carousel-inner.lite {
        min-height: auto;
}

/*.main-slider #main-slider {
    min-height: 517px;
}*/

/* SLIDE TEXTO + FOTO */

.slide-text-pic .cont-img {
    margin-top: 30px;
}

.slide-text-pic .info {
    margin-top: 20px;
}

.slide-text-pic .info h1 {
  color: #E2756B;
  font-family: "Gotham Bold";
  font-size: 41px;
  line-height: 41px;
  text-transform: uppercase;
  margin-top: 0;
}

.slide-text-pic .info p {
    font-family: 'Gotham Book';
    font-size: 17px;
    color: #7B7C74;
    margin: 15px 0 30px 0;
}

/* SLIDE TEXTO */

.slide-text {}

.slide-text h1 {
    font-family: 'Gotham Bold';
    color: #E2756B;
    font-size: 41px;
    line-height: 41px;
    text-align: center;
	margin-top:7%;
    text-transform: uppercase;
}

.slide-text p {
    font-family: 'Gotham Book';
    font-size: 17px;
    color: #7B7C74;
    margin: 15px 0 30px 0;
    text-align: center;
}

/* SLIDE TEXTO + VIDEO */

.slide-text-vid {}

.slide-text-vid h1 {
    font-family: 'Gotham Bold';
    color: #0c858e;
    font-size: 41px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 41px;
}

.slide-text-vid .cont-video {
    text-align: center;
}

.slide-text-vid .cont-video iframe {
    display: inline-block;
    position: relative;
}

/* CONTAINER RESPONSIVE PARA VIDEO */

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:0;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.videofull-container {
    width:100%;
    margin: auto;
}

/* CLASES PARA EL PREVIEW DE LA GALERIA */

.gallery-preview {
    position: relative;
}

.gallery-preview img {
    width: 83%;
    margin: auto;
    position: absolute;
    right: 0;
}

.gallery-preview .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding-top: 27%;
    font-size: 20px;
    font-family: 'gothammedium';
}

.gallery-preview a:hover {
    text-decoration: none;
}

.gallery-preview a.active { color: #fff !important; }

@media (max-width: 1200px)  {

    /*.main-slider #main-slider {
        min-height: 445px;
    }*/


}

@media (max-width: 992px)  {

  .gallery-preview img {
      width: 100%;
      position: relative;
  }

.main-slider {
	min-height:600px;
}

    .slide-text-pic .info {
        margin-top: 8px;
    }

    .slide-text-pic .info h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /*.main-slider #main-slider {
        min-height: 433px;
    }*/
}

@media (max-width: 768px)  {

  .gallery-preview img {
      width: 100%;
      position: relative;
  }

	.main-slider {
		min-height:590px;
	}

    .slide-text-pic .info {
        padding-left: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .slide-text-pic .info h1 {
        font-size: 45px;
        line-height: 40px;
    }

	.slide-text h1 {
		font-size: 45px;
		line-height: 40px;
		margin-top:0;
	}

	.slide-text-vid h1 {
		font-size: 45px;
		line-height: 40px;
	}

    .slide-text-pic .cont-img {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .slide-text-pic .cont-img img {
        display: inline-block;
    }

    .slide-text-vid .cont-video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .slide-text-vid .cont-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slide-text-pic .info p {
        color: #7B7C74;
        font-family: "Gotham Book";
        font-size: 15px;
        margin: 15px 0 30px;
    }

    .slide-text-pic .info h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .main-slider {
        padding-top: 0;
    }

    .slide-text-pic .info h1 {
        margin-top: 20px;
    }
}


/* BUTTONS */

.btn {
    display: inline-block;
    padding: 8px 35px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gotham Bold';
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn.red {
    border: 2px solid #fa8885;
}

.btn.blue {
    /*border: 2px solid #7B7C74;*/
    background-color: #7A6265;
}

.btn.blue.applications {
    position: absolute;
    display: block;
    bottom: 0px;
}

.btn.green {
    /*border: 2px solid #7B7C74;*/
    background-color: #7A6265;
}

.btn.red:hover {
    color: #fff;
    background-color: #fa8885;
    text-decoration: none;
}

.btn.blue:hover, .btn.green:hover {
    color: #fff;
    background-color: #E2756B;
    text-decoration: none;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    background-color: #BB8868;
    border: none;
    margin: 0;
}

.carousel-indicators li.active {
    background-color: #7A6265;
    height: 15px;
    width: 15px;
    border: none;
}


@media (max-width: 1200px)  {

    .btn {
        font-size: 14px;
    }
}

/* APPLICATIONS */

.md-applications {
    margin: 50px 0;
    padding-bottom: 60px;
    border-bottom: 3px solid #efefef;
}

.md-applications h2 {
    font-family: 'Gotham Bold';
    color: #fa8885;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 45px;
}

.md-applications .md-expo,
.md-applications .md-buyer {
    text-align: center;
}

.md-expo.app, .md-buyer.app {
    position: relative;
    min-height: 1015px;
}

.md-applications .md-expo p,
.md-applications .md-buyer p {
    color: #7B7C74;
    font-family: 'Gotham Book';
    font-size: 17px;
    text-align: center;
    min-height: 135px;
	text-align:left;
}

.md-applications .md-expo p.extra,
.md-applications .md-buyer p.extra {
    color: #7B7C74;
    font-family: 'Gotham Book';
	text-align:left;
	margin-bottom:25px;
	min-height:645px;
    padding-bottom: 50px;
}

.md-applications .md-expo p.extra span,
.md-applications .md-buyer p.extra span {
    color: #fa8885;
    font-family: 'Gotham Bold';
    font-size: 21px;
	display:block;
	margin-bottom:15px;
}
.md-applications .ornament {
    text-align: center;
}
.md-applications .ornament.bottom{
	margin-top:30%;
}

.md-applications .ornament img {
    display: inline-block;
}


@media (max-width: 1200px)  {

    .md-applications .md-expo p,
    .md-applications .md-buyer p {
        min-height: 176px;
    }

    .md-expo.app, .md-buyer.app {
    min-height: 1125px;
    }
}

@media (max-width: 992px)  {

    .md-expo.app, .md-buyer.app {
    min-height: 1160px;
    }
}


@media (max-width: 768px)  {

    .md-applications {
        margin: 50px 20px;
        padding-bottom: 30px;
    }

    .md-applications h2 {
        margin-bottom: 18px;
    }

    .md-applications .md-expo p,
    .md-applications .md-buyer p {
        min-height: unset;
        margin-bottom: 30px;
    }

    .md-applications .md-expo, .md-applications .md-buyer {
        margin-bottom: 35px;
    }

    .md-applications .ornament {
        margin-bottom: 25px;
    }
	.md-applications .ornament.bottom{
		margin-top:0;
	}

    .md-applications .md-expo p,
    .md-applications .md-buyer p {
        font-size: 15px;
    }

    .md-expo.app, .md-buyer.app {
        min-height: auto;
    }

}


/* CURRENT EDITION */


.current-edition {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 3px solid #efefef;
  margin: 50px 0;
  padding-bottom: 60px;
}

.current-edition .date {
    text-align: center;
}

.current-edition .date img {
    display: inline-block;
}

.current-edition .agenda {
    text-align: center;
}

.current-edition .agenda .ornament {
    text-align: center;
    margin-bottom: 30px;
}

.current-edition .agenda .ornament img {
    display: inline-block;
}

.current-edition h2 {
    font-family: 'Gotham Bold';
    color: #E2756B;
    text-transform: uppercase;
    font-size: 29px;
}

.current-edition p {
    color: #7B7C74;
    font-family: 'Gotham Book';
    font-size: 17px;
}

@media (max-width: 992px)  {

    .current-edition h2,
    .current-edition p {
        text-align: center;
    }
}

@media (max-width: 768px)  {

    .current-edition .agenda .ornament {
        display: none;
    }

    .current-edition .date,
    .current-edition .agenda {
        margin-bottom: 20px;
    }

    .md-applications .md-expo p, .md-applications .md-buyer p {
        font-size: 15px;
    }

    .current-edition p {
    font-size: 15px;
    text-align: left;
    }

    .md-applications .md-expo p.extra, .md-applications .md-buyer p.extra {
      min-height: auto;
    }
}

/* INSTAGRAM FEED */

.instagram-feed {
    margin-bottom: 50px;
}

.instagram-feed .action-follow {
    text-align: center;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    color: #7A6265;
    font-size: 28px;
    margin: 30px 0;
}

.instagram-feed .action-follow .ico {
    width: 54px;
    height: 55px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -18px;
}

.instagram-feed .action-follow .ico.facebook {
    background: url(../images/sprites.png) 0 -43px no-repeat;
}

.instagram-feed .action-follow .ico.instagram {
    background: url(../images/sprites.png) -66px -43px no-repeat;
}


/* CAROUSEL FEATURES */

.carousel-features {
    min-height: 369px;
    background-color: #f8f8f8;
    padding: 30px 0 70px 0;
    text-align: center;
    margin-bottom: 50px;
    background: url(../images/bkg-main.gif) repeat;
}

.carousel-features #carousel-features {
    min-height: 292px;
}

.carousel-features h2 {
    font-family: 'Gotham Bold';
    font-size: 37px;
    line-height: 45px;
    color: #E2756B;
    border-bottom: 2px solid #ccb9ad;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.carousel-features p {
    color: #7B7C74;
    font-family: 'Gotham Book';
    font-size: 17px;
}

@media (max-width: 768px)  {

    .carousel-features p {
    font-size: 15px;
    }
}


/* COMITE ORGANIZADOR */

.staff {
    text-align: center;
    border-bottom: 3px solid #efefef;
    padding-bottom: 55px;
    margin-bottom: 30px;

}

.staff h2 {
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    color: #fa8885;
    font-size: 28px;
    text-transform: uppercase;
}

.staff p {
    color: #7B7C74;
    font-family: 'Gotham Book';
    font-size: 17px;
    margin-bottom: 40px;
}

.staff .people {
    text-align: center;
	width:25%;
	float:left;
    font-family: 'Gotham Bold';
}
.staff .people .cont-img img{
	width: 80%;
    border-radius: 150px;
	margin-bottom:20px;
}

.staff .people span {
    font-size: 21px;
    color: #25385a;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 4px;
    display: inline-block;
    margin-top: 5px;
    line-height: 23px;
}

.staff .people em {
    font-style: normal;
    font-size: 17px;
    display: block;
    color: #063b3f;
}

@media (max-width: 992px)  {

    .staff .people {
        margin-bottom: 30px;
		width:33%;
    }
}

@media (max-width: 768px)  {

    .staff p {
    font-size: 15px;
    text-align: left;
    }
}


/* SPONSORS */

.sponsors {
    text-align: center;
    border-bottom: 3px solid #efefef;
    padding-bottom: 45px;
    margin-bottom: 10px;
}

.sponsors .separator {
    background: url(../images/separadores/separador-2.png) no-repeat top right;
}

@media (max-width: 768px)  {

    .staff .people {
        margin-bottom: 30px;
		width:50%;
    }

    .sponsors .separator {
        background: none;
    }

    .sponsors .logo.presidencia img {
    width: 87%;
    height: 87%;
    }
}


.sponsors .sponsor-type {
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    font-size: 17px;
    color: #7B7C74;
    margin-top: 25px;
}

.sponsors .logo {
    padding: 30px 15px;
    display: inline-block;
}

.sponsors .sponsor-row .logo {
    padding: 30px 25px;
}
.sponsors .sponsor-row.nopadding .logo {
    padding: 0px 25px 30px 25px;
}

.sponsors .logo.presidencia {
	border-top:1px solid #eaeaea;
}

.sponsors .logo-xs {
    padding: 20px 20px 0 20px;
    display: inline-block;
}


/* FOOTER */

.copyright {
    color: #7B7C74;
    font-size: 14px;
    font-family: 'Gotham Book';
}

.development {
    text-align: right;
}

.logo-creatos {
    display: inline-block;
    background: url(../images/logos/logo-creatos.png) no-repeat;
    width: 80px;
    height: 28px;
}

@media (max-width: 768px)  {

    .copyright {
        text-align: center;
    }

    .development {
        margin: 25px 0;
        text-align: center;
    }
}


/* MD MAIN */

.md-main {
    margin: 33px 0 60px 0;
    background: url(../images/ilustraciones/pattern-current-edition.png) no-repeat;
    min-height: 465px;
}

.md-main .date {
    margin-top: 128px;
    text-align: center;
}

.md-main .date img {
    display: inline-block;
}

.md-main .md-buyer {
    text-align: right;
    margin-left: 15%;
    margin-top: 55%;
}

.md-main .md-buyer img {
    display: inline-block;
}

.md-main .md-expo {
    text-align: left;
    margin-right: 15%;
    margin-top: 55%;
}

.md-main .md-expo img {
    display: inline-block;
}

.md-main .soldout{
  position: absolute;
  z-index: 1;
  left: 25%;
  top: 80%;
}

@media (max-width: 1200px)  {

    .md-main .date {
    margin-top: 150px;
    }

    .md-main .md-buyer {
    margin-top: 75%;
    }

    .md-main .md-expo {
    margin-top: 75%;
    }
}

@media (max-width: 992px)  {

    .md-buyer .btn,
    .md-expo .btn {
        font-size: 11px;
        padding: 8px 29px;
    }

    .md-main .date {
    margin-top: 145px;
    }

    .md-main .md-buyer {
    margin-top: 100%;
    margin-left: 0;
    }

    .md-main .md-expo {
    margin-top: 100%;
    margin-left: 0;
    }
}

@media (max-width: 768px)  {

    .md-main .date {
        margin-top: 80px;
        margin-bottom: 25px;
    }

    .md-main {
        margin: 0 0 40px;
        padding: 0;
    }

    .md-main .md-expo,
    .md-main .md-buyer {
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
    }

    .md-buyer .btn,
    .md-expo .btn {
        font-size: 14px;
        padding: 8px 35px;
    }

    .md-buyer {
        margin-bottom: 30px;
    }

    .md-main .soldout{
      position: absolute;
      z-index: 1;
      left: 30%;
      top: -20%;
    }

}


/* EMOTIONS OFRECE */

.emotions-ofrece {
    padding: 40px 0 60px 0;
    background-color: #fff;
}

.emotions-ofrece h2 {
    font-family: 'Gotham Bold';
    font-size: 28px;
    text-align: center;
    color: #fa8885;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.emotions-ofrece .box-feature {
    float: left;
}

.emotions-ofrece ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.emotions-ofrece ul li {
    width: 16%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 16px;
    margin: 0 3px;
    line-height: 20px;
}

.emotions-ofrece ul li .box-feature {
    padding: 15px;
    background-size:100% auto !important;
    display: inline-block;
    -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.emotions-ofrece .box-feature {
    width: 187px;
    height: 145px;
}

.feature-box-color-1 {background-color: #E2756B;}
.feature-box-color-2 {background-color: #BB8868; }
.feature-box-color-3 {background-color: #7B7C74; }
.feature-box-color-4 {background-color: #FCB32E; }
.feature-box-color-5 {background-color: #7A6265; }


@media (max-width: 1200px)  {

    .emotions-ofrece .box-feature,
    .emotions-ofrece .box-feature {
        width: 152px;
    }

    .emotions-ofrece ul li {
        font-size: 14px;
        line-height: 16px;
    }
}


@media (max-width: 992px)  {

    .emotions-ofrece ul li {
        width: 32%;
        margin-bottom: 7px;
    }

    .emotions-ofrece .box-feature,
    .emotions-ofrece .box-feature {
        height: 187px;
        width: 228px;
    }

    .emotions-ofrece ul li {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 768px)  {

    .emotions-ofrece ul li {
        width: 100%;
        float: none;
    }

    .emotions-ofrece .box-feature,
    .emotions-ofrece .box-feature {
        height: 187px;
        width: 228px;
        float: none;
    }

    .emotions-ofrece ul li {
        font-size: 20px;
        line-height: 24px;
    }
}


/* ADDITIONAL DATA */

.additional-data {
  border-bottom: 3px solid #efefef;
  border-top: 3px solid #efefef;
  padding: 22px 0;
}

.additional-data .format {
}

.additional-data .format,
.additional-data .place {
    padding: 0 40px 40px;
}

.additional-data .format h3,
.additional-data .place h3 {
    font-family: 'Gotham Bold';
    font-size: 29px;
    text-align: center;
    color: #fa8885;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.additional-data .format p,
.additional-data .place p {
    font-family: 'Gotham Bold';
    font-size: 17px;
    color: #7B7C74;
    text-align: center;
}

.additional-data .format p span,
.additional-data .place p span {
    color: #E2756B;
}


@media (max-width: 768px)  {

    .additional-data .format {
    background: none;
    margin-bottom: 30px;
    }

    .additional-data .format h3,
    .additional-data .place h3 {
        margin-bottom: 15px;
    }
}


/* AGENDA */

.agenda-current {
    margin: 40px 0;
}

.agenda-current h2 {
    font-family: 'Gotham Bold';
    font-size: 29px;
    text-align: center;
    color: #fa8885;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.agenda-current .md-schedule {
    font-family: 'Gotham Bold';
    font-size: 18px;
}

.agenda-current .md-schedule .day {
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    color: #7B7C74;
    font-size: 25px;
    padding-bottom: 30px;
}

.agenda-current .md-schedule .day img {
    display: inline-block;
    padding-right: 25px;
}

.agenda-current .md-schedule .day span {
    color: #E2756B;
}

.agenda-current .md-schedule ul {
    list-style: none;
    margin-bottom: 45px;
    padding-left: 0;
}

.agenda-current .md-schedule ul li .hour {
    color: #7B7C74;
}

.agenda-current .md-schedule ul li .event {
    color: #7A6265;
    width: 87%;
}

.agenda-current .md-schedule ul li .more {
    color: #fa8885;
}

.agenda-current .md-schedule ul li {
    border-bottom: 3px dashed #efefef;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.agenda-current .md-schedule ul li.last {
    border-bottom: none;
}


@media (max-width: 992px)  {

    .agenda-current .md-schedule {
        font-family: "Gotham Bold";
        font-size: 16px;
    }
}

@media (max-width: 768px)  {

    .agenda-current .md-schedule .day {
        margin-left: 0;
    }

    .agenda-current .md-schedule ul {
        padding: 0;
    }
}

@media (max-width: 480px)  {

    .agenda-current .md-schedule .day {
        font-size: 18px;
    }
}




/* LISTADO DE EXPOSITORES */


.expo-listing {
    padding: 40px 0 60px 0;
    background-color: #f8f8f8;
    margin-bottom: 40px;
}

.expo-listing h2 {
    font-family: 'GothamBold';
    font-size: 29px;
    text-align: center;
    color: #0c858e;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.expo-listing .list {
    font-family: "Gotham Medium";
    font-size: 15px;
    color: #666666;
    padding: 0;
    list-style: none;
    margin: 0;
}

.expo-listing .list li {
  line-height: 19px;
  margin-bottom: 5px;
}

.expo-listing .ornament {
	margin:auto;
}

@media (max-width: 768px)  {

    .expo-listing .list {
        font-family: "Gotham Bold";
        font-size: 18px;
        color: #0c858e;
    }

    .expo-listing .list li {
        line-height: 23px;
        margin-bottom: 8px;
    }
}


/* FORMS */

.md-form {
    margin: 0 0 45px 0;
}


/* EDICIONES ANTERIORES */

.past-events {}

.past-events .header-past-events {
    width: 100%;
    padding: 0;
    font-family: 'bdrouenmedium';
    margin-bottom: 0;
}

.header-past-events {
    margin-top: 25px;
}

.past-events .header-past-events .year {
    font-size: 84px;
    padding: 15px;
    text-align: center;
    padding: 30px 10px 10px 30px;
}

.past-events .header-past-events .cont-date {
    display: table;
    height: 100px;
    padding: 50px 0;
}

.past-events .header-past-events .cont-date .date {
    display: table-cell;
    vertical-align: middle;
    font-size: 33px;
    line-height: 33px;
}

.past-events .main-past-events {
    margin-bottom: 30px;
}

.past-events .main-past-events .cont-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.past-events .main-past-events .cont-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
}

.past-events .main-past-events .info {
    padding: 0;
    margin-bottom: 30px;
}

.past-events .main-past-events .info h1 {
    font-family: 'bdrouenmedium';
    font-size: 32px;
    margin-top: 0;
}

.past-events .main-past-events .info p {
    color: #878787;
    font-size: 17px;
    font-family: "Gotham Book";
}

.past-events .features {
    margin-bottom: 40px;
}

.past-events .features .item {
  color: #000;
  display: table;
  float: left;
  font-family: "bdrouenmedium";
  font-size: 18px;
  height: 150px;
  line-height: 22px;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 19%;
}

.past-events .features .item span {
    display: table-cell;
    vertical-align: middle;
}

.past-events .multimedia {
    margin-bottom: 30px;
}

.past-events .multimedia .header-mm {
    margin-bottom: 10px;
}

.past-events .multimedia .header-mm h2 {
    font-family: "bdrouenmedium";
    text-transform: uppercase;
    color: #77949d;
    font-size: 40px;
    margin: 0;
}

.past-events .past-sponsors {
    margin-bottom: 50px;
}

.badge-etc {
    padding: 20px;
}


@media (max-width: 1200px)  {

    .past-events .header-past-events .cont-date {
      padding: 30px 0;
    }
}


/* TABULADO */

.nav-tabs {
  border-bottom: 0 none;
}

.nav-tabs > li {
  float: right;
  font-family: "Gotham Bold";
  font-size: 17px;
  text-transform: uppercase;
}

.tab-pane ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.hidden {
    display: none;
}

.gallery-item {
  margin-top: 20px;
}

.gallery-item .cont-img {
  height: 233px;
  overflow: hidden;
  position: relative;
}

/* ESTILO PARA CENTRAR VERTICALMENTE LAS FOTOS VERTICALES */
/*.gallery-item .cont-img img {
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}*/

.gallery-item .zocalo {
  margin-top: 9px;
  min-height: 66px;
}

.gallery-item .zocalo .date {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #77949d;
  float: left;
  font-family: "Gotham Bold";
  font-size: 20px;
  height: 47px;
  text-align: center;
  width: 47px;
}

.gallery-item .zocalo .date em {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 8px;
  text-transform: uppercase;
}

.gallery-item .zocalo span {
    display: block;
    float: left;
    padding-left: 10px;
    font-family: "Gotham Medium";
    font-size: 13px;
    width: 80%;
}

.gallery-item .zocalo .date span {
    float: left;
    display: block;
    font-size: 21px;
    color: #322b2a;
    font-family: "Gotham Bold";
}

.gallery-item img {
    width: 100%;
}

@media (max-width: 1200px)  {

    .gallery-item .cont-img {
      height: 189px;
    }
}

@media (max-width: 768px)  {

    .gallery-item .cont-img {
      height: auto;
    }
}


/* VARIABLES DE PAST EVENTS */

/* 2014 */

.past-events.etc-2014 .header-past-events { background: url(../images/anteriores/2014/bkg-header.jpg) no-repeat left bottom; }
.past-events.etc-2014 .header-past-events .year { color: #527e8d; }
.past-events.etc-2014 .header-past-events .date { color: #726161; }
.past-events.etc-2014 .main-past-events h1 { color: #4a707c; }

.past-events.etc-2014 .features .item.color-1 { background-color: #f3d6be; }
.past-events.etc-2014 .features .item.color-2 { background-color: #a2bac3; }
.past-events.etc-2014 .features .item.color-3 { background-color: #deb6b1; }
.past-events.etc-2014 .features .item.color-4 { background-color: #c3e6e5; }
.past-events.etc-2014 .features .item.color-5 { background-color: #fbdeab; }
.past-events.etc-2014 .features .item.color-6 { background-color: #f3d6be; }

/* 2015 */

.past-events.etc-2015 .header-past-events { background: url(../images/anteriores/2015/bkg-header.jpg) no-repeat left bottom; }
.past-events.etc-2015 .header-past-events .year { color: #726161; }
.past-events.etc-2015 .header-past-events .date { color: #726161; }
.past-events.etc-2015 .main-past-events h1 { color: #726161; }

.past-events.etc-2015 .features .item { color: #fff; }

.past-events.etc-2015 .features .item.color-1 { background-color: #7e9f80; }
.past-events.etc-2015 .features .item.color-2 { background-color: #b1c1aa; }
.past-events.etc-2015 .features .item.color-3 { background-color: #93ae8e; }
.past-events.etc-2015 .features .item.color-4 { background-color: #7e9f80; }
.past-events.etc-2015 .features .item.color-5 { background-color: #bac9b5; }
.past-events.etc-2015 .features .item.color-6 { background-color: #a2b79e; }

/* 2016 */

.past-events.etc-2016 .header-past-events { background: url(../images/anteriores/2016/bkg-header.jpg) no-repeat left bottom; }
.past-events.etc-2016 .header-past-events .year { color: #5b6165; }
.past-events.etc-2016 .header-past-events .date { color: #5b6165; }
.past-events.etc-2016 .main-past-events h1 { color: #5b6165; }

.past-events.etc-2016 .features .item { color: #fff; }

.past-events.etc-2016 .features .item.color-1 { background-color: #9dbdaa; }
.past-events.etc-2016 .features .item.color-2 { background-color: #e1a99c; }
.past-events.etc-2016 .features .item.color-3 { background-color: #a78092; }
.past-events.etc-2016 .features .item.color-4 { background-color: #c49e6c; }
.past-events.etc-2016 .features .item.color-5 { background-color: #bad9c5; }
.past-events.etc-2016 .features .item.color-6 { background-color: #9dbdaa; }

/* 2017 */

.past-events.etc-2017 .header-past-events { background: url(../images/anteriores/2017/bkg-header.jpg) no-repeat left top; }
.past-events.etc-2017 .header-past-events .year { color: #5b6165; }
.past-events.etc-2017 .header-past-events .date { color: #5b6165; }
.past-events.etc-2017 .main-past-events h1 { color: #88a88a }

.past-events.etc-2017 .features .item { color: #fff; }

.past-events.etc-2017 .features .item.color-1 { background-color: #9cb69c; }
.past-events.etc-2017 .features .item.color-2 { background-color: #6b86a5; }
.past-events.etc-2017 .features .item.color-3 { background-color: #f7616b; }
.past-events.etc-2017 .features .item.color-4 { background-color: #ffbead; }
.past-events.etc-2017 .features .item.color-5 { background-color: #4a5963; }
.past-events.etc-2017 .features .item.color-6 { background-color: #6c829f; }

.past-events.etc-2017 .gallery-item .cont-img {
  height: 173px;
}

.past-events .main-past-events {
    margin-top: 30px;
}


@media (max-width: 1200px)  {

    .past-events .features .item {
      color: #000;
      display: table;
      float: left;
      font-family: "bdrouenmedium";
      font-size: 16px;
      height: 195px;
      line-height: 19px;
      margin: 0 3px;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      width: 19%;
    }

}

@media (max-width: 992px)  {

    .past-events .main-past-events .info {
        margin-bottom: 30px;
        padding: 0;
    }

    .past-events .features .item {
        width: 32%;
        margin: 0 7px 6px 0;
    }
}

@media (max-width: 768px)  {

    .past-events .header-past-events .year {
        text-align: right;
        font-size: 88px;
    }

    .past-events .header-past-events .cont-date {
        height: 85px;
        text-align: center;
        margin-top: 0px;
        width: 100%;
    }

    .past-events .features .item {
        width: 100%;
        margin: 0 7px 6px 0;
        float: none;
        font-size: 25px;
        height: auto;
        line-height: 26px;
    }

    .past-events .multimedia .header-mm h2 {
        text-align: center;
    }

    .gallery-item .zocalo span {
        font-size: 22px;
        padding-left: 14px;
        line-height: 22px;
    }

    .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

    .past-events .multimedia .header-mm h2 {
        margin-bottom: 22px;
    }
}
