@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {

	--primaryColor: #9EDBDB;
	--colorWhite: #FFFFFF;
	--colorBlack: #000000;
	--primaryFont: "Open Sans", serif;
	--colorGrey: #707070;
}


/* Site.master Styles 
-----------------------------------------------------------*/




body {
	background-color: var(--colorWhite);
	margin: 0;
	font-family: var(--primaryFont);
}

p {
	margin: 1em 0;
}

img {
	border: none;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #111;
}

h1 {
	color: black;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
}

h2 {}

/*h3 {
	color: black;
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}
	*/

fieldset {
	border: 0;
	padding: 0px;
}

#footer {
	padding: 5px 0;

}

#container {
	margin: 0 auto;
	padding: 0;
}

#content-section {
	margin: 0;
}

.baseheader_top {
	height: 27px;
}

#logon_info {
	float: right;
	background: #f7f6f3;
	margin: 10px 8px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #e0dfd8;
	border-left: 1px solid #e0dfd8;
}

.baseheader {
	height: 192px;
	cursor: pointer;
}

/* Login Styles
-----------------------------------------------------------*/

.popup-login_button_on .popup_button_title {

	display: none;
}

.popup_panel {
	width: 90%;
	max-width: 400px;
	padding: 20px;
}

.popup-login_panel .rbh3 {
	font-weight: 600;
}

.inputpage_field_LoginUserName input,
.inputpage_field_LoginPassword input {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	float: none;
}

.popup-login_panel .popup-register_full .popup_button_title,
.popup-login_panel .submitbutton,
.popup-register_panel .submitbutton {
	font-family: var(--primaryFont);
	line-height: normal;
	padding: 8px 30px;
	border: 0;
	height: auto;
	margin-bottom: 20px;
	background-color: var(--primaryColor);
	color: var(--colorWhite);
}

.popup-login_panel .popup_buttons .popup-register_link {

	margin-bottom: 20px;
	max-width: 150px;


}

.popup-login_panel .rbextbutton_items {
	float: right;
	margin-top: 3px;
}


.popup-login_panel .input-footer {
	margin-top: 40px;
}


.popup-login_panel .popup-register_full {
	margin-top: 20px;
}


.page_Account_Register .input_Register .inputform {

	background-color: white;
	padding: 20px;
	border: 2px solid var(--colorGrey);
}



/* Menu Panel */


.rbsidebar_button_visibled {

	background-size: 2%;
	background: url(/content/images/menu-burger-bookself.png) no-repeat center;
	transition: all 0.1s ease-in-out;
}

.rbsidebar_button_disabled {

	height: 35px;
	width: 35px;
	background: url(/content/images/menu-burger-active.png)no-repeat center;
	transition: all 0.1s ease-in-out;
}

.rbsidebar_panel_visibled .menu_sidebar {

	background-color: var(--primaryColor);

}

.rbsidebar_panel_visibled .menu_items {
	color: var(--colorGrey);
}

.rbsidebar_panel_visibled .menu_divitem .menu_divitem_title {
	color: var(--colorGrey);

}

.rbsidebar_panel_visibled .menu .menu_selecteditem a {
	border-left: none;
}

.rbsidebar_panel_visibled .menu .menu_item a {
	border-left: none;
}

.rbsidebar_panel_visibled .main_menu_search {

	display: none;

}

.rbsidebar_panel_visibled .popup-login_link {
	background-color: var(--primaryColor);
}

/* Menu Styles
-----------------------------------------------------------*/
.menu {
	height: 36px;
	margin: 0px;
	padding: 4px 0;
	text-align: center;
}

.menu a {
	color: #050517;
	font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.menu .menu_selecteditem a,
.menu .menu_item a {
	border-width: 0;
	border-left: 1px solid #050517;
	margin: 10px 0;
	padding: 0 15px;
	text-transform: uppercase;
	display: block;
}

.menu .menu_item,
.menu .menu_selecteditem {
	border-width: 0;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
}

.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;
}

/* Top menu Styles
-----------------------------------------------------------*/
.menu_selecteditem .menu_divitem_title {
	font-weight: 700;
}

#header {
	width: 100%;

}

