:root
{
	color-scheme: only light;
}

html
{
	touch-action: manipulation;
}

body
{
	margin:0;
	height:100%;
	font-family: "News Cycle", sans-serif;
	font-size:14px;
	background-color:#dddddd;
	color:#1c1c1c;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color:transparent;
	-khtml-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	line-height:1.5;
}

td
{
	margin:0;
	padding:0;
}

select, option, button
{
	font-family: Arial, sans-serif;
	cursor:pointer;
	border:0;
}

input[type=text][disabled],input[type=password][disabled],input[type=number][disabled],select:disabled, option:disabled, button:disabled
{
	opacity: 0.5;
	cursor: default;
}

a, a:active, a:visited
{
	text-decoration:none;
	font-weight:700;
	color:#0099cc;
	-webkit-text-decoration-color:#0099cc;
	text-decoration-color:#0099cc;
}

a.caution_text, a.caution_text:active, a.caution_text:visited
{
	color:#ed7014;
	-webkit-text-decoration-color:#ed7014;
	text-decoration-color:#ed7014;
}

a.warning_text, a.warning_text:active, a.warning_text:visited
{
	color:#ff0000;
	-webkit-text-decoration-color:#ff0000;
	text-decoration-color:#ff0000;
}

a:hover
{
	text-decoration:underline;
}

select
{
	text-align:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:3px;
	background-image:url('../sysimg/dropdown_black.webp');
	background-size:10px;
	background-repeat:no-repeat;
	background-position:calc(100% - 0.5em) 50%;
	padding-right:calc(10px + 0.9em) !important;
}

.white_theme
{
	color:#1c1c1c;
	transition:background-color 0.1s ease, color 0.1s ease, opacity 0.1s ease;
}

.black_theme
{
	color:#dddddd;
	transition:background-color 0.1s ease, color 0.1s ease, opacity 0.1s ease;
}

select.white_theme
{
	background-color:#f0f8ff;
}

#dateselector select.white_theme, #dateselector input.white_theme
{
	background-color:#eeeeee;
}

select.black_theme
{
	background-color:rgba(0,153,204,0.5);
}

input.checkbold:checked ~ span
{
	font-weight:700;
}

