
body {
    font-family: Arial,"Times New Roman",Times,serif;
    color: #2c2c2c;
    letter-spacing: 0.48px;
}

h1, .h1, h2, .h2 {
    font-weight: lighter;
    color: #898688;
    font-family: "Proxima Nova",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}


h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

a {
  color: #2c2628;
  text-decoration: underline;
}

.body {
  color: #2f292b;
  font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

.w-container {
    max-width: 1500px;
 }


.header {
  padding: 30px 30px 250px 20px;
}

.alasivu-header {
  padding: 30px 30px 60px 20px;
}


.lang {
	padding-left: 1em;
	white-space: no-wrap;
}

.login-area {
  margin-top: -200px;
}

.login-box {
  height: 400px;
  background-color: #f2f2f2;
}

.login-content {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.login-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*display: flex;*/
  height: 100%;
  padding: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url('images/rinkula_kuljetuspalvelut.png') no-repeat;
	background-position: left top;
background-size: contain;
  /*background-position: 50% 50%;*/

}

.login-text-area {
  height: 100%;
  padding: 40px !important;
}

.main-login label {
	display: inline-block !important;
}

.button1, .button2, .button3, .button4, .button5 {
    display: inline-block;
    text-decoration: none !important;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.88px;
    padding: 15px 30px;
    border-radius: none;
    font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

.button5 {
    background: #fff;
    border: 1px solid #231F20;
    color: #231f20;
    font-weight: 400;
    padding: 5px 10px;
}

.button.ghost {
  margin-top: 15px;
  padding-right: 18px;
  padding-left: 18px;
  border: 2px solid #2f292b;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #2f292b;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.button.ghost:hover {
  background-color: #fff;
}

.button.ghost.gold {
  border-color: #d5c299;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #d5c299;
}

.button.ghost.gold:hover {
  background-color: #d5c299;
  color: #fff;
}

.login-links {
  margin-top: 40px;
}

.login-links a {

}

.link {
  color: #2f292b;
  font-size: 17px;
}

.forget-password {
  display: block;
  margin-bottom: 10px;
	text-decoration:none;
}

.login-image-heading {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.contact-details {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 50px !important;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.link-block {
  height: 220px;
}

.link-heading {
  display: block;
  height: 72px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
}

.link-date {
  color: #b1b1b1;
}

.latest {
  background-color: #f2f2f2;
	padding-left: 1em;
}

.color-box {
	padding: 2em 0 2em 0;
}

.single-box {
  /*height: 390px;*/
  padding: 30px;
  border-right: 1px #c2c2c2 solid;
}

.single-box:nth-child(6n) {
    border-right: none !important;
}

.box-icon {
  height: 89px;
  margin-top: 15px;
  text-align: center;
}

.box-heading {
  text-align: center;
}

.box-link {
  margin-bottom: 10px;
	font-size: 18px !important;
	font-weight: 400;
}

.box-paragraph {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.align-right {
  text-align: right;
}

.nav-link {
  font-weight: 400;
}

.brand {
  margin-top: 15px;
}

.menu {
  margin-top: 25px;
  text-align: right;
}

.menu-item {
  display: inline-block;
}

.menu-link {
  padding: 15px 11px 15px 10px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-size: 16px;
  text-decoration: none;
}

.menu-link:hover {
  color: #ceb888;
}

.center {
  text-align: center;
  text-transform: inherit;
}

.contact-form {

  margin-top: 34px;
}

.row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.contact-form-title {
  height: 100%;
  padding: 30px;
}

.contact-form-area {
  height: 100%;
}

.input-field.ghost-field {
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid white;
    margin: 5px 0px 10px;
    clear: both;
    padding: 6px 8px;
    display: block;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.input-field:focus {
  background-color: #20714a;
  outline: none;
  border-bottom: 2px solid #cfb888;
}
textarea.textarea-ghost {
    width: 100%;
    clear: both;
    float: none;
    display: block;
    border: 2px solid white;
    padding: 6px 8px;
    background: transparent;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.article-content a.ghost.button {
    padding: 8px 10px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

.small-login-area.logged-in {
    text-align: center;
}

.logged-in .small-login-box {
    padding: 20px;
}

.logged-in .menu-item a {
    font-size: 22px;
    color: #2f292b;
}

.logged-in-bar {
    padding: 5px 0px;
    font-size: 14px;
    background-color: #b3dce9;
}
.textarea-ghost:focus {
  background-color: #20714a;
  outline: none;
  border: 2px solid #cfb888;

}
.contact-form-area .button.ghost {
    border-color: white;
    color: white;
    padding: 12px 10px;
    float: right;
}

.site-content {
	padding: 0 1em 0 1em !important;
}

.footer {
    background-color: #f5f4f4;
    background-image: url(images/footerikiekura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1500px;
}

.footer-contacts {
	font-size: 12px
}


table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:white;}
th, td, caption {padding:4px 10px 4px 5px; border: 1px solid #D6D6D6}
tbody tr:nth-child(even) td, tbody tr.even td {background:#F9F9F9;}
tfoot {font-style:italic;}

.formee-button a {
        color:white;
        text-decoration:none;
}

.button {
	display:block;
	margin:10px 0 5px;
	background-color:#E1E1E1;
	border: 1px solid #C0C0C0;
	width: 250px;
	color:black;
	text-align:center;
	font-size:18px;
	padding: 10px 0 10px 0;
	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
    	border-bottom-right-radius: 10px;
    	border-bottom-left-radius: 10px;
    	/*text-shadow: 3px 3px 3px #000;*/
}

.button:hover {
	color:#808080;
}

table.vaihe td {
        padding: 5px;
	background-color:#F5F5F5;
}

table.vaihe td.active {
        background-color: rgb(209, 236, 247);
}

#bottom a {
	display:block;
	color: #445562;
	text-decoration: none;
	font: normal 12px/1.1em Lucida Sans Unicode,Arial,Sans-Serif;
}

#bottom a:hover {
	color: #75b54c;
}

table.PickUpList {
	background-color: white
}

table.hinnasto {
	font-size: 1.2em
}

table.hinnasto td {
	border:0
}

@media screen and (max-width: 768px) {
	.login-image {display:none;}
}


