.cssload-container {
	width: 100%;
	height: 56px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border: 6px solid rgba(255,255,255,0.25);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

.webmoz {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(../images2/web_mozaika.jpg) center center;
	background-size: 100%;
}
.toplogo {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
	.toplogo img {
		width: 35vw;
	}
.playtrailer {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
	.playtrailer .btn_watch {
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	.playtrailer .btn_watch img {
		width: 91px;
	}
	
.wishlist_steam {
	display: block;
	position: relative;
	width: 525px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.wishlist_steam.ws_portrait {
	display: none;
	
	width: 284px;
}
	.wishlist_steam .btn_bg {
		display: block;
		position: relative;
	}
	.wishlist_steam .btn_bg img {
		box-shadow: 0px 0px 5px #000;
	}
	.wishlist_steam .txt_add {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 375px;
		height: 49px;
		
		font-family: Arial;
		font-size: 19px;
		font-weight: normal;
		color: #fffdec;
		line-height: 49px;
		text-align: center;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
	.wishlist_steam:hover .txt_add {
		color: #fff;
		text-decoration: underline;
	}
	.wishlist_steam.ws_portrait .txt_add {
		width: 212px;
	}
	
	
.gallery2 {
	padding-top: 30px;
}
	.gallery2 .imgThumb2 {
		width: 97%;
		margin: 0 auto;
		border: 1px solid #555;
		border-bottom: 1px solid #555;
		margin-bottom: 75px;
	}
	.gallery2 .imgThumb2 img {
		display: block;
		max-width: 100%;
	}

#newsletter {
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}
@media screen and (orientation: portrait) {
	.webmoz {
		background-size: 150%;
	}
	#newsletter {
		width: 90vw;
	}
	.toplogo img {
		width: 95vw;
	}
	.playtrailer .btn_watch img {
		width: 95%;
		width: 75px;
	}
	.wishlist_steam.ws_portrait {
		display: block;
	}
	.wishlist_steam.ws_landscape {
		display: none;
	}
	.gallery2 {
		padding-top: 25px;
	}
		.gallery2 .imgThumb2 {
			margin-bottom: 15px;
		}
}
	#newsletter .btnSubscribe {
		padding: 15px 0px;
		text-align: center;
		background: #11294b;
		color: #FFD223;
		cursor: pointer;
		border: 0px solid #224678;
		border-radius: 5px;
	}
		#newsletter .btnSubscribe:hover {
			background: #143563;
		}
		#newsletter .send_ok {
			color: #0EEB1B;
		}
			#newsletter .send_ok span {
				font-weight: bold;
				color: #fff;
			}
		
#newsletter_form {
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background: #2b2b2b;
	box-shadow: 0px 0px 25px #000;
}
	#newsletter_form .head {
		margin: -4px 0px 5px 0px;
		color: #ffffff;
	}
		#newsletter_form .head b {
			color: #ffffff;
		}
	#newsletter_form .c_left {
		position: relative;
		width: 70%;
		float: left;
	}
	#newsletter_form .c_right {
		position: relative;
		width: 30%;
		float: right;
	}
	#newsletter_form input {
		border: none;
		width: 94%;
		padding: 5px 2%;
		font-size: 15px;
		border-radius: 3px;
	}
	#newsletter_form .btnNwlSend {
		width: 100%;
		line-height: 30px;
		text-align: center;
		background: #085695;
		color: #fff;
		border-radius: 3px;
		cursor: pointer;
	}
		#newsletter_form .btnNwlSend:hover {
			background: #1168B0;
		}
	#newsletter_msg {
		color: #FF671C;
	}
		#newsletter_msg div {
			padding: 4px 0px 0px 4px;
		}


.contact_social {
	margin-bottom: 15px;
}
	.contact_social span {
		display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.contact_social.twitter span {
		background: url(../images2/icon_twitter2.png);
		background-size: 100% 100%;
	}
	.contact_social.discord span {
		background: url(../images2/icon_discord2.png);
		background-size: 100% 100%;
	}
	.contact_social.facebook span {
		background: url(../images2/icon_fb2.png);
		background-size: 100% 100%;
	}
	.contact_social.youtube span {
		background: url(../images2/icon_youtube2.png);
		background-size: 100% 100%;
	}
	.contact_social.instagram span {
		background: url(../images2/icon_instagram2.png);
		background-size: 100% 100%;
	}

        
#cookie_info {
    position: fixed;
    bottom: 20px;
    left: 0px;
    background: #ffe937;
    border-radius: 5px;
    text-align: center;
    color: #000;
    z-index: 1005;
    padding: 15px;
}
    #cookie_info .btn {
        display: inline-block;
        position: relative;
        background: #000;
        font-size: 12px;
        color: #fff;
        padding: 5px;
        top: -2px;
        cursor: pointer; 
    }
