/* SLIDES INDIVIDUAL SETTINGS */
/* slide 1 */
body {
    font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align:  center;
}
.bg-holder {
    width: auto;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: url("img/media/random-no-slot/pattern.png") top center repeat;
    background-size: 450px;
    text-align:  center;
}
.big-cta-yellow {
    background-color: #7e8e9d;
    color: #545352;
    position:  absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}
.big-cta-blue, .big-cta-yellow {
    padding: 15px 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #ebf3ff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    border: none;
    background-color: #7e8e9d;
    display: inline-block;
    z-index: 860;
    min-width: 266px;
    letter-spacing: .4px;
    transform: scale(1);
}
#slides #sub-preloader {
	z-index: 2000000; 
	position: absolute; 
	width: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: inherit; 
	background-color: #3b3b3b;
	background-image: linear-gradient(#252527, #60605f);
}
#slides .link {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 20000;
	cursor: pointer!important;
}

#slides div {
	-webkit-transform: translate3d(0,0,0);
}
#slides {
    width: 502px;
    height: 420px;
    position: absolute;
    margin: auto;
    top: -160px;
    bottom: 0;
    left: 385px;
    right: 0;
    overflow: visible;
    transform: scale(1.4);
}
#slides .cut-off {
    width: inherit;
    height: inherit;
    overflow: hidden;
}
#slides .anim_2 {
	width: 30622px;
	height: inherit;
    background: url(img/media/random-no-slot/sprite-short.png) center center no-repeat;
	background-size: cover!important;
	transform: translateZ(0);
	will-change: transform;
	position: absolute;
}
#slides .cover {
    width: 664px;
    height: 680px;
    position: absolute;
    top: 129px;
    bottom: 0;
    left: -98px;
    right: 0;
    margin: auto;
    background: url(img/media/random-no-slot/cover_new.png) center center no-repeat;
    background-size: cover;
    z-index: 100;
}

/* SLIDER IMAGES PATHS FOR RETINA */
@media
(-webkit-min-device-pixel-ratio: 1.3),
(min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) 
{
#slides .anim_2 {	
	background: url(img/media/random-no-slot/sprite-short.png) center center no-repeat;
}
}

/* random counter */
.main {
    height: 100%;
    width: 100%;
    display: table;
    display: table;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 24px;
    z-index: 10000;
}
.wrapper {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    /* border: 1px solid #000; */
    height: 142px;
    width: 610px;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 135px;
    height:200px;
    font-size: 120px;
    line-height: 131px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}


/* preloader */
.preload {
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
    display: block;
    background-color: #0567ca;
    z-index: 50000;
    text-align: center;
}

.preload .logo, #html-preloader {
    width: 220px;
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: none;
}
#slides #sub-preloader {
	z-index: 2000000; 
	position: absolute; 
	width: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: inherit; 
	background-color: #3b3b3b;
	background-image: linear-gradient(#252527, #60605f);
}

.preload .logo {
	bottom: 145px;
	opacity: 0.9;
}
#html-preloader .spinner, #sub-preloader .spinner {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}

#slides .cover {width: 890px;height: 640px;position: absolute;top: 65px;left: -348px;}
.main {left: -184px;}


/* RESOLUTION ADJUSTMENTS INDIVIDUAL FOR ALL SLIDES */
@media screen and (max-width: 1220px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(1.1);
     left: 304px;
     top: 0px;
}
}
@media screen and (max-width: 980px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(.8);
     left: 234px;
     top: -45px;
}
}


@media screen and (max-width: 710px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(.5);
     left: 134px;
}
}
@media screen and (max-width: 600px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(.48);
     left: 104px;
}
}

@media screen and (max-width: 580px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(.4);
     left: 78px;
}
}
@media screen and (max-width: 500px) { /*if parent window is smaller than xxx*/ 
#slides {
     transform: scale(.4);
     left: 28px;
}
}
@media screen and (max-width: 400px) { /*if parent window is smaller than xxx*/ 
#slides {transform: scale(.3);left: -27px;}
}
