@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
/* ~~ HTML 5 support ~~ */

header, section, footer, aside, nav, article, figure, img, iframe { /* Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
	display:block;
}

/*[data-href] { cursor: pointer; }*/
.pointer {
    cursor: pointer;
}

.tyopaikka {
  /*box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow:inset 0px 0px 0px 10px #f00;
  -moz-box-shadow:inset 0px 0px 0px 10px #f00;
  box-shadow:inset 0px 0px 0px 10px #f00;*/
  /*background-color:#c0c0c0;*/
  background-color:#dadada;
  border-left: 15px solid #FFFFFF;
  border-right: 15px solid #FFFFFF;
  /*border-bottom: 1px solid black;*/
}

.tyopaikka:hover{
  /*background-color:#ADD8E6;
  border-left: 10px solid #ff2965;*/
  background-color:#98ffae;
  border-left: 15px solid #00d42d;
  border-right: 15px solid #00d42d;
}

.tyopaikat {
    /*border-collapse: separate; 
    border-spacing: 0 10px;*/
    margin-bottom:15px;
}

.tyopaikat tr td {
    height:100px;
    padding:15px;
}

.tyopaikat2 {
    /*border-collapse: separate; 
    border-spacing: 0 10px;*/
    margin-bottom:15px;
}

.tyopaikat2 tr td {
    height:200px;
    padding:15px;
}

.table-tyopaikat>tbody>tr>td {
    vertical-align:top;
}

.table-tyopaikat .two-third {
    /*padding-right:15px;*/
}

/* ~~ The universal selector resets browsers' default margins and paddings ~~ */

/** {
	margin:0px;
	padding:0px;
}*/

/* ~~ Google Web Font ~~ */

/*@font-face {
	font-family:"Ubuntu";
	font-style:normal;
	font-weight:400;
	src:local("Ubuntu"), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_xyN3apAT_yRRDeqB3sPRg.woff) format("woff");
}*/

@font-face {
    font-family: 'Gill Sans Ultra';
    src: url('fonts/GillSans-UltraBold/GillSans-UltraBold.eot');
    src: url('fonts/GillSans-UltraBold/GillSans-UltraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GillSans-UltraBold/GillSans-UltraBold.woff2') format('woff2'),
        url('fonts/GillSans-UltraBold/GillSans-UltraBold.woff') format('woff'),
        url('fonts/GillSans-UltraBold/GillSans-UltraBold.ttf') format('truetype'),
        url('fonts/GillSans-UltraBold/GillSans-UltraBold.svg#GillSans-UltraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ~~ The body ~~ */

body {
	/*font-size:100%;
	font-family:"Ubuntu", Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#ADD8E6;
	/*background-color:#ff2965;*/
	/*background-color:#FF2E31;
	background-image:url(images/body_gradient.jpg);*/
}

/* ~~ Headings ~~ */

h1 {
    font-family:'Gill Sans Ultra', Arial, Helvetica, sans-serif;
	/*text-align:center;*/
	/*text-shadow:2px 2px 5px #FF2E31;*/
}

h1 a {
	text-decoration:none;
}

h2 {
	/*font-size:20px;*/
	/*text-shadow:2px 2px 5px #FF2E31;*/
}

.text-center {
    text-align:center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /*height: 200px;
  border: 3px solid green;*/
}

.flex-start .main-button{
    margin-left:15px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*height: 200px;
  border: 3px solid green;*/
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 200px;
  border: 3px solid green;*/
}

.vertical-center{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color:#123456;
}

.yksi-solu {
  margin: auto;
  width: 70%;
  padding: 15px 0;
  /*background-color:#123345;*/
}
.pink-background{
    background-color: #ff2965;
}
.ota-yhteytta {
    width:100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("images/gallery/full_size_images/aura-auto.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; /* Center the image */
    color:#FFFFFF;
    position:relative;
}

.etusivu-ylatunniste {
    width:100%;
    height: 852px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color:white;
      background-image:url(images/gallery/full_size_images/yhdistelma2.jpg);
  background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
    color:#FFFFFF;
    position:relative;
}

.dark-red{
    background-color:#800000;
    border: 0px solid red;
  border-radius: 25px;
}

.white-background{
    background-color:#FFFFFF;
    border: 0px solid red;
  color:black;
  box-shadow:0px 0px 8px 8px #FFFFFF;
}

.dark-red h1{
    padding-top:15px;
}

.dark-red p{
    padding-bottom:15px;
}

table, th, td {
  border: 0px solid;
  margin: 0px;
  padding: 0px;
}

table {
    border-collapse: collapse;
}

.bold {
    font-weight: bold;
}

.float-left {
    float:left;
}

.gray-background{
    /*background-color: #CCCCCC;*/
    /*background-color:#D3D3D3;*/
    background-color:#DCDCDC;
}

.dark-red-background{
    /*background-color: #CCCCCC;*/
    /*background-color:#D3D3D3;*/
    background-color:#800000;
}

.white-color{
    color:white;
}

/* ~~ Thumbnail ~~ */

.esikatselukuva {
	float:left;
	width:110px;
	height:90px;
	margin:5px;
}

.esikatselukuva:hover {
	box-shadow:0px 0px 2px 1px #FF2E31;
}

/* ~~ Classes for selected pages ~~ */

/*body.etusivu a.etusivu:link,
body.galleria a.galleria:link,
body.myydaan a.myydaan:link,
body.yhteystiedot a.yhteystiedot:link {
	color:#FFFFFF;
	color:#ff2965
	background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;
}*/

/*body.jatevesijarjestelmat a.jatevesijarjestelmat:link,
body.kaivinkonetyot a.kaivinkonetyot:link,
body.koneurakointi a.koneurakointi:link,
body.kuljetukset a.kuljetukset:link,
body.maanrakennus a.maanrakennus:link,
body.maansiirto a.maansiirto:link,
body.rakennustyot a.rakennustyot:link,
body.saneeraus a.saneeraus:link,
body.talvikunnossapito a.talvikunnossapito:link {
	color:#FFFFFF;
	background-color:#1A2334;
	background-image:url(images/sidenav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 3px 2px #FFFFFF;
}*/

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (li, dt, dd) they contain. */
	padding:0px;
	margin:0px;
}

.h1,.h2, .p{
    padding: 0px 15px;
}

.h1{
    font-family:'Gill Sans Ultra', Arial, Helvetica, sans-serif;
    font-size: 36px;
}

.h2{
    font-size: 26px;
    font-weight:bold;
}

.p {
    padding-top:15px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px; /* Removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right:15px;
	padding-left:15px; /* Adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	/*padding-top:0px;
	padding-bottom:0px;*/
	padding: 0px 15px;
}

a img { /* This selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link. */
	border-style:none;
	/*border-radius:10px;*/
	overflow:hidden;
}

img {
	border-style:none;
	padding:0px;
	margin:0px;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect ~~ */

/*a:link, a:visited { 
  /*color: /* browser's internal value;
/*  text-decoration: underline;
  cursor: pointer;
}

a:link:active, a:visited:active { 
  /*color: /* browser's internal value ;
}*/

.normal-link:link, .normal-link:visited { 
  text-decoration: underline;
  cursor: pointer;
}

.nav-a:link { /* Unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification. */
	/*color:#000000;*/
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
}

.nav-a:visited {
	/*color:#215C5B;*/
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
}

.nav-a:hover, .nav-a:active, .nav-a:focus { /* This group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */

#koko-sivu {
	/*width:960px;*/
	width:100%;
	color:#000000;
	/*background-color:#FFFFFF;*/
	/*background-color:#ADD8E6;*/
	background-color:#007fff;
	margin:0px auto; /* The auto value on the sides, coupled with the width, centers the layout. */
	/*border-width:2px; 
	border-style:solid;
	border-color:#CCCCCC;
	padding:10px 10px;
	border-radius:25px;*/
	overflow:hidden;
}

/* ~~ The header ~~ */

#ylatunniste { /* The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. */
	/*color:#000000;*/
	/*width:100%;*/
	color:#FFFFFF;
	background-color:#800000;
	/*border-radius:10px;*/
	overflow:hidden;
	/*display: flex;
    justify-content: center;
    align-items: flex-start;*/
    /*transition: top 0.2s;*/
   
}

#ylatunniste .taustakuva{
  background-image:url(images/yhdistelma2.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

#yhdistelma_logo {
	/*background-color:#981B1E;*/
	display:block;
	color:transparent;
	background-color:#800000;
	/*padding: 15px 0px;*/
	/*padding-bottom:15px;*/
	padding-top:15px;
}

#header_space {
    display:block;
}

.logo {
  /*float:left;*/
  /*display: flex;
  align-items: flex-end;*/
  vertical-align:bottom;
}

#fixed-nav {
    /*right: 90%;*/
    background-color:#800000;
    position: fixed;
    top: 0;
    width:100%;
    /*display:none;*/
    z-index: 9998;
}

.sticky {
    position: fixed;
    top: 0;
    /*right: 90%;*/
    /*width: 70%;*/
    /*width:1344px;*/
}


#fixed-nav-text {
    float:left;
    padding:15px;
	display:block;
	font-weight: bold;
	text-transform: uppercase;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

/*#etunavigointi {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	/*float:right;
	font-weight: bold;
	text-transform: uppercase;
	/*font-size: 20px;*/
/*}*/

#etunavigointi {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	float:right;
	font-weight: bold;
	text-transform: uppercase;
	/*font-size: 20px;*/
}

