b,
strong {
    font-weight: 700
}

button[disabled],
html input[disabled] {
    cursor: default
}

.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-50 {margin-top:50px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #6b94cb;
    color: #fff
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

.tab-content>.tab-pane {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top-color: transparent
}

.tab-content>.active {
    display: block
}

.related-content{position: relative;border: 5px solid #bebebe;border-radius: 5px;padding:5px;}
.related-content .nav-tabs {border-bottom: 0;}
.related-content .nav-tabs > li > a, .related-content .nav-tabs > li > a:hover, .related-content .nav-tabs > li > a:visited {margin:0;border:0;border-radius:0;}
.related-content .nav-tabs > li.active > a {border-bottom:solid 1px red;}
.related-content .tab-content > .tab-pane {border:0;}
.related-content .tab-pane .row {margin-bottom:0;}
.related-content .casino-attribs {margin:10px 0;}
.related-content .tab-pane .row.casino-attribs {margin-bottom:10px;}
.related-content .tab-pane .row.casino-attribs > div {padding:0;}
.related-content .casino-attribs span {font-weight:bold;text-transform:uppercase;}

@media (max-width:375px) {
    .related-content {text-align:center;}
    .related-content ul li {float:none;}
    .related-content .img-responsive {display:inline-block;}
    .related-content .actions {text-align:center;}
    .related-content .actions a {display:block;margin-bottom:10px;}
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}


.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}


h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4,
.h4 {
    font-size: 18px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

address {
  margin-top: 12px;
  margin-bottom: 14px;
    font-style: normal;
    line-height: 1.42857143
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-group {
    margin-bottom: 15px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-restricted {
    color: #fff;
    background-color: #f00 !important;
    border-color: #f00 !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.show {
    display: block !important;
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 0; /* 1px; */
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title, .popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #2396F7; /* #f7f7f7; */
    color:#fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    text-align:center;
}

.popover-content, .popover-body {
    /* padding: 9px 14px */
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.hidden-desktop {
    display: block !important
}

@media (min-width:768px) {
    .hidden-desktop {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

    .carousel__header {
        font-size:20px;
        text-align:center;
        font-weight:bold;
        margin:1.25rem auto .75rem;
    }
    .carousel__container {
        height:376px;
    }
    .carousel__card > * {
        padding:0;
    }
    .carousel__container {
        grid-column:1 / -1;
        display:grid;
        grid-template-columns:54px 1fr 54px;
        grid-template-rows:auto 1fr;
        margin:0 -1.25rem 0;
        height:100%;
    }
    .carousel__table-head {
        display:none;
    }
    .carousel__container .carousel__header {
        grid-column:1 / -1;
        font-size:20px;
        font-weight:bold;
        text-align:center;
        margin:1.25rem auto 1.5rem;
        padding:0 1.25rem 0;
    }
    .carousel__card-container {
        position:relative;
        height: 300px;
        border-spacing:0;
        width:100%;
    }
    .carousel__card {
        background:#FFF;    
        border-radius:2px;  
        box-shadow: 1px 1px 5px 1px #f1f1f1;
        box-sizing:border-box;
        display:none;
        grid-gap:16px;
        /*grid-template-rows:auto 1fr 1fr 50px auto;*/
        min-height:278px;
        opacity:0;
        padding:16px;
        padding-bottom: 20px;
        position:absolute;
        text-align:center;
        top:1rem;
        width:230px;
        -webkit-font-smoothing:antialiased;
        z-index:-1;
    }
    .carousel__card>* {
        padding:0;
    }
    .carousel__card--visible {
        display:grid;
        opacity:1;
        z-index:1;
    }
    .carousel__card--visible:after {
        content:'';
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
        transition:background-color 450ms ease 0s;
        background:rgba(0, 0, 0, 0.12);
        border-radius:2px;
    }
    .carousel__card--most-left {
        left:calc(50%);
        transform:translateX(-365px) translateX(50%) scale(.7);
        z-index:1;
    }
    .carousel__card--left {
        left:calc(50%);
        transform:translateX(-260px) translateX(25%) scale(0.85);
        z-index:2;
    }
    .carousel__card--center-left {
        left:calc(50% - 115px);
        z-index:3;
    }
    .carousel__card--center-center {
        left:calc(50%);
        transform:translateX(30px) translateX(-25%) scale(0.85);
        z-index:2;
    }
    .carousel__card--center-left .carousel__rank,.carousel__card--center-center .carousel__rank,.carousel__card--center-right .carousel__rank {
        opacity:1;
    }
    .carousel__card--center-left:after {
        display:none;
    }
    .carousel__card--center-right {
        left:calc(50%);
        transform:translateX(-95px) translateX(50%) scale(0.7);
        z-index:1;
    }
    .carousel__card--right {
        display:none;
    }
    .carousel__card--most-right {
        display:none;
    }
    .carousel__rank {
        position:absolute;
        display:flex;
        justify-content:center;
        align-items:center;
        width:24px;
        height:24px;
        top:-5px;
        left:-7px;
        border-radius:2px;
        background:#cf2e2e;
        opacity:1;
    }
    .carousel__rank-value {
        font-size:12px;
        font-weight:600;
        color:white;
    }
    .carousel__circle-button {
        justify-self:center;
        align-self:center;
        position:relative;
        width:40px;
        height:40px;
        border-radius:50%;
        z-index:4;
        user-select:none;
        background:#CCC;
        cursor:pointer;
        -webkit-tap-highlight-color:rgba(255, 255, 255, 0);
        transition:opacity 0.3s ease-in-out 0.3s;
        box-shadow: 2px 2px 2px #CCC;
    }
    .carousel__circle-button:hover {
        transition:background 0.3s ease-in;
    }
    .carousel__arrow-container {
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
        height:18px;
    }
    .carousel__arrow-container--left {
        transform: translate(-60%, -35%) rotateZ(180deg);
    }
    .carousel__arrow-container--right {
        transform: translate(-40%, -60%) rotateZ(0deg);
    }
    .carousel__arrow-container svg {
        width:12px;
        stroke:#FFF;
    }
    .indicators {
        color:#C4C4C4;
        display:none;
        font-size: 12px;
        grid-column:-1/1;
        margin:10px auto;
    }
    .indicator span {
        margin:0 4px;
    }
    .indicator.indicator-start {
        font-weight:bold;
        color:#000;
    }
    .indicator span {
        margin-right:0;
    }
    .indicator.indicator-dots {
        margin:0 4px;
    }
    @media screen and (min-width: 768px) {
        .carousel__container {
            /*height: 450px;*/
            height: 320px;
        }
    }
    @media screen and (min-width: 700px) {
        .carousel__card--most-left {
            display:grid;
            left:calc(50% - 230px);
            transform:translateX(-365px) translateX(50%) scale(0.7);
            z-index:1;
        }
        .carousel__card--left {
            left:calc(50% - 230px);
            transform:translateX(-260px) translateX(25%) scale(0.85);
            z-index:2;
        }
        .carousel__card--center-left {
            left:calc(50% - 365px);
            z-index:3;
        }
        .carousel__card--center-center {
            left:calc(50% - 115px);
            transform:none;
            z-index:3;
        }
        .carousel__card--center-right {
            transform:none;
            left:calc(50% + 135px);
            z-index:3;
        }
        .carousel__card--right {
            display:grid;
            left:calc(50% + 230px);
            transform:translateX(30px) translateX(-25%) scale(0.85);
            z-index:2;
        }
        .carousel__card--most-right {
            display:grid;
            left:calc(50% + 230px);
            transform:translateX(-95px) translateX(50%) scale(0.7);
            z-index:1;
        }
        .carousel__card--center-center:after,.carousel__card--center-right:after {
            display:none;
        }
        .carousel__card--visible {
            transition:all 450ms ease 0s;
        }
        .carousel__card--visible:after {
            background:rgba(0, 0, 0, 0.06);
        }
        .carousel__card--most-right.carousel__card--visible:after,.carousel__card--most-left.carousel__card--visible:after {
            background:rgba(0, 0, 0, 0.12);
        }
    }
    @media (max-width: 992px) {
        #scrollcards{
            grid-column:1/-1;
            display:grid;
            grid-template-rows:auto 1fr;
            margin:0 -1.25rem 0;
            height:100%;
            grid-template-columns:auto;
        }
        #scrollcards .carousel__card-container {
            position:relative;
            display:block;
            overflow:hidden;
            overflow-x:auto;
            -webkit-overflow-scrolling:touch;
            scroll-snap-type:x mandatory;
            width:auto;
            min-height:390px;
        }
        #scrollcards tbody {
            display:grid;
            grid-template-columns:repeat(15, 290px);
            grid-gap:16px;
            scroll-snap-type:x mandatory;
            overflow:auto;
            overflow-x:scroll!important;
            padding:2rem 1.25rem 1rem;
        }
        #scrollcards tr.carousel__card {
            border-radius:2px;
            padding:16px;
            left:auto;
            right:auto;
            transform:none;
            position:relative;
            top:auto;
            display:grid!important;
            opacity:1!important;
            z-index:1!important;
            width:290px;
            min-height:330px;
            scroll-snap-align:center;
            scroll-snap-stop:always;
            grid-template-rows:auto;
        }
        .carousel__link {
            align-self:end;
        }
        #scrollcards .carousel__card:after {
            content:none;
        }
        #scrollcards .carousel__circle-button {
            display:none;
        }
        .indicators {
            display:none;
            margin-top:0;
        }
        .indicator span {
            margin:0 3px;
        }
        .indicators.indicators-desktop {
            display:none;
        }

        #scrollcards:before {
            content: "";
            position: relative;
            background-image: url(/img/arrow_gesture_hand_left_right_icon.png);
            background-repeat: no-repeat;
            width: 36px;
            height: 36px;
            display: block;
            /* background-color: red; */
            background-size: contain;
            left: calc(50% - 18px);
            margin-top: 5px;
        }

    }
    @media (min-width: 993px) {
        .carousel__card-container {
            min-height: 320px;
        }
        #scrollcards tr.carousel__card {
            top:2rem;
        }
        .carousel__card--visible {
            transition:all 450ms ease 0s;
        }
        .indicators{
            display:none;
        }
        .indicators.indicators-desktop {
            display:none;
            margin-top: 0px;
        }
        .indicator-next {
            margin:0 4px;
        }
    }


@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.row .row,
.row-fluid .row-fluid {
    margin-bottom: 30px
}

.row.nomargin,
.row-fluid.nomargin {
    margin-bottom: 0
}

iframe {
    border: none
}

footer {
    background: #f2f2f2
}

#sub-footer {
    border-top: 1px solid #ddd;
    background: #f7f7f7
}

footer {
    padding: 50px 0 0 0
}

footer a {
    color: #666
}

footer a:hover {
    color: #444
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #666
}

footer address {
    line-height: 1.6em
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none
}

.copyright {
    text-align: left;
    font-size: 12px
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

a.scrollup {
    outline: 0;
    text-align: center
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none
}

a.scrollup i {
    margin-top: 10px;
    color: #fff
}

a.scrollup i:hover {
    text-decoration: none
}

p.q {
    border-left: 5px solid #6b94cb;
    padding: 10px 0 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eee
}

.abstract img.box {
    background: #fcf9b0;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px 0
}

.featured {
    border-right: 56px solid rgba(0, 0, 0, 0);
    border-top: 56px solid #f89406;
    display: block;
    height: 0;
    line-height: 22px;
    position: absolute;
    transform: translateZ(0);
    width: 0;
    z-index: 1
}

.featured::before {
    color: #fff;
    content: "featured";
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: -50px 0 0 5px;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(315deg)
}

.featured.no1 {
    border-top: 56px solid #738d00
}

.featured.no1::before {
    content: "#1"
}

.featured.no2 {
    border-top: 56px solid #c10841
}

.featured.no2::before {
    content: "#2"
}

.featured.no3 {
    border-top: 56px solid #0098ca
}

.featured.no3::before {
    content: "#3"
}

.featured.no4 {
    border-top: 56px solid #f89406;
}

.featured.no4::before {
    content: "#4"
}

.featured.no5 {
    border-top: 56px solid #a874e1
}

.featured.no5::before {
    content: "#5"
}

span.step {
    background: #013955;
    border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
    font-size: 20px
}

.p-indent {
    padding-left: 38px
}

@media (max-width:767px) {
    .p-indent {
        padding-left: 0
    }
}

.review-bonus-intro {
    background: #333;
    color: #fff;
    margin: 0 !important;
    padding: 5px 0
}

.review-bonus-intro .text {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.6em
}

.review-bonus-rank {
    background: #333;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0 !important;
    padding: 10px 0;
    border-top: 2px #f0ad4e solid
}

.review-bonus-rank .total {
    font-size: 1.5em;
    color: #fff;
    margin-top: 0;
    font-size: 45px
}

.exclusive {
    padding: 2px 8px 2px 5px;
    ;
    color: #fff;
    background: red;
    border-radius: 5px;
    font-style: italic;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    margin-right: 5px;
}

.review-exclusive {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: red;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent
}

.review-new {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: #5cb85c;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent
}

.review-code {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: #31708f;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent
}

.left-align {
    text-align: left !important;
    padding-left: 15px !important
}

.pricing-heading.left-align {
    padding: 10px 0 10px 15px !important
}

.pricing-heading.left-align h3,
.pricing-heading.left-align h2 {
    margin: 0
}

.pricing-terms.left-align {
    padding: 10px 0 10px 15px !important
}

.pricing-action.left-align {
    padding: 10px 0 10px 15px !important
}

.pricing-box-alt.special.intro .pricing-heading,
.pricing-box-alt.special.intro .pricing-terms {
    padding: 15px
}

.pricing-box-alt.special.intro .pricing-heading h2 {
    margin: 0;
    color: #fff
}

.btn-altplay {
    background: #94cb6b;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

aside.right-sidebar div.widget h5 {
    background: url(/img/section.png) repeat-x 0 50%;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 10px 0
}

aside.right-sidebar div.widget h5 {
    font-size: 16px;
    margin-bottom: 20px
}

h2 span,
aside.right-sidebar div.widget h5 span {
/*
    padding: 0 5px;
    margin-left: 10px
    */
}

@media (max-width:767px) {
    h2 span,
    aside.right-sidebar div.widget h5 span {
        /*background: #fff;*/
        padding: 0;
        margin-left: 0
    }
    h2 {
        background: none
    }
    .review-bonus-intro .text {
        line-height: 1em
    }
    .review-exclusive,
    .review-new {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .review-bonus-intro {
        text-align: center
    }
    .review-bonus-intro .pull-right {
        float: none !important
    }
    .review-bonus-intro .btn-play {
        width: 100%
    }
    #responsive-tbl td.full.mobile-ctr {
        padding-left: 0 !important;
        text-align: center !important
    }
    #responsive-tbl td.full.casino {
        background: #334359
    }
    #responsive-tbl td.full.casino a {
        color: #fff
    }
}

h4 {
    margin-bottom: 10px
}

div.pricing-heading h2 {
    background: none;
    margin: 0;
    font-weight: 700
}

div.pricing-heading h2 span {
    background: none;
    margin: 0;
    padding: 0
}

.img-margin {
    margin: 0 auto 10px auto
}