.baseheader_main {

	padding: 10px 0 15px 0;
	max-width: 1363px;
	width: 90%;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.baseheader_notlogedin {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.baseheader_left {

	display: none;
}

.baseheader_middle {

	display: inline-block;
	width: 20%;
	align-items: center;
}

.baseheader_middle .baseheader {


	width: 199px;
	height: 72px;
	background: url(/content/images/logo_image.png) no-repeat;
	background-size: 100%;

}

.baseheader_right {

	float: none;
	display: inline-block;
	margin-left: auto;
	font-size: 20px;

}

.baseheader_right .rbmenuh2 {

	position: relative;

}

.baseheader_right .rbmenuh2:after {

	content: "";
	display: block;
	background-color: var(--primaryColor);
	height: 2px;
	width: 30px;
	margin-right: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.baseheader_right .rbmenuh2:hover:after {

	background-color: var(--primaryColor);
	left: calc(100% - 40px);
}

.baseheader_right .menu_divitem_title {
	padding: 15px 0.78125vw 15px 0.78125vw;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.baseheader_right .menu_divitem_title:hover {

	font-weight: 700;
}



.baseheader_logedin {
	display: none;
}

/* TopSlider Styles
-----------------------------------------------------------*/


.rb-section-slideritem {
	max-width: 1463px;
	width: 90%;
	margin: auto;

}

.rb-section-slideritem .rb2-slider-pager-item-main {

	padding: 50px 50px 115px 50px;


}

.rb-section-slideritem .rb2-slider-pager-item-main:before {

	content: "";
	display: block;
	position: absolute;
	background: url(/content/images/image_left_icon.png) no-repeat;
	background-size: 100%;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 155px;
	z-index: 1;

}

.rb-section-slideritem:before {

	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	padding: 0;
	left: 0;
	background-color: var(--primaryColor);
	width: 100%;
	height: 15.625vw;
	max-width: 1920px;
	z-index: -1;

}

.rb-section-slideritem .news {

	position: relative;

	padding-bottom: calc(748 / 1364 * 100%);
	width: 100%;
	background-size: 100%;
}


.rb-section-body .rb2-slider-item {

	border: none;

}

.rb-section-slideritem .news_topslider_header_info {

	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;


}


.rb-section-slideritem .news_topslider_header_info_title .rbh1 {

	max-width: 426px;
	margin: auto;
	width: 90%;
	color: white;
	font-weight: 700;
	font-size: 2.0833333333333335vw;
	line-height: 2.34375vw;
	margin-bottom: 40px;
	text-align: center;

}

.rb-section-slideritem .news_topslider_header_info_digest .labelitem:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 30px;
}

.rb-section-slideritem .news_topslider_header_info_digest .labelitem {

	max-width: 835px;
	margin: auto;
	width: 90%;
	font-size: 1.3020833333333333vw;
	line-height: 1.40625vw;
	text-align: center;
	color: var(--colorWhite);

}

.home_mainpage .rb-section-slideritem .listmorespan {

	display: block;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: var(--colorWhite);
	text-align: center;
	max-width: 190px;
	width: 90%;
	margin: auto;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	/*display: none;*/

}

.rb-section-slideritem .listmorespan:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	font-weight: 700;

}

/* TopSlider Styles 2 
-----------------------------------------------------------*/
.rb-section-style-topslider .rb-section-normal-image {

	max-width: 1463px;
	width: 90%;
	margin: auto;
	margin-top: 75px;
	padding: 0 50px 115px 50px;
	position: relative;


}


.rb-section-style-topslider:before {

	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	background-color: var(--primaryColor);
	width: 100%;
	height: 300px;
	z-index: -1;


}

.rb-section-style-topslider .rb-section-normal-image:before {

	content: "";
	display: block;
	position: absolute;
	background: url(/content/images/image_left_icon.png) no-repeat;
	background-size: 100%;
	top: -50px;
	left: -5px;
	width: 135px;
	height: 155px;

}


.rb-section-style-topslider .rb-section-normal-left {

	position: absolute;
	text-align: center;
	color: var(--colorWhite);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 15;
}


.rb-section-style-topslider .rbh1 {

	max-width: 400px;
	margin: auto;
	width: 90%;
	color: white;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 40px;
	text-align: center;
}


.rb-section-style-topslider .rb-section-description {

	max-width: 835px;
	margin: auto;
	width: 90%;
	font-size: 25px;
	line-height: 27px;
	text-align: center;

}

.rb-section-style-topslider .rb-section-normal-more {

	padding: 15px 60px;
	font-size: 25px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	max-width: 190px;
	width: 90%;
	margin: auto;


}



/* About us Styles
-----------------------------------------------------------*/




.rb-section-style-imageright {

	max-width: 1463px;
	margin: auto;
	width: 90%;
	overflow: hidden;
	margin-top: 60px;
	padding: 0 50px;


}

.rb-section-style-imageright .rb-section-normal-main {

	background-color: var(--colorWhite);
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.rb-section-style-imageright .rb-section-normal-main:after {

	content: "";
	display: block;
	clear: both;


}


.rb-section-style-imageright .rb-section-normal-left {

	-webkit-box-flex: 1;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 20px;

}

.rb-section-style-imageright .rb-section-normal-right {

	position: relative;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.rb-section-style-imageright .rb-section-normal-right:before {

	content: "";
	background: url(/content/images/image_left_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	display: block;
	width: 135px;
	height: 155px;
	top: -50px;
	left: -50px;
	z-index: 10;
}

.rb-section-style-imageright .rb-section-normal-right:after {

	content: "";
	position: absolute;
	background: url(/content/images/image_right_icon.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 135px;
	height: 155px;
	bottom: -90px;
	right: -50px;
}

.rb-section-style-imageright .rbh1 {

	font-size: 40px;
	line-height: 45px;

}

.rb-section-style-imageright .rb-section-description:before {

	content: "";
	display: block;
	width: 64px;
	border-top: 2px solid var(--primaryColor);


}

.rb-section-style-imageright .rb-section-description {

	font-size: 20px;


}



.rb-section-style-imageright .rb-section-normal-more {

	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	max-width: 190px;
	margin-top: 20px;
	margin-left: 3%;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;

}

.rb-section-style-imageright .rb-section-normal-more:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;


}

/* About us 2 Styles
-----------------------------------------------------------*/

.rb-section-style-imageleft {

	max-width: 1463px;
	margin: auto;
	width: 90%;
	padding: 0 50px;

}

.rb-section-style-imageleft .rb-section-normal-main {

	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;


}

.rb-section-style-imageleft .rb-section-normal-main:after {

	content: "";
	display: block;
	clear: both;


}

.rb-section-style-imageleft .rb-section-normal-left {

	-webkit-box-flex: 1;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 20px;

}


.rb-section-style-imageleft .rb-section-normal-right {

	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	height: auto;
	position: relative;
}

.rb-section-style-imageleft .rb-section-normal-right:before {

	position: absolute;
	content: "";
	background: url(/content/images/image_left_icon.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 135px;
	height: 155px;
	top: -50px;
	left: -50px;


}

.rb-section-style-imageleft .rb-section-normal-right:after {


	position: absolute;
	content: "";
	background: url(/content/images/image_right_icon.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 135px;
	height: 155px;
	bottom: -90px;
	right: -50px;

}



.rb-section-style-imageleft .rbh1 {

	font-size: 40px;
	line-height: 45px;

}

.rb-section-style-imageleft .rb-section-description:before {


	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	font-size: 20px;

}


.rb-section-style-imageleft .rb-section-description {

	font-size: 20px;

}

.rb-section-style-imageleft .rb-section-normal-more {


	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 3%;
	margin-top: 20px;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;
}

.rb-section-style-imageleft .rb-section-normal-more:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;

}



/* Form  and form Picture Styles
-----------------------------------------------------------*/
.rb-section-style-onlyimage .rb-section-normal-image {


	max-width: 1363px;
	margin: auto;
	width: 90%;
	padding-top: 35px;

}

.rb-section-getoffermail .rb-section-input {


	max-width: 1363px;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;

}

.rb-section-getoffermail .input-header {
	max-width: 1015px;
	width: 90%;
	margin: auto;
	margin-top: 40px;
	text-align: center;
}

.rb-section-getoffermail .rb-section-input .rb-section-input-header {

	max-width: 700px;
	width: 90%;
	margin: auto;
	text-align: center;

}

.rb-section-style-normalcontact {
	text-align: center;
}

.rb-section-getoffermail .rb-section-input .rbh1,
.rb-section-style-normalcontact .rbh1 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
}

.rb-section-style-normalcontact .rbh2 {
	font-size: 24px;
	font-weight: 400;
}

.rb-section-style-normalcontact .rb-section-description {
	font-size: 18.6667px;
	font-weight: 700;
}

.rb-section-getoffermail .rb-section-input .rb-section-description:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	position: absolute;
	padding-bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rb-section-getoffermail .rb-section-input .rb-section-description {

	font-size: 20px;

}


.rb-section-getoffermail fieldset {
	max-width: 1015px;
	width: 90%;
	margin: auto;
	outline: none;
	border: none;
}


.iframe_upload_body fieldset {

	color: var(--colorGrey);
	font-family: var(--primaryFont);
}

.iframe_upload_body label,
.iframe_upload_body input {

	color: var(--colorGrey);
	font-family: var(--primaryFont);
}

.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_fieldtype_Text,
.rb-section-getoffermail .inputpage_fieldtype_CheckBox,
.rb-section-getoffermail .inputpage_field_FileUpload
/*.inputpage_field_Name,
.inputpage_field_Phone,
.inputpage_field_Email,
.inputpage_field_Settlement, 
.inputpage_field_BooksTitle,
.inputpage_field_PageNumber,
.inputpage_field_BookCategory, 
.inputpage_field_BookStyle */

	{
	display: inline-grid;
	width: 45%;
	margin-top: 25px;
	border-bottom: 1px solid var(--colorGrey);

}

.rb-section-getoffermail .inputpage_fieldtype_CheckBox {
	border-bottom: none;
}

.rb-section-getoffermail .inputpage_field:nth-child(2n) {

	margin-left: 5%;
}

/*.rb-section-getoffermail .inputpage_field:last-child
 {

	margin-left:auto;
}*/

.rb-section-getoffermail .rb-section-input .inputpage_fields .input-fieldtype-Text {

	border: none;
	outline: none;
	width: 100%;
	padding: 10px 0;
	color: var(--colorGrey);
	padding-left: 10px;

}

.rb-section-getoffermail .input-fieldtype-FileUpload {
	width: 100%;
	margin-bottom: 10px;
	outline: none;
	border: 0;
	border-bottom: 1px solid var(--colorGrey);
	color: var(--colorGrey);
	padding: 10px 0px;
}



/*.iframe_upload_file {
	height: 50px; 
	
}

/*.rb-section-getoffermail .input-fieldtype-FileUpload {

	outline: none;
	border: none;
	max-width: 75%;
	color: var(--colorGrey);
	margin-bottom: 10px;
}*/

/*.rb-section-getoffermail  .inputpage_fieldtype_CheckBox {

	max-width: 500px;
	width: 90%;
	margin-left: 0px;
	margin: auto;
	
}

.rb-section-getoffermail .inputpage_field_FileUpload {

	margin-top: 10px;
}
/*.rb-section-getoffermail .inputpage_fieldtype_CheckBox {
	

	
	display: inline-block;
	max-width: 470px;
	width: 40%;


}
*/
.rb-section-getoffermail .inputpage_buttons_after {

	border: none;
	text-align: center;



}

input[type="submit"] {

	padding: 5px 15px;
	font-weight: 500;
	border: 1px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	margin-top: 10px;
	height: auto;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;

}

input[type="submit"]:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;

}

.rb-section-getoffermail .okbutton {

	padding: 15px 40px;
	font-size: 20px;
	font-weight: 300;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	margin: auto;
	height: auto;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;
	cursor: pointer;
}

.rb-section-getoffermail .okbutton:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;

}


.rb-section-getoffermail input[type="checkbox"]+input[type="hidden"]+.inputpage_label:before {
	border-radius: 35px;
	transition: all .1s ease-out;
}




.rb-section-getoffermail input[type="checkbox"]+input[type="hidden"]+.inputpage_label:hover:before {

	border: 1px solid var(--primaryColor);
}







/* Footer Styles
-----------------------------------------------------------*/
.rb-section-footer {

	max-width: 1363px;
	width: 90%;
	margin: auto;
	background-color: var(--colorGrey);
	color: var(--colorWhite);

}

.rb-section-footer a {


	color: var(--colorWhite);

}

.rb-section-footer .rbh3 {


	color: var(--colorWhite);

}

.rb-section-footer .rb-section-footer-line1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.rb-section-footer .rb-section-footer-column1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	margin-left: 10px;


}

.rb-section-footer .rb-section-footer-column1 .footer_siteimage {

	width: 176px;
	height: 60px;
	background: url(/content/images/logo-image-white.png) no-repeat;
	background-size: 100%;
	margin: 30px 0 35px 0;

}

.rb-section-footer .rb-section-footer-column1 .footer_description {

	display: none;

}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-item {

	display: inline-block;
}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-item-facebook:before {

	content: "";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(/content/images/icon-metro-facebook.png) no-repeat;
	background-size: 100%;

}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-item-instagram {

	margin-left: 10px;
	content: "";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(/content/images/icon-metro-instagram.png) no-repeat;
	background-size: 100%;

}


.rb-section-footer .rb-section-footer-column1 .rb-section-footeritem-menutitle {

	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;

}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .menu_divitem {

	margin-top: 10px;
	float: none;

}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .menu_divitem a {

	display: inline-block;


}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .rbmenuh2 {

	font-size: 15px;
	display: inline-block;
	max-width: 100px;
	transition: all .1s ease-out;
}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .rbmenuh2:hover {


	font-weight: 700;

}

.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .menu_image {


	display: flex;
	align-items: center;


}


.rb-section-footer .rb-section-footer-column1 .rb-section-social-full .menu_image_jpg {

	margin-right: 20px;
	height: 24px;
	width: 24px;
}



.rb-section-footer .rb-section-footer-column2 {

	margin-top: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	color: var(--colorWhite);
}

.rb-section-footer .rb-section-footer-column2 .rb-section-footeritem-menutitle {

	font-size: 20px;
	font-weight: 700;
}

.rb-section-footer .rb-section-footer-column2 .menu_divitem {

	float: none;
	line-height: 20px;
	font-size: 15px;
	color: var(--colorWhite);
	padding: 15.5px 0;


}

.rb-section-footer .rb-section-footer-column2 .menu_divitem_title {
	font-weight: 500;
	transition: all 0.2s ease-out;


}

.rb-section-footer .rb-section-footer-column2 .menu_divitem_title:hover {
	font-weight: 700;


}

.rb-section-footer .rb-section-footer-column3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 39%;
	flex: 0 1 39%;
	margin: 100px 0 45px 0;

}

.rb-section-footer input[type="checkbox"]+input[type="hidden"]+.inputpage_label:before {

	border-radius: 35px;
	border: 1px solid var(--colorWhite);
	transition: all .1s ease-out;

}

.rb-section-footer input[type="checkbox"]+input[type="hidden"]+.inputpage_label:hover:before {


	border: 1px solid var(--primaryColor);

}

.rb-section-footer input[type="checkbox"]:checked+input[type="hidden"]+.inputpage_label:before {


	background: url(/content/images/icon-checked-white.png) no-repeat center;
	background-size: 10px;
	color: #484848;
	transition: all .1s ease-out;

}



.rb-section-footer-column3 .input-fieldtype-Text {


	background: none;
	border: 0;
	color: white;
	outline: none;
	margin: 10px 0;
	padding: 10px 0;

}

.rb-section-footer-column3 .input-fieldtype-Text {

	border-bottom: 1px solid var(--colorWhite);
	width: 100%;
	outline: none;
	float: none;


}

.rb-section-footer-column3 .input-validation-error {

	color: var(--colorBlack)
}

.rb-section-footer-column3 .inputpage_buttons_after {

	border: none;
}

.rb-section-footer-column3 .inputpage_field_EMail {
	margin-top: 20px;
	margin-bottom: 20px;

}

.rb-section-footer-column3 .inputpage_fieldtype_CheckBox {
	width: 100%;
	margin-top: 0px;

}




.rb-section-footer-column3 .okbutton {

	padding: 15px 40px;
	font-size: 20px;
	font-weight: 300;
	border: 2px solid var(--primaryColor);
	color: var(--colorWhite);
	background: transparent;
	text-align: center;
	margin: auto;
	height: auto;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;
	cursor: pointer;
}

.rb-section-footer-column3 .okbutton:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;

}


