body{
	background: #000000;
	    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.vertical-align-wrapper{
    display: flex;
    align-items: center;
}

.header{
	background: rgba(0,0,0,0.6);
	border-bottom: 1px solid #333333;
    width: 100%;
}

.header .top-header{
	background: rgba(0,0,0,0.5);
}

/*.header .top-header .glyphicon{
}*/

.header .support-link{
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.header span{
    display: inline-block;
    vertical-align: middle;
}

.header .support-link{
	color: #958f75;
}

.header .support-link a{
	color: #958f75;
    font-family: 'museo_sans_500';
    font-size: 0.7857142857142857em;
}

.header .logo{
	padding: 10px 0;
	text-align: left;
}

.center-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.center-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
    font-family: 'museo_sans_cyrl';
    padding: 20px 0;
}

.center-menu ul li a {
	padding: 33px 10px;
	position: relative;
	text-decoration: none;
	color: #c9aa71;
	text-transform: uppercase;
}

.center-menu a::after {
	background: #c9aa71;
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.center-menu a:hover::after,
.center-menu a:focus::after {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;

	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.right-menu {
	text-align: right;
}

.right-menu ul {
	padding: 0;
	margin: 0;
}

.right-menu .small-menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
    font-family: 'museo_sans_cyrl';
    text-transform: uppercase;
    padding: 13px 0;
}

.right-menu .small-menu ul li a{
	color: #c9aa71;
	padding: 6px 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.right-menu .small-menu ul li .btn-rounded{
	background: #c9aa71;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	color: #000000;
}

.right-menu .small-menu ul li .btn-rounded:hover{
	background: #fcd68d;
}

.navigation-triger .hamburger{
	/*padding: 18px 0 13px 0;*/
    z-index: 2;
    position: relative;
}

.navigation-triger button:focus{
	outline: none;
}

.navigation-triger .hamburger:hover:hover{
	opacity: 1;
}

.navigation-triger .hamburger-box{
	width: 30px;
}

.navigation-triger .hamburger-inner, .navigation-triger .hamburger-inner:after, .navigation-triger .hamburger-inner:before{
	background-color: #c9aa71;
	width: 30px;
}

.section{
	position: relative; /*firefox fix*/
}

/*.section .section-center-alignment{
}*/

.first-section{
	background: url(https://aws-origin.image-tech-storage.com/royale500.de/images/first-section-background.jpg?v=1) no-repeat center top #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.first-section .offer{
	text-align: center;
	text-transform: uppercase;
    padding: 12% 0;
}

.first-section .offer a{
	text-decoration: none;
}

.first-section .offer h2{
	font-size: 2em;
    font-family: 'museo_sans_cyrl';
    margin: 0;
}

.first-section .offer h2 a{
	color: #ffffff;
}

.first-section .offer h1{
	font-size: 5.142857142857143em;
    font-family: 'museo_sans_500';
    margin: 5px 0;
}

.first-section .offer h1 a{
	color: #c9aa71;
}

.first-section .offer h3{
	font-size: 1.7142857142857142em;
    font-family: 'museo_sans_cyrl';
    margin: 0;
}

.first-section .offer h3 a{
	color: #ffffff;
}

.first-section .offer h3 a span{
	color: #c9aa71;
}

.first-section .offer .btn.btn-rounded{
	background: #ffd71f;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	color: #000000;
	font-size: 2.142857142857143em;
	padding: 8px 45px;
	margin: 80px auto 0 auto;
}

.first-section .offer .btn.btn-rounded:hover{
	background: #ffff00;
}

.slider-navigation{
	position: relative;
	width: 100%;
}

.triangle{
	opacity: 0;
	margin: 0 auto;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

.slick-current .triangle, .active .triangle, .next .triangle, .prev .triangle{
	opacity: 1;
	margin: 0 auto;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


.up-triangle {
	border-bottom: 40px solid #17181c;
}

.down-triangle {
	border-top: 40px solid #17181c;
}

.slider-navigation .slider-navigation-wrapper{
	position: absolute;
	width: 100%;
	z-index: 2;
}

.features-slider .carousel-control{
	opacity: 1;
	width: auto;
}

.features-slider .navigation-container{
	position: relative;
	z-index: 10;
}

.features-slider .carousel-control.left{
	background: none;
	left: 15px;
}

.features-slider .carousel-control.right{
	background: none;
	right: 15px;
}

.slider-navigation .slider-navigation-wrapper .circle-btn{
	position: relative;
}

.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-next{
	right: -8px;
}

.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-prev{
	right: 8px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{
	z-index: 0;
}

.features-slider{
	position: relative;
}

.hex2{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
    border-style: solid;
    border-color: #4d4436;
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    text-align: center;
    position:absolute;
    top: 50%;
    left: 50%;
    z-index:2;
}

.slick-current .hex2,.active .hex2,.next .hex2,.prev .hex2{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

.hex2 span.first{
    border-style: solid;
    border-color: #4d4436;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -21px;
    right: 0;
    z-index: -1;
    -webkit-transform: rotate(188deg);
       -moz-transform: rotate(188deg);
        -ms-transform: rotate(188deg);
         -o-transform: rotate(188deg);
            transform: rotate(188deg);
}

.hex2 span.second{
    border-style: solid;
    border-color: #4d4436;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(-188deg);
       -moz-transform: rotate(-188deg);
        -ms-transform: rotate(-188deg);
         -o-transform: rotate(-188deg);
            transform: rotate(-188deg);
}

.hex2 span.third{
    border-style: solid;
    border-color: #4d4436;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    position: absolute;
    bottom: -19px;
    right: 0;
    z-index: -1;
    -webkit-transform: rotate(-187deg);
       -moz-transform: rotate(-187deg);
        -ms-transform: rotate(-187deg);
         -o-transform: rotate(-187deg);
            transform: rotate(-187deg);
}

.hex2 span.fourth{
    border-style: solid;
    border-color: #4d4436;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    position: absolute;
    bottom: -19px;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(187deg);
       -moz-transform: rotate(187deg);
        -ms-transform: rotate(187deg);
         -o-transform: rotate(187deg);
            transform: rotate(187deg);
}

.hex-frame{
	display: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.slick-current .hex-frame{
	display: block;
}

.hex-frame img{
	position: absolute;
    z-index: -1;
	top: 50%;
	width: 100%;
	max-width: 100%;
}
.canvas-wrapper canvas, #animation_container{
	width: 100%;
	margin: 4px auto;
}

.features-slider-holder{
	/*background: #17181c;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.features-slider h3{
	color: #8d703b;
    font-family: 'museo_sans_cyrl';
    text-transform: uppercase;
    font-size: 2.142857142857143em;
    margin: 0;
}

.features-slider p{
	color: #958f75;
    font-family: 'museo_sans_cyrl';
    font-size: 1.1428571428571428em;
    margin: 10px auto;
    max-width: 60%;
}

.features-slider hr{
	margin: 0 auto;
}

.total-jackpot-wrapper{
	text-transform: uppercase;
	color: #958f75;
    font-size: 1.1428571428571428em;
}

.features-slider .total-jackpot-wrapper h3{
    font-family: 'advanced_led_board-7regular';
    font-size: 3.4285714285714284em;
    margin: 0 0 4px 0;
}

.features-slider .total-jackpot-wrapper h3 span{
    display: inline-block;
    vertical-align: middle;
}

.features-slider .total-jackpot-wrapper p{
    margin: 0 auto;
}


.item-overlay{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	top: 0;
	z-index: 1;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

/*.slick-slide{
}

.slick-current{
}*/

.slick-current .item-overlay,.active .item-overlay,.next .item-overlay,.prev .item-overlay{
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}

.feature-item{
	position: relative;
}

.feature-item .feature-item-wrapper{
	background: #17181c;
	text-align: center;
	position: relative;
	padding: 30px 0;
    /*margin: 40px 0;*/
}

.slick-current.feature-item .feature-item-wrapper,.active.feature-item .feature-item-wrapper{
	background: #17181c;
}


.feature-item hr{
	width: 25%;
    border-top: 2px solid #c9aa71;
}

/*.latest-winners-holder{
}*/

.latest-winners-wrapper{
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 140px;
    width: 100%;
}


.latest-winners-wrapper .latest-winners .winner{
	display: none;
	background: #000000;
	color: #4a3d26;
    padding: 15px;
    font-family: 'museo_sans_cyrl';
}
/** **/
.latest-winners-wrapper{
	float: right;
}


.latest-winners-wrapper .winner-item{
	display: none;
	background: #000000;
	color: #4a3d26;
    padding: 10px;
    font-family: 'museo_sans_cyrl';
    max-width: 350px;
    float: right;
}

.latest-winners-wrapper .winner-item.active{
	display: block;
}

.latest-winners-wrapper .winner-item-wrapper{
    border: 1px solid #4a3d26;
    padding: 10px;
}

.latest-winners-wrapper .winner-item .winner-game{
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}

.latest-winners-wrapper .winner-item .winning-information{
	display: inline-block;
	vertical-align: middle;
    max-width: 78%;
    padding: 0 0 0 10px;
}

.latest-winners-wrapper .winner-item .winner-game img{
	max-width: 100%;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.latest-winners-wrapper .winner-item .close-feed{
	display: inline-block;
	vertical-align: top;
	float: right;
}
/** **/

.latest-winners-wrapper .latest-winners .winner.active{
	display: block;
}

.latest-winners-wrapper .latest-winners .winner .row{
    border: 1px solid #4a3d26;
    padding: 10px 0;
    margin: -5px;
}

.latest-winners .winner .winner-name{
    font-family: 'museo_sans_500';
}

.latest-winners .winner .winning-amount{
    font-family: 'museo_sans_500';
}

.latest-winners .winner .winner-game{
    font-family: 'museo_sans_500';
}

.latest-winners .winner .winning-game img,.latest-winners-wrapper .winner-item .winner-game img{
	max-width: 100%;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.latest-winners .winner .bull{
	display: none;
}

.latest-winners .slick-slide .winner{
	border: 1px solid #4d4436;
    padding: 10px;
    font-family: 'museo_sans_500';
}

.latest-winners-holder .next-winner-wrapper{
	position: relative;
	text-align: right;
}

.latest-winners-holder .next-winner-wrapper .next-winner{
	position: absolute;
    right: 23px;
    top: 27px;
	z-index: 1;
    font-family: 'museo_sans_cyrl';
	font-size: 1em;
	color: #4a3d26;
	font-size: 0.8571428571428571em;
}


.second-section{
	padding: 150px 0 0 0;
	background-color: black;
}

.game-item{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #101217;
    font-family: 'museo_sans_cyrl';
    text-align: center;
}

.game-item:hover{
    box-shadow: 0px 0px 30px #101217;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.1);
    -ms-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
    position: relative;
    z-index: 10;
}

.game-item{
	position: relative;
	border: 1px solid #31281e;
	margin: 10px 0;
	overflow: hidden;
}

.game-item .game-figure{
	position: relative;
}

.game-item .game-caption-wrapper{
	position: absolute;
	width: 100%;
    background: #101217;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	bottom: -40px;
}

.game-item:hover .game-caption-wrapper{
	bottom: -1px!important;
}

.game-item .animated{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.game-item img{
	width: 100%;
}

.game-item .game-caption{
	position: relative;
	z-index: 10;
	background: #101217;
	width: 100%;
	padding: 20px;
	border-top: 1px solid #c9aa71;
	border-bottom: 1px solid #4d4436;
}

.game-item .game-play-btn{
	position: relative;
	z-index: 10;
	background: #101217;
	width: 100%;
	padding: 12px;
	font-size: 0.7857142857142857em;
	text-transform: uppercase;
	color: #8d703b;

}
.game-caption-wrapper a:hover{
	text-decoration: none !important;
}


.game-item p{
	color: #c9aa71;
	font-size: 0.8571428571428571em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

.game-item a{
	text-decoration: none;
	cursor: pointer;
	color: #8d703b;
	background-color: black;
	
}

.game-item h3{
	color: #ffffff;
	font-size: 1.1428571428571428em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.games-subject{
	text-align: center;
	text-transform: uppercase;
	color: #958f75;
	font-size: 0.8571428571428571em;
	padding: 10px 0;
}

.footer{
	padding: 40px 0 0 0;
	color: #958f75;
    font-family: 'museo_sans_cyrl';
	font-size: 0.8571428571428571em;
	background-color: #000000;
}

.footer #license-statement a{
	text-decoration: underline;
}

.footer h3{
	color: #c9aa71;
	margin: 0 0 20px 0;
	font-size: 1em;
}

.first-menu a,
.second-menu a{
	color: #958f75;
}

/* .footer a{
	color: #958f75;
} */

/*.footer p{
}*/

.footer ul{
	padding: 0;
	margin: 0;
}

.footer ul li{
	list-style: none;
	line-height: 20px;
}

.footer hr{
	border-top: 1px solid
}

.payments{
	margin: 20px 0;
}

.payments ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 359px){
	.first-section{
		background: url(https://aws-origin.image-tech-storage.com/royale500.de/images/first-section-mobile-background.jpg?v=2) no-repeat center top #000000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 100vh;
	}

	.first-section .offer {
	    padding: 20% 0 0 0;
	}

	.first-section .offer h2{
		font-size: 1.2857142857142858em;
	}

	.first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.first-section .offer h3{
		font-size: 1.2857142857142858em;
	}

	/*.hex-frame img{
	}*/

	.features-slider .carousel-control.left{
		left: 5px;
	}

	.features-slider .carousel-control.right{
		right: 5px;
	}

	/*.feature-item .feature-item-wrapper{
	    margin: 24px auto;
	    padding: 12px 0;
	}*/

	.features-slider h3{
		font-size: 1.2857142857142858em;
	}

	.features-slider .total-jackpot-wrapper h3{
		font-size: 2.5714285714285716em;
	}

	.features-slider p{
		max-width: 70%;
		font-size: 1em;
		margin: 5px auto;
	}

	.sticky-buttons{
		position: fixed;
    	width: 100%;
    	z-index: 10;
	}

	.first-section .offer .sticky-buttons .btn.btn-rounded{
	    -webkit-border-radius: 0;
	    border-radius: 0;
	    padding: 8px 25px;
	    width: 100%;
	    margin: 0 auto;
	}

	.footer{
		padding: 0;
	}

	.second-section {
	    padding: 90px 0 0 0;
	}

	.up-triangle {
		border-bottom: 20px solid #17181c;
	}

	.down-triangle {
		border-top: 20px solid #17181c;
	}

	.hex2 span.first{
	    top: -12px;
	}

	.hex2 span.second{
	    top: -12px;
	}

	.hex2 span.third{
	    bottom: -10px;
	}

	.hex2 span.fourth{
	    bottom: -10px;
	}
}

@media screen and (min-width: 360px) and (max-width: 585px) {
	.first-section{
		background: url(https://aws-origin.image-tech-storage.com/royale500.de/images/first-section-mobile-background.jpg?v=2) no-repeat center top #000000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 100vh;
	}

	.first-section .offer {
	    padding: 20% 0 0 0;
	}

	.first-section .offer h2{
		font-size: 1.2857142857142858em;
	}

	.first-section .offer h1{
		font-size: 3.142857142857143em;
	}

	.first-section .offer h3{
		font-size: 1.2857142857142858em;
	}

	.features-slider .carousel-control.left{
		left: 5px;
	}

	.features-slider .carousel-control.right{
		right: 5px;
	}

	/*.hex-frame img{
	}*/

	.up-triangle {
		border-bottom: 20px solid #17181c;
	}

	.down-triangle {
		border-top: 20px solid #17181c;
	}

	.hex2 span.first{
	    top: -12px;
	}

	.hex2 span.second{
	    top: -12px;
	}

	.hex2 span.third{
	    bottom: -10px;
	}

	.hex2 span.fourth{
	    bottom: -10px;
	}

	/*.feature-item .feature-item-wrapper{
	    margin: 24px auto;
	    padding: 20px 0;
	}*/

	.features-slider h3{
		font-size: 1.2857142857142858em;
	}

	.features-slider .total-jackpot-wrapper h3{
		font-size: 2.5714285714285716em;
	}

	.features-slider p{
		max-width: 70%;
		font-size: 1em;
		margin: 5px auto;
	}

	.sticky-buttons{
		position: fixed;
    	width: 100%;
    	z-index: 10;
	}

	.first-section .offer .sticky-buttons .btn.btn-rounded{
	    -webkit-border-radius: 0;
	    border-radius: 0;
	    padding: 8px 25px;
	    width: 100%;
	    margin: 0 auto;
	}

	.footer{
		padding: 0;
	}

	.second-section {
	    padding: 90px 0 0 0;
	}

	/** LANGUAGES **/
	.french .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.first-section .offer .btn.btn-rounded {
		font-size: 1.7142857142857142em;
	}

	.italian .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.spanish .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.russian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.albanian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.croatian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.czech .first-section .offer h1{
    	font-family: 'museo_sans_cyrl';
	}

	.bulgarian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.finnish .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.georgian .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.greek .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.hungarian .first-section .offer h1{
		font-size: 2em;
	}

	.polish .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.latvian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.lithuanian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.portugal .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.brazil .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.romanian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.serbian .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.slovak .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.slovenian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.turkish .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.ukrainian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}
}

@media screen and (min-width: 320px) and (max-width: 359px){
	/*.feature-item .feature-item-wrapper {
	    padding: 12px 0;
	}*/

	/** LANGUAGES **/
	.french .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.first-section .offer .btn.btn-rounded {
		font-size: 1.7142857142857142em;
	}

	.italian .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.spanish .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.russian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.albanian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.croatian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.czech .first-section .offer h1{
    	font-family: 'museo_sans_cyrl';
	}

	.bulgarian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.finnish .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.georgian .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.greek .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.hungarian .first-section .offer h1{
		font-size: 2em;
	}

	.polish .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.latvian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.lithuanian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.portugal .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.brazil .first-section .offer h1{
		font-size: 2.5714285714285716em;
	}

	.romanian .first-section .offer h1{
		font-size: 2.142857142857143em;
	}

	.serbian .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.slovak .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.slovenian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}

	.turkish .first-section .offer h1{
		font-size: 2.5714285714285716em;
    	font-family: 'museo_sans_cyrl';
	}

	.ukrainian .first-section .offer h1{
		font-size: 2.142857142857143em;
    	font-family: 'museo_sans_cyrl';
	}
}

@media screen and (min-width: 585px) and (max-width: 767px) {
	.first-section{
		background: url(https://aws-origin.image-tech-storage.com/royale500.de/images/first-section-mobile-background.jpg?v=2) no-repeat center top #000000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 100vh;
	}

	.first-section .offer {
	    padding: 10% 0 0 0;
	}

	.first-section .offer h2{
		font-size: 1.7142857142857142em;
	}

	.first-section .offer h1{
		font-size: 3.4285714285714284em;
	}

	.first-section .offer h3{
		font-size: 1.7142857142857142em;
	}

	/*.feature-item .feature-item-wrapper{
	    margin: 25px auto;
	    padding: 35px 0;
	}*/

	.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-next{
		right: 8px;
	}

	.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-prev{
		right: -8px;
	}
}

@media screen and (min-width: 414px) and (max-width: 585px) {
	/*.feature-item .feature-item-wrapper {
	    padding: 32px 0;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.first-section{
		background: url(https://aws-origin.image-tech-storage.de/royale500.de/images/first-section-mobile-background.jpg?v=2) no-repeat center top #000000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 100vh;
	}

	.first-section .offer {
	    padding: 10% 0 0 0;
	}

	.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-next{
		right: 8px;
	}

	.slider-navigation .slider-navigation-wrapper .circle-btn.arrow-prev{
		right: -8px;
	}
}

@media screen and (min-width: 993px) and (max-width: 1024px) {

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


@media only screen and (min-device-width: 480px) and (max-device-width: 504px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 505px) and (max-device-width: 667px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

.right-menu .languages,
.right-menu .support-link {
	display: inline-block;
	*zoom: 1;
    *display: inline;
	vertical-align: top;
}