.nav-yhteystiedot {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	float:right;
	background-color:#000000;
	/*font-size: 20px;*/
}

/*#etunavigointi ul {
	list-style:none; /* This removes the list marker. */
/*	margin:0px;
	padding:0px;
}*/

#etunavigointi .ul {
	list-style:none; /* This removes the list marker. */
	margin:0px;
	padding:0px;
}

.dropdown ul {
	list-style:none; /* This removes the list marker. */
	margin:0px;
	padding:0px;
}

.nav-yhteystiedot ul {
	list-style:none; /* This removes the list marker. */
	margin:0px;
	padding:0px;
}

/*#etunavigointi ul li {
	float:left;
	/*border-right:2px solid #981B1D;*/
/*}*/

#etunavigointi .ul .li {
	float:left;
	/*border-right:2px solid #981B1D;*/
}

/*.dropdown div {
	float:left;
	display:block;
	/*border-right:2px solid #981B1D;*/
/*}*/

.nav-yhteystiedot ul li {
	float:left;
	/*border-right:2px solid #981B1D;*/
}

/*#etunavigointi ul a, #etunavigointi ul a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
/*	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	/*text-align:center;
	text-decoration:none;
}*/

#etunavigointi .ul .main-a, #etunavigointi .ul .main-a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	text-align:center;
	text-decoration:none;
}

