body {
  background: #000 url(../images/backgroundBody.png) no-repeat;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  background-position: center center; }

#bs-example-navbar-collapse-1 > ul li {
  background-color: #000000; }

#home {
  background-color: #000000;
  color: #777; }

.navigation .main-menu {
  background-color: transparent;
  border: none;
  padding-bottom: 50px; }
  .navigation .main-menu.inner {
    padding-top: 40px; }
  .navigation .main-menu ul > li > a {
    color: #f9c9e5;
    padding: 10px; }
    .navigation .main-menu ul > li > a:hover {
      background: none; }
  .navigation .main-menu li.active a {
    background: none; }
    .navigation .main-menu li.active a:hover {
      background: none; }
  .navigation .main-menu li.active:after {
    content: " ";
    background: url(../images/active.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 12px;
    top: 27px;
    width: 46px !important;
    height: 100px; }

ul.nav-justified > li {
  float: none; }
  ul.nav-justified > li a {
    white-space: nowrap; }

.logo-container a {
  color: #fff;
  padding-top: 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.logo {
  margin-bottom: 10px;
  display: block; }
  .logo img {
    width: 100%; }

.details-block {
  color: #fff;
  font-size: 17px;
  line-height: 30px; }
  .details-block a {
    color: #fff; }
  .details-block li {
    position: relative; }
    .details-block li .fa {
      position: absolute;
      right: 100%;
      top: 4px;
      margin-right: 5px; }

.circle-carousel {
  margin-top: -20%;
  position: relative; }
  .circle-carousel .slide {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: auto 85%;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: opacity 2s;
    opacity: 0; }
    .circle-carousel .slide.active {
      opacity: 1; }
  .circle-carousel .title {
    font-size: 22px;
    font-weight: lighter;
    position: absolute;
    left: 12%;
    top: 20%;
    z-index: 100;
    bottom: 10px; }
    .circle-carousel .title img {
      width: 68%; }

.white-block {
  padding: 30px;
  background: #fff;
  overflow: hidden;
  font-weight: 300;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
  margin: 15px 0px; }
  @media (max-width: 990px) {
    .white-block {
      margin: 15px 0; } }
  .white-block h1 {
    color: #333;
    margin: 0px 0 10px 0; }
    .white-block h1 small {
      color: #000; }
      .white-block h1 small a:hover {
        color: #000; }
  .white-block .news-short {
    font-size: 13px;
    font-weight: 300; }
    .white-block .news-short h2 {
      margin: 0;
      line-height: 1.4; }
  .white-block .news-short1 a {
    color: #000; }
  .white-block .news-short1 h2 {
    font-size: 22px;
    font-weight: lighter; }
  .white-block .news-short1 p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 19px; }
  .white-block .news-short .date {
    font-size: 11px;
    margin-bottom: 10px; }

.news-and-info {
  padding: 0px; }

.news-short1 {
  font-size: 13px;
  font-weight: 300;
  background-color: #cecece;
  padding-bottom: 20px; }

.news-short a {
  color: #000; }

.news-short.more a * {
  color: #fff !important; }

#news > small > a {
  color: white;
  text-transform: uppercase; }

.news-short .date {
  font-size: 11px; }
.news-short img {
  margin-bottom: 10px; }

#titleNews {
  padding-left: 20px;
  padding-top: 10px;
  background-color: #c00b35;
  color: white;
  width: 100%;
  height: 50px; }
  #titleNews small {
    display: inline-block;
    float: right;
    margin: 0; }

h1 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin: 30px 0 0px 0;
  min-height: 40px; }
  h1 small {
    font-size: 15px;
    color: #eee;
    font-weight: 300;
    padding-left: 15px; }
    h1 small a:hover {
      color: #fff; }
  h1 > .dropdown {
    display: inline-block;
    top: -4px; }
  h1 .dropdown-menu {
    min-width: 100%;
    max-height: 400px;
    overflow: auto;
    max-width: 300px; }
    h1 .dropdown-menu a {
      font-size: 15px;
      font-weight: 300;
      padding: 5px 10px; }
  h1 .btn.dropdown-toggle {
    background: transparent;
    color: #fff;
    font-size: 100%;
    font-weight: 300;
    padding: 0 10px;
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1); }
    h1 .btn.dropdown-toggle .fa {
      opacity: 0.7; }

h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px; }

.intro {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }
  .intro h1 {
    padding-top: 30px;
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase; }
  .intro p {
    padding-left: 35px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 32px; }

.padme {
  padding: 15px 0; }

.event-short {
  color: #fff;
  font-weight: 300;
  line-height: 1.2; }
  .event-short:hover {
    color: #fff; }
  .event-short .hour {
    font-size: 36px; }
  .event-short .title {
    font-size: 24px; }
  .event-short .city {
    font-size: 16px;
    font-weight: lighter;
    margin-top: 15px; }
  .event-short .location {
    font-size: 16px;
    font-weight: lighter; }

.events-short {
  margin: 0px auto 20px; }
  .events-short h1 {
    margin: 10px 0 20px; }

.partners .owl-next, .partners .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px; }
.partners .owl-next {
  left: 100%; }
.partners .owl-prev {
  right: 100%; }
.partners .owl-dots {
  text-align: center; }
.partners .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #999;
  display: inline-block;
  border-radius: 50%;
  margin: 3px;
  opacity: 0.6; }
  .partners .owl-dot.active {
    opacity: 1; }

.footer {
  padding: 40px 0;
  line-height: 1; }
  .footer .cities a {
    color: #fff;
    font-size: 13px;
    font-weight: lighter; }
  .footer .date {
    font-size: 120%;
    color: #fff; }
  .footer .footer-logo {
    margin: 30px 0; }
  .footer .cr {
    font-size: 11px;
    color: #b3b3b3; }

.sidebar-with-logos img {
  max-width: 100%;
  height: auto; }

.big-date {
  opacity: 0.7;
  margin-top: -15px;
  margin-bottom: 30px; }

.sidebar-gallery a {
  display: block;
  margin-bottom: 10px; }
.sidebar-gallery img {
  max-width: 100%; }

.fancybox-overlay {
  background-color: #e6e6e6;
  background-color: rgba(250, 250, 250, 0.95);
  background-image: url(../images/watermark.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.pages {
  color: #fff;
  text-align: center;
  font-size: 27px;
  padding: 20px 0; }
  .pages a {
    color: #fff; }

.table-program {
  margin: 0; }
  .table-program a {
    color: #000; }
  .table-program thead th {
    white-space: nowrap; }
  .table-program tbody {
    font-weight: 300; }
    .table-program tbody td {
      vertical-align: top !important;
      font-size: 13px;
      line-height: 1.2 !important; }
      .table-program tbody td.hour {
        font-size: 20px; }
      .table-program tbody td.title {
        font-size: 20px;
        font-weight: 600; }
      .table-program tbody td.location {
        font-size: 15px; }

.participants {
  font-size: 15px;
  font-weight: 300; }
  .participants a {
    color: #000;
    margin-bottom: 30px;
    display: block; }
  .participants img {
    max-width: 100%;
    margin-bottom: 10px; }

.breadcrumb {
  background: transparent;
  border: none;
  padding: 0;
  opacity: 0.7;
  font-weight: 300;
  color: #ddd;
  margin: 0; }
  .breadcrumb a {
    color: #fff; }

.gallery img {
  max-width: 100%;
  height: auto;
  margin: 5px 0; }

.partner-logo {
  display: block;
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat; }

.banner-wide {
  width: 100%;
  height: auto; }

.embed-responsive.embed-responsive-1140by200 {
  padding-bottom: 17.54%; }

.container {
  width: 80%; }

@media (max-width: 767px) {
  html, body {
    height: 100%;
    background-size: 100% 100%; }

  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .intro {
    margin-bottom: 30px; }

  .event-short {
    margin-bottom: 30px;
    float: left; }

  .news-short {
    margin-bottom: 50px; }

  .dropdown {
    display: block !important;
    margin: 10px auto; }

  ul.cities {
    line-height: 25px; }

  .circle-carousel .title {
    display: none; }

  .logo-container {
    width: 60%;
    z-index: 1;
    left: 20%;
    top: 10px;
    position: relative; }
    .logo-container.floating {
      width: 50%;
      z-index: 1;
      left: 25%;
      top: 20px;
      position: absolute; }

  .white-block1 {
    margin: 10px 0;
    padding: 15px; }

  .white-block.banner {
    padding: 5px; }

  .news-short > .row > a {
    float: left; }

  h1 small {
    display: block;
    float: none;
    margin: 10px 0;
    padding: 0; }

  .navigation .main-menu {
    padding: 0; }
    .navigation .main-menu li.active:after {
      display: none; } }
.makeflex {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .makeflex {
      padding-bottom: 50%;
      position: relative; } }

.dateofevent {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  top: -5px;
  position: relative; }

#linkToAllNews {
  float: right;
  padding-right: 24px;
  padding-top: 10px; }

#datePic {
  padding-bottom: 40px;
  display: inline-block;
  width: 74px; }

.navUpA {
  display: inline-block; }

.rowUpNav {
  padding-left: 50px;
  padding-bottom: 25px;
  font-weight: lighter;
  font-size: 15px;
  line-height: 29px; }

#calendarDiv {
  padding-bottom: 25px; }

.navbar-nav li a {
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px; }

#titleNews > small > a {
  color: white;
  display: inline-block; }

.back {
  background: url(../images/header.jpg) no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: cover; }
  @media (max-width: 768px) {
    .back {
      background-size: contain;
      height: 100%;
      position: absolute;
      top: 0; } }

.navUp {
  background: url(../images/backgroundNav.jpg) no-repeat;
  background-size: 100%;
  background-size: contain;
  padding-top: 20px; }

.navbar {
  background-color: #000000;
  font-size: 17px; }

.smallnews {
  padding-left: 20px;
  padding-right: 15px; }

.events-short h1 {
  display: inline-block; }

#redbackground {
  background-color: #c00b35;
  padding-right: 40px;
  padding-left: 28px;
  position: relative;
  top: -5px; }
  #redbackground a {
    color: white; }

#events-short-firsth1 {
  padding-right: 20px; }

#partnersh1 {
  padding-left: 20px;
  font-weight: bold; }

.back.inner {
  background: url(../images/logosecondpages.jpg) no-repeat;
  background-position: 30% center;
  background-size: 100%;
  background-size: contain; }

.app-banner {
  padding: 0 7px; }
  .app-banner .container {
    background: url(../images/app-banner/background.jpg) center bottom no-repeat;
    background-size: 100% auto;
    display: flex; }
    @media (max-width: 990px) {
      .app-banner .container {
        background-size: cover;
        display: block; } }
  .app-banner-slogan {
    padding-top: 65px; }
    @media (max-width: 990px) {
      .app-banner-slogan {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .app-banner-link {
    margin-top: 45px;
    display: inline-block;
    margin-bottom: -30px; }
    @media (max-width: 990px) {
      .app-banner-link {
        margin-top: 15px; } }
    @media (max-width: 768px) {
      .app-banner-link {
        margin-top: 30px; } }

/*# sourceMappingURL=2013.css.map */
