
* {max-height: 10000px;}
html {box-sizing: border-box;}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin:0;
    color:#b9997e;
    font:12px/15px 'Quattrocento Sans', Arial, Helvetica, sans-serif;
    background:#0d0d0d;
    min-width:1100px;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}
img {
    border-style:none;
    vertical-align:top;
}
a {
    text-decoration:none;
    color:#fff;
    outline:none;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
    font:100% Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding:0;
    border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
    content: '';
    content: none;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {margin: 0 0 1.2em;}
#wrapper{
    width:100%;
    position:relative;
    overflow:hidden;
    background: url(../images/bg-page.jpg) repeat-y 50% 0;
}
#wrapper:after{
    content:'';
    position:absolute;
    left:0;
    bottom:315px;
    width:100%;
    height:586px;
    background: url(../images/bg-ship.png) no-repeat 50% 0;
}
.container{
    width:1100px;
    margin:0 auto;
    position:relative;
    z-index:2;
}
.container:after{
    content:"";
    display:block;
    clear:both;
}
#header{
    position:relative;
    z-index:10;
    background:#000;
}
#header:after{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    right:0;
    height:10px;
    background:rgba(23,23,23,0.3);
}
#nav ul{
    list-style:none;
    margin:0;
    padding:18px 0 17px;
    display:table;
    width:100%;
    text-transform:uppercase;
    font:14px/16px 'museo', Arial, Helvetica, sans-serif;
    font-weight:100;
    text-align:center;
}
#nav li{
    display:table-cell;
    padding:0 5px;
    width:20%;
}
.members #nav li {
    width:14%;
}
#nav a{
    display:inline-block;
    vertical-align:top;
    color:#4d4d4d;
    position:relative;
    z-index:100;
    transition: all 0.15s linear 0.15s;
    -moz-transition:all 0.15s linear 0.15s;
    -webkit-transition:all 0.15s linear 0.15s;
    -o-transition:all 0.15s linear 0.15s;
}
#nav a:hover,
#nav .active a{
    color:#fff;
    text-decoration:none;
    font-weight:900;
    text-shadow: 0 1px 0 #8b0000;
}
#nav .hold span{
    transition: opacity 0.15s linear 0.15s;
    -moz-transition:opacity 0.15s linear 0.15s;
    -webkit-transition:opacity 0.15s linear 0.15s;
    -o-transition:opacity 0.15s linear 0.15s;
    font-weight:normal;
}
#nav a:hover .hold span,
#nav .active a .hold span{
    opacity:0;
}
#nav .join a:hover,
#nav .join.active a,
#nav .join a{color:#fff;}
#nav a:after{
    content:'';
    position:absolute;
    background: url(../images/bg-nav-hover.png) no-repeat;
    width:91px;
    height:66px;
    top:-18px;
    left:50%;
    margin:0 0 0 -46px;
    z-index:100;
    opacity:0;
    transition: opacity 0.15s linear 0.15s;
    -moz-transition: opacity 0.15s linear 0.15s;
    -webkit-transition: opacity 0.15s linear 0.15s;
    -o-transition: opacity 0.15s linear 0.15s;
}
#nav a:hover:after,
#nav .active a:after{
    opacity:1;
}
#nav  .hold{
    position:relative;
    z-index:101;
    display:block;
}
main{position:relative;}
.visual{
    text-align:center;
    background: url(../images/bg-visual02.jpg) no-repeat 50% 0;
    height:210px;
}
.visual.gallery{background: url(../images/bg-visual03.jpg) no-repeat 50% 0;}
.visual.join{background: url(../images/bg-visual04.jpg) no-repeat 50% 0;}
.visual.home{
    background: url(../images/bg-visual01.jpg) no-repeat 50% 0;
    height:472px;
    padding:67px 0 0;
}
.logo{
    background: url(../images/logo.png) no-repeat;
    position:absolute;
    width:229px;
    height:137px;
    left:20px;
    top:36px;
    text-indent:-9999px;
    overflow:hidden;
}
.visual.join .logo{left:185px;}
.visual.home .logo{
    position:static;
    display:block;
    margin:0 0 2px 20px;
    background: url(../images/logo-alt.png) no-repeat;
    width:312px;
    height:174px;
}
.visual.home .text-box{
    font-size:14px;
    line-height:24px;
    color:#bfbfbf;
    text-align:center;
    width:285px;
    margin:0 0 0 20px;
}
.visual.home .text-box .mark{text-transform:uppercase;}
.visual.home .text-box a{color:#f12929;}
.logo a{
    display:block;
    height:100%;
    position:relative;
    z-index:100;
}
.btn-section{
    background: url(../images/bg-btn-section.png) no-repeat 50% 0;
    height:144px;
    padding:6px 0;
    margin:-6px 0 23px;
}
.btn-section .btn-holder{
    text-align:center;
    padding:15px 10px;
}
.btn{
    text-align:center;
    font:20px/20px 'museo', Arial, Helvetica, sans-serif;
    font-weight:900;
    text-transform:uppercase;
    display:inline-block;
    vertical-align:top;
    width:313px;
    height:91px;
    padding:28px 10px 20px;
    color:#fff;
    text-shadow: 0 2px 0 #482e1d;
    border-radius:3px;
    background: url(../images/btn.png) no-repeat;
    transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
    -webkit-transition: all 0.1s linear 0.1s;
    -o-transition: all 0.1s linear 0.1s;
    margin:0 20px;
}
.btn:hover{
    text-decoration:none;
    background: url(../images/btn-hover.png) no-repeat;
}
.btn.red{
    background: url(../images/btn-red.png) no-repeat;
    text-shadow: 0 2px 0 #cc1818;
    padding:22px 10px;
    font-size:26px;
    line-height:28px;
}
.btn-section.alt .btn.red{
    font-size:20px;
    line-height:20px;
    padding:28px 10px 20px;
}
.btn.red:hover{background: url(../images/btn-red-hover.png) no-repeat;}
.btn .label{
    display:block;
    padding:5px 0 0;
    font:14px/16px 'Quattrocento Sans', Arial, Helvetica, sans-serif;
    color:#20150e;
    font-weight:normal;
    text-shadow: 0 1px 0 #825e47;
}
.btn.red .label{
    color:#740202;
    text-shadow: 0 1px 0 #eb3535;
}

.post-holder{padding:0 0 10px;}
.post{
    position:relative;
    margin:0 0 41px;
}
.post .more-hold{
    position:relative;
    overflow:hidden;
}
.post .more-hold:before{
    content:'';
    position:absolute;
    background:#717171;
    height:1px;
    bottom:15px;
    right:40px;
    left:260px;
}
.post.align .more-hold:before{
    left:40px;
    right:260px;
}
.post:after{
    content:"";
    display:block;
    clear:both;
}
.post .img-box{
    float:left;
    position:relative;
    z-index:1;
    margin:0 25px 0 0;
}
.post .text-box{
    padding:14px 0 0;
    position:relative;
}
.post p{margin:0;}
.post .text{padding:0 0 15px;}
h1{
    font:20px/22px 'museo', Arial, Helvetica, sans-serif;
    font-weight:900;
    color:#fff;
    margin:0 0 10px;
    text-transform:uppercase;
}
.btn-more{
    display:inline-block;
    vertical-align:top;
    font:14px/16px 'museo', Arial, Helvetica, sans-serif;
    font-weight:900;
    color:#fff;
    background:#db1b1b;
    border-radius:5px;
    text-shadow: 0 2px 0 #cc1818;
    box-shadow: 0 1px 0 #b10606 ;
    -webkit-box-shadow:0 1px 0 #b10606;
    text-transform:uppercase;
    padding:8px 16px 7px;
    transition: all 0.15s linear 0.15s;
    -moz-transition: all 0.15s linear 0.15s;
    -webkit-transition: all 0.15s linear 0.15s;
    -o-transition: all 0.15s linear 0.15s;
    text-align:center;
    word-spacing:1px;
}
.btn-more:hover{
    text-decoration:none;
    background:#c31616;
    text-shadow: 0 1px 0 #000;
}
.post.align .text-box:before{
    background: url(../images/decor02.png) no-repeat;
    right:auto;
    left:0;
}
.post.align {text-align:right;}
.post.align .img-box{
    float:right;
    margin:0 0 0 25px;
}
.public{
    margin:0 0 30px;
    text-align:center;
    position:relative;
    padding:0 45px;
}
.public .title{
    display:block;
    font:22px/26px 'museo', Arial, Helvetica, sans-serif;
    text-shadow:0 2px 0 #000;
    font-weight:300;
    color:#a2866e;
    margin:0 0 8px;
}
.public .title a{
    font-weight:900;
    color:#e52f2f;
}
.public .title .mark{color:#fff;}
.public h1{
    font:46px/46px 'seagram_tfbregular', Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color:#fff;
    text-shadow:0 3px 0 #171717;
    margin:0;
    text-transform:none;
}
#footer{
    line-height:18px;
    color:#4c4c4c;
    text-align:center;
    padding:0 0 45px;
    text-shadow:0 1px 0 #000;
}
#footer a{color:#4c4c4c;}
#footer a:hover{
    color:#fff;
    text-decoration:none;
}
#footer p{margin:0;}
.add-nav{
    list-style:none;
    margin:0;
    padding:0 10px;
    text-transform:uppercase;
}
.add-nav li{
    display:inline-block;
    vertical-align:top;
    padding:0 6px 0 7px;
    background: url(../images/separator01.png) no-repeat 0 2px;
}
#footer .add-nav .act a{color:#fff;}
.add-nav li:first-child{background:none;}
.gallery-list{
    list-style:none;
    margin:0 -10px;
    padding:0;
    overflow:hidden;
    text-align:center;
    color:#fff;
    font-size:0;
    letter-spacing:-4px;
}
.gallery-list li{
    display:inline-block;
    vertical-align:top;
    width:345px;
    margin:0 10px 40px;
    letter-spacing:0;
    font-size:12px;
}
.gallery-list .img-box{margin:0 0 14px;}
.gallery-list .text-box{
    line-height:18px;
    padding:0 30px;
}
.gallery-list .text-box p{margin:0 0 15px;}
.btn-section .text-box{
    font-size:14px;
    line-height:21px;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    margin:0 0 0 230px;
    width:360px;
    padding:35px 0 0;
}
.btn-section .text-box p{margin:0;}
.visual .decor{
    position:absolute;
    top:100px;
    right:260px;
}
.join-holder{
    margin:0 0 0 230px;
    width:360px;
    text-align:center;
    font-size:14px;
    line-height:21px;
    color:#fff;
    padding:0 0 15px;
}
.join-holder h2{
    font:20px/22px 'museo', Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#fff;
    padding:0 0 16px;
    margin:0 0 14px;
    text-transform:uppercase;
}
.join-holder .title{
    display:block;
    font-weight:normal;
    margin:0 0 8px;
    text-transform:uppercase;
}
.join-holder .box{
    margin:0 0 38px;
    border-top:1px solid #717171;
    padding:18px 0 0;
}
.join-holder .box:first-child{
    border-style:none;
    padding:0;
}
.join-holder .box:first-child h2{border-bottom:1px solid #717171;}
.btn-small{
    background:#f8f8f8;
    display:block;
    border-radius:4px;
    color:#000;
    margin:0 30px 10px;
    padding:5px 10px;
    box-shadow: 0 2px 0 #d9d9d9;
    -webkit-box-shadow: 0 2px 0 #d9d9d9;
    transition: all 0.15s linear 0.1s;
    -moz-transition:all 0.15s linear 0.1s;
    -webkit-transition:all 0.15s linear 0.1s;
    -o-transition:all 0.15s linear 0.1s;
}
.btn-small:hover{
    text-decoration:none;
    color:#fff;
    background:#db1b1b;
    box-shadow: 0 2px 0 #b10606, 0 0 1px #ff2b2b inset;
    -webkit-box-shadow: 0 2px 0 #b10606, 0 0 1px #ff2b2b inset;
}
.video-box{
    background: url(../images/bg-video.jpg) no-repeat;
    width:1100px;
    height:520px;
    margin:0 auto 10px;
    padding:20px;
}
.image-video {
    width: 200px;
    height: 110px;
}
.main-post:after{
    content:"";
    display:block;
    clear:both;
}
.main-post .img-hold{
    float:left;
    margin:-7px -16px 0 20px;
}
.main-post .post-box{
    width:530px;
    padding:18px 25px 30px 0;
    float:right;
}
.main-post .btn-more{padding:8px 18px 6px;}
.main-post .post{
    margin:0 0 20px;
    color:#b9997e;
    font-size:14px;
    line-height:17px;
}
.main-post .post .img-box{margin:0 15px 0 0;}
.main-post .post .img-box a{
    background:rgba(255,255,255,0.1);
    padding:4px;
    display:block;
}
.main-post .post .img-box a:hover{background:#666663;}
.main-post .post h1{
    color:#fff;
    margin:0;
    line-height:20px;
    font-weight:900;
}
.main-post .post p{margin:0 0 7px;}
.main-post .post .text-box:before{display:none;}
.main-post .post .text-box{padding:0;}
.main-post .post .text{padding:0;}
.btn.red.btn-join{
    padding:31px 10px;
}
.btn-play{
    background: url(../images/btn-play-hover.png) no-repeat;
    position:relative;
    width:314px;
    height:90px;
    display:inline-block;
    vertical-align:top;
    margin:0 20px;
}
.btn-continue{
    background: url(../images/btn-continue-hover.png) no-repeat;
    width:314px;
    height:90px;
    display:inline-block;
    position:relative;
    vertical-align:top;
    margin:0 20px;
}
.btn-play em,
.btn-continue em{
    position:absolute;
    top:0;
    left:0;
    background: url(../images/btn-play.png) no-repeat;
    width:314px;
    height:90px;
    -webkit-animation: myfirst 2s infinite;
    -moz-animation:myfirst 2s infinite;
    -o-animation:myfirst 2s infinite;
    animation:myfirst 2s infinite;
}
.btn-continue em{
    background: url(../images/btn-continue.png) no-repeat; }
@-webkit-keyframes myfirst {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes myfirst {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes myfirst {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes myfirst {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.text p {
    margin-bottom: 15px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.members .text p {
    margin-bottom: inherit;
}

.greyline{
    border-top:1px solid #2f2f2f;
    margin-top:20px !important;
    margin-bottom:10px !important;
}

.bonusimg{
    margin-bottom:10px;
}

.homeimg{margin-left:10px; float: left;}
.homeH1{margin-top:20px;}

/* Downloads */
.downloads{
    font-size:15px;
    padding-bottom:157px;
    color:#ffffff;
}

.downloads h1 {
    text-align: center;
    margin-bottom:30px;
}

.download-box {
    background: #da1859;
    border-radius: 27px;
    max-width: 880px;
    margin: 0 auto 42px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height:45px;
    color:#ffffff;
}

.download-box .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 167px;
    /*flex: 0 0 167px;*/
    padding: 0 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.download-box .btn-dwn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    min-width: 220px;
    -ms-flex-item-align: start;
    align-self: start;
    margin-right: -1px;
    font-size:16px;
    box-shadow: 0 0px 0;
    padding-left:20px;
}

.download-box .btn-dwn:hover {
    background: #b9997e;
}

.download-box .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 5px 0 0;
}

.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.two-columns .content-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
}

.two-columns .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    padding: 35px 0 0 80px;
    position: relative;
    text-align: center;
}

.two-columns .sidebar h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.two-columns .sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    width: 1px;
    background: #185c7d;
}

.download-list {
    border-top: 1px solid #185c7d;
}

.download-list .row {
    border-bottom: 1px solid #185c7d;
    padding: 19px 30px 19px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-list .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.download-list .img-box a {
    display: block;
}

.download-list .img-box a:hover img {
    border-color: #fff;
}

.download-list .img-box img {
    border: 2px solid #b2bfc8;
    border-radius: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
}

.download-list .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.download-list .title a {
    color: #fff;
}

.download-list .dowload-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding: 0 0 0 15px;
    position: relative;
    margin-left: auto;
}

.download-list .dowload-link:before {
    content: "\e908";
    font-family: icomoon;
    display: inline-block;
    vertical-align: top;
    margin: 0 11px 0 0;
}

.download-list .dowload-link a {
    color: #b9997e;
    text-decoration: underline;
    text-transform: uppercase;
}

.download-list .dowload-link a:hover {
    text-decoration: none;
}

.download-list .text {
    padding: 0 65px;
    font-size:16px;
}
.banner {
    text-align: center;
    padding-top: 40px;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.icon-download2:before {
    content: "\e908";
    font-family: icomoon;
}

#avs_gallery .avs_thumb {
    padding:0px;
    margin:6px 12px 6px 0px;
    line-height:18px;
    float:left;
}
#avs_gallery a {
    text-decoration:none;
}
#avs_gallery .avs_thumb .arrow {
    position:absolute;
    opacity:0.5;
    filter:alpha(opacity=50);
}
#avs_gallery .avs_thumb .title {
    display:block;
    font-size:12px;
    color:#444;
}
#avs_gallery .avs_thumb .hits {
    display:block;
    font-size:10px;
    color:#777;
}
#avs_gallery .avs_thumb:hover {
    opacity:0.85;
    filter:alpha(opacity=85);
}
ul.page-numbers {
    margin: 10px 0 10px;
    padding:0;
    width:100%;
    font-size: 12px;
    clear: both;
    float: left;
    list-style:none;
}
ul.page-numbers li {
    float: left;
}
ul.page-numbers a, ul.page-numbers span {
    padding: 3px 6px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
}
ul.page-numbers a:hover, ul.page-numbers span.current {
    border: 1px solid #666;
    color: #444;
}

/* Members album page */
.ngg-trigger-buttons {
    clear: both;
    text-align: right;
    font-size: 12px;
    line-height: 1em;
    margin: 0
}

.ngg-trigger-buttons.hidden {
    display: none
}

.ngg-trigger-large {
    font-size: 16px;
    margin: 0 10px
}

.ngg-trigger-buttons .ngg-trigger {
    margin-left: .3em;
    cursor: pointer
}

.ngg-trigger-buttons .ngg-trigger,
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited {
    color: #999
}

.ngg-trigger-buttons .ngg-trigger:hover {
    color: #333
}

.galleria.photocrati-nextgen_pro_horizontal_filmstrip {
    margin-bottom: 5px
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .ngg-trigger-buttons.mobile-hide {
        display: none
    }
}

#shDisplay div#shTitle {
    font: 400 12px/17px 'Lucida Grande', Verdana, sans-serif;
    color: #fff;
    text-align: center;
    margin: 0 auto
}

#shDisplay div#shCount {
    color: #999;
    font: 400 10px/12px 'Lucida Grande', Verdana, sans-serif
}

#shDisplay div#shTitle a {
    text-decoration: none;
    font: 700 16pt 'Courier New', Courier, fixed;
    letter-spacing: -2px;
    margin: 0 10px;
    width: 26px;
    color: #999
}

#shDisplay div#shTitle a:hover {
    color: #fff;
    border: none
}

#shDisplay div#shNext {
    float: right
}

#shDisplay div#shPrev {
    float: left
}

#shDisplay *,
#shShutter * {
    padding: 0;
    margin: 0
}

div#shDisplay,
div#shShutter {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}

div#shShutter {
    height: 100%;
    z-index: 10000;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

div#shDisplay {
    display: block;
    background-color: transparent;
    z-index: 10002
}

div#shDisplay img#shTopImg {
    margin: 0 auto;
    border: 1px solid #555;
    background: 0 0;
    display: block;
    max-width: none;
    max-height: none;
    float: none;
    padding: 2px;
    cursor: pointer
}

div#shDisplay div#shWrap {
    visibility: hidden
}

div#shWaitBar {
    font: 700 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    height: 36px;
    width: 100%;
    left: 0;
    cursor: default;
    opacity: .999;
    filter: alpha(opacity=100);
    z-index: 10001;
    margin-top: 160px;
    color: #ae0a0a;
    text-align: center
}

.ngg-albumtitle, .ngg-description {
    text-align: left
}

.ngg-albumoverview {
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important
}

.ngg-album {
    height: 100%;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc
}

.ngg-albumtitle {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.4em
}

.ngg-thumbnail {
    float: left;
    margin-right: 12px
}

.ngg-thumbnail img {
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    margin: 4px 0 4px 5px;
    padding: 4px;
    position: relative
}

.ngg-thumbnail img:hover {
    background-color: #A9A9A9
}

.ngg-album-compact {
    float: left;
    padding: 0 12px 4px 0 !important;
    margin: 0 !important;
    text-align: left;
    width: 123px;
}

.ngg-album-compact a {
    border: none
}

.ngg-album-compactbox {
    margin: 0 !important;
    padding: 8px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border: 1px solid gray;
    border-radius: 6px;
    z-index: 1
}

.ngg-album-compactbox:after,
.ngg-album-compactbox:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid gray;
    border-radius: 6px;
    z-index: -1
}

.ngg-album-compactbox:before {
    bottom: -7px
}

.ngg-album-compactbox:after {
    bottom: -4px
}

.ngg-album-compactbox .Thumb {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #000 !important;
    height: 70px;
    width: 93px;
}

.ngg-album-compact h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0
}

.ngg-album-compact h4 .ngg-album-desc {
    overflow: hidden;
    display: block;
    height: 54px
}

.ngg-album-compact p {
    font-size: 11px;
    margin: 0
}

.ngg-clear {
    clear: both;
    float: none
}

.ngg-navigation {
    font-size: .9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 15px;
    padding-bottom: 3px;
    text-align: center
}

.ngg-navigation span {
    font-weight: 700;
    margin: 0 6px
}

.ngg-navigation a.next,
.ngg-navigation a.page-numbers,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.page-numbers,
.ngg-navigation span.prev {
    border: 1px solid #DDD;
    margin-right: 3px;
    padding: 3px 8px;
    text-decoration: none
}

.ngg-navigation a.next:hover,
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.prev:hover {
    background-color: #06C;
    color: #FFF !important;
    text-decoration: none !important
}

.ngg-breadcrumbs {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: .5em 0
}

ul.ngg-breadcrumbs > li {
    float: left;
    padding: 0 .3em 0 .15em;
    margin: 0;
    vertical-align: middle;
    border: none;
    list-style-type: none
}

.ngg-breadcrumbs .ngg-breadcrumb-divisor {
    margin: 0;
    padding: 0 0 0 .15em
}

.ngg-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ngg-gallery .ngg-gallery-thumbnail-box {
    margin: 5px;
}

body .blocker {
    z-index: 2;
}

body .modal {
    max-width: 970px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.miny-games {
    padding: 50px 0
}
.miny-games .container {
    padding-left: 15px;
    padding-right: 15px
}
.rows-games {
    margin: 0 auto;
    max-width: 1066px
}
.row-game {
    padding: 41px 0;
    font-size: 18px;
    line-height: 1.1666666667;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.row-game + .row-game {
    border-top: 1px solid #4c4c4c
}
.row-game__visual {
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    width: 255px;
    min-width: 255px;
    height: 255px
}
.row-game__visual img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}
.row-game__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 35px
}
.row-game h2 {
    font-weight: 400;
    margin: 0 0 .8em;
    line-height: 1;
    text-shadow: 0 4px 0 rgba(14,17,19,.2);
    text-transform: uppercase;
    font-size: 30px
}
.row-game p {
    margin: 0 0 2.1em
}
.row-game .btn {
    padding: 34px 10px
}
.mini-game-page {
    padding: 39px 0
}
.mini-game-page__header {
    position: relative;
    margin: 0 0 2.3em;
    color: #fff;
    text-align: center;
    padding: 0 70px
}
.mini-game-page .back-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 8px;
    margin-bottom: 0
}
.mini-game-page .back-link:hover {
    color: #4c4c4c;
    text-decoration: none
}
.mini-game-page h1 {
    text-align: center;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 4px 0 rgba(14,17,19,.2);
    text-transform: uppercase;
    font-size: 30px
}
.game-wrap {
    position: relative;
    padding-bottom: 44px
}
.game-wrap .game-hold {
    border-radius: 10px;
    overflow: hidden
}
.game-wrap .game-hold img {
    display: block
}
.game-wrap:after {
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 60px;
    height: 1px;
    content: "";
    background: #4c4c4c
}
.character-art h2 {
    font-weight: 400;
    margin: 0 0 1.1em;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 4px 0 rgba(14,17,19,.2);
    text-transform: uppercase
}
.list-image {
    margin: -11px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.list-image > li {
    padding: 11px;
    width: 20%
}
.list-image .visual-wrap {
    display: block;
    width: 100%;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}
.list-image .visual-wrap img {
    position: absolute;
    inset: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}
.game-hold {
    display: flex;
}
.game-hold iframe {
    border: none;
    width: 100%;
    aspect-ratio: 16/9;
}