
.pagePhotosWrapper .bhandarirchobi{
    margin-bottom: 50px;
}
.pagePhotosWrapper .bhandarirchobi .photItem{
    width: 45%;
    display: inline-block;
    border: 2px solid #e6e5e5;
    height: 100%;

}
.pagePhotosWrapper .bhandarirchobi .photItem a{
    height: 100%;
}

/*---------------CSS 18-12-2018----------------*/

* {
    box-sizing: border-box;
}
.gallerySection{
    /* background-image: url('/img/layout/about/white_left_bars.gif');
    background-repeat: no-repeat;
    background-position: 104% 0; */
    position: relative;
}
.gallerySection .container{
    max-width: 1180px;
    margin: 0 auto;
    /* background-color: #fff; */
    position: relative;
    z-index: 2;
}
/* .gallerySection:before{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 125px;
  height: 188px;
  background-image: url('/img/layout/about/white_left_bars.gif');
  background-repeat: no-repeat;
  background-position: 0 48%;
  z-index: 1;
} */
.fancybox-button{
    background: #fff;
}
.gallerySection .blockEventRacesImages .galleryImageGrid:after{
    content: '';
    display: table;
    clear: both;
}
.gallerySection .blockEventRacesImages .galleryImageGrid .galleryImageItem{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px;
}
.gallerySection .blockEventRacesImages .galleryImageGrid .galleryImageItem a{
    display: block;
}
.gallerySection .blockEventRacesImages .galleryImageGrid .galleryImageItem img{
    width: 100%;
    display: block;
}

.otherEventsPhotosSection{
    padding-bottom: 60px;
    /* background-image: url('/img/layout/about/white_left_bars.gif');
    background-repeat: no-repeat;
    background-position: 105% 200px; */
    position: relative;
}
.otherEventsPhotosSection .container{
    max-width: 1180px;
    margin: 0 auto;
}

