﻿/* Szövegek */
/*font-family: 'Anton', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);

/* Címek:
font-family: 'Bowlby One SC', cursive;*/
@import url(https://fonts.googleapis.com/css?family=Bowlby+One+SC&subset=latin,latin-ext);

/* Dátum a főképen
font-family: 'Rock Salt', cursive;*/
@import url(https://fonts.googleapis.com/css?family=Rock+Salt);

/* 
font-family: 'Archivo Black', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Archivo+Black&subset=latin,latin-ext);
/* 
 * font-family: 'PT Sans', sans-serif;
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);
/*
 * font-family: 'Open Sans Condensed', sans-serif;
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
/*
 * font-family: 'Open Sans', sans-serif;
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
/*
 * font-family: 'Roboto', sans-serif;
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,500);

/*rb fixek*/
.inputpage_fields {
	clear: none;
	margin-top: 0;
}

/* Site.master Styles
-----------------------------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;       
}

body {
	background-color: #030303;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #fff;
	margin: 0;
    -webkit-font-smoothing: antialiased;
    
/*	background: #000 url(/content/images/img-road-bg.jpg) no-repeat top;
    background-size: 100%;*/
}

p {
	margin: .9em 0;
}
img {
	border: none;
	display: block;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover,
.popup-login_link:hover {
	color: #FFF;
}
h1 {
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
}

h2 {
}
h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}

.rb2-slider-header:after,
.showimages:after,
.news_newsitem:after,
.popup-login_panel_body:after,
/*.home_products .product-footer:after,*/
.videogallery-previewitem:after,
.home_videogallery_list_full:after,
.home_videogallery_list_slider .rb2-slider-pager-item-main:after,
.home_videogallery_list_slider .rb2-slider-pager-item:after, .rb-dashboardimage-row:after {
	content: "";
	display: table;
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0;	
}

#content-section {
	margin: 0;
	/*padding-top: 124px;*/
}
/*
.rb-mediastate-Mobile #content-section {
	padding-top: 50px;
}

.rb-mediastate-Tablet #content-section {
	padding-top: 100px;
}
*/
#logon_info {
	float: right;
	background: #f7f6f3;
	margin: 10px 8px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #e0dfd8;
	border-left: 1px solid #e0dfd8;
}

#header
{
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
    position: fixed;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    width: 100%;
	-webkit-animation: none;
	   -moz-animation: none;
		 -o-animation: none;
	        animation: none;
    
}

#site-name {
	background-color: rgba(0,0,0,0.8);
}

.rb-mediastate-Tablet #header,
.rb-mediastate-Mobile #header {
	height: 50px;
}

.rb-mediastate-Mobile #site-name,
.rb-mediastate-Tablet #site-name
{
    background: #000;
    background-color: rgba(0,0,0,.6);
}
.baseheader
{    
    padding: 15px;
}

.rb-mediastate-Mobile .baseheader,
.rb-mediastate-Tablet .baseheader
{    
    padding: 0;
}

.baseheader-first
{
	text-align: center;
/*    background: #000;
    background-color: rgba(0,0,0,.6); */
    height: 74px;
    position: relative;
}

.baseheader-first .menu_divitem {
	padding: 0 10px;
	font-size: 18px;
}

.baseheader-first .menu_divitem .menu_item a {
	line-height: normal;
}

.rb-mediastate-Mobile .baseheader-first,
.rb-mediastate-Tablet .baseheader-first {
	display: block;
	width: 100%;
	height: 50px;
}

.baseheader-first .menu_items
{
/*    padding-left: 160px;	*/
}

.baseheader_myimage
{
    position: absolute;
    left: 20px;
    top: 15px;
    background: url(/content/images/Road-Center-Logo.png) no-repeat center;
/*    background: url(/content/images/logo-road-small-01.png) no-repeat center;*/
	height: 60px;
	width: 120px;
	cursor: pointer;
}

.rb-mediastate-Mobile .baseheader_myimage,
.rb-mediastate-Tablet .baseheader_myimage
{
/*	position: initial;
	margin: 0 auto;
    top: 0;
	height: 50px;*/
}

.baseheader-second {
/*    background: #000;
    background-color: rgba(0,0,0,.8);*/
	font-size: 0.8125em;    
    height: 50px;
    position: relative;
    padding: 2px 15px;
    overflow: hidden;
}

.rb-mediastate-Mobile .baseheader-second {
	display: none;
}

.rb-mediastate-Tablet .baseheader-second {
	font-size: 12px;
}

.baseheader-second .next_event_title {
    float: left;
}
.next_event_info {
    float: left;
    clear: none;
}
.next_event_info_data {
    margin-right: 0;
    margin-left: 10px;
}

.rb-mediastate-Desktop .next_event_info_location
{
    width: 200px;
}

.rb-youtubenavigator {
	background-color: transparent!important;
    color: #444!important;
    color: #6a6a69!important;
}
.rb-youtubenavigator-items {
/*    height: 26px!important;*/
	margin-bottom: 5px;
    overflow: hidden;
}
.rb-youtubenavigator-duration-panel-duration {
    position: relative;
}
.rb-youtubenavigator-duration-panel-full {
    background-color: #444!important;
}
.rb-youtubenavigator-duration-panel-duration:before,
.rb-youtubenavigator-duration-panel-duration:after {
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #cc4d18;
    background: rgba(204,77,24,.95);
}
.rb-youtubenavigator-duration-panel-duration:before {
    right: -10px;
}

#main
{
}

.page_Account #main
{
    padding-top: 200px;
}

.rb-mediastate-Mobile .page_Account #main
{
    padding-top: 50px;
}

#footer {
    clear: both;
    font-size: 0.9375em;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;    
    
/*    background: url(/content/images/footer-02.jpg) no-repeat center;
    padding-bottom: 71%;
    background-size: cover;*/
}

.copyright_menu h2 {
	font-size: 0.9375em;
	font-weight: 400;
	margin: 0;
}

.rb-mediastate-Tablet #footer {
    
}

.rb-mediastate-Mobile #footer {
    margin: 50px 0 0 0;
}

.copyright_owner {
	margin: 0;
}
.copyright_right {
 	margin-left: 5px;
}
.copyright_designed,
.copyright_menu {
	margin-left: 30px;
}

.copyright_owner,
.copyright_right,
.copyright_designed,
.copyright_menu  {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.rb-mediastate-Mobile .copyright_owner,
.rb-mediastate-Mobile .copyright_right,
.rb-mediastate-Mobile .copyright_designed {
    text-align: center;
    width: 100%;
    margin: 0;
}

.showmessage
{
    padding-top: 150px;
    min-height: 300px;
}
/*
.rb-mediastate-Tablet #section-player,
.rb-mediastate-Mobile #section-player {
	display: none;
}
*/
/*.rb-mediastate-Tablet .main_videoimage_navigator,	*/
.rb-mediastate-Mobile .main_videoimage_navigator {
	display: none;
}

.baseheader_mini_left
{
    display: none;
}

.rb-mediastate-Tablet .baseheader_mini_left,
.rb-mediastate-Mobile .baseheader_mini_left
{
    display: block;
/*	position: fixed;*/
	z-index: 5;
}

.rb-mediastate-Tablet #section-blog .layer_E,
.rb-mediastate-Mobile #section-blog .layer_E {
	background-size: 100%;
	background-color: #311747;
}

#section-blog .home_title {
	padding-top: 3%;
}

.rb2-pager-item-counter {
	font-family: 'Bowlby One SC', cursive;
	font-size: 24px;
	margin-top: 7px;	
}

.rb-overlay-on {
	overflow-y: hidden;
/*	position: fixed;*/
}

.rb-mediastate-Mobile .rb-overlay-on {
	height: 100%;
	width: 100%;	
	overflow: hidden;
	position: fixed;
}

.rb-quick-edit
{
    /* margin: 3px 3px;*/
}

/* Popup Styles
-----------------------------------------------------------*/
/*

#popup-detail_panel_body {
	max-width: 920px;
	margin: 0 auto;
}

*/

.popup_full.popup-register_full {
	float: left;
}

.popup_panel {
	width: 100%;
/*	margin: 11em auto;	*/
	margin-top: 124px;
	position: relative;
/*	background-color: Gray; */
	max-width: 500px;
/*	overflow: hidden;	*/
}

.rb-mediastate-Mobile .popup_panel {
	margin-top: 50px;
}

.popup-detail_panel {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
	background: #000 url(/Content/images/bg-detail.jpg) top center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.popup-detail_panel .popup_panel_wrapper
{
	width: 100%;
/*	max-width: 1120px;*/
    margin: 0 auto;
}

.inputform-closebutton,
.popup_panel_closebutton
{
    background-image: url(/Content/images/icon-close-01.png);
    background-color: #FFF;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 180px;
    right: 30px;
    z-index: 5000;
}

.popup_panel_closebutton {
    /*position: absolute;*/
    position: fixed;
    top: 30px;
    right: 30px;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.popup-detail_panel_closebutton {
	background: url(/content/images/icon-close-blog.png) no-repeat center;
	background-size: 100%;
}

.rb-mediastate-Mobile .popup_panel_closebutton {
	top: 70px;
	right: 15px;
	width: 30px;
	height: 30px;
}

.popup_panel .news_detail * {
	word-wrap: break-word;
}

.popup-login_panel .inputpage_buttons {
	margin-bottom: 100px;
}

@-webkit-keyframes popup-slide-in
{
	0% { margin-top: -400px; opacity: 0;}
	
	100% { margin-top: 124px; opacity: 1;}	
}
@keyframes popup-slide-in
{
	0% { margin-top: -400px; opacity: 0;}
	
	100% { margin-top: 124px; opacity: 1;}	
}

.rb-popuppanel-visibled
{
    -webkit-animation: popup-slide-in 0.3s ease-out;
       -moz-animation: popup-slide-in 0.3s ease-out;
    	 -o-animation: popup-slide-in 0.3s ease-out;
    		animation: popup-slide-in 0.3s ease-out;
}

@-webkit-keyframes basketSlideIn
{
	0% { margin-top: -400px; opacity: 0;}
	
	100% { margin-top: 0px; opacity: 1;}	
}

@keyframes basketSlideIn
{
	0% { margin-top: -400px; opacity: 0;}
	
	100% { margin-top: 0px; opacity: 1;}	
}

.popup-popupbasket_full_panel.rb-popuppanel-visibled
{
    -webkit-animation: basketSlideIn 0.3s ease-out;
       -moz-animation: basketSlideIn 0.3s ease-out;
    	 -o-animation: basketSlideIn 0.3s ease-out;
    		animation: basketSlideIn 0.3s ease-out;
}



/* Login Styles
-----------------------------------------------------------*/

#logon_info {
	float: right;
}
.login_fields {
	float:left;
	margin:9px 0 0;
}

.login_LoginUserName {
	float:left;
}

.login_LoginPassword
{
    clear:none;
    float:left;
    padding-left: 5px;
}

.rb-mediastate-Mobile .login_LoginPassword
{
    padding-left: 0;
    margin-top: 15px;
}

.rb-mediastate-Mobile #popup-login_panel_body .miniinput
{
	width: 240px;
}


.login_LoginRememberMe
{
    clear:none;
    float:left;
}
.login_buttons
{
    clear:none;
    float:left;
	margin:13px 0 0;
}

.login_buttons input,
.login_buttons button,
.login_buttons .inputbutton {
	cursor:pointer;
	padding:0;
	float: left;
}

.mustlogin
{
    float:left;
    padding-left: 5px;
}
.logon_info_welcome
{
    float: left;
}

.logon_info_logoff
{
   padding-left: 5px;
}

.communallogin-item {
	background-image: none;
	color: #fff;
	height: 50px;
	line-height: 54px;
	padding: 0 30px;
	width: 212px;
	margin: 0 30px 30px 0;
}

.rb-mediastate-Mobile .communallogin-item {
	margin: 0;
}

.communallogin-item-FaceBookOpenId {
	background: #435697 url(images/fb-icon.png) no-repeat 95%;
}

.communallogin-item-Google {
	background: #df4a32 url(images/g-icon.png) no-repeat 95%;
}

.register-full,
.profile-full
{
	font-family: 'Anton', sans-serif;
	margin: 0px auto;
	max-width: 1140px;
	width: 80%;
}

.profile-full .newtextimageupload_modify {
	width: 100%;
	height: 100%;
	top: -65px;
	right: 30px;
}

.rb-mediastate-Tablet .register-full {
	margin: 0 auto;
	width: 90%;
}

.rb-mediastate-Mobile .register-full,
.rb-mediastate-Mobile .profile-full
{
	margin: 0px auto;
}

.rb-mediastate-Mobile .register-full {
/*	display: flex;
	align-items: center;
	flex-direction: column;	*/
	width: 90%;
	margin: 0 auto;
}

.register-full .inputform-full,
.register-full .communallogin-items-full,
.input_ForgotPassword {
	/*background-color: #fff;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding: 60px 70px;
	margin: 10px auto;
	max-width: 1140px;
}

#popup-login_panel {
	height: 100%;
	margin-top: 124px;
	max-width: 100%;
/*	background: url(/Content/Images/login-bg.jpg) no-repeat center;	*/
	background: #000 url(/Content/images/bg-detail.jpg) top center;
	background-size: cover;
}

.rb-mediastate-Mobile #popup-login_panel {
	margin-top: 50px;
}


#popup-login_panel_body .communallogin-before-items {
	margin-top: 40px;
}

.popup-login_panel .communallogin-before-items {
	float: none;
}

#popup-login_panel_body {
    max-width: 1120px;
    margin: 0 auto 100px;
}

.rb-mediastate-Mobile #popup-login_panel_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    width: 240px;
    margin: 0 auto;
}

.rb-meidastate-Tablet #popup-login_panel_body {
    max-width: 530px;
    margin: 0 auto;
}


.communallogin-items-before,
.inputform-full h3 {
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 50px;
}

.communallogin-items-before {
	margin-bottom: 30px;
}


.popup-login_panel .inputpage_fieldtype_Text input {
    width: 230px;
    height: 40px;
    border: none;
}

.popup-login_panel .inputpage_field {
	clear: none;
}

.popup-login_panel .login_LoginRememberMe {
	clear: left;
	margin-top: 25px;
}

.popup-login_panel .inputpage_item {
	float: none;
}

.inputpage_fields .inputpage_field_LOGINASZF {
	margin-top: 25px;
}

.inputpage_html {
	border: none;
}

.login_buttons {
    float: left;
    margin-top: 25px;
}

.login_buttons > *{
    display: inline-block;
}

.login_buttons button[value="ok"] { 
    width: 125px;
    height: 50px;
}

.rb-mediastate-Mobile .login_buttons button[value="ok"] { 
    width: 105px;
    height: 40px;
}

.popup-login_panel input[value="Regisztráció"] {
	width: 160px;
	height: 50px;
	margin-left: 20px;
}

.rb-mediastate-Mobile .popup-login_panel input[value="Regisztráció"] {
	width: 140px;
	height: 40px;
	
}

.login_buttons button[value="ok"],
.popup-login_panel input[value="Regisztráció"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	
	background-color: white;
	border: none;
}

.rb-mediastate-Mobile .login_buttons button[value="ok"],
.rb-mediastate-Mobile .popup-login_panel input[value="Regisztráció"] {
	font-size: 15px;
}

.popup-login_panel .login_input_regis_before {
	margin-bottom: 30px;
}

.input {
	padding: 0px;
}

.inputpage_fields input[type="text"],
.inputpage_fields input[type="password"] {
	font-family: 'Open Sans', sans-serif;
	
	background-color: #000 !important;
	color: white;
	padding-left: 20px;
}

.popup-login_panel input:-webkit-autofill {
    background-color: red !important;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px black inset;
}

.popup-login_panel input::-webkit-input-placeholder {
    color: white !important;    
}

.popup-login_panel input::-moz-placeholder {
    color: white !important;    
}

.popup-login_panel input:-ms-input-placeholder {
    color: white !important;    
}

input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	display: inline-block;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    float: none;
    margin: 0 15px 0 0;
    background-color: #000;
    cursor: pointer;
	-webkit-appearance: none;
	box-shadow: 0px 0px 5px 2px #ca512d;
	border: none;
}

input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before {
	content: "\2713";
	background-color: #000;
	background-image: none;
	color: #FFF;
	line-height: 30px;
}

.popup-input-popup_panel input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	width: 20px;
	height: 20px;
    background-color: transparent;
	box-shadow: none;
	border: 1px solid #b3b3b3;
	line-height: 20px;
}

.popup-input-popup_panel input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before {
	content: "\2713";
	background-color: transparent;
	color: #222;
}

.rb-mediastate-Mobile .inputform-full .inputpage_field_LoginRememberMe .input-fieldtype-CheckBox {
	margin-right: 0;
	margin-left: 5px;
}

.inputform-full .inputpage_field_LoginRememberMe .input-fieldtype-CheckBox:checked {
	background-image:url(/content/images/checkbox-checked.png);	
}

.rb-mediastate-Mobile .communallogin-items-full {
/*	width: 240px;*/
	margin: 0 auto;
}

.rb-mediastate-Mobile .communallogin-items-full h3 {
	font-size: 30px;
}

.rb-mediastate-Mobile .inputpage_buttons {
	padding-bottom: 40px;
}

.input-footer {
	clear: both;
}

.ui-datepicker {
	z-index: 120 !important;
}

.lostpasswordbutton input[type="button"] {
	height: 50px;
	color: #FFF;
	margin-left: 100px;
}

/* Register Styles
-----------------------------------------------------------*/
.popup-register_panel {
	width: 100%;
	/*height: 1655px;*/
	max-width: 100%;
	background: #000 url(/Content/images/bg-detail.jpg) top center;
	/* background: url(/Content/Images/login-bg.jpg) no-repeat center;*/
	background-repeat: no-repeat;
	margin-top: 124px;
}

.register-full .communallogin-items-full,
.register-full .inputform-full {
	padding: 0px;
}

.input_Register .inputpage_field_Password {
	clear: left;
} 

.input_Register .inputpage_field_Image .inputpage_label {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	margin-top: 50px;
} 

.input-footer .popup_button_title {
    background: #FFF;
    color: #000;
    padding: 15px 25px;
    font-size: 20px;
}



.input_Register .inputpage_textimage,
.inputpage_newtextimageupload .inputpage_textimage_div img[src=""],
.inputpage_newtextimageupload .inputpage_textimage_div {
	width: 240px;
	height: 240px;
}

.rb-mediastate-Mobile .input_Register .inputpage_textimage {
	width: 200px;
	height: 200px;
}

.input_Register .inputpage_field_ASZF .inputpage_label {
	font-size: 30px;
	margin-top: 50px;
}

.inputpage_field_ASZF a:hover {
	text-decoration: underline;
}

.rb-mediastate-Mobile .input_Register .inputpage_field_ASZF {
/*	width: 240px;*/
}
.rb-mediastate-Mobile .input_Register .inputpage_field_ASZF .inputpage_label {
	font-size: 25px;
}  

.input_Register .inputpage_field_ASZFOK,
.input_Register .inputpage_field_Captcha {
	margin-top: 30px;
	clear: both;
} 

.input_Register .inputpage_buttons {
/*    float: right;
    width: 160px;*/
    margin-top: 20px;
}

.inputform-popup .submitbutton:hover {
	background-color: #FE4949;
}

.rb-mediastate-Mobile .register-full .communallogin-items-full h3 {
	font-size: 28px;
}

.rb-mediastate-Mobile .register-full .communallogin-items-before,
.rb-mediastate-Mobile .register-full .inputtitle {
	font-size: 40px;
	text-align: left;
	margin-top: 30px;
}

.rb-mediastate-Mobile .register-full .inputpage_select {

}

.rb-mediastate-Mobile .register-full .input-captcha {
	margin-top: 10px;
}

.rb-mediastate-Tablet .register-full .inputpage_field_EMail,
.rb-mediastate-Tablet .register-full .inputpage_field_Captcha {
	clear: left;
} 

.rb-mediastate-Mobile .register-full .inputpage_field_ASZFOK,
.rb-mediastate-Mobile .register-full .inputpage_field_Captcha  {
	width: 100%;
}

.rb-mediastate-Mobile .register-full .inputpage_field_Captcha {
	margin-bottom: 10px;
}

.rb-mediastate-Mobile .register-full .inputpage_buttons {
	float: none;
}

.iframe_upload_newtextimageupload {
	width: 240px;
	height: 240px;
}

.newtextimageupload_add {
	top: -16px;
	left: 0;
	text-align: center;
}


.input_Register .inputpage_fields {
	max-width: 50%;
	margin: 10px 0;
}

.input_Register .inputpage_field_Name {
	width: 100%;
	float: none;
}

.input_Register .inputpage_field_EMail,
.input_Register .inputpage_field_ConfirmEMail,
.input_Register .inputpage_field_Password,
.input_Register .inputpage_field_ConfirmPassword,
.input_Register .inputpage_field_Gender,
.input_Register .inputpage_field_Birthday {
	display: inline-block;
	width: 47.5%;
	float: none;
	margin-right: 0;
}

.input_Register .inputpage_field_EMail,
.input_Register .inputpage_field_Password,
.input_Register .inputpage_field_Gender {
	margin-right: 5%;
}

.input_Register .rb-datedit-popupbutton {
	position: absolute;
	top: 15px;
}

.input_Register .inputpage_select {
	width: 100%;
}