.dropdown ul a, .dropdown ul a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	/*text-align:center;*/
	text-decoration:none;
	/*background-color:#800000;*/
}

.nav-yhteystiedot ul a, .nav-yhteystiedot ul a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	text-align:center;
	text-decoration:none;
}

.nav-yhteystiedot ul li { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	text-align:center;
	text-decoration:none;
}

/*#etunavigointi ul a {
    transition: 1s;
}*/

#etunavigointi .ul .main-a {
    transition: 0.5s;
}

/*#etunavigointi ul a:hover, #etunavigointi ul a:active, #etunavigointi ul a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*color:#ADD8E6;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
/*}*/

#etunavigointi .ul .main-a:hover, #etunavigointi .ul .main-a:active, #etunavigointi .ul .main-a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:#ADD8E6;
	/*color:#007fff;*/
	background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

.dropdown ul a:hover, .dropdown ul a:active, .dropdown ul a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:#ADD8E6;
	/*color:#007fff;*/
	background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

.nav-yhteystiedot ul a:hover, .nav-yhteystiedot ul a:active, .nav-yhteystiedot ul a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*color:#ADD8E6;*/
	color: #ff2965;
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

/*#etunavigointi li .current{
   /*color: #ff2965;
   /*background:#f1d74c;*/
/*}*/

#etunavigointi .li .current{
   color: #ff2965;
   /*background:#f1d74c;*/
}

.dropdown li .current{
   color: #ff2965;
   /*background:#f1d74c;*/
}

.dropdown {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	/*float:right;*/
	font-weight: bold;
	text-transform: uppercase;
	background-color:#800000;
	/*font-size: 20px;*/
	display: none;
}

.li:hover .dropdown {
  display: block;
}

.dropdown ul li {
    display: none;
}

.dropdown tr {
	margin:0px;
	padding:0px;
}

.dropdown tr a, .dropdown tr a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	/*text-align:center;*/
	text-decoration:none;
	/*background-color:#800000;*/
}

.dropdown tr a:hover, .dropdown tr a:active, .dropdown tr a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:#ADD8E6;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

.dropdown tr .width60px:hover { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:#ADD8E6;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

.dropdown tr:hover{ /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*color:#ADD8E6;
	/*color:#007fff;*/
	background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

.dropdown tr .current{
   color: #ff2965;
   /*background:#f1d74c;*/
}

/* ~~ Sidebar navigation ~~ */

#sivunavigointi {
	background-image:url(images/sidenav_gradient.jpg);
	width:176px;
	height:270px;
}

#sivunavigointi ul {
	list-style:none; /* This removes the list marker. */
	margin:0px;
	padding:0px;
}

#sivunavigointi ul li {
	float:left;
	border-bottom:2px solid #1A2334;
}

#sivunavigointi ul li:last-child {
	border-bottom:none;
}