/* RB Tablet */
@media screen and (max-width: 1155px) {

	/*Before images */

	.rb-section-slideritem .rb2-slider-pager-item-main:before {

		display: none;

	}

	.rb-section-style-imageright .rb-section-normal-right:before {

		display: none;
	}

	.rb-section-style-imageright .rb-section-normal-right:after {

		display: none;
	}

	.rb-section-style-imageleft .rb-section-normal-right:before {

		display: none;


	}

	.rb-section-style-imageleft .rb-section-normal-right:after {

		display: none;

	}

	/* Form*/

	.iframe_upload_file {
		height: 120px;

	}

	/*Top slider */

	.rb-section-slideritem .rb2-slider-pager-item-main {

		padding: 35px 0 115px 0;
	}

	.rb-section-slideritem .rb2-slider-pager-item-main {

		padding-bottom: 0;


	}



	.rb-section-slideritem .rb2-slider-pager-item-main:before {


		top: 0px;
		left: 0px;
		width: 135px;
		height: 155px;
		z-index: 1;


	}

	.rb-section-slideritem:before {

		height: 172px;
		bottom: 333px;

	}


	.rb-section-slideritem .news {

		background-repeat: no-repeat;
		padding-bottom: 0;
	}



	.rb-section-slideritem .news_topslider_header_info {


		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		top: 0;
		width: 100%;
		padding-top: calc(748 / 1364* 100%);
		color: var(--colorBlack);
		text-align: center;
		position: static;
		padding-bottom: 40px;

	}

	.rb-section-slideritem .news_topslider_header_info_title .rbh1 {

		color: var(--colorBlack);
		font-size: 30px;
		line-height: normal;
		margin-top: 25px;
	}

	.rb-section-slideritem .news_topslider_header_info_digest .labelitem {

		color: var(--colorBlack);
		font-size: 20px;
		line-height: normal;
	}

	.rb-section-slideritem .listmorespan {}



	/*About us 1 */

	.rb-section-style-imageright {

		margin-top: 0px;
		padding: 0px;

	}


	.rb-section-style-imageright .rb-section-normal-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	}


	.rb-section-style-imageright .rb-section-normal-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0px;

	}

	.rb-section-style-imageright .rb-section-normal-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.rb-section-style-imageright .rbh1 {

		font-size: 30px;
		line-height: normal;


	}

	.rb-section-style-imageright .rb-section-description {

		font-size: 20px;
		line-height: normal;
		padding-bottom: 20px;
	}

	.rb-section-style-imageright .rb-section-normal-more {

		order: 3;
		margin: 0;
	}


	/*About us 2 */


	.rb-section-style-imageleft {

		padding: 0px;

	}

	.rb-section-style-imageleft .rb-section-normal-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;


	}


	.rb-section-style-imageleft .rb-section-normal-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;

	}

	.rb-section-style-imageleft .rb-section-normal-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.rb-section-style-imageleft .rbh1 {

		font-size: 30px;
		line-height: normal;


	}

	.rb-section-style-imageleft .rb-section-description {

		font-size: 20px;
		line-height: normal;
		padding-bottom: 20px;

	}

	.rb-section-style-imageleft .rb-section-normal-more {

		order: 3;
		margin: 0;

	}

	/*Input form */

	.rb-section-getoffermail .rb-section-input .rbh1 {


		font-size: 30px;
		line-height: normal;
	}

	.rb-section-getoffermail .rb-section-input .rb-section-description {

		font-size: 20px;
		line-height: normal;

	}


}