.inputpage_textimage_div img:after {
	content: "Kép feltöltése";
	width: 100%;
	font-size: 23px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

img[src^="/content/"]:after {
	display: none;
}

.rbupload-progress-bar {
	box-shadow: 0px 0px 10px 0px #ca512d;
	background: #ca512d;
}

.communallogin-items {
	width: 50%;
	font-size: 0;
}

.communallogin-items > a {
	display: inline-block;
	width: 47.5%;
	font-family: 'Roboto', sans-serif;	
}

.communallogin-item-a-FaceBookOpenId {
	margin-right: 5%;
}

.communallogin-item {
	width: 100%;
	max-width: none;
}

/* Menu Styles
-----------------------------------------------------------*/
.menu
{
	margin: 0px auto;
	text-align: center;
	/*width: 1280px;*/
}

.baseheader-first > div {
	display: inline-block;
	vertical-align: top;
}

.rb-mediastate-Mobile .menu,
.rb-mediastate-Tablet .menu
{
/*	display: none;*/
}

.rb-mediastate-Mobile .baseheader_mini_left,
.rb-mediastate-Mobile .baseheader-first,
.rb-mediastate-Tablet .baseheader_mini_left,
.rb-mediastate-Tablet .baseheader-first {
	/*display: inline-block;*/
}

.menu a {
	/*color: #050517;*/
}

.menu_items {
	display: inline-block;
}

.menu .menu_selecteditem a,
.menu .menu_item a,
.menu .main_menu_login .popup-login_link {
	/*border-width: 0;*/
	/*border-left: 1px solid #050517;*/
	/*margin: 10px 0;*/
	line-height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
	display: block;
}

.baseheader-first .menu_items a {
	padding: 0;
}

.menu .main_menu_login .popup-login_link {
	font-family: 'Anton', sans-serif;
	font-size: 17px;
	padding: 0 0 0 40px;
}

.menu_sidebar .main_menu_login .popup-login_link {
	padding: 0 0 0 25px;
}

.menu_sidebar .main_menu_register a {
	padding: 0;
}

.menu .menu_item,
.menu .menu_selecteditem,
.menu_basket {
	font-family: 'Anton', sans-serif;
	border-width: 0;
	float: left;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	/*margin: 0 0 0 -1px;*/
	margin: 0;
	padding: 0;
}

.menu_basket {
	float: none;
}

.menu_sidebar .menu_item,
.menu_sidebar .menu_selecteditem {
	line-height: 50px;
}

.menu .menu_divitem:first-child {
	/*margin-left: 0;*/
}
.menu .menu_divitem:first-child a {
	/*border-left: 0px solid transparent;*/
}
.menu .menu_selecteditem {
	
}
.menu .menu_selecteditem a {
	/*color: #FFF;*/
}

.menu_title
{
    margin-bottom: 10px;
}

.menu_firstitem
{
    clear: left;
}

/* Ideiglenes */

.main-reservation-menu,
.main-reservation-menu a {
	color: #ca512d;	
}

/* Home Styles
-----------------------------------------------------------*/


.fb-button-image {
	background: url(images/btn-fb-small.png) no-repeat top left;
	height: 24px;
	width: 24px;
}
.home_fblike_button,
.home_fblike_like
{
    float: left;
    margin-left: 10px;
}

.main_next_event {
    position: absolute;
    left: 20px;
    line-height: 50px;
}



@media screen and (max-width: 720px) {
	.main_next_event {
		width: 280px;
    	line-height: 25px;
    	word-wrap: break-word;
	}	
	
	.next_event_info_date {
		margin-left: 0;	
	}
/*	
	.rb-mediastate-Tablet .main_next_event,
	.rb-mediastate-Tablet .main_topmenu {
		display: inline-block;
		vertical-align: middle;
		position: static !important;		
	}	
*/	
	.rb-mediastate-Tablet .main_next_event {
		padding-left: 20px;
	}
}

.main_videoimage_navigator
{
    margin: 0px auto;
    width: 460px;
}

.rb-mediastate-Tablet .main_videoimage_navigator {
	display: none;
}

.main_topmenu {
    position: absolute;
    right: 20px;
    top: 10px;
}

/*
.rb-mediastate-Tablet .main_topmenu {
    position: absolute;
    top: 0;
    
   	width: 250px;
    height: 50px;
    line-height: 50px;
}
*/
.rb-mediastate-Tablet .baseheader-second .main_topmenu .main_menu_profile {
	width: 60px;
	margin: 0;
	border: none;
}

.rb-mediastate-Tablet .baseheader-second .main_topmenu .main_menu_social .menu_image {
	height: 50px;
} 

.rb-mediastate-Tablet .baseheader-second .main_topmenu .main_menu_social .menu_divitem {
/*	width: 50px;	*/
	clear: none;
	border: none;
}

.main_menu_login {
    float: left;
    margin-top: 7px;
}

.rb-mediastate-Tablet .baseheader-second .main_menu_login {
    margin-top: 0;
}

.rb-mediastate-Desktop .baseheader-second .main_menu_register {
	margin-top: -1px;
}

.rb-mediastate-Tablet .baseheader-second {
	margin-top: -5px;
}

.rb-mediastate-Tablet .baseheader-second .main_menu_logout {
	display: none;
}

.main_menu_search
{
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    padding-left: 30px;
    height: 32px;
    background: url(/content/images/icon-search-01.png) no-repeat top left;
}

.main_menu_search .popup_buttons
{
    margin-top: 5px;
}

.main_menu_social
{
    float: left;
    margin-left: 10px;
}

.rb-mediastate-Tablet .baseheader-second .main_menu_social
{
    float: none;
}

.main_menu_social .menu_divitem
{
    margin-right: 5px;
}

.main_menu_social .menu_image
{
    width: 32px;
    height: 32px;
    background: url(/content/images/icon-social-follow-01.png) no-repeat top left;
}

.main_menu_oldwebshop .rbmenuh2 {
	margin: 0 0 0 20px;
}

.main_menu_oldwebshop .menu_image
{
    width: 25px;
    height: 32px;
/*    background: url(/content/images/icon-orders.png) no-repeat center;*/
    background: url(/content/images/ikon-megrendeleseim.png) no-repeat center;
    background-size: 90%;
}

.main_menu_social .rbmenuh2
{
    margin: 0px;
}
/*
.main_menu_social .main_menu_facebook .menu_image
{
    background-position: 0px;
}

.main_menu_social .main_menu_twitter .menu_image
{
    background-position: -64px;
}

.main_menu_social .main_menu_youtube .menu_image
{
    background-position: -128px;
}

.main_menu_social .main_menu_instagram .menu_image
{
    background-position: -192px;
}
*/
.main_menu_separator
{
    float: left;
}

.main_menu_register .rbmenuh2,
.main_menu_profile .rbmenuh2,
.main_menu_logout .rbmenuh2
{
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.rb-mediastate-Tablet .baseheader-second .main_menu_register .rbmenuh2 {
	font-size: 12px;
}

.main_menu_logout {
    margin-top: 8px;
    margin-left: 25px;
}

.menu_sidebar .main_menu_profile,
.menu_sidebar .main_menu_logout
{
    margin-top: 0;
    margin-left: 0;
    padding-left: 25px;
}


.popup-login_full
{
    float: left;
}

.home_title
{
	font-family: 'Anton', sans-serif;
    background: url(/content/images/placcs.jpg) center center;
    font-size: 50px;
    padding: 38px 0;
    text-align: center;
    text-transform: uppercase;
/*	
    -webkit-mask: url(/content/images/dirt-mask.png) bottom center;
	-o-mask: url(/content/images/dirt-mask.png) bottom center;
	-moz-mask: url(/content/images/dirt-mask.png) bottom center;
	mask:  url(/content/images/dirt-mask.png) bottom center;
	*/
}

.page_Home_Detail .home_title,
.popup-detail_panel .home_title {
	background: none;
}

.rb-mediastate-Mobile .home_title {
	-webkit-mask-position-x: 38%;
	-o-mask-position-x: 38%;
	-moz-mask-position-x: 38%;
	mask-position-x: 38%;
}

.header_roadbook_1 .news_roadtitle {
    -webkit-mask: url(/content/images/dirt-mask-03.png) bottom center;
	-o-mask: url(/content/images/dirt-mask-03.png) bottom center;
	-moz-mask: url(/content/images/dirt-mask-03.png) bottom center;
	mask:  url(/content/images/dirt-mask-03.png) bottom center;
	
	-webkit-mask-position-x: 22%;
	-o-mask-position-x: 22%;
	-moz-mask-position-x: 22%;
	mask-position-x: 22%;	
} 

.header_roadbook_2 .news_roadtitle {
    -webkit-mask: url(/content/images/dirt-mask-03.png) bottom center;
	-o-mask: url(/content/images/dirt-mask-03.png) bottom center;
	-moz-mask: url(/content/images/dirt-mask-03.png) bottom center;
	mask:  url(/content/images/dirt-mask-03.png) bottom center;
	
	-webkit-mask-position-x: 66%;
	-o-mask-position-x: 66%;
	-moz-mask-position-x: 66%;
	mask-position-x: 66%;
	
	-webkit-mask-size: 100%;	
}


.rb-mediastate-Mobile .header_roadbook_2 .news_roadtitle {	
	-webkit-mask-position-x: 33%;
	-o-mask-position-x: 33%;
	-moz-mask-position-x: 33%;
	mask-position-x: 33%;
}


.rb-mediastate-Tablet .home_title {
	font-size: 50px;
}

.rb-mediastate-Mobile .home_title {
	font-size: 25px;
	background-size: 150%;
}

.rb2-pager {
	font-size: 1.875em;
}

.rb2-pager-item {
	font-family: 'Anton', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	float: none;
	transform: translateY(-50%);
	color: #ca512d;
	
	position: absolute;
	top: 50%;
}

.home_products .rb2-pager-item {
	/*top: 9%;*/
}

.rb-mediastate-Mobile .home_products .rb2-pager-item {
	/*top: 60px;*/
}  

.rb2-pager-item-disable {
	color: rgba(202,81,45,0.2);	
}

.rb-mediastate-Mobile .rb2-pager-item {
	font-size: 10px;
}

.rb2-pager-item-prev
{
	left: 75px;
    /*background: url(/content/images/pager-arrow-left-01.png) no-repeat center;*/
}

.rb-mediastate-Mobile .rb2-pager-item-prev
{
	left: 10px;
}

.rb2-pager-item-next
{
	right: 75px;
    /*background: url(/content/images/pager-arrow-right-01.png) no-repeat center;*/
}

.rb-mediastate-Mobile .rb2-pager-item-next
{
	right: 10px;
}

.rb2-pager-item-disable
{
    background-image: none;
}

/* PreviewSearch
-----------------------------------------------------------*/

.previewsearch-main {
	position: relative;
	top: auto;
	left: auto;
}

.previewitem {
	height: auto;
	margin: 1em 0;
	width: auto;
}

.previewitem_left {
	margin: 0 0 1em;
}

.previewitem_right {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	overflow: auto;
	margin-left: 80px;
}

@media (max-width: 1280px)
{
    .rb-mediastate-Desktop .baseheader-first .menu .menu_item, 
    .rb-mediastate-Desktop .baseheader-first .menu .menu_selecteditem
    {
/*        font-size: 0.9em;		*/
    }
    
    .rb-mediastate-Desktop .baseheader-first .menu .menu_item a {
    	/*padding: 0 10px;*/
  	}
    
    .rb-mediastate-Desktop .rb-youtubenavigator
    {
        width: 440px;
    }
    .rb-mediastate-Desktop .rb-youtubenavigator-title
    {
        max-width: 230px;
        /*overflow: hidden;*/
        white-space: nowrap;
    }
    .rb-mediastate-Desktop .next_event_info_location
    {
        width: 90px;
    }
}

@media (max-width: 1480px)
{
    .rb-mediastate-Desktop .next_event
    {
        line-height: 20px;
        margin-top: 2px;
    }
    .rb-mediastate-Desktop .next_event_info
    {
        clear: left;
        margin-top: 2px;
    }
    .rb-mediastate-Desktop .next_event_info_date
    {
        margin-left: 0px;
    }
}

/* Sections
-----------------------------------------------------------*/
.parallaxsection_vertical
{
    /*height: 1000px;*/
    /*min-height: 100vh;*/
}

.parallaxsection_vertical .backgroundlayer {
	display: none; /* Lesz? */
	box-shadow: inset 0 4px 16px #000;
}

#section-topslider .backgroundlayer  {
	display: block;
}

.layer_smoke
{
	display: none; /* Lesz? */
	
    background-image: url(/Content/images/smoke.jpg);
    opacity: 0.2;
    /*z-index: 91;
    width: 100%;
    height: 100%; */
    height: 160% !important;
}

.rb-mediastate-Tablet .layer_smoke,
.rb-mediastate-Mobile .layer_smoke {
	display: none;
}
/*
.rb-mediastate-Tablet #section-player {
	display: none;
}
*/
/* TopSliderSection
-----------------------------------------------------------*/
#section-topslider
{
/*    height: 1000px;*/
    height: auto !important;
    padding-bottom: 56.25%;
}

#section-topslider .layer2
{
    top: 150px;
}

.home_topnews
{
    clear: both;
    /*padding-top: 50px;*/
    position: relative;
    width: 100%;
    /*margin: 20px auto;*/
}


.home_topnews .rb2-container
{
    height: auto;
}

.home_topnews .rb2-container-items {
	position: relative;
	padding-bottom: 56.25%; /* ??? */
}

.home_topnews .rb2-slider-pager-item
{
    width: 100%;
}

.home_topnews .rb2-slider-item
{
    width: 100%;
    /*width: 1120px;*/
}

.home_topnews .news 
{
	min-height: 1080px;
    height: 100%;
    position: relative;
	background-size: 100%;
    background-repeat: no-repeat;
}

.home_topnews .news_display_sufix {  
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}

.home_topnews a:hover
{
    color: inherit;
}

.home_topnews .news_header_roadtitle
{
	font-family: 'Bowlby One SC', cursive;
    font-size: 150px;
    text-align: center;
    padding-top: 13%;
}

.home_topnews .news_header_roadtitle,
.home_topnews .news_header {
	display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
	
	.home_topnews .news_header_roadtitle {
    	font-size: 100px;
	}
	
}


.home_topnews .news_header_roadtitle .news_roadtitle {
	-webkit-mask: url(/content/images/dirt-mask.png) bottom center;
	-o-mask: url(/content/images/dirt-mask.png) bottom center;
	-moz-mask: url(/content/images/dirt-mask.png) bottom center;
	mask: url(/content/images/dirt-mask.png) bottom center;

	-webkit-mask-position-x: 16%;
	-o-mask-position-x: 16%;
	-moz-mask-position-x: 16%;
	mask-position-x: 16%;	
} 

.rb-mediastate-Tablet .home_topnews .news_header_roadtitle
{
    padding-top: 3%;
    font-size: 60px;
}

.rb-mediastate-Mobile .home_topnews .news_header_roadtitle
{
	padding-top: 0;
    font-size: 30px;
}

.news_header_nextconcert
{
    font-family: 'Rock Salt', cursive;
    margin: 40px auto 0;
    text-align: center;
    font-size: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
	.news_header_nextconcert
	{
    	margin: 0;
	}	
}

.rb-mediastate-Mobile .news_header_nextconcert
{
    margin: 0 auto;
    padding-top: 10px;
    font-size: 15px;
}

.rb-mediastate-Tablet .news_header_nextconcert
{
    margin: 2% auto 0;
    font-size: 20px;
}

.home_topnews .news_header
{
    margin: 40px auto 0;
    text-align: center;
    padding: 20px 0 0;
    
}

.rb-mediastate-Tablet .home_topnews .news_header
{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-top: 3%;
}

.rb-mediastate-Mobile .news_header_roadtitle {
	display: none;
}

.rb-mediastate-Mobile .home_topnews .news_header
{
    margin: 0;
    padding: 5px 20px;
}

.home_topnews .news_subname,
.home_topnews .news_name
{
    font-size: 1.875em;
    line-height: 32px;
}

.rb-mediastate-Mobile .home_topnews .news_name
{
    font-size: 1.055em;
    line-height: 21px;
}

.news_detail .news_header_title
{
    text-align: center;
}

/*
.rb2-slider-header
{
	margin-top: -4.4em;
	position: absolute;
	right: 0;
}

*/
/*.news_header_roadbook,*/
.news_header_roadtitle, 
.news_header_nextconcert,
.news_header_buttons,
.news_header {
	position: relative;
}

.home_topnews .news_header_buttons {
/*    width: 430px;
    
    height: 50px;
  */  
    
	width: 160px;
    margin: 40px auto;
    

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
    
    
    
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;    	

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	

/*

	-webkit-box-pack: justify;
  	-moz-box-pack: justify;
  	-ms-flex-pack: justify;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;


	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;

  */  
}

.rb-mediastate-Mobile .home_topnews .news_header_buttons {
    margin: 0 auto;   
}

.rb-mediastate-Tablet .home_topnews .news_header_buttons {
    margin: 5% auto;   
}


/*
.home_topnews .news_header_buttons_header_button {
	width: 50%;
}*/

.home_topnews .header_roadbook_1,
.home_topnews .header_roadbook_2 {
	position: relative;
	font-family: 'Bowlby One SC', cursive;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.home_topnews .header_roadbook_1 {
/*	font-size: 80px;	*/
	font-size: 6.6vw;
}

.rb-mediastate-Tablet .home_topnews .header_roadbook_1 {
	font-size: 50px;
}

.rb-mediastate-Tablet .home_topnews .header_roadbook_2 {
	font-size: 30px;
	margin-top: 15%;
}

.rb-mediastate-Mobile .home_topnews .header_roadbook_2 {
	font-size: 18px;
/*	margin-top: 20px;	*/
	margin-top: 16%;
	top: 0;
}

.rb-mediastate-Mobile .home_topnews .header_roadbook_1 {
	font-size: 18px;
	top: 0;
}

.home_topnews .fb-share-button,
.home_topnews .news_header_buttons iframe {
	width: 160px !important;
	height: 50px !important;
}


.rb-mediastate-Mobile .home_topnews .fb-share-button,
.rb-mediastate-Mobile .home_topnews .news_header_buttons iframe {
	width: 120px !important;
	height: 40px !important;
}

.home_topnews .news_header_buttons .fb-share-button {
	background: #435697 url(images/fb-icon.png) no-repeat 5%;
	text-align: center;
}

.home_topnews .news_header_buttons .fb-share-button a {
	line-height: 50px;
}

.rb-mediastate-Mobile .home_topnews .news_header_buttons .fb-share-button a {
	line-height: 40px;
	font-size: 14px;
	margin-left: 15px;
}

.home_topnews .news_header_buttons .header_button_share,
.home_topnews .news_header_buttons .header_button_ticketbuy {
	width: 200px;
	height: 50px;
}

.rb-mediastate-Mobile .home_topnews .news_header_buttons .header_button_share,
.rb-mediastate-Mobile .home_topnews .news_header_buttons .header_button_ticketbuy {
	width: 120px;
	height: 40px;
}  

.home_topnews .news_header_buttons .header_button_share {
	float: left;
}

.home_topnews .news_header_buttons .header_button_ticketbuy {
	float: right;
	background: white;
	line-height: 50px;
	text-align: center;
}

.home_topnews .news_header_buttons .header_button_ticketbuy a {
	color: black;
}



/* News
-----------------------------------------------------------*/
/*
#section-news {
	height: 1055px;
}

.rb-mediastate-Mobile #section-news {
	height: 564px;
}

.rb-mediastate-Tablet #section-news {
	height: 780px;
}
*/
.home_news
{
    margin: 0px auto;
}

.rb-mediastate-Mobile .home_news,
.rb-mediastate-Tablet .home_news  {
	width: 100%;
}

.home_news .home_news_title {
	margin-top: 70px;
}

.home_news_body {

}

.home_news .rb2-container
{
    height: 500px;
    height: 100%;
}
/*
.home_news .rb2-slider-header
{
     position: relative;
     left: 1064px;
     top: -79px;
}

.rb-mediastate-Mobile .home_news .rb2-slider-header
{
     left: 31%;
     top: -20px;
}
*/

.home_news .rb2-slider-pager-item {
	width: 1120px;
/*	padding: 0 80px;*/
}
.rb2-slider-pager-item-main {
	width: 1120px;
	width: 100%;

}

/*
.news_thumbimage {
	width: 240px;
	height: 135px;
	overflow: hidden;
	-webkit-mask: url(/content/images/dirt-mask.png) bottom center;
	-o-mask: url(/content/images/dirt-mask.png) bottom center;
	-moz-mask: url(/content/images/dirt-mask.png) bottom center;
	mask: url(/content/images/dirt-mask.png) bottom center;
}
*/
.news_thumbimage_img {
/*	min-width: 240px;

    -webkit-box-shadow: -5px 9px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    -5px 9px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         -5px 9px 5px 0px rgba(0, 0, 0, 0.25);
*/	
}

.home_band_body .news_thumbimage {
	width: 100%;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(50%);
	        filter: brightness(50%);
}
.home_band_body .news_thumbimage_img {
	width: 100%;
}

.home_news .rb2-slider-pager-item-main,
.home_photo_body .rb2-slider-pager-item-main {
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;	
}

.page_Home_Index .rb2-slider-header {
/*	position: relative;
    background: url(/content/images/placcs.jpg) center center;
    padding: 38px 0;*/
}

.rb-mediastate-Mobile .page_Home_Index .rb2-slider-header {
	/*background-size: 150%;*/
}

.page_Home_Index #section-topslider .rb2-slider-header {
	/*display: none;*/
}

.page_Home_Index .home_products .rb2-slider-header {
	/*padding: 0;
	background: none;*/
}
/*
.page_Home_Index .home_products .rb2-slider-title {
	background: url(/content/images/placcs.jpg) center center;
	background-size: cover;
	padding: 38px;
	
	color: #ca512d;
	font-size: 50px;
}


.rb2-slider-title {
	float: none;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 70px;
	text-transform: uppercase;
}
*/
.rb-mediastate-Mobile .rb2-slider-title {
	font-size: 25px;
}

.home_news .rb2-slider-item,
.home_photo_body .rb2-slider-item,
.home_band_body .rb2-slider-item
{
      -webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
    	-ms-flex: 0 1 25%;
        	flex: 0 1 25%;
        	
	position: relative;
    text-align: center;
}

.home_photo_body .rb2-slider-item,
.home_news .rb2-slider-item {
	-webkit-flex: 0 1 calc(100% / 3);
    	-ms-flex: 0 1 calc(100% / 3);
        	flex: 0 1 calc(100% / 3);	
}

.rb-publish {
	position: absolute;
}

/*.rb-mediastate-Mobile .home_news .rb2-slider-item,
.rb-mediastate-Mobile .home_photo_body .rb2-slider-item,*/
.rb-mediastate-Mobile .home_band_body .rb2-slider-item,
.rb-mediastate-Tablet .home_news .rb2-slider-item,
.rb-mediastate-Tablet .home_photo_body .rb2-slider-item,
.rb-mediastate-Tablet .home_band_body .rb2-slider-item
{
      -webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
    	-ms-flex: 0 1 50%;
        	flex: 0 1 50%;
}

.home_band_body .rb2-slider-item .news_thumbimage {
	width: 100%;
	height: auto;
}

.home_news .rb2-slider-item .news_display_sufix {
	height: 100%;
    width: 100%;
    
/*    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5);*/
}

.home_news .rb2-slider-item .news_display_sufix:hover {
	/*background-color: transparent;*/
}

.news:hover + .news_display_sufix + .news_header,
.home_photo_body .rb2-background-image:hover + .rb2-main {
	display: none;
}

/*.home_news .rb2-slider-item .news_header,*/
.home_concertphoto_full .rb2-main,
.home_news_body .news_header-root,
.home_band_body .news_header-full {
	width: 80%;
	position: absolute;
/*	top: 50%;*/
	bottom: 6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
        	transform: translateX(-50%);
}

.home_band_body .news_header-full {
	bottom: 10%;
}

.home_band_body .news_header-root {
	width: 100%;
	position: static;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
}


.rb-mediastate-Tablet .home_news .rb2-slider-item
{
    
}

.newtextimageupload_icon {
	display: inline-block;
	background-image: none;
	position: relative;
	width: 100%;
	height: 100%;
}

.rb-mediastate-Mobile .inputpage_newtextimageupload .iframe_upload {
	left: -15%;
	top: -15%;
}

.newtextimageupload_icon:after {
	background: #fff;
	color: #000;
	content: attr(title);
	padding: 10px;
	position: absolute;
	top: 45%;
	left: 25%;
}

.home_news .rb2-slider-item-1 {
	margin-left: 0;
}

.home_news .display_backgroundimage,
.rb2-background-image,
.home_products .product-image 
{
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.display_backgroundimage,
.rb2-background-image,
.home_products .product-image {
	padding-bottom: 75%;
	background-size: cover;
    background-repeat: no-repeat;
	position: static;
}

.home_news .rb2-slider-item:hover .display_backgroundimage,
.rb2-background-image:hover,
.home_products .rb2-slider-item:hover .product-image,
.home_band_body .rb2-slider-item:hover .news_thumbimage {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	
	
	-webkit-box-shadow: 0px 0px 0px 20px #ca512d inset;
	   -moz-box-shadow: 0px 0px 0px 20px #ca512d inset;
		 -o-box-shadow: 0px 0px 0px 20px #ca512d inset;
			box-shadow: 0px 0px 0px 20px #ca512d inset;
}

.rb-mediastate-Mobile .home_news .display_backgroundimage:hover,
.rb-mediastate-Mobile .rb2-background-image:hover,
.rb-mediastate-Mobile .home_products .product-image:hover,
.rb-mediastate-Mobile .home_band_body .news_thumbimage:hover  {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

/*.home_news .news:hover .news_header,*/
.home_news .news:hover .news_header-root,
.home_band_body .news_thumbimage:hover + .news_thumbimage_sufix + .news_header {
	display: none;
}

.home_news .news_tovabb,
.productinfogrid_tovabb  {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	
	font-family: "Anton", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #ca512d;
	color: #FFF;
}

.rb-mediastate-Mobile .home_news .news_tovabb,
.rb-mediastate-Mobile .productinfogrid_tovabb {
	font-size: 12px;
	padding: 10px 15px;
} 

.home_news .news:hover .news_tovabb,
.home_products .rb2-slider-item:hover .productinfogrid_tovabb {
	display: block;
}

.labelitem {
	font-size: 0.9375em;
}

.home_news .news_name,
.home_concertphoto_full .rb2-title {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	line-height: 1.1;
	margin: 0 0 1em;
	text-transform: uppercase;
}

.rb-mediastate-Mobile .home_news .news_name,
.rb-mediastate-Mobile .home_concertphoto_full .rb2-title  {
	font-size: 15px;
	margin: 0 0 5px;
}
.comment_list .listpager
{
    float: right;
    width: auto;
}

.rb-mediastate-Mobile .comment_list .listpager
{
    width: auto;
    position: relative;
    top: -120px;
    right: 45%;
}

.rb-mediastate-Mobile #popup-detail_panel .comment_list .listpager
{
    top: -95px;
    right: 45%;
    transform: scale(1.7);
}

.commentitem_commentdatetime
{
    float: none;
}

.commentitem_username_firstchar,
.commentitem_userimage
{
    float: left;
}

.comment_list_comment_new {
	margin-bottom: 100px;
}

#popup-detail_panel .comment_list_comment {
	padding: 0 30px;
}

.comments_full .rb2-container-items {
	width: 100% !important;
	position: relative;
}

.rb-mediastate-Mobile #popup-detail_panel .comment_list_comment {
	padding: 0;
}

.home_news .news_issuedatetime,
.home_news_body .news_header-root {
	font-family: "Anton", sans-serif;
}

.home_news_body .news_header-root {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;	
}


.header_button_instagram:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(/content/images/icon-instagram-white.png) no-repeat center;
	/*background: url(/content/images/icon-instagram-orange.png) no-repeat center;*/
	margin-right: 10px;
}

.header_button_instagram .instagrambutton {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	color: #ca512d;
	text-decoration: underline;
	margin: 10px 0;	
}

.home_news .news_issuedatetime {
	margin-top: 10px;
}

.rb-mediastate-Tablet .home_news_body .news_thumbimage_sufix,
.rb-mediastate-Mobile .home_news_body .news_thumbimage_sufix {
	display: none;
}

/*
.home_news_body .rb2-slider-item-1 .news_thumbimage,
.home_news_body .rb2-slider-item-1 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-01.png);
	-o-mask: url(/content/images/photo-mask-01.png);
	-moz-mask: url(/content/images/photo-mask-01.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_news_body .rb2-slider-item-2 .news_thumbimage,
.home_news_body .rb2-slider-item-2 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-02.png);
	-o-mask: url(/content/images/photo-mask-02.png);
	-moz-mask: url(/content/images/photo-mask-02.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_news_body .rb2-slider-item-3 .news_thumbimage,
.home_news_body .rb2-slider-item-3 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-03.png);
	-o-mask: url(/content/images/photo-mask-03.png);
	-moz-mask: url(/content/images/photo-mask-03.png);
	mask: url(/content/images/photo-mask-03.png);
}

.home_news_body .rb2-slider-item-4 .news_thumbimage,
.home_news_body .rb2-slider-item-4 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-04.png);
	-o-mask: url(/content/images/photo-mask-04.png);
	-moz-mask: url(/content/images/photo-mask-04.png);
	mask: url(/content/images/photo-mask-04.png);
}
*/

.popup_panel_body .news_image_img {
	max-width: 750px;
	margin: 0 auto;
}

.rb-mediastate-Mobile .popup_panel_body .news_image_img {
	max-width: 240px;
	margin: 0 auto;
}

.popup_panel_body .news_name {
	font-family: 'Anton', sans-serif;
    margin-top: 90px;
    font-size: 44px;
    text-transform: uppercase;
}

.rb-mediastate-Mobile .popup_panel_body .news_name {
    margin-top: 40px;
    font-size: 1.725em;
}

.popup_panel_body .news_subname {
    font-size: 1.875em;
    text-transform: uppercase;
    margin-top: 4px;
} 

.popup_panel_body .news_issuedatetime {
	font-size: 1.5625em;
	margin: 10px 0 90px;
} 

.rb-mediastate-Mobile .popup_panel_body .news_issuedatetime {
	font-size: 1.3625em;
	margin: 10px 0 50px;
} 

.rb-mediastate-Mobile .popup_panel_body .news_headerdata {
	font-size: 18px;
}

.popup_panel_body .news_headerdata {
	margin: 10px 0;
}

.popup_panel_body .news_newsitem p {
	font-size: 1.0625em;
}

.popup_panel_body .news_body {
	text-align: center;
	font-size: 1.25em;
}

.news_newsitem_image_img {
	border: none;
	box-shadow: none;
	padding: 0px;
	background-color: transparent;
}

.comments_full
{
    clear: both;
}

.comment_newlink_item {
	font-family: 'Anton', sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 50px 0 50px 20px;	
}

.rb-mediastate-Mobile .comment_newlink_item {
	font-size: 2em;
}

.rb-mediastate-Mobile .popup_panel_container .comment_newlink_item {
	font-size: 1.5em;
	margin: 50px 0 50px;
}

.detail_comment fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.detail_comment fieldset * {
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.detail_comment .comment_inputpage_field {
	max-width: 1120px;
	width: 100%;
/*	height: 120px;*/
} 

#commentlistboxid-description {
	height: 39px;
	background-color: #0c0a0a;
/*	color: white !important;*/
	border: 1px solid #424242;
	padding: 7px;
	font: 1.0625em Anton, sans-serif;;
	
	overflow-y: hidden;
}

#commentlistboxid-description::-webkit-input-placeholder,
#commentlistboxid-description:-moz-placeholder,
#commentlistboxid-description::-moz-placeholder,
#commentlistboxid-description:-ms-input-placeholder { 
	color: rgb(153, 153, 153);
}

.comments_full .comment_new button[name="action"] {
	font: 1.125em Anton, sans-serif;	
	float: right;
	width: 110px;
	height: 39px;
	color: white;
	background-color: #424242;
	border: none;
	line-height: 22px;	
}

.rb-mediastate-Mobile .comments_full .comment_new button[name="action"] {
	width: 100%;	
}

.sablon_comment .rb2-container,
.popup-detail_panel .rb2-container 
{
	/*
    height: auto;
    min-height: 400px;
    margin-bottom: 60px;
    */
}

.sablon_comment .rb2-container .rb2-slider-item,
.popup-detail_panel .rb2-container .rb2-slider-item,
.detail_comment .rb2-container .rb2-slider-item
{
    width: 280px;
}

.home_roadbook_body .sablon_comment .inputpage_fields,
.popup-detail_panel .comment_list_comment_new .inputpage_fields {
	width: 90%;
	float: left;
}

.home_roadbook_body .comment_list_comment_new .inputpage_buttons,
.popup-detail_panel .comment_list_comment_new .inputpage_buttons {
	width: 10%;
	float: left;
	clear: none;
	margin: 0;
}

.rb-mediastate-Mobile .home_roadbook_body .sablon_comment .inputpage_fields,
.rb-mediastate-Mobile .popup-detail_panel .comment_list_comment_new .inputpage_fields {
	width: 100%;
	float: left;
}

.rb-mediastate-Mobile .home_roadbook_body .sablon_comment .inputpage_buttons,
.rb-mediastate-Mobile .popup-detail_panel .comment_list_comment_new .inputpage_buttons {
	width: 100%;
	float: left;
	clear: none;
	margin: 0;
}

.home_roadbook_body textarea:focus, 
.home_roadbook_body input:focus,
.home_roadbook_body button:focus,
.popup-detail_panel textarea:focus,
.popup-detail_panel input:focus,
.popup-detail_panel button:focus
 {
    outline: 0;
}

.comment_new .inputpage_field {
	margin: 0;
}

.popup-detail_panel .rb2-slider-header {
	right: 295px;
}

/******** Comment ********/

.listtitle { 
	height:inherit;
}

.detail_comment .comment_list_title .rbh2 { 
	font-size: 80px !important;
	font-family: 'Bowlby One SC', cursive;
	margin: 100px 0;
	text-align: center;	
}

.rb-mediastate-Mobile .detail_comment .comment_list_title .rbh2 {
	font-size: 25px !important;
} 

.comment_list_detail .commentitem_commentdatetime {
	margin: 20px 0;
}

.comment_list_detail .comment_list_item {
	margin-top: 160px;
} 

.commentitem_comment_footer {
	height: 52px;
	margin: 40px 0 90px;
}

.commentitem_username_firstchar {
	width: 40px;
	line-height: 52px;
}