#sivunavigointi ul a, #sivunavigointi ul a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:5px 0px 5px 15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	width:161px; /* This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-align:left;
	text-decoration:none;
}

#sivunavigointi ul a:hover, #sivunavigointi ul a:active, #sivunavigointi ul a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	color:#FFFFFF;
	background-color:#1A2334;
	background-image:url(images/sidenav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 3px 2px #FFFFFF;
}

#kavijalaskuri {
	margin-top:20px;
	margin-left:5px;
	font-size:12px;
	margin-bottom:20px;
}

#kavijalaskuri a {
	text-decoration:none;
}

#kavijalaskuri a img {
	border:0px;
	margin-right:20px;
}

#hakupalkki {
	margin-left:5px;
	font-size:12px;
}

#haku {
	margin-right:70px;
	margin-top:10px;
}

#lomake {
	/*padding-left:15px;*/
}

#hannu-yhteystiedot {
	margin-left:15px;
	margin-bottom:15px;
}

/*form label {
	margin-right:600px;
}*/

textarea {
	/*margin-right:200px;
	margin-bottom:10px;*/
}

textarea:hover, textarea:active, textarea:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*box-shadow:0px 0px 2px 1px #FF2E31;*/
}

.ilmoitus {
	color:#981B1D;
	background-color:#FFFFFF;
}

/*#hakukentta, #nimi, #sahkoposti, #viesti {
	border-radius:5px;
	overflow:hidden;
	border:2px solid #1A2334;
	background-color:#FF5558;
	color:#000000;
}*/

#hakukentta {
	width:150px;
}

/*#nimi, #sahkoposti, #viesti {
	width:200px;
}*/

#haku, #laheta, #tyhjenna {
	/*color:#CCCCCC;
	background-color:#1A2334;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #FF2E31;
	width:100px;
	height:25px;
	margin-bottom:5px;*/
	height:60px;
	border-radius:25px;
	font-weight: bold;
    padding:0 15px;
  
    color:#FFFFFF;
	/*background-color:#800000;*/
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
	background-color:red;
	border:0px solid red;
	cursor:pointer;
	margin-left:15px;
}

#laheta:hover, #laheta:focus, #laheta:active{
    background-color:black;
    border:0px solid black;
}

#tyhjennys {
	margin-left:120px;
	margin-top:-45px;
}

input:hover, input:active, input:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*box-shadow:0px 0px 2px 1px #FF2E31;*/
}

input{
}

fieldset {
	margin-top:-200px;
	padding:0px;
	border:0px none;
}

legend {
	padding:5px;
	font-weight:bold;
	text-shadow:2px 2px 5px #FF2E31;
}

#kartta {
	margin-left:400px;
	width:300px;
	margin-top:-150px;
}

#kartta iframe {
	width:300px;
	height:300px;
}

#kartta p {
	font-size:14px;
}

/* ~~ These are the columns for the layout ~~

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/

#sivupalkki {
	float:left;
	width:176px;
	margin-bottom:0px;
	margin-left:0px;
	color:#000000;
	background-color:#76A0ED;
	border-radius:10px;
	border-width:2px; 
	border-style:solid;
	border-color:#D9D6D9;
	overflow:hidden;
}

#sivupalkki:hover {
	box-shadow:3px 0px 5px 1px #CCCCCC;
}

aside {
	float:left;
	width:176px;
	margin:0px;
}

.sisalto {
	margin:0px;
	/*width:768px;*/
	/*width:100%;*/
	width:100%;
	float:left;
	color:#000000;
	background-color:#FFFFFF;
	/*background-image:url(images/content_gradient.jpg);
	border-radius:10px;
	border-width:2px; 
	border-style:solid;
	border-color:#CCCCCC;*/
	overflow:hidden;
}

.sisalto:hover {
	/*box-shadow:3px 0px 5px 1px #CCCCCC;*/
}

/* ~~ This grouped selector gives the lists in the .sisalto area space ~~ */

.sisalto ul, .sisalto ol {
	padding:0px 15px 15px 40px; /* This padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.content-width {
   /* width:1344px;*/
}

section {
	padding-left:15px;
}

.thirty-percent {
    width:30%;
    /*float:left;*/
}

.one-third {
    width:33.33%;
    /*float:left;*/
}

.two-third {
    width:66.67%;
    /*float:left;*/
}

.fifty-percent {
    width:50%;
    /*float:left;*/
}

.seventy-percent {
    width:70%;
}

.eighty-percent {
    width:80%;
}

.hundred-percent {
    width:100%;
}

/* ~~ The footer ~~ */

