/* Main classes for all boxes */
.single-box-wrapper {
    margin: 10px -10px -10px;
    border-radius: 5px;
    display: flex;
    clear: both;
   /*  margin-bottom: 50px; */
   flex-wrap: wrap;
}

.single-box-wrapper:before,
.single-box-wrapper:after {
    display: none; 
}

.single-box-wrapper > div {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
    border-radius: 5px;
}

.single-box-wrapper a[href^="tel:"],
.single-box-wrapper a[href^="mailto:"] {
    color: inherit;
    text-decoration: none; 
}
.single-box-header {
    background-color: #f1f2f2;
    height: 70px;
    /*line-height: 70px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* align-items: center; */
    align-items: stretch;
}
.single-box-header > div {
    align-self: center; 
}
.single-box-header-elements {
    width: 100%;
}
.single-box-header img {
    width: 90px;
    /*float: left;*/
}
.single-box-header-ratings i {
    width: 15px;
    font-size: 1em;
    color: #2a7dfb;
    /*height: 20px;*/
}
.single-box-header-ratings p {
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 11px; 
    color: #3a4055;
    margin-bottom: 0;
}
.single-box-header span {
    font-weight: bold;
    font-size: 1.2em;
}
.single-box-header-ratings {
    /*min-height: 70px;*/
	color: #181f38;
}
.lr-borders:before {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    /* top: -7px; */
    top: 50%;
    transform: translateY(-50%); 
    left: 0;
    background: #dddddd;
}
.lr-borders:after {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    /* top: -7px; */
     top: 50%;
    transform: translateY(-50%); 
    right: 0;
    background: #dddddd;
}
.single-box-body {
    padding: 10px 0;
}
.single-box-body-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f2f2;
    align-items: center;
}
.single-box-body-row span {
    color: #7d7d8c;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: bold;
}

.single-box-body-row > span {
    display: inline-block; 
    vertical-align: middle; 
    margin: 8px 0; 
}

.single-box-body-row p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1e1f41;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 8px 0;
    opacity: 1;
}

.single-box-body-row p.box-text-small {
    font-size: .8em; 
}
.single-box-complain-text p {
    font-style: italic;
    font-size: 13px;
    padding: 10px 1px;
    color: #181f39;
}
.single-box-title {
    justify-content: center;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin-bottom: 0;
    color: #181f39;
    /* maham pt zaradi title v rating-box*/
    padding-bottom: 0; 

    padding: 8px;
    margin-bottom: 10px;
    font-weight: 800;
    background-color: #f1f2f2;
    border-radius: 4px;
}
/* End Main classes for all boxes */

/* User rating box */
.user-rating-box-rating {
    color: #181f38;
    font-size: 1.5em;
    text-align: center;
}
.user-rating-box-rating span {
    font-size: 2em;
    font-weight: bold;
}
.user-rating-box-count-users {
    color: #afafaf;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.user-rating-box-star-rating {
    text-align: center;
}
.user-rating-box-star-rating > span {
    margin: 0 auto;
}
.single-box-buttons-wrapper {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin-bottom: 15px;
}

.single-box-buttons-wrapper > strong {
    width: 100%;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
}

.single-box-buttons-wrapper .button:not(.button-block) {
     width: calc( 50% - 7px); 
}

.single-box-buttons-wrapper .button {
    display: flex;
    justify-content: space-around;
    align-items: center; 
}
/* End User rating box */

/* Payment Methods box */
.payment-methods-box-wrapper .nav-tabs {
    border-bottom: none;
}
.tab-table {
    background-color: #f1f2f2;
}
.tab-table {
    color: #1e1f41;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tab-table:before {
    display: none;
}
.tab-table.active {
    background-color: #fff;
}
.payment-methods-box-wrapper .nav-tabs>li>a {
    color: #1c1d4f;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
}
.payment-methods-box-wrapper .nav-tabs>li.active>a, .payment-methods-box-wrapper .nav-tabs>li.active>a:focus, .payment-methods-box-wrapper .nav-tabs>li.active>a:hover {
    color: #2a7efb;
    border: none;
}
.payment-methods-box-body {
    margin: 15px 0;
    padding: 0 25px;
}
.payment-methods-box-wrapper .payment-methods-box-logo {
    display: inline-block; 
    vertical-align: middle; 
}

.payment-methods-box-wrapper .payment-methods-box-logo img {
    width: 90px;
    height: 45px;
}
/* End Payment Methods box */

.single-box-body-row p span {
    font-size: 1.125em;
}