.commentitem_username {
/*	margin-left: 15px;
	line-height: 52px;*/
}
/*
#popup-detail_panel_body  .detail_comment .commentitem_image_img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	margin: 0 auto;
}
*/
#popup-detail_panel_body .detail_comment .commentitem_username {
    width: 100%;
    margin-left: 0;    
} 
#popup-detail_panel_body .detail_comment .commentitem_description,
#popup-detail_panel_body .detail_comment .commentitem_commentdatetime {
/*	text-align: center;*/
} 

.home_roadbook_full .comment_inputpage_field_description {
	height: inherit !important;
}

.popup_panel_wrapper .news_detail {
	margin: 0 20px;
}

/* Concert
-----------------------------------------------------------*/


.rb-mediastate-Mobile #section-concertphoto,
.rb-mediastate-Tablet #section-concertphoto {
	height: auto;
}

.rb-mediastate-Mobile .home_concertphoto_full .rb2-slider-root {
/*	margin: 64px auto 0;	*/
}

.home_concertphoto_full .home_concert_title {
	padding-top: 9%;	
}

.rb-mediastate-Mobile .home_concertphoto_full .home_concert_title {
	padding-top: 39%;	
}

.home_concertphoto_full
{
/*  width: 1280px;
    margin: 0px auto;*/
}
/*
.home_concert_body .rb2-container
{
    height: 250px;
}

.rb-mediastate-Mobile .home_concert_body .rb2-container
{
    height: 220px;
}

.home_concert_body .rb2-slider-header
{
	float: right;
}
*/
.home_concert_body .rb2-slider-item
{
    -webkit-box-flex: 1;
	-webkit-flex: 1 0 13%;
	    -ms-flex: 1 0 13%;
	        flex: 1 0 13%;
    
    height: 160px;
    overflow: hidden;
    
    border: 5px solid #333333;
}

.home_concert_body .rb2-slider-pager-item-top {
    font-family: 'Anton', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

.rb-mediastate-Mobile .home_concert_body .rb2-slider-pager-item-top {
	font-size: 18px;
	padding: 10px 0;
}

.rb-mediastate-Mobile .home_concert_body .rb2-slider-item.event_empty,
.event_emptyrb-event-noevent {
	display: none;
}

.rb-mediastate-Tablet .home_concert_body .rb2-slider-item {
    -webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	height: 200px;
}

.rb-mediastate-Tablet.rb-orientation-Portrait .home_concert_body .rb2-slider-item {
    -webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;	
} 

.rb-mediastate-Mobile .home_concert_body .rb2-slider-item {
    -webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	height: 200px;
}

.rb-mediastate-Mobile .home_concert_body .event_emptyrb-event-noevent {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	text-align: center;
}

.rb-mediastate-Mobile .home_concert_body .event_emptyrb-event-noevent .event-name {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    		transform: translate(-50%, -50%);
}

.home_concert_body .rb2-slider-item .popupdetail_click,
.home_concert_body .event {
	height: 100%;
}

.home_concert_body .event
{
    color: #424242;
    font-family: 'Anton', sans-serif;
}

.home_concert_body .event-topline-day {
	font-size: 50px;
	line-height: 60px;
}

.rb-mediastate-Tablet .home_concert_body .event-topline-day,
.rb-mediastate-Mobile .home_concert_body .event-topline-day  {
	font-size: 30px;
}

.home_concert_body .event-topline-event-day {
	font-size: 18px;
	text-transform: uppercase;
}

.rb-mediastate-Mobile .home_concert_body .event-topline-event-day  {
	font-size: 15px;
}

.home_concert_body .event-topline > div {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px 0;
}

.rb-mediastate-Tablet .home_concert_body .event-topline > div,
.rb-mediastate-Mobile .home_concert_body .event-topline > div  {
	padding: 10px 0px 0 10px;
}

.home_concert_body .event-info .event-topline-event {
	padding: 20px 20px 0;
	float: right;
}

.rb-mediastate-Mobile .home_concert_body .event-info .event-topline-event {
	padding: 15px 10px 0 0px;	
}


.rb-mediastate-Tablet .home_concert_body .event-info .event-topline-event {
	padding: 20px 10px 0px 0px;
}

.home_concert_body .event-valid {
    background: #FFF;
    color: #000;
    height: 100%;
}

.home_concert_body .event-valid:hover {
    background: #ca512d;
    color: #FFF;
}

.event-topline-event > div{
	display: inline-block;
	vertical-align: middle;
}

.event-topline-event .event-topline-event-hour,
.event-location {
	color: #999;
}

.rb-mediastate-Tablet .home_concert_body .event-topline-event-day,
.rb-mediastate-Tablet .event-topline-event .event-topline-event-hour,
.rb-mediastate-Tablet .event-location  {
	font-size: 13px;
}

.home_concert_body .event-valid:hover .event-locationm
.home_concert_body .event-valid:hover .event-topline-event-hour{
	color: #c99e91;	
}


.home_concert_body .event-valid 
{
    
}

.home_concert_body .event-body {
	padding: 0 20px;
	font-size: 15px;
}

.rb-mediastate-Tablet .home_concert_body .event-body,
.rb-mediastate-Mobile .home_concert_body .event-body  {
	padding: 0 10px;
}

@media screen and (min-width: 1140px) and (max-width: 1700px) {
	.home_concert_body .event-topline > div {
		padding: 10px 10px 0;
	}	
	
	.home_concert_body .event-topline-day {
		font-size: 40px;
	}
	
	.home_concert_body .event-info .event-topline-event {
		padding: 20px 10px 0;
	}
	
	.home_concert_body .event-body {
		padding: 0 10px;
		font-size: 13px;
	}
	
	
}

@media screen and (min-width: 1140px) and (max-width: 1400px) {
	.home_concert_body .event-topline-event-day {
		font-size: 15px;
	}
	
	.home_concert_body .event-topline-day {
		font-size: 35px;
	}
}




.home_concertphoto_full .home_concert_body .rb2-container-items {
	background-color: rgba(0,0,0,0.5);
	position: relative;
	
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	
/*
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
*/	
		
}

.rb-mediastate-Mobile .home_concertphoto_full .home_concert_body .rb2-container-items {

}


.event_detail
{
	
    max-width: 1120px;
    margin: 20px auto;    
}

.rb-mediastate-Mobile .event_detail *
{
    word-wrap: break-word;
}

.event_header_event-image
{
    float: left;
    margin-right: 20px;
}

.event_image_img
{
    max-width: 750px;
    margin: 0 auto;
}

.rb-mediastate-Mobile .event_image_img
{
    max-width: 240px;
}

.event_detail .event_header_info
{
    float: left;
}

.event_detail .event_body
{
    clear: left;
}

.home_photo_title {
	padding: 0;
	margin-top: 65px;
	margin-bottom: 77px;
}

.home_photo_body {

}

.home_photo_body .rb2-container
{

    
}

.home_photo_body .rb2-title {
	
}

.home_photo_body .rb2-image {
	width: 241px;
	height: 135px;
	overflow: hidden;
}

.home_photo_body .rb2-description {
	font-family: 'Anton', sans-serif;
	font-size: 15px;	
}

.rb-mediastate-Mobile .home_concertphoto_full .rb2-title {
	font-size: 13px;
}

.rb-mediastate-Mobile .home_photo_body .rb2-description {
	font-size: 10px;	
}




.home_photo_body .rb2-slider-item-1 .rb2-image,
.home_photo_body .rb2-slider-item-1 .rb2-body {
	-webkit-mask: url(/content/images/photo-mask-01.png);
	-o-mask: url(/content/images/photo-mask-01.png);
	-moz-mask: url(/content/images/photo-mask-01.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_photo_body .rb2-slider-item-2 .rb2-image,
.home_photo_body .rb2-slider-item-2 .rb2-body {
	-webkit-mask: url(/content/images/photo-mask-02.png);
	-o-mask: url(/content/images/photo-mask-02.png);
	-moz-mask: url(/content/images/photo-mask-02.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_photo_body .rb2-slider-item-3 .rb2-image,
.home_photo_body .rb2-slider-item-3 .rb2-body {
	-webkit-mask: url(/content/images/photo-mask-03.png);
	-o-mask: url(/content/images/photo-mask-03.png);
	-moz-mask: url(/content/images/photo-mask-03.png);
	mask: url(/content/images/photo-mask-03.png);
}

.home_photo_body .rb2-slider-item-4 .rb2-image,
.home_photo_body .rb2-slider-item-4 .rb2-body {
	-webkit-mask: url(/content/images/photo-mask-04.png);
	-o-mask: url(/content/images/photo-mask-04.png);
	-moz-mask: url(/content/images/photo-mask-04.png);
	mask: url(/content/images/photo-mask-04.png);
}


/*
.home_photo_body .rb2-slider-header
{
	position: relative;
	top: -56px;
	right: -88%;
}

.rb-mediastate-Mobile .home_photo_body .rb2-slider-header
{
	top: 919px;
	right: 380px;
}

.rb-mediastate-Tablet .home_photo_body .rb2-slider-header
{
	right: -78%;
}
*/
.home_photo_body .rb2-slider-item
{
    width: 320px;
    text-align: center;
    
}

.home_photo_body .rb2-slider-item img
{
	width: 241px;
}

.home_concert_body .event_datetime {
	font-family: 'Rock Salt', cursive;
	font-size: 1.125em;
	padding-bottom: 9px;
}

.home_concert_body .event_location {
	color: #888;
}

/*
.home_photo_body .rb2-body {
	width: 241px;
	height: 135px;
	background-color: rgba(174,61,80,0.2);
	position: absolute;
	top: 0;
}
*/

/* PlayerSection
-----------------------------------------------------------*/

#section-player {
    background-size: 100%;	
}

/*
.home_videogallery_full
{
    clear: both;
    padding-top: 50px;
    width: 1120px;
    margin: 20px auto;
}

.rb-mediastate-Mobile .home_videogallery_full
{
    width: 240px;
}

.rb-mediastate-Tablet .home_videogallery_full
{
    width: 600px;
}

*/

.home_videogallery_title {
	font-family: 'Anton', sans-serif;
	font-size: 50px;    
} 

.home_videogallery_list_full
{
    clear: both;
}

.home_videogallery_list_myalbum
{
    float: left;
    width: 140px;
    height: 100px;
}

.videogallery_myalbum
{
    cursor: pointer;
}

.videogallery_myalbum img
{
    height: 80px;
}

.home_videogallery_list_slider
{
	width: 100%;
    float: left;
}

.home_videogallery_list_slider .rb2-slider-header
{
	position: absolute;
	right: 0px;
	top: 343px;
}

.home_videogallery_list_slider .rb2-container
{
    width: 100%;
    margin-bottom: 75px;
    border: 10px solid #333;
	border-top: none;
}

.home_videogallery_list_slider .rb2-container-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	position: relative;
}

.home_videogallery_list_slider .rb2-slider-pager-item {
	width: 100%;
	-webkit-box-flex: 1;
}

.home_videogallery_list_slider .rb2-slider-pager-item-main {
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
/*
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
*/    
}

.home_videogallery_list_slider .rb2-title {
	font-size: 0.8125em;
	text-align: center;
	margin-top: 15px;
}

.home_videogallery_list_slider .rb2-slider-item
{
	position: relative;
    width: 10%;
}

.rb-mediastate-Tablet .home_videogallery_list_slider .rb2-slider-item
{
    width: 25%;
}

.rb-mediastate-Mobile .home_videogallery_list_slider .rb2-slider-item
{
    width: 50%;
}

.home_videogallery_list_slider .rb2-slider-item .rb2-main {
	width: 100%;
	padding: 0 5px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.home_videogallery_list_slider .rb2-slider-item:hover .rb2-main,
.home_videogallery_list_slider .rb2-slider-item .rb2-main:hover {
	display: none;
}

.home_videogallery_list_slider .rb2-slider-item img
{
    height: 69px;
    
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    -1px 2px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         -1px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
/*
.home_videogallery_list_slider .rb2-body {
    background-color: rgba(77,85,151,0.4);
    transition: background-color 0.3s ease;
    width: 122px;
    height: 69px;
    position: absolute;
    top: 0;
}

.home_videogallery_list_slider .rb2-body:hover {
    background-color: rgba(77,85,151,0.2);
}
*/
.home_videogallery_gallery
{
	font-family: 'Anton', sans-serif;
	background: url(/content/images/bg-player-02.jpg) center center;
    clear: left;
    overflow: hidden;
}
.videogallery {
	overflow: hidden;
}
.videogallery-navigator-listtitle {
	font-size: 1.125em;
	margin-top: 14px;
	margin-bottom: -4px;
	text-transform: capitalize;
}
.videogallery-left {
	width: auto!important;
}
.videogallery-left {
	width: 780px;
	width: 100%;
}

.videogallery-left-top-data
{
    display: none;
}
.videogallery-actual-video-dataontop {
	padding: 0;
	width: 780px;
	width: 100%;
}
.videogallery-right
{
	border-left: 1px solid #000;
	border-left: 0 none;
	float: right;
    width: 340px;
}
.rb-mediastate-Mobile .videogallery-right
{
    width: 100%;
}
.rb-mediastate-Tablet .videogallery-right
{
    width: 100%;
}
#youtubeplayer_videoplayerid {
	width: 100%!important;
	height: 100%!important;
	width: 780px!important;
	height: 465px!important;
}

.rb-mediastate-Mobile #youtubeplayer_videoplayerid {
	width: 100% !important;
	height: 100% !important;
}

.rb-mediastate-Tablet #youtubeplayer_videoplayerid {
	width: 100% !important;
	height: 400px !important;
}

#default-video-gallery {
	background: #000;
	margin: 70px auto 10px;
	box-shadow: 0px 0px 0px 10px #333;
}

.rb-mediastate-Mobile #default-video-gallery,
.rb-mediastate-Tablet #default-video-gallery {
	height: 100% !important;
	width: 100% !important;
}

.rb-mediastate-Tablet #default-video-gallery {
	width: 100% !important;
}

.videogallery-previewitem {
	border-bottom: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid #262626;
	margin: 0;
	height: auto !important;
}

.videogallery-previewitem:first-child {
	border-top: 1px solid rgba(255,255,255,.15);
	border-top: 1px solid #262626;
}

.videogallery-previewitem:hover {
	background: #ca512d;
}

.videogallery-previewitem-data {
/*    width: 210px;
    margin-left: 8px;
    margin-top: 16px;
*/
	/*width: 164px;*/
	width: calc(100% - 56px);
	margin-left: 8px;
	margin-top: 11px;
	/*margin-right: 56px;*/
}

.videogallery-previewitem-buttons {
	clear: both;
}

.rb-mediastate-Mobile .videogallery-previewitem-data {
/*	width: 124px;*/
	margin-right: 0;
	font-size: 13px;
}

.videogallery-previewitem-selected {
	background-color: #FFF;
	color: #000;
}

.videogallery-navigator {
	overflow: hidden;
}
.videogallery-navigator-title
{
    font-size: 0.8125em;
	margin-top: 1.15em;
    width: 208px;
}

.rb-mediastate-Mobile .videogallery-navigator-title
{
    font-size: 0.8125em;
	margin-top: 1.15em;
    width: 178px;
    white-space: normal;
}

.videogallery-previewitem-buttons .videogallery-previewitem-prevnext {
	width: 13px;
	height: 18px;
	display: block;
	opacity: 0.3;
}

.videogallery-previewitem-buttons .videogallery-previewitem-prev-activ,
.videogallery-previewitem-buttons .videogallery-previewitem-next-activ {
	opacity: 1;
}

.videogallery-previewitem-buttons .videogallery-previewitem-prev {
	background: url(/content/images/icon-player-prev.png) no-repeat center;	
}

.videogallery-previewitem-buttons .videogallery-previewitem-next {
	background: url(/content/images/icon-player-next.png) no-repeat center;
}

/*	.youtubepreview	*/
.videogallery-previewitem-img {
	width: 66px;
	height: 38px;
	margin-top: 14px;
	overflow: hidden;
}
.videogallery-previewitem-img img {
	min-width: 77px;
	min-height: 67px;
	margin-left: -6px;
	margin-top: -15px;
}
.videogallery-previewitem-prevnext,
.videogallery-playitem-prevnext {
	margin: 10px 18px;
}

.rb-mediastate-Mobile .videogallery-previewitem-prevnext,
.rb-mediastate-Mobile .videogallery-playitem-prevnext {
	margin: 9px;
}

.videogallery-previewitem-data-name {
	font-size: 17px;
}
.videogallery-previewitem-counter {
	color: #FFF;
	font-size: 0.9375em;
	width: 46px;
	line-height: 64px;
	margin: 0;
}

.videogallery-previewitem-selected .videogallery-previewitem-counter {
	color: #000;
} 

.rb-mediastate-Mobile .videogallery-previewitem-counter {
	width: 36px;
}

.home_videogallery_list_full {
	max-width: 1140px;
	margin: 0 auto;	
}

.home_videogallery_list_full .rb2-background-image:hover {
	-webkit-box-shadow: 0px 0px 0px 10px #ca512d inset;
	   -moz-box-shadow: 0px 0px 0px 10px #ca512d inset;
		 -o-box-shadow: 0px 0px 0px 10px #ca512d inset;
			box-shadow: 0px 0px 0px 10px #ca512d inset;
}




/* RoadBook
-----------------------------------------------------------*/
.header_roadbook_1
{
    padding-top: 21%;
}

.rb-mediastate-Mobile .header_roadbook_1
{

}

.header_roadbook_2
{
    cursor: pointer;
    margin-top: 15%;    
}

.rb-mediastate-Tablet .header_roadbook_2
{
    margin-top: 0;
}

.rb-mediastate-Mobile .header_roadbook_2
{
    margin-top: 0;
}

.home_roadbook_full
{
    clear: both;
	max-width: 1120px;
    margin: 0px auto;
    text-align: center;
}

.home_products_body .sabloneditor_header_description {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	background: url(/content/images/bg-shopheader.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	padding: 95px 13%;
}

.home_products_body .sabloneditor_header_description a {
	color: #ca512d;	
}

.home_products_body .sabloneditor_header_description p {
	margin: 0 auto;
}

.rb-mediastate-Mobile .home_products_body .sabloneditor_header_description {
	font-size: 15px;
}

.home_roadbook_full .basketchoice_title
{
    font-family: 'Bowlby One SC', cursive;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 50px;
}

.basketchoice_main
{
    width: 100%;
    clear: left;
}

.basketchoice_item
{
    width: 18%;
    font-size: 14px;
    margin: 0 3%;
    padding: 15px;
    float: left;
    cursor: pointer;
}

.rb-mediastate-Tablet .basketchoice_item_3,
.rb-mediastate-Mobile .basketchoice_item_3
{
    clear: left;
}

.rb-mediastate-Tablet .basketchoice_item,
.rb-mediastate-Mobile .basketchoice_item
{
    width: 44%;
    margin: 0 3%;
}

.basketchoice_item_img
{
    background: url("/content/images/book-icon-01-bright.png") top center no-repeat;
    background-size: contain;
    height: 105px;
}

.rb-mediastate-Mobile .basketchoice_item_img {
	height: 75px;
}

.basketchoice_item_nodata .basketchoice_item_img
{
    background-image: url(/content/images/book-icon-01-dark.png);
}

.basketchoice_item_selected
{
    border: 1px solid #e0dfd8;
    background-color: white;
    color: black;
}

.basketchoice_item_name
{
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 10px;
}

.sabloneditor_header_description-more
{
    cursor: pointer;
    text-decoration: underline;
}

.home_roadbook_full .newtextimageupload_modify {
	top: 70%;
	left: 30%;
}

.home_roadbook_full .newtextimageupload_delete {
	top: 70%;
	left: 30%;
}

.home_roadbook_full .comments_full fieldset {
	border: none;
}

.home_roadbook_full .comments_full .comment_inputpage_field_description {
	width: 100%;
}

.home_roadbook_full .comments_full .comment_list_title {
	font-family: 'Bowlby One SC', cursive;
	font-size: 30px !important;
	text-align: center;
	text-transform: uppercase;
	margin: 0;      
}

.rb-mediastate-Mobile .home_roadbook_full .comments_full .comment_list_title {
	font-size: 18px !important;
}

.home_roadbook_full .comments_full {
	text-align: left;
/*	margin-top: 80px;*/
}
/* Color overlay
 
.home_roadbook_full .commentitem_image_sufix {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 370px;
	background-color: red;
}*/

.rb-mediastate-Mobile .popup_panel_container .news-type-2,
.rb-mediastate-Mobile .popup_panel_container .comments_full {
	padding: 0 30px;
}

.home_roadbook_full .comment_list_comment_newlink,
.home_roadbook_full .comment_newlink_item,
.popup-detail_panel .comment_list_comment_newlink,
.popup-detail_panel .comment_newlink_item {
	width: inherit;
	text-align: center;
}
  

/* Partnerroads
-----------------------------------------------------------*/
.home_partnerroads_body
{
    clear: both;
    background: url(/content/images/bg-partnerroads-02.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    padding: 150px 0;
}

.rb-mediastate-Mobile .home_partnerroads_body {
	background-position: top center;
	background-size: 100%;
}

.home_partnerroads_body .showimages {
	max-width: 1300px;
	width: 67%;
	margin: 0 auto;
	text-align: center;
}

.rb-mediastate-Mobile .home_partnerroads_body .showimages {
	width: 100%;
}


.home_partnerroads_body .showimage
{
	width: 157px;
	height: 156px;
    background: url(/content/images/bg-partner.png) no-repeat center;
    background-size: 90%;
    display: inline-block;
    cursor: pointer;
    margin: 25px 2%;
    position: relative;
    overflow: visible;
}

.rb-mediastate-Mobile .home_partnerroads_body .showimage {
	width: 127px;
	height: 126px;
}

.home_partnerroads_body .showimage img {
    margin: auto;
    height: 80%;
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
}

.home_partnerroads_body .showimage .showimage_prefix {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/content/images/spot.png) no-repeat center;
    background-size: 75%;
    background-position: -10px;
}

.home_partnerroads_body .showimage:nth-child(2n) .showimage_prefix {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.home_partnerroads_body .showimage:nth-child(3n) .showimage_prefix {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.home_partnerroads_body .showimage:nth-child(4n) .showimage_prefix {
	-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}

/*
.rb-mediastate-Mobile .home_partnerroads_body .showimages {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        
	-webkit-justify-content: space-around;
	    	  -ms-flex-pack: distribute;
	        justify-content: space-around;
}
*/
.home_partnerroads_body .showimage_8,
{
    clear: left;
}
/*
.rb-mediastate-Tablet .home_partnerroads_body .showimage_5,
.rb-mediastate-Tablet .home_partnerroads_body .showimage_9,
.rb-mediastate-Tablet .home_partnerroads_body .showimage_13 {
	clear: left;
}
*/
.rb-mediastate-Tablet .showimages {
	width: 80%;
	margin: 0 auto;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        
	-webkit-justify-content: space-between;
	    	  -ms-flex-pack: justify;
	        justify-content: space-between;
}

/* Band Styles
-----------------------------------------------------------*/

.home_band_body .news_header
{
/*	position: absolute;
	top: 70%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);*/
}

#section-band .home_band_title {
	padding-top: 21%;
	margin-bottom: 30px;
}

.home_band_body .rb2-container
{

}

.home_band_body .rb2-slider-item
{

}

.home_band_body .rb2-slider-item-1 {
	margin-left: 0;
}

.home_band_body .news_name {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	line-height: 1.1;
	text-transform: uppercase;
}

.home_band_body .news_thumbimage {
/*	height: 260px;*/
}

.videoimage
{
    max-width: 800px;
    height: 300px;
    margin: 0 auto;
    padding-top: 80px;
}

.home_band_body .desc-child-band-top {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;	
}

.home_band_body .home_band_description_body {
	font-size: 18px;
	margin-top: 3%;
}

.home_band_description_top {
	margin-top: 3%;
}

.home_band_body .desc-child-band-body {
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
/*	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;*/
}

.rb-mediastate-Tablet .home_band_body .desc-child-band-body {
	width: 100%;
}

.rb-mediastate-Mobile .home_band_body .home_band_description_body {
	margin-top: 40px;
}

.rb-mediastate-Mobile .home_band_body .home_band_description_body,
.rb-mediastate-Mobile .home_band_body .home_band_description_top {
	width: 100%;
	padding: 0 20px;
	font-size: 16px;
}

.rb-mediastate-Tablet .home_band_body .home_band_description_body {
	padding: 0 50px;
	margin-top: 40px;
}

/*
.home_band_body .news_thumbimage_sufix {
	width: 241px;
	height: 135px;
	background-color: rgba(91,65,50,0.4);
	position: relative;
	top: -135px;
}

.home_band_body .rb2-slider-item-1 .news_thumbimage,
.home_band_body .rb2-slider-item-1 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-01.png);
	-o-mask: url(/content/images/photo-mask-01.png);
	-moz-mask: url(/content/images/photo-mask-01.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_band_body .rb2-slider-item-2 .news_thumbimage,
.home_band_body .rb2-slider-item-2 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-02.png);
	-o-mask: url(/content/images/photo-mask-02.png);8
	-moz-mask: url(/content/images/photo-mask-02.png);
	mask: url(/content/images/photo-mask-01.png);
}

.home_band_body .rb2-slider-item-3 .news_thumbimage,
.home_band_body .rb2-slider-item-3 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-03.png);
	-o-mask: url(/content/images/photo-mask-03.png);
	-moz-mask: url(/content/images/photo-mask-03.png);
	mask: url(/content/images/photo-mask-03.png);
}

.home_band_body .rb2-slider-item-4 .news_thumbimage,
.home_band_body .rb2-slider-item-4 .news_thumbimage_sufix {
	-webkit-mask: url(/content/images/photo-mask-04.png);
	-o-mask: url(/content/images/photo-mask-04.png);
	-moz-mask: url(/content/images/photo-mask-04.png);
	mask: url(/content/images/photo-mask-04.png);
}

*/

/*#section-blog .rb2-container,*/
.band_persons {	
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: space-around;
       		  -ms-flex-pack: distribute;
            justify-content: space-around;
            
    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.rb-mediastate-Tablet #section-blog .rb2-container,
.rb-mediastate-Tablet .band_persons {
    width: 570px;
    margin: 0 auto;
} 

.rb-mediastate-Tablet #section-blog .rb2-container {
	width: 100%;
}

.band_person {
/*	position: absolute;*/	
	width: 250px;	
}

.band_person .news_header {
	margin-top: -135px;  
	text-align: center; 
}

.band_person:nth-child(n) {
	left: 3%;
	left: 23%;
}

.band_person:nth-child(2n) {
	left: 5%;
	left: 38%;
}

.band_person:nth-child(3n) {
	left: 7%;
	left: 53%;
}

.band_person:nth-child(4n) {
	left: 9%;
	left: 68%;
}




/* Media State 
-----------------------------------------------------------*/

#section-roadbook
{
    /*height:1300px;*/
}


.sabloneditor
{
    clear: both;
}

.sabloneditor_body {
	height: 860px;
	width: 1024px;
	margin: 0 auto;
}

.rb-mediastate-Tablet .sabloneditor_body {
	height: 417px;
}

.rb-mediastate-Tablet .sabloneditor_body,
.rb-mediastate-Mobile .sabloneditor_body {
	width: 100%;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.rb-mediastate-Mobile .sabloneditor_body {
	width: 264px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}

.sabloneditor_sablonlist {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
/*    float: right;*/
    width: 117px;
    height: 720px;
    margin: 0px auto;
}

.rb-mediastate-Tablet .sabloneditor_sablonlist {
	width: auto;
    height: inherit;
    float: none;
}

.rb-mediastate-Mobile .sabloneditor_sablonlist {
	width: 264px;
    height: auto;
    float: none;
}

.sabloneditor_sablonlist_title {
	font-size: 1.25em;
}

.sabloneditor_sablonlist_title2 {
	margin-bottom: 15px;
}

.sabloneditor_sablonlist_items
{
    clear: both;
 	font-size: 0.6875em;
    width: 117px;
    height: 633px;
    margin: 0 auto;
    display: none; 
}

.rb-mediastate-Tablet .sabloneditor_sablonlist_items {
	width: inherit;
	height: auto;
}

.rb-mediastate-Mobile .sabloneditor_sablonlist_items {
	width: 264px;
	height: 363px;
        display: none;  
}

.sabloneditor_sablonlist_item
{
    display: inline-block;
    vertical-align: top;
    width: 117px;
    margin: 6px 0;
    height: 149px;
    cursor: pointer;
}

.sabloneditor_sablonlist_item
{
    margin: 0;
}

#sabloneditor_item_roadbook1 {
	margin: 6px 0 0;
}

.rb-mediastate-Mobile #sabloneditor_item_roadbook1,
.rb-mediastate-Tablet #sabloneditor_item_roadbook1 {
	margin: 0;
}



.sabloneditor_property {
	background-color: rgba(255, 255, 255, .1);
	margin: 2px 0;
	-webkit-transition: background-color .2s ease-out;
}

.rb-mediastate-Tablet .sabloneditor_property,
.rb-mediastate-Mobile .sabloneditor_property  {
	margin: 3px 0;
}

#sablon_property_roadbook1_I1 {
	margin: 0 0 2px;
}