footer {
	/*font-size:14px;*/
	margin:0px;
	/*border-radius:10px;*/
	overflow:hidden;
	color:#000000;
	background-color:#FFFFFF;
	/*background-color:#CCCCCC;*/
	/*position:relative; /* This gives IE6 hasLayout to properly clear. */
	/*clear:both; /* This clear property forces the #koko-sivu to understand where the columns end and contain them. */
	padding: 15px 0;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    position:relative;
}

footer:hover {
	/*box-shadow:3px 0px 5px 1px #CCCCCC;*/
}

footer a img {
	background-color:#FFFFFF;
	display:block;
	color:transparent;
	margin:0px;
}

footer img {
	float:right;
	margin-right:25px;
}

address {
	padding-left:7px;
	margin-left:0px;
	/*background-color:#FFFFFF;*/
}

#sposti {
	padding-bottom:50px;
}

#info {
	padding-bottom:5px;
}
/* ~~ Miscellaneous float/clear classes ~~ */

.fltrt { /* This class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}

.fltlft { /* This class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float:left;
	margin-right:8px;
}

.clearfloat { /* This class can be placed on a <br /> or empty block element as the final element following the last floated block (within the #koko-sivu) if the footer is removed or taken out of the #koko-sivu. */
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
}

button {
    border: 0;
}

/*button {
    margin:15px;
    padding:15px;
    color:#FFFFFF;
	/*background-color:#800000;*/
/*	background-color:#FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
}*/

.button-main {
    margin-top:0px;
    padding:15px;
    color:#FFFFFF;
	/*background-color:#800000;*/
	background-color:#FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
	border-radius: 25px;
}

.button-main2 {
    margin-top:0px;
    padding:15px;
    color:#FFFFFF;
	/*background-color:#800000;*/
	background-color:#007fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
	border-radius: 25px;
}

.button-nav {
    padding:0 15px;
    height:60px;
    color:#FFFFFF;
	/*background-color:#800000;*/
	background-color:#FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
}

.button-main-nav {
    font-family:'Gill Sans Ultra', Arial, Helvetica, sans-serif;
    font-size: 36px;
    width:100%;
    height:60px;
    color:#FFFFFF;
	/*background-color:#800000;*/
	background-color:#800000;
	font-weight: bold;
	text-transform: uppercase;
	transition: 1s;
}

button:hover, button:active, button:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*text-decoration:underline;*/
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
	background-color:#000000;
}

button:hover{
    cursor:pointer;
}

.button {
    display:block;
    margin:15px;
    padding:15px;
    color:#FFFFFF;
	/*background-color:#800000;*/
	background-color:#FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration:none;
	transition: 1s;
}

.button:hover, .button:active, .button:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*text-decoration:underline;*/
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
	background-color:#000000;
	text-decoration:none;
}

.button:hover{
    cursor:pointer;
}

.tyontekijat tr td {
    vertical-align: top;
}

.tyontekija-kuva{
  padding:15px;
}

.custom-image1 {
    width: 240px;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
}

.custom-image2 {
    width: 240px;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
}

.takaisin-tyopaikkailmoituksiin {
    margin:15px;
    /*background-color:#FF0000;*/
}
.tyopaikkailmoitus {
    /*margin:15px;*/
}
.tyopaikkailmoitus tr td{
    padding:15px;
}

.tyon-kesto{
    margin-bottom:15px;
}

.tyon-kesto tr td{
    padding:0 15px;
}

.tyon-kesto>tbody>tr>td {
    vertical-align: top;
}

.palkkatiedot {
    margin:15px;
}

.tyopaikkahakemus {
    /*padding:15px;*/
}

#etunimi, #sukunimi, #sahkoposti, #puhelinnumero, #viesti, #linkedin, #hakemus{
    /*width:200px;*/
    /*width:100%;
    /*padding:15px 0;*/
    border-radius:15px;
    /*margin-bottom:15px;*/
    padding:15px;
    border:1px solid gray;
}

#yhteystiedotOikea tr td{
    background-color:red;
}

#linkedin {
     /*width:500px;*/
}

.tyopaikkahakemus tr td{
    /*padding-right:15px;*/
}

.yhteydenottotiedot>tbody>tr>td{
    vertical-align: top;
}

.yhteydenottolomake tr td{
   /*margin-right:32px;*/
}

.textarea{
    /*padding-right:51px;*/
}

#googleMap {
    width:100%;
    height:400px;
}

footer table tr td {
    vertical-align: top;
}

footer table {
    margin-bottom:15px;
}