/* iPad Landscape */
@media screen and (max-width: 1024px) {}

/* iPad Portrait */
@media screen and (max-width: 768px) {

	/*Top slider */

	.rb-section-slideritem:before {

		height: 130px;
		bottom: 345px;

	}

	/*Footer */

	.rb-section-footer .rb-section-footer-line1 {

		flex-wrap: wrap;

	}

	.rb-section-footer .rb-section-footer-column1 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: center;

	}

	.rb-section-footer .rb-section-footer-column1 .rb-section-footeritem-1 {

		display: inline-block;
		left: 50%;


	}

	.rb-section-footer .rb-section-footer-column2 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: center;
	}

	.rb-section-footer .rb-section-footer-column3 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;

	}

	.rb-section-footer .rb-section-footer-column3 .inputtitle_div {

		text-align: center;
	}

	.rb-section-footer .rb-section-footer-column3 .inputpage_buttons {

		text-align: center;
	}

	.rb-section-footer .rb-section-footer-column1 {


		margin-left: 0;

	}

	.rb-section-footer .rb-section-footer-column2 {

		margin-top: 25px;

	}

	.rb-section-footer .rb-section-footer-column3 {


		margin-top: 5px;

	}

	.rb-section-footer .rb-section-footer-column1 .footer_siteimage {


		margin-top: 25px
	}
}