#sablon_property_roadbook2_I1,
#sablon_property_roadbook3_I1,
#sablon_property_roadbook4_I1 {
	margin: 0 0 2px;
}

.rb-mediastate-Mobile #sablon_property_roadbook2_I1,
.rb-mediastate-Mobile #sablon_property_roadbook3_I1,
.rb-mediastate-Mobile #sablon_property_roadbook4_I1 {
	margin: 0 0 3px;
}

#sablon_property_roadbook2_T2,
#sablon_property_roadbook3_T1,
#sablon_property_roadbook4_T1 {
	margin: 2px 0 0;
}

.rb-mediastate-Tablet #sablon_property_roadbook2_T2,
.rb-mediastate-Tablet #sablon_property_roadbook3_T1,
.rb-mediastate-Tablet #sablon_property_roadbook4_T1 {
	margin: 3px 0 0;
}

.sabloneditor_sablonlist_footer {
	margin-top: 10px;
}


.main_roadbookcheckout_edit .sabloneditor_sablonlist_footer
{
    margin-top: 0px;
}

.sabloneditor_sablonlist_item:hover .sabloneditor_property {
	background-color: rgba(255, 255, 255, .3);
}
.sabloneditor_property_inner
{
    width: 100%;
    height: 100%;
}

.sabloneditor_sablonlist_item_selected:hover .sabloneditor_property,
.sabloneditor_sablonlist_item_selected .sabloneditor_property {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}
#sablon_property_roadbook1_I1 {
	height: 149px!important;
	line-height: 149px;
}
#sablon_property_roadbook2_I1,
#sablon_property_roadbook2_I2,
#sablon_property_roadbook3_T1,
#sablon_property_roadbook4_I1 {
	height: 46px!important;
	line-height: 46px;
}
#sablon_property_roadbook2_T1,
#sablon_property_roadbook2_T2 {
	height: 24px!important;
	line-height: 24px;
}
#sablon_property_roadbook3_I1,
#sablon_property_roadbook4_T1 {
	height: 100px!important;
	line-height: 100px;
}

.sabloneditor_sablonbody
{
	/* background-image: url(/content/images/book.png);*/
	background-repeat: no-repeat;
	background-position: center;
	
	
    height: 540px;
	width: 1022px;
	float: left;
    margin: 140px auto 0;
}

.rb-mediastate-Tablet .sabloneditor_sablonbody {
	height: 423px;
	width: 567px;
	margin: -400px auto 0;
	background-size: 100%;
	background-repeat: no-repeat;		
}

.rb-mediastate-Mobile .sabloneditor_sablonbody {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	background-size: 100%;
}

.sabloneditor_sablonbody_editorinfo
{
    float: left;
    width: 48.9%;
    background-size: 100%;
    height: 100%;
}

.rb-mediastate-Mobile .sabloneditor_sablonbody_editorinfo
{
    width: 0%;
}

.sabloneditor_sablonbody_editor
{
    float: right;
    width: 51.1%;
    height: 100%;
    margin-top: 31px;
}

.rb-mediastate-Mobile .sabloneditor_sablonbody_editor
{
    width: 100%;
    margin-top: 0;
}

.rb-mediastate-Tablet .sabloneditor_sablonbody_editor
{
    margin-top: 14px;
}

.sabloneditor_sablonbody_editor_firstinit
{
    display: none;
}

.sabloneditor .inputform-full
{
    margin: 26px;
    margin: 0;
    padding: 0;
}

.rb-mediastate-Tablet .sabloneditor .inputform-full
{
    width: 229px;
}

.sabloneditor .inputpage
{
    display: none;
}

.sabloneditor .input-fieldtype-Memo {
	text-align: center;
    width: 100%;
    margin: 0px;
/*    padding: 12.5% 5% 0;	*/    
}

.rb-mediastate-Tablet .sabloneditor .input-fieldtype-Memo {
    width: 100%;
    margin: 0px;
    padding: 2% 5%;
}

.inputpage_fieldtype_TextImage
{
    width: 100%;
}

.sabloneditor .inputpage_textimage,
.sabloneditor .inputpage_textimage_div,
.sabloneditor .inputpage_textimage_div img
{
    width: 100%;
/*    height: auto; */
}

.sabloneditor .inputpage_textimage_div
{
    height: 100%;
}

