/* Valikko */
.kivipiste_nav_manu {}
.kivipiste_nav_manu .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #101210 !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
.sticky .kivipiste_menu>ul>li>a {
    color:#fff;
}
.sticky .kivipiste_menu>ul>li>a i {
    color: #fff;c
    transition: 0.5s;
}
.sticky .kivipiste_menu>ul>li>a i:hover{
    color: #525252;
}
.sticky .header-button a {
}
.sticky .header-button a i {
    color: #fff;
}
/* logo */
a.logo_img img.logo-light {
    display: none;
}
.sticky a.logo_img img.logo-light {
    display: none;
}
.light-theme a.logo_img img.logo-light{
    display: block;
}
.sticky a.logo_img img.logo-light{
    display: block;
}
.light-theme a.logo_img img.logo-dark{
    display: none;
}
.sticky a.logo_img img.logo-dark{
    display: none;
}
.logo  a.logo_img img {
    width: 100%;
    max-width: 250px;
    height: auto;
}
.logo  a.main_sticky img {
    width: 100%;
    max-width: 150px;
    height: auto;
}
.dark-light .sun{
    display:block;
}
.dark-light .moon{
    display:none;
}
/* Valikko */
.kivipiste_nav_manu {
    background: #111;
    position: relative;
    z-index: 100;
}
nav.kivipiste_menu {
    text-align: right;
}
.kivipiste_menu ul {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
}
.kivipiste_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.kivipiste_menu>ul>li>a {
    font-size: 16px;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px;
    transition: .5s;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans";
}
.kivipiste_menu>ul>li>a.active {
    color: #fff;
    font-weight: 700;
}
nav.kivipiste_menu span {
    display: inline-block;
    font-size: 14px;
    padding-left: 3px;
    color: #fff;
    transition: 0.5s;
    opacity: 0.8;
}
nav.kivipiste_menu span:hover {
    color: #fff;
}
.kivipiste_menu>ul>li>a:hover {
    color: #fff;
}
/* Header - Painike */
.header-button {
    display: inline-block;
    margin-left: 20px;
}
.header-button a {
    color: #262626;
    background: #ECC148;
    display: inline-block;
    font-size: 16px;
    padding: 14px 28px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    transition: 0.5s;
    position: relative;
    top: 20px;
    z-index: 1;
    overflow: hidden;
}
.header-button a::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 110%;
    height: 200%;
    background:#fff;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewY(-10deg) scale(1, 0);
            transform: skewY(-10deg) scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    z-index: -1;
}
.header-button a:hover:after{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
}
.header-button:hover a{
    color:#525252;
}
/* Dropdown */
.kivipiste_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 220px;
    text-align: left;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #525252;
}
.kivipiste_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
.kivipiste_menu ul .sub-menu li {
    position: relative;
}
.kivipiste_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
    border-bottom: 1px dotted #525252;
}
.kivipiste_menu ul .sub-menu li a.active {
    font-weight: 700;
}
.kivipiste_menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #525252;
    z-index: -1;
    transition: 0.5s;
}
.kivipiste_menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}
.mean-container .mean-nav ul li.mobile a {
    float: left;
    display: inline-block;
    width: 5px;
    background: none!important;
    text-align: center;
}
.mean-container .mean-nav ul li.mobile a i {
    color: white;
    display: block!important;
    font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: black;
    border-radius: 50px;
}
.mean-container .mean-nav ul li.mean-last {
    background: #d80286;
}
/* Dropdown taso 2 */
.kivipiste_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
.kivipiste_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}
/* Dropdown taso 3*/
.kivipiste_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.kivipiste_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
.kivipiste_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}
ul.sub-menu li a span {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}
ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}
/* Dropdown 4 */
.kivipiste_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.kivipiste_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}
.kivipiste_menu li a:hover:before {
    width: 101%;
}
.kivipiste_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.kivipiste_nav_manu.sticky .main_sticky {
    display: inherit;
}
.mobile-menu.mean-container {
    overflow: hidden;
}
img.logo-light {
    display: none;
}
/* Hero */
.hero-section {
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: cover!important;
    min-height:900px;
    height: auto;
    position: relative;
    background: #ECC148;
}
.hero-section > *  {
    z-index: 2;
}
.hero-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
}
.hero-wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: rgb(236, 193, 72);
  transform: scale(1, 1.5);
}
.hero-wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #222222;
  right: -25%;
  top: 20px;
}
.hero-wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background: rgb(236, 193, 72);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}
.hero-content {
    padding: 25px;
}
.hero-image {
    padding: 15px;
}
.hero-section img {
    border-radius: 10px 100px / 120px;
    height: auto;
}
.hero-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    padding-left: 10px;
}
.hero-logo .logo {
    margin-right: 50px;
    margin-bottom: 20px;
    float: left;
}
.hero-logo .logo img {
    width: 100%;
    max-width: 225px;
    height: auto;
    border-radius:0px;
}
.hero-sub-title h5 {
    font-size: 26px;
    line-height: 38px;
    color: #333;
    font-weight: 600;
}
.hero-title h2 {
    font-size: 50px;
    line-height: 60px;
    color: #262626;
    font-weight: 600;
}
.hero-text p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 400;
    margin-top:5px;
    margin-bottom: 15px;
}
.hero-main-button  {
    margin-top: 25px;
}
.hero-main-button {
  color: #FFF;
  border: 2px solid #262626;
  border-radius: 0px;
  padding: 12px 34px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #D80286;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.hero-main-button a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.hero-main-button:hover {
  box-shadow: inset 400px 0 0 0 #D80286;
  color: #fff;
}
.hero-main-button:hover a {
  color: #fff;
}
/* CTA */
.cta-section {
    background: #222;
    padding-top: 200px;
    padding-bottom: 100px;
}
.cta-section .container {
    color: #fff;
}
.cta-wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: rgb(34, 34, 34);
  transform: scale(1, 1.5);
}
.cta-wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #eae8e2;
  right: -25%;
  top: 20px;
}
.cta-wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: rgb(34, 34, 34);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}
.text {
    margin-top: 15px;
    margin-left: 25px;
}
.cta-section .text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff!important;
    font-weight: 400;
    margin-top:3px;
    margin-bottom: 25px;
}
.cta-section .logo {
    text-align: center;
    width: 100%;
}
.cta-section .logo img {
    width: 100%;
    max-width: 125px;
    height: auto;
    float:left;
    margin-left: 20px;
    margin-bottom: 10px;
}
.cta-section .kivipiste-button a {
  color: #FFF;
  border: 2px solid #262626;
  border-radius: 0px;
  padding: 12px 34px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #D80286;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: #deb645;
  width: 100%;
}
.cta-section .kivipiste-button a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.cta-section .kivipiste-button:hover {
  box-shadow: inset 400px 0 0 0 #D80286;
  color: #fff;
}
.cta-section .kivipiste-button:hover a {
  color: #fff;
}
/* Otsikot */
.kivipiste-section-title h5 {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    font-weight: 700;
}
.testimonial-area .kivipiste-section-title h1 {
    color: #fff;
}
.kivipiste-section-title h1 {
    font-size: 36px;
    line-height: 44px;
    color: #232323;
    font-weight: 700;
    margin: 0;
}
.kivipiste-section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #504e4e;
    font-weight: 400;
    width: 92%;
}
.kivipiste-section-title.text-left {
    margin-bottom: 30px;
}
.kivipiste-section-title.text-center {
    margin-bottom: 30px;
}
.kivipiste-section-title.text-center p {
    width: 55%;
    margin: 0 auto;
}
/* Palvelut */
.service-area {
    padding:100px 0 100px;
    background: #eae8e2;
}
.service-wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: #eae8e2;
  transform: scale(1, 1.5);
}
.service-wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #000;
  right: -25%;
  top: 20px;
}
.service-wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #eae8e2;
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}
.kivipiste-button {
  color: #FFF;
  border: 2px solid #262626;
  border-radius: 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #D80286;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: #deb645;
  width: 100%;
}
.kivipiste-button a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.kivipiste-button a:hover {
  box-shadow: inset 400px 0 0 0 #D80286;
  color: #fff;
}
.kivipiste-button:hover a {
  color: #fff;
}
.tmpl-tuote .back {
    padding-top: 25px;
    padding-bottom: 50px;
}
.tmpl-tuote .back .kivipiste-button {
    text-align: left;
}
.row.service-box {
    margin-top: 30px;
}
.single-service-box {

}
.service-thumb{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-thumb img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}
.service-title h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transition: 0.5s;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-title h2 a {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transition: 0.5s;
}
.service-content {
    padding: 12px 0;
    transition: 0.5s;
    background: #b69e60;
}
.s-box:hover .service-content {
    background: #000;
}
.single-service-box:hover .service-title h2 a{
   color:#fff;
}
@keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
/* Sisältö */
section.about-section {
    background: url(../images/bg-etusivu.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 130px 0 120px;
    position: relative;
}
.about-section .about-content .kivipiste-button {
    float: left;
    margin-top: 30px;
}
.about-thumb img {
  border-radius: 10px 100px / 120px;
  width: 100%;
  max-width: 600px;
  height: auto;
}
/* Portfolio */
.portfolio-area {
    padding: 70px 0 100px;
}
.tab_content {
    display: none;
    -webkit-animation: fadeInUp 1s ease-in ;
    animation: fadeInUp 1s ease-in ;
}
.tab_content.active {
    display: block;
}
.case_study_nav {
    margin: 16px 0 50px;
}
.case_study_menu ul {
    text-align: center;
}
li.current_menu_item {
    border: none !important;
}
.case_study_menu ul li {
    background: transparent;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0 8px;
    margin-bottom: 7px;
    display: inline-block;
    border: 1px solid #232323;
}
.case_study_menu ul li:hover {
    color: #fff;
}
.case_study_menu ul li::before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #525252;
    clip-path: polygon(-1% 0,0 0,-25% 104%,-1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: -1;
}
.case_study_menu ul li:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
}
.case_study_menu ul li:hover::before {
    width: 100%;
    z-index: -1;
}
li.current_menu_item {
    color: #fff !important;
    background: #525252!important;
}
.case-study-box-inner {
    position: relative;
}
.case-study-thumb {
    position: relative;
    overflow: hidden;
}
.case-study-thumb::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    background-color: rgb(255 159 20/72%);
    border-radius: 5px;
    transition: all .35s ease-in-out;
}
.case-study-single-box:hover .case-study-thumb::before{
    height: 100%;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 5px;
}
.case-study-title h3 {
    margin: 8px 0 0px;
    color: #262626;
    font-size: 20px;
    font-weight: 600;
}
.case-study-title h3 a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.case-study-single-box {
    margin-bottom: 30px;
}
.case-study-content-inner {
    margin: auto;
    text-align: left;
    padding: 30px 10px 30px;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.case-study-single-box:hover .case-study-content-inner{
    visibility: visible;
    opacity: 1;
}
.case-study-text-inner {
    position: relative;
    top: 87px;
}
.category-item-p {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.venobox.pbox-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #0C5ADB;
    border-radius: 100%;
    margin: 0 8px  0 0;
    transition: 0.5s;
}
.venobox.pbox-item:hover {
    background: #00247E;
    color: #fff;
}
.case-study-title {
    margin-top: 23px;
}
/* CTA */
.call-to-action-section {
    background: url(../images/resource/call-action-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0 90px;
    z-index:1;
    position: relative;
}
.call-to-action-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index:-1;
}
.call-action-content {
    text-align: center;
}
.call-action-title h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color:#fff;
}
.call-action-des p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    width: 38%;
    margin: 0 auto;
}
.cta-section .section-button {
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.cta-section .section-button a {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    background: #d80286;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
}
.cta-section .section-button a::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 200%;
    height: 300%;
    background:#000;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewY(-10deg) scale(1, 0);
            transform: skewY(-10deg) scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    z-index: -1;
    color:#fff;
}
.cta-section .section-button a:hover:after{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
    color:#fff;
}
.section-button:hover a{
    color:#fff!important;
}
.section-button {
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
}
.section-button a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    background: #525252;
    padding: 13px 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}