.btn-border {
    border: solid 1px #6b94cb;
    border-radius: 4px
}

.img-border {
    border-radius: 4px
}

h4.orangeh {
    margin-bottom: 10px;
    color: darkorange
}

.feat-blue,
.feat-blue a {
    font-size: 18px;
    font-weight: 700;
    color: #6da5b9
}

.feat-red,
.feat-red a {
    font-size: 18px;
    font-weight: 700;
    color: #e13f36
}

.feat-green,
.feat-green a {
    font-size: 18px;
    font-weight: 700;
    color: #75bc89
}

.feat-purple,
.feat-purple a {
    font-size: 18px;
    font-weight: 700;
    color: #a736e6
}

.feat-yellow,
.feat-yellow a {
    font-size: 18px;
    font-weight: 700;
    color: #f5f356
}

.feat-orange,
.feat-orange a {
    font-size: 18px;
    font-weight: 700;
    color: #eea236
}

.feat-black,
.feat-black a {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.feat-standard,
.feat-standard a {
    font-size: 18px;
    font-weight: 700
}

[class*='feat-'] a {
    text-decoration: underline
}

.wa-container-blue {
    border: 0 solid #6b94cb;
    border-radius: 10px;
    padding: 10px;
    background: #6b94cb;
    color: white
}

.wa-container-orange {
    border: 0 solid #6b94cb;
    border-radius: 10px;
    padding: 10px;
    background: #f89406;
    color: white
}

.wa-container-green {
    border: 0 solid #6b94cb;
    border-radius: 10px;
    padding: 10px;
    background: #85d606;
    color: white
}

[class*='wa-container-'] li {
    color: #fff
}

[class*='wa-container-'] a,
[class*='wa-container-'] a:hover {
    color: #fff;
    text-decoration: underline
}

.alert-danger a {
    text-decoration: underline;
    font-weight: 700;
    color: #a94442
}

.recommended {
    margin-bottom: 25px
}

.recommended-title {
    color: #fff;
    font: bold 18px Arial, sans-serif;
    padding: 10px 20px;
    background-color: #50a846
}

.casino-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    min-height: 100%
}

.casino-logo span.name {
    font-weight: 700
}

.casino-logo img {
    max-width: 75%;
    max-height: 70px
}

.casino-logo .featured {
    top: 0;
    left: 0
}

.casino-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    min-height: 100%
}

.casino-bonus {
    color: #585858;
    font: 20px Arial, sans-serif;
    line-height: 100%;
    font-weight: 700;
    min-height:70px;
}

.casino-bonus .casino-nr {
    color: #090;
    font-size: 55px;
    line-height: 100%;
    font-weight: 700
}

.casino-bonus .casino-nr-match {
    color: #090;
    font-size: 25px;
    line-height: 100%;
    display: block;
    max-width: 90%;
    font-weight: 700
}

.casino-score {
    color: #296ed9;
    font: 12px Arial, sans-serif;
    line-height: 100%;
    font-weight: 700
}

.casino-score img {
    max-height: 50px
}

.casino-score .casino-nr {
    color: #134695;
    font-size: 17px;
    line-height: 100%;
    margin: 5px 0
}

.casino-attrib {
    margin-top: 10px;
    font: 12px Arial, sans-serif;
    line-height: 100%;
    font-weight: 700
}

.casino-nr {
    display: block;
    font-weight: 700
}

.casino-score .casino-pay {
    color: #d335dd
}

.casino-score .casino-pay .casino-nr {
    color: #a222a1
}

.casino-rating {
    margin-top: 5px;
    margin-bottom: 5px
}

.casino-review {
    color: #50a846;
    font: bold 12px Arial, sans-serif;
    line-height: 100%
}

.casino-review:hover {
    text-decoration: underline
}

.rating-stars {
    display: inline-block;
    position: relative
}

.rating-stars .stars {
    font-size: 20px;
    display: flex
}

.rating-stars .stars.off {
    color: #dedede
}

.rating-stars .stars.on {
    color: #ffc435;
    position: absolute;
    top: 0;
    overflow: hidden
}

.rating-stars .stars i {
    margin: 0 1px
}

@media screen and (max-width:640px) {
    .recommended-title {
        font-size: 27px;
        font-weight: 400
    }
    .casino-col {
        width: 50%;
        margin: 15px 0
    }
    div.mostclicked.green .casino-col:nth-child(even) {
        border-right: 0
    }
    div.mostclicked.green .bonus-terms-pop {height:30px;line-height:30px;display:inline-block;margin-bottom:10px;}
    .casino-col-5 {
        width: 66.66%
    }
    .listing img {
        max-width: 100%
    }
    .casino-logo {
        width: 33.33%;
        min-height: 80px
    }
    .casino-logo img {
        width: 100%
    }
    .casino-play {
        width: 50%;
        top: 85px
    }
    .toplist--main .casino-play {
        top: 90px
    }
    .casino-bonus,
    .casino-score {
        font-size: 18px;
        min-height:auto;
    }
    .casino-bonus .casino-nr,
    .casino-score .casino-nr {
        font-size: 17px
    }
    .casino-rating {
        margin-bottom: 2px
    }
    .rating-stars .stars {
        font-size: 24px
    }
    .casino-review {
        font-size: 21px;
        font-weight: 400;
        text-decoration: underline
    }
    .casino-review:hover {
        text-decoration: none
    }
    .featured:before {
        font-size: 14px;
        margin: -36px 0 0 2px
    }
    .featured {
        border-right-width: 36px;
        line-height: 24px
    }
    .featured.no1,
    .featured.no2,
    .featured.no3,
    .featured.no4,
    .featured.no5 {
        border-top-width: 36px
    }
}

@media screen and (max-width:480px) {
    .recommended-title span {
        display: none
    }
}

@media screen and (max-width:375px) {
    .listing img {
        max-height: 45px;
        max-width: 100%
    }
    .recommended-title {
        font-size: 18px;
        padding: 10px
    }
    .casino-col {
        margin: 10px 0
    }
    .casino-logo {
        min-height: 100px
    }
    .casino-play {
        top: 53px
    }
    .casino-bonus,
    .casino-score {
        font-size: 12px
    }
    .casino-bonus .casino-nr {
        font-size: 40px
    }
    .casino-score .casino-nr {
        font-size: 14px
    }
    .mostclicked .casino-bonus .casino-nr {
        font-size: 50px
    }
    .rating-stars .stars {
        font-size: 20px
    }
    .casino-review {
        font-size: 14px
    }
    .rating-stars .stars {
        font-size: 16px
    }
}

@media screen and (max-width:359px) {
    .casino-play {
        top: 53px
    }
    .listing img {
        height: auto;
        max-width: 90%
    }
    .boom ul.fa-ul {
        margin-top: 20px
    }
}

.bonus-terms {
    font-weight: 600
}

.pricing-terms .review-terms {
    font-size: .8em
}

.pricing-terms .review-terms a {
    color: #f0ad4e
}

.home-expert {
    background: url(/img/home-expert.png) no-repeat;
    background-size: cover;
    padding: 10px 5px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    border-radius: 5px
}

.home-expert h3 {
    font-size: 18px;
    color: #fff
}

.home-expert ul {
    text-align: left
}

.home-expert h4 {
    font-size: 16px;
    color: #fff
}

.home-expert img.trusted {
    border-radius: 5px
}

.row .home-stats {
    margin-left: 0;
    margin-right: 0
}

.home-stats {
    border: solid 1px #ddd;
    border-radius: 5px
}

.home-stats>div {
    text-align: center
}

.home-stats h2 {
    background: none;
    margin: 10px 0
}

.home-stats .num {
    font-weight: 700;
    font-size: 24px;
    color: #6b94cb;
    margin-bottom: 10px
}

.home-qa {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px
}

.home-qa h2 {
    background: none;
    margin: 10px 0;
    font-size: 24px
}

.home-qa span {
    font-weight: 700;
    font-size: 20px;
    color: #6b94cb;
    margin-bottom: 10px
}

.home-trust {
    background: url(/img/home-trust.png) no-repeat;
    background-size: cover;
    padding: 10px 5px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 5px
}

.home-trust .row {
    margin: 0
}

.home-trust h4 {
    color: #fff
}

.home-trust ul {
    display: inline-block
}

.home-trust li {
    text-align: left
}

.boom {
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    background-color: #fff;
    border-top: solid 1px #f5f5f5;
}

.boom h2,
.boom h3,
.boom h4 {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0
}

.boom ul.fa-ul {
    margin-left: 20px
}

.boom i.fa {
    margin-top: 4px
}

.boom-inner,
.boom-inner-dark {
    padding: 15px 20px;
}

.boom-inner:after,
.boom-inner-dark:after {
    display: table;
    content: " ";
    clear: both
}

.boom-inner p:last-child,
.boom-inner-dark p:last-child {
    margin-bottom: 0
}

.boom-blue {
    background: #b7e9fb
}

.boom-blue .boom-inner {
    background: #b7e9fb
}

.boom-blue h2,
.boom-blue h3,
.boom-blue h4 {
    background: #2254ba
}

.boom-blue .boom-inner-dark {
    background: #2254ba
}

.boom-blue i.fa {
    color: #2254ba
}

.boom-blue .boom-inner-dark p.intro {
    color: #fff;
    font-weight: 600
}

.boom-blue .boom-inner-dark p.intro a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline
}

.boom-blue .boom-inner p strong {
    font-size: 1.2em
}

.boom-green {
    background: #d7ead1
}

.boom-green .boom-inner {
    background: #d7ead1
}

.boom-green h2,
.boom-green h3,
.boom-green h4 {
    background: #39971a
}

.boom-green i.fa {
    color: #39971a
}

.boom-green .boom-inner p.intro {
    font-weight: 600
}

.boom-yellow {
    background: #fef2cc
}

.boom-yellow .boom-inner {
    background: #fef2cc
}

.boom-yellow h2,
.boom-yellow h3,
.boom-yellow h4 {
    background: #fcbd00
}

.boom-yellow i.fa {
    color: #fcbd00
}

.boom-red {
    background: #fddddd
}

.boom-red .boom-inner {
    background: #fddddd
}

.boom-red h2,
.boom-red h3,
.boom-red h4 {
    background: #dd1616
}

.boom-red .boom-inner-dark {
    background: #dd1616
}

.boom-red i.fa {
    color: #dd1616
}

.boom-red .boom-inner-dark p.intro {
    color: #fef2cc;
    font-weight: 600
}

.boom h2.px16 {
    font-size: 16px
}

.boom .num {
    font-size: 24px;
    font-weight: 700
}

.boom .box h2,
.boom .box h3,
.boom .box h4 {
    padding: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.badge-tested {
    position: absolute;
    right: 20px;
    bottom: 40%;
    width: 120px
}

.box-img {
    width: 60px
}

.box-img2 {
    width: 90px
}

.box-img3 {
    width: 150px
}

.box-img-fl {
    width: 30px;
    float: left;
    margin-right: 10px
}

div.clr {
    display: table;
    content: " ";
    clear: both;
    margin: 0 -20px 0 -20px;
    border-top: solid 1px #fff;
    padding: 20px 15px
}

div.clr p:last-child {
    margin-bottom: 0
}

div.clr:nth-child(odd) {
    background: #e1f6fd
}

.boom-green div.clr {
    border-top: 0;
    padding: 0;
    margin: 0
}

@media (max-width:797px) {
    .boom {
        margin-top: 20px
    }
    .boom.boom-red {
        margin-top: 0
    }
    .boom h2,
    .boom h3,
    .boom h4 {
        text-align: center
    }
    .badge-tested {
        width: 95px
    }
}

.callout {
    text-align: center;
    margin: 30px 0
}

.handwriting {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #155268;
    line-height: 1.1em
}

.handwriting strong {
    font-weight: 700;
    text-decoration: underline
}

.handwriting .mini {
    font-family: arial;
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin-top: 10px
}

.mostclicked hr {
    margin: 10px 0;
    border-color: #bebebe
}

.ndf-trusted .box h4 {
    height: auto;
    font-size: 14px;
    background: none;
    color: #39971a;
    font-weight: 700
}

.ndf-trusted .box .icon {
    margin-bottom: 0
}

.row .row .nobot,
.row .nobot {
    margin-bottom: 0
}

.panel-default {
    border-color: #dd1616
}

.panel-default>.panel-heading {
    background-color: #fddddd;
    border-color: #dd1616
}

.panel-title>a:hover,
.panel-title>a:focus {
    color: #dd1616
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #dd1616;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #dd1616
}

.total {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #155268;
    line-height: 1.1em
}

.total span {
    font-size: 1.6em;
    font-weight: 700;
    color: #2254ba
}

.total img {
    width: 50px
}

@media (max-width:414px) {
    .mostclicked .casino-col {
        width: 100%
    }
    .mostclicked .listing img {
        max-height: none
    }
    .panel-heading [data-toggle="collapse"]:after {
        font-size: 10px;
        margin-right: -10px
    }
    div.mostclicked.green .casino-col {
        border-right: 0;
        border-bottom: solid 1px #36a23f;
        padding-bottom: 20px
    }
}

.wistia_responsive_padding {
    margin-bottom: 20px;
    border: solid 2px #0098ca
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap
    }
}

.equal>div[class*='col-'] {
    display: flex;
    flex-direction: column
}

.cty>div {
    position: relative;
    height: 100%;
    padding: 10px 10px 40px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    background-color: #fff;
    border-top: solid 1px #f5f5f5;
}

.cty>div .btn {
    bottom: 10px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 30px;
    right: 30px;
    display: inline-block
}

.recommended.sister-sites .recommended-title span {
    color: #F3EA1F
}

.recommended.sister-sites .casino-nr {
    font-size: 35px
}

.recommended.sister-sites .casino-score {
    font-size: 16px
}

.sister-site {
    margin-bottom: 25px
}

.sister-site .title {
    color: #fff;
    font: bold 18px Arial, sans-serif;
    padding: 10px 20px;
    background-color: #50a846;
    border-radius: 10px 10px 0 0
}

.sister-site .title span {
    color: #F3EA1F
}

.sister-site .listing1 {
    border: solid 1px #50a846
}

.sister-site .listing1 .row {
    margin: 0
}

.sister-site .listing1 .row .col-md-2 {
    text-align: center;
    padding: 10px 0
}

.sister-site .logo img {
    max-width: 50%
}

.sister-site .bonus {
    margin-top: 10px
}

.sister-site .bonus .casino-nr {
    color: #090;
    font-size: 35px;
    line-height: 100%;
    font-weight: 700
}

.sister-site .play {
    margin-top: 20px
}

.sister-site ul {
    list-style-position: inside;
    padding: 10px 0 0 0;
    list-style-type: none;
    color: #296ed9
}

.sister-site ul li {
    background: url(/img/tickmark.png) no-repeat left 4px / 15px 15px;
    padding-left: 20px
}

.progress {
    height: 30px;
    margin-bottom: 20px
}

.progress-bar {
    line-height: 30px;
    font-size: 14px
}

.breadcrumb {
    border-left-color: #50a846
}

.btn-link {
    color: #50a846
}

.btn-link:hover,
.btn-link:focus {
    color: #367230
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #50a846
}

.breadcrumb {
    background-color: #6b94cb
}