.inputpage_fieldpage_roadbook1 textarea,
.inputpage_fieldpage_roadbook2 textarea,
.inputpage_fieldpage_roadbook3 textarea,
.inputpage_fieldpage_roadbook4 textarea {
	background-color: rgba(0,0,0,.1);
	border: 0 none;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	padding: 1em;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook1 textarea,
.rb-mediastate-Tablet .inputpage_fieldpage_roadbook2 textarea,
.rb-mediastate-Tablet .inputpage_fieldpage_roadbook3 textarea,
.rb-mediastate-Tablet .inputpage_fieldpage_roadbook4 textarea {
	font-size: 15px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook1 textarea,
.rb-mediastate-Mobile .inputpage_fieldpage_roadbook2 textarea,
.rb-mediastate-Mobile .inputpage_fieldpage_roadbook3 textarea,
.rb-mediastate-Mobile .inputpage_fieldpage_roadbook4 textarea {
	background-color: rgba(255,255,255,.9);
	color: rgb(153, 153, 153);
}

.inputpage_fieldpage_roadbook1 textarea::-webkit-input-placeholder,
.inputpage_fieldpage_roadbook2 textarea::-webkit-input-placeholder,
.inputpage_fieldpage_roadbook3 textarea::-webkit-input-placeholder,
.inputpage_fieldpage_roadbook4 textarea::-webkit-input-placeholder {
	color: #fff;
}
.inputpage_fieldpage_roadbook1 .inputpage_textimage
{
    height: 715px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook1 .inputpage_textimage
{
    height: 340px;
    width: 228px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook1 .inputpage_textimage
{
    height: 373px;
    width: 264px;
}

.inputpage_fieldpage_roadbook2 .inputpage_textimage
{
    height: 286px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook2 .inputpage_textimage
{
    height: 136px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook2 .inputpage_textimage
{
    height: 149.2px;
}

.inputpage_fieldpage_roadbook2 textarea
{
    height: 71.5px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook2 textarea
{
    height: 34px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook2 textarea
{
    height: 37.3px;
}

.inputpage_fieldpage_roadbook3 .inputpage_textimage
{
    height: 643.5px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook3 .inputpage_textimage
{
    height: 306px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook3 .inputpage_textimage
{
    height: 261.1px;
}

.inputpage_fieldpage_roadbook3 textarea
{
    height: 71.5px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook3 textarea
{
    height: 111.9px;
}

.rb-mediastate-Tablet .inputpage_field_roadbook3_T1 {
	height: 87.5px;
}

.rb-mediastate-Mobile .inputpage_field_roadbook3_T1 {
	height: 111.9px !important;
}


.rb-mediastate-Tablet .inputpage_fieldpage_roadbook3 textarea
{
    height: 87.5px;
}

.inputpage_fieldpage_roadbook4 .inputpage_textimage
{
    height: 357.5px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook4 .inputpage_textimage
{
    height: 170px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook4 .inputpage_textimage {
	height: 186.5px;
}

.inputpage_fieldpage_roadbook4 textarea
{
    height: 357.5px;
}

.rb-mediastate-Tablet .inputpage_fieldpage_roadbook4 textarea {
    height: 262.5px;
}

.rb-mediastate-Mobile .inputpage_fieldpage_roadbook4 textarea {
	height: 186.5px;	
}


.sabloneditor .iframe_upload_Normal
{
    width: 100%;
    height: 100%;
}

#iframe_upload_roadbook1_I1,
#iframe_upload_roadbook2_I1,
#iframe_upload_roadbook2_I2,
#iframe_upload_roadbook3_I1,
#iframe_upload_roadbook4_I1
{
    width: 100%;
}

#iframe_upload_roadbook1_I1
{
   height: 715px;
}

#iframe_upload_roadbook2_I1,
#iframe_upload_roadbook2_I2
{
    height: 241px;
}

#iframe_upload_roadbook3_I1
{
    height: 482px;
}

#iframe_upload_roadbook4_I1
{
    height: 241px;
}

#iframe_upload_roadbook1_I1 .newtextimageupload_delete,
#iframe_upload_roadbook2_I1 .newtextimageupload_delete,
#iframe_upload_roadbook2_I2 .newtextimageupload_delete,
#iframe_upload_roadbook3_I1 .newtextimageupload_delete,
#iframe_upload_roadbook4_I1 .newtextimageupload_delete
{
    /*display: none;*/
}

#iframe_upload_roadbook1_I1 .newtextimageupload_modify,
#iframe_upload_roadbook2_I1 .newtextimageupload_modify,
#iframe_upload_roadbook2_I2 .newtextimageupload_modify,
#iframe_upload_roadbook3_I1 .newtextimageupload_modify,
#iframe_upload_roadbook4_I1 .newtextimageupload_modify
{
    width: 100%;
    height: 100%;
}

.communallogin-before-items h3 {
    font-family: 'Anton', sans-serif;
    font-size: 5.625em;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
/*
    -webkit-mask: url(/content/images/dirt-mask.png) bottom center;
    -o-mask: url(/content/images/dirt-mask.png) bottom center;
    -moz-mask: url(/content/images/dirt-mask.png) bottom center;
    mask:  url(/content/images/dirt-mask.png) bottom center;*/
}

.rb-mediastate-Tablet .communallogin-before-items h3 {
	font-size: 3.625em;
}

.communallogin-before-items .communallogin-items-before {
    font-size: 40px;
}

.rb-mediastate-Mobile .communallogin-before-items .communallogin-items-before,
.rb-mediastate-Mobile .inputform-full h3 {
    font-size: 20px;
}

.rb-mediastate-Tablet .communallogin-before-items .communallogin-items-before,
.rb-mediastate-Tablet .input_Register h3 {
    font-size: 30px;
}

.communallogin-items-aszf,
.inputpage_html_ASZF
{
    clear: left;  
}

.communallogin-item-desc {
    text-transform: uppercase;
    font-size: 13px;
    margin-left: -10px;
}

.input_Register h3 {
    font-size: 40px;
}

.input_Register .inputpage_label {
    display: block;
}

.page_Account 
{
    background: #000 url(/Content/images/bg-detail.jpg) top center;
/*    background: url("/content/images/reg_bg.jpg") top center no-repeat;*/
/*    background: #000 url(/Content/images/bg-detail.jpg) top center;*/
    background-size: cover;
}

.input_Register input[type="text"] {
    background: #000;
    border: 0 none;
    color: #fff;
    font: 1.125em Anton, sans-serif;
    
    height: 51px;
    padding: 0 17px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.input_Register input:-webkit-autofill,
.input_Register input:-webkit-autofill:hover, 
.input_Register input:-webkit-autofill:focus
.input_Register input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	color: #FFF;
	-webkit-text-fill-color: #FFF;
}

.account_data {
	padding: 0;
}

.input_Register .inputpage_fieldtype_Date input
{
    font-size: 18px;
}
.dxeEditArea {
	height: 51px!important;
}
.input_Register input[type="password"] {
    background: #000;
    border: 0 none;
    color: #fff;
    font: 1.125em Anton, sans-serif;
    
    height: 51px;
    padding: 0 17px;
    width: 100%;
}
.inputpage_field {
	clear: none;
/*	float: left;*/
	margin: 0;
	margin-right: 30px;
/*	min-width: 234px;	*/
}

.popupinput-QuickSection .inputpage_field {
	float: none;
}

.webshopmain_checkout .inputpage_field {
	margin: 0;
}

.home_roadbook_body .inputpage_field {
	margin: 0;
	width: 481px;
	height: 715px;
}

.rb-mediastate-Tablet .home_roadbook_body .inputpage_field {
	height: 340px;
	width: 100%;
}

.rb-mediastate-Mobile .home_roadbook_body .inputpage_field {
	height: 373px;
	width: 100%;
}

.home_roadbook_body .inputpage_fieldpage_roadbook2 {
	height: 286px;
}

.home_roadbook_body .inputpage_field_roadbook2_T1,
.home_roadbook_body .inputpage_field_roadbook2_T2 {
	height: 71.5px;
}

.rb-mediastate-Tablet .home-roadbook_body .inputpage_field_roadbook2_T1 {
	height: 34px;
}

.rb-mediastate-Tablet .home_roadbook_body .inputpage_fieldpage_roadbook2 {
	height: 136px;
}

.rb-mediastate-Mobile .home_roadbook_body .inputpage_fieldpage_roadbook2 {
	height: 149.2px;
}

.rb-mediastate-Tablet .home_roadbook_body .inputpage_field_roadbook2_T1 {
	height: 34px;
}

.rb-mediastate-Mobile .home_roadbook_body .inputpage_field_roadbook2_T1,
.rb-mediastate-Mobile .home_roadbook_body .inputpage_field_roadbook2_T2  {
	height: 37.3px;
}

.home_roadbook_body .inputpage_fieldpage_roadbook3 {
	height: 643.5px;
}

.home_roadbook_body .inputpage_field_roadbook3_T1 {
	height: 71.5px;	
} 

.rb-mediastate-Tablet .home_roadbook_body .inputpage_fieldpage_roadbook3 {
	height: 306px;
}

.rb-mediastate-Tablet .home_roadbook_body .inputpage_field_roadbook3_T1 {
	height: 34px;
} 

.rb-mediastate-Mobile .home_roadbook_body .inputpage_fieldpage_roadbook3 {
	height: 261.1px;
}

.home_roadbook_body .inputpage_fieldpage_roadbook4 {
	height: 357.5px;
}

.rb-mediastate-Mobile .home_roadbook_body .inputpage_fieldpage_roadbook4 {
	height: 186.5px;
}

.rb-mediastate-Mobile .home_roadbook_body .inputpage_field_roadbook4_T1 {
	height: 186.5px;
}
    
    
    
    
    
    
    

.inputpage_label {
	float: none;
	clear: both;
/*	text-transform: capitalize;	*/
	font-size: 0.9375em;
	margin: 1em 0 .5em;
}
.page_Account_MainLogOn .inputpage_label,
.page_Account_Input .inputpage_label,
.input_Login .inputpage_label
{
    float: left;
	clear: none;
	text-transform: capitalize;	
	margin: inherit;
}
.page_Account_MainLogOn .inputpage_field,
.page_Account_Input .inputpage_field,
.input_Login .inputpage_field
{
    clear: left;
}
.inputpage_select {
    background: #000;
    width: 200px;
    height: 51px;
}

.product-buy-data-field.inputpage_select {
	width: 288px;
	height: 40px;
	background: none;
	margin-bottom: 40px;
}

.product-buy-data-field.inputpage_select select {
	width: 100%;
	height: 100%;
	font-size: 17px;
}

.product-buy-data-title {
	margin-bottom: 10px;
}

.popup-profile_panel .inputpage_select {
	background: transparent;
	width: auto;
	height: auto;	
}

.rb-mediastate-Tablet .inputpage_select { 
/*    width: 200px;*/
}

.comboedititem.input-fieldtype-Combo {
	background: #000;
	border: 0 none;
    color: #fff;
    font: 1.125em Anton, sans-serif;
    
    height: 51px;
    width: 100%;
    padding: 0 17px;
    -webkit-appearance: none;
}
.inputpage_field_ASZFOK .inputpage_label {
	float: left;
	clear: left;
}
.inputpage_field_ASZFOK input {
	background-color: #000;
	border: 0 none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	/*opacity: 0;*/
	-webkit-appearance: none;

	margin: 10px 0 0 10px;
}
.inputpage_field_ASZFOK input:after {
	/*
	background-color: #000;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	*/
}
.inputpage_field_ASZFOK input:checked {
	/*background-color: #fff;*/
	background-image: url(/content/images/checkbox-checked.png);
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.inputpage_field_Gender {
	clear: left;
}
.inputpage_field_Image {
	clear: both;
	margin-right: 0;
	width: 100%;
}
.inputpage_field_ASZF {
	clear: both;
	margin-right: 0;
	width: 100%;
}
.inputpage_field_ASZFOK {
/*	width: 50%;*/
	margin: 0;
}
.inputpage_field_Captcha /* .inputpage_fieldtype_Captcha */ {
	width: 50%;
	margin: 0;
}
@-webkit-keyframes invhue {
	from {
		-webkit-filter: invert() hue-rotate(0deg);
	}
	to {
		-webkit-filter: invert() hue-rotate(360deg);
	}
}
@-moz-keyframes invhue {
	from {
		-moz-filter: invert() hue-rotate(0deg);
	}
	to {
		-moz-filter: invert() hue-rotate(360deg);
	}
}
@-ms-keyframes invhue {
	from {
		-ms-filter: invert() hue-rotate(0deg);
	}
	to {
		-ms-filter: invert() hue-rotate(360deg);
	}
}
@keyframes invhue {
	from {
		filter: invert() hue-rotate(0deg);
	}
	to {
		filter: invert() hue-rotate(360deg);
	}
}
@-webkit-keyframes clock {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes counter-clock {
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes counter-clock {
	0% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(0deg);
	}
}
@-moz-keyframes clock {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes counter-clock {
	0% {
		-ms-transform: rotate(360deg);
	}
	100% {
		-ms-transform: rotate(0deg);
	}
}
@-ms-keyframes clock {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@keyframes counter-clock {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes clock {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.inputpage_captcha {
	overflow: hidden;
	background-color: #fff;
	height: 51px;
	width: 144px;
	margin-right: 16px;

	-webkit-animation: invhue 3s infinite;
	-moz-animation: invhue 3s infinite;
	-ms-animation: invhue 3s infinite;
	animation: invhue 3s infinite;

	-webkit-filter: invert() hue-rotate(270deg);
	-moz-filter: invert() hue-rotate(270deg);
	-ms-filter: invert() hue-rotate(270deg);
	filter: invert() hue-rotate(270deg);

}
.inputpage_captcha img {
	margin-top: 10px;
}
.inputpage_captcha a {
	margin-top: 10px;
	-webkit-animation: clock .2s;
	-moz-animation: clock .2s;
	-ms-animation: clock .2s;
	animation: clock .2s;
}
.inputpage_captcha a:hover {
	-webkit-animation: counter-clock 1s infinite linear;
	-moz-animation: counter-clock 1s infinite linear;
	-ms-animation: counter-clock 1s infinite linear;
	animation: counter-clock 1s infinite linear;

}
.input_Register input.input-captcha {
	background-color: #000;
	height: 51px;
	width: 110px;
	color: white !important;
}
.input-fieldtype-Date {
	background-color: #000;
	border: 0 none;
}
.input_Register fieldset {
    border: 0;
	margin: 0;
    padding: 0 0 40px 0;
}

.inputpage_newtextimageupload .inputpage_textimage,
.inputpage_newtextimageupload .inputpage_textimage_div,
.inputpage_newtextimageupload .inputpage_textimage_div img[src=""] {
	/*width: 241px;*/
	/*height: 241px;*/
}

.inputpage_newfileupload-main {
	max-width: none;
}

.inputpage_newtextimageupload .inputpage_textimage_div img[src=""] {
	background: #000 none;
}
.popup-roadbookcheckout_link {
	background-image: url(/content/images/order.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: -590px;
 	color: #fff;
 	font-size: 20px;
 	text-transform: uppercase;
 	width: 153px;
 	height: 153px;
 	line-height: 153px;
 	display: inline-block!important;
}

.rb-mediastate-Tablet .popup-roadbookcheckout_link {
	top: 0;
	background-size: 80%;
	font-size: 16px;
}
.rb-mediastate-Mobile .popup-roadbookcheckout_link {
	top: 70px;	
	background-size: 60%;
	font-size: 12px;
}

.main_roadbookcheckout_edit .popup-roadbookcheckout_link
{
    height: 80px;   
    font-size: 12px; 
    font-weight: bold;
}
.main_roadbookcheckout_edit .main_roadbookcheckout_confirm
{
    margin-top: 10px;
}

.popup_button_off {
/*	display: none!important;*/
}
.input_Register .inputpage_buttons button {
    background: #fff;
    border: 0;
    width: 160px;
    height: 50px;
    font-size: 20px;
    font-family: "Anton";
    
    font-weight: normal;
    cursor: pointer;
}

.input_Register .inputpage_html_ASZF {
    background: #000;
    color: #fff;
    border: 0;
    font-size: 15px;
    padding: 20px 30px;
}

/* TESZT - ELES
-----------------------------------------------------------*/

.page_Home_Index2 .fb-button-image {
	background: url(images/btn-fb-small.png) no-repeat top left;
	height: 24px;
	width: 24px;
}

.page_Home_Index2 .coming-back
{
    /*background: url(images/hamarosan-megujulunk-01.png) no-repeat center;*/
    width: 100%;
    height: 380px;
}

.page_Home_Index2 .coming-back-img
{
    width: 100%;
    height: 90%;
}

.page_Home_Index2 .videoimage
{
    width: 80%;
    height: 500px;
    max-width: 800px;
    margin: 0 auto;
}

.page_Home_Index2 .home_fblike_button,
.page_Home_Index2 .home_fblike_like
{
    float: left;
    margin-left: 10px;
}



/* Profile Styles
-----------------------------------------------------------*/

.profile-full {
	max-width: 100%;
	/*background: url("/Content/Images/profile-bg-2.jpg") no-repeat;
	background-size: 100%;*/
	height: 1000px;
}

.rb-mediastate-Mobile .profile-full {
	height: 1440px;
}

.rb-mediastate-Mobile .profile-full,
.rb-mediastate-Tablet .profile-full {
	background: none;
}

.rb-mediastate-Mobile .inputform-full {
	width: 100%;
}

.rb-mediastate-Mobile .inputpage_fields {
	width: 100%;
}

.rb-mediastate-Mobile .profile-full .inputpage_fields {
	width: 240px;;
}
/*
.rb-mediastate-Mobile .inputpage_fields {
	width: 240px;
}
*/
.profile-full fieldset {
	border: none;
}

.profile-full .inputpage_fieldpage_alapadatok,
.profile-full .inputpage_fieldpage_alapadatok .inputpage_item  {
	width: 234px;
	height: 51px;
	border: none;
}

.rb-mediastate-Mobile .profile-full .inputpage_fieldpage_alapadatok,
.rb-mediastate-Mobile .profile-full .inputpage_fieldpage_alapadatok .inputpage_item  {
	width: 200px;
}

.profile-full .inputpage_field {
	margin-bottom: 50px;
}

.profile-full .inputpage_label {
	display: block;
}

.input_Profile h3 {
	font-size: 50px;        
}

.rb-mediastate-Mobile .input_Profile h3 {
	font-size: 40px;        
}

.profile-full .inputpage_field_OldPassword {
	clear: left;
	margin-top: 30px;
}

.profile-full .inputpage_field_OldPassword h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.profile-full .inputpage_newtextimageupload {
	margin-top: 80px;
}

.profile-full .inputpage_field_Gender {
	clear: none;
}


.profile-full .inputpage_item[name="OldPassword"] {
	margin-top: 6px;
}

.profile-full .inputpage_field_Password {
	clear: left;
	margin-left: 280px;    
}

.rb-mediastate-Tablet .profile-full .inputpage_field_Password {
	margin-left: 265px ;   
}  

.rb-mediastate-Mobile .profile-full .inputpage_field_Password {
	margin-top: 130px;	
	margin-left: 0;    
}

.profile-full .inputpage_field_EMail,
.profile-full .inputpage_field_Gender  {
	margin-left: 20px;
}

.rb-mediastate-Tablet .profile-full .inputpage_field_EMail,
.rb-mediastate-Tablet .profile-full .inputpage_field_Gender,
.rb-mediastate-Mobile .profile-full .inputpage_field_EMail,
.rb-mediastate-Mobile .profile-full .inputpage_field_Gender  {
	margin-left: 0;
}

.profile-full .input-fieldtype-Combo[name="Gender"] {
	height: 53px;
}


.profile-full .input-fieldtype-Date .dxic {
	padding: 0 !important;
}

.profile-full .inputpage_field_ConfirmPassword {
	margin-left: 20px;
}

.rb-mediastate-Mobile .profile-full .inputpage_field_ConfirmPassword {
	margin-left: 0;
	margin-top: 40px;
}

.rb-mediastate-Tablet .profile-full .inputpage_field_ConfirmPassword {
	margin-left: 0;
}

.profile-full .inputform .inputtitle {
	font-family: 'Anton', sans-serif;
	width: 100%;
	text-align: center;
	/*
    -webkit-mask: url(/content/images/profile-mask-main.png) bottom center;
	-o-mask: url(/content/images/profile-mask-main.png) bottom center;
	-moz-mask: url(/content/images/profile-mask-main.png) bottom center;
	mask:  url(/content/images/profile-mask-main.png) bottom center;		
	*/
}

.profile-full .inputpage_field .inputpage_item[disabled="disabled"] {
	opacity: 0.3;
}

.profile-full .inputpage_field_Image .inputpage_textimage {
	width: 240px;
	height: 240px;
}

.rb-mediastate-Mobile .profile-full .inputpage_field_Image .inputpage_textimage {
	width: 200px;
	height: 200px;
}

.profile-full .inputpage_field_Image .inputpage_label {
	text-transform: uppercase;
	font-size: 1.875em;
}

.profile-full .inputpage_field_Birthday .dxeEditArea[id="Birthday_I"] {
	font-size: 18px;
}

.profile-full fieldset .inputpage_buttons {
	float: right;
}

.profile-full fieldset .inputpage_buttons button[value="ok"] {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	
	width: 118px;
	height: 51px;
	background-color: white;
	border: none;
}

.rb-mediastate-Tablet .profile-full .inputpage_field_EMail {
	clear: none;
} 


.popup-profile_panel {
	background: #000 url(/Content/images/bg-detail.jpg) no-repeat top;
	max-width: none;
	padding-bottom: 100px;
}

.popup-profile_panel .inputpage_field {
	width: 300px;
	clear: both;
}

.popup-profile_panel .inputpage_field_NewsLetter {
	width: 100%;
}

.rb-mediastate-Mobile .popup-profile_panel .inputpage_field {
	margin: 0;
	width: 100%;
}

.popup-profile_panel .inputpage_label {
	float: left;
	font-size: 18px;
}

.popup-profile_panel .inputpage_fields input,
.popup-profile_panel .inputpage_fields select {
	clear: both;
	height: 40px;
	font-size: 17px;
	border: none;
	box-shadow: 0px 0px 5px 2px #ca512d;
	outline: 0;
}

.popup-login_panel input,
.popup-register_panel input,
.popup-register_panel select {
	box-shadow: 0px 0px 5px 2px #ca512d;
	outline: 0;	
}

.rb-mediastate-Desktop .popup-profile_panel .inputpage_fields .inputpage_item,
.rb-mediastate-Mobile .popup-profile_panel .inputpage_fields .inputpage_item {
	width: 100%;
}

.rb-mediastate-Tablet .popup-profile_panel .inputpage_fields .inputpage_item {
	width: 250px;
}

.popup-profile_panel .submitbutton {
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;	
    height: auto;
    border: none;
    background: #ca512d;
    color: #FFF;
    padding: 10px 20px;
	-webkit-appearance: none;
	cursor: pointer;
}

/* Calender Styles
-----------------------------------------------------------*/

.dxeCalendarDayHeader {
	color: white;
}

.dxeCalendarDay {
	color: white;
}

.dxeCalendarOtherMonth {
	color: #888;
}

.dxeCalendarWeekend {
	color: #c00000;
}


.profile-full .inputpage_field_Image .inputpage_textimage_div {
    -webkit-mask: url(/content/images/profile-mask.png) bottom center;
	-o-mask: url(/content/images/profile-mask.png) bottom center;
	-moz-mask: url(/content/images/profile-mask.png) bottom center;
	mask:  url(/content/images/profile-mask.png) bottom center;	
}

/* Gallery Styles
-----------------------------------------------------------*/

#default-ad-gallery .rb-container {
    margin-top: 60px;
}

.popup-photogallery_panel {
	max-width: 100%;
}

.rb-mediastate-Mobile #default-ad-gallery {
	width: 100% !important;
}

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-desc {
	width: 100% !important;
	font-size: 18px;
} 

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-wrapper,
.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horiz-thumb-items-panel,
.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horizitem {
	width: 100% !important;
} 

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horizpager,
.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horiz-thumb-pager {
	width: 10% !important;
}

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider,
.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horiz-thumb-items-container {
	width: 80% !important;
}

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horizitem img {
	width: 100% !important;
	height: 100% !important;
}

.rb-mediastate-Mobile .main_menu_photogallery_panel .rb-slider-horizitems {
/*	margin-left: 0px !important;	*/
	height: 225px !important;
}

/*
 *
 *  .rb-mediastate-Mobile
 *
 */ 





/* RoadBook Checkout Styles
-----------------------------------------------------------*/

#popup-roadbookcheckout_panel {
	max-width: 100%;
}

#popup-roadbookcheckout_panel_body {
	background-image: url(/Content/images/profile-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;    
}

.rb-mediastate-Tablet #popup-roadbookcheckout_panel_body, 
.rb-mediastate-Mobile #popup-roadbookcheckout_panel_body {
	background-size: 100% 100%;    
}

.roadbook_checkout_input h3 {
	width: 100%;
	font-size: 3.3125em;
	text-align: center;
}

.rb-mediastate-Mobile .roadbook_checkout_input h3 {
	font-size: 2em;
}

.roadbook_checkout_input fieldset {
    width: 850px;
    margin: 0 auto;
    border: none;
}

.rb-mediastate-Tablet .roadbook_checkout_input fieldset {
    width: 80%;
}

.rb-mediastate-Mobile .roadbook_checkout_input fieldset {
 	width: 240px;
}

.roadbook_checkout_input fieldset * {
	border: none;
} 

.roadbook_checkout_input fieldset .inputpage_label {
	float: left;
}

.roadbook_checkout_input fieldset .inputpage_item {
	clear: left;
	width: 243px;
	height: 51px;
}

.roadbook_checkout_input fieldset .input-fieldtype-RadioBox {
	width: 30px;
	height: 30px;
} 

.roadbook_checkout_input fieldset .inputpage_radiobox {
	float: left;
}

.inputpage_field_PaymentMode {
	margin-top: 65px;
	clear: left;
}

.rb-mediastate-Tablet .inputpage_field_PaymentMode {
	margin-top: 0;
}

.rb-mediastate-Mobile .inputpage_field_PaymentMode {
/*	width: 240px;*/
}

.inputpage_field_PaymentMode .inputpage_radiobox label,
.inputpage_field_DeliveryMode .inputpage_radiobox label {
	cursor: pointer;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.inputpage_radiobox_desc {
	clear: both;
}

.rb-mediastate-Mobile .inputpage_field_PaymentMode .inputpage_radiobox label {
	margin-top: 0px;
	margin-bottom: 20px;
}
.rb-mediastate-Mobile .inputpage_field_PaymentMode .inputpage_radiobox label 
{
/*    width: 160px;*/
}

.inputpage_field_PaymentMode .inputpage_radiobox,
.inputpage_field_DeliveryMode .inputpage_radiobox {
	margin-left: 30px;
} 

.inputpage_field_PaymentMode .inputpage_radiobox {
	/* margin-top: 15px; */
}

.inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_2"],
.inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_3"] {
	/*clear: none;*/
	/*margin-left: 30px;*/
}

.inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_4"] 
{
    /* margin-left: 30px;*/
	/*margin: 15px 0 0 29px;*/
}

.rb-mediastate-Mobile .inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_4"] {
	margin: 15px 5px 0;
}

.inputpage_field_PaymentMode .inputpage_radiobox label:nth-child(3n) {
	/*margin-top: 15px;*/
}

.rb-mediastate-Tablet .inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_3"],
.rb-mediastate-Mobile .inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_3"],
.rb-mediastate-Mobile .inputpage_field_PaymentMode .input-fieldtype-RadioBox[id="PaymentMode_2"] {
	clear: left;
	margin-left: 5px;
	/*margin-top: 15px;*/
}

.roadbook_checkout_input .inputpage_fieldtype_RadioBox > label {
	margin-top: 20px;
}

.webshopmain_checkout .basket_item_left_info {
	max-width: calc(100% - 140px);
}

.inputpage_field_PaymentMode .inputpage_select,
.inputpage_field_DeliveryMode .inputpage_select {
	background: none;
}
.inputpage_field_DeliveryMode .inputpage_item
{
	margin-top: 12px;
}
.inputpage_field_ShippingName,
/*.inputpage_field_PostCode,*/
.inputpage_field_CheckoutRuleOK,
.inputpage_field_DeliveryMode,
.inputpage_field_Description,
.inputpage_field_CheckoutRule,
.inputpage_field_InvoiceName  {
	clear: left;
}

.inputpage_field_Settlement {
	margin-top: 98px;
}

.rb-mediastate-Tablet .inputpage_field_Settlement,
.rb-mediastate-Tablet .inputpage_field_Address,
.rb-mediastate-Tablet .inputpage_field_InvoiceAddress,
.rb-mediastate-Mobile .inputpage_field_Settlement,
.rb-mediastate-Mobile .inputpage_field_Address,
.rb-mediastate-Mobile .inputpage_field_InvoiceAddress  {
	margin-top: 0;
}

/*
.rb-mediastate-Tablet .inputpage_field_Settlement
{
    clear: left;
}

.inputpage_field_ShippingName
{
	margin-top: 74px;
}
.inputpage_field_PostCode
{
	margin-top: 98px;
}
.rb-mediastate-Mobile .inputpage_field_PostCode
{
    margin-top: 0px;
}


.inputpage_field_InvoiceDataInput 
{
    clear: left;
    margin: 60px 0 50px;    
}

.inputpage_field_InvoiceAddress,
.inputpage_field_DeliveryMode {
	margin-top: 40px;
}

.rb-mediastate-Tablet .inputpage_field_DeliveryMode .inputpage_radiobox {
	clear: left;
}

.inputpage_field_Description {
	margin-top: 30px;
}
*/
/*
.input-fieldtype-Memo {
	width: 865px !important;
	height: 200px !important;
	background: black;
}*/

.field-validation-error {
	float: left;
	clear: left;
	margin-top: 5px;
}

.inputpage_field_DeliveryMode .inputpage_radiobox {
	margin-top: 13px;
}

.inputpage_field_CheckoutRule {
	margin: 30px 0;	
} 

.inputpage_field_Description {
	width: 100%;
}

.roadbook_checkout_input .inputpage_field_Description .input-fieldtype-Memo {
	width: 100%;
	height: 150px;
	font-family: 'Open Sans', sans-serif;
	
	background-color: black;
	color: white;
	padding: 15px;
}

.rb-mediastate-Tablet .roadbook_checkout_input .inputpage_field_Description .input-fieldtype-Memo {
	height: 120px;
} 

.rb-mediastate-Mobile .roadbook_checkout_input .inputpage_field_Description .input-fieldtype-Memo {
	width: 243px;
	height: 120px;
} 

.roadbook_checkout_input .inputpage_buttons {
	float: right;
}
.rb-mediastate-Mobile .roadbook_checkout_input .inputpage_buttons 
{
    float: none;
}

.rb-mediastate-Mobile .roadbook_checkout_input .inputpage_buttons {
	margin-top: 30px;
}

.roadbook_checkout_input .inputpage_field_InvoiceDataInput .input-fieldtype-CheckBox,
.roadbook_checkout_input .inputpage_field_CheckoutRuleOK .input-fieldtype-CheckBox {
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: black;
	margin: 0;
	float: right;
	margin-top: -2px;
	margin-left: 15px;
}

.rb-mediastate-Mobile .roadbook_checkout_input .inputpage_field_CheckoutRuleOK .input-fieldtype-CheckBox {
	margin-left: 0;
} 

.roadbook_checkout_input .inputpage_field_InvoiceDataInput .input-fieldtype-CheckBox:checked,
.roadbook_checkout_input .inputpage_field_CheckoutRuleOK .input-fieldtype-CheckBox:checked {
	background-image:url(/content/images/checkbox-checked.png);	
}

.roadbook_checkout_input .inputpage_field_InvoiceDataInput .inputpage_label,
.roadbook_checkout_input .inputpage_field_CheckoutRuleOK .inputpage_label {
	float: none;
}

.roadbook_checkout_input fieldset .inputpage_buttons .submitbutton {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	
    width: 150px;
    height: 52px;
    background: white;    
}

.webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox_info {
	max-width: calc(100% - 25px);
}

.webshopmain_checkout .inputpage_radiobox_image {
	float: left;
	margin-left: 20px;
}

.popup-roadbookcheckout_button_on {
	font-family: 'Open Sans', sans-serif;
	
}

.popup-roadbookcheckout_full .popup-roadbookcheckout_button_on
{
    display: none !important;
}

.home_roadbook_body .comment_list_detail {
	width: 242.5px;
}

.rb-mediastate-Mobile .home_roadbook_body .comment_list_detail {
	margin: 0 auto;
}

.home_roadbook_body .commentitem_username {
	font-family: 'Bowlby One SC', cursive;	
}

.home_roadbook_body .commentitem_image_img {
	width: 70px;
	height: 70px;
	border-radius: 34px;
	margin: 0 auto;
}

.home_roadbook_body .commentitem_username {
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
	line-height: 20px;
}

.commentitem_header_commentauthor_header_commentauthor_username {
/*	height: 20px;*/
}

.home_roadbook_body .commentitem_description {
	font-size: 15px;
	text-align: center;
	max-height: 240px;
	overflow: hidden;
}

.rb-mediastate-Tablet .home_roadbook_body .commentitem_description {
	max-height: 480px;
}

.commentitem .home_roadbook_body .commentitem_description {
	font-size: 15px;
	text-align: center;
	max-height: 240px;
	overflow: hidden;
}

.home_roadbook_body .commentitem_commentdatetime {
	text-align: center;
	margin-top: 10px;
}

.home_roadbook_full .inputform-full .miniinput {
/*	height: 687px;*/
	height: 100%;
	overflow: hidden;
}

.home_roadbook_body .comments_full .listpager_pagecount {
	font-size: 1.875em;
}

.rb-mediastate-Tablet .home_roadbook_title {
	margin-bottom: 10px;
} 

#sabloneditor_item_roadbook2 {
	margin-bottom: 6px;
}

#sabloneditor_item_roadbook3 {
	margin-bottom: 6px;
}

.rb-mediastate-Tablet .inputpage_fields .inputpage_field_roadbook4_I1 {
	height: 170px;
}



.home_roadbook_full .comment_list_item {
	position: relative;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.rb-mediastate-Mobile .home_roadbook_full .comment_list_item {
	flex-direction: column;
	width: 100%;
}

.home_roadbook_full .listpager_active {
	margin-top: 10px;
}

.rb-mediastate-Mobile .home_roadbook_body .comment_list_comment_newlink {
	width: 100%;
}

.rb-mediastate-Mobile .home_roadbook_body .comment_list_comment_newlink .comment_newlink_item {
	width: 100%;
	text-align: center;
	margin: 100px 0 50px;
}

.rb-mediastate-Tablet .home_roadbook_body .comment_full {
	margin-top: 100px;
}




/* Home News Styles
-----------------------------------------------------------*/

.home_news .rb2-container-items,
.home_roadbook_full .comments_full .rb2-container-items,
.popup-detail_panel .comments_full .rb2-container-items,
.home_products .rb2-container-items {
	position: relative;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}

.home_news .rb2-slider-pager-item,
.home_products .rb2-slider-pager-item,
.home_roadbook_full .comments_full .rb2-slider-pager-item,
.popup-detail_panel .comments_full .rb2-slider-pager-item  {
	width: 100%;
	-webkit-box-flex: 1;
}

.home_news .rb2-slider-pager-item-main,
.home_roadbook_full .comments_full .rb2-slider-pager-item-main,
.popup-detail_panel .comments_full .rb2-slider-pager-item-main,
.detail_comment .rb2-container .rb2-slider-pager-item-main {
	position: relative;
	
	width: 100%;
	/*height: 575px;*/

/*	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
*/

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
/*

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;
*/
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
    
}

.home_news .rb2-slider-pager-item-main {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-star
}

/*	Safari Fix	*/
/*
.rb-mediastate-Mobile .home_news .rb2-slider-pager-item-main {
	-webkit-box-pack: center;
}

.rb-mediastate-Tablet .home_news .rb2-slider-pager-item-main {
	margin: 0 auto;
	display: -webkit-box;
}
*/
/* Concert Styles
-----------------------------------------------------------*/

.home_photo_body .rb2-container-items, 
.home_band_body .rb2-container-items {
	position: relative;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/*
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;	
	
*/	
}

.home_photo_body .rb2-slider-pager-item,
.home_concert_body .rb2-slider-pager-item,
.home_band_body .rb2-slider-pager-item {
	width: 100%;
	-webkit-box-flex: 1;
}

.home_photo_body .rb2-slider-pager-item-main,
.home_band_body .rb2-slider-pager-item-main,
.home_concert_body .rb2-slider-pager-item-main {
	position: relative;
	
	width: 100%;
	height: 100%;
/*	height: 575px;	

	display: -webkit-box;*/	
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	justify-content: space-around;

	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;

}

.home_concert_body .rb2-slider-pager-item-main {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          
   border-top: 5px solid #333333;
   border-bottom: 5px solid #333333;
}

.home_band_body .rb2-slider-pager-item-main {	
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}

.rb-mediastate-Mobile .home_photo_body .rb2-slider-pager-item-main {
	-webkit-box-pack: center;
}

.rb-mediastate-Tablet .home_band_body .rb2-slider-pager-item-main {	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}

.rb-mediastate-Tablet .home_concert_body .rb2-slider-pager-item-main {

}

.rb-mediastate-Mobile .home_band_body .rb2-slider-pager-item-main {

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	
	-webkit-box-align: center;
	
	-webkit-align-items: center;
	
	    -ms-flex-align: center;
	
	        align-items: center;

}

.rb-mediastate-Mobile .home_band_body .rb2-slider-pager-item-main .news_header {
	margin-bottom: 38px;
}


/* New Concert Styles */

.rb-eventlist {
/*    background: url(/content/images/bg-concert.jpg) no-repeat center;
	padding: 40px 0;*/
}

.rb-eventlist-item {
	display: flex;
	padding: 10px 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rb-eventlist-item:hover {
	background: rgba(31, 31, 31, 0.8);
}

.rb-eventlist-item > div {
	padding: 0 10px;
	flex: 1 1 1%;
}
/*
.rb-eventlist-date {
	flex: 0 1 15%;
}

.rb-eventlist-name {
	flex: 0 1 50%;
}

.rb-eventlist-location {
	flex: 0 1 20%;
}
*/
div.rb-eventlist-buttons {
	flex: 0 1 230px;
}

.rb-eventlist-buttons > div {
	display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 20px;
    border-radius: 5px;
}

.rb-eventlist-buttons > div:hover {
	background: #ca512d;
	border-color: #ca512d;
}


/* Blog Styles
-----------------------------------------------------------*/

.rb-mediastate-Tablet #section-blog .rb2-slider-pager-item-main,
.rb-mediastate-Mobile #section-blog .rb2-slider-pager-item-main {
	display: flex;
	
	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
}

#section-blog .rb2-slider-item {
	margin-bottom: 0px;
}


/* Concert Details Styles
-----------------------------------------------------------*/

.event_detail .event_header_event-image,
.event_detail .event_header_info {
	width: 100%;
}

.event_detail .event_header_info {
	text-align: center;
	margin: 40px 0;
	font-size: 25px;
}

.event_detail .event_body {
	text-align: center;
	font-size: 18px;
}

.event_detail .event_description {
	font-size: 18px;
	white-space: pre-wrap;
} 

.event_detail .event_like {
	margin: 50px 0 100px;
} 

.rb-mediastate-Mobile .home_concertphoto_full .rb2-container-items {

}


/* Mobile Background
-----------------------------------------------------------*/

.layer_A {
	background-color: #10071a;
}

.layer_B {
	background-color: #000;
}


/* RB fix
-----------------------------------------------------------*/

.parallaxsection_vertical {
	height: 200px !imp;
	min-height: 0;	
	min-width: 100%;
}

/* Mobile Menu
-----------------------------------------------------------*/

.rbsidebar_panel.rbsidebar_panel_visibled {
	z-index: 110;
	transition: z-index .2s step-end;
}

.rb-mediastate-Mobile #rbsidebar-menupanel,
.rb-mediastate-Tablet #rbsidebar-menupanel {
	box-shadow: -10px 0 15px -5px rgba(0,0,0,.2) inset;
	width: 260px !important;
}

.rb-mediastate-Tablet .page,
.rb-mediastate-Mobile .page
{
    position: relative;
}

.rb-mediastate-Tablet #rbsidebar-menupanel + .page #header, 
.rb-mediastate-Tablet #rbsidebar-menupanel + .page + #footer, 
.rb-mediastate-Tablet #rbsidebar-menupanel + .page, 
.rb-mediastate-Mobile #rbsidebar-menupanel + .page #header, 
.rb-mediastate-Mobile #rbsidebar-menupanel + .page + #footer, 
.rb-mediastate-Mobile #rbsidebar-menupanel + .page {
    left: 260px;
    -webkit-transition: left 0.2s ease-in-out 0s;
    	-ms-transition: left 0.2s ease-in-out 0s;
    		transition: left 0.2s ease-in-out 0s;
}

.rb-mediastate-Tablet #rbsidebar-menupanel.rbsidebar_panel_disabled + .page #header,
.rb-mediastate-Tablet #rbsidebar-menupanel.rbsidebar_panel_disabled + .page + #footer,
.rb-mediastate-Tablet #rbsidebar-menupanel.rbsidebar_panel_disabled + .page,
.rb-mediastate-Mobile #rbsidebar-menupanel.rbsidebar_panel_disabled + .page #header,
.rb-mediastate-Mobile #rbsidebar-menupanel.rbsidebar_panel_disabled + .page + #footer,
.rb-mediastate-Mobile #rbsidebar-menupanel.rbsidebar_panel_disabled + .page
{
    left: 0px;
}

.rb-mediastate-Mobile .menu_items,
.rb-mediastate-Tablet .menu_items {
	display: block;
}
/*
.rb-mediastate-Mobile .menu_divitem,
.rb-mediastate-Tablet .rbsidebar_panel .menu_divitem {
	clear: left;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(134, 134, 134, 0.58);
	padding-left: 25px;
}
*/
.rb-mediastate-Mobile  .rbsidebar_panel .menu_divitem {
	padding-left: 25px;
}

.rb-mediastate-Mobile .rbsidebar_button,
.rb-mediastate-Tablet .rbsidebar_button {
	background: url(/Content/Images/icon-menu-01.png) no-repeat center;
}

.menu_sidebar .main_menu_top .menu_divitem a {
	padding: 0;
}

.menu_sidebar .main_menu_login {
	width: 100%;
	border-bottom: 1px solid rgba(134, 134, 134, 0.58);
	margin: 0;
}


/* ASZF
-----------------------------------------------------------*/

.page_Home_Detail .news_detail {
	padding-top: 230px;
	max-width: 1120px;
	margin: 0 auto;
}

.page_Home_Detail #content-section {
	background: url(/Content/Images/bg-popup.jpg) no-repeat center;
	background-size: 100%;
	background-color: #311747;
	background-position: inherit;
}

.page_Home_Detail .news_header_title {
	margin: 30px 0;
}

.page_Home_Detail .news_fullname {
	font-size: 3.3125em;
}

.page_Home_Detail .news_issuedatetime {
	font-size: 20px;
} 

.page_Home_Detail .news_newsitem {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
} 

.page_Home_Detail .news_headerdata {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 85px;
}

.page_Home_Detail .news_detail .labelitem {
	text-align: center;
}

.page_Home_Detail .news_like {
	margin-top: 50px;
	height: 50px;
}


/* Mask */



.communallogin-before-items h3,
/*.news_thumbimage,
.home_title */{
	mask: url(/content/images/dirt-mask.svg#maskid);
}
.header_roadbook_1 .news_roadtitle {
	mask: url(/content/images/dirt-mask-03.svg#maskid);
}


/*

.home_band_body .rb2-slider-item-1 .news_thumbimage,
.home_band_body .rb2-slider-item-1 .news_thumbimage_sufix,
.home_photo_body .rb2-slider-item-1 .rb2-image,
.home_photo_body .rb2-slider-item-1 .rb2-body,
.home_news_body .rb2-slider-item-1 .news_thumbimage,
.home_news_body .rb2-slider-item-1 .news_thumbimage_sufix {
	mask: url(/content/images/photo-mask-01.svg#maskid);
}

.home_band_body .rb2-slider-item-2 .news_thumbimage,
.home_band_body .rb2-slider-item-2 .news_thumbimage_sufix,
.home_photo_body .rb2-slider-item-2 .rb2-image,
.home_photo_body .rb2-slider-item-2 .rb2-body,
.home_news_body .rb2-slider-item-2 .news_thumbimage,
.home_news_body .rb2-slider-item-2 .news_thumbimage_sufix {
	mask: url(/content/images/photo-mask-02.svg#maskid);
}

.home_band_body .rb2-slider-item-3 .news_thumbimage,
.home_band_body .rb2-slider-item-3 .news_thumbimage_sufix,
.home_photo_body .rb2-slider-item-3 .rb2-image,
.home_photo_body .rb2-slider-item-3 .rb2-body,
.home_news_body .rb2-slider-item-3 .news_thumbimage,
.home_news_body .rb2-slider-item-3 .news_thumbimage_sufix {
	mask: url(/content/images/photo-mask-03.svg#maskid);
}

.home_band_body .rb2-slider-item-4 .news_thumbimage,
.home_band_body .rb2-slider-item-4 .news_thumbimage_sufix,
.home_photo_body .rb2-slider-item-4 .rb2-image,
.home_photo_body .rb2-slider-item-4 .rb2-body,
.home_news_body .rb2-slider-item-4 .news_thumbimage,
.home_news_body .rb2-slider-item-4 .news_thumbimage_sufix {
	mask: url(/content/images/photo-mask-04.svg#maskid);
}

*/
/*
.profile-full .inputform .inputtitle {
	mask: url(/content/images/profile-mask-main.svg#maskid);
}
.profile-full .inputpage_field_Image .inputpage_textimage_div {
	mask: url(/content/images/profile-mask.svg#maskid);
}
*/

.roadeditsablon .sabloneditor_sablonlist_items
{
    display: block;
    float: left;
}



/* RoadBook Order Styles
-----------------------------------------------------------*/

.roadbook_shop {
	height: 720px;
	margin-bottom: 120px;
	position: relative;
}

.roadbook_shop_book {
	width: 50%;
	float: left;
}

.roadbook_shop_dvd {
	width: 50%;
	float: right;
}

.roadbook_shop_book_buy,
.roadbook_shop_dvd_buy {
	cursor: pointer;
	width: 153px;
	height: 153px;
}

.roadbook_shop_book_image {
	height: 720px;
	margin-right: 20px;
	/* background: url(/Content/Images/image-konyv-01.png) no-repeat right;*/
}

.roadbook_shop_book_buy {
    position: absolute;
    top: 0;
    left: 80px;
	background: url(/Content/Images/gomb-konyv-megrendelem-01.png) no-repeat center;
}

.roadbook_shop_dvd_image {
	height: 720px;
	margin-left: 20px;
	/* background: url(/Content/Images/image-dvd-01.png) no-repeat left;*/
}

.roadbook_shop_dvd_buy {
    position: absolute;
    top: 0;
    right: 90px;
	background: url(/Content/Images/gomb-dvd-megrendelem-01.png) no-repeat center;
}


.rb-mediastate-Tablet .roadbook_shop_book_image,
.rb-mediastate-Tablet .roadbook_shop_dvd_image,
.rb-mediastate-Mobile .roadbook_shop_book_image,
.rb-mediastate-Mobile .roadbook_shop_dvd_image  {
	background-size: 80%;
}

.rb-mediastate-Tablet .roadbook_shop_dvd_buy {
	background-size: 80%;
	top: 70%;
	right: 2%;
}

.rb-mediastate-Tablet .roadbook_shop_book_buy {
	background-size: 80%;
	top: 70%;
	left: 2%;
}

.rb-mediastate-Mobile .roadbook_shop_book_buy,
.rb-mediastate-Mobile .roadbook_shop_dvd_buy {
	width: 73px;
	height: 73px;
}

.rb-mediastate-Mobile .roadbook_shop_dvd_buy {
	background-size: 100%;
	top: 76%;
	right: 2%;
}

.rb-mediastate-Mobile .roadbook_shop_book_buy {
	background-size: 100%;
	top: 76%;
	left: 0%;
}

.rb-mediastate-Mobile .roadbook_shop_book_image,
.rb-mediastate-Mobile .roadbook_shop_dvd_image {
	height: 290px;
}

.rb-mediastate-Mobile .roadbook_shop {
	height: 420px;
	margin-bottom: 0;
}

@media screen and (min-width: 420px) and (max-width: 640px) {
	
	.rb-mediastate-Mobile .roadbook_shop_book_image,
	.rb-mediastate-Mobile .roadbook_shop_dvd_image {
		height: 420px;
	}
	
	.rb-mediastate-Mobile .roadbook_shop_dvd_buy {
		top: 80%;
		right: 2%;
	}

	.rb-mediastate-Mobile .roadbook_shop_book_buy {
		top: 80%;
		left: 2%;
	}
}

/* 
 * Basket styles 
 */

.menu_basket .basket_image {
	display: none;
    width: 50px;
    height: 50px;
    background: url(/content/images/icon-basket-full.png) no-repeat center;
    background-size: 70%;
    float: right;
}

.menu_basket .basket_empty .basket_image {
	display: none;
	background: url(/content/images/icon-basket-empty.png) no-repeat center;
	background-size: 70%;
}

.rb-mediastate-Mobile .menu_basket,
.rb-mediastate-Tablet .menu_basket {
	float: right;
}

.rb-mediastate-Mobile .menu_basket .basket_image,
.rb-mediastate-Tablet .menu_basket .basket_image {
	display: block;
}

.basket_main.basket_empty > div {
	display: inline-block;
	vertical-align: middle;
}

.basket_title,
.basketmini_summa,
.basketmini_summa * {
	display: inline-block;
	vertical-align: middle;
}

.rb-mediastate-Tablet .baseheader-first .basket_title {
	display: none;
}

.rb-overlay-on .popup_panel_container {
	z-index: 101;
}

.popup-popupbasket_full_panel {
	width: 495px;
	margin: 0 0 50px !important;
	font-family: 'Anton', sans-serif;
	z-index: 200;
}

.rb-mediastate-Mobile .popup-popupbasket_full_panel {
	width: 100%;
	max-width: none;
	padding: 0 10px;
	margin: 10px 0 !important;
}


.popup-popupbasket_full_panel .basket_header .basket_title,
.popup-popupbasket_full_panel .basket_header .basket_summa_quantity,
.popup-popupbasket_full_panel .basket_header .basket_emptytitle,
.popup-popupbasket_full_panel .basket_header .basket_summa  {
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
}

.popup-popupbasket_full_panel .basket_header .basket_summa {
	font-size: 34px;
	color: #ca512d;
}

.popup-popupbasket_full_panel .basket_full .basket_header {
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}

.popup-popupbasket_full_panel .basket_full .basket_header,
.popup-popupbasket_full_panel .basket_full .basket_checkout  {
	width: 100%;
	background-color: #333;
}

.popup-popupbasket_full_panel .basket_summa_discountheader > div {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.popup-popupbasket_full_panel .basket_summa_discountheader .basket_summa_discount {
	margin-left: 15px;
}

.popup-popupbasket_full_panel .basket_checkout {
	text-align: center;
}

.popup-popupbasket_full_panel .basket_checkout input {
    width: auto;	
    font-weight: 400;
    font-size: 16px;
    padding: 15px 25px;
	background: #ca512d;
	color: #FFF;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
}

.popup-popupbasket_full_panel .basket_item {
	border: 10px solid rgba(0,0,0,0.20);
	border-bottom: 5px;
	background: #FFF;
	color: #000;
	text-transform: uppercase;
}
.popup-popupbasket_full_panel .basket_item:last-child {
	border-bottom: 10px solid rgba(0,0,0,0.20);	
}

.basket_item_left {
	text-align: center;
	border-right: 10px solid rgba(0, 0, 0, 0.05);
}

.basket_item_image img {
	max-width: 110px;
	margin: 0 auto;
}

.basket_item:nth-child(even) {
	background: #FFF;
}

.webshopmain_checkout .basket_item {
	background: transparent;
}

.basket_item_quantity_line input {
	font-family: 'Open Sans', sans-serif;
	width: 40px;
	height: 40px;
    border: 0;
    color: white;
    font-size: 35px;
    line-height: 40px;
/*    text-indent: -90000px;*/
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    background: #ca512d;
}

.basket_item_quantity_line_delete {
	/*background: #ca512d url(/content/images/icon-minus.png) no-repeat center;*/
	
}

.basket_item_quantity_line_add {
	/*background: #ca512d url(/content/images/icon-plus.png) no-repeat center;*/
}

.rb-mediastate-Mobile .basket_item_quantity_line input {
	font-size: 40px;
	line-height: 37px;
}

.popup-popupbasket_full_panel_closebutton {
	width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
	background: url(/content/images/icon-close-basket.png) no-repeat center;	
}

.rb-mediastate-Mobile .popup-popupbasket_full_panel_closebutton {
	top: 0px;
	right: 10px;
}


.basket_item .basket_item_name {
	font-size: 17px;
}

.basket_item_quantity_line {
	padding: 10px 0 15px;
}

.basket_item_summa_name {
	margin: 15px 0 10px;
}

.basket_summa, .basket_item_quantity, .basket_item_summa, .webshopmain_checkout .basket_item_summa_name {
	font-weight: 500;
}

.menu_basket .basket_mini {
	position: relative;
}

/*.rb-mediastate-Mobile */ .menu_basket .basket_mini .basketmini_summa {
    width: 15px;
    height: 15px;
	font-size: 11px;
	font-weight: 400;
	background-color: #ca512d;
	line-height: 13px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -18px;
}

#header .basketmini_summa {
	background-color: #ca512d;
}

.rb-mediastate-Tablet #header .basketmini_summa {
	display: block;
	top: 5px;
	right: 5px;
}

.popup-popupbasket_full_panel .basket_summa_line_value {
	float: none;	
}

.rb_shop_additempopup-full {
	color: #000;
}

.rb_shop_additem_right {
	margin-left: 40px;
}

/*
 * Checkout
 */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.page_WebDataShopInfoGrid {
	background: #000 url(/Content/images/bg-detail.jpg) no-repeat;
	background-size: 100%;
}

.webshopmain_checkout {
	width: 100%;
	max-width: 1120px;
	padding: 0;
	font-family: 'Anton', sans-serif;	
}

.webshopmain_checkout .basket_checkout, .webshopmain_checkout .webshopmain_checkout_form {
	padding: 0 70px;
}

.rb-mediastate-Mobile .webshopmain_checkout .basket_checkout,
.rb-mediastate-Mobile .webshopmain_checkout .webshopmain_checkout_form {
	padding: 0 10px;
}

.webshopmain_checkout .basket_items-on-button, .webshopmain_checkout .basket_items-off-button {
	color: #FFF;
}

.webshopmain_checkout .basket_header .basket_title,
.webshopmain_checkout .basket_header .basket_summa_quantity,
.webshopmain_checkout .basket_summa {
	font-size: 34px;
	text-transform: uppercase;
}

.webshopmain_checkout .basket_header .basket_title,
/*.webshopmain_checkout .basket_header .basket_summa_quantity,*/
.webshopmain_checkout .basket_header .basket_emptytitle,
.webshopmain_checkout .basket_summa_title,
.webshopmain_checkout .inputpage_field_PaymentMode > label,
.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_Description > label,
.webshopmain_checkout .inputpage_field_DeliveryMode .inputpage_label {
	color: #ca512d;
	text-transform: uppercase;
}

.webshopmain_checkout .basket_header > div {
	display: inline-block;
	vertical-align: top;
	width: 47%;
}

.webshopmain_checkout .basket_header_info {
	margin-right: 5%;
}

.webshopmain_checkout .basket_summa .basket_summa_title {
	margin-top: 0;
}

.rb-mediastate-Mobile .webshopmain_checkout .basket_header > div {
	display: block;
	width: 100%;
}

.rb-mediastate-Mobile .basket_summa_full {
	margin-top: 40px;
}

.webshopmain_checkout .basket_header .basket_summa_quantity {
	color: #FFF;
}

.webshopmain_checkout .basket_summa_retail {
	display: block;
	margin: 10px 0;
}

.webshopmain_checkout .inputpage_field_DeliveryMode .inputpage_label {
	font-size: 40px;
	font-weight: 300;
}

.webshopmain_checkout .inputpage_fields input[type="text"],
.webshopmain_checkout .inputpage_fields input[type="password"] {
	font-family: 'Roboto', sans-serif;
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    width: 100%;
    padding: 10px 25px;
    text-indent: 0;
    font-size: 17px;
    background-color: #CECECE !important;
    color: #000;	
}

.inputgroup-phonenumber .inputpage_fieldpage {
	float: none;
} 

.inputgroup-register {
	width: 47%;
}

.pay-result-check * {
	color: #FFF;
}

.payresult-data {
	color: #000;
}

.inputgroup-register > div {
	float: none;
}

.webshopmain_checkout input:-webkit-autofill,
.webshopmain_checkout input:-webkit-autofill:hover, 
.webshopmain_checkout input:-webkit-autofill:focus
.webshopmain_checkout input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #CECECE inset;
}

.inputgroup-register {
	margin-top: 20px;
}

.webshopmain_checkout_form textarea {
	background-color: #CECECE;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.inputpage_radiobox_image img {
	height: 30px;
}

.webshopmain_checkout .inputpage_field_PaymentMode .inputpage_radiobox,
.webshopmain_checkout .inputpage_field_DeliveryMode .inputpage_radiobox {
	margin-left: 0;
}

.inputpage_field_PaymentMode .inputpage_radiobox label,
.inputpage_field_DeliveryMode .inputpage_radiobox label,
.inputpage_field_CheckoutRuleOK label {
	-webkit-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;	
}

.inputpage_field_PaymentMode .inputpage_radiobox label:hover,
.inputpage_field_DeliveryMode .inputpage_radiobox label:hover,
.inputpage_field_CheckoutRuleOK label:hover {
	color: #ca512d;	
}

.webshopmain_checkout .inputpage_label {
	display: block;
	font-size: 19px;
	text-transform: uppercase;
}

.webshopmain_checkout .inputpage_field_PaymentMode input {
	margin-top: 32px;
}

.webshopmain_checkout .submitbutton {
	height: auto;
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 25px;
	color: #FFF;
	background-color: #ca512d;
	margin: 40px 0 0;
	border: 0;
	-webkit-appearance: none;	
}

.webshopmain_checkout .basket_items_header {
	text-transform: uppercase;
	border-color: rgba(255,255,255,0.5);
}

.webshopmain_checkout .basket_item_quantity_line {
	border-color: rgba(255,255,255,0.5);
}

.webshopmain_checkout .basket_item {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.webshopmain_checkout .basket_item:last-child {
	border-bottom: none;
}

.webshopmain_checkout .basket_item_quantity_line input[type="button"] {
	font-size: 30px;
	line-height: 38px;
}

.webshopmain_checkout .inputpage_field_CheckoutRule {
	margin: 30px 0;
	border: 10px solid #CCC;
	padding: 15px;
}

.webshopmain_checkout .inputgroup-shippingname {
	clear: both;
}

.webshopmain_checkout .inputgroup:after {
	content: "";
	display: table;
	clear: both;
}

.webshopmain_checkout .inputgroup {
	/*margin: 50px 0;*/
}

.webshopmain_checkout .inputpage_field_DeliveryMode .inputpage_radiobox_info {
	width: calc(100% - 30px);
	margin-bottom: 10px;
}

.webshopmain_checkout .inputpage_field_PaymentMode,
.webshopmain_checkout .inputpage_field_DeliveryMode  {
	display: inline-block;
	width: 47.5%;
	clear: none;	
}

.webshopmain_checkout .inputpage_field_DeliveryMode {
	margin-right: 5%;
}

.rb-mediastate-Mobile .webshopmain_checkout .inputpage_field_PaymentMode,
.rb-mediastate-Mobile .webshopmain_checkout .inputpage_field_DeliveryMode  {
	display: block;
	width: 100%;
	clear: both;	
}  

.webshopmain_checkout .inputpage_field_InvoiceDataInput {
	margin-top: 20px;
}

.webshopmain_checkout input[type="radio"] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 50%;
    outline: 0;
}

.webshopmain_checkout input[type="radio"]:checked {
	background: #FFF url(/content/images/radio-selected.png) no-repeat center;
	background-size: 9px;
}


.webshopmain_checkout .basket_main.basket_empty > div {
	display: block;
	text-align: left;
}

.webshopmain_checkout .basket_main.basket_empty .basket_header_info > div,
.webshopmain_checkout .basket_emptytitle {
	display: inline-block;
}

.popup-popupbasket_full_panel .basket_empty .basket_items {
	display: none;
}


.basket_summa_login {
	margin-top: 40px;
}

.basket_summa_login_buttons > div {
	vertical-align: top;
}

.basket_summa_login_buttons .popup_button_title {
	height: 50px;
	line-height: 50px;
    background: #FFF;
    color: #000;
    padding: 0 30px;
    border-radius: 0;
    margin-right: 15px;
}

.basket_summa_login_buttons .communallogin-items {
	width: 100%;
}

.basket_summa_login_buttons .communallogin-items-full {
	width: 50%;
}

/*
 * Product Styles
 */

.home_products .rb2-container-items {
	position: relative;
}

.home_products .rb2-slider-pager-item-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.home_products .rb2-slider-pager-item {
	width: 100%;
}

.home_products .rb2-slider-item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(100% / 3);
	    -ms-flex: 0 0 calc(100% / 3);
	        flex: 0 0 calc(100% / 3);
}
 
.rb-mediastate-Tablet .home_products .rb2-slider-item {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

.rb-mediastate-Mobile .home_products .rb2-slider-item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;	
}

.home_products .product-name {
	width: 100%;
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 90px;
}

.rb-mediastate-Tablet .home_products .product-name {
	font-size: 20px;
}

.rb-mediastate-Mobile .home_products .product-name {
	font-size: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	bottom: initial;
}

.home_products .rb2-slider-item:hover .product-name {
	display: none;
} 

.home_products .product-footer {
	display: -webkit-box;
	display: -ms-flexbox;
		   display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	
	font-family: 'Anton', sans-serif;
	font-size: 18px;	
	text-transform: uppercase;
}

.rb2-slider-item:hover .product-footer,
.rb-mediastate-Mobile .home_products .product-footer,
.rb-mediastate-Tablet .home_products .product-footer {
		 -webkit-box-pack: justify;
			-ms-flex-pack: justify;
	justify-content: space-between;	
}

.home_products .product-footer > div {
	float: left;
}

.home_products .product-price-full {
	padding: 10px 30px;
	background-color: #000;
}

.rb-mediastate-Desktop .home_products .rb2-slider-item:hover .product-price-full {
	background-color: transparent;
}

.product-new {
	font-family: 'Anton', sans-serif;
	font-size: 18px;	
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #ca512d;	
	
	position: absolute;
	top: 0;
	left: 0;
}

.rb-mediastate-Mobile .home_products .product-price-full,
.rb-mediastate-Mobile .home_products .product-new  {
	font-size: 17px;
	padding: 5px 15px;	
}

.home_products .product-price-full > div {
	display: inline-block;
	text-transform: uppercase;
}

.rb-mediastate-Desktop .product-footer .product-price {
	font-size: 22px;
}

.home_products .product-image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(40%);
			filter: brightness(40%);
}


/*
 * Product Detail Styles
 */

.productinfogrid_detail {
	max-width: 1120px;
	margin: 0 auto;
	padding-top: 70px;
}

.rb-mediastate-Tablet .productinfogrid_detail {
	padding: 70px 20px 0;	
}

.rb-mediastate-Mobile .productinfogrid_detail {
	padding: 70px 10px 0;	
}

.product-detail > div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.product-detail .newsitems-full {
	display: block;
	width: 100%;
	margin-top: 60px;
}

.product-detail .productinfogrid_newsitem {
	display: block;
	width: 100%;
}

.rb-mediastate-Mobile .product-detail > div {
	display: block;
	width: 100%;
}

.product-detail .product-price-full > div {
	display: inline-block;
	vertical-align: middle;
}

.product-detail .product-detail-left {
	max-width: 480px;
}

.product-detail .product-image_img {
	width: 100%;
}

.product-detail .product-detail-right {
	width: calc(50% - 55px);
	margin-left: 50px;
}

.rb-mediastate-Tablet .product-detail .product-detail-right {
	width: calc(50% - 6%);
	margin-left: 5%;
}

.rb-mediastate-Mobile .product-detail .product-detail-right {
	margin: 0;
	padding: 10px;
}

.product-detail .product-price-main {
	margin-bottom: 30px;
}

.product-detail .product-description {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	margin: 40px 0 20px;
}

.product-detail .product-name,
.product-detail .product-subname,
.product-detail .product-price-full,
.product-detail .product-basket input  {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
} 

.product-detail .product-name {
	font-size: 44px;
	margin-bottom: 40px;
}

.rb-mediastate-Mobile .product-detail .product-name,
.rb-mediastate-Tablet .product-detail .product-name  {
	font-size: 25px;
}

.product-detail .product-subname,
.product-detail .product-price-main .product-price-full {
	font-size: 24px;
}

.product-detail .product-price-line .product-price-buy,
.product-detail .product-price-line .product-basket {
	width: 144px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	display: table-cell;
}

.product-detail .product-price-buy {
	background: #FFF;
	color: #000;
}

.product-detail .product-basket {
	background: #ca512d;	
}

.product-detail .product-basket input {
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #FFF;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
}


.popup-detail_panel .comment_newlink_item {
	font-family: 'Anton', sans-serif;
	text-align: left;
	margin: 55px 0 0 0;
}

.productinfogrid_newsitem_image img {
	width: 100%;
}

/* Detail Styles
-----------------------------------------------------------*/

.page_Home_Detail .news_image img,
.popup-detail_panel .news_image img {
	width: 100%;
	border: 10px solid #333;
} 

.page_Home_Detail .news_header,
.popup-detail_panel .news_header {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 70px 0;
}

.popup-detail_panel .newsitem-layout-image {
	
}

.popup-detail_panel .news_name,
.popup-detail_panel .news_issuedatetime {
	margin: 0;
}

.popup-detail_panel .news_like {
	margin-top: 30px;
} 

.news_newsitem_image_img {
	max-width: 440px;
	border: 10px solid #333;
}

.rb-mediastate-Mobile .news_newsitem_image_img {
	max-width: 100%;
}

.page_Home_Detail .news_detail,
.popup-detail_panel .news_detail,
.page_Home_Detail .detail_comment,
.popup-detail_panel .detail_comment  {
	max-width: 1120px;
	margin: 0 auto;
}

.rb-mediastate-Mobile .news_newsitem_image.imagevideo iframe {
	width: 100%;
}

.rb-mediastate-Mobile .page_Home_Detail .news_detail,
.rb-mediastate-Mobile .popup-detail_panel .news_detail,
.rb-mediastate-Mobile .page_Home_Detail .detail_comment,
.rb-mediastate-Mobile .popup-detail_panel .detail_comment  {
	padding: 0 15px;
}

.page_Home_Detail .detail_header,
.popup-detail_panel .detail_header {
	width: 100%;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
	padding: 50px 0;
	text-align: center;
	background: url(/content/images/placcs.jpg) no-repeat center center;
} 

.rb-mediastate-Mobile .page_Home_Detail .detail_header,
.rb-mediastate-Mobile .popup-detail_panel .detail_header {
	background-size: 150%;
	padding: 0;
}

.page_Home_Detail .news_header_title,
.popup-detail_panel .news_header_title {
	margin-bottom: 60px;
} 

.news_detail .imagevideo iframe {
	width: 60%;
} 

/* Pager */

.news_header-root {
	position: relative;
}

.news_header_prevnext {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
}

.news_header_prevnext-prev {
	background: url(/content/images/icon-arrow-left.png) no-repeat center;
	left: -100px;
}

.news_header_prevnext-next {
	background: url(/content/images/icon-arrow-right.png) no-repeat center;
	right: -100px;
}

/* Comment Styles
-----------------------------------------------------------*/


.comments_full .rb2-container .rb2-slider-pager-item-main {
	display: block;
}

.comments_full .rb2-container .rb2-slider-pager-item-main .rb2-slider-item {
	width: 100%;
	margin-bottom: 35px;
}

.commentitem_header div {
	display: inline-block;
	vertical-align: middle;
}

.comments_full .rb2-container .rb2-slider-pager-item-main .commentitem_description {
	text-align: left;
} 


.comments_full {
	max-width: 1400px;
	margin: 0 auto;
}

.rb-mediastate-Mobile .comments_full {
	width: 90%;
}

.comment_newlink,
.comment_newlink_item,
.comment_summa {
	float: none;
	margin: 0;
}

.comment_summa {
	font-weight: 400;
	padding: 5px 0 10px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}

.comment_summa_count_before {
	margin-right: 5px;
}

.comment_new {
	margin: 50px 0 35px;
}

.rb-mediastate-Mobile .comment_new {
	margin: 20px 0 35px;
}

.comment_newlink_link {
	font-size: 35px;
	font-weight: 100;
}

.commentitem {
	padding: 0;
}

.comment_list_detail {
	margin: 30px 0;
}

.commentitem_left,
.commentitem_right,
.comment_inputpage_field > div{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.commentitem_right_header > div {
	display: inline-block;
	vertical-align: middle;	
}

.commentitem_username {
	float: none;
	font-size: 14px;
	margin-right: 20px;
}

.commentitem_commentdatetime {
	float: none;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}

.commentitem_right_header .labelitem {
	display: inline-block;
}

.commentitem_right {
	width: 90%;
	width: calc(100% - 70px);
	margin-left: 15px;
}

.comment_new .inputpage_textarea {
	width: calc(100% - 69px);
	margin-left: 15px;
}

.inputpage_textarea #commentlistboxid-description {
	min-height: 37px;
	padding: 0.5em;
	background-color: #FFF;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;	
}

.commentitem_right_body {
	margin-top: 15px;
	font-size: 15px;
}

.comment_inputpage_userimage img,
.commentitem_image_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.comment_new .inputpage_buttons {
	float: right;
}

.comment_new button {
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background-color: #000;
    color: #FFF;    
    padding: 10px 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    outline: 0;
}


#jquery-msg-content * {
	
}

#jquery-msg-content {
	font-size: 18px;
	color: #000;
	background-color: #FFF;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);	
}

.rb-mediastate-Mobile #jquery-msg-content {
	width: 90%;
	font-size: 15px;
	border-radius: 0;
}

.detail_header {
	text-align: center;
}

.detail_header .itemnextprev_image_img {
	width: 90px;
}

.detail_header .itemnextprev_name {
	font-size: 13px;
	text-transform: capitalize;
	text-align: left;
}

.detail_header .detail_header_title {
	margin: 0 13%;
}

.rb-mediastate-Mobile .detail_header .detail_header_title {
	font-size: 30px;
}

.detail_header .itemnextprev_main {
	width: 110px;
	padding: 10px;
	background: #ca512d;
}

.rb-mediastate-Mobile .detail_header .itemnextprev_main {
	display: none;
}

.detail_header > div,
.detail_header .news_nextprev > div {
	display: inline-block;
	vertical-align: middle;
}

.rb-mediastate-Mobile .news_nextprev {
	display: inline-block;
	vertical-align: bottom;
}

.detail_header .itemnextprev_arrow {
	width: 18px;
	height: 13px;
}

.rb-mediastate-Mobile .detail_header .itemnextprev_arrow {
	width: 30px;
	height: 22px;
	vertical-align: bottom;
	margin-bottom: 10px;
	background-size: 100%;
} 

.detail_header .news_nextprev {
	cursor: pointer
} 

.detail_header .itemnextprev_prevarrow {
	background: url(/content/images/arrow-left.png) no-repeat center;	
}

.detail_header .itemnextprev_nextarrow {
	background: url(/content/images/arrow-right.png) no-repeat center;	
}  


.allwebshop_items_new .allwebshop_items_header,
.allwebshop_items_old .allwebshop_items_header  {
    font-family: 'Anton' sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0;
}

.allwebshop_items_body {
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.allwebshop_items_body {
		width: 90%;
	}	
}

.allwebshop_item_info {
	padding: 10px;
	font-weight: 400;
	box-shadow: -10px 0px 0px 0px #3b3b3b;
/*	border-right: 10px solid #3b3b3b;*/
	
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 11%;
	    -ms-flex: 1 0 11%;
	        flex: 1 0 11%;
}

@media screen and (min-width: 1650px) {
	.allwebshop_item_date,
	.allwebshop_item_total,
	.allwebshop_item_summa {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 8%;
		    -ms-flex: 1 0 8%;
		        flex: 1 0 8%;	
	}
	
	.allwebshop_item_code,
	.allwebshop_item_discount {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 9%;
		    -ms-flex: 1 0 9%;
		        flex: 1 0 9%;	
	}
	
	.allwebshop_item_shipping,
	.allwebshop_item_invoice {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 16%;
		    -ms-flex: 1 0 16%;
	        	flex: 1 0 16%;	
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.allwebshop_item_info {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
	}   	
}

.rb-mediastate-Tablet .allwebshop_item_info,
.rb-mediastate-Mobile .allwebshop_item_info  {
	border-right: none;	
	box-shadow: none;
}

.rb-mediastate-Tablet .allwebshop_item_data,
.rb-mediastate-Mobile .allwebshop_item_data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    	flex: 0 0 50%;
	border-bottom: 10px solid #3b3b3b;
}


.allwebshop_item_data:nth-child(even) {
	background-color: rgba(59,59,59,0.50);
}

.allwebshop_item_data:hover {
	background-color: #ca512d;	
}

.allwebshop_item_data:hover .allwebshop_item_info  {
	box-shadow: none;
	border: none;
}

.allwebshop_item_header .allwebshop_item_showchilds {
/*	display: none;*/
}

.allwebshop_item_data:hover .allwebshop_item_showchilds {
	background: url(/content/images/icon-webshopitem-open-new-white.png) no-repeat center
}

.allwebshop_child_main {
	color: #000;
}

.allwebshop_child_main .allwebshop_child_item_header {
	background-color: #FFF;
	border-bottom: none;
}

.allwebshop_child_item_product {
	width: 69%;
	text-align: left;
}

.allwebshop_child_item_quantity,
.allwebshop_child_item_summaprice {
	width: 15%;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity {
	padding: 0;
	border-left: 10px solid #d2d2d2;
	border-right: 10px solid #d2d2d2;	
}

.allwebshop_child_item_productinfo {
	margin: 0;
}

.allwebshop_child_item_data:nth-child(odd) {
	background: transparent;
}

.allwebshop_child_item_data:nth-child(even) {
	background: #ebebeb;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity,
.allwebshop_child_item_data .allwebshop_child_item_summaprice {
	font-size: 18px;
	font-weight: 400;	
}

.allwebshop_item_child .allwebshop_item_showchilds-on {
	height: 50px;
	background: rgb(59, 59, 59) url(/content/images/icon-webshopitem-close.png) no-repeat center 50%;
}

.allwebshop_item_data:hover .allwebshop_item_child .allwebshop_item_showchilds-on {
	background:	#ca512d url(/content/images/icon-webshopitem-close-white.png) no-repeat center 50%;
}

.allwebshop_items_old .allwebshop_item_showchilds {
	background: url(/content/images/icon-webshopitem-open-new.png) no-repeat center 50%;
}

.allwebshop_item_header .allwebshop_item_showchilds {
	background: none;
}


/*
 * PopUp Fix
 */

.rb-mediastate-Desktop #rb-overlay {
/*	position: absolute;
	width: calc(100% - 16px);	*/	
}

#rb-overlay, .rb-specoverlay, #rb-loading-overlay {
	height: 1000vh;
}




/* 
 * Temp 
 */


.page_Home_Index .home_news .news_subname {
	display: none;
}




.rb-mediastate-Desktop #section-shop
{
   /*padding-top: 294px;
   padding-top: 150px;*/
}

.page_others #content-section {
	padding-top: 150px;
}

.page_Error #content-section {
	padding-top: 300px;
}



/* Live Event Styles
-----------------------------------------------------------*/

.rb-liveevent {
    background: #000 url(/Content/images/bg-detail.jpg) no-repeat top;
    background-position: center 350px;
}

.rb-live-full {
	border: 10px solid #333;
}

.rb-mediastate-Mobile .rb-liveevent,
.rb-mediastate-Tablet .rb-liveevent  {
	padding-top: 0;
}

.rb-mediastate-Mobile .page_Home_LiveEvent #content-section {
	padding-top: 50px;
} 

.rb-livecoming-full {
	display: none;
	text-align: center;
	background: url(/content/images/bg-live-event.jpg) no-repeat center;
	height: auto;
	background-size: cover;
	padding: 10px 0;
}

.rb-runingliveevent .rb-livecoming-full {
	display: block;
}

.rb-runingliveevent #content-section {
	padding-top: 204px;
}

.rb-mediastate-Tablet .rb-runingliveevent #content-section {
	padding-top: 360px;
}