.section-button a::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 110%;
    height: 200%;
    background:#d80286;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewY(-10deg) scale(1, 0);
            transform: skewY(-10deg) scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    z-index: -1;
    color:#fff;
}
.section-button a:hover:after{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
    color:#fff;
}
.section-button:hover a{
    color:#fff!important;
}
.footer-section .section-button a, .service-details-content .text a {
    color: #262626;
    background: #ecc148;
}
/* Uutiset */
.blog-area {
    padding: 75px 0 105px;
}
.row.blog-box {
    margin-top: 10px;
}
.single-blog {
    text-align: center;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
}
.blog-thumb {
    padding: revert;
    overflow: hidden;
    transform: scale(1);
}
.blog-thumb img {
    width: 100%;
    display: block;
    transition: 0.5s;
    transform: scale(1);
}
.blog-thumb:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-content {
    border-left: 1px solid #cac9c9;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #525252;
    transition: 0.5s;
    padding: 23px 0;
    position: relative;
    transition: 0.5s;
}
.blog-btn {
    margin-top: 20px;
}
.blog-btn a {
    font-weight: 700;
}
.blog-meta span {
    display: inline-block;
    font-size: 16px;
    color: #504e4e;
    font-weight: 400;
    transition: 0.5s;
}
.blog-meta span i {
    color: #525252;
    margin-right: 12px;
    margin-left: 6px;
    transition: 0.5s;
}
.blog-meta-title h2 {
    font-size: 24px;
    line-height: 28px;
}
.blog-meta-title h2 a{
    color: #232323;
    font-weight: 700;
    transition: 0.5s;
}
.blog-des p {
    font-size: 16px;
    line-height: 28px;
    color: #504e4e;
    font-weight: 400;
    padding-top: 16px;
    margin: 0 auto;
    width: 80%;
    transition: 0.5s;
}
.single-blog:hover .blog-thumb:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.single-blog:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-blog:hover .blog-content:before{
	width: 100%;
	left: 0;
}
/* Footer */
footer.footer-section {
    padding:100px 0 0px;
    color:#fff;
    background: #000;
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.footer-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #e3e3e3;
    font-weight: 400;
    margin: 22px 0 30px;
}
.footer-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.footer-social a {
    display: inline-block;
    font-size: 20px;
    color: #262626;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #ECC148;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}
.footer-social a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#d80286;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.footer-social a:hover{
    color:#fff;
}
.footer-social a:hover::before{
    transform: scale(1);
    border-radius: 50px;
}
.footer-link ul li {
    margin-bottom: 4px;
    list-style: none;
}
.footer-link ul li a i {
    font-size: 16px;
    line-height: 28px;
    margin-right: 10px;
}
.footer-link a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.footer-link a.active {
    font-weight: 700;
}
.footer-link a:hover {
    color: #fff;
    font-weight: 700;
}
.footer-link-title h6 {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 33px;
    position: relative;
}
.footer-link-title h6::after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -10px;
    height: 2px;
    width: 0%;
    background-color: #525252;
    transition: .5s;
}
.footer-link-title h6:hover::after{
    width:100%;
}
.footer-bottom-left p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-right-content ul li {
    list-style: none;
    display: inline-block;
}
.row.footer-bottom {
    border-top: 1px solid rgb(255 255 255/0.322);
    margin-top: 100px;
    padding: 30px 0 30px;
}
.footer-right-content {
    text-align: right;
}
.footer-right-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.footer-right-content ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    list-style: none;
    margin: 0 3px;
}
/* Murupolku */
.breadcumb-area {
    padding: 140px 0 140px;
    position: relative;
    z-index:1;
    background-image: linear-gradient(#c69a1d, #ecc148);
}
.bread-wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: rgb(236, 193, 72);
  transform: scale(1, 1.5);
}
.bread-wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #eae8e2;
  right: -25%;
  top: 20px;
}
.bread-wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background: rgb(236, 193, 72);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}
.breadcumb-title h2 {
    font-size: 40px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
}
.breadcumb-content-menu ul li {
    list-style: none;
    display: inline-block;
    color: #000;
    margin: 0 2px;
}
.breadcumb-content-menu ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.breadcumb-content-menu ul li a.current {
    color: #000;
    font-weight: 700;
}
.breadcumb-content-menu ul li a.active {
    margin-left: 5px;
    font-weight: 600;
}
.breadcumb-content-menu span {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
/* Sisältö */
section.about-area {
    padding: 100px 0 100px;
    position: relative;
}
section.about-area .section-button {
    margin-top:0px;
    display: inline-block;
}
img.img2 {
    position: absolute;
    left: 206px;
    bottom: 28px;
}
.about-image{
	position: relative;
}
/* Tuotteet */
.service-section {
    padding: 140px 0 100px;
    background: #eae8e2;
}
.services-box {
  padding-top: 100px;
  padding-bottom: 40px;
}
.service-single-box {
    background-color: #B69E60;
    text-align: center;
    padding: 45px 16px 35px;
    position: relative;
    z-index: 1;
}
.service-single-box .service-icon i{
   font-size: 46px;
}
.service-single-box:hover .service-box-title h2,
.service-single-box:hover .service-des p{
   color:#232323;
}
.service-box-title h2 {
    font-size: 24px;
    line-height: 30px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 25px;
    transition: 0.5s;
}
.service-box-title h2 a {
    color: #232323;
    font-weight: 700;
}
.service-des p {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-weight: 400;
    margin: 0;
    transition: 0.5s;
}
.service-link {
    margin-top: 25px;
    transition: 0.5s;
}
.service-link a {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-weight: 700!important;
}
/* Tuote */
.service-single .inner-box h5 {
    line-height: 18px;
}
.service-single .inner-box h1 {
    margin-bottom: 15px;
}
/* Yhteystiedot */
.contact-area {
    padding-top: 140px;
    padding-bottom: 140px;
    background: #eae8e2;
}
.contact-thumb img {
  height: 100%;
  width: 100%
}
.contact-content h3 {
  line-height: 32px;
  font-size: 24px;
}
.row.form {
    margin-top: 40px;
}
.contact-form-content {

}
.contact-area input::placeholder, .contact-area textarea::placeholder {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
}
.form-box input {
    transition: .5s;
    padding: 6px 20px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
}
.form-box textarea {
    padding: 6px 20px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}
.submit-button button {
    width: 100%;
    background: #262626;
    padding: 14px 32px;
    outline: none;
    letter-spacing: 0.5px;
    border: none;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.submit-button button::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #EAE8E2;
    transform: scale(0.0, 1);
    transition: .5s;
}
.submit-button button:hover::before{
    transform: scale(1);
}
.submit-button button:hover{
    color:#232323;
}
/* Captcha */
.captcha {
	font-size:1em;
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
}
.captcha-input {
	font-size:0.8em;
	padding:0em;
	padding-bottom:4em;
}
.captcha-input input{
	float:left;
	clear:right;
	margin-right:0.5em;
  padding: 2px;
  height: 29px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #333;
}
.captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}
.google-maps iframe {
    width: 100%;
    height:600px;
}
/* Blogi */
.sidebar-search-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.sidebar-search-box input::placeholder {
    color: #232323;
}
.search-form {
    position: relative;
    width: 100%;
}
.search-form input {
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #525252;
    color: #616161;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 8px;
    padding-left: 10px;
}
.search-form button {
    background: #525252;
    color: #fff;
    font-size: 18px;
    padding: 1px 15px;
    top: 0px;
    right: 0;
    height: 60px;
    width: 58px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    display: inline-block;
    border: none;
    z-index: 1;
}
.widget-sidebar-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #f2f3f5;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.widget-recent-post {
    display: flex;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 14px;
}
.rpost-thumb {
    margin-right: 27px;
    overflow: hidden;
}
.rpost-thumb img {
    border-radius: 5px;
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}
.rpost-thumb img:hover {
    transform: scale(1.2);
}
.rpost-title h4 {
    margin-top: 0;
    margin-bottom: 2px;
    line-height: 16px;
}
.rpost-title h4 a {
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
.rpost-title h4 a:hover {
    color: #525252;
}
.rpost-title span {
    display: inline-block;
}
h4.sidebar-title.upp {
    color: #232323;
    display: block;
    font-size: 21px;
    padding-bottom: 0;
    position: relative;
}
.cate-item-one {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}
li.cate-item {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 20px;
}
.sidebar-menu li {
    list-style: none;
}
.cate-item-two {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0 16px;
}
.sidebar-menu li a {
    color: #616161;
    font-weight: 400;
    transition: 0.5s;
}
.sidebar-menu li a:hover {
    color: #525252;
}
.sidebar-title.upp h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    position: relative;
}
.cloud-tag li {
    display: inline-block;
    margin: 10px;
}
.cloud-tag li a {
    padding: 10px 24px;
    border: 1px solid#232323;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #232323;
    text-transform: lowercase;
}
.cloud-tag li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #525252;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}
.cloud-tag li a:hover{
    color:#fff;
}
.cloud-tag li a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}
/* Blogi */
.blog-details-area {
    padding: 100px 0 80px;
}
.blog-details {
    position: relative;
    display: block;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
}
.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #525252;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    font-family: sans-serif;
}
.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight:600;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}
.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}
.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details__meta li + li {
    margin-left: 18px;
}
.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__meta li a:hover {
    color:#525252;
}
.blog-details__meta li a i {
    color: #525252;
    margin-right: 6px;
}
.blog-details__title {
    color: #262626;
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 600;
    font-family: sans-serif;
}
.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}
.blog-details__bottom p {
    margin: 0;
}
.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight:500;
}
.blog-details__tags a {
    position: relative;
    font-size: 15px;
    background-color: #525252;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}
.blog-details__tags a:hover {
    background-color:#262626;
    color: #fff;
    text-decoration: none;
 }
.blog-details__tags a + a {
    margin-left: 6px;
}
.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #262626;
    background-color: #f2f3f5;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.blog-details__social-list a:hover {
    color: #fff;
}
.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #525252;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.blog-details__social-list a + a {
    margin-left: 10px;
}
.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}
.blog-details__pagenation {
    position: relative;
    display: block;
}
.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight:600;
    background-color:#525252;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}