@media screen and (max-width: 650px) {}

/* RB Mobile */
@media screen and (max-width: 585px) {



	.rb-section-slideritem .rb2-slider-pager-item-main {
		padding: 20px 0 115px 0;
	}

	/*Abous us */

	.rb-section-style-imageright .rb-section-normal-main {

		margin-top: 0px;


	}

	.rb-section-style-imageleft .rb-section-normal-main {

		margin: 15px 0;

	}

	.rb-section-footer .rb-section-footer-column1 .footer_siteimage {


		margin-top: 25px
	}



	/* Form */

	.rb-section-getoffermail .rb-section-input .inputpage_fields .input-fieldtype-Text {

		width: 100%;

	}

	/*Topslider */

	.rb-section-slideritem:before {

		top: 100vw;

	}

	.rb-section-slideritem .news_topslider_header_info {

		padding-top: calc(748 / 548* 100%);

	}


	/*Top menu */


	.baseheader_right {

		display: none;
	}


	.baseheader_middle {

		width: 20%;
		display: inline-block;
		align-items: center;
	}

	.baseheader_left {

		display: inline-block;
		margin-left: auto;
		order: 2;

	}

	.rb-section-getoffermail .inputpage_field:nth-child(2n) {

		margin-left: 0;

	}



	/*About us */



	/*Input Form */

	.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_field_Name,
	.inputpage_field_Phone,
	.inputpage_field_Email,
	.inputpage_field_Settlement,
	.inputpage_field_BooksTitle,
	.inputpage_field_PageNumber,
	.inputpage_field_BookCategory,
	.inputpage_field_BookStyle,
	.inputpage_field_FileUpload,
	.inputpage_field_DataHandlingConfirmOk-getoffermail {
		display: block;
		width: 100%;


	}

	.inputpage_fieldtype_FileUpload {

		padding-bottom: 10px;

	}

	.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_fieldtype_Text,
	.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_fieldtype_FileUpload,
	.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_fieldtype_CheckBox {

		width: 100%;


	}

	/*.inputpage_fileupload {

	width: 90%;
}*/
	.rb-section-getoffermail .rb-section-input .inputpage_fields .inputpage_fieldtype_CheckBox {

		margin-top: 30px;

	}

	.rb-section-getoffermail .inputpage_field_Email,
	.inputpage_field_BooksTitle,
	.inputpage_field_PageNumber {

		margin-left: 0;

	}

}