.rb-livecoming-full > div {
	display: inline-block;
	vertical-align: middle;
}

.rb-livecoming-center {
	margin: 20px 15% 0;
}

.rb-livecoming-center-subline {
	margin: 0;
	font-size: 30px;
}

.rb-livecoming-left-subline,
.rb-livecoming-right-subline  {
	margin: 0;
	font-size: 17px;
}

.rb-livecoming-left a {
	display: block;
	color: #FFF;
	text-shadow: 1px 1px #000;
}

.rb-mediastate-Desktop .rb-livecoming-left a {
	color: #ca512d;
}

.rb-mediastate-Tablet .rb-livecoming-center {
	margin: 20px 8% 0;
}

.rb-livecoming-left,
.rb-livecoming-right {
	width: 25%;
	font-size: 25px;
	color: #000;	
}

.rb-livecoming-center-top {
	font-size: 50px;
}

.rb-mediastate-Tablet .rb-livecoming-center-top {
	font-size: 55px;
}

@media screen and (max-width: 1260px) {
	.rb-livecoming-left,
	.rb-livecoming-right {
		width: 20%;
		font-size: 20px;
	}
}

.rb-mediastate-Mobile .rb-livecoming-full {
	position: relative;
	top: 50px;
	height: auto;
	padding: 15px 0;
	background-size: cover;
}