.yrityksen-perustiedot {
    padding-top:15px;
    background-color:#D3D3D3;
}

.yrityksen-perustiedot-taulukko{
    /*margin-bottom:15px;*/
}

.yrityksen-perustiedot-taulukko tr td{
    padding:0px 15px 15px 15px;
    vertical-align:top;
}

.tyopaikka-tiedot>tbody>tr>td{
    vertical-align: top;
}

.drag-and-drop * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.body {
    display: flex;
    align-items:center;
    justify-content:center;
    min-height: 100vh;
    flex-direction: column;
    background: #e0eafc;
    background:-webkit-linear-gradient(to right, #cfdef3, #e0eafc);
    background:linear-gradient(to right, #cfdef3, #e0eafc);
}

.container {
    max-width:650px;
    width: 100%;
    padding: 30px;
    background:#fff;
    border-radius:20px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
}

.drag-area{
    height: 400px;
    border: 3px dashed #e0eafc;
    display:flex;
    align-items: center;
    justify-content:center;
    flex-direction:column;
    margin:10px auto;
}

.drag-area h3{
    margin-bottom:20px;
    font-weight:500;
}

.drag-area .icon {
    font-size:50px;
    color:#1683ff;
}

.drag-area .header {
    font-size:20px;
    font-weight:500;
    color:#34495e;
}

.drag-area .support {
    font-size:12px;
    color:gray;
    margin:10px 0 15px 0;
}

.drag-area .browse {
    font-size:20px;
    font-weight:500;
    color:#1683ff;
    cursor:pointer;
}

.drag-area.active {
    border:2px solid #1683ff;
}

.drag-area img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

/*.modal-gallery * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 60px 0px;
}

.modal-gallery h1 {
    margin: 10px 0px 30px 0px;
    font-family: cursive;
    color: rgb(0, 6, 90);
    font-size: 50px;
}

.gallery {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.gallery__item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.gallery__item img:hover {
    transform: scale(1.1);
}

@media (max-width: 950px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*Image modal*/
/*
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.733);
    margin-top: -1px;
    animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.modal img {
    width: 50%;
    object-fit: cover;
}

.closeBtn {
    color: rgba(255, 255, 255, 0.87);
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.closeBtn:hover {
    color: rgb(255, 255, 255);
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}*/

.topnav {
  /*display:none;*/
  overflow: hidden;
  /*background-color: #333;
  /*position: relative;*/
  position: fixed;
  top:0;
  width:100%;
  /*height:60px;*/
  z-index:9998;
  background-color: #800000;
}

.width60px {
    width:60px;
    text-align: center;
    cursor: pointer;
}

.topnav #navLinks {
  display: none;
  /*background-color: #333;*/
}

.topnav .nav-item {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  /*height:60px;*/
}

.topnav .nav-item:hover {
  background-color: #ddd;
  color: black;
}

/*#siteListTable tr td a div{
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  /*height:60px;*/
/*}

#siteListTable tr td a div:hover{
    color: black;
}

#siteListTable tr td a div:hover{
    color: black;
}

#siteListTable tr:hover {
  background-color: #ddd;
}*/

#siteListTable {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	/*float:right;*/
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	/*color: white;*/
	/*font-size: 20px;*/
}

#siteListTable tr {
	margin:0px;
	padding:0px;
}

#siteListTable tr a, #siteListTable tr a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	/*text-align:center;*/
	text-decoration:none;
	/*background-color:#800000;*/
}

#siteListTable tr a:hover, #siteListTable tr a:active, #siteListTable tr a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:black;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

#siteListTable tr .width60px:hover { /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	color:black;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

#siteListTable tr:hover{ /* This changes the background and text color for both mouse and keyboard navigators. */
	/*color:#ff2965;*/
	/*color:#ADD8E6;
	/*color:#007fff;*/
	background-color: #ddd;
	color:#000000;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

#siteListTable tr:hover a {
    background-color: #ddd;
	color:#000000;
}

#siteListTable tr .current{
   color: #ff2965;
   /*background:#f1d74c;*/
}

.linkBox{
    display:block;
    width:100%;
    height:100%;
}