/*Kapcsolatok page */


/* Top section */


.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-body {

	padding-top: 100px;
	max-width: 1364px;
	margin: auto;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-main {

	max-width: 750px;
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 0 50px;
}



.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rbh1 {

	max-width: 700px;
	margin: auto;
	width: 100%;
	color: var(--colorBlack);
	font-weight: 500;
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 40px;
	text-align: center;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-description p {
	font-size: 30px;
	font-weight: 700;
	margin-top: 50px;
}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rbh2 {

	font-size: 20px;
	line-height: 27px;
	font-weight: 300;


}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rb-section-subtitle-main:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 30px;
}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-normal-title-main .rbh1:after,
.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-normal-title-main .rbh1:after {
	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	left: 50%;
	position: absolute;
	bottom: -15px;
	transform: translateX(-50%);

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rb-section-subtitle-main {

	max-width: 600px;
	margin: auto;
	width: 100%;
	font-size: 1.3020833333333333vw;
	line-height: 1.40625vw;
	text-align: center;
	color: var(--colorGrey);
	font-weight: 400;

}



.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-main .rb-section-normal-more {

	display: block;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	max-width: 190px;
	width: 90%;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	float: none;
	margin: auto;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-main .rb-section-normal-more:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	font-weight: 700;

}


/* Kapcsolatok footer section */

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	width: 90%;
	margin: auto;
	gap: 14.84375vw;
	padding: 25px 0 50px 0;

}



.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .newsitem-editfull {

	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-normal-main {

	text-align: center;


}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-normal-main .rbh1 {

	font-size: 20px;
	line-height: 25px;
	text-align: center;
	position: relative;
	margin-bottom: 25px;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-subtitle-main:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	margin: 10px 0;
	left: 58px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 45px;
}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rbh2 {

	position: relative;
	font-size: 15px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: 400;
	color: var(--colorGrey);

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-description {

	position: relative;
	font-size: 15px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: 400;
	color: var(--colorBlack);

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-contactmessage {

	font-size: 20px;
	line-height: 25px;
	padding-right: 50px;

}



.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputtitle_div {

	text-align: left;
	position: relative;
	margin-bottom: 30px;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputpage_fieldtype_CheckBox {
	width: 100%;
	margin-top: 10px;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputtitle {

	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputsubtitle {
	display: none;
}


.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputtitle_div:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	bottom: -15px;
	position: absolute;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .input-fieldtype-Text {

	outline: none;
	border: none;
	border-bottom: 1px solid var(--colorGrey);
	width: 100%;
	margin-bottom: 20px;
	font-family: var(--primaryFont);
	font-weight: 500;
	padding-bottom: 10px;
	color: var(--colorGrey);

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat input[type="checkbox"]+input[type="hidden"]+.inputpage_label:before {

	border-radius: 35px;
	transition: all 0.1s ease-out;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat input[type="checkbox"]+input[type="hidden"]+.inputpage_label:hover:before {

	border: 1px solid var(--primaryColor);


}


.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .input-fieldtype-Memo {
	outline: none;
	border: none;
	border-bottom: 1px solid var(--colorGrey);
	width: 100%;
	font-family: var(--primaryFont);
	color: var(--colorGrey);
}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .inputpage_buttons_after {

	border-top: none;
}



.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .submitbutton {

	display: block;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: auto;
	font-weight: 300;
	display: inline-block;
	width: auto;
	cursor: pointer;

}

.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .submitbutton:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;

}




/* Rólunk page */


/* Menu style  */



/* Katalogus */

.rb-section-allproduct .rb2-slider-pager-item-main {
	flex-wrap: wrap;
}


.rb-section-allproduct .rb2-slider-item:after {
	position: absolute;
	content: "";
	background: url(/content/images/image_right_icon.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 135px;
	height: 155px;
	bottom: -90px;
	right: -4%;
}

.rb-section-allproduct .rb-section-slideritem .rb2-slider-item:before {
	content: "";
	display: block;
	position: absolute;
	background: url(/content/images/image_left_icon.png) no-repeat;
	background-size: 100%;
	top: -9%;
	left: -2%;
	width: 135px;
	height: 155px;
	z-index: 1;
}

.rb-section-allproduct .rb-section-slideritem .rb2-slider-pager-item-main:before {
	display: none;

}

.rb-section-allproduct .rb-section-slideritem:before {
	display: none;
}

.rb-section-allproduct .rb2-slider-item {
	flex: 0 1 100%;
	margin-bottom: 50px;
	position: relative;
}

.rb-section-allproduct .alexwebdatainfogrid {
	display: flex;
	gap: 2.6041666666666665vw;
	align-items: center;
	cursor: auto;

}

.rb-section-allproduct .alexwebdatainfogrid_fullimage {
	flex: 0 1 35%;
}



.rb-section-allproduct .rb-section-body img {
	border-radius: 20px;
	max-width: 400px;
}

.rb-section-header-sort {
	max-width: 1363px;
	width: 90%;
	margin: auto;
	text-align: right;
	margin-bottom: 0px;
}

.rb-section-header-sort>div,
.rb-section-header-sort>select {
	display: inline-block;
	vertical-align: middle;
	font-family: var(--primaryFont);
	color: var(--colorGrey);
}

.rb-section-header-sort select {
	/* width: 190px; */
	padding: 10px 30px 10px 10px;
	outline: 0;
	border: 0;
	background: #FFF url(/content/images/rb-icon-dropdown.png) no-repeat 95%;
	background-size: 12px;
	-webkit-appearance: none;
	font-family: var(--primaryFont);
	color: var(--colorGrey);
}


.rb-section-allproduct .alexwebdatainfogrid_info {
	flex: 0 1 60%;
}

.rb-section-allproduct .alexdata_header_shortdescription {
	margin-bottom: 20px;
}

.rb-section-allproduct .alexdata_footer_shop_prices {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	display: flex;
	gap: 30px;
	padding: 25px 0;
}

.rb-section-allproduct .alexdata_footer_price {
	font-size: 25px;
}

.rb-section-allproduct .alexdata_footer_onlineprice-value {
	font-weight: 700;
	font-size: 25px;
}


.rb-section-allproduct .alexdata_footer_show {
	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;

	margin-top: 20px;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: inline-block;
	width: auto;
}

.rb-section-allproduct .alexdata_footer_show:hover {
	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;
}




/* Top section */

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal {
	position: relative;
}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-body:before {

	content: "";
	display: block;
	position: absolute;
	width: 23.177083333333332vw;
	height: 41.666666666666664vw;
	right: 0;
	background-color: var(--primaryColor);


}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-main {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1464px;
	width: 90%;
	margin: auto;
	padding: 100px 50px 65px 50px;

}


.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-left {

	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;

}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-right {

	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;

}



.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rbh1 {

	font-size: 2.0833333333333335vw;
	max-width: 300px;
	width: 100%;
	position: relative;

}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rbh1:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	bottom: -15px;
	position: absolute;
	left: 0;

}




.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-subtitle-main {

	font-size: 1.0416666666666667vw;
	color: var(--colorGrey);
	font-weight: 500;
	max-width: 540px;
	width: 100%;
}


.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-description {

	max-width: 540px;
	width: 100%;
	font-size: 1.0416666666666667vw;
}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-more {


	display: block;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 27px;
	border: 2px solid var(--primaryColor);
	background: transparent;
	text-align: center;
	color: var(--colorGrey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: auto;
	display: inline-block;
	width: auto;
}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-more:hover {

	background-color: var(--primaryColor);
	color: var(--colorWhite);
	text-shadow: 0.5px 0.5px white;
}


.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-image {

	max-width: 1364px;
	width: 100%;
	height: auto;
	margin: auto;

}

.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunkbottom .rb-section-normal-image {
	padding: 0 50px;
	max-width: 1364px;
	width: 90%;
	margin: auto;
}

/* News style*/

.rb-itemgroup-Rolunk .rb2-slider-scroll .rb2-slider-item {

	cursor: auto;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews {

	max-width: 1364px;
	width: 90%;
	margin: auto;

}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem .rb2-slider-pager-item-main:before {

	display: none;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem:before {
	display: none;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-pager-item-main {

	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem .rb2-slider-pager-item-main {
	padding: 49px 50px 0px 50px;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-title {

	max-width: 620px;
	width: 100%;
	margin: auto;
	font-size: 40px;
	float: none;
	position: relative;
	margin-bottom: 75px;
	text-align: center;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-title:before {

	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	bottom: -35px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);


}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-item {

	-webkit-box-flex: 0;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
}


.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-pager-item-main:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.rb-itemgroup-Rolunk .rb-section-rolunknews .news_previewimage {


	margin: auto;

}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem .news {

	padding-bottom: 25px;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .news_previewimage_img {

	width: 31px;
	height: 100%;
	margin: auto;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rbh1 {

	font-size: 20px;
	margin: auto;
	text-align: center;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem .rb2-slider-pager-item-main {


	padding: 0;
}

.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem {

	width: 100%;

}

/*  Arkotott termekek*/

.rb-section-pricefixedbylaw {

	max-width: 1363px;
	width: 90%;
	margin: auto;
}



@media screen and (max-width: 1155px) {

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-main {
		padding: 0px;
	}


	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rbh1:before {
		content: "";
		display: block;
		border-top: 2px solid var(--primaryColor);
		width: 64px;
		bottom: -10px;
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

	}

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-title {


		font-size: 30px;

	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-main {

		padding: 75px 0px 30px 0px;

	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-body:before {

		top: 1%;
		width: 29.177083vw;
		height: 83.666667vw;

	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-main {

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-left {

		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		margin: auto;
		float: none;
		padding-top: 50px;
	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rbh1 {

		margin: auto;
	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-description {

		margin: auto;
		max-width: 700px;
	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-more {

		margin: auto;
	}

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-normal-right {

		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;


	}

	.rb-itemgroup-Rolunk .rb-section-normal-image {

		height: auto;
	}

	.rb-itemgroup-Rolunk .rb-section-slideritem .news {
		background-repeat: no-repeat;
		padding-bottom: 50px;
	}

	/*Rolunk */

	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rbh1 {

		font-size: 30px;
		line-height: auto;

	}


	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-subtitle-main {

		font-size: 15px;
		line-height: auto;
		margin: auto;
		max-width: 700px;
	}


	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunktop .rb-section-description {


		font-size: 15px;
		line-height: auto;
	}


	.rb-itemgroup-Rolunk .rb-itemgroup-master-rolunkbottom .rb-section-normal-image {
		padding: 0px;

	}


	/* Katalogus */

	.rb-section-allproduct .rb2-slider-item:after {
		position: absolute;
		content: "";
		background: url(/content/images/image_right_icon.png) no-repeat;
		background-size: 70%;
		display: block;
		width: 135px;
		height: 155px;
		bottom: -90px;
		right: -5%;
	}

	.rb-section-allproduct .rb-section-slideritem .rb2-slider-item:before {
		content: "";
		display: block;
		position: absolute;
		background: url(/content/images/image_left_icon.png) no-repeat;
		background-size: 70%;
		top: -7%;
		left: -1%;
		width: 135px;
		height: 155px;
		z-index: 1;
	}
}


@media screen and (max-width: 900px) {
	.treeview_items-showbutton {
		display: none;
	}
}

@media screen and (max-width: 768px) {





	.rb-section-allproduct .rb2-slider-item:after {
		display: none;
	}

	.rb-section-allproduct .rb-section-slideritem .rb2-slider-item:before {
		display: none;
	}

	/* Contact */


	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-body {
		padding-top: 50px;

	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rbh1 {


		font-size: 25px;
		line-height: auto;


	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-description p {
		font-size: 25px;
		font-weight: 700;
	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-normal-title-main .rbh2 {

		font-size: 20px;
		line-height: auto;


	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat {

		display: block;
		padding: 0;
		margin: 50px auto 30px auto;

	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rbh2 {

		position: relative;
		font-size: 15px;
		line-height: 20px;
		margin: 20px 0;
		font-weight: 300;
	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-subtitle-main {

		position: relative;
		font-size: 15px;
		line-height: 20px;
		margin: 20px 0;
		font-weight: 300;


	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-contactmessage {

		margin-top: 50px;
		font-size: 20px;
		line-height: 25px;
		padding: 0 25px;

	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-subtitle-main:before {

		content: "";
		display: block;
		border-top: 2px solid var(--primaryColor);
		width: 64px;
		margin: 10px 0;
		left: 33px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding-bottom: 45px;
	}


	/* Rolunk page */

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rbh1 {

		font-size: 15px;
		margin: auto;
	}
}



@media screen and (max-width: 585px) {


	/*Katalogus */

	.rb-section-allproduct .alexwebdatainfogrid {
		flex-wrap: wrap;
	}

	.rb-section-allproduct .alexwebdatainfogrid_fullimage {
		flex: 0 1 100%;
	}

	.rb-section-allproduct .alexwebdatainfogrid_info {
		flex: 0 1 100%;
	}

	.rb-section-allproduct .rb-section-body img {
		border-radius: 20px;
		width: 60%;
		margin: auto;
	}

	/* Contact */
	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolattop .rb-section-body {

		padding-top: 50px;
	}

	.rb-itemgroup-Contact .rb-itemgroup-master-kapcsolat .rb-section-normal-main {

		padding: 0 25px;
	}

	.rb-itemgroup-Rolunk .rb-section-slideritem .rb2-slider-pager-item-main {

		padding: 0;
	}

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rb-section-slideritem .rb2-slider-pager-item-main {


		padding: 0;
	}

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-title {

		margin-bottom: 70px;
	}
}

@media screen and (max-width: 480px) {

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rbh1 {}

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-pager-item-main {

		gap: 5%;

	}

	.rb-itemgroup-Rolunk .rb-section-rolunknews .rb2-slider-item {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		white-space: normal;
		/* Sorok automatikus tördelése */
		text-align: center;
		/* Középre igazított szöveg */
		-webkit-box-flex: calc(100% / 3 - 5%* 2/3);
		-ms-flex: calc(100% / 3 - 5%* 2/3);
		flex: calc(100% / 3 - 5%* 2/3);
	}


}


/* Rolunk form */

.rb-itemgroup-Rolunk .rb-section-getoffermail .rb-section-input .rbh1 {

	position: relative;

}

.rb-section-getoffermail .rb-section-input .rbh1:before {
	content: "";
	display: block;
	border-top: 2px solid var(--primaryColor);
	width: 64px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rb-section-style-normalcontact .rbh1:after {
	content: "";
	display: block;
	background: var(--primaryColor);
	width: 64px;
	height: 2px;
	margin: 20px auto 0;
}

.rb-itemgroup-Rolunk .rb-section-getoffermail .rb-section-input .rb-section-subtitle-main .rbh2 {
	font-weight: 300;
	font-size: 20px;
}