input.checkbold ~ span::before
{
	display:block;
	content:attr(data-checkbold-content);
	font-weight:700;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

input.checkbold ~ span
{
	display:inline-block;
}

input[type=radio][disabled] + span[data-checkbold-content]
{
	text-decoration: line-through;
}

input[type=text],input[type=number],input[type=password],input[type=email],input[type=tel],input[type=date],textarea
{
	-khtml-user-select:initial;
	-moz-user-select:initial;
	-webkit-user-select:initial;
	-ms-user-select:initial;
	user-select:initial;
	font-family: Arial, sans-serif;
}

input.white_theme[type=text],input.white_theme[type=number],input.white_theme[type=password],input.white_theme[type=email],input.white_theme[type=tel],input.white_theme[type=date],textarea.white_theme
{
	border:0;
	border-radius:3px;
	background-color:#f0f8ff;
}

input.white_theme[type=text]:focus,input.white_theme[type=number]:focus,input.white_theme[type=password]:focus,input.white_theme[type=email]:focus,input.white_theme[type=tel]:focus,input.white_theme[type=date]:focus,textarea.white_theme:focus
{
	background-color:#fdfdfd;
}

input.white_theme[type=date]
{
	cursor:pointer;
}

input.white_theme.like_normal_text
{
	font-family: "News Cycle", sans-serif;
	background-color: transparent;
}

/*#noticebox, #headerboxparent, #contentbox, #footer_logo, #global_navigation, #global_copyright
{
	-webkit-tap-highlight-color:transparent;
	-khtml-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}*/

#printable
{
	display: none;
}

.printshow
{
	display: none;
}

.selectable_text
{
	-khtml-user-select:text;
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	user-select:text;
}

.selectable_text a
{
	-khtml-user-select:text;
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	user-select:text;
}

input:focus,select:focus,textarea:focus,button:focus
{
	outline:none;
}

::-webkit-input-placeholder
{
	color:#bbbbbb;
	font-style:italic;
}

:-ms-input-placeholder
{
	color:#bbbbbb;
	font-style:italic;
}

::placeholder
{
	color:#bbbbbb;
	font-style:italic;
}

#noticebox
{
	background-color:#dddddd;
	border-radius:8px;
	padding:1.75em 2em;
	/*box-shadow:0 0 0 8px rgba(255,255,255,0.4);*/
	min-width:230px;
	max-width:calc(100% - 5em);
	max-height:calc(100% - 10em);
	overflow:auto;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

#footer_logo
{
	margin-top:2.5em;
	text-align:center;
}

#footer_logo img
{
	width:auto;
	height:58px;
}

#payment_methods_logo
{
	margin-top:3em;
	margin-bottom:2.5em;
}

#payment_methods_logo .payment_methods_logo_flexbox
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:1.5em 2.5em;
	margin-left:2em;
	margin-right:2em;
}

#payment_methods_logo .payment_methods_logo_flexbox .payment_methods_logo_flexbox_item
{
	min-width:0;
	min-height:0;
}

.rightmenulist
{
	padding-top:1em;
	font-weight:700;
	font-size:1em;
	cursor:pointer;
	color:#666666;
}

.rightmenulist:last-child
{
	padding-bottom:1em;
}

.rightmenulist:not(:last-child)::after
{
	content:"";
	width:100%;
	height:1px;
	background-color:#d9d9d9;
	display:block;
	margin:1em auto 0 auto;
}

#global_navigation
{
	
	width:calc(100% - 6em);
	margin:3em 3em 5em 3em;
	/*margin-bottom:1em;*/
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:flex-start;
	gap:6em 6em;
}

/*#global_navigation .global_navigation_section
{
	margin:2em;
}*/

#global_navigation .global_navigation_section .global_navigation_section_header
{
	font-weight:700;
	font-size:1.5em;
	padding:0.15em;
	color:#666666;
	text-align:center;
}

#global_navigation .global_navigation_section .global_navigation_section_header::after
{
	content:"";
	width:80px;
	height:2px;
	background-color:#aaaaaa;
	display:block;
	margin:1em auto;
	border-radius:1px;
}

#global_navigation .global_navigation_section .global_navigation_section_content
{
	font-weight:700;
	font-size:1.15em;
	padding:0.15em;
	color:#777777;
	text-align:center;
}

#global_navigation .global_navigation_section .global_navigation_section_content_icon
{
	font-size:2.25em;
}

#global_navigation .global_navigation_section .global_navigation_section_content a,
#global_navigation .global_navigation_section .global_navigation_section_content a:active,
#global_navigation .global_navigation_section .global_navigation_section_content a:visited,
#global_navigation .global_navigation_section .global_navigation_section_content_icon a,
#global_navigation .global_navigation_section .global_navigation_section_content_icon a:active,
#global_navigation .global_navigation_section .global_navigation_section_content_icon a:visited
{
	color:#777777;
	-webkit-text-decoration-color:#777777;
	text-decoration-color:#777777;
}

#global_navigation .global_navigation_section .global_navigation_section_content_icon_container
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:0.5em 3em;
	color:#777777;
}

#global_copyright
{
	font-size:1em;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	color:#777777;
	padding:1em;
	line-height:120%;
}

select.lang_selector, select.country_selector
{
	font-size:0.9em;
}

table#dateselector
{
	text-align:left;
}

table#dateselector td
{
	padding:1px;
}

table#dateselector td:nth-child(1)
{
	font-size:2em;
	color:white;
	font-weight:700;
	padding-right:0.5em;
}

