/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #111;
	color: #fff;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
	color: #333;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}
.richtext h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #fff;
}
.companyinfo {
	margin-top: 20px;
}
h6 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	color: #009e66;
	letter-spacing: 3px;
}
a {
	text-decoration: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #252531;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	color: #9A9A9A;
}
button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
img {
	display: inline-block;
	max-width: 100%;
}
i,
span,
a {
	display: inline-block;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}
table,
th,
tr,
td {
	border: 1px solid #ddd;
}
th,
tr,
td {
	padding: 10px;
}
hr {
	border-top: 1px solid #ddd;
}
/* Padding*/
.section-padding {
	padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 70px 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 50px 60px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 40px 35px;
	}
}
@media (max-width: 575px) {
	.section-padding {
		padding: 40px 20px;
	}
}
/* Margin & Padding */
.pad-top-0 {
	padding-top: 0;
}
.pad-bot-0 {
	padding-bottom: 0;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-bot-20 {
	padding-bottom: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-bot-30 {
	padding-bottom: 30px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bot-40 {
	padding-bottom: 40px;
}
.pad-top-50 {
	padding-top: 50px;
}
.pad-bot-50 {
	padding-bottom: 50px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mt-150 {
	margin-top: 150px;
}
.mb-150 {
	margin-bottom: 150px;
}
.spacer {
	margin-top: 50px;
}
/* Otsikot */
.section-title {
	position: relative;
}
.section-title h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#fff;
}
.section-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#fff;
}
/* Buttonit */
.main-btn {
	display: inline-block;
	background: #009e66;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.main-btn:hover {
	background: #252531;
	color: #fff;
}
/* Taustat */
.gray-bg {
	background: #eee;
}
.white-bg {
	background: #fff;
}
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}
.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #252531a8;
}
.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}
/* Header */
.header-area .logo  {
	margin-top: 7px;
	margin-bottom: 5px;
}
.header-area .logo img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.header-area .header-btn.main-btn {
	margin-top: 18px;
	padding: 14px 20px;
	font-size: 15px;
}
.header-area .header-btn.main-btn a {
	color:#fff;
}
.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.section-title .header-btn {
	margin-top: 15px;
}
.section-title .header-btn a {
	color: #fff!important;
}
/* Sticky */
.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}
.header-area .is-sticky .navigation {
	margin-top: 0;
}
.header-area .is-sticky .navigation {
	height: 80px;
}
.header-area .is-sticky .main-menu .navbar-nav .nav-link {
	padding: 10px 0;
}
.header-area .is-sticky .header-btn.main-btn {
	margin-top: 18px;
}
.header-area .is-sticky .main-menu li:hover .sub-menu {
	top: 80px;
}
/* Valikko */
.header-area .navigation {
	padding: 0px 30px;
	background: #fff;
	height: 80px;
	position: relative;
	z-index: 9;
}
.main-menu .navbar {
	padding: 0;
}
.main-menu ul {
	padding-top:20px;
	padding-bottom: 20px;
}
.main-menu li.nav-item {
	position: relative;
	margin-right: 20px;
}
.main-menu .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 300;
	color: #333;
	display: block;
}
.main-menu .navbar-nav a:hover {
	font-weight: 300!important;
	text-decoration: underline;
}
.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
#style-3.header-area .navigation {
	background: #111;
}
#style-3.header-area .logo a {
	color: #fff;
}
#style-3.header-area .main-menu .navbar-nav .nav-link {
	color: #fff;
}
#style-3.header-area .main-menu .navbar-nav .nav-link:hover {
	color: #fff;
}
#style-3.header-area .main-menu .navbar-nav a.active {
	color: #009e66;
	font-weight: 700;
	font-size: 15px;
}
/* Dropdown */
.sub-menu {
	position: absolute;
	left: 0;
	top: 120px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #009e66;
	visibility: hidden;
	opacity: 0;
}
.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}
.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}
.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}
.main-menu .sub-menu li:last-child {
	border-bottom: none;
}
.main-menu .sub-menu li a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 12px;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
.main-menu .sub-menu li:hover > a {
	background: #009e66;
	color: #fff;
}
.dropdown-toggle::after {
	display: none !important;
}
.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}
/* Header */
.header-area .main-btn {
	margin-top: 14px;
}
/* Karuselli */
.homepage-slides {
	position: relative;
	overflow: hidden;
}
.homepage-slides .single-slide-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ddd;
	width: 100%;
	height: 800px;
	display: table;
	align-items: center;
	position: relative;
	z-index: 1;
}
.homepage-slides .single-slide-item .image-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: all 7000ms linear;
}
.homepage-slides .active .single-slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.single-slide-item h1 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: 1px;
	margin: 30px 0;
}
.single-slide-item p {
	color: #ccc7c7;
	font-size: 18px;
	line-height: 30px;
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}
.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}
.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #009e66;
	color: #fff;
	border-color: #009e66;
	opacity: 1;
}
.hero-area-content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.hero-area-content .main-btn {
	margin: 25px 0;
}
#home-3 .single-slide-item h4 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 20px;
}
#home-3 .single-slide-item h2 {
	font-family: 'Teko', sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 105px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 100px;
}
.hero-area-content .shape-one {
	position: absolute;
	width: 110px;
	height: 110px;
	left: 210px;
	bottom: 40px;
}
.hero-area-content .shape-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #fff;
}
.hero-area-content .shape-one:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
}
.hero-area-content .shape-two {
	position: absolute;
	width: 110px;
	height: 110px;
	right: 210px;
	bottom: 40px;
}
.hero-area-content .shape-two:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #fff;
}
.hero-area-content .shape-two:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
}
/* Nostot */
.tmpl-etusivu .services-area.section-padding {
	padding-top: 70px;
}
.services-area {
	background: #111;
	color: #fff;
}
.services-area h1, .services-area p {
	color: #fff;
}
.single-service-area {
	background: #fff;
	padding: 40px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 50px;
	transition: .3s;
	text-align: center;
	overflow: hidden;
}
.service-icon i:before {
	font-size: 55px;
	color: #009e66;
}
.single-service-area h5 {
	margin: 30px 0 20px;
}
single-service-area.active {
	border-bottom: 4px solid #009e66;
}
single-service-area.active .num {
	color: #F4E858;
}
.single-service-area:hover {
	border-bottom: 4px solid #009e66;
}
/* Sisältö */
.about-area .section-title h1:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 3px solid #009e66;
}
.about-area .section-title h1 {
	font-size: 40px;
	padding-left: 25px;
	color: #fff;
	margin-bottom: 10px;
}
.about-area p {
	color: #fff;
}
.about-bg img, .contact-img img {
	border-radius: 120px 20px 120px 20px;
}
p.highlight i {
	font-size: 24px;
	color: #009e66;
	padding-right: 10px;
}
.text {
	font-size: 20px;
	line-height: 27px;
	color: #009e66;
	border-left: 5px solid;
	padding-left: 35px;
	margin-top: 20px;
}
/* Yhteystiedot */
.contact-content {
	margin-top: 50px;
}
.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #009e66;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}
.contact-info h1, .contact-info p {
	color:#fff;
}
.contact-info p a {
	color:#fff;
	text-decoration: none;
}
.contact-inner {
	margin-bottom: 30px;
}
.contact-inner h6 {
	color: #fff;
	font-weight: 600;
	padding-left: 100px;
	font-family: 'Roboto', sans-serif;
}
.contact-inner p {
	padding-left: 100px;
}
.contact-section button.main-btn {
	border: none;
}
.contact-section button.main-btn:hover {
	background: #fff;
	color: #017D3F;
}
.contact-form {
	margin-top: 80px;
}
/* Footer */
.footer-area {
	background: #111111;
	color: #fff;
}
.footer-area .logo  {
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer-area .logo img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.footer-area h6 {
	color: #fff;
	margin: 20px 0;
	font-weight: 600;
}
.footer-area p {
	color: #fff;
	margin-top: 16px;
}
.contact-info p {
	margin-bottom: 10px;
	font-size: 15px;
}
.contact-info p i {
	margin-right:10px;
}
.footer-area ul li {
	display: block;
	color: #fff;
	padding: 0px 0;
	width: 100%;
	float:left;
	margin-bottom: 15px;
}
.footer-area ul li a {
	color: #fff;
	padding: 0px 0;
}
.footer-area ul li a.active {
	color: #fff;
	font-weight: 700;
}
.footer-area ul li a:hover {
	color: #009e66;
}
.footer-up {
	padding: 60px 0;
	padding-top: 120px;
}
.footer-up .social-area i {
	color: #fff;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}
.footer-bottom {
  border-top: 1px solid #555;
	padding: 20px 0;
	background: #111;
	color: #a5a49f;
}
.footer-bottom p {
  margin: 0;
  color: #a5a49f;
  font-size: 15px;
}
.footer-bottom p a {
  margin: 0;
  color: #a5a49f;
  font-size: 15px;
}
.footer-bottom p a:hover {
  color: #fff;
}
.footer-bottom .design p {
	text-align: right;
}
/* Galleria */
.gallery {
	margin-top: 40px;
	margin-bottom: 20px;
}
.gallery .gallery-item {
	margin-right: 5px;
	margin-bottom: 25px;
	width: 100%;
	max-width: 150px;
}
.gallery .gallery-item img {
	height: auto;
	width: 100%;
	border: 1px solid #fff;
	padding: 5px;
}
.gallery .gallery-item img:hover {
	opacity: .7;
}
/* Nostot */
.intro-area {
	background: #111;
}
.intro-wrapper {
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.intro-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}
.intro-inner h5 {
	margin: 20px 0 20px;
}
.intro-inner h5 a {
	font-size: 22px;
	font-weight: 600;
	color:#000;
}
.intro-inner p {
	font-size: 14px;
}
.intro-inner p a {
	font-weight: 600;
	font-size: 16px;
}
.intro-inner:nth-last-child(4) {
	border-right: none;
}
.intro-area i, .intro-icon {
	font-size: 50px;
	font-weight: 700;
	color:#009e66;
}
/* Murupolku */
.breadcroumb-area {
	background-image: url(../img/bread-bg.jpg);
}
.breadcroumb-area {
	height: 450px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252531;
	opacity: .5;
	z-index: -1;
}
.breadcroumb-area .breadcroumb-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height:normal;
	font-weight: 900;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
}
.breadcroumb-area h5 a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
}
.breadcroumb-area h5 a.active {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.breadcroumb-area h5 {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h2 {
		font-size: 55px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h2 {
		font-size: 45px;
	}
}
@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h2 {
		font-size: 40px;
	}
}
