

/** REMOVE REGISTER BANNER **/
.advert-banner-register			{ display:none; }



/** BACKGROUNDS **/
.tutorial-banner				{ position:relative; }
.tutorial-banner .fw-margins	{ position:relative; z-index:2; }
.tutorial-banner .overlay		{ position:absolute; z-index:1; top:0; left:0; bottom:0; right:0; } 
.tutorial-banner h2				{ color:#cc9999; }

.tutorial-banner .overlay		{ background:rgba(0,0,0,0.6); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC455063,endColorstr=#CC455063); zoom:1; }
.tutorial-banner-01				{ background:#333333 url(backgrounds/tutorial-01.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.tutorial-banner-02				{ background:#333333 url(backgrounds/tutorial-02.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.tutorial-banner-03				{ background:#333333 url(backgrounds/tutorial-03.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.tutorial-banner-04				{ background:#333333 url(backgrounds/tutorial-04.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.tutorial-banner-05				{ background:#333333 url(backgrounds/tutorial-05.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }
.tutorial-banner-06				{ background:#333333 url(backgrounds/tutorial-06.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed; color:#FFFFFF; }



@media all and (max-device-width: 1024px) {
	.tutorial-banner-01,
	.tutorial-banner-02,
	.tutorial-banner-03,
	.tutorial-banner-04,
	.tutorial-banner-05,
	.tutorial-banner-06		{ background-attachment:scroll; }
}