
@font-face {
    font-family: BeaufortforLOL;
    src: url("../fonts/BeaufortforLOL-Regular.otf") format("opentype");
}
@font-face {
    font-family: BeaufortforLOL;
    font-weight:bold;
    src: url("../fonts/BeaufortforLOL-Bold.otf") format("opentype");
}

body {
    font-family: 'BeaufortforLOL', serif;
    background-color: #0a0a0c;
    position: relative;
}
.h2, h2 {
    color: #d3c7aa;
}
a, p {
    color: #7d6033;
    transition: color 1s cubic-bezier(.06,.81,0,.98);
}
a:hover {
    color: #f1e6d0;
}
.logo{
    height:150px;
    padding:30px;
}
.logo img{
    height:100px;
    width:auto;
}
header{
    top:0;
    transition: top 0.2s ease-out;
    background-color: #17181c;
    border-bottom: 1px solid #927345;
    border-top: 1px solid #26282f;
    cursor: default;
    height: 55px;
    width:100%;
    position: fixed;
    text-align: center;
    z-index: 999999;
}
header ol{
    list-style:none;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
header h1{
    line-height: 75px;
    color: #f1e6d0;
    font-weight:bold;
    font-size:60px;
}
header .icon{
    background-color: #17181c;
    border-bottom: 1px solid #927345;
    display: inline-block;
    height: 110px;
    margin: 0 auto;
    position: relative;
}
header .icon:after,
header .icon:before{
    background-color: #17181c;
    border-bottom: 1px solid #927345;
    content: "";
    height: 55px;
    width: 110px;
    box-sizing: inherit;
}
header .icon:before{
    position: absolute;
    top: 55px;
    bottom: 0;
    left: -110px;
    -ms-transform: rotate(30.8deg);
    transform: rotate(30.8deg);
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}
header .icon:after{
    position: absolute;
    top: 55px;
    right: -110px;
    bottom: 0;
    -ms-transform: rotate(-30.8deg);
    transform: rotate(-30.8deg);
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
header .img-container{
    position: relative;
    z-index: 2;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
header .img-container:hover h1{
    text-shadow: 0px 0px 50px #ffefd7;
}
header .img-container h1{
    transition:all 0.2s ease-out;
    text-shadow: 0px 0px 25px #7e633bc4;
    font-size: 70px;
    line-height: 90px;
}

header .home{
    text-transform:uppercase;
    font-family: Beaufort for LOL Medium,Arial,sans-serif;
    width: 150px;
    z-index: -1;
    position: absolute;
    bottom: 12px;
    left: -200px;
}
header .home .bg{
    height: 43px;
    transition: .4s ease;
    background-color: #101217;
    border-bottom: 1px solid #584c3c;
    border-left: 1px solid #584c3c;
    border-right: 1px solid #584c3c;
    border-left-width: 2px;
    border-right-width: 2px;
    -ms-transform: skew(59.2deg);
    transform: skew(59.2deg);
}
header .home span{
    position: absolute;
    color: white;
    z-index: 9;
    width: 100%;
    left: 0;
    line-height: 43px;
}

header .extra{
    text-transform:uppercase;
    font-family: Beaufort for LOL Medium,Arial,sans-serif;
    width: 150px;
    z-index: -1;
    position: absolute;
    bottom: 12px;
    left: -348px;
}
header .extra .bg{
    height: 43px;
    transition: .4s ease;
    background-color: #101217;
    border-bottom: 1px solid #584c3c;
    border-left: 1px solid #584c3c;
    border-right: 1px solid #584c3c;
    border-left-width: 2px;
    border-right-width: 2px;
    -ms-transform: skew(59.2deg);
    transform: skew(59.2deg);
}
header .extra span{
    position: absolute;
    color: white;
    z-index: 9;
    width: 100%;
    left: 0;
    line-height: 43px;
}

header .purchase{
    text-transform:uppercase;
    font-family: Arial, sans-serif;
    width: 215px;
    z-index: -1;
    position: absolute;
    right: -266px;
    bottom: 12px;
}
header .purchase .bg{
    height: 43px;
    transition: .4s ease;
    background-color: #772727;
    border-bottom: 1px solid #584c3c;
    border-left: 1px solid #584c3c;
    border-right: 1px solid #584c3c;
    border-left-width: 2px;
    border-right-width: 2px;
    -ms-transform: skew(-59.2deg);
    transform: skew(-59.2deg);
}
header .purchase span{
    position: absolute;
    color: white;
    z-index: 9;
    width: 100%;
    left: 0;
    line-height: 43px;
}

header .discord{
    font-family: Beaufort for LOL Medium,Arial,sans-serif;
    width: 100px;
    z-index: -1;
    position: absolute;
    right: -365px;
    bottom: 12px;
}
header .discord .bg{
    height: 43px;
    transition: .4s ease;
    background-color: #7289da;
    border-bottom: 1px solid #ffffff7a;
    border-right: 1px solid #ffffff7a;
    border-left-width: 2px;
    border-right-width: 2px;
    -ms-transform: skew(-59.2deg);
    transform: skew(-59.2deg);
}
header .discord span{
    position: absolute;
    color: white;
    z-index: 9;
    width: 100%;
    left: 0;
    line-height: 43px;
}

header a:hover > div .bg{
    background-color: #1f2529;
}


header.nav-up{
    top:-50px;
}
header.nav-up .img-container h1 {
    margin-top: 50px;
    font-size: 50px;
    line-height: 45px;
}
header.nav-up #current_version {
    top: -16px;
    font-size: 13px;
    font-weight:bold;
    opacity:0.9;
}

.slider-container{
    width: 100%;
    position: relative;
    height: 300px;
    box-shadow: 0 0 25px black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)), url(https://euw.leagueoflegends.com/sites/default/files/styles/scale_xlarge/public/upload/environmentart-sru-04_1920_1.jpg?itok=Mm4T-50k);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 42px;
    z-index: 555;
}
.image{
    height: 100%;
    width: 100%;
    display: inherit;
    text-align:center;
}
.image p{
    width: 100%;
    color: #ffffff;
    font-size: 50px;
    text-shadow: 0 0 20px black;
    line-height: 10;
}
.image-holder {
    top: 0;
    height: 300px;
    clear: both;
    position: relative;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.slider-image {
    margin: auto;
    position: relative;
}
.image-holder.one {
    top: 0;
}
.image-holder.two {
    top: -100%;
}
.image-holder.three {
    top: -200%;
}

.slider-change.active{
    background-color:white;
}

.button-holder {
    position: relative;
    top: -30px;
}
.slider-change {
    cursor:pointer;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #937341;
}

main{
    margin: 150px 0 50px;
}
#loading{
    line-height: 390px;
    text-align: center;
}
#current_version{
    color:white;
    top: -20px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.background-greyscale{
    background-image: url(https://euw.leagueoflegends.com/sites/default/files/styles/scale_xlarge/public/upload/environmentart-sru-04_1920_1.jpg?itok=Mm4T-50k);
    background-size: cover;
    background-position: left top;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 15px;
    left: 0;
    opacity: .2;
}
.background-greyscale .gradient{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0a0a0c;
    background-image: linear-gradient(180deg,#0a0a0c,transparent,#0a0a0c);
    background-color: transparent;
}
.volirow-two{
 height:100%;
}
.volitem-paddder{
    padding: 10px;
}
.volitem{
    transition-property: transform,z-index,border,box-shadow;
    transition-timing-function: ease,linear,ease,ease;
    transition-duration: .3s,.3s,.3s,.3s;
    border: 1px solid #32281f;
    box-shadow: 0 0 16px 5px rgba(0,0,0,.4);
    color: #c4b998;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    display: flex;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #101217;
    height: 150px;
    position: relative;
    width: 100%;
}
.volitem:hover{
    transition-timing-function: ease,step-start;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #927345;
    box-shadow: 0 0 16px 14px rgba(0,0,0,.4);
    z-index: 15!important;
}
.voliitemx:hover{
    -ms-transform: scale(1);
    transform: scale(1);
}
.volirow-two .volitem{
    height:100%;
    min-height: 560px;
    cursor: default;
}
.volirow-two .volitem:hover{
    transition-timing-function: ease,step-start;
    -ms-transform: scale(1);
    transform: scale(1);
}
.volimage{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: local;
    background-color: #0a0a0c;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .4s ease;
    width: 100%;
}
.volimage span{
    text-align: center;
    display: block;
    font-size: 60px;
}
.volimage small{
    text-align:center;
    display:block;
    font-size:32px;
    text-transform: uppercase;
    opacity:0.5;
}
.volimage .news-wrapper{
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y:scroll;
    padding-bottom:65px;
    transition:all .3s;
}
.volitem:hover .news-wrapper{
    padding-bottom: 105px;
}
::-webkit-scrollbar-track {
    background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: black;
}
.volimage .news-wrapper .news-item{
    width: 100%;
    height: auto;
    border: 1px solid #32281f;
    padding:10px;
    transition:all .3s;
    cursor: pointer;
    min-height:100px;
    margin-bottom:10px;
    position:relative;
    overflow:hidden;
}
.news-item i.fa {
    position: absolute;
    font-size: 50px;
    opacity: 0.15;
    right: 0;
    bottom: -5px;
}
.news-item i.fa.fa-youtube{

}
.volimage .news-wrapper .news-item:hover{
    border: 1px solid #7e633b;
}
.volimage-dl{
    background-image: url(../images/dl.jpg);
    background-size: 500px;
    background-position: 50% 100%;
    opacity: 1;
}
.volimage-1{
    background-image: url(../images/police.jpg);
    background-position-y: 21.7466%;
    opacity: 1;
}
.volimage-2{
    background-image: url(../images/wall.jpg);
    opacity: 1;
}
.volitem .description{
    z-index: 5;
}
.volitem .description .title{
    background-color: rgba(16, 18, 23, 0.9);
    border-top: 1px solid #7e633b;
    position: relative;
    text-align: center;
    z-index: 10;
    height: 60px;
    padding: 14px 12px;
}
.volitem .description .title h2{
    font-family: 'BeaufortforLOL', serif,"Arial", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c4b998;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.volitem .description .title h4 {
    font-family: Spiegel, Helvetica, Cambria, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #937341 !important;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
}
.volitem .description .read-more{
    font-family: Beaufort for LOL Medium,Arial,sans-serif;
    font-weight: 400;
    transition: .4s ease;
    background-color: #14181d;
    border-top: 1px solid transparent;
    color: #937341;
    font-size: 11px;
    height: 0;
    letter-spacing: .3em;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}
.volitem:hover .read-more{
    border-top: 1px solid #7e633b;
    height: 45px;
}
.volitem-dl{
    height:200px;
}
.volitem-dl .description .title{
    height:43px;
    padding:14px;
}
footer{
    background-color: #0a0a0c;
    border-top: 1px solid #937341;
    width:100%;
    padding:10px 0;
    position:relative;
    text-align:center;
    z-index:999;
}
footer .disclaimer{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2px;
    display: block;
    color: #676767;
    font-size: 11px;
}

/** **/
/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 13px;
}

::-webkit-scrollbar-button:vertical {
    background-color: silver;
    border: 1px solid gray;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
    display: none;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:horizontal:increment {
    display: none;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:horizontal:decrement {
    display: none;
}

::-webkit-scrollbar-track:vertical {
    background-color: blue;
    border: 1px dashed pink;
}

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
    border: 0px;
}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
    border: 0px;
}

/* Track below and above */
::-webkit-scrollbar-track-piece {
    background-color: #32281f;
}

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #7e633b;
}

/* The thumb itself */
::-webkit-scrollbar-thumb:horizontal {
    height: 50px;
    background-color: gray;
}

/* Corner */
::-webkit-scrollbar-corner:vertical {
    background-color: black;
}

/* Resizer */
::-webkit-scrollbar-resizer:vertical {
    background-color: gray;
}


@media only screen and (max-width: 600px) {
    .volitem:hover{
        -ms-transform: scale(1);
        transform: scale(1);
    }
}