table#dateselector select, table#dateselector input
{
	font-size:1.3em;
	border-radius:10px;
	padding:0.75em 1em;
}

.datecontainerloader
{
	transition:opacity 0.3s ease;
	opacity:0;
}

.header
{
	font-size:3em;
	margin-bottom:0.5em;
}

.logoheadertable
{
	min-height:85px;
}

td.logoheader:nth-child(1), td.logoheader:nth-child(3)
{
	width:180px;
}

.logoheader:nth-child(2)
{
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

td.logoheader:nth-child(3)
{
	text-align:right;
}

.logoheader .check_booking_btn
{
	font-size:1em;
}

#daycounter
{
	font-size:2em;
	margin-top:0.5em;
}

.searchtime
{
	max-width:415px;
}

.type_selector, .with_driver_selector, .car_details_header_selector
{
	color:#dddddd;
}

.type_selector_active, .with_driver_selector_active
{
	background-color:#22bbee;
	color:#fdfdfd;
}

.list_ani_parent
{
	width:70%;
	max-width:900px;
	margin:1em auto 1em auto;
	/*background-color:#f1f1f1;*/
	background-color:#fdfdfd;
	border-radius:0 0 1em 0;
	border-width:0;
	border-color:#0099cc;
	border-style:solid;
	transition:background-color 0.1s ease;
	font-size:16px;
}

.list_ani_parent.list_ani_parent_preferred
{
	background-color:#fdfdfd;
	border-width:2px;
	border-style:solid;
	border-color:#ed7014;
	transition:border-color 0.1s ease;
}

.host_comparison_container
{
	border-radius:0 0 1em 0;
	padding:1em;
	background-color:#f1f1f1;
}

/*.provider_list:nth-child(odd)
{
	background-color:#f1f1f1;
}

.provider_list:nth-child(even)
{
	background-color:#fafafa;
}*/

.provider_list
{
	border-width:0 0 1px 0;
	border-color:#808080;
	border-style:solid;
}

.provider_list:last-of-type
{
	border-width:0;
}

.provider_list.provider_list_preferred, .provider_list.provider_list_preferred:not(:last-of-type), .provider_list.provider_list_preferred:last-of-type
{
	background-color:#fdfdfd;
	border-width:2px;
	border-style:solid;
	border-color:#ed7014;
	transition:border-color 0.1s ease;
}

#secondheader
{
	margin-left:1em;
	margin-right:1em;
}

#secondheadertime
{
	font-size:1.2em;
}

.error_field
{
	outline: 2px solid #ff0000;
}

.theme_text, .caution_text, .warning_text, .white_text, .black_text
{
	font-weight:700;
}

.theme_text
{
	color:#0099cc;
	-webkit-text-decoration-color:#0099cc;
	text-decoration-color:#0099cc;
}

.caution_text
{
	color:#ed7014;
	-webkit-text-decoration-color:#ed7014;
	text-decoration-color:#ed7014;
}

.warning_text
{
	color:#ff0000;
	-webkit-text-decoration-color:#ff0000;
	text-decoration-color:#ff0000;
}

.white_text
{
	color:#fdfdfd;
	-webkit-text-decoration-color:#fdfdfd;
	text-decoration-color:#fdfdfd;
}

.black_text
{
	color:#1c1c1c;
	-webkit-text-decoration-color:#1c1c1c;
	text-decoration-color:#1c1c1c;
}

.theme_bg, .highlight_bg, .caution_bg, .warning_bg, .white_bg, .black_bg
{
	font-weight:700;
}

.theme_bg, .highlight_bg, .caution_bg, .warning_bg, .black_bg
{
	color:#fdfdfd;
	-webkit-text-decoration-color:#fdfdfd;
	text-decoration-color:#fdfdfd;
}

.white_bg
{
	color:#1c1c1c;
	-webkit-text-decoration-color:#1c1c1c;
	text-decoration-color:#1c1c1c;
}

.theme_bg
{
	background-color:#0099cc;
}

.highlight_bg
{
	background-color:#22bbee;
}

.caution_bg
{
	background-color:#ed7014;
}

.warning_bg
{
	background-color:#ff0000;
}

.white_bg
{
	background-color:#fdfdfd;
}

.black_bg
{
	background-color:#1c1c1c;
}

.theme_btn, .green_btn, .caution_btn, .warning_btn, .share_btn, .black_btn
{
	font-size:1.2em;
	padding:0.66em;
	font-weight:700;
	border-radius:0.5em;
	border:0;
	transition:background-color 0.1s, color 0.1s, opacity 0.1s ease;
}

.theme_btn
{
	background-color:#0099cc;
	color:#fdfdfd;
}

.green_btn
{
	background-color:#00a651;
	color:#fdfdfd;
}

.caution_btn
{
	background-color:#ed7014;
	color:#fdfdfd;
}

.warning_btn
{
	background-color:#ff0000;
	color:#fdfdfd;
}

.share_btn
{
	background-color:#eeeeee;
	color:#1c1c1c;
}

.black_btn
{
	background-color:#1c1c1c;
	color:#fdfdfd;
}

.loading
{
	background-image:url('../sysimg/loading-theme.gif');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	width:59px;
	height:9px;
}

.loading.loading_textsize
{
	width:39px;
	height:6px;
}

.loading.loading_theme
{
	background-image:url('../sysimg/loading-theme.gif');
}

.loading.loading_highlight
{
	background-image:url('../sysimg/loading-highlight.gif');
}

.loading.loading_caution
{
	background-image:url('../sysimg/loading-caution.gif');
}

.loading.loading_black
{
	background-image:url('../sysimg/loading-black.gif');
}

.loading.loading_white
{
	background-image:url('../sysimg/loading-white.gif');
}

.loading.loading_gray
{
	background-image:url('../sysimg/loading-gray.gif');
}

.loading.loading_initiallogo
{
	background-image:url('../sysimg/loading-initiallogo.gif');
}

.subheader td
{
	text-align:center;
}

.subheader td:nth-child(2)
{
	padding-left:4em;
	padding-right:4em;
}

.subheader td:nth-child(1), .subheader td:nth-child(3)
{
	width:150px;
}

.topbar
{
	position:fixed;
	z-index:4;
	top:-100%;
	left:0;
	width:100%;
	box-shadow:0 1px 3px #aaaaaa;
	padding:1.25em 2em 1em 2em;
	box-sizing:border-box;
}

.topbar_bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fdfdfd;
	opacity:1;
	z-index:-1;
}

