.depofoglalas_unit 						{ position: relative; width: 100%; }
.depofoglalas_unit.centered 			{ text-align: center; }
.depofoglalas_unit.margin_top 			{ margin-top: 50px; }
.depofoglalas_unit.margin_bottom 		{ margin-bottom: 50px; }
.depofoglalas_unit a:link               { border-bottom: 2px dotted; }

.depofoglalas_unit .events_list					{ width: 50%; margin-left: 25%; text-align: center; }
.depofoglalas_unit .events_list .item			{ width: 100%; background-color: rgba(0,0,0,.05); border: 3px solid; border-radius: 12px; border-color: rgba(0,0,0,0); transition: all 0.5s ease !important; padding: 25px; margin-bottom: 10px; }
.depofoglalas_unit .events_list .item:hover 	{ border-color: rgba(0,0,0,1); background-color: rgba(0,0,0,0);}

.depofoglalas_subpage_helyek_list_holder 					{ width: 75%; margin-left: 12.5%; margin-bottom: 50px; }
.depofoglalas_subpage_helyek_list_holder .item				{ position: relative; float: left; width: 55px; height: 55px; margin-right: 5px; margin-bottom: 5px; background-color: rgba(0,0,0,.05); border: 3px solid; border-radius: 12px; border-color: rgba(0,0,0,0); transition: all 0.5s ease !important; display: flex; align-items: center; justify-content: center; font-weight: bold; cursor: pointer; }
.depofoglalas_subpage_helyek_list_holder .item:hover		{ border-color: rgba(0,0,0,1); background-color: rgba(0,0,0,0); }
.depofoglalas_subpage_helyek_list_holder .item.jovahagyva	{ background-color: rgba(255,0,0,.2); }
.depofoglalas_subpage_helyek_list_holder .item.igenyelve	{ background-color: rgba(252,225,54,.2); }
.depofoglalas_subpage_helyek_list_holder .item.active		{ border-color: rgba(102,136,0,1); background-color: rgba(102,136,0,1); color: white; }

.depofoglalas_subpage_header 					{}
.depofoglalas_subpage_info_holder				{}

.depofoglalas_subpage_helyek_image 				{ width: 50%; margin-left: 25%; margin-bottom: 50px; cursor: pointer; border: 3px solid; border-radius: 12px; border-color: rgba(0,0,0,0); transition: all 0.5s ease !important; overflow: hidden; }
.depofoglalas_subpage_helyek_image:hover		{ border-color: rgba(0,0,0,1); }

.depofoglalas_subpage_form_holder 				{ width: 50%; margin-left: 25%; margin-bottom: 50px; }
.depofoglalas_subpage_form_holder .button 		{ font-size: inherit; background-color: rgba(0,0,0,.05); border: 3px solid; border-radius: 12px; border-color: rgba(0,0,0,0); transition: all 0.5s ease !important; padding: 25px; font-weight: bold; cursor: pointer; }
.depofoglalas_subpage_form_holder .button:hover	{ border-color: rgba(0,0,0,1); background-color: rgba(0,0,0,0); }
.depofoglalas_input 							{ width: 100%; margin-bottom: 15px; border: 1px solid; border-radius: 12px; border-color: rgba(0,0,0,1); padding: 15px; font-size: 18px; }

@media only screen and (max-width : 960px) {
	.depofoglalas_subpage_helyek_image 				{ width: 95%; margin-left: 2.5%; }
	.depofoglalas_subpage_form_holder 				{ width: 95%; margin-left: 2.5%; }
}

@media only screen and (max-width : 768px) {
	.depofoglalas_unit.margin_top 			{ margin-top: 25px; }
	.depofoglalas_unit.margin_bottom 		{ margin-bottom: 25px; }
}

@media only screen and (max-width : 480px) {
	
}

