@font-face {
	font-family: Verdana;
	src: url(../verdana.html);
}
/*page 1*/
.container_modify_d {
	width: 1700px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_modify_car {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*height: calc(100vh - 95px - 40px);*/
}
.wrapper_info_car {
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.img_car_d {
	height: 420px;
}
.row_detail_r_d {
	margin-bottom: 35px;
}
.row_detail_r_d p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.message_d {
	border: 1px solid #b4c1d7;
	min-height: 131px;
	margin-bottom: 30px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(53,89,147,1);
	-moz-box-shadow: 3px 3px 3px 0px rgba(53,89,147,1);
	box-shadow: 3px 3px 3px 0px rgba(53,89,147,1);
	padding: 10px 36px 15px 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.message_content {
	width: 80%;
	padding-top: 10px;
}
.img_like_d {
	padding-right: 25px;
	float: left;
}
.a-text-only:hover {
	text-decoration: none;
	color: inherit !important;
}
.message_d span {
	font-size: 20px;
	color: #336699;
	font-family: Verdana;
	font-weight: 600;
}
.disp_n_d {
	display: none;
}
.booking_options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 99%;

	margin-bottom: 30px;
}
.booking_d {
	width: 255px;
	max-width: 100%;
	height: 65px;
	background: #284e8c;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.booking_d a {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
.advertisment_style span {
	color: red;
	font-weight: bold;
	display: block;
}
.set_dim_dd {
	height: 120px;
	padding-right: 0;
}
.buy_now_button_dd {
	margin-left: 30px;
}
.buy_now_button_dd a {
	color: red;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
/*end page 1*/

/*page 2*/
.container_page_2 {
	margin-top: 30px;
}
.wrap_col_d {
	width: 33%;
	padding-left: 17px;
	padding-right: 17px;
	display: inline-block;
	vertical-align: top;
}
.title_col_d h2 {
	font-size: 30px;
	color: #284e8c;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #284e8c;
	min-height: 74px;
}
.include_campuri_form_d {
	margin-top: 15px;
	width: 450px;
	max-width: 100%;
}
.include_input_d {
	margin-bottom: 20px;
	position: relative;
}
.style_label_d {
	font-size: 25px;
	color: #000;
}
.include_select_d .round_d {
	background-image: url(../png/pencil.png);
	background-repeat: no-repeat;
	background-position: top 50% right 15px;
}
.style_select_d {
	background: #4070be;
	height: 38px;
	width: 100%;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}
.include_label_d span {
	display: block;
}
.include_label_d {
	position: relative;
}
.after_img {
	background-image: url(../png/pencil.png);
	background-repeat: no-repeat;
	background-position: top 50% right 15px;
}
.date_start_end .style_label_d {
	font-size: 19px;
}
.date_start_end .style_select_d {
	width: 144px;
}
label.style_label_d:before {
	opacity: 0;
}
label.style_label_d:after {
	opacity: 0;
}
.butoane_radio_ label.style_label_d, .butoane_checkbox_d label.style_label_d{
	padding-left: 0;
}
.style_box_d, .remove_option_d {
	display: block;
	height: 38px;
	background: #fc4d3b;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 28px;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}
.mb40{
	margin-bottom: 40px;
}
.butoane_radio_ 	input[type="radio"]:checked 	+ label.style_label_d .style_box_d,
.butoane_checkbox_d input[type="checkbox"]:checked 	+ label.style_label_d .style_box_d
{
	background: #4070be;
}
.butoane_checkbox_d input[type="checkbox"].css3radio {
	display: none;
}
.bottom_form .include_campuri_form_d {
	width: 220px;
}
.bottom_form .style_select_d {
	height: 46px;
}
.button_amend_form, .back_button_d {
	width: 80%;
	margin: auto;
	height: 55px;
	background: #fff;
	border: 2px solid #294e8c;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_amend_form button, .back_button_d a {
	background: transparent;
	outline: none;
	font-size: 23px;
	text-transform: uppercase;
	color: #284e8c;
	font-weight: bold;
}
.back_button_d a {
	color: #000;
}
.mb20 {
	margin-bottom: 20px;
}
.mt80 {
	margin-top: 80px;
}
.remove_option_d {
	background: #4070be url(../png/x_icon.png) no-repeat;
	background-position: top 50% right 15px;
	background-size: 50px;
	display: none;
	position: re;
	top: 32px;
	left: 0;
	width: 100%;
}
.parent_button_serv_add.adaugat .remove_option_d {
	display: block;
}
.parent_button_serv_add.adaugat .add_serv_sp .style_box_d
 {
	display: none;
}
.parent_button_serv_add.adaugat label.toggler_r {
	margin-bottom: 0;
}
.remove_option_d img {
	padding-left: 50px;
}
.disp_in_block_d {
	display: inline-block;
}
.manage-booking-page .date-picker-wrapper.no-shortcuts {
	top: 617px!important;
}
.date_start_end_d {
	margin-top: 20px;
}
.unpicked_services .style_box_d {
	background: #fc4d3b;
}
/*end page 2*/

input[name='deposit']:checked + label .add_now_deposit
{
	display: none;
}
.include_map {
	/*max-width: 55%;*/
	margin: auto;
}
.contact_pic_dd {
	height: 100%;
}
.contact_wrap_page_dd {
	min-height: calc(100vh - 400px);
	-webkit-justify-content: center;
	        justify-content: center;
	/*flex-direction: column;*/
}
.cookieinfo {
	padding: 4px 18px;
}

.container_page_2
{
	margin: 50px 35px;
}
.remove_option_d
{
	cursor: pointer;
}
.superspecial
{
	display: inline-flex;
	justify-content: space-between;
}
.superspecial .include_campuri_form_d {
	width: 320px;
}
.superspecial_text{
	margin-left: 15px;
}
.superspecial_text p{
	font-size: 15px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 15px;
}
.details_location_dd {
	max-width: 80%;
	margin: auto;
}
.include_map_d {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
}
.include_map_d iframe {
	width: 100%;
	min-height: 350px;
}
.include_location_dd {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	flex-wrap: wrap;
}
.pic_location {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 30px;
}
.pic_title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.pic_title h3 {
	font-weight: bold;
	color: #265896;
	font-size: 24px;
}
.pic_dd {
	height: 300px;
	border-radius: 5px;
	overflow: hidden;
	border: 5px solid #265896;
}
.pic_dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.details_location {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-top: 50px;
}
.details_location p {
	font-size: 14px;
	color: #373737;
	font-weight: bold;
	line-height: 40px;
}
.locate_dd {
	min-height: 250px;
}
.details_location p:first-child {
	font-size: 30px;
}
.reserve_area_link {
	width: 290px;
	height: 50px;
	background: #265896;
	border-radius: 5px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.reserve_area_link a {
	color: #FFF;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}
.description_text {
	margin-bottom: 20px;
}
.description_text p {
	font-size: 22px;
	font-weight: 500;
	color: #373737;
	text-align: justify;
}
body.location-page .description_text ul {
	padding-left: 30px;
	font-size: 22px;
	font-weight: 500;
	color: #373737;
	text-align: justify;
}
.new_desc {
	margin-bottom: 60px;
}
.new_desc p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #373737;
}
.accordeon_dd {
	margin-bottom: 60px!important;
}
.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content p {
	font-size: 20px!important;
}
.map_popover {
	border-radius: 30px!important;
	width: 165px;
	height: 145px;
	text-align: center;
/*	background-color: #f0efef!important;*/
}
.map_popover_close, .map_tooltip_close {
	top: 5px!important;
/*	right: 12px!important;*/
	color: #265896!important;
	display: block!important;
	width: 15px!important;
	height: 15px!important;
}
.map_popover_content p, .map_tooltip p {
	color: #265896;
	font-size: 14px;
	text-align: center;
}
.map_popover_content p span, .map_tooltip p span {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}
.map_popover_content .title_box, .map_popover_content .address, .map_tooltip .title_box, .map_tooltip .address {
	margin-bottom: 7px;
}
.see_more {
	background: #265896;
	text-align: center;
	width: 80%;
	margin: auto;
	margin-top: 8px;
}
.see_more a {
	color: #fff;
	font-size: 14px;
}
.map_popover {
	z-index: 9999!important;
}
.map_popover:after {
	content: '';
    display: block;
    position: absolute;
    bottom: -41px;
    left: 65px;
    width: 50px;
    background: url(../png/triangle.png) no-repeat;
    height: 198px;
    z-index: -1;
}
.include_map {
	position: relative;
}
#romania_map,
#hungary_map {
	max-width: 100%!important;
	height: initial!important;
}

/*cancel page*/
.container_cancel_page {
	max-width: 780px;
	max-width: 95%;
}
.booked_criteria {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	display: none;
}
.form_cancel_booking {
	margin-top: 75px;
	padding-left: 27px;
}
.title_form_cancel_booking {
	margin-bottom: 30px;
}
.title_form_cancel_booking p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.bg_new {
	margin-top: 20px;
	margin-left: 0;
	width: 200px;
	height: 50px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	align-items: center;
}
.bg_new a {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.bg_new_back {
	background: #63c315;
}
.bg_new_cancel {
	background: #fa404a;
}
.include_message_cancelation {
	margin-top: 30px;
}
.include_message_cancelation p {
	font-size: 12px;
	color: #000;
	font-style: italic;
}
.include_message_cancelation textarea {
	width: 100%;
	min-height: 125px;
	-webkit-box-shadow: 1px 2px 12px 1px rgba(40,78,140,1) inset;
-moz-box-shadow: 1px 2px 12px 1px rgba(40,78,140,1) inset;
box-shadow: 1px 2px 12px 1px rgba(40,78,140,1) inset;
	 margin-top: 15px;
	 margin-bottom: 40px;
	 padding: 15px;
}
/*radio cancel*/
.message_modify_booking {
	min-height: 100px;
	background: #284e8c;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	display: none;
}
.modify_booking_button {
	width: 200px;
	height: 40px;
	font-size: 18px;
	background: #f9f9f9;
	border-radius: 5px;
	margin: 10px auto;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.modify_booking_button a {
	text-transform: uppercase;
	color: #fa404a;
	font-weight: bold;
}
.message_modify_booking p {
	font-weight: bold;
	font-size: 18px;
}
#company:checked ~ .booked_criteria{
	display: block;
}
#timing:checked ~ .message_modify_booking {
	display: block;
}
.contact_info_col_dd {
	width: 100%;
}
/*.contact_info_wrap_dd {
	width: 30%;
}*/
.contact_info_wrap.contact_info_wrap_dd{
	width:37%;
}
#map_europe {
    height: 500px;
    width: 62%;
    margin-top: 45px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5)
}
.branch_dd h1 {
	font-size: 16px;
	font-weight: bold;
}
.branch_dd h3 {
	margin: 10px 0;
	font-weight: bolder;
	color: #474747;
}
.enlace {
	font-weight: bolder;
	font-size: 18px;
	color: #294E8C;
	display: block;
	margin-top: 15px;
}
.flex_dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flex_dd .contact_form_dd {
	width: 100%;
}
.contact_info_wrap_dd.new_wrap_contact {
	width: 100%;
	max-width: 95%;
	margin: auto;
}
.new_wrap_contact .flex_dd {
	align-items: start;
}
.new_wrap_contact .contact_info_col_dd {
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}
/*popup style*/
.popup_terms {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.window_terms {
   max-width: 745px;
   height: 700px;
   position: relative;
   background: #fff;
   margin: 8% auto;
   -webkit-box-shadow: 2px 0px 16px -1px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 0px 16px -1px rgba(0,0,0,0.75);
   box-shadow: 2px 0px 16px -1px rgba(0,0,0,0.75);
}
.close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 20px;
    z-index: 9;
}
.content_terms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header_terms {
    min-height: 50px;
    background: #284e8c;
    padding: 15px;
    color: #fff;
}
.body_terms {
    padding: 15px;
    text-align: justify;
    max-height: 630px;
    overflow-y: auto;
}

@media(max-width:1024px) {
	#rotate_bud {
		transform: rotate(-3.5deg);
	}
	.form_contact_wrap {
		margin-top: -30px;
	}
	.flex_dd {
		flex-direction: column;
	}
	.new_wrap_contact .contact_info_col_dd {
		max-width: 100%;
	}
	.window_terms {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
		z-index: 999;
		overflow-y: auto;
	}
	.body_terms {
		max-height: initial;
	}
}
@media (max-width:991px) {
	.map_tooltip {max-width: 130px!important;}
	.booked_criteria {padding-left: 20px;}
}
@media (max-width: 768px) {
	.message_modify_booking p, .modify_booking_button a {font-size: 16px;}
}
@media (max-width: 480px) {
	.message_modify_booking p, .modify_booking_button a {font-size: 14px;}
}
@media(min-width: 1025px) {
	#romania_map svg {
		left: calc(-268vw / 20)!important;
	}
	#hungary_map svg {
		right: calc(-179.5vw / 20)!important;
		left: initial!important;
		top: calc(-168vw / 20)!important;
		transform: scale(0.85) rotate(3.5deg)!important;
	}
	#rotate_bud {
		transform: rotate(-3.5deg);
	}
}