#sendmessage {
    color: #6b94cb
}

.pullquote-left {
    border-left: 5px solid #6b94cb
}

.pullquote-right {
    border-right: 5px solid #6b94cb
}

.cta-text h2 span {
    color: #6b94cb
}

ul.clients li:hover {
    border: 4px solid #6b94cb
}

.box-bottom {
    background: #6b94cb
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #6b94cb;
    border: 1px solid #6b94cb
}

.post-meta {
    border-top: 4px solid #6b94cb
}

.post-meta .comments a:hover {
    color: #6b94cb
}

.widget ul.tags li a:hover {
    background: #6b94cb
}

/* REVAMP STYLES */

.alert-choose {
    color: #a94442;
    background-color: #FCE639;
    border-color: #E4D031;
    color: #1d1d1d;
}

.alert-choose .standout {
    border: solid 2px red;
    background: white;
    padding: 6px;
    border-radius: 6px;
    display: inline-block;
}

ul.card-list {
    list-style: none;
    margin: 10px -15px 0 -15px;
    padding: 0;
}

ul.card-list:after {
    display: table;
    content: "";
    clear: both;
}

ul.card-list li {
    list-style: none;
}

.card-list-item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.333%;
    min-height: 50px;
    perspective: 687px;
}

.card-list-item .recommended_item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    max-width: 100%;
    padding: 20px;
    display: block;
    cursor: pointer;
    position: relative;
    min-height: 202px;
}

/* .card-list .suggested-link {display: table;width: 100%;} */

.card-list-item .recommended_item img.rev-rate_img {
    position: relative;
    right: 0;
    top: 0;
    width: 90px;
    height: 60px;
    background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    border-radius: 10px;
    float: left;
    margin: 0 14px 14px 0;
    padding: 2px;
}

.recommended_item-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #26292D;
    top: 50%;
    position: relative;
    left: auto;
    right: auto;
    transform: translateY(0);
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.card-list .stars i {
    font-size: 16px;
}

.card_desc-action-buttons {
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

.card_desc-action-buttons {
    width: 90%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.card-list .casino-bonus {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
}

.card-list .casino-bonus .casino-nr {
    font-size: 18px;
    margin: 0 0 10px;
}

.btn-choose {
    color: #fff;
    background-color: #2396F7;
    transition: all .2s ease-out;
    font-weight: bold;
    font-size: 16px;
}

.btn-choose:hover {
    background-color: #65b6fa;
    color: #f8f8f8;
}

.btn-choose.disabled,
.btn-choose[disabled],
fieldset[disabled] .btn-choose,
.btn-choose.disabled:hover,
.btn-choose[disabled]:hover,
fieldset[disabled] .btn-choose:hover,
.btn-choose.disabled:focus,
.btn-choose[disabled]:focus,
fieldset[disabled] .btn-choose:focus,
.btn-choose.disabled:active,
.btn-choose[disabled]:active,
fieldset[disabled] .btn-choose:active,
.btn-choose.disabled.active,
.btn-choose[disabled].active,
fieldset[disabled] .btn-choose.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.alert-choose {
    margin-top: 15px;
}

.alert-choose>p>a {
    color: #1d1d1d;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width:414px) {
    ul.card-list {
        margin-left: 0;
        margin-right: 0;
    }
    .card-list-item {
        padding: 0;
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .card-list-item .recommended_item {
        min-height: 182px;
    }
}

/* General Table Styles */

@media screen {
    table caption {
        display: none;
    }
}

/* Pricing-1 Table */

#casino-list table {
    font-family: sans-serif;
    width: 100%;
}

#casino-list table tr:nth-child(2n) td {
    background-color: #e0e0e0;
}

#casino-list table tr:nth-child(2n+1) td {
    background-color: #ebebeb;
}

#casino-list table tbody td {
    color: #444;
    position: relative;
    background-clip: padding-box;
    vertical-align: top;
    font-size: 13px;
}

#casino-list table tbody td:last-child {
    padding-top: 7px;
}

#casino-list table .inner {
    padding: 0.5em 0.5em;
}

#casino-list table {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    text-align: left;
}

#casino-list .ctr {
    text-align: center;
}

/* Scores between rows */

#casino-list table td,
#casino-list table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}

/* Head */

#casino-list table thead tr {
    color: #fff;
}

/* Product Names Row */

thead tr.product-names th {
    background: #333;
}

thead tr.product-names th,
.product-names .inner {
    background: #2396F7;
    line-height: 3ex;
}

/* Highlight Product Names Row */

//thead tr.product-names th:nth-child(2) .inner {
//  background: linear-gradient(-75deg, #2396F7 0%,#2396F7 39%,#41454a 39%,#41454a 39%,#384247 100%);
//  border-top-left-radius:5px;
//  border-top-right-radius:5px;
//}
/* Prices Row */

thead tr.prices th {
    background: linear-gradient(to bottom, #076c9b 0%, #1c5aac 100%);
}

tr.prices .symbol {
    font-size: 1em;
    font-weight: 200;
    vertical-align: super;
}

tr.prices .amount {
    font-size: 1.8em;
}

tr.prices .free {
    font-size: 1.6em;
    font-weight: normal;
}

tr.prices th {
    height: 5ex;
    line-height: 5ex;
}

/* Buttons */

.buttons-style-1 {
    background: linear-gradient(to bottom, #fde24d 0%, #f5a834 100%);
    border: 0 none;
    border-radius: 5px;
    color: #444;
    font-size: 1.1em;
    padding: 1ex 1em;
    text-align: center;
    font-weight: bold;
}

.buttons-style-1:hover {
    color: #444;
    background: linear-gradient(to bottom, #f8db25 0%, #f69f1d 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
    cursor: pointer;
}

#casino-list a.link {
    color: #535377;
    font-weight: bold;
}

#casino-list .bonus-terms a {
    font-weight: normal;
    font-size: 10px;
}

#casino-list .alert.alert-info {
    display: inline;
    padding: 5px;
    margin: 0;
}

.tandcs,
.tandcs a {
    font-size: 12px;
    color: #e4e4e4;
}

.pricing-terms .tandcs {
    margin-top: 10px;
}

.sig>div {
    line-height: 0.95em;
}

.sig>div>span {
    font-size: 0.9em;
}

.new-casino {
    padding: 2px 4px 2px 1px;
    color: #fff;
    background: blue;
    border-radius: 5px;
    font-style: italic;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase
}

.top-casino {
    padding: 2px 4px 2px 1px;
    color: #1d1d1d;
    background: #FCE639;
    border: solid 1px #E4D031;
    border-radius: 5px;
    font-style: italic;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase
}

.free-spins {
    font-weight: bold;
    text-transform: uppercase;
}

.auto-assign {
    font-size: 12px;
}

#casino-list img.country-flag {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 20px;
}

#casino-list img.os,
#clean-list img.os {
    margin-right: 3px;
}

#casino-list img.os:last-child,
#clean-list img.os:last-child {
    margin-right: 0;
}

#casino-list .bonus-terms {
    display: block;
}

@media (max-width:375px) {
    #casino-list .bonus-terms a {
        display: block;
    }
    #casino-list .new-casino {
        font-size: .6em;
        padding: 2px 4px 2px 3px;
    }
    #casino-list .exclusive {
        font-size: .6em;
        padding: 2px 3px;
    }
    header .nav .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 25px;
    }
}

/* NEW MENU CSS */


.site-header .logosize--contain .site-logo a {
    height: 70px
}

.site-header .kl-top-header {
    position: relative
}

.site-header .header-links-container {
    float: right;
    height: auto;
    margin-right: 60px
}

@media screen and (min-width:992px) {
    .main-nav>ul>li.active>a:before,
    .main-nav>ul>li>a:hover:before,
    .main-nav>ul>li:hover>a:before {
        height: 100%;
        opacity: 1
    }
    .main-nav>ul>li.active.menu-item-has-children>a:after,
    .main-nav>ul>li.menu-item-has-children>a:hover:after,
    .main-nav>ul>li.menu-item-has-children:hover>a:after {
        opacity: 0
    }
    .main-nav ul ul.sub-menu ul {
        top: 100%;
        margin-top: 0
    }
    .main-nav ul ul.sub-menu li a:not(:only-child):after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 10px;
        content: '';
        opacity: .6;
        background-color: rgba(0, 0, 0, .3);
        width: 10px;
        height: 2px
    }
    .main-nav ul ul.sub-menu li a[title="separator"] {
        text-indent: -2999px;
        padding: 0;
        background-color: rgba(0, 0, 0, .05) !important;
        background-clip: padding-box;
        height: 5px
    }
    .main-nav ul ul.sub-menu li.active>a,
    .main-nav ul ul.sub-menu li a:hover {
        color: #444;
    }
    .main-nav ul ul.sub-menu li:hover>ul {
        left: 100%;
        top: -3px;
        opacity: 1
    }
    .main-nav .hg_mega_container a.zn_mega_title[href="#custom-invisible"],
    .main-nav .hg_mega_container li:last-child a.zn_mega_title[href="#custom-invisible"] {
        color: transparent
    }
    .main-nav .hg_mega_container {
        border: 1px solid rgba(255, 255, 255, .8);
        box-shadow: 0 0 4px rgba(0, 0, 0, .4);
        background: #f5f5f5;
        padding: 6px 0;
        background: rgba(245, 245, 245, .95);
        position: absolute;
        padding: 20px 0;
        margin-top: 10px
    }
    .main-nav .hg_mega_container:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px
    }
    .main-nav .hg_mega_container li a {
        padding: 10px 0;
        font-size: 12px;
        color: #757575;
        position: relative;
        text-transform: uppercase
    }
    .main-nav .hg_mega_container li a:not(.zn_mega_title):hover,
    .main-nav .hg_mega_container li.active>a:not(.zn_mega_title) {
        color: #323232
    }
    .main-nav .hg_mega_container li a:not(.zn_mega_title):before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #0a8ecc;
        bottom: 0;
        -webkit-transition: width .15s cubic-bezier(.68, 0, .265, 1);
        transition: width .15s cubic-bezier(.68, 0, .265, 1)
    }
    .main-nav .hg_mega_container li a:not(.zn_mega_title):hover:before,
    .main-nav .hg_mega_container li.active>a:not(.zn_mega_title):before {
        width: 100%
    }
    .main-nav .hg_mega_container .zn_mega_title_hide {
        display: none
    }
    .main-nav .hg_mega_container .zn_mega_title_hide.v-hidden {
        display: block;
        visibility: hidden
    }
    .main-nav .hg_mega_container li a.zn_mega_title,
    .main-nav div.hg_mega_container ul li:last-child>a.zn_mega_title {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 12px 0;
        margin-bottom: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #333;
        border-bottom-color: rgba(0, 0, 0, .1)
    }
    .main-nav .hg_mega_container .zn_mega_row_start {
        margin-top: 20px
    }
    .main-nav .hg_mega_container {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px)
    }
    .main-nav .hg_mega_container {
        margin-top: 5px;
        -webkit-transition: opacity .4s ease, top .45s ease, margin-top .4s ease;
        transition: opacity .4s ease, top .45s ease, margin-top .4s ease
    }
    .main-nav ul li:hover>ul,
    .main-nav ul li:hover>.hg_mega_container {
        left: 0;
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
    .main-nav ul li:hover>ul {
        top: 100%
    }
    .main-nav ul li:hover>.hg_mega_container {
        margin-top: -15px
    }
    .main-nav ul .hg-mega-new-item {
        position: absolute;
        line-height: 1;
        padding: 5px;
        text-transform: initial;
        font-size: 10px;
        top: 50%;
        right: 3px;
        background-color: #0a8ecc;
        color: #fff;
        border-radius: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .main-nav ul ul .hg-mega-new-item {
        left: auto;
        right: 10px
    }
    .main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item {
        right: 23px
    }
    .main-nav .hg_mega_container ul .hg-mega-new-item {
        right: 3px
    }
    #menu-main-menu li>a[href="#"] {
        cursor: default
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .main-nav {
        width: 730px;
    }
}


@media (max-width:992px) {
    #zn-res-menu li.active {
        background-color: #F3F3F3
    }
    #zn-res-menu li.active>li {
        background-color: #F3F3F3
    }
    #main-menu .dropdown-menu {
        margin-left: -20px;
        padding-left: 10px
    }
    #main-menu .dropdown-menu {
        border: none;
        box-shadow: none
    }
    #main-menu .dropdown-menu li>a {
        padding: 3px 8px;
        font-size: 12px
    }
    #main-menu .dropdown-menu li>a:hover {
        background-color: transparent
    }
    #main-menu .dropdown-menu>.active>a,
    #main-menu .dropdown-menu>.active>a:hover,
    #main-menu .dropdown-menu>.active>a:focus {
        background-color: transparent
    }
    #main-menu .dropdown-menu li.active>.inner-elem {
        background-color: #0a8ecc
    }

}

.site-header.cta_button .header-search {
    position: absolute;
    clear: none;
    float: none
}

.ndf-box {
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    border-top: solid 1px #f5f5f5;
}

.ndf-box:after {
    display: table;
    content: " ";
    clear: both
}

.ndf-box p:last-child {
    margin-bottom: 0
}

.ndf-box h2:first-child {
    margin-top: 0
}

.ndf-box ul.double-column,
.ndf-box ul.triple-column,
.doos ul.double-column,
.doos ul.triple-column,
ul.double-column,
ul.triple-column {
    margin-bottom: 0;
    width: 100%;
}

ul.double-column,
ul.triple-column:after,
ul.quadruple-column:after,
ul.quintuple-column:after {
    display: table;
    content: "";
    clear: both;
}

ul.double-column li {
    float: left;
    width: 50%;
}

ul.triple-column li {
    float: left;
    width: 33.3%;
}

ul.quadruple-column li {
    float: left;
    width: 25%;
}

ul.quintuple-column li {
    float: left;
    width: 20%;
}

ul.bordered {
    border: solid 1px #a0a0a0;
    border-radius: 10px;
}

ul.centered li {
    text-align: center;
}

ul.clean {
    list-style: none;
    padding: 0;
}

ul.clean-padded {
    list-style: none;
    padding: 0 10px;
}

ul.bordered li img,
ul.bordered li i {
    margin: 10px 0;
}

ul.bulleted {
    list-style: none;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-bottom: 0;
    list-style-image: url('/img/star.png');
}