.blog-details__pagenation li:hover {
    background-color:#525252;
    color:#262626;
}
.blog-details__pagenation li + li {
    margin-left: 30px;
}
/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}
.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.nav-links .prev .thumb {
    margin-right: 20px;
}
.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}
.nav-links .next .thumb {
    margin-left: 20px;
}
.nav-links > div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.nav-links > div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.nav-links > div .thumb a {
    display: inline-block;
}
.nav-links > div > a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    background-color:#525252;
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}
.nav-links > div > a:hover {
    color: #232323;
    background-color:#f2f3f5;
}
.blog-details-area input::placeholder {
    color: #262626;
}
.blog-details-area textarea::placeholder {
    color: #262626;
}
/* Tuotesivu */
section.service-details-area {
    padding-top: 75px;
    background: #eae8e2;
}
.service-details-thumb {
    position: relative;
}
.service-details-thumb img {
    width: 100%;
    height: auto;
}
.service-holder {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EAE8E2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-details-box{
    display:inline-block;
    overflow: hidden;
    position: relative;
}
.single-details-content {
    margin-top: 50px;
}
.single-details-content .title h1 {
    margin-bottom: 15px;
}
.single-details-content .text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}
.single-details-content .text h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
}
.single-details-content .text h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
}
.single-details-content .text ul, .single-details-content .text ol {
    margin-bottom: 20px;
}
.single-details-content .text ul li, .single-details-content .text ol li {
    margin-left: 15px;
}
.single-content-box {
    margin-bottom: 70px;
    padding-bottom: 70px;
}
.single-content-box.upper{
    border: none;
    margin: 0;
    padding-bottom: 90px;
}
.service-details-content {
    padding: 25px;
}
.title h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-details-content .text {
  margin-left: 0px;
  margin-top: 0px;
}
.text p {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}
/* Sidebar */
.sidebar-page-repair{
	padding:140px 0px 80px;
  background: #eae8e2;
}
.service-single {
    margin-left: 40px;
}
.sidebar-page-repair .sidebar-side .with-padding{
	padding-right:30px;
}
.sidebar-widget{
    position: relative;
    margin-bottom: 45px;
}
.sidebar-brochure .brochure {
    position: relative;
    padding: 12px 24px;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    background: none;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #ececec;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure:before{
	position:absolute;
	content:'';
	left:-1px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	background-color:#fe9901;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sidebar-brochure .brochure .icon{
	position:absolute;
	right:3px;
	top:0px;
	width:55px;
	text-align:center;
	color:#333333;
	height:100%;
	font-size:18px;
	line-height:54px;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sidebar-brochure .brochure:hover .icon,
.sidebar-brochure .brochure:hover{
	color:#fe9901;
}
.sidebar-brochure .brochure:hover:hover::before{
	opacity:1;
}
.sidebar-brochure .brochure .icon {
    position: absolute;
    right: 3px;
    top: 0px;
    width: 55px;
    text-align: center;
    color: #333333;
    height: 100%;
    font-size: 18px;
    line-height: 54px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar-widget h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:14px;
}
.sidebar-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:2px;
	background-color:#fe9901;
}
/* Widget*/
.sidebar .sidebar-category .list{
	position:relative;
}
.sidebar .sidebar-category .list li{
	position:relative;
	line-height:24px;
	margin-bottom:20px;
}
ul.list li {
    list-style: none;
}
.sidebar .sidebar-category .list li:last-child{
	border-bottom:0px;
}
.sidebar .sidebar-category .list li a{
	position:relative;
	color:#333333;
	font-weight:500;
	font-size:18px;
	padding:15px 25px;
	display:block;
	border:1px solid #ececec;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sidebar .sidebar-category .list li a:before{
	position:absolute;
	content:'';
	left:-1px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	background-color:#fe9901;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sidebar .sidebar-category .list li a:after {
    width: 54px;
    height: 54px;
    text-align: center;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
    right: 0px;
    top: 0px;
    opacity: 0;
    color: #fe9901;
    line-height: 55px;
    position: absolute;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar .sidebar-category .list li.current a:before,
.sidebar .sidebar-category .list li.current a:after{
	opacity:1;
}
.sidebar .sidebar-category .list li:hover a:before,
.sidebar .sidebar-category .list li:hover a:after{
	opacity:1;
}
.sidebar .sidebar-category .list li a:hover,
.sidebar .sidebar-category .list li.current a{
	color:#fe9901;
}
.business-widget {
    position: relative;
}
.business-widget .inner-box {
    position: relative;
    padding: 42px 25px 40px;
    background-size: cover;
}
.business-widget .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(236,193,72,0.95);
}
.business-widget .inner-box h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 45px;
    height: 2px;
    margin-left: -22px;
    background-color: #262626;
}
.business-widget .inner-box h3 {
    position: relative;
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.business-widget .inner-box .text {
    position: relative;
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.business-widget .inner-box .more-info {
    position: relative;
    font-style: italic;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.prossess-ber-plugin span {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}
.barfiller {
    width: 100%;
    height:5px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 22px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(60,115,206,0.2));
    background-color: #5D5D5D;
    color: #525252;
}
.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height:100%;
    background: #333;
    z-index: 1;
}
span.fill {
    background: #525252 !important;
}
.prossess-ber-plugin span {
    font-size: 18px;
    font-weight: 500;
}
.barfiller .tip {
    font-size: 16px;
    font-family: sans-serif;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -25px;
    font-weight: 700;
    color: #232323;
}
/* Sivun alkuun */
.progress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(236, 193, 72, 0.65);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}
.progress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}
.progress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ecc148;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}
.progress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.progress_indicator:hover::after {
  color: #fff;
}
.progress_indicator:hover::before {
  opacity: 1;
}
.progress_indicator svg path {
  fill: none;
}
.progress_indicator svg.progress-circle path {
    stroke: #ecc148;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}
/* Soita */
a.blantershow-chat {
  background: #009688;
  color: #fff;
  position: fixed;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  z-index: 98;
  bottom: 0px;
  font-size: 26px;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: "Nunito Sans";
  border-top: 2px solid #222;
  display: none;
  width: 100%;
  text-align: center;
}
a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0;
  margin-right: 15px;
  margin-top: 2px;
}
@media screen and (max-width: 576px) {
  a.blantershow-chat  {
  	display:block;
  }
  .progress_indicator {
    bottom: 85px;
  }
}