.topbar_content
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.booking_popup
{
	box-sizing:border-box;
	padding:0.75em;
	position:fixed;
	z-index:7;
	background-color:#fdfdfd;
	border-radius:8px;
	box-shadow:2px 2px 8px #000000;
	left:0;
	bottom:32px;
	margin-left:32px;
	margin-right:32px;
	max-width:calc(100vw - (65px + 1em));
	font-size:1.1em;
	display:none;
	transition: left 0.7s ease;
}

.contactus_popup
{
	width:4em;
	height:4em;
	right:48px;
	bottom:48px;
	font-size:1.3em;
	position:fixed;
	z-index:4;
	color:#fdfdfd;
	border-radius:2em;
	box-shadow:2px 2px 8px #000000;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}

.contactus_popup_bg
{
	width:100%;
	height:100%;
	z-index:-1;
	position:absolute;
	background-color:#0099cc;
	opacity:0.75;
	border-radius:2em;
	transition:opacity 0.1s ease;
}

.car_summary_layout_container
{
	position:relative;
	top:25px;
	opacity:0;
}

.car_summary_layout
{
	padding:1em;
	vertical-align:top;
}

.car_summary_layout:nth-child(1)
{
	width:400px;
}

.car_summary_layout:nth-child(2)
{
	width:680px;
}

.car_summary_cus_fillable_container
{
	display:inline-block;
	width:calc(300px - 2em);
	max-width:100%;
	margin:1em 2em 1em 0;
	vertical-align:top;
}

.check_booking_result_table td:nth-child(1)
{
	padding-right:0.25em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	vertical-align:top;
}

.check_booking_result_table td:nth-child(2)
{
	padding-left:0.25em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-weight:700;
	vertical-align:top;
	-khtml-user-select:text;
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	user-select:text;
}

.check_booking_result_table td:nth-child(2) span
{
	-khtml-user-select:text;
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	user-select:text;
}

.blog_topbar
{
	background-color:#fdfdfd;
	padding:2em 8em;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}

.blogheader_container
{
	position:relative;
	box-sizing:border-box;
	padding:3em 8em;
}

.breadcrumb_navigator_container
{
	background-color:#fdfdfd;
	box-sizing:border-box;
	padding:3em 8em 1.5em 8em;
	display:flex;
}

.breadcrumb_navigator
{
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	font-size:1.25em;
}

.breadcrumb_navigator li
{
	display:flex;
	align-items:center;
}

/* Separator - non-breaking space before > */
.breadcrumb_navigator li:not(:last-child)::after
{
	content:"\00a0\00a0\00a0>\00a0\00a0\00a0"; /* \00a0 is non-breaking space */
	color:#808080;
}

/* Current page (last item) */
.breadcrumb_navigator [aria-current]
{
	color:#333;
	font-weight:700;
}

#blogcontent h1, #blogcontent h2, #blogcontent h3, #blogcontent h4, #blogcontent h5, #blogcontent h6
{
	font-family: Helvetica;
}

#blogcontent h4, #blogcontent h5, #blogcontent h6
{
	margin:1em 0;
	padding:0;
}

#blogcontent h1
{
	font-size:2em;
	margin:0;
	padding:0;
}

#blogcontent h2
{
	font-size:1.75em;
	margin:1em 0;
	padding:0;
}

#blogcontent h3
{
	font-size:1.2em;
	margin:1em 0;
	padding:0;
}

#blogcontent p, #blogcontent dl
{
	margin:1em 0;
	padding:0;
	font-family:Arial;
}

#blogcontent div, #blogcontent dt
{
	font-family:Arial;
}

#blogcontent ul, #blogcontent ol, #blogcontent dd
{
	box-sizing:border-box;
	margin:1em 0;
	padding-left:2em;
	font-family:Arial;
}

.blogcontent_frame
{
	width:100%;
	display:flex;
	gap:6em 8em;
	justify-content:space-between;
	width:100%;
}

#blogcontent
{
	background-color:#fdfdfd;
	box-sizing:border-box;
	padding:2em 8em;
}

.blog_suggestion_container
{
	display:flex;
	flex-direction:column;
	gap:2em 2em;
	width:100%;
	flex-wrap:wrap;
	justify-content:center;
}

.blog_social_link_container
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:0.5em 2em;
	font-size:2em;
	background-color:#fdfdfd;
	padding:1em;
}

.blog_social_link_container a,
.blog_social_link_container a:active,
.blog_social_link_container a:visited
{
	color:#1c1c1c;
}

/** SUBMIT PHOTOS OF DESTINATIONS **/

.submitphotosofdestinations_steps_container
{
	display:flex;
	flex-direction:column;
	row-gap:3em;
}

.submitphotosofdestinations_steps
{
	display:flex;
	gap:0.25em 1.2em;
	align-items:center;
}

/** END OF SUBMIT PHOTOS OF DESTINATIONS **/

@media (pointer:fine)
{
	select.white_theme:hover
	{
		background-color:#fdfdfd;
		color:#1c1c1c;
	}
	
	#dateselector select.white_theme:hover, #dateselector input.white_theme:hover
	{
		background-color:#fdfdfd;
		color:#1c1c1c;
	}
	
	select.black_theme:hover
	{
		background-color:rgba(0,153,204,0.7);
		color:#fdfdfd;
	}

	input.white_theme[type=text]:hover,input.white_theme[type=number]:hover,input.white_theme[type=password]:hover,input.white_theme[type=email]:hover,input.white_theme[type=tel]:hover,input.white_theme[type=date]:hover,textarea.white_theme:hover
	{
		background-color:#fdfdfd;
	}
	
	.theme_btn:hover
	{
		background-color:#22bbee;
	}
	
	.green_btn:hover
	{
		background-color:#22c873;
	}
	
	.caution_btn:hover
	{
		background-color:#ff9236;
	}
	
	.warning_btn:hover
	{
		background-color:#ff7777;
	}
	
	.share_btn:hover
	{
		background-color:#fdfdfd;
	}
	
	.black_btn:hover
	{
		background-color:#6f6f6f;
	}
	
	.contactus_popup:hover .contactus_popup_bg
	{
		opacity:1;
	}
	
	.type_selector.type_selector_clickable:hover, .with_driver_selector.with_driver_selector_clickable:hover, .car_details_header_selector.car_details_header_selector_clickable:hover
	{
		background-color:#22bbee;
		color:#fdfdfd;
	}
	
	.list_ani_parent:hover
	{
		background-color:#fdfdfd;
	}

	.list_ani_parent.list_ani_parent_preferred:hover, .provider_list.provider_list_preferred:hover
	{
		border-color:#ffb458;
	}
}

.book_col_break_small
{
	width:250px;
}

.book_col_break_small.book_col_pricing
{
	padding-left:1em;
}

@media only screen and (max-height:600px)
{
	select.lang_selector, select.country_selector
	{
		font-size:0.8em;
	}
	table#dateselector td:nth-child(1)
	{
		font-size:1.3em;
		color:white;
	}
	
	table#dateselector select, table#dateselector input
	{
		font-size:1.1em;
	}
	
	.header
	{
		font-size:2em;
		margin-bottom:0.5em;
	}
	
	.logoheadertable
	{
		min-height:70px;
	}

	.logoheader .check_booking_btn
	{
		font-size:0.8em;
	}
	
	#daycounter
	{
		font-size:1.5em;
		margin-top:0.5em;
	}
	
	.hide_height_600
	{
		display:none;
	}
}

@media only screen and (max-width:1100px)
{
	.header
	{
		font-size:2em;
		margin-bottom:0.5em;
	}

	table#dateselector td:nth-child(1)
	{
		font-size:1.3em;
		color:white;
	}
	
	.subheader
	{
		width:100%;
	}
	
	.subheader td:nth-child(1)
	{
		width:auto;
	}

	.subheader td:nth-child(2)
	{
		padding-left:0;
		padding-right:0;
	}
	
	.subheader td:nth-child(3)
	{
		width:0;
	}
	
	#daycounter
	{
		font-size:1.5em;
		margin-top:0.5em;
	}

	.searchtime
	{
		max-width:313px;
	}
	
	.booking_popup
	{
		left:0;
		bottom:24px;
		margin-left:16px;
		margin-right:16px;
		font-size:1em;
		max-width:calc(100vw - (33px + 1em));
	}

	.contactus_popup
	{
		width:4em;
		height:4em;
		right:24px;
		bottom:24px;
		font-size:1.1em;
	}
	
	.car_summary_layout:nth-child(1)
	{
		display:block;
		width:calc(100% - 2em);
	}

	.car_summary_layout:nth-child(2)
	{
		display:block;
		width:calc(100% - 2em);
	}
	
	.hide_width_1100
	{
		display:none;
	}

	.blog_topbar
	{
		padding:2em 4em;
	}
	
	.blogheader_container
	{
		padding:3em 4em;
	}
	
	.breadcrumb_navigator_container
	{
		padding:3em 4em 1.5em 4em;
	}

	#blogcontent
	{
		padding:2em 4em;
	}
	
	.breadcrumb_navigator_container
	{
		justify-content:center;
	}

	.blogcontent_frame
	{
		flex-direction:column;
		gap:4em 4em;
	}
	
	.blogcontent_heading
	{
		text-align:center;
	}

	.blog_suggestion_container
	{
		flex-direction:row;
	}
}