ul.bulleted li {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
    background-image: url("/img/star.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    color: green;
    font-weight: 400;
}

ul.bulleted li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cta-pre {
    font-weight: bold;
    font-size: 16px;
    color: #f89406;
    text-align: center;
}

/* DE new styles */

.lander {
    padding: 40px 0;
    border: 1px solid #e4e4e4;
    line-height: 1.6em;
    position: relative;
    background: #333;
}

.lander.casino-rvw {
    color: #fff;
}

.lander .binne {
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    line-height: 1.6em;
    position: relative;
    border-radius: 4px;
}

.lander.lander-blue {
    border-color: #137fe6;
    color: #fff;
}

.lander.lander-blue .binne {
    background-color: rgba(18, 124, 226, 0.8);
}

.lander h1 {
    color: #fff;
    text-align: center;
    text-transform: none;
    position: relative;
    margin-bottom: 50px;
}

.lander h1:after {
    position: absolute;
    content: ' ';
    background: #f89406;
    display: block;
    height: 3px;
    position: absolute;
    margin: 10px 0 0 -150px;
    z-index: 99;
    float: center;
    top: 6;
    left: 50%;
    width: 300px;
}

.lander .intro {
    font-size: 1.2em;
    font-weight: bold;
    color: #c4daf9;
}

.doos {
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    line-height: 1.6em;
    position: relative;
    margin-bottom: 25px;
}

.doos hr {
    border-top: solid 1px #e4e4e4;
    margin: 5px 0;
}

.doos h2,
.doos h3 {
    margin-top: 10px;
}

.doos .row {
    margin-bottom: 0;
}

.doos ul {
    padding-left: 15px;
}

div.stipp-doos {
    font-size: 16px;
    /*background-color: #eeedeb;*/
    border-radius: 5px;
    margin-bottom: 15px;
    color: #3328a2;
    /*padding: 10px 10px 10px 20px;*/
}

div.stipp-doos ol.stipp-list {
    list-style: none;
    padding: 10px;
    border: solid 1px #b6ccca;
    border-radius: 5px;
    margin-bottom: 0;
}

div.stipp-doos ol.stipp-list>li {
    counter-increment: item;
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd;
    color: #3328a2;
    font-weight: 400;
}

div.stipp-doos ol.stipp-list>li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.stipp-doos ol.stipp-list>li::before {
    content: counter(item)'';
    background: #3328a2;
    height: 28px;
    width: 28px;
    top: calc(50% - 20px);
    left: -24px;
    border: 2px solid #eeedeb;
    color: white;
    border-radius: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
}

div.stipp-doos strong.hdr {
    display: block;
}

.leka_box_bullets * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.leka_box_bullets .uc_container_holder {
    font-size: 15px;
    line-height: 20px;
}

.leka_box_bullets .leka_box_bullets_row {
    overflow: hidden;
    display: table;
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: #dedfe0 1px solid;
}

.leka_box_bullets .uc_ceal {
    display: table-cell;
}

.leka_box_bullets .leka_box_bullets_row:last-child {
    border-bottom: 0px;
}

.leka_box_bullets .leka_box_bullets_row i.uc_icon {
    font-size: 30px;
    position: relative;
    width: 100px;
    padding: 25px 0px;
    vertical-align: middle;
    text-align: center;
}

.leka_box_smalltext .leka_box_bullets_row i.uc_icon {
    font-size: 20px;
    position: relative;
    width: 70px;
    padding: 0px 0px;
    vertical-align: middle;
    text-align: center;
}

.leka_box_content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    border-top: solid 1px #f5f5f5;
}