.topnav-under a.icon {
  /*background: black;*/
  /*display: block;*/
  /*position: absolute;
  right: 0;
  /*top: 0;*/
  width:60px;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.siteListTable a.icon {
  /*background: black;*/
  /*display: block;*/
  /*position: absolute;
  right: 0;
  /*top: 0;*/
  width:60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobile-nav-bars-icon {
    /*background-image: url("images/icons/nav_bars_icon.gif");
    background-repeat: no-repeat;*/
    /*background-color: #cccccc;*/
    
}

.nav-icon{
    font-size:32px;
}

.active {
  font-family:'Gill Sans Ultra', Arial, Helvetica, sans-serif;
  font-size: 36px;
  /*float:left;*/
  /*background-color: #04AA6D;*/
  background-color:#800000;
  color: white;
  text-align: center;
  /*width:100%;*/
  text-transform: uppercase;
  font-weight: bold;
}

.yhteystiedot-active {
  /*float:left;*/
  /*background-color: yellow;*/
  /*background-color:#FF0000;
  color: #00008B;
  padding:0 15px;*/
  /*display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color:#B60000;*/
  background-color:#0053AD;
  height:60px;
  font-size: 16px;
  font-weight: bold;
  padding:0 15px;
  transition: 1s;
  /*position: absolute;
  left: 0;
  /*top: 0;*/
}

.yhteystiedot-active:link { /* Unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification. */
	/*color:#000000;*/
	color:#FFFFFF;
	text-decoration:none;
}

.yhteystiedot-active:visited {
	/*color:#215C5B;*/
	color:#FFFFFF;
	text-decoration:none;
}

.yhteystiedot-active:hover, .yhteystiedot-active:active, .yhteystiedot-active:focus { /* This group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
	background-color:#000000;
}

.main-button {
  /*float:left;*/
  /*background-color: yellow;*/
  /*background-color:#FF0000;
  color: #00008B;
  padding:0 15px;*/
  /*display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;*/
  display: flex;
  justify-content: center;
  align-items: center;

  height:60px;
  font-weight: bold;
  padding:0 15px;
  
    color:#FFFFFF;
	/*background-color:#800000;*/
	text-transform: uppercase;
	font-size: 20px;
	transition: 1s;
	border-radius: 25px;
  /*position: absolute;
  left: 0;
  /*top: 0;*/
}

.main-button:link { /* Unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification. */
	/*color:#000000;*/
	color:#FFFFFF;
	text-decoration:none;
}

.main-button:visited {
	/*color:#215C5B;*/
	color:#FFFFFF;
	text-decoration:none;
}

.main-button:hover, .yhteystiedot-active:active, .yhteystiedot-active:focus { /* This group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
	background-color:#000000;
}

.block {
    display: block;
}

.height60px{
    height:60px;
}

.top-left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height:60px;
  background-color:#FF0000;
  color: white;
  padding:0 15px;
}

/*.topnav a.top-left:hover {
  background-color: #ddd;
  color: black;
}*/

.etusivu-palvelut .link a{
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}

.etusivu-palvelut tr td:hover .main-button {
    text-decoration:none;
	background-color:#000000;
}

.etusivu-palvelut tr td {
    vertical-align: top;
    position: relative;
    /*z-index: -1;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.etusivu-palvelut tr td:hover {
    box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0px rgba(0, 0, 0, 0.19);
}

.etusivu-palvelut tr .empty {
    vertical-align: top;
    position: relative;
    /*z-index: -1;*/
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.etusivu-palvelut tr .empty:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.hundred-percent-height {
    height:100%;
}

.lue-lisaa-palvelusta {
  position: absolute;
  bottom: 0;
  left: 0;
  /*z-index: -1;*/
}

.lue-lisaa-palvelusta .main-button {
    margin-left:15px;
}

.table-separate {
    border-collapse: separate;
    border-spacing: 15px 15px;
}

.hiddenElement {
    display:none;
}

#siteListTable {
    /*display:none;*/
    /*width:100%;*/
}

.siteListTable tr td div{
    overflow:hidden;
}

.float-right {
  float:right;
}

.nav-caret {
  /*padding:15px;*/
  /*float:right;*/
}

/*.hideShow {
    width:100%;
}*/

.responsive-h{
    font-family:'Gill Sans Ultra', Arial, Helvetica, sans-serif;
    /*font-size: 1.5em;*/
    font-size: 32px;
    padding: 15px;
}

.responsiveText {
   
}

.responsive {
   width:100%;
}

table {
    border-spacing: 0 0;
}

#siteList {
	/*background-image:url(images/mainnav_gradient.jpg);
	width:960px;
	height:27px;*/
	/*width:70%;*/
	/*margin:0px auto;*/
	/*font-size: 20px;*/
	color:black;
	/*position: fixed;*/
}

#siteList ul {
	list-style:none; /* This removes the list marker. */
	margin:0px;
	padding:0px;
}

#siteList ul li {
	/*border-right:2px solid #981B1D;*/
}

