@charset "UTF-8";

/* ---------- Contents ---------- 

0. General

*/

/* ----------- 0. General ---------- */

*,
:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hr,
main,
nav,
section,
summary,
svg {
    display: block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 1px
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none
}

a,
a:hover,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a,
fieldset,
hr {
    border: 0
}

mark {
    background: 0 0
}

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

/*table {
    border-collapse: collapse;
    border-spacing: 0
}*/

.table_wrap {
    overflow: auto
}

td {
    vertical-align: middle
}

.trim {
    word-break: break-all !important
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
    -webkit-appearance: none
}

.button,
button,
input[type=button],
input[type=submit] {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-appearance: none;
    cursor: pointer;
    border: none
}

hr {
    clear: both;
    font-size: 0;
    overflow: hidden;
    height: 0
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

img.alignleft {
    margin: 0 10px 10px 0
}

img.alignright {
    margin: 0 0 10px 10px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

svg {
    max-width: 100%;
    height: auto
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.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-close:before,
.fa-remove:before,
.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-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-right:before {
    content: "\f061"
}

.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-exclamation-triangle:before,
.fa-warning: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,
.fa-bar-chart: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-cogs:before,
.fa-gears: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-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.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-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won: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,
.fa-gratipay: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(99, 99, 99, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: 0 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

html {
    font: 400 15px/1.5714 Arimo, sans-serif
}

body {
    color: #333;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

#main {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    padding-top: 69px
}

.container {
    margin: 0 auto;
    width: 1140px;
    max-width: 94%;
    position: relative
}

.content {
    padding: 2rem 0;
    background-color: #EFF7F9
}

.content ul {
    margin: 0 0 0 15px
}

.content ul li {
    padding-left: 15px;
    position: relative
}

.content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #0c0c6a
}

.content ul.toc_list li:before {
    display: none;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    height: 30px;
    font-family: Arimo;
    font-size: 15px;
    border: 1px solid #333;
    padding: 0 10px;
    background: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    border: 1px solid #0c0c6a
}

textarea {
    resize: none;
    height: 100px;
    padding: 10px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b1b1b1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.button {
    display: inline-block;
    color: #fff;
    font-family: Arimo;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
    text-decoration: none;
    padding: 0 1.33333rem;
    background: #0c0c6a;
    border: 2px solid transparent
}

.button:hover {
    text-decoration: none
}

@media (max-width: 480px) {
    .table-container {
        overflow-x: auto;
    }
}

.some {
    font-size: 0;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.some a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    background: #0c0c6a
}

.some a:first-child {
    margin-left: 0
}

.some a:last-child {
    margin-right: 0
}

.some a:hover {
    text-decoration: none;
    background: #333
}

.some a:hover:before {
    color: #0c0c6a
}

.some a:before {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.alc > span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex_parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_parent article {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex_parent aside {
    background: #fff;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    min-width: 250px;
    max-width: 100%;
    margin-left: 30px
}

.cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.valign {
    display: inline-block;
    vertical-align: middle;
    max-width: 94%
}

.vfix {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.selbel_w {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: Arimo;
    height: 30px
}

.selbel_w select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.selbel_w select + span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #0c0c6a;
    padding: 0 10px;
    border: 1px solid #eee;
    line-height: 30px
}

.selbel_w select + span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #555 transparent transparent transparent;
    position: absolute;
    right: 13px;
    top: 16px
}

.selbel_w select + span.err {
    border-color: #ef4036
}

.selbel_w select option {
    padding: 5px
}

.fullframe {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 56.5%;
    position: relative;
    z-index: 0
}

.fullframe embed,
.fullframe iframe,
.fullframe object {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border: none;
    position: absolute
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: block !important;
    margin-bottom: 20px;
    clear: both
}

div.wpcf7 .wpcf7-not-valid-tip {
    height: 30px;
    font-family: Arimo;
    text-align: left;
    line-height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid red;
    background: #fff
}

div.wpcf7 .wpcf7-response-output {
    width: 100%;
    font-family: Arimo;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 5px 20px;
    background: #fff
}

div.wpcf7 .ajax-loader {
    display: none
}

.error404 .content {
    text-align: center
}

.error404 .content h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 40px
}

.error404 .content h1 span {
    font-size: 5.66667rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0c0c6a
}

.error404 .content p {
    font-size: 1.2rem
}

#menuOpen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 47px;
    text-align: right;
    display: none;
    z-index: 999;
    background: #118CD5
}

#menuOpen .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: calc(50% - 60px)
}

#menuOpen .logo img {
    width: 120px
}

.hamburger {
    padding: 13px 8px;
    display: inline-block;
    cursor: default;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

/* ---------- Blog ---------- */

.blog-posts {
    position: relative
}

.blog-posts:before {
    display: table;
    content: " "
}

.blog-posts:after {
    clear: both;
    display: table;
    content: " "
}

.blog-post-item {
    margin-right: 1%;
    margin-bottom: 20px;
    float: left;
    width: 31%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(206, 206, 206, .76);
    box-shadow: 0 2px 5px 0 rgba(206, 206, 206, .76)
}

.blog-post-item img {
    width: 100%
}

.blog-post-item .info {
    padding: 20px
}

.blog-post-item .info h3 {
    text-align: center;
    font-size: 24px
}

.blog-post-item .info .read {
    white-space: nowrap;
    font-weight: 700
}

.blog-post-item .info .trim {
    font-size: 15px;
    word-break: break-word !important
}

.blog-content h1 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 26px
}

.blog-content .time {
    text-align: center;
    color: #7b7b7b
}

.nav-links {
    margin-top: 20px;
    text-align: center
}

.nav-links .page-numbers {
    padding: 10px 15px;
    border: 1px solid #b5b5b5;
    border-right: 0;
    text-decoration: none
}

.nav-links .page-numbers:last-child {
    border-right: 1px solid #b5b5b5
}

.nav-links a.page-numbers:hover {
    background-color: #d4d4d4
}

.nav-links .current {
    background-color: #222;
    color: #fff
}

.blog-container.container {
    width: 850px
}

.blog-container.container .blog-single-post h1 {
    margin: 5px 0 10px;
    text-align: center;
    font-size: 34px
}

.blog-container.container .blog-single-post .blog-single-cat {
    font-weight: 700
}

.blog-container.container .blog-single-post .time {
    margin-top: 10px;
    color: #7b7b7b
}

.blog-container.container .blog-single-thumbnail {
    margin-bottom: 20px;
    text-align: center
}

.blog-container.container .blog-single-thumbnail img {
    display: inline-block;
    width: 700px
}

.fixed .blog-container .sidebar_casinos {

}

.blog-comments {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #c1c1c1
}

.blog-comments .comment-notes,
.blog-comments h3 {
    text-align: center
}

.blog-comments .comment-notes {
    font-size: 16px;
    padding-bottom: 20px
}

.blog-comments .comment-form input[type=text],
.blog-comments .comment-form textarea {
    border: 1px solid #afaeae
}

.blog-comments .comment-form input[type=text].error,
.blog-comments .comment-form textarea.error {
    border: 1px solid #cd1c24
}

.blog-comments .comment-form label.error {
    color: #cd1c24
}

.blog-comments .comment-form .comment-form-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-comments .comment-form .comment-form-col > p {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%
}

.blog-comments .form-submit {
    padding-top: 20px;
    text-align: center
}

.blog-comments .form-submit .submit {
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.2857142857rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.1428571429rem;
    text-decoration: none;
    padding: 0 1.4285714286rem;
    background: #0c0c6a;
    border: 2px solid transparent
}

.blog-comments .form-submit .submit:hover {
    border: 2px solid #0c0c6a;
    background: 0 0;
    color: #0c0c6a;
    text-decoration: none
}

.blog-comments .comment-list .comment {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px
}

.blog-comments .comment-list .comment.odd {
    margin-left: 5%
}

.bonus_poster {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eeeeee6b;
    padding: 15px;
    margin-bottom: 20px
}

.bonus_poster .bonus_poster_thumb {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bonus_poster .button {
    margin-top: 5px
}

.bonus_poster .bonus_poster_thumb:hover {
    opacity: .95
}

.bonus_poster .all_bonus_list {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: auto !important;
    margin: 0 0 0 15px !important
}

.bonus_poster .all_bonus_list .item {
    width: 270px !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.bonus_poster .all_bonus_list .item .bottom {
    padding-bottom: 0 !important;
    background: 0 0 !important;
    bottom: 20px !important
}

.bonus_poster .all_bonus_list .item .bottom .critique-link {
    padding-top: 13px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    color: #0c0c6a;
    padding-bottom: 10px
}

h1 {
    font-size: 1.53333rem;
    font-weight: 700
}

h2 {
    font-size: 1.4rem
}

h3 {
    font-size: 1.13333rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

p {
    padding-bottom: 15px;
    line-height: 1.5
}

a {
    color: #0c0c6a;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    text-decoration: underline
}

header {
    z-index: 103;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

header .logo {
    display: inline-block;
    font-size: 2.66667rem;
    font-weight: 700;
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
}

header .logo img {
    width: 100px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

header a.logo:hover {
    text-decoration: none;
    opacity: .7
}

header .header_top {
    padding: 5px 0;
    color: #fff;
    background: #fff
}

header .header_bottom {
    background: #118CD5;
    padding: 15px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.admin-bar header {
    top: 32px
}

.fixed .top_fixed_info {
    opacity: 1;
    -webkit-transform: translateY(54px);
    -ms-transform: translateY(54px);
    transform: translateY(54px)
}

.fixed header .logo img {
    width: 100px
}

.logo {
    display: inline-block
}

article > .main_thumb {
    float: left
}

article > .main_thumb img {
    width: 150px
}


/* ----- top 3 casino ----- */

.top_3_casino {
    padding: 3.33333rem 0
}

.top_3_casino .item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    border: 2px solid #eee;
    position: relative;
    border-radius: 10px
}

.top_3_casino .item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.top_3_casino .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.top_3_casino .item:first-child {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-top: -40px;
    border-color: #0c0c6a;
    border-radius: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.top_3_casino .item:first-child:before {
    content: 'BEST ONLINE CASINO';
    position: absolute;
    height: 30px;
    top: 0;
    font-size: 13px;
    left: 15%;
    right: 15%;
    color: #fff;
    font-weight: 700;
    background: #0c0c6a;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.top_3_casino .item:first-child .number {
    display: none
}

.top_3_casino .item:first-child .wrap {
    background: #0c0c6a
}

.top_3_casino .item:first-child .top {
    padding-top: 45px
}

.top_3_casino .item .info {
    padding: 15px 2%
}

.top_3_casino .item .wrap {
    padding: 20px 5%
}

.top_3_casino .item figure {
    margin-bottom: 15px
}

.top_3_casino .item figure img {
    width: 170px;
    margin: 0 auto
}

.top_3_casino .item .wrap {
    color: #fff;
    background: #333333e0
}

.top_3_casino .item .wrap .button {
    border: 2px solid #fff;
    background: #fff;
    color: #0c0c6a
}

.top_3_casino .item .bonus {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 1
}

.top_3_casino .item .bonus span {
    font-size: 1.46667rem;
    display: block
}

.top_3_casino .item .top,
.top_3_casino .item .wrap {
    text-align: center
}

.top_3_casino .item .top {
    padding: 15px 2% 0
}

.top_3_casino .item .info ul {
    margin-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.top_3_casino .item .info ul li {
    padding: 0 0 0 27px
}

.top_3_casino .item .info ul li:before {
    content: '\f058';
    color: #0c0c6a;
    background: 0 0;
    font-family: FontAwesome;
    width: auto;
    height: auto;
    top: 4px;
    left: 10px;
    border-radius: 0;
    line-height: 1
}

.top_3_casino .item .payment {
    padding: 10px 0
}

.top_3_casino .item .payment .payment_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.75%;
    width: 101.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top_3_casino .item .payment .payment_items > * {
    width: 12.78571%;
    margin: 0 .75% .85714em
}

.top_3_casino .item .payment .payment_items a {
    margin-top: 2px;
    margin-bottom: 2px
}

.top_3_casino .item .payment strong {
    display: block;
    text-align: center
}

.top_3_casino .item .for_button {
    font-weight: 700;
    text-align: center;
    padding: 5px 0
}

.top_3_casino .item .number {
    width: 25px;
    height: 25px;
    background: #eee;
    line-height: 25px;
    text-align: center;
    position: absolute;
    display: block;
    border-top-left-radius: 10px;
    left: 0;
    top: 0;
    font-weight: 700;
}

.popular_casino {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.popular_casino .item {
    margin: 0 2%;
    text-align: center;
    font-weight: 700
}

.popular_casino .item:hover {
    text-decoration: none;
    color: #333
}

.popular_casino .item:hover img {
    opacity: .8
}

.popular_casino .item:hover span {
    text-decoration: none
}

.popular_casino .items {
    margin-bottom: 10px
}

.popular_casino .for_button {
    text-align: center
}

.popular_casino img {
    width: 90px;
    margin: 0 auto 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.casinos_bonuses .for_button {
    text-align: center
}

.casinos_bonuses .for_button .button {
    width: auto
}

.boxex_wrap,
.casinos_bonuses_wrap,
.popular_casino_wrap {
    padding: 15px 0
}

.boxex_wrap .for_button,
.casinos_bonuses_wrap .for_button,
.popular_casino_wrap .for_button {
    text-align: center
}

.boxes {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.boxes > * {
    width: 18%;
    margin: 0 1% 1.2em
}

.boxes .item {
    background: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 5px #0000001c;
    box-shadow: 1px 1px 5px #0000001c;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxes .item:hover {
    text-decoration: none
}

.boxes .item:hover span {
    color: #0c0c6a
}

.boxes .item figure {
    padding: 0 5%
}

.boxes .item span {
    color: #333;
    display: block;
    width: 100%;
    background: #ededed;
    padding: 8px 2%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.boxes img {
    margin: 15px auto
}

.boxes img.boxes_svg {
    width: 113px
}

.boxex_wrap .button {
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px
}

.top_fixed_info {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.top_fixed_info .alc {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .13);
    box-shadow: 0 4px 9px rgba(0, 0, 0, .13);
    padding: 10px 1%;
    background: rgba(238, 238, 238, .9)
}

.top_fixed_info .bonus {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #0c0c6a
}

.top_fixed_info img {
    width: 95px
}

.top_fixed_info .button {
    width: 150px;
    max-width: 100%
}

.to_casino {
    cursor: pointer
}

.to_casino:not(.button) {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.casino_top_info {
    padding: 2.33333rem 0;
    margin-bottom: 35px;
    background: rgba(222, 222, 222, .27)
}

.casino_top_info .rating_top {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block
}

.casino_top_info .rating_top i {
    color: #ffd30b
}

.casino_top_info .left_info {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    margin-right: 3%
}

.casino_top_info .left_info .thumb {
    border: 1px solid #eee;
    background: #fff;
    padding: 10px
}

.casino_top_info .left_info .thumb span {
    display: inline-block
}

.casino_top_info .left_info img {
    margin: 0 auto
}

.casino_top_info .left_info .rating_review {
    padding: 5px 5%
}

.casino_top_info .left_info .rating_review i {
    font-style: normal;
    font-family: FontAwesome;
    color: #ffd30b
}

.casino_top_info .left_info .rating_review i span {
    color: #333;
    display: inline-block;
    margin-left: 2px
}

.casino_top_info .info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.casino_top_info .rating-5-stars {
    margin-bottom: 10px
}

.casino_top_info .casino_reviews {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    margin-left: 3%;
    text-align: center;
    padding: 10px
}

.casino_top_info .casino_reviews .item {
    background: #f1f1f1
}

.casino_top_info .casino_reviews .item:not(:last-child) {
    margin-bottom: 10px
}

.casino_top_info .casino_reviews .item span:nth-of-type(2) {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #0c0c6a
}

.casino_top_info .mobiles ul {
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.casino_top_info .mobiles ul li {
    margin: 5px 3px;
    padding: 0;
    line-height: 1;
    font-size: 20px
}

.casino_top_info .mobiles ul li:before {
    display: none
}

.casino_top_info .mobiles ul i.fa-windows {
    color: #0ab3f0
}

.casino_top_info .mobiles ul i.fa-android {
    color: #9bcb3b
}

.casino_top_info .bonus_info {
    text-align: center
}

.casino_top_info .bonus_info h3 {
    margin-top: 10px;
    padding-bottom: 0;
    color: #333
}

.casino_top_info .bonus_info .button {
    width: 100%;
    border-radius: 9px
}

.casino_top_info .bonus_info span.bonus {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    cursor: pointer;
    color: #333;
    margin-top: 10px;
}

.casino_top_info .bonus {
    font-weight: 700;
    font-size: 2.66667rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.casino_top_info .rating_table {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden
}

.casino_top_info .rating_table .item:not(:last-child) {
    margin-bottom: 5px
}

.casino_top_info .rating_table .info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 1.3
}

.casino_top_info .rating_table .ratingbar {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 4px;
    background: #cecece;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.casino_top_info .rating_table .ratingbar .skillbar_bar {
    position: relative;
    height: 4px;
    width: 0;
    background: #0c0c6a;
}

.casino_top_info .rating_table .ratingbar .skillbar_bar span {
    font-size: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-weight: 600;
    right: 10px;
    z-index: 99;
}

.casino_top_info .payment_and_softwares {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.casino_top_info .payment_and_softwares ul {
    margin-left: 0
}

.casino_top_info .payment_and_softwares ul li {
    padding: 2px 0 2px 20px
}

.casino_top_info .payment_and_softwares ul li:before {
    content: '';
    font-family: FontAwesome;
    width: 5px;
    height: 5px;
    top: 10px;
    background: #333
}

.casino_top_info .payment_and_softwares .payment_items {
    margin-bottom: 5px
}

.casino_top_info .main_title span {
    color: #333
}

.casino_payment,
.casino_softwares {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

.casino_payment .payment_items,
.casino_payment .softwares_items,
.casino_softwares .payment_items,
.casino_softwares .softwares_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.casino_payment .payment_items a,
.casino_payment .softwares_items a,
.casino_softwares .payment_items a,
.casino_softwares .softwares_items a {
    display: inline-block;
    margin-right: 5px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px
}

.uncloses_casino.casinos .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5%;
    width: 101%
}

.uncloses_casino.casinos .items > * {
    width: 32.33333%;
    margin: 0 .5% .66667em
}

.casino_close .message_box {
    color: #5e7f96;
    position: relative;
    padding: 18px 3% 18px 8%;
    border: 1px solid #cfebfe;
    background-color: #dff2fe;
    margin-bottom: 20px
}

.casino_close .message_box i {
    font-size: 28px;
    left: 3%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.casino_close .message_box p {
    padding-bottom: 0
}

.tpl-casino #main {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.tpl-casino.fixed #main {
    margin-top: 0
}

.tpl-casino .content {
    padding-top: 0
}

.casinos {
    text-align: center
}

.casinos .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%
}

.casinos .items > * {
    width: 23%;
    margin: 0 1% 1.25em
}

.casinos .item {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 15px 2px 2px 2px
}

.casinos img {
    width: 100px;
    margin: 0 auto
}

.casinos figure {
    padding: 5px;
    position: relative
}

.casinos .button {
    width: 100%
}

.casinos .bonus {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 10px 0
}


/* ----- table casino ----- */

.table_casino {
    text-align: center;
    padding: 0 0 1.33333rem;
}

.table_casino table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table_casino .toplist_rating {
    width: 85px;
}

.table_casino .toplist_payment {
    width: 120px;
}

.table_casino h2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table_casino h2 img {
    width: 30px;
    margin-right: 10px
}

.table_casino tr:first-child td:first-child span,
.table_casino tr:nth-child(3) td:first-child span,
.table_casino tr:nth-child(5) td:first-child span {
    width: 25px;
    height: 20px;
    line-height: 25px;
    color: #fff;
    background: #0c0c6a;
    display: inline-block;
    position: relative;
    border-color: #0c0c6a;
    top: -5px;
}

.table_casino tr:first-child td:first-child span:after,
.table_casino tr:first-child td:first-child span:before,
.table_casino tr:nth-child(3) td:first-child span:after,
.table_casino tr:nth-child(3) td:first-child span:before,
.table_casino tr:nth-child(5) td:first-child span:after,
.table_casino tr:nth-child(5) td:first-child span:before {
    content: "";
    border-style: solid;
    border-width: 6px 10px;
    border-color: transparent;
    position: absolute;
    bottom: -10px;
    border-top-color: inherit;
}

.table_casino tr:first-child td:first-child span:before,
.table_casino tr:nth-child(3) td:first-child span:before,
.table_casino tr:nth-child(5) td:first-child span:before {
    border-left-color: inherit;
    left: 0
}

.table_casino tr:first-child td:first-child span:after,
.table_casino tr:nth-child(3) td:first-child span:after,
.table_casino tr:nth-child(5) td:first-child span:after {
    border-right-color: inherit;
    right: 0
}

.table_casino .payment_list ul {
    width: 110px !important;
    max-width: 103%;
    margin: 0 auto !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5%;
    width: 101%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table_casino .payment_list ul > * {
    width: 32.33333%;
    margin: 0 .5% .66667em;
}

.table_casino .payment_list ul li {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.table_casino .payment_list ul li img {
    display: block;
    width: 35px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.table_casino .payment_list ul li:before {
    display: none
}

.table_casino .payment_list ul li a {
    display: block
}

.table_casino .mobExpand {
    display: none
}

.table_casino h2 {
    text-align: left
}

.table_casino table {
    width: 100%;
}

.table_casino thead {
    background: #333;
    border: 1px solid #eee;
}

.table_casino thead th {
    font-size: .93333rem;
    font-weight: 700;
    color: #fff;
    padding: 3px 8px;
    text-shadow: 1px 1px 1px #000;
}

.table_casino tbody tr {
    border: 1px solid #eee;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.table_casino tbody tr:not(.mob) {
    background: #fff;
}


/*.table_casino tbody tr:nth-child(odd){background:#f8f8f8}
.table_casino tbody tr:nth-child(even){background:#fff}*/

.table_casino tbody tr td {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 10px 1%;
    line-height: 1;
}

.table_casino tbody tr .button {
    text-transform: capitalize;
    border-radius: 7px;
    text-transform: uppercase;
    padding: 10px 1.42857rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}

.table_casino .toplist_bonus a,
.table_casino .toplist_rating a {
    color: #333;
}

.table_casino .toplist_rating a {
    display: inline-block;
    margin-top: 5px;
}

.table_casino .toplist_rating a:hover {
    text-decoration: underline;
}

.table_casino .number {
    font-size: 13px;
    padding: 4px 3px;
}

.table_casino .between_parts ~ tr .toplist_img {
    background: #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 5px 1%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.table_casino .toplist_img a {
    display: inline-block;
}

.table_casino .toplist_img img {
    width: 110px;
    margin: 0 auto;
}

.table_casino .toplist_bonus {
    font-size: 1.33333rem;
}

.table_casino .toplist_features {
    text-align: left;
}

.table_casino .toplist_features ul {
    margin: 0;
}

.table_casino .toplist_features ul li {
    padding: 3px 0;
}

.table_casino .toplist_features ul li:before {
    width: auto;
    height: auto;
    background: 0 0;
    top: 2px;
    line-height: 1;
}

.table_casino .toplist_getbonus .button {
    font-size: 13px;
    line-height: 20px;
}

.table_all tbody tr:first-child td.toplist_getbonus span,
.table_all tr:nth-child(3) td.toplist_getbonus span,
.table_all tr:nth-child(5) td.toplist_getbonus span {
    position: relative;
    padding: 10px 15px 10px 40px;
    white-space: nowrap;
}

.table_all tbody tr:first-child td.toplist_getbonus span::before,
.table_all tr:nth-child(3) td.toplist_getbonus span::before,
.table_all tr:nth-child(5) td.toplist_getbonus span::before {
    display: inline-block;
    width: 19px;
    height: 23px;
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 16px;
    line-height: 27px;
    content: '';
    background: url(../../images/shield.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.table_casino tr.mob {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.table_casino tr.mob td {
    padding: 0;
    border: none
}

.table_casino tr.mob .wrap {
    display: none
}

.table_casino .user_rating {
    color: #747474;
    font-size: 8px
}

@media all and (max-width: 767px), (max-device-width: 767px) {
    .table_casino
}

/* ---------- # .table casino ---------- */

.stars i {
    font-size: 12px;
    line-height: .8;
    color: #d7d7d7;
    position: relative;
    margin: 0 -1px
}

.stars i:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    color: #f7941d;
    overflow: hidden;
    font-style: normal
}

.stars.i1 i:first-child {
    color: #f7941d
}

.stars.i1-5 i:first-child {
    color: #f7941d
}

.stars.i1-5 i:nth-child(2):after {
    content: '\f089'
}

.stars.i2 i:first-child,
.stars.i2 i:nth-child(2) {
    color: #f7941d
}

.stars.i2-5 i:first-child,
.stars.i2-5 i:nth-child(2) {
    color: #f7941d
}

.stars.i2-5 i:nth-child(3):after {
    content: '\f089'
}

.stars.i3 i:first-child,
.stars.i3 i:nth-child(2),
.stars.i3 i:nth-child(3) {
    color: #f7941d
}

.stars.i3-5 i:first-child,
.stars.i3-5 i:nth-child(2),
.stars.i3-5 i:nth-child(3) {
    color: #f7941d
}

.stars.i3-5 i:nth-child(4):after {
    content: '\f089'
}

.stars.i4 i:first-child,
.stars.i4 i:nth-child(2),
.stars.i4 i:nth-child(3),
.stars.i4 i:nth-child(4) {
    color: #f7941d
}

.stars.i4-5 i:first-child,
.stars.i4-5 i:nth-child(2),
.stars.i4-5 i:nth-child(3),
.stars.i4-5 i:nth-child(4) {
    color: #f7941d
}

.stars.i4-5 i:last-child:after {
    content: '\f089'
}

.stars.i5 i:first-child,
.stars.i5 i:last-child,
.stars.i5 i:nth-child(2),
.stars.i5 i:nth-child(3),
.stars.i5 i:nth-child(4) {
    color: #f7941d
}

.game_iframe {
    padding-bottom: 20px
}

.game_iframe .fullframe {
    margin-bottom: 20px
}

.game_iframe .button {
    width: 100%
}

.games {
    padding: 15px 0
}

.games .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5%;
    width: 101%
}

.games .items > * {
    /*width: 24%;*/
    width: 19%;
    margin: 0 .5% .625em
}

.games .item {
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 0 0 0 #333;
    box-shadow: 0 0 0 0 #333
}

.games .thumb {
    position: relative
}

.games.shortcode .thumb img {
    margin: 0 auto;
}

.games .thumb .for_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.games .thumb .for_buttons .button {
    width: 120px;
    max-width: 100%;
    font-size: 11px;
    margin: 2px 0;
    padding: 0 2px;
    line-height: 20px
}

.games .thumb .for_buttons .button:first-child {
    background: #222
}

.games .info {
    color: #333;
    padding: 4px 2%
}

.games .info span {
    display: inline-block;
    line-height: 1.2
}

aside h3 {
    padding: 3px 5px;
    background: #333;
    color: #fff;
    text-align: center
}

aside .software_sidebar {
    margin-bottom: 15px;
    text-align: center
}

aside .software_sidebar .box {
    border: 1px solid #eee;
    padding: 10px 5%;
    border-radius: 6px
}

aside .software_sidebar .box > a {
    display: inline-block
}

aside .software_sidebar img {
    width: 145px
}

aside .software_sidebar ul {
    text-align: left;
    margin: 0
}

aside .software_sidebar ul li {
    padding: 5px 25px;
    position: relative;
    font-size: 13px
}

aside .software_sidebar ul li:before {
    position: absolute;
    width: 0;
    height: 0;
    background: 0 0
}

aside .software_sidebar ul li p {
    padding-bottom: 0;
    display: inline-block
}

aside .software_sidebar ul li > i {
    color: #0c0c6a;
    display: inline-block;
    font-size: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 8px
}

aside .list_of_casinos {
    padding-bottom: 15px;
    position: relative
}

aside .list_of_casinos h3 {
    margin-bottom: 15px
}

aside .list_of_casinos .swiper-container {
    height: 230px
}

aside .list_of_casinos .swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom: 1px solid #e0e0e0
}

aside .list_of_casinos .swiper-button-next {
    width: 10px;
    height: 10px;
    bottom: 4px;
    top: auto;
    background: 0 0;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

aside .list_of_casinos .swiper-button-prev {
    width: 10px;
    height: 10px;
    top: 52px;
    left: 50%;
    right: auto;
    bottom: auto;
    background: 0 0;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: translate(-50%, 0) rotate(-135deg);
    -ms-transform: translate(-50%, 0) rotate(-135deg);
    transform: translate(-50%, 0) rotate(-135deg)
}

aside .list_of_casinos .casino_bonus,
aside .list_of_casinos .casino_title,
aside .list_of_casinos .thumb {
    text-align: center
}

aside .list_of_casinos .casino_bonus {
    font-weight: 700;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%
}

aside .list_of_casinos .casino_title {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%
}

aside .list_of_casinos .thumb {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    padding: 0 2%
}

aside .list_of_casinos .thumb img {
    margin: 0 auto
}

aside .list_of_casinos .casino_title {
    font-size: 13px
}

aside .sidebar_casinos h3 {
    text-align: center
}

aside .sidebar_casinos .box {
    border: 1px solid #eee;
    padding: 10px 5%;
    border-radius: 6px
}

aside .sidebar_casinos .item {
    color: #0c0c6a;
    font-weight: 700;
    text-align: center;
    border: 1px solid #eee;
    padding: 5px
}

aside .sidebar_casinos .item:not(:last-child) {
    margin-bottom: 10px
}

aside .sidebar_casinos .item .thumb {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    margin-right: 15px
}

aside .sidebar_casinos .item .info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

aside .sidebar_casinos .item .button {
    font-size: 15px;
    line-height: 20px
}

aside .sidebar_payment_list,
aside .sidebar_software_list {
    text-align: center;
    margin-bottom: 15px
}

aside .sidebar_payment_list a,
aside .sidebar_software_list a {
    padding: 5px
}

aside .sidebar_payment_list a img,
aside .sidebar_software_list a img {
    width: 110px;
    margin: 0 auto
}

aside .sidebar_payment_list ul,
aside .sidebar_software_list ul {
    margin: 0;
    border: 1px solid #f0f1f2
}

aside .sidebar_payment_list ul li,
aside .sidebar_software_list ul li {
    padding: 0
}

aside .sidebar_payment_list ul li:not(:last-child),
aside .sidebar_software_list ul li:not(:last-child) {
    border-bottom: 1px solid #f0f1f2
}

aside .sidebar_payment_list ul li:before,
aside .sidebar_software_list ul li:before {
    display: none
}

aside .sidebar_payment_list a {
    display: block;
    padding: 5px;
    min-height: 40px
}

aside .sidebar_payment_list li img {
    width: 100px;
    display: inline-block;
    vertical-align: sub
}

aside .sidebar_software_list a,
aside .sidebar_top_cat a,
aside .sidebar_top_guides a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

aside .sidebar_software_list a:hover,
aside .sidebar_top_cat a:hover,
aside .sidebar_top_guides a:hover {
    text-decoration: none
}

aside .sidebar_software_list img,
aside .sidebar_top_cat img,
aside .sidebar_top_guides img {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    /*margin:0 10px 0 0!important*/
}

aside .sidebar_software_list span,
aside .sidebar_top_cat span,
aside .sidebar_top_guides span {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #333
}

aside .sidebar_bonus {
    text-align: center;
    margin-bottom: 15px
}

aside .sidebar_bonus .slider_wrap {
    border: 1px solid #f0f1f2;
    padding: 8px
}

aside .sidebar_bonus span {
    display: inline-block
}

aside .sidebar_bonus a {
    font-size: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

aside .sidebar_bonus img {
    margin: 0 auto
}

aside .contact_form {
    margin-bottom: 15px
}

aside .contact_form .wpcf7-form-control-wrap {
    margin-bottom: 5px
}

aside .contact_form h3 {
    margin-bottom: 10px
}

aside .contact_form p {
    font-size: 12px;
    padding-bottom: 10px
}

aside .contact_form .button {
    border: 2px solid #0c0c6a !important
}

aside .sidebar_top_cat,
aside .sidebar_top_guides {
    margin-bottom: 15px
}

aside .sidebar_top_cat .thumb,
aside .sidebar_top_guides .thumb {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    margin-right: 10px
}

aside .sidebar_top_cat ul,
aside .sidebar_top_guides ul {
    margin: 0;
    border: 1px solid #f0f1f2
}

aside .sidebar_top_cat ul li,
aside .sidebar_top_guides ul li {
    padding: 0
}

aside .sidebar_top_cat ul li a,
aside .sidebar_top_guides ul li a {
    padding: 5px 5px 5px 25px;
    border-bottom: 1px solid #f0f1f2
}

aside .sidebar_top_cat ul li:before,
aside .sidebar_top_guides ul li:before {
    display: none
}

.faq .item {
    background: #f4f4f4;
    margin: 15px 0;
    border: 1px solid #d9d9d9;
    padding: 20px
}

.faq .item .info {
    display: none;
    padding-top: 10px
}

.faq .item .info p:last-child {
    padding-bottom: 0
}

.faq .item .title {
    color: #333;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
    padding-right: 43px
}

.faq .item .title:after,
.faq .item .title:before {
    content: '';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20px;
    background: #0c0c6a;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.faq .item .title:after {
    width: 12px;
    height: 2px
}

.faq .item .title:before {
    height: 12px;
    width: 2px
}

.faq .item .title.opened:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.faq .item .title.opened:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq .item .title:after {
    right: 10px;
    left: auto
}

.faq .item .title:before {
    right: 20px;
    left: auto
}

.accordeon {
    margin-bottom: 20px
}

.accordeon .accordeon_item {
    border: 1px solid #ccc;
    background: #f3f3f3
}

.accordeon .accordeon_item .accordeon_item_title {
    padding: 15px 30px 15px 20px;
    position: relative;
    cursor: pointer;
    font-size: 1.21429rem
}

.accordeon .accordeon_item .accordeon_item_title:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-right: 0;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
    border-left: 9px solid #0c0c6a;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordeon .accordeon_item .accordeon_item_title .fa {
    margin-right: 10px
}

.accordeon .accordeon_item .accordeon_item_title.opened:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.accordeon .accordeon_item .accordeon_item_info {
    padding: 0 20px 20px
}

.accordeon .accordeon_item .accordeon_item_info p:last-of-type {
    padding-bottom: 0
}

.taber-filter {
    margin-left: auto;
    width: 40%;
}

.taber-filter select option {
    padding: 3px 8px;
    color: #118CD5;
    background: #fff;
    font-weight: bold;
}

.taber-filter select + span::after {
    top: 11px !important;
}

.taber .title_list {
    background: #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.taber .title_list .title {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px;
    border: 1px solid #d7d7d7;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.taber .title_list .title.active,
.taber .title_list .title:hover {
    fill: #0c0c6a;
    color: #0c0c6a;
    background: #fff;
    border-bottom-color: transparent
}

.taber .title_list .title img,
.taber .title_list .title svg {
    width: 25px;
    margin-right: 5px
}

.taber .tab_content {
    padding: 5px;
    margin-bottom: 20px
}

.taber .tab_container {
    display: none
}

.taber .games {
    padding-bottom: 0
}

.true_loadmore {
    width: 100% !important;
    margin: 5px 4px 0 !important;
    height: 35px;
    line-height: 31px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    display: block;
    text-align: center
}

.true_loadmore.load {
    background: 0 0 !important;
    border-color: transparent !important
}

.loader {
    display: block;
    -webkit-animation: load3 1s infinite linear;
    animation: load3 1s infinite linear;
    background: #000;
    background: -o-linear-gradient(left, #0c0c6a 10%, rgba(12, 12, 106, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c0c6a), color-stop(70%, rgba(12, 12, 106, 0)));
    background: linear-gradient(to right, #0c0c6a 10%, rgba(12, 12, 106, 0) 70%);
    border-radius: 50%;
    height: 40px;
    margin: 0 auto;
    width: 40px;
    position: relative;
    top: -5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.loader:before {
    width: 100%;
    height: 50%;
    background: #0c0c6a;
    border-radius: 40px 40px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.loader:after {
    background: #fff;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

footer {
    font-size: 11px;
    padding: 30px 0;
    color: #fff;
    background-color: #222
}

footer .item:first-child {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

footer .item:nth-child(2) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

footer .item:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

footer .age {
    display: block;
    font-size: 25px;
    text-align: right;
    margin-top: 10px;
    font-weight: 700
}

footer .footer_logo img {
    max-width: 190px
}

footer .some {
    font-size: 0;
    margin-bottom: 10px
}

footer .some a,
footer .some span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle
}

footer .some span {
    margin-right: 10px
}

footer .some a {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #fff;
    line-height: 25px;
    text-align: center;
    margin: 0 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

footer .footer_links ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer .footer_links ul li {
    width: 75px;
    display: flex;
    align-items: center;
}

footer .footer_links ul li a {
    display: block;
    padding: 0 10px;
}

footer .footer_links ul li a:first-child {
    padding-left: 0;
}

footer .footer_links ul li a:hover {
    opacity: 0.7;
}

footer .footer_links ul li a img {
    width: 100%;
    height: auto;
}

footer #footer_menu,
footer #second_footer_menu {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

footer #footer_menu li,
footer #second_footer_menu li {
    line-height: 1.1;
    padding: 3px 0
}

footer #footer_menu a,
footer #second_footer_menu a {
    font-size: 11px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

footer #footer_menu h6,
footer #second_footer_menu h6 {
    color: #fff
}

footer .payment_img {
    margin-top: 10px
}

footer .payment_img img {
    display: block;
    width: 175px
}

[id^=bg-showmore-hidden] {
    padding-top: 0 !important;
    display: block
}

.bg-showmore-plg-link {
    display: none
}

.toTop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.toTop a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #0c0c6a;
    background: 0 0;
    border-radius: 50%
}

.toTop a:before {
    font-size: 20px;
    color: #0c0c6a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.toTop.active {
    opacity: 1;
    visibility: visible
}

.bg-margin-for-link {
    padding-bottom: 20px
}

.stars_hide .kk-star-ratings {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.table_all .between_parts {
    height: 11px
}

.table_all tr:nth-child(1),
.table_all tr:nth-child(2),
.table_all tr:nth-child(3),
.table_all tr:nth-child(4),
.table_all tr:nth-child(5),
.table_all tr:nth-child(6) {
    -webkit-box-shadow: 0 7px 19px 0 #333;
    box-shadow: 0 7px 19px 0 #333;
    border: none
}

.table_casino tr:first-child td:first-child span {
    border-color: #fdb813;
    background: #fdb813
}

.all_bonus_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%
}

.all_bonus_list > * {
    width: 30.33333%;
    margin: 0 1.5% 2em
}

.all_bonus_list .item {
    -webkit-box-shadow: 0 0 10px 1px #ccc;
    box-shadow: 0 0 10px 1px #ccc;
    padding-bottom: 64px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.all_bonus_list .item:first-child .bottom,
.all_bonus_list .item:nth-child(2) .bottom,
.all_bonus_list .item:nth-child(3) .bottom {
    background-color: rgba(3, 3, 3, .1)
}

.all_bonus_list .item img {
    margin: 0 auto 10px
}

.all_bonus_list .item .top {
    padding: 10px 5%
}

.all_bonus_list .item .top {
    text-align: center
}

.all_bonus_list .item .top .to_casino {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.all_bonus_list .item .info ul {
    margin: 0 auto;
    position: relative;
    padding-top: 10px
}

.all_bonus_list .item .info ul:before {
    content: '';
    width: 70%;
    height: 1px;
    top: 0;
    background: #eee;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.all_bonus_list .item .info li {
    font-size: 12px;
    padding: 0
}

.all_bonus_list .item .info li a {
    font-size: 17px;
    font-weight: 700
}

.all_bonus_list .item .info li:before {
    display: none
}

.all_bonus_list .item .bottom {
    text-align: center;
    background-color: rgba(0, 0, 0, .03);
    padding: 15px 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.poster.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.poster.left:after {
    content: '';
    display: block;
    clear: both
}

.poster.center {
    text-align: center;
    margin-bottom: 20px
}

.poster.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.poster.right:after {
    content: '';
    display: block;
    clear: both
}

.sidebar_bonus:hover .swiper-button-next,
.sidebar_bonus:hover .swiper-button-prev {
    opacity: 1
}

.sidebar_bonus .swiper-button-next,
.sidebar_bonus .swiper-button-prev {
    background: 0 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar_bonus .swiper-button-next:before,
.sidebar_bonus .swiper-button-prev:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar_bonus .swiper-button-next:before {
    content: '\f105'
}

.sidebar_bonus .swiper-button-prev:before {
    content: '\f104'
}

.rate-block {
    width: 96px;
    height: 16px;
    background: url(/wp-content/themes/casinotheme/images/stars.svg) left no-repeat;
    background-size: 96px 16px;
    cursor: pointer
}

.rate-bar {
    height: 16px;
    display: block;
    background: url(/wp-content/themes/casinotheme/images/stars-active.svg) left no-repeat;
    background-size: 96px 16px
}

.tpl-casino .content {
    padding-top: 0
}

.tpl-casino .casino_top_info {
    color: #333;
    background: #e4e4e4
}

.tpl-casino .casino_top_info .bonus {
    color: #333 !important
}

.tpl-casino .casino_top_info .button {
    font-size: 1.33333rem;
    width: 100%;
    border-radius: 20px;
    line-height: 1;
    padding: 10px 20px
}

.tpl-casino .casino_top_info .left_info {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    margin-right: 3%
}

.tpl-casino .casino_top_info .left_info .thumb span {
    vertical-align: middle
}

.tpl-casino .casino_top_info .left_info img {
    margin: 0 auto
}

.tpl-casino .casino_top_info .left_info .rating_review {
    padding: 5px 5%
}

.tpl-casino .casino_top_info .left_info .rating_review i {
    font-style: normal;
    font-family: FontAwesome;
    color: #ffd30b
}

.tpl-casino .casino_top_info .left_info .rating_review i span {
    color: #333;
    display: inline-block;
    margin-left: 2px
}

.tpl-casino .casino_top_info h1 {
    font-size: 30px;
    color: #fff
}

.tpl-casino .casino_top_info .button {
    background: #ff4500 !important;
    line-height: 1 !important
}

.tpl-casino .casino_top_info .button:hover {
    color: #ff4500 !important;
    background: #fff !important;
    border: 2px solid #ff4500 !important
}

.tpl-casino .casino_top_info .thumb {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    vertical-align: middle
}

.tpl-casino .casino_softwares,
.tpl-casino .payment_and_softwares {
    display: block !important;
    margin-top: 20px
}

.tpl-casino .casino_softwares a,
.tpl-casino .payment_and_softwares a,
.tpl-casino .casino_softwares span,
.tpl-casino .payment_and_softwares span {
    -ms-flex-preferred-size: 30.5% !important;
    flex-basis: 30.5% !important;
    position: relative;
    width: 50px;
    height: 25px;
    background: #fff;
    padding: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.tpl-casino .casino_softwares a img,
.tpl-casino .payment_and_softwares a img,
.tpl-casino .casino_softwares span img,
.tpl-casino .payment_and_softwares span img {
    /*
    width: 30px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto
    */
    display: block;
    height: 90%;
    width: auto;
    margin: 0 auto;
}

.tpl-casino .casino_payment .payment_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tpl-casino .rating_review {
    background: 0 0 !important
}

.tpl-casino .rating_review span {
    font-size: 23px;
    font-weight: 700;
    display: block;
    border-color: #2ecc71;
    background: #2ecc71;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: #fff !important;
    text-align: center !important;
    padding-top: 3px
}

.tpl-casino .rating_review span:before {
    border-right-color: inherit;
    right: 0
}

.tpl-casino .rating_review span:before {
    content: "";
    border-style: solid;
    border-width: 8px 25px;
    border-color: transparent;
    position: absolute;
    bottom: -1px;
    border-bottom-color: #e4e4e4
}

.casino_top_table_info {
    font-size: 13px
}

.casino_top_table_info td {
    vertical-align: top;
    padding: 1px 3px;
    line-height: 1.45
}

.casino_top_table_info td:first-child {
    width: 150px
}

.casino_top_table_info td:last-child {
    font-style: italic
}

@font-face {
    font-family: Arimo;
    src: url(../../fonts/Arimo-BoldItalic.eot);
    src: url(../../fonts/Arimo-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../../fonts/Arimo-BoldItalic.woff2) format("woff2"), url(../../fonts/Arimo-BoldItalic.woff) format("woff"), url(../../fonts/Arimo-BoldItalic.ttf) format("truetype"), url(../../fonts/Arimo-BoldItalic.svg#Arimo-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Arimo;
    src: url(../../fonts/Arimo-Italic.eot);
    src: url(../../fonts/Arimo-Italic.eot?#iefix) format("embedded-opentype"), url(Arimo-Italic.woff2) format("woff2"), url(../../fonts/Arimo-Italic.woff) format("woff"), url(../../fonts/Arimo-Italic.ttf) format("truetype"), url(../../fonts/Arimo-Italic.svg#Arimo-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Arimo;
    src: url(../../fonts/Arimo-Regular.eot);
    src: url(../../fonts/Arimo-Regular.eot?#iefix) format("embedded-opentype"), url(Arimo-Regular.woff2) format("woff2"), url(../../fonts/Arimo-Regular.woff) format("woff"), url(../../fonts/Arimo-Regular.ttf) format("truetype"), url(../../fonts/Arimo-Regular.svg#Arimo-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Arimo;
    src: url(../../fonts/Arimo-Bold.eot);
    src: url(../../fonts/Arimo-Bold.eot?#iefix) format("embedded-opentype"), url(Arimo-Bold.woff2) format("woff2"), url(../../fonts/Arimo-Bold.woff) format("woff"), url(../../fonts/Arimo-Bold.ttf) format("truetype"), url(../../fonts/Arimo-Bold.svg#Arimo-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fontawesome-webfont.woff2) format("woff2"), url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.show-mobile {
    display: none;
}

@media screen and (min-width: 1025px) {

    #mainMenu {
        -webkit-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    #mainMenu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #mainMenu ul {
        font-size: 0
    }

    #mainMenu ul li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 1%
    }

    #mainMenu ul li:last-child {
        margin-right: 0
    }

    #mainMenu ul li:first-child {
        margin-left: 0
    }

    #mainMenu ul li.menu-item-has-children {
        padding-right: 18px;
        position: relative
    }

    #mainMenu ul li.menu-item-has-children:after {
        content: '\f078';
        font-family: FontAwesome;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0
    }

    #mainMenu ul.sub-menu li.menu-item-has-children:after {
        transform: translate(0, -50%) rotate(-90deg);
    }

    #mainMenu ul li a {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: block
    }

    #mainMenu ul li a:hover {
        text-decoration: none
    }

    #mainMenu ul li.current-menu-item a,
    #mainMenu ul li:hover a {
        text-decoration: none
    }

    #mainMenu ul li > a:hover {
        opacity: .7
    }

    #mainMenu ul > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    #mainMenu ul .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: -140px;
        opacity: 0;
        padding: 10px;
        visibility: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background: #118CD5;
        z-index: 3
    }

    #mainMenu ul .sub-menu .sub-menu {
        display: none;
        top: 0;
        left: 100%;
        right: auto;
        width: auto;
        min-width: 160px;
        margin-left: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    }

    #mainMenu ul.sub-menu li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    #mainMenu ul .sub-menu.two_cols {
        -webkit-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -ms-column-gap: 10px;
        column-gap: 10px;
        right: -240px
    }

    #mainMenu ul .sub-menu li {
        display: block
    }

    #mainMenu ul .sub-menu li a {
        color: #fff;
        padding: 5px 10px
    }

    #mainMenu ul .sub-menu li a:hover {
        text-decoration: none;
        background: #118CD5
    }

    ::-webkit-scrollbar {
        width: 13px
    }

    ::-webkit-scrollbar-track {
        border-left: 1px solid #ccc;
        background-color: #eaeaea
    }

    ::-webkit-scrollbar-thumb {
        background-color: grey
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #bfbfbf
    }

    .button:hover {
        border: 2px solid #0c0c6a;
        background: 0 0;
        color: #0c0c6a;
        text-decoration: none
    }

    .top_3_casino .item figure:hover span {
        opacity: .8
    }

    .top_3_casino .item .wrap .button:hover {
        background: #0c0c44;
        color: #fff
    }

    .top_3_casino .item .bonus span:hover {
        opacity: .8
    }

    .casino_top_info .left_info .thumb span:hover {
        opacity: .8
    }

    .casino_top_info .bonus_info span.bonus:hover {
        text-decoration: none;
        color: #0c0c6a
    }

    .table_casino .payment_list ul li a:hover {
        opacity: .5
    }

    .table_casino tbody tr:hover {
        background: #eee;
    }

    .table_casino .between_parts ~ tr:hover .toplist_img {
        background: #eee;
        border-top: 5px solid #eee;
        border-bottom: 5px solid #eee;
    }

    .table_casino tbody tr a:hover {
        text-decoration: none;
        color: #333
    }

    .table_casino tbody tr .button:hover {
        background: #0c0c6a;
        color: #fff;
        opacity: 0.75;
    }

    .table_casino .toplist_bonus a:hover,
    .table_casino .toplist_rating a:hover {
        color: #0c0c6a
    }

    .table_casino .toplist_img a:hover {
        opacity: .8
    }

    .table_casino .toplist_bonus span:hover {
        color: #0c0c6a
    }

    .games .item:hover {
        -webkit-box-shadow: 0 2px 55px -3px #333;
        box-shadow: 0 2px 55px -3px #333
    }

    .games .item:hover .for_buttons {
        opacity: 1
    }

    .games .thumb .for_buttons .button:hover {
        color: #fff;
        border: 2px solid #fff;
        background: #0c0c6a
    }

    .games .thumb .for_buttons .button:first-child:hover {
        background: #222
    }

    aside .software_sidebar .box > a:hover {
        opacity: .8
    }

    aside .list_of_casinos .swiper-slide:hover {
        background: #e0e0e0
    }

    aside .sidebar_payment_list a:hover,
    aside .sidebar_software_list a:hover {
        background: #f0f1f2
    }

    aside .contact_form .button:hover {
        border: 2px solid #0c0c6a !important
    }

    aside .sidebar_top_cat ul li a:hover,
    aside .sidebar_top_guides ul li a:hover {
        background: #f0f1f2
    }

    footer .some a:hover {
        opacity: .8
    }

    footer #footer_menu a:hover,
    footer #second_footer_menu a:hover {
        color: #0c0c44
    }

    .toTop a:hover {
        text-decoration: none;
        background-color: #0c0c6a
    }

    .toTop a:hover:before {
        color: #fff
    }

    .all_bonus_list .item:hover {
        -webkit-box-shadow: 0 0 15px 5px #ccc;
        box-shadow: 0 0 15px 5px #ccc
    }

    .all_bonus_list .item .top .to_casino:hover {
        opacity: .8
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 13px
    }

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    header .header_bottom {
        padding: 0
    }

    #menuOpen {
        display: block;
        cursor: default !important
    }

    #menuOpen.opened + #mainMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    #mainMenu {
        position: fixed;
        width: 100%;
        top: 47px;
        bottom: 0;
        right: 0;
        text-align: left;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        overflow: auto;
        z-index: 9999
    }

    #mainMenu ul {
        background: #118CD5;
        overflow-x: auto
    }

    #mainMenu ul li {
        display: inline-block;
        width: 100%;
        position: relative
    }

    #mainMenu ul li.menu-item-has-children a {
        padding: 10px 55px 10px 10px
    }

    #mainMenu ul li a {
        display: block;
        margin: 0;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .52)
    }

    #mainMenu ul li:hover a {
        background: 0 0
    }

    #mainMenu ul li.current-menu-item > a {
        background: #0c0c6a
    }

    #mainMenu ul .sub-menu {
        display: none;
        background: #e5e5e7
    }

    #mainMenu ul .sub-menu > li a {
        padding: 10px 55px 10px 40px;
        position: relative;
        color: #333;
        border-bottom: 0
    }

    #mainMenu ul .sub-menu > li a:before {
        font-family: FontAwesome;
        content: '\f068';
        position: absolute;
        top: 15px;
        left: 15px;
        line-height: 1
    }

    #mainMenu ul .sub-menu .subMenuButton:before {
        color: #333
    }

    .subMenuButton {
        position: absolute;
        width: 34px;
        height: 34px;
        background: 0 0;
        right: 8px;
        top: 4px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .subMenuButton:before {
        content: '\f078';
        font-family: FontAwesome;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .subMenuButton.open {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1)
    }

    .subMenuButton.open:before {
        color: #fff
    }

    .flex_parent {
        display: block;
        margin-bottom: 20px
    }

    .flex_parent aside {
        width: 350px;
        margin: 0 auto
    }

    header {
        margin-top: 0
    }

    header .container > .logo {
        display: none
    }

    #main {
        padding-top: 50px
    }

    .toTop a {
        width: 35px;
        height: 35px;
        bottom: 25px;
        right: 25px
    }

    .toTop a:before {
        font-size: 16px
    }

    .games .item {
        padding-bottom: 65px;
        position: relative;
        background: #f7f7f7
    }

    .games .thumb {
        position: static
    }

    .games .thumb .for_buttons {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: auto;
        bottom: 5px
    }

    .fixed .top_fixed_info {
        -webkit-transform: translateY(47px);
        -ms-transform: translateY(47px);
        transform: translateY(47px)
    }

    .top_fixed_info > .container {
        max-width: 100%
    }

    .taber .title_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .taber .title_list .title {
        -webkit-box-flex: 0;
        -moz-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%
    }

    .top_3_casino {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .top_3_casino .item {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin: 0 2% 20px
    }

    .top_3_casino .item:first-child {
        -webkit-box-ordinal-group: 2;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media screen and (max-width: 960px) {
    .games .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%
    }

    .games .items > * {
        width: 30.33333%;
        margin: 0 1.5% 2em
    }

    .casino_top_info h1 {
        text-align: center
    }

    .casino_top_info > .container {
        display: block
    }

    .casino_top_info .left_info {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 15px !important
    }

    .casino_top_info .info .alc {
        width: 560px;
        margin: 0 auto;
        max-width: 100%
    }

    .casino_top_info .bonus_info {
        margin-left: 0
    }

    .casino_top_info .bonus_info .button {
        width: 560px;
        max-width: 100%
    }
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

@media screen and (max-width: 767px) {

    .all_bonus_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%
    }

    .all_bonus_list > * {
        width: 47%;
        margin: 0 1.5% 2.25em
    }

    img.alignleft,
    img.alignright {
        float: none;
        margin: 0 auto
    }

    article > .main_thumb {
        float: none
    }

    article > .main_thumb img {
        margin: 0 auto 10px
    }

    .table_casino th {
        display: none
    }

    .table_casino tr.mob .alc {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .table_casino tr.mob td {
        padding: 3px 0;
        border: none
    }

    .table_casino tr.mob .stars {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .table_casino tr.mob .stars .payment_list {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .table_casino tr.mob .tableBonusText ul,
    .table_casino tr.mob .tableBrandDescr ul {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin: 0
    }

    .table_casino tr.mob .tableBonusText ul li,
    .table_casino tr.mob .tableBrandDescr ul li {
        padding: 0
    }

    .table_casino tr.mob .tableBonusText ul li:before,
    .table_casino tr.mob .tableBrandDescr ul li:before {
        display: none
    }

    .table_casino .mobExpand {
        display: table-cell
    }

    .single.table_casino .toplist_features {
        display: none;
    }

    .table_all td:nth-child(5),
    .table_all td:nth-child(6),
    .table_all td:nth-child(7) {
        display: none
    }

    .single_table td:nth-child(4),
    .single_table td:nth-child(5),
    .single_table td:nth-child(6) {
        display: none
    }

    footer {
        text-align: center
    }

    footer .payment_img img {
        margin: 0 auto 10px
    }

    footer .container {
        display: block
    }

    footer nav {
        margin-bottom: 10px
    }

    footer .age {
        display: inline-block;
        margin-top: 0
    }

    .casinos .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .casinos .items > * {
        width: 30.33333%;
        margin: 0 1.5% 2em
    }

    .top_3_casino {
        display: block
    }

    .top_3_casino .item {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .top_3_casino .item:last-child {
        margin-bottom: 0
    }

    .boxex_wrap .boxes {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%
    }

    .boxex_wrap .boxes > * {
        width: 23%;
        margin: 0 1% 1.25em
    }

    .bonus_poster {
        display: block
    }

    .bonus_poster .bonus_poster_thumb {
        text-align: center
    }

    .bonus_poster .bonus_poster_thumb img {
        max-width: 400px;
        margin: 0 auto 10px
    }

    .bonus_poster .all_bonus_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 !important
    }

    .bonus_poster .all_bonus_list .item {
        background: 0 0 !important
    }

    .blog-post-item {
        float: inherit;
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .games .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2.5%;
        width: 105%
    }

    .games .items > * {
        width: 45%;
        margin: 0 2.5% 3.75em
    }

    .casino_top_info .info .alc {
        width: 100%;
        display: block
    }

    .casino_top_info .rating_table {
        margin-bottom: 15px
    }

    .casinos .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%
    }

    .casinos .items > * {
        width: 47%;
        margin: 0 1.5% 2.25em
    }

    .casino_close .message_box {
        padding-left: 15%
    }

    .taber .title_list .title {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .boxex_wrap .boxes {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%
    }

    .boxex_wrap .boxes > * {
        width: 31.33333%;
        margin: 0 1% 1.33333em
    }

    .uncloses_casino.casinos .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -.5%;
        width: 101%
    }

    .uncloses_casino.casinos .items > * {
        width: 99%;
        margin: 0 .5% 1em
    }
}

@media screen and (max-width: 479px) {
    .all_bonus_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -.25%;
        width: 100.5%
    }

    .all_bonus_list > * {
        width: 49.5%;
        margin: 0 .25% .375em
    }

    .all_bonus_list .item {
        margin-bottom: 20px !important
    }

    .all_bonus_list .item .top {
        padding: 10px 2%
    }

    .all_bonus_list .item .info li a {
        font-size: 15px
    }

    .table_casino tr.mob .alc {
        display: block
    }

    .table_casino tr.mob .alc > * {
        padding: 3px 0
    }

    .games .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%
    }

    .games .items > * {
        width: 48%;
        margin: 0 1% 1.5em
    }

    .top_fixed_info .bonus {
        font-size: 15px
    }

    .top_fixed_info .button {
        width: 100px;
        font-size: 15px
    }

    .popular_casino .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .popular_casino .items .item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .boxex_wrap .boxes {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%
    }

    .boxex_wrap .boxes > * {
        width: 48%;
        margin: 0 1% 1.5em
    }

    .brandFixedButton,
    .tableButton {
        white-space: nowrap
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes load3 {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1) !important;
        opacity: 1 !important
    }
}

@keyframes growIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important
    }
}

.content ul li {
    overflow: hidden;
}

.table {
    border: 1px solid #EBD9BE;
}

.table th {
    font-weight: bold;
    padding: 5px;
    border: 1px solid #888;
    background: #CECEF6;
}

.table th h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 1.1rem;
}

.table td {
    padding: 5px;
    /*border: 1px solid #333;*/
}

.table tr:nth-child(odd) {
    background: #EFEFFB;
}

.table tr:hover {
    background: #eee;
}

.table p {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .table td {
        padding: 2px;
        font-size: 0.75em;
    }
}