/*
Theme Name: Pesti
Description: Using the parent theme Twenty Seventeen.
Author: Tommi Portti
Author URI:
Template: twentyseventeen
Version: 1
*/
#sides{
	margin:0;
}
#lightbox{
	z-index: 9999;



}
#line{
	float:left;
	width:100%;
	overflow:hidden;
}
#lesserline{
	float:left;
	width:80%;
	overflow:hidden;
}
#left{
	float:left;
	width:50%;
	overflow:hidden;
}
#right{
	float:left;
	width:50%;
	overflow:hidden;
} 
#pala{
	
	width:16,6%;
	display: inline-block;

	padding-right: 20px;
	overflow:hidden;
}
#isopala{
	float:left;
	width:70%;

	padding-right: 20px;
	overflow:hidden;
}
#isoinpala{
	float:left;
	width:85%;

	padding-right: 20px;
	overflow:hidden;
}
.inputarea
{
	 width: 100% !important;
     height: 200px !important;
}
.Row
{
    display: table;
    /*table-layout: fixed; Optional*/
    border-spacing: 10px; /*Optional*/
    /*width: 100%;*/
    text-decoration: none;
}
.Column
{
    display: table-cell;
    text-decoration: none !important;
    border:0px !important;
    outline:none;
    border-width: 0px;
    outline-width:0px;
    border-bottom: none;

}

.site-footer .widget-area a {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}


/*
 * Modified: Jore Rautava
 * Fix height of header image to 400px

.site-header {
    width: 100%;
    height: auto;
}
.site-info{
    display: none;
}

.custom-header {
    max-height: 400px;
    height: auto;
}
/* Drop the navigation-menu below the header img div 
.navigation-top {
    display: contents;
}
.custom-header-media {
    max-height: inherit;
}
/* Front page 
.twentyseventeen-front-page.has-header-image .custom-header-media {
    max-height: inherit;
}
.has-header-image .custom-header-media img {
    position: absolute;
    width:auto;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}
 */
/* Other pages */
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
    max-height: inherit;
}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    position: absolute;
    width:auto;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header {
    display: block;
    height: 400px;
    width: 100%;
    max-height: inherit;
}
.custom-header {
    margin-bottom: 0! important; /* Force margin-bottom to zero*/
}
.twentyseventeen-front-page .site-content {
	padding: 90px;
}