#siteList ul a, #siteList ul a:visited { /* Grouping these selectors makes sure that your links retain their button look even after being visited. */
	padding:15px;
	display:block; /* This gives the link block properties causing it to fill the whole li containing it. This causes the entire area to react to a mouse click. */
	/*width:226px; This width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. */
	text-decoration:none;
	border-bottom: 1px solid #D3D3D3;
}

#siteList ul a {
    transition: 0.5s;
}

#siteList ul a:hover, #siteList ul a:active, #siteList ul a:focus { /* This changes the background and text color for both mouse and keyboard navigators. */
	color:#800000;
	/*color:#ADD8E6;
	/*color:#007fff;*/
	/*background-color:#981B1D;
	/*background-color:#981B1D;
	background-image:url(images/mainnav_gradient_selected.jpg);
	text-shadow:0px 0px 5px #FFFFFF;
	box-shadow:0px 0px 1px 0px #FFFFFF;*/
}

#siteList ul a:hover .hide, #siteList ul a:active .hide, #siteList ul a:focus .hide{
	display:inline;
	color:blue;
}

#siteList ul a .fa-angle-right{
	display:inline;
	color:#eeeeee;
}

#siteList ul a:hover .fa-angle-right, #siteList ul a:active .fa-angle-right, #siteList ul a:focus .fa-angle-right{
	color:#007fff;
}

#siteList li .current{
   color: #ff2965;
   /*background:#f1d74c;*/
}

.table-palvelut>tbody>tr>td{
    vertical-align:top;
}

.side-a:link { /* Unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification. */
	/*color:#000000;*/
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

.side-a:visited {
	/*color:#215C5B;*/
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}

.side-a:hover, .side-a:active, .side-a:focus { /* This group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
}

.fixedHLocation{
    position:absolute;
}

#gallerySystem {
    position: fixed;
    width:100%;
    z-index:9999;
}

#modalGalleryWindow{
    display:none;
    background-color:rgba(0, 0, 0, 0.95);
   /* position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

#modalGalleryWindow .box{
    width:60px;
    height:60px;
    display: flex;
  justify-content: flex-start;
  align-items: center;
}

#gallery img:hover{
    
}

#finalImageIndex {
    display:none;
}

.red-background {
    background-color:red;
}

.green-background {
    background-color:green;
}

.blue-background{
    background-color:#007fff;
}

.green-background{
    background-color:green;
}

.orange-background{
    background-color:#C76e00;
}

.hide{
    display:none;
}

.padding-top{
    padding-top:200px;
}

.padding-bottom{
    padding-bottom:150px;
}

.fontBlack{
    color:black;
}

#imagePlace{
  display: flex;
  justify-content: center;
  align-items: center;
}

.closeButton{
    color:white;
    font-size:32px;
    transition:0.5s;
}

.closeButton:hover{
    background-color:rgba(255, 0, 0, 0.9);
}

.changeImageArrow {
    color:white;
    font-size:32px;
    transition:0.5s;
}

.changeImageArrow:hover {
    background-color:rgba(128, 128, 128, 0.1);
}

.imageNumber{
    color:white;
    padding-left:15px;
}

.altText{
    color:white;
    text-align:center;
    font-weight:bold;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#gallery tr td {
    overflow:hidden;
}

.gallery tr td {
    overflow:hidden;
}

.zoom {
  transition: transform .3s; /* Animation */

  /*width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#imagePlace{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.imageSelect{
    height:100px;
    position:absolute;
    top:0;
    left:0;
}

.table-all-td-top tr td{
    vertical-align: top;
}

.successArea {
    position:fixed;
    z-index:9999;
    display: flex;
  justify-content: center;
  align-items: center;
  background-color:rgba(0, 0, 0, 0.5);
}

.successArea table {
    border-radius:15px;
}

.successArea i {
    padding: 15px 15px 15px 0;
    font-size:32px;
    cursor:pointer;
}
.margin-left-right{
    margin-left:15px;
    margin-right:15px;
}
.margin-top{
    margin-top:15px;
}
.lomakeongelma{
    background-color:#ffecf2;
    color:#981B1D;
    border-radius:15px;
    border:1px solid #981B1D;
}

.lomakeongelma i{
    padding: 15px; 
    font-size:32px;
    color:#981B1D;
}

.lomakeongelma>table>tbody>tr>td>div{
    padding: 15px 15px 15px 0; 
}

.lomakeongelma>div{
    padding: 15px; 
}

.yhteydenottolomake>.responsive>table>tbody>tr>td{
    vertical-align:top;
}

.modal{
    
}

.yrityksenLuvut {
    width:100%;
    background-color:#800000;
}