@charset "UTF-8";
@font-face {
  font-family: 'Antonio Bold';
  src: url("../fonts/antonio_bold/Antonio-Bold.eot");
  src: local("☺"), url("../fonts/antonio_bold/Antonio-Bold.woff") format("woff"), url("../fonts/antonio_bold/Antonio-Bold.ttf") format("truetype"), url("../fonts/antonio_bold/Antonio-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Antonio Regular';
  src: url("../fonts/antonio_regular/Antonio-Regular.eot");
  src: local("☺"), url("../fonts/antonio_regular/Antonio-Regular.woff") format("woff"), url("../fonts/antonio_regular/Antonio-Regular.ttf") format("truetype"), url("../fonts/antonio_regular/Antonio-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Antonio Light';
  src: url("../fonts/antonio_light/Antonio-Light.eot");
  src: local("☺"), url("../fonts/antonio_light/Antonio-Light.woff") format("woff"), url("../fonts/antonio_light/Antonio-Light.ttf") format("truetype"), url("../fonts/antonio_light/Antonio-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open_sans/OpenSans-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open_sans/OpenSans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-style: normal;
  box-sizing: border-box; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  color: #000; }

body, html {
  height: 100%; }

body {
  background: #facc00 url("../images/background.jpg") no-repeat top center;
  /*background-size: 100%;*/
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px; }

em {
  font-style: italic;
}

li {
	margin-bottom: 1rem;
}

p {
	margin-bottom: 1rem;
}

.wrap {
  width: 1300px;
  margin: 0 auto; }
  .wrap .inner-wrap {
    width: 940px;
    float: left;
    margin: 0 60px; }

.banners.top-gap {
  margin: 40px 0 0 0; }
.banners a {
  display: block; }
.banners.top {
  width: 780px;
  margin: 8px auto;
  height: 100px; }
  .banners.top a {
    height: 100px;
    width: 780px; }
.banners.left {
  width: 120px;
  height: 600px;
  float: left;
  margin: 280px 0 0 0; }
  .banners.left a {
    width: 120px;
    height: 600px; }
.banners.right {
  width: 120px;
  height: 600px;
  float: left;
  margin: 280px 0 0 0; }
  .banners.right a {
    height: 600px;
    height: 600px; }

.header {
  height: 170px; }
  .header #logo {
    display: block;
    float: left;
    width: 130px;
    height: 147px;
    background: url("../images/logo.png") no-repeat center center; }
  .header .menu {
    float: left;
    width: 810px;
    height: 170px;
    background: url("../images/menu_background.png") no-repeat center top;
    position: relative; }
    .header .menu .flags {
      position: absolute;
      right: 0;
      top: 0;
      background: url("../images/flags.png") no-repeat center top;
      width: 103px;
      height: 50px;
      right: 70px;
      top: 46px; }
      .header .menu .flags a.flag {
        position: absolute;
        width: 30px;
        height: 20px;
        top: 0; }
        .header .menu .flags a.flag.cz {
          left: 0; }
        .header .menu .flags a.flag.en {
          left: 38px; }
        .header .menu .flags a.flag.de {
          left: 75px; }
      .header .menu .flags a.contact {
        position: absolute;
        width: 87px;
        height: 21px;
        top: 24px;
        left: 0; }
    .header .menu .home-button {
      position: absolute;
      width: 184px;
      height: 43px;
      background: url("../images/home_button.png") no-repeat center top;
      top: 53px;
      right: 335px;
      z-index: 2; }
	  .header .menu .home-button a {
	    display: inline-block;
	    width: 49%;
	    height: 100%;
	  }
    .header .menu .icons {
      position: absolute;
      right: 190px;
      top: 49px;
      width: 150px;
      height: 47px;
      background: url("../images/social_icons.png") no-repeat center top; }
      .header .menu .icons a {
        position: absolute;
        top: 0;
        width: 50px;
        height: 47px;
        background: transparent; }
        .header .menu .icons a.facebook {
          left: 3px; }
        .header .menu .icons a.youtube {
          left: 53px; }
        .header .menu .icons a.instagram {
          left: 103px; }
    .header .menu ul {
      position: absolute;
      top: 106px;
      left: 75px; }
      .header .menu ul li {
        display: inline-block;
        margin: 0 12px; }
        .header .menu ul li a {
          color: #fff;
          font-size: 18px;
          text-transform: uppercase;
          font-family: 'Antonio Bold', sans-serif; }

.footer {
  height: 275px;
  background: url("../images/footer_background.png") no-repeat center top;
  padding: 20px;
  font-size: 13px; }
  .footer .copyright {
    float: left; }
  .footer .author {
    float: right; }
    .footer .author p a {
      text-decoration: underline; }

.main-content {
  background: #fff;
  border-radius: 3px;
  overflow: hidden; }
  .main-content .homepage .news-events .news-box {
    width: 620px;
    float: left; }
    .main-content .homepage .news-events .news-box .title-photo img {
      width: 620px; }
    .main-content .homepage .news-events .news-box .news {
      margin: 20px 0; }
      .main-content .homepage .news-events .news-box .news .image {
        float: left;
        width: 210px;
        height: 164px;
        margin: 0 20px;
        background: url("../images/news_photo_background.png") no-repeat center center;
        padding: 10px 12px;
	    text-align: center; }
	    .main-content .homepage .news-events .news-box .news .image img {
			max-width: 100%;
			max-height: 100%; }
      .main-content .homepage .news-events .news-box .news .text {
        float: left;
        width: 370px; }
        .main-content .homepage .news-events .news-box .news .text strong {
          display: block;
          font-size: 24px;
          color: #02071b;
          font-family: 'Antonio Bold', sans-serif;
          text-transform: uppercase;
          margin: 5px 0 10px 0; }
        .main-content .homepage .news-events .news-box .news .text p {
          font-size: 13px;
          color: #58585a; }
    .main-content .homepage .news-events .news-box .archieve {
      display: block;
      margin: 40px auto 20px auto;
      width: 425px;
      height: 71px;
      background: url("../images/news_archieve.png") no-repeat center center; }
  .main-content .homepage .gallery {
    height: 250px;
    background: url("../images/slider_background.jpg") no-repeat center center;
    position: relative; }
    .main-content .homepage .gallery strong.title {
      font-family: 'Antonio Bold', sans-serif;
      color: #fff;
      text-align: center;
      display: block;
      text-transform: uppercase;
      font-size: 19px;
      height: 60px;
      line-height: 60px; }
    .main-content .homepage .gallery .gallery-slider {
      position: relative;
      width: 860px;
      margin: 0 auto; }
      .main-content .homepage .gallery .gallery-slider ul li {
        background: url("../images/slider_item_background.png") no-repeat center center;
        width: 203px !important;
        height: 164px !important;
        margin: 0 6px;
        padding: 8px; }
        .main-content .homepage .gallery .gallery-slider ul li a {
		  display: block;
		  overflow: hidden;
		  height: 125px;
          width: 187px; }
        .main-content .homepage .gallery .gallery-slider ul li img {
          width: 100%; }
        .main-content .homepage .gallery .gallery-slider ul li strong {
          display: block;
		  text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          margin-top: 5px;
          text-align: center;
          text-transform: uppercase;
          color: #061226;
          font-family: 'Antonio Light', sans-serif; }
    .main-content .homepage .gallery .button {
      display: block;
      width: 25px;
      height: 48px;
      position: absolute; }
      .main-content .homepage .gallery .button.left {
        background: url("../images/slider_arrow_left.png") no-repeat center center;
        left: 10px;
        top: 120px;
        z-index: 5; }
      .main-content .homepage .gallery .button.right {
        background: url("../images/slider_arrow_right.png") no-repeat center center;
        right: 10px;
        top: 120px;
        z-index: 5;
        font-size: 14px; }
  .main-content .homepage .promo-newsletter-basic-info {
    height: 563px;
    background: url("../images/promo_newslleter_basic_info_background.jpg") no-repeat center center; }
    .main-content .homepage .promo-newsletter-basic-info .promo-newsletter {
      height: 290px; }
      .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .promo {
        float: left;
        width: 480px;
        height: 290px; }
        .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .promo a {
          width: 440px;
          display: block;
          margin: 0 auto; }
          .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .promo a.music {
            background: url("../images/promo_radio.png") no-repeat center center;
            height: 112px;
            margin: 20px auto 0 auto; }
          .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .promo a.r66_sk {
            background: url("../images/promo_r66_sk.png") no-repeat center center;
            height: 109px;
            margin: 14px auto 0 auto; }
      .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter {
        float: left;
        width: 460px;
        height: 290px;
        padding: 35px 180px 35px 0; }
        .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter strong {
          display: block;
          font-size: 19px;
          color: #ba4544;
          font-family: 'Antonio Bold', sans-serif;
          text-transform: uppercase;
          margin: 0 0 20px 0; }
        .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter p {
          font-size: 13px;
          color: #58585a;
          line-height: 18px; }
        .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter form div.text {
          background: url("../images/newsletter_input.png") no-repeat center center;
          width: 266px;
          height: 54px;
          margin: 15px 0; }
          .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter form div.text input[type="text"] {
            width: 235px;
            height: 35px;
            margin: 10px 0 0 15px;
            font-size: 14px;
            color: #58585a; }
        .main-content .homepage .promo-newsletter-basic-info .promo-newsletter .newsletter form input[type="submit"] {
          margin: 0 0 0 80px; }
    .main-content .homepage .promo-newsletter-basic-info .basic-info .image {
      background: url("../images/basic_info_image_background.png") no-repeat center center;
      width: 260px;
      height: 207px;
      padding: 8px;
      margin: 30px;
      float: left;
	  text-align: center; }
      .main-content .homepage .promo-newsletter-basic-info .basic-info .image img {
        max-width: 100%;
	    max-height: 100%; }
    .main-content .homepage .promo-newsletter-basic-info .basic-info .text {
      float: left;
      width: 620px; }
      .main-content .homepage .promo-newsletter-basic-info .basic-info .text strong {
        display: block;
        color: #0d2859;
        font-size: 19px;
        text-transform: uppercase;
        font-family: 'Antonio Bold', sans-serif;
        margin: 35px 0 18px 0; }
      .main-content .homepage .promo-newsletter-basic-info .basic-info .text p {
        width: 560px;
        font-size: 13px;
        font-size: #58585a;
        line-height: 18px; }
      .main-content .homepage .promo-newsletter-basic-info .basic-info .text a.more {
        margin: 20px 0 0 0; }
  .main-content .homepage .promo-banner {
    height: 190px; }
    .main-content .homepage .promo-banner a {
      display: block;
      height: 190px; }
      .main-content .homepage .promo-banner a img {
        height: 190px;
        width: 940px; }
  .main-content .homepage .facebook-box {
    /* height: 453px; */
    background: url("../images/facebook_box_background.jpg") no-repeat center top;
    position: relative; }
    .main-content .homepage .facebook-box .fb-like-box {
      width: 750px;
	  background: white;
	  margin: 40px 0 0 90px; }
  .main-content .eshop {
    padding: 40px;
    position: relative; }
    .main-content .eshop h1 {
      font-size: 35px;
      font-family: 'Antonio Bold', sans-serif;
      text-transform: uppercase; }
    .main-content .eshop.product h1 {
		width: 480px; }
    .main-content .eshop.product p {
		margin-bottom: 20px; }
    .main-content .eshop .cart {
      position: absolute;
      padding: 25px 45px;
      top: 0;
      right: 0;
      width: 411px;
      height: 84px;
      background: url("../images/eshop_cart_background.png") no-repeat center center; }
      .main-content .eshop .cart .customer {
        float: left; }
      .main-content .eshop .cart .price {
        float: right; }
      .main-content .eshop .cart em.label {
        color: #be484e;
        font-size: 16px;
        font-family: 'Antonio Bold', sans-serif;
        padding-right: 10px; }
      .main-content .eshop .cart em.value {
        color: #58585a;
        font-size: 16px;
        font-family: 'Antonio Bold', sans-serif; }
      .main-content .eshop .cart p {
        color: #58585a;
        font-size: 13px; }
    .main-content .eshop .products .product {
      width: 268px;
      height: 329px;
      background: url("../images/eshop_item_background.png") no-repeat center center;
      float: left;
      margin: 14px;
      padding: 20px;
      position: relative; }
      .main-content .eshop .products .product:nth-child(3n+1) {
        margin-left: 0; }
      .main-content .eshop .products .product:nth-child(3n) {
        margin-right: 0; }
      .main-content .eshop .products .product div.image {
        position: relative;
        height: 130px; }
        .main-content .eshop .products .product div.image img {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          height: 130px; }
      .main-content .eshop .products .product strong {
        font-family: 'Antonio Bold', sans-serif;
        font-size: 16px;
        color: #58585a;
        display: block;
        margin: 8px 0;
	    height: 45px; }
      .main-content .eshop .products .product p {
        color: #58585a;
        font-size: 13px;
	    height: 75px;
	    margin-bottom: 0; }
    .main-content .eshop .pager {
      margin: 50px 0;
      text-align: center; }
      .main-content .eshop .pager ul {
        display: inline-block;
        list-style-type: none; }
        .main-content .eshop .pager ul li {
          float: left; }
          .main-content .eshop .pager ul li a {
            display: block;
            height: 28px;
            margin: 0 5px;
            line-height: 28px; }
          .main-content .eshop .pager ul li.prev {
            margin: 0 15px 0 0; }
            .main-content .eshop .pager ul li.prev a {
              background: url("../images/pager_prev.png") no-repeat center center;
              width: 70px;
              height: 28px; }
          .main-content .eshop .pager ul li.next {
            margin: 0 0 0 15px; }
            .main-content .eshop .pager ul li.next a {
              background: url("../images/pager_next.png") no-repeat center center;
              width: 70px;
              height: 28px; }
          .main-content .eshop .pager ul li.active, .main-content .eshop .pager ul li a:hover {
            color: #be484e;
            text-decoration: underline;
            font-weight: bold; }
    .main-content .eshop .banners .big {
      float: left; }
    .main-content .eshop .banners .small {
      float: right; }
    .main-content .eshop.eshop_detail .image-box {
      position: relative; }
      .main-content .eshop.eshop_detail .image-box img {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: block; }
  .main-content .asociace .left_column {
    width: 320px;
    float: left; }
    .main-content .asociace .left_column .logo {
      height: 400px;
      background: url("../images/asociacion_logo.png") no-repeat center center; }
    .main-content .asociace .left_column .banner {
      position: relative;
      height: 350px; }
      .main-content .asociace .left_column .banner iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .main-content .asociace .right_column {
    width: calc(100% - 320px);
    float: left;
    padding: 40px; }
    .main-content .asociace .right_column h1 {
      font-family: 'Antonio Bold', sans-serif;
      font-size: 35px;
      color: #02071b;
      text-transform: uppercase;
      margin: 0 0 20px 0;
      display: block; }
    .main-content .asociace .right_column p {
      line-height: 18px;
      color: #58585a;
      font-size: 13px;
      margin: 0 0 35px 0; }
      .main-content .asociace .right_column p a {
        color: #be484e;
        text-decoration: underline; }
    .main-content .asociace .right_column h2 {
      color: #be484e;
      font-size: 26px;
      font-family: 'Antonio Bold', sans-serif;
      display: block;
      margin: 0 0 20px 0; }
    .main-content .asociace .right_column .address {
      position: relative; }
      .main-content .asociace .right_column .address a.button {
        position: absolute;
        top: 30px;
        right: 120px; }
    .main-content .asociace .right_column .membership .one, .main-content .asociace .right_column .membership .two {
      width: 50%;
      float: left; }
      .main-content .asociace .right_column .membership .one strong, .main-content .asociace .right_column .membership .two strong {
        font-size: 20px;
        color: #be484e;
        font-family: 'Antonio Bold', sans-serif;
        display: block;
        margin: 0 0 20px 0; }
      .main-content .asociace .right_column .membership .one span, .main-content .asociace .right_column .membership .two span {
        color: #58585a;
        display: block;
        margin: 0 0 25px 0; }
      .main-content .asociace .right_column .membership .one em, .main-content .asociace .right_column .membership .two em {
        color: #58585a;
        font-weight: bold;
        font-size: 13px;
        font-family: Arial, sans-serif;
        margin: 0 0 10px 0;
        display: block; }
      .main-content .asociace .right_column .membership .one ul, .main-content .asociace .right_column .membership .two ul {
        list-style: none;
        width: 90%;
        margin: 0 0 40px 0; }
        .main-content .asociace .right_column .membership .one ul li, .main-content .asociace .right_column .membership .two ul li {
          background: url("../images/asociacion_membership_arrow.png") no-repeat left 6px;
          padding: 0 0 0 27px;
          line-height: 18px;
          margin: 6px 0; }
    .form .form-row {
      margin: 7px 0; }
      .form .form-row label {
        display: inline-block;
        width: 140px;
        height: 37px;
        line-height: 37px;
        vertical-align: top; }
        .form .form-row label.small {
          width: 60px; }
      .form .form-row input {
        width: 220px;
        height: 37px;
        border-radius: 2px;
        border: 1px solid #f9cf0f;
        background: #fff;
        padding: 0 5px;
        font-size: 14px; }
      .form .form-row textarea {
        width: 430px;
        height: 110px;
        border-radius: 2px;
        border: 1px solid #f9cf0f;
        background: #fff;
        padding: 5px;
        font-size: 14px; }
	  .form .form-row select {
        width: 220px;
        height: 37px;
        border-radius: 2px;
        border: 1px solid #f9cf0f;
        background: #fff;
        padding: 0 5px;
        font-size: 14px; }
      .form .form-row input[type="radio"] {
        width: 20px; }
    .form .form-button input {
      margin-left: 143px; }
  .main-content .about_detail_clanku .line {
    height: 191px;
    background: url("../images/about_line.png") no-repeat center center; }
    .main-content .about_detail_clanku .line strong {
      display: block;
      text-align: center;
      font-size: 19px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'Antonio Regular', sans-serif;
      padding: 30px 0 30px 0; }
    .main-content .about_detail_clanku .line .col {
      width: 16.6%;
      float: left;
      text-align: center;
      color: #fff;
      font-family: 'Antonio Light', sans-serif;
      font-size: 19px; }
  .main-content .about_detail_clanku .events-box {
    margin-left: -20px;
    border-radius: 4px; }
  .main-content .calendar {
    padding: 40px; }
    .main-content .calendar h1, .main-content .homepage h1 {
      font-family: 'Antonio Bold', sans-serif;
      color: #02071b;
      font-size: 35px;
      text-transform: uppercase;
      margin: 0 0 30px 0;
      display: block; }
	.main-content .homepage h1 {
	  margin: 40px 0 30px 40px;
	}
    .main-content .calendar .actions {
	  display: table;
      margin: 0 0 40px 0; }
	.main-content .calendar .actions .row {
	  display: table-row; }
      .main-content .calendar .actions .action {
		display: table-cell;
        min-height: 160px;
        padding: 20px;
        width: 33%; }
        .main-content .calendar .actions .action .date {
          float: left;
          background: url("../images/event_date.png") no-repeat center center;
          width: 51px;
          height: 50px;
          margin: 0 15px 0 0;
          position: relative; }
          .main-content .calendar .actions .action .date span.day {
            width: 100%;
            display: block;
            text-align: center;
            color: #555555;
            font-size: 19px;
            font-family: 'Antonio Bold';
            position: absolute;
            top: 15px;
            left: 0; }
          .main-content .calendar .actions .action .date span.month {
            width: 100%;
            display: block;
            text-align: center;
            color: #555555;
            font-size: 16px;
            font-family: 'Antonio Regular';
            position: absolute;
            top: 17px;
			line-height: 10px;
            left: 0; }
        .main-content .calendar .actions .action .text {
          float: left;
          width: 175px; }
          .main-content .calendar .actions .action .text h3 {
            display: block;
            color: #58585a;
            font-family: 'Antonio Bold', sans-serif;
            font-size: 19px; }
          .main-content .calendar .actions .action .text span {
            display: block;
            font-family: 'Antonio Regular', sans-serif;
            color: #be484e;
            font-size: 13px;
            margin: 0 0 5px 0; }
          .main-content .calendar .actions .action .text p {
            font-size: 13px;
            color: #58585a;
            line-height: 18px; }
        .main-content .calendar .actions .action.special {
          background: #f5f2e8; }
    .main-content .calendar .banner {
      position: relative;
      height: 120px; }
      .main-content .calendar .banner img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block; }
  .main-content .product h1 span {
    display: block;
    font-size: 13px;
    color: #58585a;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    margin: 15px 0 30px 0; }
  .main-content .product .product_form {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px 0; }
    .main-content .product .product_form em {
      font-size: 20px; }
    .main-content .product .product_form input.count {
      width: 33px; }

.events-box {
  width: 320px;
  float: left;
  padding: 20px 20px 60px 20px;
  background: #fff url("../images/events_background.jpg") no-repeat center -1px; }
  .events-box .box-title {
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 0 0 10px 0;
    font-family: 'Antonio Bold', sans-serif;
    font-size: 19px;
    text-transform: uppercase; }
  .events-box .event {
    margin: 0 0 20px 0; }
    .events-box .event .date {
      float: left;
      background: url("../images/event_date.png") no-repeat center center;
      width: 51px;
      height: 50px;
      margin: 0 15px 0 0;
      position: relative; }
      .events-box .event .date span.day {
        width: 100%;
        display: block;
        text-align: center;
        color: #555555;
        font-size: 19px;
        font-family: 'Antonio Bold';
        position: absolute;
        top: 15px;
        left: 0; }
      .events-box .event .date span.month {
        width: 100%;
        display: block;
        text-align: center;
        color: #555555;
        font-size: 16px;
        font-family: 'Antonio Regular';
        position: absolute;
        top: 17px;
		line-height: 10px;
        left: 0; }
    .events-box .event .text {
      float: left;
      width: 214px; }
      .events-box .event .text h3 {
        color: #58585a;
        font-family: 'Antonio Bold', sans-serif;
        font-size: 19px; }
      .events-box .event .text p {
        font-size: 13px;
        color: #58585a;
        line-height: 18px; }
  .events-box .more {
	width: 177px;
    display: block;
    margin: 0 auto 30px auto; }
  .events-box .banner img {
    display: block;
    margin: 0 auto;
    width: 250px; }

.image_cols {
  clear: both;
  margin: 30px 0 0 0; }
  .image_cols .image_col {
    float: left;
    width: 127px;
    height: 103px;
    background: url("../images/about_image_bottom_background.png") no-repeat center center;
    padding: 9px;
    margin: 0 2px;
    overflow: hidden;
    text-align: center; }
    .image_cols .image_col img {
	  max-width: 100%;
      max-height: 100%; }

.columns {
  padding: 20px; }
  .columns.big {
    padding: 40px; }
  .columns .left_column {
    width: 290px;
    float: left;
    margin-right: 45px; }
    .columns .left_column .image-box {
      width: 289px;
      height: 232px;
      background: url("../images/about_image_background.png") no-repeat center center;
      padding: 8px;
      margin: 0 0 15px 0;
	  text-align: center; }
      .columns .left_column .image-box img {
        max-width: 100%;
		max-height: 100%;
	  }
    .columns .left_column .image {
      position: relative;
      min-height: 630px; }
      .columns .left_column .image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block; }
    .columns .left_column.tall {
      min-height: 630px; }
  .columns .right_column {
    width: calc(100% - 335px);
    float: left; }
    .columns .right_column h1 {
      color: #02071b;
      text-transform: uppercase;
      font-size: 35px;
      margin: 0 0 20px 0;
      font-family: 'Antonio Bold', sans-serif; }
      .columns .right_column h1 small {
        display: block;
        font-size: 13px;
        color: #be484e;
        font-family: 'Antonio Regular', sans-serif; }
    .columns .right_column p {
      color: #58585a;
      font-size: 13px;
      line-height: 18px; }
      .columns .right_column p.bold {
        font-weight: bold; }
      .columns .right_column p.gap {
        margin-bottom: 40px; }
        .columns .right_column p.gap.bold {
          margin-bottom: 20px; }
      .columns .right_column p a {
        color: #be484e;
        text-decoration: underline; }
    .columns .right_column h2 {
      color: #be484e;
      font-size: 26px;
      font-family: 'Antonio Bold', sans-serif;
      margin-bottom: 10px; }
    .columns .right_column h3 {
      font-family: 'Antonio Bold', sans-serif;
      font-size: 20px;
      color: #be484e;
      margin-bottom: 10px; }
    .columns .right_column ul.arrowed {
      list-style: none;
      width: 90%;
      margin: 0 0 40px 0; }
      .columns .right_column ul.arrowed li {
        background: url("../images/asociacion_membership_arrow.png") no-repeat left 6px;
        padding: 0 0 0 27px;
        line-height: 18px;
        margin: 6px 0; }
    .columns .right_column table {
      width: 100%;
      border: 0;
      border-spacing: 0; }
      .columns .right_column table tr, .columns .right_column table td {
        height: 30px;
        line-height: 30px; }
      .columns .right_column table td {
        padding: 0 10px; }
      .columns .right_column table thead {
        border-radius: 2px; }
        .columns .right_column table thead tr {
          background: #be484e; }
          .columns .right_column table thead tr td {
            color: #fff; }
            .columns .right_column table thead tr td.first {
              border-bottom-left-radius: 2px;
              border-top-left-radius: 2px; }
            .columns .right_column table thead tr td.last {
              border-bottom-right-radius: 2px;
              border-top-right-radius: 2px; }
      .columns .right_column table tbody tr:nth-child(2n) {
        background: #f7f8fa; }

.product_form {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 228px; }
  .product_form em {
    float: left;
    width: 75px;
    display: block;
    font-family: 'Antonio Bold', sans-serif;
    color: #be484e;
    font-size: 16px;
    height: 30px;
    line-height: 30px; }
  input.count {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #dadada;
	background: white;
    padding: 0 3px;
    float: left; }
  textarea {
	font-family: 'Antonio Regular', sans-serif;
    border-radius: 2px;
    border: 1px solid #dadada;
	background: white;
	padding: 8px;
  }
  .cart_textarea {
	width: 500px;
	max-width: 500px;
	min-width: 500px;
	height: 5em;
	max-height: 5em;
	min-height: 5em;
  }
  .product_form span {
    float: left;
    width: 35px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px; }
  .product_form input.button {
    margin: -4px 0;
    float: right; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 15px 0; }

/* HTML content */
.html-content h1 {
  color: #02071b;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 20px 0;
  font-family: 'Antonio Bold', sans-serif; }
  .html-content h1 small {
	display: block;
	font-size: 13px;
	color: #be484e;
	font-family: 'Antonio Regular', sans-serif; }
.html-content p {
  color: #58585a;
  font-size: 13px;
  line-height: 18px; }
  .html-content p strong {
	font-weight: bold; }
  .html-content p {
	margin-bottom: 40px; }
	.html-content p {
	  margin-bottom: 20px; }
  .html-content p a {
	color: #be484e;
	text-decoration: underline; }
.html-content h2 {
  color: #be484e;
  font-size: 26px;
  font-family: 'Antonio Bold', sans-serif;
  margin-bottom: 10px; }
.html-content h3 {
  font-family: 'Antonio Bold', sans-serif;
  font-size: 20px;
  color: #be484e;
  margin-bottom: 10px; }
.html-content ul {
  list-style: none;
  width: 90%;
  margin: 0 0 40px 0; }
  .html-content ul li {
	background: url("../images/asociacion_membership_arrow.png") no-repeat left 6px;
	padding: 0 0 0 27px;
	line-height: 18px;
	margin: 6px 0; }
.html-content table {
  width: 100%;
  border: 0;
  border-spacing: 0; }
  .html-content table tr, .html-content table td {
	height: 30px;
	line-height: 30px; }
  .html-content table td {
	padding: 0 10px; }
  .html-content table thead {
	border-radius: 2px; }
	.html-content table thead tr {
	  background: #be484e; }
	  .html-content table thead tr td {
		color: #fff; }
		.html-content table thead tr td.first {
		  border-bottom-left-radius: 2px;
		  border-top-left-radius: 2px; }
		.html-content table thead tr td.last {
		  border-bottom-right-radius: 2px;
		  border-top-right-radius: 2px; }
  .html-content table tbody tr:nth-child(2n) {
	background: #f7f8fa; }
  .html-content th {
	padding: 5px 10px;
	text-align: left;
	white-space: nowrap;
	background: #EAC8C7; }

  .float-left {
	  float: left;
	  margin: 0 10px 10px 0; }

  .float-right {
	float: right;
	margin: 0 0 10px 10px; }

  .pull-left {
	float: left;
  }

  .pull-right {
	float: right;
  }

   .text-right {
	text-align: right !important; }

  .flashes p {
	padding: 10px;
	font-weight: bold;
	background-color: #facc00;
  }

  .btn {
	font-family: 'Antonio Bold';
	display: inline-block;
	background: url(../images/bg_button.png) no-repeat;
	background-size: 100% 100%;
	color: #FFF;
    padding: 12px 24px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #6f0b16;
	cursor: pointer;
  }

  .ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }