/*Yleinen CSS*/
body
{
	font-family: 'Open Sans', sans-serif;
	font-display: swap;
	background-color: #ececec;
	margin: 0px;
	text-align: center;
	font-size: 15px;
}

html
{
	height: 100%;
}
/*
.book_header 
{
    padding-top: 10px;
    font-size: 20px;
    color: white;
    background-color: #ff3400;
    border-bottom: solid 1px #a92604;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
    text-align: left;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
*/

.header_logo
{
    //height: 50px;
	//width: auto;
    margin-left: 20px;
}

.booking_wrap 
{
	display: none;
	/*display: inline-block;*/
	position: relative;
	max-width: 1200px;    
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
/*
main
{
	padding-top: 65px;	
}
*/
.content_wrap
{
	min-height: calc(100vh - 107px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 65px;
}

.booking_item
{
	padding: 20px;
}

.box_wrap 
{
    width: 25%;
    min-width: 300px;
    display: inline-block;
    padding: 20px;
	position: relative;
	max-width: 350px;
	/*
	border-top: 1px solid #d8d8d8;
	*/
}

.product_box 
{
    background: white;
    font-size: 14px;
	border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0px #d1d1d1;
    width: 100%;
	display: inline-block;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	display: inline-flex; 
	border: 1px solid #a5a5a5;
}

.img_preview
{
    height: 220px;
    min-width: 100px;
    text-align: center;
	border-bottom: 2px solid #ff3400;
	width: 220px; 
	border: 0; 
	line-height: 220px; 
	background-color: #fff3ef;
}

.preview_small_image 
{
    max-width: 100%;
	width: 100%;
    object-fit: cover;
	vertical-align: middle;
	height: initial;
}

.desc_header 
{
    padding: 10px;
    text-align: left;
	font-size: 125%;
    font-weight: 600;	
}

.desc_text_expand
{
    height: 150px;
    white-space: pre-wrap;
	text-align: left;
    padding: 10px;
	overflow: hidden;
	position: relative;
	color: black;
}

.fadeout {
    position: absolute; 
    bottom: 0em;
    width:100%;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 

.copyright_footer 
{
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    background-color: #102f81;
    color: white;
}

.copyright_footer a:visited {
    color: white;
}

.desc_text_expand span
{
	font-family: 'Open Sans', sans-serif !important;
	color: black !important;
}

.disabled_overlay
{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.overlay_text
{
	top: 50px;
    left: 230px;
    position: absolute;
	color: #ff3400;
	font-size: 30px;
	border: 3px solid #ff3400;
	border-radius: 10px;
	width: 260px;
    display: inline-block;
}

.new_header
{
	width: 100%;
	height: 10px;
    position: absolute;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1111;
    background-color: #102f81;
	filter: drop-shadow(0px 5px 3px rgb(0 0 0 / 0.4));
}

.new_header a 
{
	//background-color: #102f81;
    display: inline-block;
	position: absolute;
    top: 0;
    left: calc(50% - 57px);
}

.content_filters 
{
    background-color: #bbe0e4;
}

.content_top
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom: 20px;
	text-align: right;
}

.content_header
{
	grid-area: 1 / 1 / 2 / 2;
	text-align: left;
}

.content_header h3
{
	margin: 0;
}


.order_products
{
	grid-area: 1 / 2 / 2 / 3;
}

.seperator
{
	height: 2px;
    background-color: #102f81;;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_image_wrap
{
	height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
	display: flex;
    align-items: center;
}

.header_image_wrap img 
{
	width: 100%;
    position: absolute;
    left: 0;
}

.header_text
{
	text-align: left;
    margin: 70px 0px;
}

.header_sect
{
	margin: 30px 50px;
}

.vertical_header
{
	display: flex;
	justify-content: center;
	font-weight: 800;
	margin-top: 50px;
}

.vertical_item
{
	padding: 20px 50px;
	text-align: center;
}

.vertical_item i 
{
	font-size: 150%;
}

.preview_left_sect
{
	width: 50%;
	padding: 0px 20px;
}

.preview_right_sect
{
	border-left: 1px solid #cecece; 
	width: 50%; 
	padding: 0px 20px;
}

.list_content_wrap
{
	height: 125px;
	line-height: 30px;
	text-align: left;
	display: flex;
}

.list_button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #102f81;
	color: white;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 10px;
}

.box_wrap_wide
{
	width: 100%;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

.list_price
{
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-weight: bold;
}

.list_content_sect
{
	width: calc(100% - 220px); 
	position: relative;
}
