#snowy-js {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
}

.nk-preloader-bg{
	-webkit-filter: invert(1);
	        filter: invert(1);
}

.nk-ibox,
.nk-testimonial-photo
{
	border-width: 0.125rem;
	border-style: solid;
	border-color: #6ac9ff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
}
.nk-plain-video{
	 -webkit-box-shadow: 0 0 10px #333333;
	         box-shadow: 0 0 10px #333333;
}
.nk-header-title{
	z-index: auto;
	background: transparent;
}

.nk-page-border > div{
	-webkit-filter: invert(1);
	        filter: invert(1);
}
.snowy-bg {
	background-image: url("img/christmas_unc.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100vw;
    height: 100vh;
	z-index: -1;
    position: fixed;
}
.nk-header-title a {
	z-index: 1;
}
.tp-bgimg{
	border-style: solid;
    border-radius: 7px;
	outline: none;
    -webkit-box-shadow: 0 0 10px #61717a;
            box-shadow: 0 0 10px #61717a;
	border-color: rgba(255, 255, 255, 0.1);
    border-width: 0.1875rem;
    min-height: 280px;
}
.nk-plain-video::after,
.tp-bgimg::after{
	content: '';
	background-image: url('img/overlay.png');
    -webkit-filter: brightness(2);
            filter: brightness(2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nk-share-buttons.nk-share-buttons-left{
    background-image: linear-gradient(135deg, rgba(169, 3, 41, 0.65) 0%,rgba(143, 2, 34, 0.65) 44%,rgba(109, 0, 25, 0.65) 100%);
    background-color: rgba(169, 3, 41, 0.5);
	border-color: #8f0222 ;
	border-width: 0.125rem;
    border-style: solid;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
}

.nk-ibox{
	background-image: linear-gradient(135deg, rgba(32, 54, 90, 0.1) 0%,rgba(32, 57, 97, 0.5) 50%,rgba(32, 54, 90, 0.5) 51%,rgba(32, 54, 90, 0.1) 100%);
    background-color: rgba(32, 54, 74, 0.5);
	border-color: #fff;
	border-width: 0.1875rem;
	min-height: 280px;
	-o-border-image: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) 1;
	   border-image: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) 1;
}

.nk-share-buttons.nk-share-buttons-left{
	width: 60px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
	border-left-width: 0 !important;
    border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.nk-share-buttons.nk-share-buttons-left .nk-share-icon{
	width: 60px;
}
.nk-share-buttons.nk-share-buttons-left .nk-share-name{
	background-color: rgba(0, 0, 0, 0.33);
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
}
.flickity-slider blockquote::after,
.nk-ibox::after{
    content: '';
    border-image-source: url('img/snowpile.svg');
    border-image-slice: 50%;
    border-image-width: 100%;
    border-image-outset: 1;
    border-image-repeat: round;
    display: block;
    width: calc(100% + 16px);
    border-top-style: solid;
    position: absolute;
    border-top-color: #fff;
    top: -8px;
    left: -8px;
    right: -8px;
	border-top-width: 32px;
}
.nk-footer,
.bg-dark-1 {
	background-color: rgba(32, 54, 90, 0.85)  !important;
}

.nk-box{
	overflow: visible;
	border-bottom: 0.1875rem solid #fff;
}
.nk-footer .nk-footer-top-corner{
	visibility: hidden;
	display: none;
}
.nk-footer::before,
.nk-box::before{
	content: '';
    border-image-source: url('img/snowpile.svg');
    border-image-slice: 50%;
    border-image-width: 100%;
    border-image-outset: 0;
    border-image-repeat: round;
    display: block;
    width: calc(100% + 16px);
    border-top-style: solid;
    position: absolute;
    border-top-color: #fff;
    margin-top: 0px;
    top: -50px;
    left: -8px;
    right: -8px;
    height: 100px;
}

.flickity-slider blockquote{
	border: 0.125rem solid #6ac9ff;
    -o-border-image: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) 1;
       border-image: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%) 1;
	height: 400px;
    display: block;
	background-color: #20365a;
}

.nk-header-opaque .nk-contacts-top{
	padding: 1.25rem 0 0 0;
}
.nk-btn,
.nk-header-opaque .nk-contacts-top
{
	background:  linear-gradient(135deg, #a90329 0%,#8f0222 44%,#6d0019 100%)
}

.nk-navbar .nk-nav .dropdown,
.nk-header-opaque .nk-navbar{
	background-color: #fff;
}

.nk-navbar{
	visibility: visible !important;	
}

.nk-navbar .nk-nav .dropdown,
.nk-header-opaque > .nk-navbar .nk-nav-table {
	color: #333;
}
.nk-header-opaque > .nk-navbar .nk-nav-table > img{
	height: 64px;
    margin: 8px;
}
.nk-navbar-side.nk-navbar-lg.nk-navbar-right-side{
	-webkit-filter: invert(1);
	        filter: invert(1);
	background: #000;
}
.nk-contacts-top .nk-navbar,
.nk-contacts-top .nk-contacts-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	height: 44px;
}
.nk-contacts-top .nk-contacts-right  *{
	margin-top: 0 !important;
}
.nk-contacts-top .nk-navbar > *,
.nk-contacts-top .nk-contacts-right > *{
	-ms-flex-item-align: center;
	    align-self: center;
}
.nk-contacts-top .nk-navbar .nk-nav > li > a {
	margin-top: 7px;
}
.online-players{
	width: 128px;
}
.w3-container {
	background-color: #FFD700 !important;
}
.w3-container > span{
	padding-bottom: 2px !important;
	color: #FFD700 !important;
	border-color: #FFD700 !important;
	background-color: #8f0222 !important;
}
.server-time{
	width: 140px;
}

.bg-image{
	border-bottom: 0.1875rem solid #fff;
}
.modal .nk-img.nk-title{
	display: none;
}

.nk-testimonial-photo{
	z-index: 1;
}

.nk-modal .modal-header{
	border-color:  #fff;
}
.nk-modal .messages{
	border: none;
	background: transparent;
}
.modal-content,
.modal-body,
.modal-body .bg-dark-1 {
	background-color: transparent !important;
}

.modal-content .form-control{
	border-bottom-color: #fff;
}
.modal-content select.form-control{
	color: #fff !important;
}

.modal-content button.nk-sign-toggle{
	display: none;
}

.modal-content {
	background: linear-gradient(135deg, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
.nk-icon-burger > span{
	background-color: #333;
}
.nk-navbar-overlay{
	background-color: rgba(236, 236, 236, 0.5);
}
.nk-navbar-bg {
	
}
.nk-navbar-bg > .bg-image{
	display: none;
}
.nk-drop-item.open > ul{
	background: #ff;
	color: #333;
}
.nk-navbar .nk-nav-table > .nk-nav-row-full
{
    -webkit-filter: invert(1);
            filter: invert(1);
    color: #333;
}
.nk-cookie-alert {
	top: auto;
	left: 0;
	bottom: 0;
	padding: 0;
}
.nk-cookie-alert .votepopup{
    background-image: linear-gradient(135deg, rgba(169, 3, 41, 0.65) 0%,rgba(143, 2, 34, 0.65) 44%,rgba(109, 0, 25, 0.65) 100%);
    background-color: rgba(169, 3, 41, 0.5);
    border: 0.1875rem solid #8f0222;
    opacity: 1;
	border-radius: 0;
	border-left: none;
	border-bottom: none;
	border-top-right-radius: 1rem;
}

.nk-cookie-alert .votepopup br{
	display: none;
}

.nk-cookie-alert .votepopup h4{
	width: 150px;
    padding: 0.5rem 0;
    margin: 0;
}

.nk-cookie-alert  .nk-gap{
	display: none; 
}
.nk-cookie-alert .nk-cookie-alert-close{
	display: none;
}