.leka_box_content .leka_box_bullets_row .uc_content_box {
    padding: 10px 30px;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box {
    padding: 10px 15px;
}

.leka_box_content .ctaheader-right .playhead {
    width: 85%;
}

.leka_box_content .ctactaheader-left img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leka_box_content .leka_box_bullets_row .uc_content_box .uc_content_sub_icon img {
    height: 30px;
    color: #151515;
}

.leka_box_content .leka_box_bullets_row i.uc_icon {
    font-size: 30px;
    position: relative;
    width: 100px;
    padding: 25px 0px;
    vertical-align: top;
    text-align: center;
}

.leka_box_content .uc_container_holder {
    /*  font-size: 13px; */
    line-height: 20px;
    margin-bottom: 30px;
}

.leka_box_content .leka_box_bullets_row .uc_content_box h3 {
    font-weight: 700;
    margin: 10px 0;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box h3 {
    text-align: left;
    font-weight: 400;
    margin: 10px 0;
    color: #4e4e4e;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box h3:after {
    content: none;
}

.leka_box_content .leka_box_bullets_row .uc_content_box h4 {
    font-weight: 700;
    margin: 10px 0;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box h4 {
    font-weight: 700;
    margin: 10px 0;
}

.leka_box_content .leka_box_bullets_row .uc_content_box .uc_content_sub_icon {
    float: left;
    margin-right: 10px;
}

.leka_box_content .leka_box_bullets_row .uc_content_box .fab {
    font-size: 35px;
    color: #151515;
}

.leka_box_content .leka_box_bullets_row .uc_content_box .fa {
    font-size: 35px;
    color: #151515;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box p {
    margin: 10px 0;
}

.leka_box_smalltext .leka_box_bullets_row .uc_content_box p {
    margin: 0px 0;
}

.leka_box_content .leka_box_bullets_row .uc_content_box p {
    margin: 10px 0;
}

.leka_box_content .leka_box_bullets_row .uc_content_box ul {
    margin: 10px 0 10px 30px;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box ul {
    margin: 10px 0 10px 30px;
}

.leka_box_content .uc_content_sub {
    border-top: #dedfe0 1px solid;
    padding: 20px 0 10px 0;
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
    ul.quintuple-column li {
        float: left;
        width: 50%;
    }
    .leka_box_content .uc_ceal {
        display: block;
    }
    .leka_box_content .leka_box_bullets_row i.uc_icon {
        width: 100%;
    }
}

.leka_box_bullets .leka_box_bullets_row div.uc_icon {
    font-size: 30px;
    position: relative;
    width: 100px;
    padding: 25px 0px;
    vertical-align: middle;
    text-align: center;
}

.leka_box_bullets .uc_ceal img {
    height: 35px;
}

.leka_box_bullets .ctaheader {
    margin: 10px 2px 10px 10px;
    min-height: 100px;
}

.leka_box_bullets .ctaheader .ctaheader-right .playhead {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 17px;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box .inside-step {
    margin: 10px 0 10px 30px;
}

.leka_box_bullets .leka_box_bullets_row .uc_content_box .reviewsteps li:before {
    border: .3em solid #f1f1f1;
}

/* Right Bullets */

.kiff-img-rt_bullets * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kiff-img-rt_bullets {
    margin-top: 30px;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left {
    width: 55%;
    float: left;
    margin-bottom: 50px;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left .uc_content {
    padding-top: 14px;
    line-height: 25px;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left .uc_content p small {
    float: right;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin-top: 18px;
    left: 25px;
    position: relative;
    background-color: #ffa70a;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left .uc_content p {
    display: block;
    font-size: 14px;
    margin: 0 0 6px 0;
    width: 100%;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_right img {
    width: 90%;
    margin: 5% 2% 0;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_right {
    width: 40%;
    float: right;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .kiff-img-rt_bullets .kiff-img-rt_bullets_right {
        float: left;
        width: 100%;
    }
    .kiff-img-rt_bullets .kiff-img-rt_bullets_left {
        float: left;
        width: 93%;
    }
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left .kiff-img-rt_bullets_line {
    border-bottom: 1px solid #d5d5d5;
    color: #414247;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left p strong {
    background-color: #ffffff;
    padding-right: 15px;
    position: relative;
    bottom: -11px;
}

.kiff-img-rt_bullets .kiff-img-rt_bullets_left h3 em {
    float: right;
    position: relative;
    bottom: -6px;
    width: 25px;
    background: #ffffff;
}

.mooi {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    padding: 0 20px 20px 20px;
    margin: 15px 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    background: #fff;
}

.mooi-cont {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    width: 46%;
    margin: 35px 15px 0 15px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.mooi-cont-img {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    width: 20%;
}

.mooi-cont h3 {
    margin: 0 0 0px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 18px;
    color: #334e93;
    text-align: left;
}

.mooi-cont h3:after {
    content: none;
}

.mooi-cont p {
    margin: 0px 0;
}

.mooi-cont-info {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    width: 80%;
}

@media only screen and (max-width: 1080px) {
    .mooi-cont {
        width: 100%;
        padding: 20px;
        margin: 15px 0px 0 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;
        ccc;
    }
    .mooi-cont-img,
    .mooi.games .mooi-cont-img {
        width: 100%;
    }
    .mooi-cont-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 12%;
    }
    .mooi-cont-info {
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 430px) {
    .mooi-cont-img img {
        width: 25%;
    }
}

/* icon-list addon to accept fontawsome */

.mooi-cont-img-fa {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #e94c1a;
}

.mooi-cont-img-fa .fa {
    position: relative;
    color: #fff;
    top: 27%;
    height: 65px;
    text-align: center;
    font-size: 2.4em;
}

@media only screen and (max-width: 1080px) {
    .mooi-cont-img-fa {
        margin-left: auto;
        margin-right: auto;
    }
}

.top-casinos {
    position: relative;
}

.top-casinos h2 {
    text-align: left;
    font-size: 20px;
    color: #fdbe00;
    background: transparent;
    margin: 0 0 10px 0;
}

.top-casinos h2:after {
    content: none;
}

.top-casinos .casino-row {
    border-bottom: solid 1px #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.top-casinos .casino-row:last-child {
    border-bottom: 0;
}

.top-casinos .casino-cell {
    position: relative;
    color: #fff;
}

.top-casinos .casino-cell.cell-1 {
    width: 10%;
}

.top-casinos .casino-cell.cell-2 {
    width: 30%;
}

.top-casinos .casino-cell.cell-3 {
    width: 40%;
    text-align: center;
    padding-right: 10px;
}

.top-casinos .casino-cell.cell-3 span.c-text {
    color: #ddd;
    display: block;
}

.top-casinos .casino-cell.cell-3 span.code {
    color: #fff;
    text-transform: uppercase;
}

.top-casinos .casino-cell.cell-4 {
    width: 20%;
}

.top-casinos .casino-cell .num {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 3rem;
    border-radius: 50%;
    border: 2px solid #fdbe00;
    color: #fdbe00;
    margin: -1rem 0 0 -2.5rem;
    line-height: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
}

a.top-casino-logo {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}

a.top-casino-logo img {
    width: 90px;
    height: 60px;
}

.top-casinos a.casino-name {
    color: #fff;
    font-weight: bold;
}

.top-casinos .casino-cell .bonus {
    color: #3ed1f9;
    font-weight: bold;
}

.puik {
    border-left: solid 5px #fbbc19;
    padding: 15px;
    font-size: 1.3em;
    font-style: italic;
}

.lander.casino-rvw .row {
    margin-bottom: 0;
}

.lander .b-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.lander .b-container {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

.lander .btn-play {
    align-self: center;
}

.lander .b-logo {
    text-align: center;
}

.lander .b-intro {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
}

.lander .b-amt {
    display: block;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 45px;
    margin: 10px 0;
    color: #FFD400;
}

.lander .b-type {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 1.1em;
}

.pricing-box-alt .pricing-content .row {
    margin-bottom: 0;
}

.pricing-box-alt .pricing-action {
    background: #aaa;
}

.lander .b-code-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
}

.lander .b-code-inner {
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 2px 4px;
}

.lander .b-code {
    font-weight: bold;
    font-size: 1.3em;
    margin-left: 10px;
    color: #0058ff;
}

.lander .b-badges {
    position: relative;
    text-align: center;
    display: block;
}

.lander .b-badges span[class^="b-"] {
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    /* border: 2px solid #fff; */
    color: #fff;
    padding: 4px 6px;
}

.lander .b-badges span[class^="b-"]:last-child {
    margin-right: 0;
}

.lander .b-exclusive {
    background: #f00;
}

.lander .b-new {
    background: #0058ff;
}

.lander .b-badge.exklusiv {
    position: absolute;
    left: 25%;
    width: 70px;
    height: 70px;
    transform: rotate(-30deg);
}

.lander .b-badge.neu {
    position: absolute;
    right: 25%;
    width: 70px;
    height: 70px;
    transform: rotate(30deg);
}

.btn-yellow-grad {
    background: linear-gradient(#fde20f, #fbba11);
    color: #000;
    font-weight: 700;
    border: 1px solid #9a5500;
}

div.pricing-heading h2:after {
    content: none;
}

@media (max-width:414px) {
    .top-casinos .casino-cell.cell-1 {
        width: 10%;
    }
    .top-casinos .casino-cell.cell-2 {
        width: 70%;
        text-align: center;
    }
    .top-casinos .casino-cell.cell-3 {
        width: 0%;
    }
    .top-casinos .casino-cell.cell-4 {
        width: 20%;
    }
    .lander .b-wrapper {
        display: block;
    }
    .lander .b-exclusive {
        left: 5%;
    }
    .lander .b-new {
        right: 5%;
    }
    .lander span[class^="b-"] {
        margin-bottom: 20px;
    }
    .lander span.b-code {
        margin-bottom: 0;
    }
    .lander .btn-play {
        margin-bottom: 30px;
    }
    .lander .b-badge.exklusiv {
        position: absolute;
        left: 10%;
    }
    .lander .b-badge.neu {
        position: absolute;
        right: 10%;
    }
    .alert-choose .standout {
        display: block;
        text-align: center;
        margin-bottom: 6px;
    }

    ul.double-column li, ul.triple-column li, ul.quadruple-column li, ul.quintuple-column li {float: none;width:100%;}

}

.sec-hl {
    font-weight: 600;
}

.leka_box_bullets .leka_box_bullets_row div.uc_icon {
    font-size: 30px;
    position: relative;
    width: 100px;
    padding: 25px 0px;
    vertical-align: middle;
    text-align: center;
}

.leka_box_content .leka_box_bullets_row .leka_box_content-img img {
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .leka_box_bullets .leka_box_bullets_row div.uc_icon {
        width: 100%;
    }
}

.leka-adv-disad {
    background-color: #fff;
    padding: 20px;
    margin: 40px 0;
}

.leka-adv-disad ul {
    padding-left: 80px;
    padding-right: 20px;
}

.leka-adv-disad {
    margin: 0;
    background: transparent;
}

.leka-adv-disad ul li {
    list-style: none;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
}

.leka-adv-disad ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.leka-adv-disad .icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.leka-adv-disad .icon.green {
    background-color: #628955;
}

.leka-adv-disad .icon.red {
    background-color: #ab5751;
}

.sec-img-responsive {
    width: 100%;
    height: auto;
}

div.stipp-doos-color {
    font-size: 14px;
    background-color: #f1f5f9;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #0b89f5;
    padding: 10px 10px 10px 20px;
}

div.stipp-doos-color ol.stipp-list {
    list-style: none;
    padding: 10px;
    border: solid 1px #6b94cb;
    border-radius: 5px;
    margin-bottom: 0;
}

div.stipp-doos-color ol.stipp-list>li::before {
    background: #6b94cb;
}

div.stipp-doos ol.stipp-list>li {
    color: #3f6eae;
}

.doos-color .mooi-cont-img-fa {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #f89406;
}

.doos-3col.doos-narrow .mooi-cont {
    padding-right: 5px;
}

.doos-color.doos-3col.doos-narrow .mooi-cont-img-fa {
    width: 50px;
    height: 50px;
}

.doos.doos-color.doos-3col.doos-narrow .mooi-cont-img-fa .fa {
    top: 15%;
    height: 50px;
}

.doos-color .mooi-cont h3 {
    margin: 0 0 0px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 18px;
    color: #f89406;
    text-align: left;
}

.doos-color {
    background: #f1f5f9;
    line-height: 1.6em;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    border-top: solid 1px #f5f5f5;
}

.doos-color .mooi {
    border: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    background: transparent;
}

ul.double-column-bullets {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

ul.double-column-bullets li {
    padding-left: 2.3em;
    text-indent: -1em;
    position: relative;
}

ul.double-column-bullets li:before {
    content: "+";
    padding-right: 10px;
    position: absolute;
    left: 17px;
    color: #6b94cb;
}

.intro-second {
    font-weight: 600;
}

.lander-cover :before {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -0;
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 1000px;
}

img.b-icon {
    background: orange;
    padding: 10px;
    border-radius: 10px;
    width: 50px;
}

.b-lbl {
    display: block;
}

.lander.lander-cover div.container div.row {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 0;
}

.lander.lander-blue.lander-cover div.container div.row div.col-md-6:first-child p:last-child {
    margin-bottom: 0;
}


@media (max-width: 414px) {
    .lander .top-casinos h2 {
        margin-top: 20px;
        text-align: center;
    }
    .top-casinos .casino-cell.cell-1 {
        width: 10%;
    }
    .top-casinos .casino-cell.cell-2 {
        width: 25%;
        text-align: center;
    }
    .top-casinos .casino-cell.cell-3 {
        width: 40%;
        text-align: center;
    }
    .top-casinos .casino-cell.cell-4 {
        width: 25%;
    }
    .top-casinos .casino-cell.cell-4 a {
        padding: 3px 6px !important;
        font-size: 14px;
    }
    .top-casinos .casino-cell .num {
        margin-left: -1.5rem;
    }
}

.pricing-box-alt .pricing-terms h3:after {
    content: none;
}

h3.b-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #444;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    text-align: left;
}

h3.b-title:after {
    content: none;
}

.alert-similar {
    background-color: #65B25D;
    border-color: #E4D031;
    color: #1d1d1d;
    font-family: arial;
}

.alert-similar .card-list-item .recommended_item {
    background: #f4f4f4;
}

/* custom css */

/*
.doos-3col .mooi-cont {
    width: 31%;
    margin: 35px 10px 0 10px;
}
*/

.doos-3col .mooi-cont {
    width: 33.3%;
    margin: 10px 0;
}

.doos-3col .mooi-cont-img {
    width: 25%;
}

.doos-3col .mooi-cont-info {
    width: 75%;
}

@media only screen and (max-width: 1080px) {
    .doos-3col .mooi-cont {
        width: 100%;
        padding: 20px;
        margin: 15px 0px 0 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #e0e0e0;
        ccc: ;
    }
    .doos-3col .mooi-cont-img,
    .mooi.games .mooi-cont-img {
        width: 100%;
    }
    .doos-3col .mooi-cont-info {
        width: 100%;
        margin-top: 10px;
    }
}

.game-row {
    display: flex;
    flex-wrap: wrap;
}

.game-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
    border: 1px solid #6b94cb;
    border-radius: 5px;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 0;
}

.game-row-content {
    padding: 0 10px;
}

.game-row>[class*='col-'] h3 {
    float: none;
    background: #6b94cb;
    color: #fff;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding: 16px 20px 16px 58px;
}

.game-row>[class*='col-'] strong.game-row-strong {
    float: none;
    background: #6b94cb;
    color: #fff;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding: 16px 20px 16px 58px;
    font-size: 18px;
}

.game-row>[class*='col-'] .game-row-icon-cont {
    position: absolute;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    top: 6px;
    left: 8px;
    z-index: 1;
    background: #4270ad;
}

.game-row>[class*='col-'] .game-row-icon-cont img.game-row-icon {
    position: absolute;
    height: 18px;
    top: 12px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1;
}

.game-row>[class*='col-'] h3:after {
    position: static;
    content: ' ';
    background: transparent;
    display: block;
    height: 0;
    margin: 0;
    z-index: 99;
}

.game-row>[class*='col-'] {
    margin-left: 10px;
}

.game-row>[class*='col-']:first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .game-row>.col-lg-3 {
        width: 24.1%;
    }
    .game-row>.col-lg-4 {
        width: 32.3%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 48.9%;
    }
}

@media (max-width: 680px) {
    .game-row>[class*='col-'] {
        margin-right: 20px;
    }
}

.compare-row-container {
    display: flex;
    flex-wrap: wrap;
    background: #faf4eb;
    border-radius: 5px;
    margin: 20px 0;
}

.compare-row-container .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.compare-row-container .col-md-6 h4 {
    color: #f89406;
}

.compare-row-container .col-md-6 .compare-row-1st,
.compare-row-container .col-md-6 .compare-row-2nd,
.compare-row-container .col-md-12 {
    border: 1px solid #f89406;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.compare-row-container .col-md-6 .compare-row-1st {
    margin-right: 10px;
}

.compare-row-container .col-md-6 .compare-row-2nd {
    margin-left: 10px;
}

.compare-row-container .col-md-6 .compare-row-2nd:before {
    font-family: FontAwesome;
    font-size: 30px;
    color: #f89406;
    content: "\f0ec";
    position: absolute;
    top: 40%;
    left: -36px;
}

.compare-row-container ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 20px;
}

.compare-row-container ul li {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
    margin-bottom: 6px;
    position: relative;
}

.compare-row-container ul li:before {
    font-family: FontAwesome;
    content: "\f101";
    color: #f89406;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.compare-row-container ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media (max-width: 992px) {
    .compare-row-container {
        display: block;
    }
    .compare-row-container .col-md-6 {
        display: block;
    }
    .compare-row-container .col-md-6 .compare-row-1st {
        margin-right: 0;
    }
    .compare-row-container .col-md-6 .compare-row-2nd {
        margin-left: 0;
        margin-top: 20px;
    }
    .compare-row-container .col-md-6 .compare-row-2nd:before {
        font-family: FontAwesome;
        font-size: 30px;
        color: #f89406;
        content: "\f0ec";
        position: absolute;
        top: -32px;
        left: 50%;
    }
}

div.terms-container {
    background-color: #f1f5f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    border-top: solid 1px #f5f5f5;
    /*    border-radius: 5px; */
    margin-bottom: 15px;
    padding: 10px;
}

div.terms-container ul.terms-list {
    list-style: none;
    padding: 10px;
    /*    border: solid 1px #6b94cb; */
    border-radius: 5px;
    margin-bottom: 0;
}

div.terms-container ul.terms-list>li {
    padding-left: 50px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 1px #ddd;
    color: #3f6eae;
    font-weight: 500;
    position: relative;
}

div.terms-container ul.terms-list>li img {
    position: absolute;
    height: 35px;
    left: 0;
    top: -5px;
}

div.terms-container ul.terms-list>li:last-child {
    border-bottom: solid 0px #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.stipp-doos ol.stipp-list>li {
    color: #3f6eae;
}

.bonus-step-block-container {
    border: 1px solid #6b94cb;
    border-radius: 5px;
    padding: 0;
    margin: 20px 0;
}

.bonus-step-block-container h2 {
    background: #6b94cb;
    color: #fff;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 16px 20px 16px 20px;
}

.bonus-step-block-container h2:after {
    background: transparent;
}

.bonus-step-block-container .bonus-step-block-content {
    padding: 0 20px;
}

.cta-large-content {
    background: #f1f5f9;
    padding: 30px 35px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.cta-large-content .cta-large-content-image {}

.cta-large-content .cta-large-img-button {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    padding: 10px 15px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.cta-large-content .cta-large-img-button img {
    max-height: 200px;
    max-width: 100%;
}

.cta-large-content .cta-large-text {
    margin-bottom: 10px;
    border-left: 1px solid #d8d8d8;
}

.cta-large-content p {
    margin-bottom: 10px;
}

.cta-large-content p {
    line-height: 1.2em;
    color: #232323;
    text-align: left;
    margin-bottom: 10px;
}

.cta-large-content .btn {
    width: 100%;
}

.cta-large-content .row-links-casino {
    margin-bottom: 0;
}

.cta-large-content .item-bonus p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.cta-large-content .item-bonus span,
.cta-large-content .item-bonus .item-bonus-amount {
    color: #6b94cb;
}

@media (max-width: 1200px) {
    .cta-large-content .cta-large-text {
        border-left: 0;
    }
    .cta-large-content .btn-play {
        margin-top: 20px;
    }
}

.tip-box-desc {
    background: #f89406;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    position: relative;
    margin-left: 35px;
    padding-left: 45px;
}

.tip-box-desc:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 33px;
    content: "\f0eb";
    color: #fff;
    left: -30px;
    top: -10px;
    background-color: #f89406;
    height: 55px;
    width: 55px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
}

.tip-box-desc a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.tip-box-desc h2, .tip-box-desc h3, .tip-box-desc h4 {color:#fff;}

.action-point {background:#f0f0f0;border:solid 1px #c0c0c0;border-radius:5px;padding:4px 8px;}

ul.date-timeline {
    list-style: none;
    padding: 5px 0;
    position: relative;
    font-weight: 300;
    margin: 20px 0;
}

ul.date-timeline h3 {
    text-align: left;
    font-weight: 400;
    margin: 10px 15px;
    color: #4e4e4e;
}

ul.date-timeline h3:after {
    background: transparent;
}

.date-timeline>li.date-timeline-inverted>.date-timeline-badge {
    left: -33px;
}

.date-timeline>li>.date-timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -37px;
    z-index: 100;
}

.date-timeline-circle {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #f89406;
    position: absolute;
    top: 4px;
    left: 5px;
}

.date-timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #f89406;
    left: 50%;
    margin-left: -1.5px;
}

.date-timeline>li {
    margin-bottom: 0;
    position: relative;
    width: 48%;
    float: left;
    clear: left;
}

.date-timeline>li:before,
.date-timeline>li:after {
    content: " ";
    display: table;
}

.date-timeline>li:after {
    clear: both;
}

.date-timeline>li:before,
.date-timeline>li:after {
    content: " ";
    display: table;
}

.date-timeline>li:after {
    clear: both;
}

.date-timeline>li>.date-timeline-panel {
    width: calc(100% - 21px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    float: left;
    border: 1px solid #dedfe0;
    background: #f1f1f1;
    position: relative;
}

.date-timeline>li>.date-timeline-panel:before {
    position: absolute;
    top: 10px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dedfe0;
    border-right: 0 solid #dedfe0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.date-timeline>li>.date-timeline-panel:after {
    position: absolute;
    top: 10px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f1f1f1;
    border-right: 0 solid #f1f1f1;
    border-bottom: 14px solid transparent;
    content: " ";
}

.date-timeline>li.date-timeline-inverted>.date-timeline-panel {
    float: right;
}

.date-timeline>li.date-timeline-inverted>.date-timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.date-timeline>li.date-timeline-inverted>.date-timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.date-timeline-heading h4 {
    font-weight: 800;
    padding: 5px 15px 0;
}

.date-timeline-body>p {
    padding: 0 15px 5px;
    margin-bottom: 0;
}

.date-timeline>li.date-timeline-inverted {
    float: right;
    clear: right;
}

.date-timeline>li:nth-child(2) {
    margin-top: 45px;
}

.no-float {
    float: none !important;
}

@media (max-width:1080px) {
    ul.date-timeline:before {
        left: 28px;
    }
    ul.date-timeline>li {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.date-timeline>li>.date-timeline-panel {
        width: calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: -webkit-calc(100% - 55px);
    }
    ul.date-timeline>li>.date-timeline-badge {
        left: 18px;
        margin-left: 20;
        top: 16px;
    }
    ul.date-timeline>li>.date-timeline-panel {
        float: right;
    }
    ul.date-timeline>li>.date-timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.date-timeline>li>.date-timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .date-timeline>li.date-timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .date-timeline>li.date-timeline-inverted>.date-timeline-badge {
        left: 18px;
    }
    .date-timeline-body>p {
        padding: 0 15px 10px;
        margin-bottom: 0;
    }
}

.game-img-d .game-row-game-image {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #6b94cb;
}

.game-img-d>[class*='col-'] strong.game-row-strong {
    margin-bottom: 0;
}

.img-sec-page {
    margin: 0 auto;
}

.row .game-row-cont-container {
    margin-bottom: 5px;
}

.game-screen-container {
    border: 1px solid #f89406;
    border-radius: 5px;
    padding: 0;
    margin: 20px 0;
}

.game-screen-container p {
    padding: 0 20px;
}

.game-screen-container h2 {
    background: #f89406;
    color: #fff;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 16px 20px 16px 20px;
}

.game-screen-container .row {
    margin-bottom: 0px;
}

.game-screen-container .game-screen-img {
    padding: 0 20px;
    margin: 0 10px 15px 10px;
}

.game-screen-container .game-screen-img img {
    border-radius: 10px;
    border: 6px solid #f89406;
}

.link-box-desc {
    margin-bottom: 20px;
}

.link-box-desc a {
    text-decoration: underline;
    color: #eeeeee;
}

.link-box-desc:before {
    content: "\f0c1";
}

/*SOFTWARE PROVIDERS*/

.doos-software .mooi-cont {
    width: 10%;
    margin: 5px;
}

.doos-software .mooi-cont-info {
    width: 100%;
}

.doos-software .mooi {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    background: transparent;
}

@media only screen and (max-width: 1080px) {
    .doos-software .mooi-cont-info {
        width: 100%;
        margin-top: 0px;
    }
    .doos-software .mooi-cont {
        width: 24%;
        padding: 10px;
        margin: 5px 5px 0 0px;
    }
}

@media only screen and (max-width: 620px) {
    .doos-software .mooi-cont-info {
        width: 100%;
        margin-top: 0px;
    }
    .doos-software .mooi-cont {
        width: 45%;
    }
}

.doos-software a.mooi-cont-info.aligncenter, .doos-software span.mooi-cont-info.aligncenter {
    line-height: 5rem;
}

/*SOFTWARE PROVIDERS*/

.cta-text h3:after {
    position: static;
    content: ' ';
    background: 0;
    display: block;
    height: 0;
    position: static;
    margin: 0 0 0 0;
    z-index: 99;
    float: left;
    top: 6;
    left: 0;
    width: 0;
}

.cta-casino .cta-text p {
    margin-bottom: 10px;
}

.cta-casino .cta-desc {
    margin-bottom: 20px;
}

.ndf-box.ndf-country .hdr {
    background: #e2e2e2;
    margin: -10px -10px 0 -10px;
    padding: 10px;
    font-weight: 700;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

.hilite2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #39971a;
}

.hilite3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #fcbd00;
}

.hilite4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #c10841;
}

.hilite5 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0098ca;
}

h2.de,
h3.de {
    text-align: center;
    margin-bottom: 30px;
    text-transform: none;
    position: relative;
}

h2.de:after {
    position: absolute;
    content: ' ';
    background: #f89406;
    display: block;
    height: 3px;
    position: absolute;
    margin: 10px 0 0 -60px;
    z-index: 99;
    left: 50%;
    width: 120px;
}

h3.de:after {
    position: absolute;
    content: ' ';
    background: #6b94cb;
    display: block;
    height: 3px;
    position: absolute;
    margin: 10px 0 0 -50px;
    z-index: 99;
    left: 50%;
    width: 100px;
}

.img-feat-right {
    float: right;
    max-height: 200px;
}

.row.cta-casino.featcta a.page-link {
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width: 414px) {
    .cta-casino .cta-text p {
        margin-top: 10px;
        text-align: center;
    }
    .cta-casino .cta-desc {
        margin-bottom: 0;
    }
    .cta-casino .cta-btn {
        margin-top: 0
    }
    .img-feat-right {
        max-height: 125px;
    }
    .row.cta-casino.featcta {
        background-position: 5%, center;
    }
    .row.cta-casino.featcta a.page-link {
        display: inline-block;
    }
}

.faq-container .faq-item {
    margin-bottom: 2px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.faq-container .faq-item>button {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
    background: transparent;
    border: 0;
    background-color: #fcfcfc;
    color: #f89406;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.faq-container .faq-item>button.collapsed {
    color: #505050;
    background-color: #fcfcfc;
}

.faq-container .faq-item .content {
    padding: 10px 15px;
    border-top: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
}

.faq-container .faq-item .content p:last-child {
    margin-bottom: 0;
}

.faq-container .faq-item>button:before,
.faq-container .faq-item>button:after {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 2px;
    display: block;
    background: #BDBDBD;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faq-container .faq-item>button:before {
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-container .faq-item>button:after {
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-container .faq-item>button.collapsed:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-container .faq-item>button.collapsed:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.col-md-6 .call-to-action a.btn {
    width: 80%;
    padding: 5px;
}

.eg {
    position: relative;
    border: solid 1px #6b94cb;
    background: #fff;
    border-radius: 6px;
    margin: 35px 0 30px 0;
}

.eg.center {
    text-align: center;
}

.eg>div {
    padding: 0 20px 20px 20px;
}

.eg .row {
    padding: 35px 25px 20px 25px;
    margin-bottom: 0;
}

.eg h2,
.eg h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.eg p.hi {
    font-weight: normal;
    color: #6b94cb;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.eg .criteria {
    display: inline-block;
    text-align: left;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl70 {
    padding-left: 70px;
}

.pl90 {
    padding-left: 90px;
}

.mb0 {
    margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

.eg-hdr {
    display: block;
    font-size: 1.1em;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    top: -18px;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    background: #6b94cb;
    color: #fff;
    font-weight: bold;
    border: 1px solid #6b94cb;
    text-align: center;
    padding: 6px 6px 6px 10px;
    letter-spacing: 0.15em;
}

.eg.alt {
    background: #6b94cb;
    color: #fff;
}

.eg.alt a {
    color: #fff;
    text-decoration: underline;
}

.eg.alt .eg-hdr {
    background: #fff;
    color: #6b94cb;
}

.eg-hdr.w300 {
    width: 300px;
    margin-left: -150px;
}

.eg-hdr.w600 {
    width: 600px;
    margin-left: -300px;
}

/* removing dark block and bright block styling

.stan {
    background: #042c4f;
    color: #fff;
    padding: 10px 0;
}

.stan h2,
.stan h3 {
    color: #fff
}

.stan a {
    color: #fff;
    text-decoration: underline;
}

.stan a.suggested-link {
    color: #2396F7;
    text-decoration: none;
}

.stan .eg {
    border-color: #fff;
    background: transparent;
}

.bright {
    color: #fff;
    padding: 10px 0;
    background: #6b94cb;
    background: -moz-radial-gradient(50% bottom, #4a6f9f 0%, #6b94cb 50%);
    background: -webkit-radial-gradient(50% bottom, #4a6f9f 0%, #6b94cb 50%);
    background: radial-gradient(at 50% bottom, #4a6f9f 0%, #6b94cb 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a6f9f', endColorstr='#6b94cb', GradientType=1);
}

.bright h2,
.bright h3 {
    color: #fff;
}

.bright a {
    color: #fff;
    text-decoration: underline;
}

.bright ol {
    list-style: none;
    counter-reset: custom-counter;
    padding: 0;
}

.bright ol>li {
    counter-increment: custom-counter;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1rem;
    text-align: left;
    background: #fff;
    padding: 1.75rem;
    padding-left: calc(1.75rem + 55px);
    box-shadow: 5px 0 10px rgb(0 0 0 / 15%);
    color: #262C4B;
    text-align: left;
    border-radius: 10px;
    min-height: 90px;
    text-transform: uppercase;
    font: italic normal 600 14px/20px 'Roboto';
    position: relative;
    flex-wrap: wrap;
}

.bright ol>li:before {
    color: #0e4a70 !important;
    position: absolute;
    left: 1.75rem;
    content: counter(custom-counter);
    font: normal normal 700 20px/40px 'Roboto';
    margin-right: 15px;
    border: 2px dotted;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center
}

removing dark block and bright block styling */

.btn-play-blue {
    background: #f79407;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}

.logo-block {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom:10px;
}

.logo-block i {
    color: #444;
    font-size: 50px;
}

.logo-block img.mobile {
    height: 50px;
}

.eg.compact .eg-hdr {
    padding: 2px;
    font-size: 14px;
}

.nfl {
    margin-left: 22px;
    list-style: none;
    counter-reset: counter;
}

.nfl li {
    position: relative;
    display: block;
    margin: 0.2em 1em 0.2em -1.8em;
    text-decoration: none;
    border-radius: 0.3em;
    transition: all 0.3s ease-out;
    background: none;
    padding: 0 0 0 1em;
}

.nfl>li:before {
    position: absolute;
    top: -1px;
    margin-top: 0;
    background: none;
    color: #f89406;
    line-height: 2em;
    border: 0.3em solid transparent;
    text-align: center;
    border-radius: 2em;
    transition: all 0.3s ease-out;
    width: 25px;
    height: 25px;
    font-weight: 400;
    left: -1em;
    font-size: 10px;
}

ul.nfl>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}

ul.nfl.neg>li:before {
    background: red;
}

.nfl.star>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e006";
}

.nfl.asterisk>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\002a";
}

.nfl.yes>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color: green;
}

.nfl.no>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e014";
    color: red;
}

.nfl.gift>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e102";
}

.nfl.hand>li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e127";
}

ol.nfl>li:before {
    font-weight: 700;
    counter-increment: counter;
    content: counter(counter)".";
    font-size: 17px;
    top: -8px;
}

ol.nfl ul>li {
    margin-left: -3em;
}

ol.nfl ul>li:before {
    font-weight: 700;
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size: 12px;
    margin-right: 10px;
}

p.attn {
    font-weight: bold;
    margin-bottom: 20px;
}

.bonuscode {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 1px 5px;
    color: #31708f;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.game-showcase {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.game-showcase:after {
    display: table;
    content: '';
    clear: both;
}

.game-showcase .left {
    height: 200px;
}

.game-showcase .right {
    padding: 15px;
}

.game-showcase .right h3,
.game-showcase .right strong,
.game-showcase .right .btn-play {
    text-align: center;
}

.row.img-flex,
.row.vs-flex {
    display: flex;
}

.img-flex_centerimage {
    justify-content: center;
    display: flex;
    align-self: center;
}

.vs-flex_versus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
}

@media (max-width:767px) {
    .eg-hdr.w600 {
        width: 300px;
        margin-left: -150px;
    }
}

@media (max-width:414px) {
    .game-showcase {
        flex-direction: column
    }
    .game-showcase .left {
        width: 100%;
        height: 200px
    }
    .game-showcase .right {
        width: 100%
    }
    .row.img-flex,
    .row.vs-flex {
        flex-direction: column;
    }
    .pl70,
    .pl90 {
        padding-left: 0;
    }
    ul.pl70, ul.pl90 {
        padding-left: 15px;
    }
    ul.quintuple-column.clean-padded {
        padding: 0;
    }
/*    .quintuple-column .sbox {
        padding: 10px 5px 5px 5px; */
    }
}



@media (max-width: 910px) {
    .call-to-action .left {
        width: 100%;
        height: 150px;
    }
    .call-to-action .left img {
        padding: 0;
    }
    .call-to-action .mid {
        width: 100%;
        min-height: 120px;
    }
    .call-to-action .right {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .call-to-action .right .review {
        position: relative;
        bottom: 0;
        margin-top:10px;
        height:30px;
        line-height:30px;
        display:inline-block;
    }
}

ul.compare {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    background-color: #f5f5f5;
    border-top: solid 1px #f5f5f5;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.compare li {
    padding: 5px 10px;
}

ul.compare li:nth-child(even) {
    background: #fff;
}

ul.compare li.compare-head {
    background: #e5e5e5;
}

ul.compare li.compare-sub {
    background: lightskyblue;
}

ul.compare h3 {
    margin: 10px 0;
}

ul.compare strong {
    display: block;
}

.icon-cntr {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.icon-cntr img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 50px;
}

.icon-cntr .wrap {
    flaoat: left;
    width: 92%;
}

.icon-cntr h3 {
    margin-bottom: 5px;
}

.goto1 {
    margin: 20px 0;
    text-align: center;
    border: none;
    background: #6b94cb;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-evenly;
}

.goto1 .goto-head {
    margin: 0;
    color: #fff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    padding-bottom: 8px;
}

.goto1 .goto-text {
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 10px
}

.goto1 .goto-buttons {}

.goto1 .goto-buttons a {
    min-width: 120px;
    display: inline-block;
    background: #fff;
    color: #6b94cb;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 40px;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
}

.goto1 .goto-buttons a:last-child {
    margin-right: 0;
}

.goto2 {
    margin: 20px 0;
    text-align: center;
    border-top: solid 1px #f8f8f8;
    background: #fff;
    color: #6b94cb;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-evenly;
}

.goto2 .goto-head {
    margin: 0;
    color: #6b94cb;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    padding-bottom: 8px;
}

.goto2 .goto-text {
    color: #6b94cb;
    line-height: 1.4em;
    margin-bottom: 10px
}

.goto2 .goto-buttons {}

.goto2 .goto-buttons a {
    min-width: 120px;
    display: inline-block;
    background: #f89406;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 40px;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
}

.goto2 .goto-buttons a:last-child {
    margin-right: 0;
}

.goto3 {
    margin: 20px 0;
    text-align: center;
    border: none;
    background: #6b94cb url(/img/goto-bg.jpg) no-repeat center center / cover;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-evenly;
}

.goto3 .goto-head {
    margin: 0;
    color: #fff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    padding-bottom: 8px;
}

.goto3 .goto-text {
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 10px
}

.goto3 .goto-buttons {}

.goto3 .goto-buttons a {
    min-width: 120px;
    display: inline-block;
    background: #fff;
    color: #6b94cb;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 40px;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(42, 44, 46, .2), 0 1px 1px rgba(42, 44, 46, .14), 0 1px 5px rgba(42, 44, 46, .08);
}

.goto3 .goto-buttons a:last-child {
    margin-right: 0;
}

.subscribe-strip {
    background: #042c4f url('/img/subscribe-strip-2.jpg') no-repeat center center / cover;
    padding: 40px 20px;
    text-align: center;
}

.subscribe-strip .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscribe-strip .footer-form {
    width: 50%;
}

.subscribe-strip h4 {
    color: #f89406;
    font-weight: bold;
}

.subscribe-strip p {
    color: #fff;
}

.footer-casinos {
    background: #f2f2f2;
    padding: 40px 0;
    text-align: center;
}

.footer-casinos__title {
    color: #2396F7;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}

#footer {
    padding: 30px 0 0 0
}

#footer img.logo {
    max-width: 200px;
    margin-bottom: 20px;
}

#footer .img-row {
    margin: 15px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#footer .img-row img {
    max-width: none;
    margin-bottom: 10px
}

#footer .img-row img.logo {
    max-width: 150px;
}

#footer .img-row>div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#footer .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

#footer .footer-menu a {
    font-size: 14px;
    text-decoration: none;
}

#footer .footer-menu a:hover {
    text-decoration: underline;
}

#footer .copyright .row {
    margin-bottom: 5px;
}

ul.img-list {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

ul.img-list img {
    margin: 5px;
}

ul.img-list.img-list__freespins img {
    max-width: 120px;
}

.popup-bonus {}

.popup-bonus__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-bonus__header-close {
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px;
    cursor: pointer;
    font-size: 12px
}

.popup-bonus__footer-close {
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    right: 10px;
    padding: 2px;
    cursor: pointer;
    font-size: 13px
}

.popup-bonus__header-title {
    font-weight: 500;
    text-align: center;
    background:#eee;
    color:#000;
    border-radius:4px 4px 0 0;
}

.popup-bonus__header-visit {
    text-align: center;
}

#clean-list .popup-bonus__header-visit .btn {
    font-size: 18px;
}

#clean-list .popup-bonus__header-visit .btn:focus,
#clean-list .popup-bonus__header-visit .btn:hover {
    color: #fff;
}

.popup-bonus__details {
    margin: 20px 0 10px 0;
    padding: 10px;
    /* border: solid 1px #ddd; */
    display: flex;
    flex-direction: column;
}

.popup-bonus__details-title {
    background: #eee;
    margin: -10px -10px 20px -10px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.popup-bonus__details-code {
    text-align: center;
    border: dashed 2px #bbb;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #465156;
    background: #fafafa;
    padding: 13px 10px;
    display: block;
    margin: 0 0 16px;
}

.popup-bonus__details-code.smaller-text {
    font-size: 16px;
}

.popup-bonus__header-visit a.btn.btn-small.btn-play {
    font-size: 12px;
    text-align: center;
    background: #f89406;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 92px;
    padding: 5px 10px;
    height: 34px;
    line-height: 25px;
    border-radius: 20px;
    margin: 0 0 5px;
    box-shadow: none !important;
    font-weight: 400;
}


.clean-list__bonus-code {
    text-align: center;
    border: dashed 2px #F17D0A;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #465156;
    background: #F7F7F7;
    padding: 2px 5px;
    display: inline-block;
    word-wrap: anywhere;
    cursor: pointer;
}

.clean-list__bonus-terms {
    color: #2396F7;
    font-size: 11px;
    cursor: pointer;
}

.popup-bonus__details-list {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.popup-bonus__details-list li {
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4em;
}

.popup-bonus__details-list span {
    display: inline-block;
}

.popup-bonus__details-list strong {
    display: inline-block;
}

.popup-bonus__details-review {
    text-align: center;
    font-size: 12px;
}

.popup-bonus__details-terms {
    text-align: center;
    margin-top: 10px;
    padding:10px;
}

.popup-bonus__details-terms h2:before {
    content:none;
}

.popup-bonus__details-terms span {
    text-align: justify;
    display: inline-block;
    font-size: 10px;
    line-height: 1.2em;
}

.popup-bonus__details-terms a {
    display: inline-block;
    font-size: 10px;
}

.show-all {
    width: 50%;
    background: #2396F7;
    overflow-anchor: none;
    text-transform:uppercase;
    font-size:14px;
}
a.show-all:visited,a.show-all:focus {color: #fff;}
.review-code a {
    color: #fff;
}

.review-bonus-intro {
    padding: 20px 10px 10px 10px;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

.review-bonus-intro .text {
    margin: 10px 0;
    display: block;
    font-size: 22px;
    line-height: 1.3em;
}

.review-header__badges {
    position: absolute;
    top: 0;
    left: 5px;
}

.review-header__badges .review-exclusive {
    display: block;
    float: left;
    padding: 2px 4px;
    color: #fff;
    background: red;
    border-radius: 0 0 4px 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1em;
    border: 0;
}

.review-header__badges .review-new {
    display: block;
    float: left;
    padding: 2px 4px;
    color: #fff;
    background: #5cb85c;
    border-radius: 0 0 4px 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1em;
    border: 0;
}

.review-header__badges .review-country {
    display: block;
    float: left;
    padding: 2px 4px;
    color: #333;
    background: #E8EAF3;
    border-radius: 0 0 4px 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 1em;
    border: 0;
}

.review-header__badges .review-country img {
    max-height: 14px;
}

.review-header__bonus {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    align-items: center;
    flex-direction: row;
}

.review-header__bonus-amount {}

.review-header__bonus-type {
    text-transform: uppercase;
    font-size: 18px;
    color: #f0ad4e;
    margin: 0 6px
}

.review-header__bonus-games {}

.review-header__bonus-games span {
    font-size: 0.75em;
    margin-right: 6px;
}

.review-header__claim {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row
}

.review-header__claim-code {
    margin-right: 20px;
    font-size: 14px
}

.review-bonus-intro .review-code {
    text-align: center;
    border: dashed 2px #F17D0A;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff958;
    background: transparent;
    padding: 4px;
    display: inline-block;
    margin: 0;
    line-height: 1.2em;
    font-style: normal;
}

.review-bonus-intro .review-code a {
    color: #fff958;
    padding: 3px;
}

.review-bonus-intro .tandcs {
    margin: 10px 0;
    line-height: 1.5em;
    position: absolute;
    bottom: 0;
}

.review-scores {
    background: #333;
    color: #fff;
    padding: 10px 0 5px 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    border-top: solid 1px #fff;
}

.review-scores__score-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-scores__score-shape {
    background: red;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

.review-scores__score-shape2 {
    background: red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

.review-scores__score-bonus {
    background-image: linear-gradient(45deg, #5cb85c, #87e587);
}

.review-scores__score-games {
    background-image: linear-gradient(45deg, #5bc0de, #7cd7f2);
}

.review-scores__score-software {
    background-image: linear-gradient(45deg, #f0ad4e, #ffc26e);
}

.review-scores__score-support {
    background-image: linear-gradient(45deg, #d9534f, #f2a5a2);
}

.review-scores__score-overall {
    background-color: #fff;
    color: #333;
}

.review-scores__score-text {
    font-weight: bold
}

/*
.main-nav>ul>li:not(.menu-item-mega-parent):not(.menu-item-has-children) {
    padding-top: 2px;
}
*/


.bonus-summary.bonus-popup {box-shadow:none;}

.bonus-popup {
    width: 244px !important;
}

.bonus-popup a i.fa {
    border-radius: 50%;
    color: #fff;
    background: #f89406;
    padding: 4px;
}

.bonus-array {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bonus-card {
    margin: 10px 5px;
    flex: 1 0 33.333333%;
}

.bonus-card:nth-child(odd) {
    margin: 10px 10px 10px 0;
}

.bonus-card:nth-child(even) {
    margin: 10px 0 10px 10px;
}

.bonus-card_inner {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    background-color: #fff;
    border-top: solid 1px #f5f5f5;
    font-size: 14px;
}

.bonus-card_inner>div {
    padding: 5px 10px;
    font-weight: bold;
}

.bonus-card_inner>div:nth-child(odd) {
    background: #f5f5f5;
}

.bonus-card_inner span {
    font-weight: normal;
}

.bonus-card span.clean-list__bonus-code {
    font-weight: bold;
}

.bonus-card_heading {
    background: #333 !important;
    padding: 30px 10px 5px 10px !important;
    color: #fff;
}

.bonus-card_heading h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.bonus-card_description {
    font-style: italic;
}

.bonus-card_link {
    text-align: center;
    padding: 10px !important;
}

.bonus-card_badges {
    position: absolute;
    top: 0;
    padding: 0 !important;
    background: transparent !important;
    margin-top: -4px;
}

.bonus-card_badges span {
    font-weight: bold;
}

.bonus-card_exclusive {
    margin-left: 5px;
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 0 0 2px 2px;
    display: inline-block;
    color: #fff;
    background: red;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.bonus-card_new {
    margin-left: 5px;
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 0 0 2px 2px;
    display: inline-block;
    color: #fff;
    background: #5cb85c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.bonus-card_country {
    margin-left: 5px;
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 0 0 2px 2px;
    display: inline-block;
    color: #333;
    background: #E8EAF3;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.bonus-card_country img {
    max-height: 20px;
    margin: -4px 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.sw-slider,
.country-slider {
    display: flex;
    overflow: hidden
}

.sw-slider div.sw,
.country-slider div.sw {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transform: scale(1);
    background-color: #fff;
    text-align: center;
    margin: 20px 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-height: 227px;
    flex-direction: column
}

.sw-slider div.sw a,
.country-slider div.sw a {
    display: flex;
    flex-direction: column
}

.sw-slider div.sw a img,
.country-slider div.sw a img {
    margin-bottom: 10px;
    align-self: center
}

.sw-slider div.sw p,
.country-sliderdiv.sw p {
    min-height: 120px;
}

.toc ul {
    display: flex;
    flex-direction: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.toc ul:before {
    border: solid 1px #ddd;
    border-radius: 4px;
    line-height: 1em;
    padding: 4px;
    font-size: 13px;
    margin-right: 4px;
    content: "Table of Contents";
    font-weight: bold;
    background: #eee;
    margin-bottom: 4px;
}

.toc ul li {
    border: solid 1px #ddd;
    border-radius: 4px;
    line-height: 1em;
    padding: 4px;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.toc ul li a {
    font-weight: bold;
    color: #2254ba;
}

.toc ul li a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size: 12px;
    color: #ddd;
    margin-right: 2px;
    color: #f89406
}

@media(max-width: 1000px) {
    .toc ul {
        flex-direction: column;
    }
}

.bonus-rating {
    background: #333;
    border-top: solid 1px #fff;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.bonus-rating>div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 240px;
}

.bonus-rating>div a {
    color: #fff;
    cursor: pointer;
}

.bonus-rating img {
    max-height: 30px;
}

.popover-content #frmUpVote, .popover-body #frmUpVote {
    text-align: center;
    width: 250px;
}

.popover-content #frmUpVote h3, .popover-body #frmUpVote h3 {
    margin: 10px 0 10px 0;
    line-height: 1em;
    font-size: 16px;
}

.popover-content #frmUpVote .vote-button, .popover-body #frmUpVote .vote-button {
    margin-bottom: 10px;
    border: solid 1px #555;
    padding: 4px;
    border-radius: 4px;
    background: #f4f4f4;
}

.popover-content #frmUpVote .vote-button:last-child, .popover-body #frmUpVote .vote-button:last-child {
    margin-bottom: 0;
}

.popover-content #frmUpVote .h, .popover-body #frmUpVote .h {
    position: relative;
    text-align: center;
}

.popover-content #frmUpVote .h img, .popover-body #frmUpVote .h img {
    width: 24px;
    height: 24px;
    max-height: none;
}

.popover-content #frmUpVote .h span, .popover-body #frmUpVote .h span {
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 24px;
    padding: 0;
    margin: 0;
    right: 10px;
    color: #333;
}

.popover-content #frmDownVote, .popover-body #frmDownVote {
    text-align: left;
    width: 250px;
}

.popover-content #frmDownVote h3, .popover-body #frmDownVote h3 {
    text-align: center;
    margin: 10px 0 15px 0;
    line-height: 1em;
    font-size: 16px;
}

.popover-content #frmDownVote label, .popover-body #frmDownVote label {
    font-weight: normal;
    margin-left: 5px;
}

.popover-content #frmDownVote .vote-button, .popover-body #frmDownVote .vote-button {
    color: #333;
}

.popover-content #frmDownVote textarea, .popover-body #frmDownVote textarea {
    font-size: 14px;
    margin-top: 6px;
    width: 100%;
    border: solid 1px #555;
    border-radius: 4px;
    color: #555;
}

.popover-content #frmDownVote .r, .popover-body #frmDownVote .r {
    align-items: center;
    margin-bottom: 5px;
}

.popover-content #frmDownVote .h, .popover-body #frmDownVote .h {
    position: relative;
    text-align: center;
}

.popover-content #frmDownVote .h img, .popover-body #frmDownVote .h img {
    width: 24px;
    height: 24px;
    max-height: none;
}