/* Free Bet box */
.row-flex-centered {
    justify-content: center;
}
.single-box-complain-text span {
    color: #afafaf;
    font-size: 0.9em;
    padding: 10px 0;
    display: inline-block;
}
.single-box-complain-text a {
    color: #afafaf;
    font-size: 1em;
    text-transform: none;
    text-decoration: underline;
}
.single-box-body .free-bet-box-row:nth-child(2) p{
    font-size: 1.3em;
}
.single-box-body .free-bet-box-row:nth-child(2) span {
    font-size: 1em;
}
.single-box-body .free-bet-box-row:nth-child(3) p {
    font-size: 1.125em;
}
.single-box-body .free-bet-box-row:nth-child(4) p {
    font-size: 0.9em;
    color: #7d7d8c;
}
/* End Free Bet box */

.button-bonuscode {
    border: 1px dashed #afafaf;
    cursor: default; 
}

.single-box-buttons-wrapper .button-bonuscode.popup-button-js {
    cursor: pointer; 
}

/*Oddspedia box*/
.oddspedia-box-counter {
    text-align: center;
    border: 1px solid #7d7d8c;
    border-radius: 50%;
    padding: 1px 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: #7d7d8c;
    opacity: 0.75;
    margin-left: 5px;
}
.oddspedia-box-logo img {
    width: 60%!important;
    margin-left: 0;
}
.oddspedia-box-body {
    padding: 20px 15px;
}
.oddspedia-box-body p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #181f39;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.oddspedia-box-body p span {
    padding-right: 8px;
}
.oddspedia-box-button {
    width: 100%;
    margin: 0 auto;
}
/*End Oddspedia box*/

.single-box-body-row .single-box-betting-tax-name {
    font-size: 0.95em;
    /*margin-top: -8px;*/
}

.mobile-site-box-body {
    text-align: center;
    padding: 40px 0;
    color: #cecfd1;
}
.mobile-site-box-body span {
    font-size: 38px;
    position: relative;
}
.mobile-site-box-body span i {
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: -3px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}
.long-description img {
    width: 50px!important;
}
.operator-box-container + .operator-box-container {
    clear:both;
}
@media ( min-width: 330px ) {
    .mobile-site-box-body span { 
        font-size: 40px; 
    }
}

@media ( min-width: 360px ) {
    .single-box-body-row p.box-text-small {
        font-size: 1em; 
    }
}
/* Media Queries */
@media (min-width: 700px) {
    /* .load-more-button {
        display: none;
    } */

    .operator-box-container {
        float: left; 
        max-width: 348px;
        margin-right: 20px; 
        margin-bottom: 10px; 
        position: relative; 
        z-index: 1; 
    }

    .operator-box-container .no-padding.background-white {
        width: 100%; 
    }

   /*  .operator-box-container + h2 {
       clear: both; 
   } */
}
@media (min-width: 992px) {
    /* .single-box-wrapper {
        margin-bottom: 200px;
    } */
}
@media (max-width: 992px) {
    .single-box-wrapper {
        flex-wrap: wrap;
    }
    .single-box-wrapper > div {
        width: calc(50% - 20px);
    }
}
@media (max-width: 700px) {
    .load-more-button {
        display: block;
    }
    .single-box-wrapper {
        flex-wrap: wrap;
    }
    .single-box-wrapper > div {
        width: calc(100% - 20px);
    }
}

/* link for top-3 boxes */
.top-3 {
    margin-bottom: 50px;
}
.top-3>.single-box-wrapper {
    justify-content: center;
}
.top-3 a.see-more {
    display: flex;
    float: right;
    align-items: center;
    justify-content: right;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto Condensed',
    sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #696994;
    text-transform: uppercase;
}
.top-3 a.see-more:hover,
.top-3 a.see-more:focus {
    color: #fff;
}

.top3-alternatives { color: #fff; background: #292E4B; border-radius: 5px; overflow: hidden; font-family: Roboto Condensed, 'Roboto Condensed', sans-serif; }
.top3-alternatives-head { padding: 25px 0; border-radius: 5px; background: #3A4055; }
.top3-alternatives-subtitle { font-size: 22px; text-transform: uppercase; font-weight: 700; }
.top3-alternatives-title { font-size: 27px; text-transform: uppercase; font-weight: 700; }
.top3-alternatives-body { padding: 30px 15px; }
.top3-alternatives-body .top3-alternatives-title { margin-bottom: 20px; }
.top3-alternatives .single-box-buttons-wrapper { margin-top: 20px; }