.onHoverCaption{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto;
    text-align: center;
    height: 84%;
    width: 88%;
    top: 8%;
    background-color: #06a5a3;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
}
.otherEventsPhotosSection .otherEvents-slider li:hover .onHoverCaption{
    opacity: 1;
}
.onHoverCaption h3{
    font-size: 17px;
    color: #fff;
}
.onHoverCaption h4{
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}
.hoverDetails {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.bottomLinks ul{
    text-align: center;
}
.bottomLinks ul li{
    display: inline-block;
    margin: 0 15px;
}
.bottomLinks ul li a{
    padding: 12px 25px;
    border: 2px solid #06a4a2;
    background-color: #FFF;
    color: #02132b;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
}
.bottomLinks ul li a:hover, .bottomLinks ul li a:focus{
    background-color: #eaeaea;
}
.galleryImageNewPagination .blockPagePagination ul{
    margin: 0 auto;
    float: none;
    display: table;
}
.otherEventsSection{
    background-color: #192a3e;
    padding: 60px 0;
}
.otherEventsSection .tabMyEvents .title{
    color: #06a4a2;
}
.otherEventsSection .blockFilterEvents .blockFilterEventsForm form .formRow .formColumnWrapper .formColumn label{
    color: #fff;
}
.otherEventsSection .blockFilterEvents .blockFilterEventsForm form input, .otherEventsSection .blockFilterEvents .blockFilterEventsForm form select{
    border: 1px solid #fff;
    outline-color: #fff;
    color: #fff;
}
.otherEventsSection .blockFilterEvents .blockFilterEventsForm form .formColumnDiscipline option{
    color: #fff;
}
.otherEventsSection form input{
    min-height: 36px;
}
.otherEventsSection .blockFilterEvents .blockFilterEventsForm form button{
    background-color: #06a4a2;
}
.otherEventsSection .blockFilterEvents .blockFilterEventsForm form button:hover, .otherEventsSection .blockFilterEvents .blockFilterEventsForm form button:focus{
    color: #06a4a2;
    background-color: #fff;
}
.blockEventRacesNavigation.bagBlack nav ul{
    margin-bottom: 40px;
}
.blockEventRacesNavigation.bagBlack nav ul li a{
    background-color: #534b4b;
}
.blockEventRacesNavigation.bagBlack nav ul li a.active{
    background-color: #000;
}
.blockEventRacesNavigation.bagBlack nav ul li a:hover{
    background-color: #000;
}
.blockEventRacesNavigation nav ul li a{
    transition: 0.2s;
}
label.raceicon{
    position: relative;
    display: block
}
label.raceicon input{
    display: none;
}
label.raceicon input + span{
    display: block;
    background: #81d1d0;
    padding: 15px 25px;
    color: #FFF;
    cursor: pointer;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
}
label.raceicon:hover input + span,
label.raceicon input:checked + span{
    background: #04a3a1;
    color: #FFF;
}
.labelyear{
    background: #02132b !important;
}
.blockPagePagination ul li span {
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    line-height: 36px;
    display: block;
}
.blockPagePagination ul li a,
.blockPagePagination ul li span{
    background: #dadada;
    color: #000000;
}
.blockPagePagination ul li a:hover,
.blockPagePagination ul li.active span{
    background: #06a4a2;
    color: #fff;
}
.blockPagePagination ul li.disabled{
    display: none;
}

/* login popup */
.page.landingPage2{
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: rgba(0,0,0,0.5) !important;
}
.page.landingPage2 .landingPageWrap{
  margin: auto !important;
}
.page.landingPage2 form input {
  padding: 5px 2%;
  min-height: 38px;
  outline: none;
  border-radius: 0;
  width: 100%;
}
.page.landingPage2 .blockSettings .blockSettingsContent{
  max-width: 296px;
}
.page.landingPage2 .fieldLink {
  text-align: left;
}
.page.landingPage2 form .formRow .fieldLabel{
  text-align: left;
}


/* CSS 21-04-2020 */

.blockProductPupup{max-width: 100%; width: 450px;}
.blockProductPupup form .productWrapper .productDescription{width: calc(100% - 110px);}
.blockProductPupup form .productWrapper .productDescription .formRow.form2ColumnWrapper .formColumn.actionWrap {max-width: 100%;}
.blockProductPupup form .productWrapper .productDescription .formRow.form2ColumnWrapper .formColumn.actionWrap button {width: 140px; max-width: 100%;}
.blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li{ margin: 0 10px 15px 0; min-width: 85px; width: auto;}
.blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li:last-child {margin: 0 0 15px 0;}
.blockProductPupup form .productWrapper .productImageWrapper {
    float: left;
    max-width: 110px;
    margin: 0;
}
@media only screen and (max-width: 575px) {
    .blockProductPupup form .productWrapper .productImageWrapper {
        width: 100%;
    }
    .blockProductPupup form .productWrapper .productImageWrapper img {
        margin: 0 auto;
    }
    .blockProductPupup form .productWrapper .productDescription {
        width: 100%;
        text-align: center;
    }
    .blockProductPupup form .productWrapper .productDescription .title {
        font-size: 23px;
        margin: 0 0 25px;
    }
    .blockProductPupup form .productWrapper .productDescription .productPrice {
        font-size: 17px;
    }
    .blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li {
        float: none;
        display: inline-block;
    }
    .blockProductPupup form .productWrapper .productDescription .radioSelection.white .content ul li label, .blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li label {
        padding: 0 0 0 25px;
        font-size: 13px;
        line-height: 25px;
    }
    .blockProductPupup form .productWrapper .productDescription .radioSelection.white .content ul li label:before, .blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li label:before {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }
    .blockProductPupup form .productWrapper .productDescription .radioSelection.white .content ul li label:after, .blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li label:after {
        width: 10px;
        height: 10px;
        left: 5px;
        top: 6px;
    }
    .blockProductPupup form .productWrapper .productDescription .radioSelection .content ul li {
        width: 55px;
    }
    .blockProductPupup form .productWrapper .productDescription .formRow.form2ColumnWrapper .formColumn button {
        margin: 0 auto;
    }
    .blockProductPupup form .productWrapper .productDescription .formRow.form2ColumnWrapper .formColumn {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
}
@media (max-width: 319px) {
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100% !important;
    }
}
.blockEventInfoTop .blockContent p {
    word-break: break-word;
}
.cart_fixed_block{
    z-index: 9999;
}
.dropdown-fields{
    width: 250px;
    height: 33px;
}
.content.dropdown{
    margin-bottom: 8px !important;
}
.content.dropdown option,
select.dropdown-fields {
    font-size: 15px;
}
@media (max-width: 500px) {
    .blockChooseARaceWrapper.allConfirmed{
        padding: 0 10px;
    }
    .blockExtraPurchasesWrapper.confirmed.allConfirmed .block.blockExtraPurchases.activePurchace.hasib {
        padding: 0 10px 30px;
    }
    .selectedExtraPurchases .leftColumn .ExtraPurchasesName ul li div, 
    .selectedExtraPurchases .leftColumn .ExtraPurchasesName ul li span{
        font-size: 15px !important;
    }
    .blockExtraPurchases .processNumberWrapper {
        margin-left: unset !important;
        border-bottom:none
    }
}
@media (max-width: 400px) {
    .selectedExtraPurchases.showme .leftColumn{
        width: 100% !important;
    }
    .selectedExtraPurchases.showme .rightColumn{
        display: none !important;
    }
    .selectedExtraPurchases .leftColumn .ExtraPurchasesName ul {
        padding: 0 4px !important;
    }
    .selectedExtraPurchases.showme{
        padding: 10px 5px !important;
        /* padding-left: 5px !important; */
    }
}

.additional-info.inner_ulli a:has(> input[type=button]), 
.additional-info.inner_ulli a > input[type=submit], 
.additional-info.inner_ulli a > input[type=reset] {
    display: inline-block !important;
    padding: 5px 10px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    background:  #1f9c98 !important;
    cursor: pointer;
}
.additional-info.inner_ulli a input[type=button], 
.additional-info.inner_ulli a input[type=submit], 
.additional-info.inner_ulli a input[type=reset] 
{
    border: transparent;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    padding: 0px;
    cursor: pointer;
}
.footerSiteMapa{
    font-size: 20px;
    color: #06a4a2;
    font-family: 'Montserrat-Bold';
}

.edit-personal-info-btn{
    display: inline;
    padding: 5px 20px;
    color: #FFF;
    background: #03132b;
    text-transform: uppercase;
    border-radius: 3px;
}
.personal-save-btn{
    display: none;
}

.personal-save-success{
    display: none;
}
.alert {
    position: relative;
    top: 10;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 10px;
    line-height: 1.8;
    border-radius: 5px;
    cursor: hand;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
  }
  
  .alertCheckbox {
    display: none;
  }
  
  :checked + .alert {
    display: none;
  }
  
  .alertText {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
  
  .alertClose {
    float: right;
    padding-top: 5px;
    font-size: 10px;
  }
  
  .clear {
    clear: both;
  }
  
  .info {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #999;
  }
  
  .success {
    background-color: #EFE;
    border: 1px solid #DED;
    color: #9A9;
  }
  
  .notice {
    background-color: #EFF;
    border: 1px solid #DEE;
    color: #9AA;
  }
  
  .warning {
    background-color: #FDF7DF;
    border: 1px solid #FEEC6F;
    color: #C9971C;
  }
  
  .error {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
  }