.popover-content #frmDownVote .h span, .popover-body #frmDownVote .h span {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 24px;
    padding: 0;
    margin: 0;
    top: -6px;
    color: #333;
}

.popover-content .v, .popover-body .v {
    text-align: left;
    margin-top: 5px;
}

.popover-content .v a, .popover-body .v a {
    font-size: 14px;
    color: #555;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.popover-content #frmUpVote .v, .popover-body #frmUpVote .v {
    display: flex;
    flex-direction: column;
}

.popover-content #frmDownVote .v a, .popover-body #frmDownVote .v a {
    font-size: 14px;
}

.popover-content .v a img, .popover-body .v a img {
    max-height: none;
    width: 24px;
    height: 24px;
    margin: 0 10px
}

.popover-content #frmDownVote .r.flex, .popover-body #frmDownVote .r.flex {
    border: solid 1px #555;
    padding: 4px;
    border-radius: 4px;
    background: #f4f4f4;
    text-align: center;
}

.popover-content #frmDownVote .r.flex:hover, .popover-body #frmDownVote .r.flex:hover {
    background: #f4f4f4;
}

.popover-content .v .r.flex img, .popover-body .v .r.flex img {
    max-height: none;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.popover-content .votes-container h3, .popover-body .votes-container h3 {
    margin: 10px 0 10px 0;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
}

.popover-content .votes-container, .popover-body .votes-container {
    min-width: 180px;
}

.popover-content .votes-container table, .popover-body .votes-container table {
    text-align: center;
    margin: 0;
    font-size: 12px;
    border: 0;
    color: #333;
}

.popover-content .votes-container .table>tbody>tr>td, .popover-body .votes-container .table>tbody>tr>td {
    border: 0;
}

.popover-content .votes-container table td:first-child, .popover-body .votes-container table td:first-child {
    text-align: left;
}

.popover-content .votes-container table img, .popover-body .votes-container table img {
    width: 24px;
    height: 24px;
}

.popover-content .votes-container .h, .popover-body .votes-container .h {
    position: relative;
    text-align: center;
}

.popover-content .votes-container .h img, .popover-body .votes-container .h img {
    width: 24px;
    height: 24px;
    max-height: none;
}

.popover-content .votes-container .h span, .popover-body .votes-container .h span {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 24px;
    padding: 0;
    margin: 0;
    top: -6px;
    color: #333;
}

.rate-container {
    font-size: 12px;
    display: inline-block;
    text-align: left;
}

.rate-container .rate-head {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.rate-container a {
    display: block;
}

.rate-container a img {
    max-height: 16px;
}

.bonus-terms-pop {
    color: #2396F7;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
}

.bonus-terms-link {
    color: #2396F7;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    display:block;
}

.card-list .recommended_item.recommended_item-flex {
    display: flex;
    justify-content: space-evenly;
}

.recommended_item-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommended_item-details .recommended_item-title {
    top: auto;
}

.card-list .recommended_item-details .casino-bonus {
    text-align: center;
}

.recommended_item-details .bonus-terms-pop {
    margin: 10px 0;
}

.recommended_item-details .card_desc-action-buttons {
    bottom: auto;
    position: relative;
    left: auto;
    right: auto;
}

.tandcs .popover {
    width: 300px;
    color: #222;
}

.tandcs .popup-bonus__details-terms a {
    color: #2396F7;
}

.bonus-card_heading .bonus-terms-pop {
    display: block;
}

.bonus-card_heading .popup-bonus__details-terms,
.bonus-card_heading .popup-bonus__footer-close {
    color: #222;
}

.call-to-action .bonus-terms-pop {
    display: block;
}

.home-available {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 19px;
}

.home-available img {
    max-height: 35px;
}

.home-totals>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-totals strong {
    color: #f89406;
    font-size: 24px;
    display: block;
}

/* user review styling */

.user_review_overview {display:flex;flex-direction:column;margin-bottom: 10px;padding: 0;border: 1px solid #e5e5e5;border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.09);width:100%;padding:20px;}
.user_review_feedback_wrapper {display:flex;flex-direction:row;width:100%;border-bottom:solid 1px #d7dde7;}
.user_review_feedback_text {display:flex;flex-direction:column;width:33%;align-items:start;justify-content:center;}
.title_text{text-transform: uppercase;font-size: 0.8em;}
.title_text span{cursor:pointer;}
.title_value{text-transform: uppercase;font-size: 1.5em;font-weight:bold;margin:10px 0;}
.title_aggregate{font-size: 0.8em;}
.user_review_feedback_bar {display:flex;flex-direction:column;width:67%;align-items:center;justify-content:center;padding:10px;}
.bar_wrapper {border-radius: 2px;display: flex;gap: 2px;height: 8px;overflow: hidden;width: 100%;height: 12px;margin: 0 0 8px;}
.bar_pill {display: inline-block;height: 16px;}

.user_review_bb {font-size: 14px;line-height: 19px;padding-left: 18px;position: relative;}
.user_review_bb:not(:last-child) {margin-right: 16px;}
.user_review_bb:before {border-radius: 50%;bottom: 0;content: "";height: 12px;left: 0;margin: auto;position: absolute;top: 0;width: 12px;}
.user_review_bb.user_review_vpos:before, .user_review_bg_vpos {background: #3DEE3A;}
.user_review_bb.user_review_pos:before, .user_review_bg_pos {background: #9FF11A;}
.user_review_bb.user_review_neu:before, .user_review_bg_neu {background: #D8DC00;}
.user_review_bb.user_review_neg:before, .user_review_bg_neg {background: #FFB257;}
.user_review_bb.user_review_vneg:before, .user_review_bg_vneg {background: #FF6847;}

.user_review_form_wrapper {display:flex;flex-direction:row;margin-top:10px;flex-wrap:wrap;align-items: center;}
.user_review_form_wrapper > p {width:50%;margin:0;font-weight:bold;}
.review_button {width:50%;text-align:right;}
.review_button span {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
  background: var(--main-bg-dark-color);
  border-radius: 4px !important;
  white-space: inherit !important;
  width: 180px;
  text-transform: uppercase;
  font-weight:bold;
}
.user_review_form_container {width:100%;margin-top:10px;}
.user_review_wrapper {display:flex;flex-direction:row;margin-bottom: 10px;padding: 0;border: 1px solid #e5e5e5;border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.09);width:100%}
.user_review_userinfo {display:flex;flex-direction:column;align-items:center;justify-content:center;width:15%;padding:10px;}
.user_review_reviewinfo {display:flex;flex-direction:column;align-items:initial;justify-content:center;width:85%;padding:10px;}
.user_review_name {display:flex;flex-direction:column;align-items:center;justify-content:center;}
.user_review_name span {font-size:0.7em;}
.user_review_date {text-transform:uppercase;font-size:0.8em;}
.user_review_body {border-bottom:solid 1px #d7dde7;border-top:solid 1px #d7dde7;margin-top:10px;padding:10px 0 0 0;}
.user_review_body p {margin-bottom:5px;}
.user_review_votes {display:flex;flex-direction:row;justify-content:flex-end;padding:10px 0 0 0;align-items:center;}
.user_review_votes i, .user_review_votes span {cursor:pointer;}
.user_review_rating span {text-decoration: none !important;height: 18px;width: 18px;font-size: 23px;margin-right: 5px;}
.user_review_rating span::after {content: "\2605";color: #d2d2d2;}
.user_review_rating span.active::after {color: #EDB867;}
.user_review_rating span.user_review_title {width: auto;font-size: 17px;}
.user_review_rating span.user_review_title::after {content: ""}

@media(max-width: 414px) {
    #footer .footer-menu li {margin: 8px 0;}

    .home-totals {
        justify-content: center;
        flex-wrap: wrap;
    }
    .home-totals>div {
        width: 50%;
        flex: auto;
    }
    .subscribe-strip .footer-form {
        width: 100%;
    }
    #footer .footer-menu {
        margin-bottom: 20px;
    }
    #footer .img-row>div {
        flex-wrap: wrap;
    }
    #footer .img-row img {
        max-width: 80%;
    }
    #footer .text-right {
        text-align: left;
    }
    ul.img-list.img-list__freespins img {
        max-width: 140px;
    }
    .clean-list__play .btn {
        border-radius: 50%;
        padding: 6px;
        min-height: 26px;
        min-width: 26px;
    }
    .clean-list__play .popup-bonus .btn {
        border-radius: 4px;
    }
    #clean-list .btn i {
        display: block;
        margin-top: 2px;
    }
    #clean-list .btn span {
        display: none;
    }
    .clean-list-score {
        width: auto;
        display: none;
    }
    .clean-list-score__text {
        display: none;
    }
    #clean-list .sig-terms {
        display: block;
        font-size: 11px;
    }
    #clean-list .freespinsgames {
        display: block;
        font-size: 11px;
    }
#clean-list .freespinsgames {
    font-size: 12px;
    margin-left: 5px;
    clear: both;
    display: block;
    margin-top: 10px;
}    
    #clean-list .autoassigned {
        display: block;
        font-size: 11px;
    }
    .clean-list__bonus-pill {
        font-size: 12px;
        padding: 5px 8px;
        margin: 3px 0;
    }
    .clean-list__multidep {
        display: none;
    }
    .clean-list__flag {
        position: absolute;
        top: -2px;
    }
    .clean-list__flex {
        padding-bottom: 0;
    }
    .clean-list__flex__bottom {
        left: 25px;
    }
    .popover.top>.arrow {
        top: 100% !important;
    }
    .clean-list__filters-buttons,
    .clean-list__filters-freespins {
        width: 100%;
    }
    .clean-list__filters-filter-buttons .btn-group button {
        width: 33%
    }
    .clean-list__filters-freespins .btn-group button {
        width: 50%;
    }
    .clean-list__bonus-code {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        word-wrap: unset;
    }
    .autoassigned {
        display: block;
        margin-bottom: 5px;
    }
    .show-all {
        width: 80%;
    }
    .review-bonus-intro {
        flex-direction: column;
    }
    .review-scores__score-text {
        font-size: 13px
    }
    .review-header__claim {
        flex-direction: column;
    }
    .review-header__claim-code {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .review-header__bonus {
        flex-direction: column;
    }
    .review-header__bonus-amount {
        font-size: 24px;
    }
    .review-header__bonus-type {
        font-size: 14px;
    }
    .review-header__bonus-games {
        font-size: 24px;
    }
    .review-bonus-intro .tandcs {
        position: relative;
    }
    .review-bonus-intro .btn-play {
        width: auto;
    }
    .footer-home {
        width: 100%
    }
    .sec-nav_wrapper {
        min-height: auto;
    }
    .bonus-array {
        flex-direction: column;
    }
    .bonus-card:nth-child(odd) {
        margin: 10px 0;
    }
    .bonus-card:nth-child(even) {
        margin: 10px 0;
    }
    .bonus-card_code .clean-list__bonus-code {
        display: inline-block;
        margin: 0;
    }
    .sw-slider div.sw p,
    .country-slider div.sw p {
        min-height: 192px;
    }
    #clean-list .more-casino {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    .bonus-rating .rate-head {
        line-height: 1.2em;
    }
    .bonus-rating a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.1em;
    }
    .bonus-rating a img {
        display: block;
        margin-bottom: 5px;
    }
    .bonus-summary.top-bonuses a.btn {
        padding: 4px;
        font-size: 12px;
    }
    .bonus-terms-pop {
        font-size: 9px;
    }
}

a.inline,
.sw-slider div.sw a.inline,
.country-slider div.sw a.inline {
    display: inline;
}

.listing-author {
    margin: 20px 0;
    border: 1px solid #bebebe;
    border-radius: 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.listing-author p {
    margin: 0;
}

.listing-author img {
    border-radius: 4px;
    margin-right: 20px;
}

@media(max-width: 414px) {
    .listing-author {
        flex-direction: column;
    }
    .listing-author img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .logo-block {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .blocked_au_outer {
        display: none;
    }
}

@media(min-width:769px) {
    .blocked_au_outer {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 990;
    }
    .blocked_au_outer .blocked_au_box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 995;
        background: rgba(0, 0, 0, 0.85);
    }
    .blocked_au_outer .blocked_au_txt {
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: auto;
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
        border-radius: 4px;
        width: 500px;
        padding-left: 200px;
        background: #fff url('/img/red_card.png') 10px bottom no-repeat;
    }
    .blocked_au_outer .blocked_au_txt>h2 {
        font-size: 40px;
        font-weight: 200;
        margin: 20px 0 40px;
        text-align: center;
    }
    .blocked_au_outer .blocked_au_txt>p {
        font-size: 28px;
        font-weight: 200;
        text-align: center;
    }
}

.casino-list_header {display:flex;align-items:center;width:100%;font-size:13px;text-transform:uppercase;color:#3A4347;font-weight:600;}
.casino-list_header-item {text-align:center;}
.casino-list_header-item:first-child {text-align:left;}
.casino-list_body {display:flex;align-items:center;width:100%;font-size:13px;flex-flow:column wrap;}
.casino-list_body-item {display:flex;width:100%;}
.casino-list_body-item-bonus{text-align:center;}
.casino-list_body-item-code{text-align:center;}
.casino-list_body-item-software{text-align:center;}
.casino-list_body-item-play{text-align:center;}

.slot-plentiful-treasure, .slot-pulsar, .slot-secret-symbol, .slot-cherry-blossoms, .slot-achilles-deluxe, .slot-destiny-wild, .slot-cash-bandits-3,
    .slot-fat-cat, .slot-cash-bandits-2, .slot-book-of-dead, .slot-gonzos-quest, .slot-divine-fortune, .slot-house-of-doom-2, .slot-wolf-treasure,
    .slot-starburst, .slot-aloha, .slot-ghost-ship, .slot-curse-of-the-werewolf, .slot-300-shields, .slot-aloha-cluster-pays, .slot-history-of-aviator,
    .slot-irish-luck, .slot-love-island, .slot-lucha-libre-2, .slot-avalon-lost-kingdom, .slot-gods-of-nature, .slot-big-bad-wolf,
    .slot-the-slotfather-2, .slot-reels-of-wealth, .slot-king-of-kings, .slot-mega-moolah, .slot-thunderstruck-ii,
    .slot-jungle-jim-el-dorado, .slot-dead-or-alive, .slot-age-of-the-gods, .slot-glory-and-britannia, .slot-leonardos-loot,
    .slot-wrath-of-medusa, .slot-mystic-wolf, .slot-dragon-pearls, .slot-gnomes-gems, .slot-gods-temple-deluxe, .slot-gemix,
    .slot-viking-runecraft, .slot-sugar-skulls, .slot-miami-nights, .slot-lava-loca, .slot-the-golden-owl-of-athena, .slot-blood-eternal, .slot-tigers-claw,
    .slot-sakura-fortune, .slot-spinions-beach-party, .slot-elvis-frog-in-vegas, .slot-blood-suckers, .slot-lucky-leprachaun,
    .slot-secret-jungle, .slot-destiny-wild, .slot-bubble-bubble-3 {background: #e6e6e6;}
.slot-plentiful-treasure.lazy-bg-loaded {background:url(/img/plentiful-treasure-480.png) no-repeat center center / cover;}
.slot-pulsar.lazy-bg-loaded {background:url(/img/pulsar-480.png) no-repeat center center / cover;}
.slot-secret-symbol.lazy-bg-loaded {background:url(/img/secret-symbol-480.png) no-repeat center center / cover;}
.slot-cherry-blossoms.lazy-bg-loaded {background:url(/img/cherry-blossoms-480.png) no-repeat center center / cover;}
.slot-achilles-deluxe.lazy-bg-loaded {background:url(/img/achilles-deluxe-480.png) no-repeat center center / cover;}
.slot-destiny-wild.lazy-bg-loaded {background:url(/img/destiny-wild-480.png) no-repeat center center / cover;}
.slot-cash-bandits-3.lazy-bg-loaded {background:url(/img/cash-bandits-3-480.png) no-repeat center center / cover;}
.slot-fat-cat.lazy-bg-loaded {background:url(/img/fat-cat-480.png) no-repeat center center / cover;}
.slot-cash-bandits-2.lazy-bg-loaded {background:url(/img/cash-bandits-2-480.png) no-repeat center center / cover;}
.slot-book-of-dead.lazy-bg-loaded {background:url(/img/book-of-dead-480.png) no-repeat center center / cover;}
.slot-gonzos-quest.lazy-bg-loaded {background:url(/img/gonzos-quest-480.png) no-repeat center center / cover;}
.slot-divine-fortune.lazy-bg-loaded {background:url(/img/divine-fortune-480.png) no-repeat center center / cover;}
.slot-house-of-doom-2.lazy-bg-loaded {background:url(/img/house-of-doom-2-480.png) no-repeat center center / cover;}
.slot-wolf-treasure.lazy-bg-loaded {background:url(/img/wolf-treasure-480.png) no-repeat center center / cover;}
.slot-starburst.lazy-bg-loaded {background:url(/img/starburst-480.png) no-repeat center center / cover;}
.slot-aloha.lazy-bg-loaded {background:url(/img/aloha-480.png) no-repeat center center / cover;}
.slot-ghost-ship.lazy-bg-loaded {background:url(/img/ghost-ship-480.png) no-repeat center center / cover;}
.slot-curse-of-the-werewolf.lazy-bg-loaded {background:url(/img/curse-of-the-werewolf-480.png) no-repeat center center / cover;}
.slot-300-shields {background:url(/img/300-shields-480.png) no-repeat center center / cover;}
.slot-aloha-cluster-pays {background:url(/img/aloha-cluster-pays-480.png) no-repeat center center / cover;}
.slot-history-of-aviator {background:url(/img/history-of-aviator-480.png) no-repeat center center / cover;}
.slot-irish-luck {background:url(/img/irish-luck-480.png) no-repeat center center / cover;}
.slot-love-island {background:url(/img/love-island-480.png) no-repeat center center / cover;}
.slot-lucha-libre-2 {background:url(/img/lucha-libre-2-480.png) no-repeat center center / cover;}
.slot-avalon-lost-kingdom {background:url(/img/avalon-lost-kingdom-480.png) no-repeat center center / cover;}
.slot-gods-of-nature {background:url(/img/gods-of-nature-480.png) no-repeat center center / cover;}
.slot-big-bad-wolf {background:url(/img/big-bad-wolf-480.png) no-repeat center center / cover;}
.slot-the-slotfather-2 {background:url(/img/the-slotfather-2-480.png) no-repeat center center / cover;}
.slot-reels-of-wealth {background:url(/img/reels-of-wealth-480.png) no-repeat center center / cover;}
.slot-king-of-kings {background:url(/img/king-of-kings-480.png) no-repeat center center / cover;}
.slot-mega-moolah {background:url(/img/mega-moolah-480.png) no-repeat center center / cover;}
.slot-thunderstruck-ii {background:url(/img/thunderstruck-ii-480.png) no-repeat center center / cover;}
.slot-jungle-jim-el-dorado {background:url(/img/jungle-jim-el-dorado-480.png) no-repeat center center / cover;}
.slot-dead-or-alive {background:url(/img/dead-or-alive-480.png) no-repeat center center / cover;}
.slot-age-of-the-gods {background:url(/img/age-of-the-gods.png) no-repeat center center / cover;}
.slot-glory-and-britannia {background:url(/img/glory-and-britannia.png) no-repeat center center / cover;}
.slot-gladiator {background:url(/img/gladiator.png) no-repeat center center / cover;}
.slot-leonardos-loot {background:url(/img/leonardos-loot-480.png) no-repeat center center / cover;}
.slot-wrath-of-medusa {background:url(/img/wrath-of-medusa-480.png) no-repeat center center / cover;}
.slot-mystic-wolf {background:url(/img/mystic-wolf-480.png) no-repeat center center / cover;}
.slot-dragon-pearls {background:url(/img/dragon-pearls-480.png) no-repeat center center / cover;}
.slot-gnomes-gems {background:url(/img/gnomes-gems-480.png) no-repeat center center / cover;}
.slot-gods-temple-deluxe {background:url(/img/gods-temple-deluxe-480.png) no-repeat center center / cover;}
.slot-gemix {background:url(/img/gemix-480.png) no-repeat center center / cover;}
.slot-viking-runecraft {background:url(/img/viking-runecraft-480.png) no-repeat center center / cover;}
.slot-sugar-skulls {background:url(/img/sugar-skulls-480.png) no-repeat center center / cover;}
.slot-miami-nights {background:url(/img/miami-nights-480.png) no-repeat center center / cover;}
.slot-lava-loca {background:url(/img/lava-loca-480.png) no-repeat center center / cover;}
.slot-the-golden-owl-of-athena {background:url(/img/the-golden-owl-of-athena-480.png) no-repeat center center / cover;}
.slot-blood-eternal {background:url(/img/blood-eternal-480.png) no-repeat center center / cover;}
.slot-tigers-claw {background:url(/img/tigers-claw-480.png) no-repeat center center / cover;}
.slot-sakura-fortune {background:url(/img/sakura-fortune-480.png) no-repeat center center / cover;}
.slot-spinions-beach-party {background:url(/img/spinions-beach-party-480.png) no-repeat center center / cover;}
.slot-elvis-frog-in-vegas {background:url(/img/elvis-frog-in-vegas-480.png) no-repeat center center / cover;}
.slot-blood-suckers {background:url(/img/blood-suckers-480.png) no-repeat center center / cover;}
.slot-lucky-leprachaun {background:url(/img/lucky-leprachaun-480.png) no-repeat center center / cover;}
.slot-secret-jungle {background:url(/img/secret-jungle-480.png) no-repeat center center / cover;}
.slot-destiny-wild {background:url(/img/destiny-wild-480.png) no-repeat center center / cover;}
.slot-bubble-bubble-3 {background:url(/img/bubble-bubble-3-480.png) no-repeat center center / cover;}

.offers {background: #054d8c;padding:10px;}
.offers .blog-sec-container {border:0;}
.offers .blog-sec-text {background:#fff;border-radius: 0 0 5px 5px;}
.offers .blog-sec-container h2 {min-height:69px}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .sec-nav .row {display:block;}
    .sec-nav .row > div {margin-bottom:15px}
}