@media only screen and (max-width:900px)
{
	.book_col_break_small
	{
		display:block;
		width:100%;
	}
	
	.book_col_break_small.book_col_pricing
	{
		padding-top:0.5em;
		padding-left:0;
		width:100%;
	}

	.list_ani_parent
	{
		font-size:12px;
	}
	
	.hide_width_900
	{
		display:none;
	}
}

@media only screen and (max-width:720px)
{
	table#dateselector td:nth-child(1)
	{
		display:block;
		padding-top:0.45em;
		font-size:1.1em;
		color:white;
		font-weight:700;
	}
	
	table#dateselector td
	{
		display:inline-block;
	}
	
	table#dateselector td:nth-child(5)
	{
		display:block;
	}
	
	table#dateselector select, table#dateselector input
	{
		font-size:1.1em;
	}

	.header
	{
		font-size:1.5em;
		margin-bottom:0;
		padding-left:0.5em;
		padding-right:0.5em;
	}
	
	.logoheadertable
	{
		min-height:70px;
		margin-bottom:0.5em;
	}

	td.logoheader:nth-child(1)
	{
		width:0;
	}

	td.logoheader:nth-child(2)
	{
		text-align:left;
		background-position:left;
	}

	.logoheader .check_booking_btn
	{
		font-size:0.8em;
	}

	.list_ani_parent
	{
		width:100%;
		margin:1em 0 1em 0;
		border-radius:0;
	}
	
	.host_comparison_container
	{
		border-radius:0;
	}

	.car_summary_cus_fillable_container
	{
		display:block;
		width:100%;
		margin:1em 0 1em 0;
	}
	
	.hide_width_720
	{
		display:none;
	}

	.blog_topbar
	{
		padding:2em 2em;
	}
	
	.blogheader_container
	{
		padding:3em 2em;
	}
	
	.breadcrumb_navigator_container
	{
		padding:3em 2em 1.5em 2em;
	}

	#blogcontent
	{
		padding:2em 2em;
	}
	
	/** SUBMIT PHOTOS OF DESTINATIONS **/

	.submitphotosofdestinations_steps
	{
		flex-direction:column;
	}

	/** END OF SUBMIT PHOTOS OF DESTINATIONS **/
}

@media only screen and (max-width:355px)
{
	td.logoheader:nth-child(1)
	{
		display:none;
	}
	
	td.logoheader:nth-child(2)
	{
		margin-bottom:2em;
	}
	
	td.logoheader:nth-child(2), td.logoheader:nth-child(3)
	{
		width:100%;
		display:block;
		height:45px;
		text-align:center;
		background-position:center;
	}
	
	.hide_width_355
	{
		display:none;
	}
}

@media only screen and (max-width:320px)
{
	table#dateselector select table#dateselector input
	{
		font-size:1em;
	}
	
	#secondheadertime
	{
		font-size:1em;
	}
	
	.hide_width_320
	{
		display:none;
	}
}

@media print
{
	@page { margin:0.5in; }
	body { overflow:auto !important; }
	body * { visibility:hidden;	margin:0; width:0; height:0; }
	#printable, #printable * { visibility:visible; width:initial; height:auto; }
	#printable { display:block; position:absolute; top:0; left:0; min-width:100%; min-height:100%; background-color:#ffffff; color:#000000; }
	.noprint { display:none !important; }
	.printshow { display:block !important; }
}