.rb-mediastate-Mobile .rb-livecoming-center {
	margin: 0;
}

.rb-mediastate-Mobile .rb-livecoming-left,
.rb-mediastate-Mobile .rb-livecoming-right {
	width: 100%;
	font-size: 18px;	
}

.rb-mediastate-Mobile .rb-livecoming-center-top {
	font-size: 50px;
}

.rb-mediastate-Mobile #content-section {
	padding-top: 50px;
}

.rb-mediastate-Mobile .rb-runingliveevent #content-section {
	padding-top: 289px;
}

.rb-mediastate-Mobile .rb-top100 #content-section {
	/*padding-top: 219px;*/
}







.rb-liveevent-main {
	max-width: 1120px;
	margin: 0 auto 70px;
}

.rb-mediastate-Mobile .rb-liveevent-main,
.rb-mediastate-Tablet .rb-liveevent-main {
	padding: 0 15px;
}

.rb-liveevent-main .rb-liveevent-main-left {
	margin-right: 5%;
}

.rb-mediastate-Mobile .rb-liveevent-main .rb-liveevent-main-left {
	margin-right: 0;
	margin-bottom: 40px;
}

.rb-liveevent-main .rb-liveevent-main-left iframe {
	width: 100%;
}

.rb-mediastate-Mobile .rb-liveevent-main .rb-liveevent-main-left iframe {
	height: 100%;
}

.rb-liveevent-main .rb-liveevent-main-left,
.rb-liveevent-main .rb-liveevent-main-right  {
	display: inline-block;
	vertical-align: top;
	width: 47%;	
}

.rb-mediastate-Mobile .rb-liveevent-main .rb-liveevent-main-left,
.rb-mediastate-Mobile .rb-liveevent-main .rb-liveevent-main-right  {
	display: block;
	width: 100%;	
}

.rb-liveevent-main .comments_full {
	width: 100%;
	max-width: none;
}

.rb-liveevent-main .commentitem_header > div,
.rb-liveevent-main .commentitem_header_commentauthor_header > div{
	display: inline-block;	
	vertical-align: middle;
}

.rb-liveevent-main .rb2-container-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px;
	width: 100% !important
}

.rb-mediastate-Mobile .rb-liveevent-main .rb2-container-items {
	min-height: auto;
}

.rb-liveevent-main .rb2-slider-pager-item {
	width: 100%;
}

.rb-liveevent-main .comments_full .rb2-slider-pager-item-main {
	display: block;
	
}

.rb-liveevent-main .comments_full .rb2-slider-item {
	width: 100%;
	margin: 17px 0;
} 

.rb-liveevent-main .rb2-slider-pager-item-main:after {
	content: "";
	display: table;
	clear: both;
}

.rb-top100 .rb-livecoming-full {
	display: none;
}

.rb-liveevent-leftfooter .person-image_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.rb-liveevent-leftfooter .rb2-container-items {
	position: relative;
}

.rb-liveevent-leftfooter .rb2-slider-item {
	width: 50px;
	height: 50px;
	margin: 0 12px 15px;	
}

.rb-mediastate-Mobile .rb-liveevent-leftfooter .rb2-slider-item,
.rb-mediastate-Mobile .rb-liveevent-leftfooter .person-image_img  {
	width: 40px;
	height: 40px;
	margin: 0;
}

.rb-liveevent-top_header .desc-child-rb-live-header {
	font-family: 'Anton', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.rb-liveevent-top_header {
	margin: 70px 0;
}

.rb-mediastate-Mobile .rb-liveevent-top_header {
	margin: 20px 0;
}

.rb-mediastate-Mobile .rb-liveevent-top_header .desc-child-rb-live-header {
	font-size: 24px;
}

.rb-liveevent-leftfooter {
	background: rgba(51,51,51,0.50);
	padding: 25px 15px;
}

.rb-liveevent-leftfooter .rb2-slider-root {
	position: relative;
}

.rb-liveevent-leftfooter .rb2-pager-item {
    position: absolute;
    transform: none;
    top: auto;		/* IE Fix */
    right: auto;	/* IE Fix */
    top: initial;
    right: 0px;
    bottom: 55px;
    float: none;
    width: 50px;
    height: 50px;
    background: url(/content/images/icon-arrow-next.png) no-repeat center;
}

.rb2-slider-autoscroll .rb2-slider-pager-item-pageinfo {
	display: none;
}


.rb-liveevent-main-right .rb2-pager-item {
	position: static;
	width: 50px;
	height: 50px;
}

.rb-liveevent-main-right .rb2-pager-item-prev {
	float: left;
	background: url(/content/images/icon-arrow-next.png) no-repeat center;
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.rb-liveevent-main-right .rb2-pager-item-next {
	float: right;
	background: url(/content/images/icon-arrow-next.png) no-repeat center;
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.rb-liveevent-main-right .rb2-pager-item-disable {
	opacity: 0.3;
}

.rb-liveevent-main-right .comment_new {
	margin: 0;
} 

.rb-liveevent-main-right .comment_list_comment_header {
	display: none;
}

/*
.rb2-slider-header,
.comment_list_comment_header {
	display: none;
}

.comment_new {
	margin: 0;
}
*/



/* Top Menu Fix */

.rb-mediastate-Mobile .baseheader-first {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.5);	
}

.rb-mediastate-Mobile #header,
.rb-mediastate-Mobile #site-name {
	height: auto;
}  

.home_products_body p.shop-header-count {
	font-size: 17px;
    width: 40px;
    height: 40px;
    background: #FFF;
    color: #000;
    border-radius: 50%;
    padding-left: 3px;
    line-height: 40px;
    margin: 10px auto;
}

.home_products_body p.shop-header-title-2 {
	font-size: 45px;
	margin: 20px 0;
	color: #ca512d;
}

.rb-mediastate-Mobile .home_products_body p.shop-header-title-2 {
	line-height: 55px;
}

.home_products_body p.shop-header-foter {
	font-size: 17px;
	margin: 20px 40px;
}

.shop-header-subline {
	font-size: 15px;
	color: #CCC;
}

.home_products_body p.shop-header-title-3 {
	margin-bottom: 50px;
}

.rb-liveevent-main-right #commentbutton {
	padding: 0;
	-webkit-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
}

.rb-liveevent-main-right #commentlistboxid-description {
	-webkit-transition: height 0.15s ease-out;
			transition: height 0.15s ease-out;
}

.commentbutton-disabled {
	display: block;
	visibility: hidden;
	height: 0 !important;
	padding: 0 !important;
	color: transparent !important;
	background: transparent !important;
}



/* DatePicker */

.rb-datedit-popupbutton {
    position: absolute;
    right: 15px;
    border-color: #ca512d;
    border-width: 2px;
    top: 15px;
}

.popup-profile_panel .rb-datedit-popupbutton {
	position: absolute;
    top: 10px;
}

.rb-datedit-popup-main {
    background: #000;
    -webkit-box-shadow: 0px 0px 5px 2px #ca512d;
       -moz-box-shadow: 0px 0px 5px 2px #ca512d;
            box-shadow: 0px 0px 5px 2px #ca512d;
}

.rb-datedit-popup-main-body-day-actmonth {
    background: #FFF;
    color: #000;
}

.rb-datedit-popup-main-body-day-today {
    background: #6f6f6f;
    color: #FFF;
}

.rb-datedit-popup-main-body-day-inputdate,
.rb-datedit-popup-main-footer-today:hover, .rb-datedit-popup-main-footer-delete:hover,
.rb-datedit-popup-main-body-day:hover {
    background: #ca512d;
    color: #FFF;
}

.rb-datedit-popup-main-header {
    padding-top: 10px;
}

.rb-datedit-popup-main-header,
.rb-datedit-popup-main-footer {
    border-color: #ca512d;
}

.rb-datedit-popup-main-header-prevyear, .rb-datedit-popup-main-header-prevmonth {
    background: url(/content/images/arrow-left-o.png) no-repeat center;
}

.rb-datedit-popup-main-header-nextmonth, .rb-datedit-popup-main-header-nextyear {
    background: url(/content/images/arrow-right-o.png) no-repeat center;
}


.rb-scrolltop
{
	background: #000;
	-webkit-box-shadow: 0px 0px 5px 3px #ca512d;
	   -moz-box-shadow: 0px 0px 5px 3px #ca512d;
			box-shadow: 0px 0px 5px 3px #ca512d;
}

.rb-scrolltop:before
{
	border-width: 2px;
	border-color: #ca512d;
}

/* 17 Styles
-----------------------------------------------------------*/

.home_17_title {
	color: #ca512d;
}

.rb-mediastate-Mobile .main_road17 {
	padding-top: 30px;
}

.main_road17-image {
	width: 520px;
	/*height: 738px;*/
	height: 520px;
	/*background: url(/content/images/17-2.jpg) no-repeat center;*/
	/*background: url(/content/images/17-3.png) no-repeat center;*/
	background: url(/content/images/Road_cover_738.jpg) no-repeat center;
	background-size: contain;
	margin: 40px auto;
	/*border-radius: 50%;*/
}

.home_shirt .main_road17-image {
	width: 520px;
	height: 311px;
	background: url(/content/images/road-polo.jpg) no-repeat center;
	background-size: 100%;
}

.home_ticket .main_road17-image {
	width: 946px;
	height: 360px;
	background: url(/content/images/road-ticket.jpg) no-repeat center;
	background-size: 100%;
}

.home_instrument .main_road17-image {
	width: 960px;
	height: 640px;
	background: url(/content/images/ROAD_BarbaTrack_nezokep.jpg) no-repeat center;
	/* background: url(/content/images/31747863_1728855613818863_2998170782183456768_n.jpg) no-repeat center;*/
	background-size: 100%;
}

@media screen and (max-width: 765px) {
	.main_road17-image {
		width: 95%;
		height: 0;
		/*padding-bottom: 95%;*/
		padding-bottom: 55%;
	}
	
	.home_shirt .main_road17-image {
		width: 90%;
		height: 0;
		padding-bottom: 75%;
	}
	
	.home_ticket .main_road17-image {
		width: 90%;
		height: 0;
		padding-bottom: 75%;
	}
	
	.home_instrument .main_road17-image {
		width: 90%;
		height: 0;
		padding-bottom: 75%;
	}
}

.main_road17_infos {
	text-align: center;
	padding-bottom: 50px;
}

.main_road17-header,
.main_road17_product {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}

.main_road17-header {
	padding: 0 25% 35px;
}

.rb-mediastate-Mobile .main_road17-header {
	padding: 0 10px 35px;
}

.main_road17_product {
	display: inline-block;
	background: #ca512d;	
}

.main_road17_product > div {
	margin: 0 20px;
}

.main_road17_product div {
	display: inline-block;
	vertical-align: middle;
}


.rb-mediastate-Mobile .main_road17_product {
	background: transparent;	
}

.rb-mediastate-Mobile .main_road17_product > div {
	display: block;
	background: #ca512d;
	padding: 5px 20px;
	margin-bottom: 10px;
}

.rb-mediastate-Mobile .main_road17_product .product-basket {
	padding: 0;
}

.product-basket input[type="button"] {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
    background: none;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    margin: 0;
    background: #ca512d;
    cursor: pointer;
    -webkit-appearance: none;
}

.main_road17_product input[type="button"] {
	font-size: 25px;
}

.product-footer .product-basket input[type="button"] {
	height: 100%;
}

.rb-mediastate-Mobile .product-footer .product-basket input[type="button"] {
	font-size: 15px;
	padding: 5px 20px;
}

.main_road17_product .product-price-full,
.main_road17_product .product-price-detailclick,
.main_road17_product input[type="button"] {
	font-family: 'Anton', sans-serif;
}

.main_road17_product .product-price {
	font-size: 35px
}

.main_road17_product .product-price-detailclick {
	cursor: pointer;
}

.product-price-detailclick:hover,
.product-detailclick:hover,
.product-basket input[type="button"]:hover {
	text-decoration: underline;
}

.product-detailclick {
	padding: 10px 20px;
}

.product-footer .product-detailclick,
.product-footer .product-basket {
	display: none;
}

.rb2-slider-item:hover .product-footer .product-detailclick,
.rb2-slider-item:hover .product-footer .product-basket,
.rb-mediastate-Mobile .product-footer .product-basket,
.rb-mediastate-Tablet .product-footer .product-basket {
	display: block;
}

.rb-mediastate-Tablet .rb2-slider-item .product-footer .product-detailclick,
.rb-mediastate-Mobile .rb2-slider-item .product-footer .product-detailclick {
	display: none;
}

.home_products .rb2-slider-item:hover .product-footer {
	background: #ca512d;	
}

.rb-mediastate-Tablet .home_products .rb2-slider-item:hover .product-footer,
.rb-mediastate-Mobile .home_products .rb2-slider-item:hover .product-footer {
	background: transparent;
}

/* NewsLetter Styles
-----------------------------------------------------------*/

.newsletteritem_newsitem {
	text-align: center;
}

.newsletteritem_newsitem .newsitem-name {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.newsletteritem_newsitem .newsletteritem_newsitem_newsitem-headerdesc {
	font-size: 20px;
	font-weight: 300;
}

.newsletteritem_newsitem .newsletteritem_newsitem_newsitem-headerdesc .very-big {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

.newsitem-layout-normal img {
	width: auto;
	max-width: 100%;
}

.newsitem-layout-left .newsitem-name {
	font-size: 32px;
	font-weight: 700;
	color: #F54A49;
}

/* Other Styles
-----------------------------------------------------------*/

.ajax-loading:before, .pay-start:after, .pay-result-check_message:after, .rb-redirect-title:after {
	border-color: rgba(255, 255, 255, 0.15);
	border-top-color: #ca512d;
}

.rb-redirect,
.showmessage.rb-errormsg {
	color: #FFF;
}

.pay-cancel-button {
	margin-top: 40px;
}

#rb-overlay {
	max-width: calc(100% - 17px); 
}

.jquery-msg-content .logon_forgotpassword a {
	display: block;
	color: #000;
	margin: 10px 0;
}

.page_Account_ForgotPassword #main-body,
.page_Account_Input #main-body {
/*	min-height: calc(100vh - 100px);*/
}

.page_Account_ForgotPassword #main,
.page_Account_Input #main {
	width: 90%;
	max-width: 960px; 		
	padding: 100px 50px;
    margin: 0 auto;
}

.input_ForgotPassword h3,
.page_Account_Input h3 {
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 20px;
}

.input_ForgotPassword input.inputpage_item {
	border: none;
	background: #CECECE !important;
	color: #000;
} 

.input_ForgotPassword .inputpage_field {
	float: none;
	margin: 0;
}

.input_ForgotPassword .submitbutton {
	color: #000;
	margin-top: 20px;
	float: right;
}

.input_ForgotPassword input:-webkit-autofill,
.input_ForgotPassword input:-webkit-autofill:hover, 
.input_ForgotPassword input:-webkit-autofill:focus
.input_ForgotPassword input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #CECECE inset;
}

.popup-input-popup_panel {
	max-width: 768px; 
}


.input_QuickNewsItem {
	padding: 20px;
	color: #000;
}

.input_QuickNewsItem .inputpage_field input,
.input_QuickNewsItem .inputpage_field select,
.input_QuickNewsItem .inputpage_field .inputpage_select,
.input_QuickNewsItem .inputpage_newtextimageupload .inputpage_textimage_div img[src=""] {
	font-family: 'Roboto', sans-serif;
	background: none !important;
	color: #000 !important;
} 

.input_QuickNewsItem input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #c7c7c7;
	color: #000;
}

.rb-itemgroup_header .rb-quick-edit {
	background: url(/content/images/icon-editor-edit-white.png) no-repeat center;
}

.editpersonmembership {
	background: transparent;
}

.input_CookieSettings .inputtitle {
	margin-top: 0;
}

/* Dashboard Styles
-----------------------------------------------------------*/

.rb-dashboardimage-full {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

#default-ad-gallery {
	padding-bottom: 20px;
}

.rb-dashboardimage-row {
	margin-bottom: 15px;
}

.rb-dashboardimage-item {
	height: 0;
	float: left;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center !important;
}

.rb-dashboardimage-item-title {
	font-size: 21px;
	padding: 20px;
}

.rb-mediastate-Mobile .rb-dashboardimage-item-title {
	font-size: 16px;	
	padding: 7px;
}

.rb-dashboardimage-item-more {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	font-size: 14px;
}

.rb-mediastate-Mobile .rb-dashboardimage-item-more {
	display: none;
}




.rb-dashboardimage-row-4 .rb-dashboardimage-item {
	/*
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(25% - 10px);
	        flex: 0 1 calc(25% - 10px);*/
	padding-bottom: calc(25% - 10px);
	margin-right: calc(40px / 3);
	width: calc(25% - 10px);
}

.rb-dashboardimage-row-3 .rb-dashboardimage-item {
	/*
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(33% - 10px);
	        flex: 0 1 calc(33% - 10px);*/
	padding-bottom: calc(33% - 10px);
	margin-right: calc(0.5% + 15px);
	width: calc(33% - 10px);
	
}

.rb-dashboardimage-row-2 .rb-dashboardimage-item {
	/*
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(50% - 10px);
	        flex: 0 1 calc(50% - 10px);*/
	       
	padding-bottom: calc(50% - 10px);
	margin-right: 20px;
	width: calc(50% - 10px);
}

.rb-dashboardimage-doublerow .rb-dashboardimage-cell {
	/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(25% - 10px);
	        flex: 0 1 calc(25% - 10px);*/
	
	width: calc(25% - 10px);
	margin-right: 15px;
	float: left;
}

.rb-dashboardimage-doublerow .rb-dashboardimage-item {
	/*
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;*/
	       
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 10px;	
}

.rb-dashboardimage-doublerow .rb-dashboardimage-item:last-child {
	margin-bottom: 0;
}

.rb-dashboardimage-doublerow .rb-dashboardimage-doublecell {
	/*
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 calc(50% - 10px);
	        flex: 0 1 calc(50% - 10px);*/
	width: calc(50% - 10px);
}


.rb-mediastate-Mobile .rb-dashboardimage-row {
	margin: 0;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-mediastate-Mobile .rb-dashboardimage-doublerow .rb-dashboardimage-cell {
	width: 100%;
	/*
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;*/	
}

.rb-mediastate-Mobile .rb-dashboardimage-full .rb-dashboardimage-item {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 50%;
	/*
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;*/
}


.rb-dashboardimage-row .rb-dashboardimage-item:last-child,
.rb-dashboardimage-doublerow .rb-dashboardimage-cell:last-child {
	margin-right: 0;	
}

.rb-dashboardimage-titleitem:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.rb-dashboardimage-titleitem .rb-dashboardimage-item-info {
	width: 80%;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    		transform: translate(-50%,-50%);
}

.rb-dashboardimage-item-title {
	padding: 0;
	margin-top: 10px;
}

.rb-section-dashboard-controls {
	text-align: center;
	margin-bottom: 40px;
}

.rb-section-dashboard-controls > div {
	display: inline-block;
}

.rb-dashboard-controlitem-prev,
.rb-dashboard-controlitem-next {
	width: 30px;
	height: 30px;
	background: black;
}


.rb-dashboard-controlitem-prev {
	float: left;
}

.rb-dashboard-controlitem-next {
	float: right;
}

/* Footer Styles
-----------------------------------------------------------*/

#footer * {
	display: inline-block;
	font-size: 16px;
	float: none;
}

/* Sheets Styles
-----------------------------------------------------------*/

.body_Home_SheetMusic #content-section {
	padding-top: 0;
}

.body_Home_SheetMusic .rb-section-normal {
	padding: 0;
}

.body_Home_SheetMusic .rb-section-normal-main {
	width: 100%;
	max-width: 100%;
}

.rb-section-sheetmusic .rb-section-sheetmusic {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 80px;
}

.body_editor .rb-section-sheetmusic-body,
.rb-section-sheetmusic-main {
	display: flex;
}

.body_editor .rb-section-sheetmusic-body > div,
.rb-section-sheetmusic-main > div {
	text-align: center;
	-ms-flex: 1 1 50%;
		flex: 1 1 50%;
}

.rb-section-sheetmusic-left {
	max-width: 300px;
	margin: 0 auto 40px;	
}

.body_editor .rb-section-sheetmusic-right {
	padding-left: 40px;	
}

.rb-section-sheetmusic-news-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10%;
}

.body_editor .rb-section-sheetmusic-news-items {
	display: block;
} 

.rb-section-sheetmusic-news-image img {
	width: auto;
	height: 50px;
	margin: auto;
}

.rb-section-sheetmusic-header,
.rb-section-sheetmusic-news-header {
	margin-bottom: 40px;
}

.rb-section-sheetmusic-header {
	text-align: center;
}

.rb-section-sheetmusic-right .rb-section-title {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

.rb-section-sheetmusic-right .rb-section-title:after {
	content: "";
	display: block;
	width: 75%;
	height: 3px;
	margin: 10px auto 0;
	background: #FE4949;	
}

.rb-section-sheetmusic-right ._newsitem_newsitem-filedownload a {
	font-size: 20px;
}

.rb-section-sheetmusic-right ._newsitem_newsitem-filedownload a:hover,
.sheetmusicsocial-item:hover {
	color: #FE4949;
	text-decoration: underline;
}

.rb-section-sheetmusicsocial .rb-section-title {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.rb-section-sheetmusicsocial-main {
	text-align: center;
	margin-bottom: 100px;
}

.sheetmusicsocial-item {
	font-size: 17px;
	font-weight: 300;
	margin: 15px 0;
}

.rb-section-sheetmusic-right .newsitem-itemfull {
	margin-bottom: 0;
}

.rb-section-sheetmusic-right .newsitem-layout {
	margin: 0;
}

.rb-section-sheetmusic-right ._newsitem_newsitem-filedownload {
	margin-top: 20px;
}

.rb-section-sheetmusic-right .newsitem_clickbutton {
	display: inline-block;
	font-size: 15px;
	margin-top: 5px;
} 

.rb-section-sheetmusic-right .newsitem_clickbutton:hover {
	color: #FE4949;
	text-decoration: underline;
}

.rb-section-sheetmusic-news-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #707070;
}

.rb-section-sheetmusic-news-item > div {
	display: inline-block;
	vertical-align: middle;
}

.rb-section-sheetmusic-news-item-name {
	font-size: 20px;	
	margin-right: auto;
	text-align: left;
}

.rb-section-sheetmusic-news-item-button {
	background: url(/content/images/icon-download-white.png) no-repeat 80%;
    border: 2px solid #FFF;
	border-radius: 35px;
	padding: 10px 50px 10px 20px;
	margin-left: 20px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-sheetmusic-news-item-button:hover {
    border-color: #FE4949;
}

.rb-section-sheetmusic-news-item-button-gp:before {
	content: ".gp";
}

.rb-section-sheetmusic-news-item-button-pdf:before {
	content: ".pdf";
}

.rb-section-sheetmusic-news-item-button-video {
	padding-right: 20px;
	background: none;
}

.rb-section-sheetmusic-news-item-button-video:before {
	content: "YouTube";
}

.rb-section-sheetmusic-headertitle {
	text-transform: uppercase;
	margin: 100px 0;
}

.page_Home_Index .rb-section-sheetmusic-main {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.page_Home_Index .rb-section-sheetmusicmain {
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
}

.page_Home_Index .rb-section-sheetmusic-header,
.page_Home_Index .rb-section-sheetmusic-header .rb-section-description {
	text-align: left;
}

.page_Home_Index .rb-section-sheetmusic-header .rb-section-description {
	font-size: 20px;
	font-weight: 300;
}

.page_Home_Index .rb-section-sheetmusic-body {
	display: flex;
}

.page_Home_Index .rb-section-sheetmusic-news-items {
	display: block;
}

.page_Home_Index .rb-section-sheetmusic-right {
	padding-left: 40px;
}

.rb-section-sheetmusic-main .rb-section-sheetmusic-main-more {
	font-size: 25px;
	font-weight: 700;
	margin-top: 50px;
	-ms-flex: 1 1 100%;
		flex: 1 1 100%;
}

.rb-section-sheetmusic-main-more:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px)
{
	.rb-section-sheetmusic-body,
	.rb-section-sheetmusic-news-items,
	.page_Home_Index .rb-section-sheetmusic-body {
		display: block;
	}
	
	.rb-section-sheetmusic-right .rb-section-title {
		font-size: 30px;
	}
	
	.rb-section-sheetmusic-left {
		margin: 0 auto 40px;
	}
	
	.rb-section-sheetmusic-right,
	.page_Home_Index .rb-section-sheetmusic-right {
		padding-left: 0;
	}
	
	.page_Home_Index .rb-section-sheetmusic-header,
	.page_Home_Index .rb-section-sheetmusic-header .rb-section-description {
		text-align: center;
	}
	
	.rb-section-sheetmusic-right ._newsitem_newsitem-filedownload a {
		font-size: 16px;
	}
}

@media screen and (max-width: 585px)
{
	.rb-section-sheetmusic-news-item {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;		
	}	
	
	.rb-section-sheetmusic-news-item-name {
		margin-bottom: 20px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.rb-section-sheetmusic-news-item-button {
		background-position: 85%;
		margin: 0 10px 0 0;
	}
	
	.rb-section-sheetmusic-news-item-button-gp,
	.rb-section-sheetmusic-news-item-button-pdf {
		padding: 10px 40px 10px 10px;
	}
	
	.rb-section-sheetmusic-news-item-button-video {
		margin-right: 0;
	}
}

/* Animation Styles
-----------------------------------------------------------*/

.home_concert_body .event-valid, .rb-eventlist-buttons > div, .rb-eventlist-item,
.home_band_body .news_thumbimage {
    -webkit-transition: all 0.2s ease-out;
    		transition: all 0.2s ease-out;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{
	.rb-html-overlay-on #header {
		width: calc(100% - 17px);
	}
}

@media screen and (max-width: 1366px)
{
	.news_header_prevnext {
	    top: 0;
	}
	
	.news_header_prevnext-prev {
		left: 10px;
	}
	
	.news_header_prevnext-next {
		right: 10px;
	}
}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{
	.input_Register .inputpage_fields,
	.communallogin-items {
		width: 75%;
		max-width: 75%;
	}
	
	.basket_summa_login_buttons .communallogin-items {
		max-width: none;
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	.basket_summa_login_buttons .communallogin-items-full {
		display: block;
	}
	
	.communallogin-items > a {
		display: block;
		width: 100%;
	}

	.basket_summa_login_normal {
		width: 50%;
	}
	
	.basket_summa_login_normal .popup-login_full {
		float: none;
	}
	
	.basket_summa_login_buttons .popup_button_title {
		margin-right: 0;
		text-align: center;
	}
	
	.rb-eventlist-buttons > div {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.rb-eventlist-item {
		padding: 10px;
	}
	
	div.rb-eventlist-buttons {
		flex: 0 1 100px;
	}
	
	.rb-eventlist-item .rb-eventlist-date {
		flex: 0 1 20%;
	}
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{

}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.input_Register .inputpage_fields,
	.communallogin-items {
		width: 100%;
		max-width: 100%;
	}
	
	.input_Register .inputpage_fields > div {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.communallogin-items > a {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	
	.home_news .rb2-slider-item,
	.home_photo_body .rb2-slider-item {
	      -webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
	    	-ms-flex: 1 1 100%;
	        	flex: 1 1 100%;
	}
	
	.basket_summa_login_buttons .communallogin-items-full,
	.basket_summa_login_normal,
	.inputgroup-register {
		width: 100%;
	}
	
	#footer * {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.rb-eventlist-item {
		display: block;
	}
	
	.rb-eventlist-buttons > div {
		display: inline-block;
		width: calc(50% - 4px);
	}
}




/* Popup Fix */

.popup-input-popup_panel {
	padding: 30px;
}

.popup-input-popup_panel,
.popup-input-popup_panel .inputform-full h3 {
	color: #444; 
}

.popup-input-popup_panel .inputpage_fields input[type="text"],
.popup-input-popup_panel .inputpage_fields input[type="password"],
.popup-input-popup_panel .comboedititem.input-fieldtype-Combo {
	font-family: 'Roboto', sans-serif;
	background: #FFF !important;
	color: #444;
}

.popup-input-popup_panel .comboedititem.input-fieldtype-Combo {
	border: 1px solid #888;
}



/* Top Menu Styles
-----------------------------------------------------------*/

.baseheader_myimage {
	background: url(/content/images/logo-road.png) no-repeat center;
	background-size: 100%;
}

.baseheader-first {
	max-width: 1385px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}

.baseheader-first .menu_divitem .menu_item a,
.baseheader-first .menu_divitem .menu_divitem_info {
	font-family: 'Segoe UI', cursive;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;	
	line-height: 100px;
}

.baseheader-first .menu .menu_divitem {
	position: relative;
	padding: 0 13px;
	margin: 0 5px;
}

.baseheader-first .menu_divitem .menu_item {
	position: relative;
	z-index: 5;
}

.baseheader-first .menu .menu_divitem:before {
	content: "";
	display: block;
	width: 100%;	
	height: 0;
	background: #C80000;
	z-index: 4;
	transition: height 0.2s ease-out;
	
	position: absolute;
	top: 0;
	left: 0;
}

.baseheader-first .menu .menu_divitem:hover:before {
	height: 120%;
}

#header .main_topmenu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	top: 0;
}

.main_menu_social .menu_divitem {
	padding: 0;
}

.main_menu_social .menu_image {
	height: 100px;
}

.main_menu_facebook .menu_image {
	background: url(/content/images/icon-social-facebook.png) no-repeat center;
}

.main_menu_youtube .menu_image {
	background: url(/content/images/icon-social-youtube.png) no-repeat center;
}

.main_menu_instagram .menu_image {
	background: url(/content/images/icon-social-instagram.png) no-repeat center;
}

.main_menu_profile .menu_image {
    width: 44px;
    height: 100px;
    background: url(/content/images/icon-man-user-white.png) no-repeat center;
    background-size: 20px;
}

.menu_childitems {
	margin-top: 0;
	background: #000;
}

.menu_childitems_active .menu_childitems {
	right: 0;
}

.menu_childitems .menu_divitem {
	float: none;
	padding: 0;
    text-align: left;
}

#header .menu_childitems .menu_divitem_info {
	font-size: 20px;
	line-height: normal;
}

#header .menu_childitems .rbmenuh2 {
	padding: 10px 20px;
	-webkit-transition: background .2s ease-out;
			transition: background .2s ease-out;
}

#header .menu_childitems .rbmenuh2:hover {
	background: #FE4949;
}

/* Home Styles
-----------------------------------------------------------*/

#content-section {
	padding-top: 100px;
}

.rb-section .rb2-slider-item {
	border: none;
}

.rb2-background-image:hover {
	box-shadow: none;
}

.rb-section-newsblog .rb-section-slideritem:after, .rb-section-videoplayer .rb2-pager:after, .rb-section-slideritem-product .rb2-slider-header:after  {
	content: "";
	display: table;
	clear: both;
}

/* Top Slider Styles
-----------------------------------------------------------*/

.rb-section-newsslider .news {
	position: relative;
	padding-bottom: calc(1072 / 1920 * 100%);	
}

.rb-section-newsslider .news_header-root {
	position: absolute;
	top: 60%;
	left: 20%;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.rb-section-newsslider .news_digest {
	/*font-size: 65px;*/
	font-size: 3.4vw;
	text-transform: uppercase;
	font-weight: 300;
} 

.rb-section-newsslider .news_digest b {
	font-weight: 900;
}

/* NewsBlog Styles
-----------------------------------------------------------*/

.rb-section-newsblog .rb-section-slideritem {
	/*background-size: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.rb-section-newsblog .rb2-slider-root {
	width: 46.875%;
	max-width: 900px;
	float: right;
	margin-right: 13%;
	margin-top: 5%;
} 

.rb-section-newsblog .rb2-slider-pager-item-main {
	max-width: 100%;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-newsblog .rb2-slider-item {
	margin-bottom: 35px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
		flex: 1 1 100%;
}

.rb-section-newsblog .news_thumbimage,
.rb-section-newsblog .news_rb-video-main,
.rb-section-newsblog .news_header-root {
	display: inline-block;
	vertical-align: top;
} 

.rb-section-newsblog .news_thumbimage_sufix {
	display: none;
}

.rb-section-newsblog .news_thumbimage,
.rb-section-newsblog .news_rb-video-main {
	width: 260px;
}

.rb-section-newsblog .news_thumbimage img,
.rb-section-newsblog .news_rb-video-main .youtubeplayer {
	width: 100%;
}

.rb-section-newsblog .news_header-root {
	width: calc(100% - 260px);
	padding-left: 30px;
}

.rb-section-newsblog .news_body {
	font-size: 15px;
	font-weight: 400;
	word-break: break-word;
} 

.rb-section-newsblog .news_issuedatetime {
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 15px;
} 

/* Events Styles
-----------------------------------------------------------*/

.rb-eventlist,
.rb-section-eventslist-header {
/*    max-width: 1315px;
    margin: 0 auto;
	background: none;*/
}

.rb-section-eventslist {
	background-size: 100%;
	background-repeat: no-repeat;
}

.rb-section-eventslist-header .rbh1,
.rb-section-eventslist-header > div {
	display: inline-block;
}

.rb-section-eventslist-header .rbh1,
.rb-section-videoplayer .rbh1.rb-section-title,
.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-title,
.rb-section-slideritem-product .rb2-slider-title,
.rb-section-images .rb2-slider-title,
.rb-section-newsblog .rb2-slider-title {
	font-family: 'Roboto', sans-serif;
	font-size: 61px;
	font-weight: 900;	
	text-transform: uppercase;
	margin-right: 5px;
}

.rb-section-eventslist-header .rbh2,
.rb-section-slideritem-product .rb2-slider-subtitle {
	font-size: 61px;
	font-weight: 100;
}

.rb-eventlist-buttons > div:hover {
	background: #DE1C1C;
	border-color: #DE1C1C;
}

.rb-eventlist-date {
	color: #ca512d;	
}
	
.rb-eventlist-date,
/*.rb-eventlist-name,*/
.rb-eventlist-location {
	margin-bottom: 10px;	
}

/* Images Styles
-----------------------------------------------------------*/

.rb-section-slideritem--sectionimagegrouptypeslider,
.rb-section-slideritem-product {
	padding: 105px 0;
	background-size: cover;
	background-position: top;
}

.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-header,
/*.rb-section-slideritem-product .rb2-slider-header,*/
.rb-section-images .rb2-slider-header {
	width: 67.1875%;
	/*max-width: 1315px;*/
	margin: 0 auto;
}

.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-title,
.rb-section-slideritem-product .rb2-slider-title,
.rb-section-images .rb2-slider-title,
.rb-section-newsblog .rb2-slider-title {
	text-align: left;
	margin-top: 0;
}

.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-pager-item-main,
.rb-section-slideritem-product .rb2-slider-pager-item-main {
	max-width: 67.1875%;
	background: #FFF;
	padding: 30px 15px;
}

.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-item {
	margin: 0 15px;
	-ms-flex: 0 1 calc(25% - 30px);
		flex: 0 1 calc(25% - 30px);
}

.rb-section-slideritem--sectionimagegrouptypeslider .imagegrouplist {
	position: relative;
}

.rb-section-slideritem--sectionimagegrouptypeslider .imagegrouplist_info {
	display: none;
	background: rgba(34, 34, 34, 0.5);
	color: #FFF;
	padding: 10px;
	width: 80%;
	text-align: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rb-section-slideritem--sectionimagegrouptypeslider .imagegrouplist:hover .imagegrouplist_info {
	display: block;
}

/* VideoPlayer Styles
-----------------------------------------------------------*/

.rb-section-videoplayer .rb-section-videoplayer {
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 50px 0 75px;
}

.rb-section-videoplayer .rb-section-videoplayer > div {
	width: 90%;
	max-width: 1205px;
	margin: 0 auto;
}

.rb-section-videoplayer .rbh1.rb-section-title {
	text-align: left;
	margin: 0 0 5px;
}

#default-video-gallery {
	width: auto !important;
	height: auto !important;
	background: none;
	margin: 0;
	box-shadow: none;
}

.videogallery-navigator {
	color: #707070;
}

.videogallery-navigator-title {
	width: calc(100% - 132px);
}

.videogallery-left {
	margin-right: 20px;
	padding: 37px 37px 20px; 
}

.videogallery-left,
.rb-section-videoplayer-body-right {
	width: calc(100% - 320px) !important;
	background: #FFF;
	color: #000;
}

.videogallery-right {
	width: 300px;
	background: #FFF;	
}

#youtubeplayer_videoplayerid {
	width: 100% !important;
}

.rb-section-videoplayer-body-right .rb2-slider-pager-item-main {
	padding: 0 27px;
}

.rb-section-videoplayer-body-right .rb2-slider-item {
	margin: 0 10px;
	-ms-flex: 0 1 calc(100% / 6 - 20px);
		flex: 0 1 calc(100% / 6 - 20px);
}

.rb-section-videoplayer-body-right .rb2-background-image {
	background-size: 100%;
	background-position: center;
}

.rb-section-videoplayer-body-right .rb2-background-image:hover {
	box-shadow: none;
}

.rb-section-videoplayer-body-right .rb2-title {
	font-size: 13px;
	margin: 10px 0;
}

.videogallery-previewitem-counter {
	font-size: 30px;
	font-weight: 400;
	color: #707070;
}

.videogallery-previewitem {
	color: #707070;
}

.videogallery-previewitem-selected,
.videogallery-previewitem-selected .videogallery-previewitem-counter {
	color: #AA1515; 
}

.videogallery-previewitem:hover {
	background: none;
}

.rb-section-videoplayer-body-right .rb2-pager {
	padding: 0 35px;
    margin-bottom: 10px;
}

.rb-section-videoplayer-body-right .rb2-pager-item,
.videogallery-previewitem-prevnext,
.rb-section .rb2-pager-item {
	width: 19px;
	height: 21px;
	position: static;
}

.rb-section-videoplayer-body-right .rb2-pager-item-prev,
.rb-section .rb2-pager-item-prev,
.videogallery-previewitem-buttons .videogallery-previewitem-prev  {
	float: left;
	background: url(/content/images/pager-arrow-left-01.png) no-repeat center;
}

.rb-section-videoplayer-body-right .rb2-pager-item-next,
.rb-section .rb2-pager-item-next,
.videogallery-previewitem-buttons .videogallery-previewitem-next {
	float: right;
	background: url(/content/images/pager-arrow-right-01.png) no-repeat center;
}

/* RoadShop Styles
-----------------------------------------------------------*/
/*
.rb-section-slideritem-product .rb2-slider-header {
	float: right;
}

.rb-section-slideritem-product .rb2-slider-pager-item-main {
	float: right;
} 

.rb-section-slideritem-product .rb2-slider-title-full {
	float: left;
}
*/
.rb-section-slideritem-product .rb2-slider-title-full > div {
	display: inline-block;
	text-transform: uppercase;
}

.rb-section-slideritem-product .rb2-slider-pager-item-main .rbh1 {
	font-size: 20px;
	color: #161616;
	text-align: left;
	height: 96px;
} 

.rb-section-slideritem-product .alexwebdatainfogrid_onlineprice {
	font-size: 20px;
	font-weight: 300;
	color: #161616;
}

.rb-section-slideritem-product .alexwebdatainfogrid_thumbnail_url_img {
	height: 150px;
	width: auto;
}

.rb-section-slideritem-product .alexwebdatainfogrid_info_data {
	color: #161616;
	font-weight: 300;
}

/* Partners Styles
-----------------------------------------------------------*/

.rb-section-images .rb-section-slideritem-images {
	padding: 6.75% 0;
	/*background-size: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rb-section-images .rb2-slider-pager-item-main {
	max-width: 30%;
	margin-top: 5.75%;
	margin-left: 20%;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-images .rb2-slider-item {
	margin: 0 20px 20px;
	-ms-flex: 1 1 calc(100% / 3 - 40px);
		flex: 1 1 calc(100% / 3 - 40px);
	/*-ms-flex: 0 1 150px;
		flex: 0 1 150px;*/
}

.rb-section-images .rb2-background-image {
	width: 100%;
	background-size: 100%;
	-webkit-filter: none;
	        filter: none;
}

.popup-photogallery_panel {
	background: transparent;
	margin-top: 0;
}

.popup-photogallery_panel.rb-popuppanel-visibled {
    -webkit-animation: popup-slide-in-top0 0.3s ease-out;
       -moz-animation: popup-slide-in-top0 0.3s ease-out;
    	 -o-animation: popup-slide-in-top0 0.3s ease-out;
    		animation: popup-slide-in-top0 0.3s ease-out;
}

.popup-photogallery_panel .rb2-slider-title {
	font-family: 'Roboto', sans-serif;	
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 30px 0;
	text-align: center;
	float: none;
}

.popup-photogallery_panel .rb2-container-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
}

.popup-photogallery_panel .rb2-slider-pager-item {
	width: 100%;
	float: none;
} 

.popup-photogallery_panel .rb2-slider-pager-item-main {
	
}

.popup-photogallery_panel .rb2-slider-item {
	float: none;
}

.popup-photogallery_panel .rb2-img_img {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.popup-photogallery_panel .rb2-pager-item {
	position: absolute;
	top: 0;
	width: calc((100% - 1024px) / 2);
	height: 100%;
	z-index: 10;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
} 

.popup-photogallery_panel .rb2-pager-item-prev {
	left: 0;
}

.popup-photogallery_panel .rb2-pager-item-next {
	right: 0;
} 

.popup-photogallery_panel .rb2-pager-item-prev:before {
	text-align: right;
	padding-right: 10%;
}

.popup-photogallery_panel .rb2-pager-item-next:before {
	content: "〉";
	text-align: left;
	padding-left: 10%;
} 

.popup-photogallery_panel .rb2-pager-item:before {
	font-family: Georgia, serif;
	font-size: 100px;
	color: #FFF;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);	
}

.rb2-autocontrols {
	margin-top: 15px;
	text-align: center;
}

.rb2-autocontrols > div {
	float: none;
	display: inline-block;
}

.rb2-autocontrols-item {
	width: 11px;
	height: 11px;
	border: 2px solid #FFF;
	border-radius: 50%;
	margin: 0 1px;
}

.rb2-autocontrols-active {
	background: #FFF;
}

/* Pager Styles
-----------------------------------------------------------*/

.rb-section-newsblog .rb2-pager,
.rb-section-productlist .rb2-pager {
	float: right;
	margin-top: 40px;
}

.rb-section-productlist .rb2-pager {
	margin-right: 5%;
}  

.rb-section-slider .rb2-pager {
	float: right;
	margin-top: 40px;
	margin-right: 27%;
}

.rb-section-slider .rb2-pager > div,
.rb-section-newsblog .rb2-pager > div,
.rb-section-productlist .rb2-pager > div {
	margin: 0 10px;
}

.rb-section-slider .rb2-pager-item-prev,
.rb-section-newsblog .rb2-pager-item-prev,
.rb-section-productlist .rb2-pager-item-prev {
	background: url(/content/images/pager-arrow-left-white-01.png) no-repeat center;
}

.rb-section-slider .rb2-pager-item-next,
.rb-section-newsblog .rb2-pager-item-next,
.rb-section-productlist .rb2-pager-item-next {
	background: url(/content/images/pager-arrow-right-white-01.png) no-repeat center;
}

/* Footer Styles
-----------------------------------------------------------*/

.rb-section-normal .rb-section-title {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 6.25% 0;
}

.rb-section-description {
	text-align: center;
	padding: 50px 0 0;
}

#footer {
	filter: grayscale(1);	
}

/* Mobile Menu Styles
-----------------------------------------------------------*/

.menu_sidebar {
	display: block;
	background-color: #202020;
}

.menu_sidebar .menu_divitem a,
.menu_sidebar .menu_divitem .menu_divitem_info {
	font-family: 'Segoe UI', cursive;
	text-transform: none;
}


/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{

}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
/*@media screen and (max-width: 1155px)*/
@media screen and (max-width: 1041px)
{
	/* Menu */
	
	.baseheader-first .menu {
		display: none;
	}
	
	#content-section {
		padding-top: 50px;
	}
	
	.main_menu_social .menu_image {
		height: 50px;
	}
	
	.baseheader_mini_left {
		position: absolute;
	}
	
	.baseheader_myimage {
		width: 80px;
		height: 40px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	
	/* Top Slider */
	
	.rb-section-newsslider .news_digest {
/*		font-size: 45px;*/
	}
		
	.rb-section-eventslist-header .rbh1, .rb-section-videoplayer .rbh1.rb-section-title, .rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-title, .rb-section-slideritem-product .rb2-slider-title, .rb-section-images .rb2-slider-title, .rb-section-newsblog .rb2-slider-title {
		font-size: 45px;
	}

	.rb-section-eventslist-header .rbh2, .rb-section-slideritem-product .rb2-slider-subtitle {
		font-size: 45px;
	}
	
	/* NewsBlog */
	
	.rb-section-newsblog .rb2-slider-root {
		width: 70%;
		margin: 5% 5% 0;
	}
	
	.rb-section-newsblog .news_thumbimage {
		width: 160px;
	}
	
	.rb-section-newsblog .news_header-root {
		width: calc(100% - 160px);
	}
	
	/* ImageGallery */
	
	.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-pager-item-main,
	.rb-section-slideritem-product .rb2-slider-pager-item-main {
		padding: 20px 10px;
	}
	
	.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-item {
		margin: 0 10px;
		-ms-flex: 0 1 calc(100% / 3 - 20px);
			flex: 0 1 calc(100% / 3 - 20px);
	}
	
	.popup-photogallery_panel .rb2-slider-title {
		font-size: 22px;
	}
	
	.popup-photogallery_panel .rb2-pager-item {
		width: 15%;
	}
	
	.popup-photogallery_panel .rb2-img_img {
		width: 70%;
	}
	
	/* Video Player */
	
	.videogallery-left,
	.rb-section-videoplayer-body-right {
		width: 100% !important;
		margin: 0;
	}
	
	.rb-section-videoplayer-body-right .rb2-slider-item {
		-ms-flex: 0 1 calc(100% / 4 - 20px);
			flex: 0 1 calc(100% / 4 - 20px);
	}
	
	/* Partners */
	
	.rb-section-images .rb2-slider-pager-item-main {
		max-width: 45%;
	}
	
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{

}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.rb-section-newsslider .news_header-root {
		left: 15%;
	}
	
	.rb-section-newsslider .news_digest {
		font-size: 20px;
	}
	
	/* Blogs */
		
	.rb-section-newsblog .news_thumbimage,
	.rb-section-newsblog .news_header-root {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.rb-section-newsblog .news_header-root {
		margin-top: 20px;
	}

	/* Video Player */
	
	.videogallery-left {
		padding: 20px;
	}
	
	.rb-section-videoplayer-body-right .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 20px);
			flex: 0 1 calc(50% - 20px);
	}
	
	.rb-section-slideritem--sectionimagegrouptypeslider .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 20px);
			flex: 0 1 calc(50% - 20px);
	}
	
	.rb-section-slideritem--sectionimagegrouptypeslider, .rb-section-slideritem-product {
		padding: 40px 0;
	}
	
	.rb-section-slideritem--sectionimagegrouptypeslider .imagegrouplist_info {
		width: 90%;
		font-size: 13px;
		padding: 5px;
	}
	
	.imagegrouplist_imagedatetime_title,
	.imagegrouplist_imagedatetime {
		display: none;	
	}
	
	.rb-section-normal .rb-section-title {
/*		font-size: 20px;*/
	}
	
	/* RoadShop */
	
	.rb-section-slideritem-product .rb2-slider-pager-item-main .rbh1 {
		font-size: 17px;
		height: 85px;
	}
	
	/* Partners */
	
	.rb-section-images .rb2-slider-pager-item-main {
		max-width: 65%;
	}
}




/* 2021 */

.rb-section-normal .rb-section-normal {
	padding: 100px 0;
	text-align: center;
}

.rb-section-style-fullwidth .rb-section-normal {
	padding: 0;
	margin-top: -15vw;
}

.rb-section-normal-main {
	width: 50%;
	margin: 0 auto;
	max-width: 585px;
	position: relative;
	z-index: 5;
}

.rb-section-style-fullwidth .rb-section-normal-main {
	width: 100%;
	max-width: 100%;
}

.rb-section-normal-main .rb-section-title {
	font-weight: 300;
}

.rb-section-normal-main .rb-section-subtitle {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

.rb-section-normal .rb-section-description {
	font-size: 20px;
    font-weight: 300;
}

.rb-section-normal .rb-section-description a {
	color: #C80000;
    font-weight: 500;
}

.rb-section-normal .rb-section-description a:hover {
    text-decoration: underline;
}

.rb-section-normal .rb-section-description:after {
    content: "";
    display: block;
    width: 50%;
    max-width: 200px;
    height: 3px;
    background: #FE4949;
    margin: 50px auto 0;
}

/* Events */

.rb-section.rb-section-eventslist {
	background: url(/content/images/img-concerts.jpg) no-repeat left top;
/*	padding-bottom: calc(1602 / 1920 * 100%);
	margin-top: -16vw;*/
	
	padding-left: 55%;
	min-height: 100vh;
}

.rb-section-eventslist .rb-section-eventslist {
	width: 60%;
	/*position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
}

.rb-section-eventslist-header .rbh1 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
}

.rb-eventlist-item {
    border: 0;
    margin-bottom: 10px;
	padding: 10px 0;
}

.rb-eventlist-items .rb-eventlist-image_img,
.rb-eventlist-items .rb-eventlist-location,
.rb-eventlist-items .rb-eventlist-buttons  {
	display: none;
}

/* ProductList */

.rb-section-productlist {
	background: url(/content/images/img-productlist.jpg) no-repeat center;
	background-size: 100%;
}

.rb-section-productlist .rb-section-slideritem-product,
.rb-section-newsletter .rb-global-partialinput-input,
.content-footer-full {
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
}

.rb-section-productlist .rb2-slider-root {
	width: 500px;
	float: left;
	position: relative;
}

.rb-section-productlist .rb-section-slideritem-product:after,
.rb-section-newsletter .rb-global-partialinput-input:after {
	content: "";
	display: table;
	clear: both;
}

.rb-section-productlist .rb2-slider-title,
.rb-section-newsletter h3.inputtitle,
.rb-section-sheetmusic-headertitle {
	font-family: 'Roboto', sans-serif;
	display: block !important;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	float: none;
}

.rb-section-productlist .rb2-pager {
	float: none;
	margin: 0;
}

.rb-section-productlist .rb2-pager-item-pagertype-prevnext {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);	
}

.rb-section-productlist .rb2-pager-item-prev {
	left: -50px;
}

.rb-section-productlist .rb2-pager-item-next {
	right: -50px;
}

.rb-section-productlist .rb2-slider-pager-item-main {
	max-width: 100%;
	padding: 0;
	background: none;
}

.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 500px;*/
	height: 26.041666666666668vw;
	margin: auto;
}

.rb-section-productlist .alexwebdatainfogrid_info_header .rbh1,
.rb-section-productlist .alexwebdatainfogrid_info_header .rbh2 {
	height: auto;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}

.rb-section-productlist .alexwebdatainfogrid_info_header .rbh2 {
	font-weight: 300;
}

.rb-section-productlist .alexwebdatainfogrid_info_data {
	text-align: center;
}

.rb-section-productlist .alexwebdata_goshop,
.rb-section-newsletter .submitbutton,
.rb-section-normal-more {
	display: inline-block;
	font-size: 25px;
	font-weight: 800;
	color: #FFF;
	padding: 10px 60px;
	border: 1px solid #FFF;
	margin-top: 20px;
}

/* NewsLetter */

.rb-section-newsletter {
	padding: 20vw 0;
	background: url(/content/images/img-newsletter.jpg) no-repeat center;
	background-size: 100%;
}

.rb-section-newsletter .rb-global-partialinput-input .input {
	width: 500px;
	float: right;
	position: relative;
}

.rb-section-newsletter .inputpage_field {
	display: block;
	float: none;
	margin-bottom: 20px;
	margin-right: 0;
}

.rb-section-newsletter .input-fieldtype-Text {
	width: 100%;
	font-size: 25px;
	font-weight: 300;
	border: 0;
	border-bottom: 1px solid #FFF;
	float: none;
	padding: 20px;
} 

.rb-section-newsletter input[type="text"] {
	background-color: transparent !important;
} 

.rb-section-newsletter input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
    display: block;
    float: left;
	border: 1px solid #FFF;
	border-radius: 50%;
	box-shadow: none;
}

.rb-section-newsletter input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before {
    content: "\25CF";
    color: #FE4949;
    line-height: 25px;
    font-size: 32px;
}

.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
	font-size: 15px;
	font-weight: 300;
}

.rb-section-newsletter .inputpage_buttons_after {
	border: 0;
	padding: 0;
}

.rb-section-newsletter .submitbutton {
	height: auto;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;	
    margin: 0;
    cursor: pointer;
}

/* Footer */

.content-footer-full {
	padding: 20px 0;
}

.content-footer-full .footer_social .footer_social_title {

	display: block;
	text-align: center;
}

.content-footer-full .menu_divitem {
	float: none;
}
#content-footer .main_menu_social .menu_image {
	height: 44px;
}

.content-footer-full  .footer_social_data {

	text-align: center;
	display: block;
}
.footer_social .main_menu_social {
	float: none;	
	margin: 0;
	
} 


.footer_social .main_menu_social .menu_divitem {
	display: inline-block;
	float: none;
}

.rbmenu_group-full > div {
	padding: 20px 0;
}

.footer_social > div {
    display: inline-block;
    vertical-align: middle;
}

.rbmenu_group-full .rbmenuh2:hover {
	text-decoration: underline;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{

}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{
	.rb-section-eventslist .rb-section-eventslist {
	    width: 90%;
	    background: rgb(0 0 0 / 80%);
	    padding: 20px;
	    /*position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    	-ms-transform: translate(-50%,-50%);
	    		transform: translate(-50%,-50%);*/
	}
	
	.rb-section.rb-section-eventslist {
	    background-position: 25% 40%;
	}
	
	.rb-section-newsletter .rb-global-partialinput-input .input {
	    background: rgb(0 0 0 / 80%);
	    padding: 20px;
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{

}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.rb-section-normal-main {
		width: 90%;
		max-width: 90%
	}
	
	.rb-section-newsletter .rb-global-partialinput-input .input {
		width: 100%;
		float: none;
	}
	
	.rb-section-normal-main .rb-section-subtitle {
		font-size: 20px;
	}
	
	.rb-section-productlist .rb2-slider-root {
	    width: 90%;
	    float: none;
	}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	#header .main_menu_social {
		display: none;
	}
	
	.main_menu_profile .menu_image {
		height: 50px;
	}
	
	.rb-section-normal .rb-section-normal {
	    padding: 20px 0;
	}
	
	.rb-section.rb-section-eventslist {
		margin: 0;
		padding: 50px 0;
	}
	
	.rb-section-eventslist .rb-section-eventslist {
		margin: auto;
		position: static;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
	
	.rb-section-productlist .rb2-slider-title,
	.rb-section-newsletter h3.inputtitle {
		font-size: 30px;
	}
	
	.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img {
		height: 200px;
	}
	
	.rb-section-productlist .alexwebdatainfogrid_info_header .rbh1,
	.rb-section-productlist .alexwebdatainfogrid_info_header .rbh2,
	.rb-section-productlist .alexwebdata_goshop,
	.rb-section-newsletter .submitbutton,
	.rb-section-newsletter .input-fieldtype-Text {
		font-size: 17px;
	}
	
	.rb-section-productlist .rb2-pager-item-next {
		right: -30px;
	}
	
	.rb-section-productlist .rb2-pager-item-prev {
		left: -30px;
	}
	
	.rb-section-newsletter {
		padding: 30px 0;
	}
	
	.rb-section-newsletter .input-fieldtype-Text {
		padding: 15px !important;
	}
	
	.rb-section-newsletter h3.inputtitle {
		margin-top: 0;
	}
}