@font-face {
	font-family: 'DIN Pro Condensed Regular';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/DINPro-Cond.svg') format('svg'),
		 url('../fonts/DINPro-Cond.woff') format('woff');
}
@font-face {
	font-family: 'DIN Pro Condensed Light';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/DINPro-CondLight.svg') format('svg'),
		 url('../fonts/DINPro-CondLight.woff') format('woff');
}
@font-face {
	font-family: 'DIN Pro Condensed Medium';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/DINPro-CondMedium.svg') format('svg'),
		 url('../fonts/DINPro-CondMedium.woff') format('woff');
}
@font-face {
	font-family: 'DIN Pro Condensed Bold';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/DINPro-CondBold.svg') format('svg'),
		 url('../fonts/DINPro-CondBold.woff') format('woff');
}
html {
  font-size: 15px;
}
:root {
  scroll-behavior: unset;
}
body {
  font-family: "Roboto", sans-serif;
  color: #3F475E;
  background-color: #fff;
  font-size: 15px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {

  }
}
p {
  font-size: 17px;
  color: #3F475E;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292f84;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
}
@media (max-width: 568px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		overflow-wrap: break-word;
		hyphens: auto;
	}
}
ul {
  padding-left: 0;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.fi:before {
  margin: 0;
}
.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}
/* Lomake - Virheilmoitukset */
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #df1f26;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1300px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    margin-bottom: 35px;
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner img {
    -webkit-transition: all 3s;
    transition: all 3s;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 65px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #292f84;
    color: #fff;
    padding: 8px 15px;
    z-index: 11;
    white-space: nowrap;
  }
  .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 480px));
            transform: translateY(calc(-100% + 480px));
  }
  .site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}
.rautanet-section-title {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .rautanet-section-title {
    margin-bottom: 20px;
  }
}
.rautanet-section-title span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #df1f26;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .rautanet-section-title span {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rautanet-section-title span {
    font-size: 16px;
  }
}
.rautanet-section-title {
	margin-bottom: 25px;
}
.rautanet-section-title h1 {
  font-size: 50px;
  line-height: 101%;
  margin-bottom: 15px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.rautanet-section-title h2 {
  font-size: 40px;
  line-height: 101%;
  margin-bottom: 15px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
@media (max-width: 1399px) {
  .rautanet-section-title h1 {
    font-size: 50px;
  }
  .rautanet-section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .rautanet-section-title h1 {
    font-size: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .rautanet-section-title h1 {
    font-size: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .rautanet-section-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .rautanet-section-title h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .rautanet-section-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
  }
}
.rautanet-section-title p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .rautanet-section-title p {
    padding-left: 40px;
  }
}
.rautanet-btn {
  color: #fff;
  display: inline-block;
  padding: 15px 45px;
  padding-right: 65px;
  border: 2px solid #df1f26;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 27px;
  background: transparent;
  letter-spacing: 0.01em;
  border-radius: 0px;
}
.rautanet-btn:after {
  position: absolute;
  font-family: "themify";
  content: "\e628";
  top: 17px;
  right: 40px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.rautanet-btn:hover, .rautanet-btn:focus, .rautanet-btn:active {
  background: #df1f26;
  color: #fff;
}
.rautanet-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .rautanet-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .rautanet-btn {
    font-size: 16px;
  }
  .rautanet-btn:after {
    top: 14px;
    right: 25px;
  }
}
/* Sivun alkuun */
.back-to-top {
  background-color: rgba(252, 0, 18, 0.7);
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #fff;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.back-to-top:hover {
  background-color: #df1f26;
}
.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Ostoskori*/
.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #df1f26;
  color: #fff;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:before {
  display: none;
}
.view-cart-btn:hover {
  background-color: #d3000f;
  color: #fff;
}
.view-cart-btn.s1 {
  background: #292f84;
}
.view-cart-btn.s1:hover {
  background-color: #292f84;
  color: #fff;
}
/* Lomake */
.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #df1f26;
  -webkit-box-shadow: 0 0 5px 0 #ff303f;
  -o-box-shadow: 0 0 5px 0 #ff303f;
  -ms-box-shadow: 0 0 5px 0 #ff303f;
  box-shadow: 0 0 5px 0 #ff303f;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  display: none;
}
.form ::-webkit-input-placeholder {
  font-style: normal;
}
.form :-ms-input-placeholder {
  font-style: normal;
}
.form ::-ms-input-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}
/* SoMe */
.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #ff303f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #df1f26;
}
/* Murupolku */
.rautanet-page-title {
	background:no-repeat center top/cover;
  min-height: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.rautanet-page-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:-1;
}
.tmpl-etusivu .rautanet-page-title, .tmpl-alatuoteryhma .rautanet-page-title, .tmpl-tuoteryhma .rautanet-page-title, .tmpl-tuote .rautanet-page-title, .tmpl-tuotteet .rautanet-page-title, .tmpl-uutinen .rautanet-page-title, .tmpl-idea .rautanet-page-title, .tmpl-myymala .rautanet-page-title, .tmpl-myymalahaku .rautanet-page-title, .tmpl-myymalat .rautanet-page-title, .tmpl-ostoslista .rautanet-page-title {
  min-height: 50px;
	background: none;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.tmpl-etusivu .rautanet-page-title::after, .tmpl-alatuoteryhma .rautanet-page-title::after, .tmpl-tuoteryhma .rautanet-page-title::after, .tmpl-tuote .rautanet-page-title::after, .tmpl-tuotteet .rautanet-page-title::after, .tmpl-uutinen .rautanet-page-title::after, .tmpl-idea .rautanet-page-title::after, .tmpl-myymala .rautanet-page-title::after, .tmpl-myymalahaku .rautanet-page-title::after, .tmpl-myymalat .rautanet-page-title::after, .tmpl-ostoslista .rautanet-page-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index:-1;
}
.product-list .rautanet-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .rautanet-page-title {
    min-height: 250px;
  }
}
.rautanet-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001635;
  content: "";
  z-index: -1;
  opacity: .30;
}
.rautanet-page-title .rautanet-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .rautanet-page-title .rautanet-breadcumb-wrap h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.rautanet-page-title .rautanet-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px;
	margin-right: 5px;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.product-list .rautanet-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #3f475e!important;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.product-list  .rautanet-breadcumb-wrap ol li a {
  color: #3f475e!important;
  font-size: 14px!important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .rautanet-page-title .rautanet-breadcumb-wrap ol li {
    font-size: 16px;
  }
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li:after {
  content: "\00BB";
  position: relative;
  left: 7px;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li.active a {
	font-weight: 600;
	margin-left: 5px;
}
.rautanet-page-title .rautanet-breadcumb-wrap ol li a:hover {
  color: #df1f26;
}
/* Lataaja */
.preloader {
  background-color: #292f84;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader .vertical-centered-box .content img {
  max-width: 90px;
}
.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
/* Uutinen - Sivupalkki */
.blog-sidebar {

}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #292f84;
  margin: 0 0 1.3em;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #df1f26;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .about-widget {
  text-align: center;
  background-color: #fafbfe;
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {

  }
}
.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 65px;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f1f1f1;
  border-radius: 50%;
	border: 1px solid #292f84;
}
.blog-sidebar .about-widget ul li a:hover {
  background-color: #df1f26;
	color:#fff;
}
.blog-sidebar .about-widget ul li a i {
	font-size: 15px;
}
.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #292f84;
  text-decoration: underline;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #df1f26;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Libre Franklin", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #292f84;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #df1f26;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #969AA6;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #292f84;
  background: #ecf4fb;
  border-radius: 5px;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #df1f26;
  color: #fff;
}
.blog-sidebar .rautanet-contact-widget {
  border: 0;
  z-index: 1;
  padding: 30px 40px;
  background: #292f84;
}
@media (max-width: 1200px) {
  .blog-sidebar .rautanet-contact-widget {

  }
}
.blog-sidebar .rautanet-contact-widget h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
}
.blog-sidebar .rautanet-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .rautanet-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.blog-sidebar .rautanet-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .rautanet-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .rautanet-blog-single-section.rautanet-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}
/* Sivunumerot */
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #292f84;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #df1f26;
  border-color: #df1f26;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}
.pagination-wrapper-left {
  text-align: left;
}
.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}
/* Header */
.rautanet-topnav {
  background: #df1f26;
  padding: 10px;
}
.rautanet-topnav .left ul {
  text-align: left;
}
.rautanet-topnav .right ul {
  text-align: right;
}
.rautanet-topnav ul li {
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.rautanet-topnav ul li a {
  color: #fff;
  background:url(../images/linkki-ikoni.png) no-repeat left center;
	background-size: 16px 16px;
  padding-left:20px;
}
.rautanet-topnav ul li.language a {
  color: #fff;
  background:none;
  padding-left:10px;
}
.rautanet-topnav ul li.language a img {
	width: 100%;
	max-width: 25px;
	height: auto;
}
.rautanet-topnav ul li a:hover {
  color: #fff;
}
.rautanet-topnav h3 {
  color: #fff;
  margin-bottom: 0em;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .rautanet-topnav ul {
    text-align: center;
  }
}
.topbar {
  background: #292f84;
  padding: 20px 0;
  position: relative;
  z-index: 11;
}
@media (max-width: 992px) {
  .rautanet-topnav .right ul {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .topbar .container {
    max-width: 100%;
  }
  .rautanet-topnav .right ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
	.rautanet-topnav .container {
    width: 100%;
		margin: 0px;
  }
}
.topbar .contact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .topbar .contact-info-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;

  }
}
@media (max-width: 640px) {
  .topbar .contact-info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topbar .contact-info-wrap .contact-info {
  margin: 0 20px;
}
.topbar .contact-info-wrap .contact-info + .contact-info {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .topbar .contact-info-wrap .contact-info + .contact-info {
    padding-left: 0;
  }
}
.topbar .contact-info-wrap .contact-info + .contact-info:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 40px;
  background: rgba(55, 80, 143, 0.17);
  content: "";
}
@media (max-width: 767px) {
  .topbar .contact-info-wrap .contact-info + .contact-info:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .topbar .contact-info-wrap .contact-info {
    margin: 5px;
  }
}
@media (max-width: 991px) {
  .topbar .contact-info-wrap .contact-info {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .topbar .contact-info-wrap .contact-info {
    margin: 0 5px;
  }
}
@media (max-width: 640px) {
  .topbar .contact-info-wrap .contact-info {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px;
  }
	.contact-info.address {
		display: none;
	}
	.rautanet-topnav .left {
		display: none;
	}
	.topbar {
    padding-top: 0px;
    padding-bottom: 0px;
		display: none;
  }
}
@media (max-width: 575px) {
  .topbar .contact-info-wrap .contact-info {
    margin-bottom: 15px;
  }
  .topbar .info-text span, .topbar .info-text p {
    font-size: 14px!important;
  }
  .topbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .rautanet-topnav li h3 {
    font-size: 16px;
  }
}
.topbar .contact-info-wrap .contact-info .icon {
  float: left;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .topbar .contact-info-wrap .contact-info .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .topbar .contact-info-wrap .contact-info .icon {
    margin-bottom: 5px;
  }
}
.topbar .contact-info-wrap .contact-info .icon .fi:before {
  line-height: unset;
  color: #df1f26;
  font-size: 25px;
}
@media (max-width: 640px) {
  .topbar .contact-info-wrap .contact-info .icon .fi:before {

  }
}
.topbar .contact-info-wrap .contact-info .info-text {
  overflow: hidden;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .topbar .contact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .topbar .contact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}
.topbar .contact-info-wrap .contact-info .info-text span {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #fff;
	font-family: 'DIN Pro Condensed Medium';
}
@media (max-width: 1400px) {
  .topbar .contact-info-wrap .contact-info .info-text span {

  }
}
.topbar .contact-info-wrap .contact-info .info-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
	margin-bottom: 0;
}
@media (max-width: 1400px) {
  .topbar .contact-info-wrap .contact-info .info-text p {

  }
}
.topbar .contact-info-wrap .contact-info:last-child {
  margin-right: 0;
}
.topbar .contact-info-wrap .contact-info:last-child .info-text {
  margin-right: 0;
}
.navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292f84;
}
.navbar-brand img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border: 2px solid #fff;
}
.mobile-logo img {
  display:none;
}
.navbar-brand span {
  color: #df1f26;
}
.navbar-brand:hover {
  color: #292f84;
}
/* Valikko */
.rautanet-site-header {
  background-color: #292f84;
  position: relative;
  z-index: 111;
  border-top: 1px solid #191c4f;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
li.offer, li.call, li.open, li.opentime {
  display: none;
}
li.opentime h3 {
  display: none;
}
@media (max-width: 991px) {
  .rautanet-site-header {
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    border-top: 1px solid rgba(35, 35, 35, 0.09);
  }
  .mobile-logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 2em;
		display: block;
  }
  .mobile-logo img {
    width: 100%;
    max-width: 170px;
    height: auto;
    border: 2px solid #fff;
		display: block;
  }
	.mobile-logo h3 {
		font-size: 30px;
		text-transform: uppercase;
		color:#fff;
		margin-top: 10px;
		margin-left: 0px;
		text-align: left;
		font-family: 'DIN Pro Condensed Medium',sans-serif;
	}
	.rautanet-topnav .left {
		display: none;
	}
  li.offer {
    display: block;
    margin-top: 0px;
    background: #df1f26;
    border-bottom: 1px solid #292f84;
    border-top: 1px solid #121438;
  }
  li.call {
    display: block;
    margin-top: 0px;
    background: #df1f26;
    border-bottom: 1px solid #121438;
  }
  li.offer a {
    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 15px!important;
  }
li.call a {
		font-weight: 700!important;
		text-transform: uppercase;
		font-size: 15px!important;
	}
  li.open a, li.open {
    font-weight: 700!important;
    text-transform: uppercase;
    border: none!important;
    font-size: 15px!important;
		padding-left: 30px;
		padding-top: 5px;
  }
	li.opentime p {
    font-weight: 400!important;
    text-transform: none!important;
    border: none!important;
    font-size: 14px!important;
    color: #fff;
    text-align: left;
    padding-left: 60px!important;
    margin-bottom: 0px;
  }
  li.opentime a {
    font-size: 14px!important;
    color: #fff;
  }
  li.offer a i, li.call a i, li.open a i, li.open i {
    margin-right: 10px;
		font-size:20px;
		margin-top: 10px;
  }
  li.open {
    display: block;
    margin-top: 0px;
    color: #fff;
    border: none!important;
  }
	li.opentime {
	    display: block;
	    margin-top: 0px;
	    color: #fff;
	    border: none!important;
	    padding-bottom: 10px;
	  }
		li.opentime ul {
				/*margin-left: 20px;
				margin-right: 20px;*/
			}
		li.opentime ul li {
		    display: block;
		    margin-top: 0px;
		    color: #fff;
		    border: none!important;
		    padding-bottom: 5px;
				padding-top: 5px;
				padding-left: 20px;
				padding-right: 20px;
		    border-bottom: 1px solid #121438!important;
		  }
			li.opentime ul li a {
					padding-left: 10px;
			  }
			li.language a img {
				width: 100%;
				max-width: 25px;
				height: auto;
			}
		.rautanet-shop-section .accordion .rautanet-single-sidebar .category-menu, .rautanet-shop-section .accordion .rautanet-single-sidebar .contact-us {
			display: none;
		}
		.rautanet-shop-section .accordion .rautanet-single-sidebar .rautanet-service-widget {
			margin-bottom: 5px;
		}
}
@media (min-width: 991px) {
  .rautanet-site-header .col {
    padding-right: 0;
  }
}
.rautanet-site-header .navigation {
  background-color: red;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
/* Sticky */
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}
.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.sticky-on, .sticky-on .container, .sticky-on .container .row {
  background: #292f84!important;
}
.rautanet-site-header .navigation > .container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .rautanet-page-title.product-list > .container {
			padding-left: 10px;
			padding-right: 10px;
  }
	.rautanet-page-title.product-list li {
			margin-right: 0px!important;
  }
}
@media (max-width: 450px) {
  .rautanet-site-header .navigation > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rautanet-site-header .row {
  width: 100%;
}
@media (max-width: 991px) {
  .rautanet-site-header .navigation {
    padding: 20px 0;
  }
}
.rautanet-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rautanet-site-header #navbar > ul li a:hover,
.rautanet-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.rautanet-site-header #navbar > ul li a{
  font-size: 16px;
}
.rautanet-site-header #navbar > ul li a.active{
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.rautanet-site-header .menu-item-has-children>a:after {
    margin-left: 5px;
    content: "\e64b";
    font-family: "themify";
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
    width: 13px;
    height: 13px;
}
@media screen and (max-width: 991px) {
  .rautanet-site-header .menu-item-has-children>a:after {
    display: none!important;
  }
  ul.sub-menu li a {
    font-weight: 300;
  }
}
@media screen and (min-width: 992px) {
  .rautanet-site-header #navbar {
  }
  .rautanet-site-header #navbar li {
    position: relative;
  }
  .rautanet-site-header #navbar li:first-child a {
    padding-left: 0;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rautanet-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .rautanet-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.rautanet-site-header .container-fluid {
  padding-right: 0;
}
@media (max-width: 991px) {
  .rautanet-site-header {
  }
  .rautanet-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .rautanet-site-header .header-right {
    right: -18px;
  }
  .rautanet-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .rautanet-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.rautanet-site-header #navbar ul {
  list-style: none;
}
@media (max-width: 991px) and (max-width: 991px) {
  .rautanet-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header #navbar > ul {
    z-index: 101;
  }
  .rautanet-site-header #navbar ul a {
    color: #000;
  }
  .rautanet-site-header #navbar ul a:hover,
  .rautanet-site-header #navbar ul li.current a {
    color: #df1f26;
  }
  .rautanet-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .rautanet-site-header .navbar-toggler .first-angle,
  .rautanet-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rautanet-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .rautanet-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .rautanet-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .rautanet-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header .navbar-collapse.collapse {
    display: none;
  }
  .rautanet-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .rautanet-site-header .navbar-header .collapse,
  .rautanet-site-header .navbar-toggle {
    display: block;
  }
  .rautanet-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .rautanet-site-header .navbar-header .navbar-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .rautanet-site-header .navbar-right {
    float: none;
  }
  .rautanet-site-header .navbar-nav {
    float: none;
  }
  .rautanet-site-header .navbar-nav > li {
    float: none;
  }
}
.rautanet-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rautanet-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}
.rautanet-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 1400px) {
  .rautanet-site-header .header-right .close-form .rautanet-btn {
    padding: 10px 15px;
    font-size: 15px;
    padding-right: 45px;
  }
  .rautanet-site-header .header-right .close-form .rautanet-btn:after {
    top: 12px;
    right: 20px;
  }
}
@media (max-width: 450px) {
  .rautanet-site-header .header-right > div {
    margin-right: 10px;
  }
  .rautanet-site-header .header-right {
    right: -30px;
  }
}
.rautanet-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .rautanet-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}
.rautanet-site-header .header-right .header-search-form-wrapper {
  position: relative;
}
.rautanet-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}
@media (max-width: 575px) {
	.rautanet-site-header .header-right .search-toggle-btn,
  .rautanet-site-header .header-right .cart-toggle-btn {
    width: 36px!important;
    height: 36px!important;
    padding-top: 4px;
		margin-left: 2px;
		margin-right: 2px;
  }
	.rautanet-site-header .header-right .search-toggle-btn i,
  .rautanet-site-header .header-right .cart-toggle-btn i {
		font-size: 14px!important;
		line-height: 14px!important;
  }
	.header-search-form-wrapper {
		margin-right: 2px!important;
	}
	.mini-cart {
		margin-top: 0px!important;
	}
}
@media (max-width: 450px) {
  .rautanet-site-header .header-right .search-toggle-btn {
    /*display: none;*/
  }
	.rautanet-site-header .header-right .search-toggle-btn,
  .rautanet-site-header .header-right .cart-toggle-btn {
    width: 33px!important;
    height: 33px!important;
    padding-top: 4px;
  }
	.header-search-form-wrapper {
		margin-right: 0px!important;
	}
}
.rautanet-site-header .header-right .search-toggle-btn,
.rautanet-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding-top: 7px;
}
.rautanet-site-header .header-right .search-toggle-btn:hover,
.rautanet-site-header .header-right .cart-toggle-btn:hover {
  background-color: #df1f26;
}
.rautanet-site-header .header-right .search-toggle-btn i {
  color: #fff;
}
.rautanet-site-header .header-right .cart-toggle-btn i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .rautanet-site-header .header-right .search-toggle-btn,
  .rautanet-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header .header-right .search-toggle-btn,
  .rautanet-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
    padding-top: 4px;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header .header-right .search-toggle-btn .fi:before,
  .rautanet-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .rautanet-site-header .header-right .cart-toggle-btn, .contact-info-wrap {
    display: none!important;
  }
}
.rautanet-site-header .header-right .search-toggle-btn .ti-close,
.rautanet-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}
/* Hakupalkki */
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #292f84;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E8E8E8;
}
.cart-search-contact input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #df1f26;
}
.header-search-form.modal-active {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}
.header-search-form.modal-active .search-content {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-search-form.modal-active .search-input {
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #205c41;
}
.mini-cart .cart-count {
  background: #df1f26;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}
.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}
@media (max-width: 640px) {
  .search-content .search-input::placeholder {
    font-size: 14px;
  }
	.search-content .search-input {
    padding:8px;
		font-size: 14px;
  }
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #292f84;
  color: white;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #292f84;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-items h2 {
  font-size: 26px;
	font-family: "Libre Franklin", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 20px;
	line-height: 26px;
  text-align: left;
  color: #292f84;
	font-family: 'DIN Pro Condensed Medium';
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #df1f26;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 14px;
  color: #333;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: .02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .rautanet-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-btn p.mini-cart-text {
  text-transform: none;
	color:#000;
	font-weight: 300;
	line-height: 20px;
	font-size: 13px;
}
.mini-cart-item-title a.mini-cart-link {
	font-size: 18px!important;
	line-height: 26px!important;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 20px;
	font-family: 'DIN Pro Condensed Medium';
  color: #292f84;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  font-size: 20px;
}
.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/* Hakupalkki */
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}
.header-search-area form {
  position: relative;
}
.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #df1f26;
}
.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.header-search-area form button:focus {
  border: none;
  outline: none;
}
.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}
.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}
.rautanet-site-header {
    background: #292f84;
    border-top: 1px solid #14163c;
}
.rautanet-site-header .navigation {
	  background-color: #292f84;
	  margin-bottom: 0;
	  padding: 0;
	  border: 0;
	  border-radius: 0;
}
@media (min-width: 991px) {
  .rautanet-site-header .navigation .col {
    padding-left: 0;
  }
}
.rautanet-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .rautanet-site-header .navigation {
    padding: 20px 0;
  }
}
.rautanet-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rautanet-site-header #navbar > ul li a:hover,
.rautanet-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .rautanet-site-header #navbar {

  }
  .rautanet-site-header #navbar li {
    position: relative;
  }
  .rautanet-site-header #navbar > ul > li > a {
    font-size: 17px;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    display: block;
    color: #fff;
    font-weight: 300;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  .rautanet-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}
@media screen and (min-width: 992px) {
  .rautanet-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .rautanet-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: block;
    padding: 10px 15px;
    color: #292f84;
    position: relative;
    overflow: hidden;
    font-weight: 300;
  }
  .rautanet-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #df1f26;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .rautanet-site-header #navbar > ul > li .sub-menu a:hover:after, .rautanet-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
    font-weight: 700;
  }
.rautanet-site-header #navbar > ul > li .sub-menu a.active {
    font-weight: 700;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu .sub-menu {
    -webkit-transform: unset;
            transform: unset;
    left: 110%;
    top: 0;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rautanet-site-header #navbar > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .rautanet-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
/* Mobiilivalikko */
@media (max-width: 991px) {
  .rautanet-site-header #navbar .menu-item-has-children > ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rautanet-site-header #navbar > ul > li a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
  }
  .rautanet-site-header #navbar .menu-item-has-children > ul > li a.active {
    color: #fff;
    font-weight: 700;
  }
  .rautanet-site-header #navbar > ul > li a:hover, .rautanet-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .rautanet-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu {
    background: #121438;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 35px;
  }
  .rautanet-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > a {
    position: relative;
    display: block;
    padding-right: 40px;
  }
  .submenu-toggle {
    position: absolute;
    right: 15px;
    top: 13px;
    font-family: "themify";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    padding: 3px;
    line-height: 1;
		border:1px solid #fff;
  }
  .submenu-toggle::before {
    content: "\e64b";
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .submenu-toggle.rotate::before {
    transform: rotate(180deg);
  }
  .menu-item-has-children > .sub-menu {
    display: none;
    padding-left: 15px;
    background-color: #121438;
  }
  .menu-item-has-children.opened > .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .rautanet-site-header .navbar-header .open-btn {
    display: none;
  }
  .rautanet-site-header #navbar .close-navbar {
    display: none;
  }
}
.rautanet-site-header .menu-close {
  display: none;
}
.rautanet-site-header #navbar .navbar-nav p {
  width: 100%;
  display: block;
  color:#fff;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .rautanet-site-header {

  }
  .rautanet-site-header .container {
    width: 100%;
  }
	.rautanet-site-header .mobail-menu button {
		width: 40px;
		height: 40px;
		margin:0px;
		padding: 0px;
		outline: 0;
		position: relative;
		z-index: 20;
		border:0;
	}
  .rautanet-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
	.rautanet-site-header .mobail-menu button span {
		background-color: #fff;
		width: 30px;
		display: block;
		height: 4px;
		margin-bottom: 5px;
	}
  .rautanet-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .rautanet-site-header #navbar {
    background: #292f84;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .rautanet-site-header #navbar .navbar-nav {
    display: block;
  }
  .rautanet-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .rautanet-site-header #navbar ul a {
    color: #000;
  }
  .rautanet-site-header #navbar ul a:hover,
  .rautanet-site-header #navbar ul li.current {
    color: #df1f26;
  }
  .rautanet-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto!important;
    padding-bottom: 160px!important;
  }
  .rautanet-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .rautanet-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .rautanet-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    width:25px;
    height: 25px;
    line-height: 10px;
    border: 1px solid #fff;
		border-radius:50%;
  }
	.rautanet-site-header .menu-close i{
		font-size: 10px;
	}
  .rautanet-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-right: 1px solid #fff!important;
  }
  .rautanet-site-header .navbar-toggler .first-angle,
  .rautanet-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rautanet-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .rautanet-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .rautanet-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .rautanet-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header .navbar-collapse.collapse {
    display: none;
  }
  .rautanet-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .rautanet-site-header .navbar-header .collapse,
  .rautanet-site-header .navbar-toggle {
    display: block;
  }
  .rautanet-site-header .navbar-header {
    float: none;
  }
  .rautanet-site-header .navbar-right {
    float: none;
  }
  .rautanet-site-header .navbar-nav {
    float: none;
  }
  .rautanet-site-header .navbar-nav > li {
    float: none;
  }
}
@media (max-width: 440px) {
  .rautanet-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}
@media (max-width: 370px) {
  .rautanet-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 1700px) {
  .rautanet-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .rautanet-site-header #navbar > ul > li > a {
    /*padding: 30px 15px;*/
  }
  .rautanet-site-header {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .rautanet-site-header #navbar > ul > li > a {
    /*padding: 30px 15px;*/
  }
}
@media (max-width: 1200px) {
  .rautanet-site-header #navbar > ul > li > a {
    /*padding: 30px 15px;*/
  }
  .rautanet-site-header .header-right .close-form .rautanet-btn {
    /*display: none;*/
  }
}
/* Mobiili */
@media (max-width: 991px) {
  .rautanet-site-header #navbar > ul > li > a {
    font-size: 16px;
    border-bottom: 1px solid #121438;
  }
  .rautanet-site-header .header-right .close-form .rautanet-btn {
    display: none;
  }
  .site-header .navigation {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-right .rautanet-btn {
    padding: 20px 12px;
  }
  .rautanet-site-header .header-right .close-form {
    display: none;
  }
}
/* Mobiili */
@media (max-width: 991px) {
  .rautanet-site-header #navbar > ul > li > a {
    padding: 12px 30px;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header {
    z-index: 99;
  }
}
.rautanet-site-header .navigation.sticky-header {
  padding: 0 130px;
  background: #292f84;
}
.rautanet-site-header .navigation.sticky-header .row {
  background: #292f84;
  margin-bottom: 0;
}
.rautanet-site-header .navigation.sticky-header .navigation {
  background: #292f84;
}
@media (max-width: 1700px) {
  .rautanet-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .rautanet-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .rautanet-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .rautanet-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
/* Karuselli */
.rautanet-hero-slider {
  width: 100%;
  height: 735px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #000;
	display:none!important;
}

@media (max-width: 991px) {
  .rautanet-hero-slider {
    height: 735px;
  }
}
@media (max-width: 767px) {
  .rautanet-hero-slider {
    height: 650px;
  }
	.rautanet-hero-slider .swiper-slide.mobile {
	  display:block!important;
	}
	.rautanet-hero-slider .swiper-slide.desktop {
	  display:none!important;
	}
}
.rautanet-hero-slider .swiper-slide {
  overflow: hidden;
}
.rautanet-hero-slider .swiper-slide.mobile {
  display:none;
}
.rautanet-hero-slider .swiper-container,
.rautanet-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: unset;
}
.rautanet-hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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;
  text-align: left;
}
.rautanet-hero-slider .slide-inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index:-1;
}
.rautanet-hero-slider .hero-image .slide-inner::after, .rautanet-hero-slider .hero-bg .slide-inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index:-1;
}
.rautanet-hero-slider .slide-inner .slide-content {
  max-width:1200px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}
.rautanet-hero-slider .hero-image .slide-inner .slide-content {
	height: auto;
	min-height: 500px;
	position:relative;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-title h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 40px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-title p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-title.no-bg h2 {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-title.no-bg p {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media (max-width: 1199px) {
  .rautanet-hero-slider .slide-inner .slide-content .slide-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .rautanet-hero-slider .slide-inner .slide-content .slide-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .rautanet-hero-slider .slide-inner .slide-content .slide-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rautanet-hero-slider .slide-inner .slide-content .slide-title h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
	.rautanet-hero-slider .slide-inner .slide-content p {
		display: none;
	}
	.rautanet-hero-slider {
		height: 450px;
	}
	.slide-btns .rautanet-btn {
	  color: #df1f26;
	  display: inline-block;
	  padding: 10px 20px;
	  padding-right: 40px;
	  font-weight: 500;
	  font-size: 14px;
	  line-height: 22px;
	}
  .slide-btns .rautanet-btn:after {
	  top: 10px;
	  right: 10px;
	}
	.hero-image .slide-btns {
		width:100%;
	}
	.hero-image .slide-btns .rautanet-btn {
		margin-bottom: 120px!important;
	}
}
.rautanet-hero-slider .slide-inner .slide-content .slide-btns .rautanet-btn {
  background: #df1f26;
  color: #fff;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-btns .rautanet-btn:after {
  border-radius: 0;
}
.rautanet-hero-slider .hero-image .slide-inner .slide-content .slide-btns {

	position: absolute;
  bottom: 0;
	width: 100%;
	margin: 0;
}
.rautanet-hero-slider .hero-image .slide-inner .slide-content .slide-btns .rautanet-btn {
	margin: 0;
	background: #df1f26;
	color: #fff;
}
.rautanet-hero-slider .hero-image .slide-inner .slide-content .slide-btns .rautanet-btn:after {
  border-radius: 0;
}
.rautanet-hero-slider .swiper-button-prev,
.rautanet-hero-slider .swiper-button-next {
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 30px;
  border-radius: 50px;
  top: auto;
  -webkit-box-shadow: 0px 4px 16px rgba(53, 44, 90, 0.09);
          box-shadow: 0px 4px 16px rgba(53, 44, 90, 0.09);
}
@media (max-width: 767px) {
  .rautanet-hero-slider .swiper-button-prev,
  .rautanet-hero-slider .swiper-button-next {
    display: none;
  }
}
.rautanet-hero-slider .swiper-button-prev:hover,
.rautanet-hero-slider .swiper-button-next:hover {
  background: #df1f26;
}

.rautanet-hero-slider .swiper-button-prev:hover:before,
.rautanet-hero-slider .swiper-button-next:hover:before {
  color: #fff;
}
.rautanet-hero-slider .swiper-button-prev {
  right: 175px;
  left: auto;
}
@media (max-width: 1399px) {
  .rautanet-hero-slider .swiper-button-prev {
    right: 125px;
  }
}
@media (max-width: 1199px) {
  .rautanet-hero-slider .swiper-button-prev {
    right: 105px;
  }
}
.rautanet-hero-slider .swiper-button-prev:before {
  font-family: "flaticon_Rautanet";
  content: "\f124";
  font-size: 20px;
  color: #000;
}
.rautanet-hero-slider .swiper-button-next {
  right: 100px;
}
@media (max-width: 1399px) {
  .rautanet-hero-slider .swiper-button-next {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .rautanet-hero-slider .swiper-button-next {
    right: 30px;
  }
}
.rautanet-hero-slider .swiper-button-next:before {
  font-family: "flaticon_Rautanet";
  content: "\f125";
  font-size: 20px;
  color: #000;
}
@media (max-width: 991px) {
  .rautanet-hero-slider .swiper-button-prev,
  .rautanet-hero-slider .swiper-button-next {
    display: none;
  }
}
.rautanet-hero-slider .swiper-pagination {
  padding: 10px;
}
.rautanet-hero-slider .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: #dd2027;
}
@media screen and (min-width: 992px) {
  .rautanet-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.rautanet-hero-slider .swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.rautanet-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.rautanet-hero-slider .swiper-pagination-custom,
.rautanet-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.rautanet-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
/* Footer */
.rautanet-site-footer {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  background: #292f84;
  color: #fff;
}
.rautanet-site-footer .box {
  margin-bottom: 50px;
}
.rautanet-site-footer .rautanet-btn {
  margin-top: 20px;
}
.rautanet-site-footer .container {
  position: relative;
}
.rautanet-site-footer .rautanet-upper-footer {
  position: relative;
  overflow: hidden;
}
.rautanet-site-footer .rautanet-upper-footer .row {
  border-top: 1px solid #121438;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .rautanet-site-footer .rautanet-upper-footer .row {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /*.rautanet-site-footer .rautanet-upper-footer .col:last-child .rautanet-upper-footer-text {
    margin-top: 50px;
  }*/
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
  color:#fff;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 1399px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 20px;
  }
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text p {
  color: #fff;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner p {
  color:#fff;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner p a {
  color:#fff;
  text-decoration: none;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner ul {
  list-style: none;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner ul li {
  list-style: none;
  margin-bottom: 10px;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner ul li a {
  color:#fff;
  text-decoration: none;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner ul li a::before {
  background: none;
  font-family: "themify";
  content: "\e628";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
  margin-right: 10px;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner ul li a.active {
  color:#fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner .rautanet-upper-footer-inner-text:first-child {
    margin-bottom: 20px;
  }
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner .rautanet-upper-footer-inner-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 105%;
  display: block;
  margin-bottom: 10px;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner .rautanet-upper-footer-inner-text ul {
  list-style: none;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text .rautanet-upper-footer-inner .rautanet-upper-footer-inner-text ul li {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
}
.rautanet-site-footer .rautanet-lower-footer {
  text-align: left;
  background: #292f84;
}
.rautanet-site-footer .rautanet-lower-footer .row {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #121438;
}
@media (max-width: 991px) {
  .rautanet-site-footer .rautanet-lower-footer {
    text-align: center;
  }
}
.rautanet-site-footer .rautanet-lower-footer ul {
  list-style: none;
}
.rautanet-site-footer .rautanet-lower-footer ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.rautanet-site-footer .rautanet-lower-footer ul li a {
  color: #fff;
}
.rautanet-site-footer .rautanet-lower-footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .rautanet-site-footer .rautanet-lower-footer .link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rautanet-site-footer .rautanet-lower-footer .link ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.rautanet-site-footer .rautanet-lower-footer .link ul li a:hover {
  color: #df1f26;
}
.rautanet-site-footer .rautanet-lower-footer .link ul li + li {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 375px) {
  .rautanet-site-footer .rautanet-lower-footer .link ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}
.rautanet-site-footer .rautanet-lower-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 991px) {
  .rautanet-site-footer .rautanet-lower-footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rautanet-site-footer .rautanet-lower-footer .social ul {
  overflow: hidden;
}
.rautanet-site-footer .rautanet-lower-footer .social ul li {
  font-size: 22px;
  float: left;
}
.rautanet-site-footer .rautanet-lower-footer .social ul li a {
  color: #292f84;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #EDEDED;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.rautanet-site-footer .rautanet-lower-footer .social ul li a .fi:before {
  font-size: 15px;
}
.rautanet-site-footer .rautanet-lower-footer .social ul li a:hover {
  color: #fff;
  background: #df1f26;
}
.rautanet-site-footer .rautanet-lower-footer .social ul li + li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .rautanet-site-footer .rautanet-lower-footer .social ul li + li {
    margin-left: 15px;
  }
}
.rautanet-site-footer .rautanet-copyright {
  padding: 15px 0;
  background: #df1f26;
}
.rautanet-site-footer .rautanet-copyright ul {
  text-align: center;
}
.rautanet-site-footer .rautanet-copyright ul li {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 160.5%;
  display: inline-flex;;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.rautanet-site-footer .rautanet-copyright ul li a {
  color: #fff;
}
.rautanet-site-footer .rautanet-copyright ul li a:hover {
  color: #fff;
}
.rautanet-site-footer .rautanet-copyright p.cookie-settings{
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
}
.rautanet-site-footer .rautanet-copyright p.cookie-settings a{
	color:#fff;
}
.rautanet-site-footer .rautanet-copyright p.cookie-settings a:hover{
	color:#fff;
	text-decoration: underline;
}
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.sticky-on {
  opacity: 1;
  top: 0;
}
/* Nostot */
@media (max-width: 991px) {
  .rautanet-features-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .rautanet-features-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.rautanet-features-section .rautanet-features-item {
  padding-bottom: 20px;
}
.rautanet-features-item h3, .rautanet-features-item p, .rautanet-features-item .slide-btns {
  padding-left: 20px;
  padding-right: 20px;
}
.rautanet-features-section .rautanet-features-item .rautanet-blog-img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .rautanet-features-section .rautanet-features-item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .rautanet-features-section .rautanet-features-item {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }
}
.rautanet-features-section {
  background: #f2f2f2;
}
.rautanet-features-section .rautanet-features-item .rautanet-features-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .rautanet-features-section .rautanet-features-item .rautanet-features-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rautanet-features-section .rautanet-features-item .rautanet-features-top h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 37px;
  line-height: 146.02%;
  color: #df1f26;
  margin-right: 20px;
  margin-bottom: 0;
}
.rautanet-features-section .rautanet-features-item .rautanet-features-top h3 {
  font-style: normal;
  font-weight: 600;
  font-family: 'DIN Pro Condensed Bold',sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.rautanet-features-section .rautanet-features-item .rautanet-features-top h3 a {
  font-style: normal;
  font-family: 'DIN Pro Condensed Bold',sans-serif;
  font-size: 28px;
  color: #292f84;
}
.rautanet-features-section .rautanet-features-item p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.rautanet-features-item .slide-btns {
  margin-top:30px;
}
.rautanet-shop-single-section .slide-btns .rautanet-btn {
  color: #df1f26;
  margin-top: 25px;
}
.rautanet-features-item .slide-btns .rautanet-btn:hover, .rautanet-shop-single-section .slide-btns .rautanet-btn:hover {
  background: #df1f26;
  color: #fff;
}
.store-back .rautanet-btn:hover {
	  color: #fff;
}
.rautanet-features-item .slide-btns .rautanet-btn {
  color: #df1f26;
  display: inline-block;
  padding: 15px 25px;
  padding-right: 45px;
  border: 2px solid #df1f26;
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 27px;
  background: transparent;
  letter-spacing: 0.01em;
  border-radius: 0px;
}
.rautanet-features-item .slide-btns .rautanet-btn:after {
  position: absolute;
  font-family: "themify";
  content: "\e628";
  top: 17px;
  right: 20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 991px) {
  .rautanet-features-section .rautanet-features-item .rautanet-features-top h3 {
    text-align: left;
  }
}
.rautanet-features-section .rautanet-features-item p {
  margin-bottom: 0;
  font-size: 16px;
}
.rautanet-shop-section .show-products {
  margin-top: 20px;
}
.rautanet-shop-section .show-products a.rautanet-btn {
  color:#df1f26;
}
.rautanet-shop-section .show-products a.rautanet-btn:hover {
  color:#fff;
}
/* About */
/*.rautanet-about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left {
  padding-right: 50px;
}
.rautanet-about-top a.rautanet-btn, .rautanet-vision-section a.rautanet-btn, .rautanet-shop-section a.rautanet-btn, .rautanet-team-section a.rautanet-btn, .store-list a.rautanet-btn {
  color: #df1f26;
  margin-top: 20px;
}
.rautanet-about-top .rautanet-btn:hover, .rautanet-vision-section .rautanet-btn:hover, .rautanet-shop-section .rautanet-btn:hover, .store-list .rautanet-btn:hover {
  color:#fff;
}
@media (max-width: 991px) {
  .rautanet-about-section .rautanet-about-top .rautanet-about-left {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #71788A;
  font-family: "Roboto", sans-serif;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info .rautanet-about-left-img img {
  border-radius: 50%;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info .rautanet-about-left-text {
  margin-left: 20px;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info .rautanet-about-left-text h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  color: rgba(26, 36, 63, 0.84);
  margin-bottom: 0;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info .rautanet-about-left-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(26, 36, 63, 0.39);
}
.rautanet-about-section .rautanet-about-bottom {
  margin-top: 50px;
  position: relative;
}*/
/* Services */
/*.rautanet-service-section .rautanet-service-slider {
  padding-top: 40px;
}
.rautanet-service-section .rautanet-service-slider .rautanet-service-item .rautanet-service-text h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #3F475E;
  margin-bottom: 20px;
}
.rautanet-service-section .rautanet-service-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rautanet-service-section .rautanet-service-slider .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #df1f26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}
.rautanet-service-section .rautanet-service-slider .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #df1f26;
}
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-prev,
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-next {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
          box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}
@media (max-width: 575px) {
  .rautanet-service-section .rautanet-service-slider .owl-nav .owl-prev,
  .rautanet-service-section .rautanet-service-slider .owl-nav .owl-next {
    display: none;
  }
}
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-prev:hover,
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-next:hover {
  background: #df1f26;
}
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-prev:hover i,
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-next:hover i {
  color: #fff;
}
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-prev {
  left: -28px;
}
.rautanet-service-section .rautanet-service-slider .owl-nav .owl-next {
  right: -28px;
}
.rautanet-service-section .rautanet-service-slider .owl-dots {
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 575px) {
  .rautanet-service-section .rautanet-service-slider .owl-dots {
    display: none;
  }
}
.rautanet-service-section .rautanet-service-slider .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}
.rautanet-service-section .rautanet-service-slider .owl-dots button.active {
  background: #df1f26;
  width: 45px;
}*/
/* Vision */
/*.rautanet-vision-section .rautanet-vision-text {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .rautanet-vision-section .rautanet-vision-text {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .rautanet-vision-section .rautanet-vision-text {
    padding-left: 0;
    margin-top: 30px;
  }
}
.rautanet-vision-section .rautanet-vision-text h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 101%;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .rautanet-vision-section .rautanet-vision-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .rautanet-vision-section .rautanet-vision-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .rautanet-vision-section .rautanet-vision-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rautanet-vision-section .rautanet-vision-text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.rautanet-vision-section .rautanet-vision-text p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .rautanet-vision-section .rautanet-vision-text p {
    margin-bottom: 20px;
  }
}*/
/* Team */
/*.rautanet-team-section {
  padding-bottom: 90px;
	padding-top: 60px;
}
@media (max-width: 991px) {
  .rautanet-team-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .rautanet-team-section {
    padding-bottom: 40px;
  }
}
.rautanet-team-section .rautanet-team-item {
  margin-bottom: 30px;
}
.rautanet-team-section .rautanet-team-item .rautanet-team-img img {
  width: 100%;
}
.rautanet-team-section .rautanet-team-item .rautanet-team-text {
  padding: 30px 0 0 40px;
}
@media (max-width: 575px) {
  .rautanet-team-section .rautanet-team-item .rautanet-team-text {
    padding: 20px 0 0 20px;
  }
}
.rautanet-team-section .rautanet-team-item .rautanet-team-text h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 101%;
}
.rautanet-team-section .rautanet-team-item .rautanet-team-text h3 a {
  color: #292f84;
}
.rautanet-team-section .rautanet-team-item .rautanet-team-text h3 a:hover {
  color: #df1f26;
}
.rautanet-team-section .rautanet-team-item .rautanet-team-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 101%;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  color: #969AA6;
}*/
/* Uutiset  */
.rautanet-blog-section {
  padding-bottom: 90px;
}
.rautanet-blog-section.manuals {

}
.rautanet-blog-section.manuals {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 90px;
  background-image:url(../images/bg-ohjeet.jpg);
	background-size: cover;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center top;
}
.rautanet-blog-section.manuals::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index:-1;
}
.rautanet-blog-section.manuals .idea .rautanet-blog-content {
	background-color: #df1f26;
	color:#fff;
	width:100%;
}
.rautanet-blog-section.manuals .idea h2 {
	color:#fff;
}
.rautanet-blog-section.manuals .idea h2 a {
	color:#fff!important;
	width:100%!important;
}
.rautanet-blog-section.manuals h2, .rautanet-blog-section.manuals p {
  color:#fff;
}
.rautanet-blog-section.manuals .rautanet-blog-items {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .rautanet-blog-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-section {
    padding-bottom: 40px;
  }
}
.rautanet-blog-item, .rautanet-features-item {
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.05);
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item {
  margin-bottom: 30px;
}
.rautanet-blog-section.manuals .rautanet-blog-items .rautanet-blog-item {
	background: white;
}
.rautanet-blog-section.manuals .rautanet-blog-items .show-products {
	margin-top: 35px;
}
.tmpl-perus .rautanet-blog-content, .tmpl-peruspiilo .rautanet-blog-content {
  padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.rautanet-blog-content {
  padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.rautanet-blog-content .richtext table {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 16px;
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.rautanet-blog-content ul {

}
.rautanet-blog-content ul, .rautanet-blog-content ol {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 16px;
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  border: 0;
}
.rautanet-blog-content li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rautanet-blog-content h2 {
  font-size: 28px;
	margin-bottom: 5px!important;
	margin-top: 5px!important;
	font-family: "Libre Franklin", sans-serif;
}
.rautanet-blog-content h3 {
  font-size: 24px;
	margin-bottom: 5px!important;
	margin-top: 5px!important;
	font-family: "Libre Franklin", sans-serif;
}
.rautanet-blog-content h4 {
  font-size: 20px;
	margin-bottom: 5px!important;
	margin-top: 5px!important;
	font-family: "Libre Franklin", sans-serif;
}
.rautanet-blog-item .rautanet-blog-img, .rautanet-features-item .rautanet-blog-img {
    overflow: hidden;
    position: relative;
}
.rautanet-blog-item .rautanet-blog-img:before, .rautanet-features-item .rautanet-blog-img:before {
    position: absolute;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
    background: rgba(0,0,0,.5);
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-img img, .rautanet-features-item .rautanet-blog-img img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  transition: .5s;
}
.rautanet-blog-item:hover .rautanet-blog-img img, .rautanet-features-item:hover .rautanet-blog-img img {
    transform: scale(1.2);
}
.rautanet-blog-item:hover, .rautanet-features-item:hover {
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.15);
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content {
  padding-top: 30px;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
	padding: 0px;
	background: transparent;
}
@media (max-width: 991px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul {
    margin-bottom: 10px;
  }
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  color: #969AA6;
}
@media (max-width: 1399px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li {
    font-size: 14px;
  }
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li a {
  color: #969AA6;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li a:hover {
  color: #df1f26;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content ul li i {
  margin-right:5px;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content p a {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color:#000;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content p {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1399px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 {
    margin-bottom: 10px;
  }
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 a {
  color: #292f84;
	font-family: "Libre Franklin", sans-serif;
	text-transform: uppercase;
  font-size: 24px;
	font-weight: 800;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content h2 a:hover {
  color: #df1f26;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content .b-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 123.5%;
  padding-right: 30px;
  color: #292f84;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content .b-btn {
    font-size: 16px;
  }
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content .b-btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f123";
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "flaticon_Rautanet";
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content .b-btn:hover {
  color: #df1f26;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content .b-btn:hover:before {
  right: -5px;
}
/* Service Single */
/*@media (max-width: 991px) {
  .rautanet-service-single-section {
    padding-bottom: 60px;
  }
}
.rautanet-service-single-section .rautanet-service-single-wrap img {
  width: 100%;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des {
    padding: 35px 0;
  }
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des h2 {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des p {
  margin-bottom: 30px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des .rautanet-service-single-sub-img {
  margin-top: 50px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des .rautanet-service-single-sub-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des .rautanet-service-single-sub-img li {
  padding-left: 10px;
  padding-right: 10px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-service-single-content .rautanet-service-single-content-des .rautanet-service-single-sub-img li:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section h2 {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section h2 {
    font-size: 25px;
  }
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item .rautanet-solutions-icon img {
  width: 50px;
  line-height: 50px;
  height: 50px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item .rautanet-solutions-text h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item .rautanet-solutions-text h2 a {
  color: #292f84;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item .rautanet-solutions-text h2 a:hover {
  color: #df1f26;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-solutions-section .rautanet-solutions-item .rautanet-solutions-text p {
  margin-bottom: 0;
  font-size: 15px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section {
  padding-top: 30px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section h2 {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion {
  border-top: 1px solid #e1e1e1;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item {
  border-bottom: 1px solid #e1e1e1;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  color: #292f84;
  text-align: left;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item button.collapsed {
  color: #373b3e;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-item .accordion-collapse {
  border: 0;
}
.rautanet-service-single-section .rautanet-service-single-wrap .rautanet-benefits-section .accordion-button {
  background: transparent;
}*/
/* Sivupalkki */
.rautanet-single-sidebar {
  padding-left: 20px;
}
.accordion-body .rautanet-single-sidebar {

}
.accordion-body .rautanet-single-sidebar .rautanet-service-widget {
	border: none;
	margin-bottom: 0px;
}
.accordion-body .rautanet-single-sidebar .rautanet-service-widget ul li a {
	font-size: 14px;
}
.accordion-body .rautanet-single-sidebar .rautanet-service-widget h2, .accordion-body .rautanet-single-sidebar .category-menu, .accordion-body .rautanet-single-sidebar .contact-us {
	display:none;
}
@media (max-width: 991px) {
  .rautanet-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
	.accordion-body .rautanet-service-widget.widget h2 {
		display:none!important;
  }
	#Tuoteryhmat .accordion-body {
		margin-top: 8px;
	}
}
.rautanet-single-sidebar .widget {
  padding: 30px 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .rautanet-single-sidebar .widget {
    padding: 20px;
  }
}
.rautanet-single-sidebar .widget h2 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 0px;
  position: relative;
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
.rautanet-single-sidebar .widget ul {
  list-style: none;
}
.rautanet-single-sidebar .rautanet-service-widget ul li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #292f84;
  font-weight: 300;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}
.rautanet-single-sidebar .rautanet-service-widget ul li a.active {
  font-weight: 700;
}
.rautanet-single-sidebar .rautanet-service-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #df1f26;
}
.rautanet-single-sidebar .rautanet-service-widget ul li a:hover {
  color: #df1f26;
}
.rautanet-single-sidebar .rautanet-service-widget ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
.rautanet-single-sidebar .rautanet-service-widget ul li:first-child a {
  padding-top: 0;
}
.rautanet-single-sidebar .rautanet-service-widget ul li:first-child a:before {
  top: 2px;
}
.rautanet-single-sidebar .rautanet-service-widget ul li ul.sub-nav {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #f2f2f2;
}
.rautanet-single-sidebar .rautanet-service-widget ul li ul.sub-nav li a {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: 14px;
	border-bottom: none;
}
.rautanet-single-sidebar .rautanet-service-widget ul li ul.sub-nav li a:before {
  font-size: 10px;
}
.rautanet-single-sidebar .rautanet-newsletter-widget p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #292f84;
  text-align: center;
}
.rautanet-single-sidebar .rautanet-newsletter-widget span {
  font-size: 15px;
  color: #848892;
}
.rautanet-single-sidebar .rautanet-newsletter-widget span a {
  color: #292f84;
  font-weight: 700;
}
.rautanet-single-sidebar .rautanet-newsletter-widget span a:hover {
  color: #df1f26;
}
.rautanet-single-sidebar .rautanet-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}
.rautanet-single-sidebar .rautanet-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rautanet-single-sidebar .rautanet-newsletter-widget .form button {
  background: #df1f26;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}
.rautanet-single-sidebar .rautanet-contact-widget {
  border: 0;
  background: #292f84;
}
.rautanet-single-sidebar .rautanet-contact-widget h2 {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
	font-family: "Libre Franklin", sans-serif;
	text-transform: uppercase;
}
.rautanet-single-sidebar .rautanet-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.rautanet-single-sidebar .rautanet-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.rautanet-single-sidebar .rautanet-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Palvelut & Hinnasto*/
.content-text {
	margin-top: 20px;
}
.content-text p {
	padding-left: 0px;
}
@media (max-width: 991px) {
  .rautanet-pricing-section {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .rautanet-pricing-section {
    padding-bottom: 65px;
  }
}
.rautanet-pricing-section .pricing-grids {
  margin: 0 -15px;
  padding-top: 50px;
}
.rautanet-pricing-section .pricing-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 0;
	margin-bottom: 40px;
  text-align: center;
  padding: 0 45px 55px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .rautanet-pricing-section .pricing-grids .grid {
    padding: 0 15px 55px;
  }
}
@media (max-width: 991px) {
  .rautanet-pricing-section .pricing-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 650px) {
  .rautanet-pricing-section .pricing-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}
.rautanet-pricing-section .grid .type {
  background-color: #292f84;
  display: inline-block;
  padding: 12px 50px 12px;
  margin-top: 5px;
	margin-bottom: 25px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .rautanet-pricing-section .grid .type {
    padding: 10px 40px 10px;
  }
}
.rautanet-pricing-section .grid .type h2 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
	color:#fff;
	font-family: 'DIN Pro Condensed Bold',sans-serif;
}
@media (max-width: 991px) {
  .rautanet-pricing-section .grid .type h2 {
    font-size: 22px;
  }
}
.rautanet-pricing-section .pricing-header {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 30px auto;
  display: table;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
@media (max-width: 991px) {
  .rautanet-pricing-section .pricing-header {
    width: 70px;
    height: 70px;
  }
	.rautanet-pricing-section .pricing-header img {
		width: 100%;
		height: auto;
		max-width: 45px!important;
	}
}
.rautanet-pricing-section .pricing-header > div {
  display: table-cell;
  vertical-align: middle;
}
.rautanet-pricing-section .pricing-header img {
	width: 100%;
	height: auto;
	max-width: 55px;
}
.rautanet-pricing-section .pricing-header h3 {
  font-size: 50px;
  font-size: 3.33333rem;
  margin: 0;
}
@media (max-width: 991px) {
  .rautanet-pricing-section .pricing-header h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}
.rautanet-pricing-section .pricing-header p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #df1f26;
  margin: 0;
}
@media (max-width: 991px) {
  .rautanet-pricing-section .pricing-header p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.rautanet-pricing-section .pricing-body ul {
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 991px) {
  .rautanet-pricing-section .pricing-body ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .rautanet-pricing-section .pricing-body ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.rautanet-pricing-section .pricing-body ul > li + li {
  margin-top: 12px;
}
.rautanet-pricing-section .grid .get-started {
  display: block;
  padding: 13px 0;
  border: 1px solid #f9dcd3;
  border-radius: 5px;
  color: #df1f26;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .rautanet-pricing-section .grid .get-started {
    padding: 10px 0;
    margin: 0 25px;
  }
}
.rautanet-pricing-section .grid .get-started:hover {
  background: #df1f26;
  color: #fff;
}
/* Henkilökunta */
.team-pg-area {
  max-width: 1080px;
  margin: 0 auto;
}
.team-info-img {
  padding: 25px;
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}
@media (max-width: 991px) {
  .team-info-img {
    margin-bottom: 40px;
  }
}
.team-info-img img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .team-info-img img {
    height: 100%;
  }
}
.team-info-text h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
	font-family: 'DIN Pro Condensed Medium';
}
.team-info-text {
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 58px 50px;
}
.team-info-text ul li {
  font-size: 17px;
  color: #1d2327;
  font-weight: 400;
  margin-bottom: 22px;
  list-style: none;
}
.team-info-text ul li a, .team-info-text p a  {
  color: red;
}
.team-info-text span  {
  color: #292f84;
  float: left;
  clear: right;
  margin-right: 10px;
}
.team-info-text span i  {
  font-size: 20px;
}
.team-info-text ul li:last-child {
  padding-bottom: 0;
}
.team-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}
.at-progress {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .at-progress {
    padding-bottom: 0;
  }
}
.team-info-text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #292f84;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left;
  padding-bottom: 10px;
}
.team-info-wrap ul {
  padding-left: 0;
}
.exprience-wrap p {
  color: #5d5851;
}
.exprience-wrap h2 {
  margin-bottom: 20px;
}
.education-area {
  max-width: 600px;
}
.education-area ul {
  list-style: none;
}
.education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #df1f26;
  content: "";
}
.ex-wiget {
  padding-top: 60px;
}
.ex-wiget ul {
  list-style: none;
}
.ex-wiget h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.rautanet-contact-area .quote-form {
  padding-left: 0;
  margin-left: -10px;
}
.rautanet-contact-area button {
  border-radius: 0;
}
.rautanet-contact-area button:after {
  display: none;
}
.rautanet-contact-area .quote-form .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 15px;
}
.rautanet-contact-area .quote-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #df1f26;
}
.rautanet-contact-area .quote-form textarea.form-control {
  height: 125px;
}
.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}
.full-col {
  padding: 0 10px 5px;
}
.exprience-area {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .team-info-text {
    padding: 40px 20px;
  }
  .team-info-img {
    padding: 40px;
  }
  .team-info-img img {
    width: 100%;
  }
  .custom-grid {
    float: left;
    width: 50%;
  }
  .exprience-area {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .half-col {
    float: none;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .custom-grid {
    float: none;
    width: 100%;
  }
}
.service-sidebar .rautanet-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
}
.service-sidebar .rautanet-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
.service-sidebar .rautanet-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.service-sidebar .rautanet-contact-widget h2::before {
  background: #fff;
}
.service-sidebar .rautanet-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.service-sidebar .rautanet-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.service-sidebar .rautanet-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Etusivun tuotenostot */
.tmpl-etusivu .rautanet-shop-section.section-padding {
	padding-top: 120px!important;
	padding-bottom:120px!important;
}
/* Tuotesivu */
.rautanet-shop-section {
  /*background: #f2f2f2;*/
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.rautanet-shop-section .product-text {
	margin-top: 15px;
}
.tmpl-tuotteet .rautanet-shop-section .product-text p {
	padding-left: 0px;
}
.tmpl-tuotteet .rautanet-shop-section div.row.section-padding {
	padding-top: 50px;
}
.rautanet-shop-section .product-filter {
	background: #fff;
	display: block;
  padding: 15px;
  border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.rautanet-shop-section .product-filter h4 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}
.product-filter input[type="checkbox"] {
  display: grid;
  place-content: center;
}
.product-filter input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
.product-filter input[type="checkbox"]:checked::before {
	transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.product-filter label {

}
.product-filter input[type="checkbox"]:hover, .product-filter label:hover {
	cursor: pointer;
}
.product-filter input[type='checkbox']:checked {
		background-color: #292f84;
		border: 1px solid #292f84;
}
.product-filter input[type='checkbox']:checked::after {
		border-color: white;
		border-style: solid;
}
.rn-product-count {
	font-size: 14px;
	font-style: italic;
}
/* Tyhjennä suodatus */
.btn-clear-filter {
		background: #292f84;
		color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.45rem 0.9rem;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		font-size: 12px!important;
}
.btn-clear-filter:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    color: #fff;
}
.btn-clear-filter:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.btn-clear-filter i {
    transition: transform 0.2s ease;
		font-size: 10px!important;
}
.btn-clear-filter:hover i {
    transform: rotate(90deg);
}
.tmpl-tuote .rautanet-shop-section .container {
	border-top: 1px solid #e6e6e6;
	padding-top: 100px;
}
.rautanet-shop-section .shop-grids {
  margin: 0 -15px;
}
.rautanet-shop-section .shop-grids .grid {
	background: white;
	float: left!important;
	clear: right!important;
	border: 1px solid #eee;
}
.rautanet-shop-section .shop-grids .grid .img-holder {
    height: 155px;
    width: auto;
    background: #fff;
    padding: 20px;
}
.rautanet-shop-section .shop-grids .grid .img-holder img {
    height: 100%;
    max-height: 145px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
		padding-bottom: 20px;
		padding-top: 20px;
}

@media (max-width: 767px) {
  .rautanet-shop-section .shop-grids {
    margin: 0 -7px;
  }
}
.rautanet-shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 991px) {
  .rautanet-shop-section .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .rautanet-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}
@media (max-width: 550px) {
  .rautanet-shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.rautanet-shop-section .details {
  text-align: center;
  padding: 35px 35px;
	height: 100%;
}
.rautanet-shop-section .details h3 {
  font-size: 18px;
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}
.rautanet-shop-section .details p {
  font-size: 16px;
	line-height: 25px;
}

@media (max-width: 991px) {
  .rautanet-shop-section .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.tmpl-tuotteet .rautanet-shop-section .details h3 a  {
  color: #292f84;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
  font-size: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.tmpl-alatuoteryhma .rautanet-shop-section .details h3 a, .tmpl-etusivu .rautanet-shop-section .details h3 a, .tmpl-tuote .rautanet-shop-section .details h3 a   {
  color: #292f84;
  font-family: 'DIN Pro Condensed Regular',sans-serif;
  font-size: 26px;
}
.rautanet-shop-section .details h3 a {
  color: #292f84;
  font-family: 'DIN Pro Condensed Regular',sans-serif;
  font-size: 26px;
}
.rautanet-shop-section .details h3 a:hover {
  color: #df1f26;
}
.rautanet-shop-section .details del{
  color: #969AA6;
  font-size:16px;
  margin-left: 10px;
}
.rautanet-shop-section .details span {
  color: red;
  font-size:20px;
  font-weight: 700;
}
.rautanet-shop-section .details .price-holder {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rautanet-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700;
}
.tmpl-tuoteryhma .details del {
}
.rautanet-shop-section .details .price-info {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.rautanet-shop-section .details .price-info::before {
	content: '(';
}
.rautanet-shop-section .details .price-info::after {
	content: ')';
}
.rautanet-shop-section .add-to-cart {
  margin-top: 20px;
}
.rautanet-shop-section .add-to-cart a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #df1f26;
  padding: 12px 20px;
  border: 2px solid #df1f26;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .rautanet-shop-section .add-to-cart a i {
    display: none!important;
  }
}
.rautanet-shop-section .add-to-cart a:hover {
  background-color: #df1f26;
  color: #fff;
}
.rautanet-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding-left: 5px;
}
.rautanet-shop-section .grid:hover .add-to-cart a {
  background-color: #df1f26;
  color: #fff;
}
/* Lataa lisää */
button.load-more {
  font-family: 'DM Sans',sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #df1f26;
  display: inline-block;
  border-radius: 50px;
	background: #df1f26;
	text-transform: uppercase;
}
button.load-more:hover {
  color: #df1f26;
  border: 2px solid #df1f26;
	background: #fff;
}
/* Tuotesivu */
.rautanet-shop-single-section {

}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='grid'] {
  display: flex;
  flex-direction: column;
}
.rautanet-shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.rautanet-shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}
.rautanet-shop-single-section .product-image img:hover {
  opacity: .8;
}
.rautanet-shop-single-section .more-images {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rautanet-shop-single-section .more-images img{
	width:auto;
	max-height:100px;
	height:100%;
	margin-right:15px;
	margin-bottom:15px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.rautanet-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.rautanet-shop-single-section .product-details {
  padding: 15px 30px 30px;
}
@media (max-width: 991px) {
	.rautanet-shop-single-section .product-image img {
		display: block;
    margin-left: auto;
    margin-right: auto;
	}
}
@media (max-width: 1199px) {
  .rautanet-shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}
@media (max-width: 991px) {
  .rautanet-shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-details {

  }
}
.rautanet-shop-single-section .product-details h1 {
  font-size: 36px;
	line-height: 42px;
  margin: 0 0 0.33em;
	text-transform: uppercase;
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-details h1 {
    font-size: 30px;
		line-height: 36px;
  }
}
.rautanet-shop-single-section .product-details .price {
  font-size: 26px;
	line-height: 32px;
  color: #df1f26;
  margin: 20px 0 20px;
  font-weight: 700;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background: #f4f6fa;
	border-radius: 25px;
}
@media (max-width: 991px) {
  .rautanet-shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}
.rautanet-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #cdcfd5;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .rautanet-shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.rautanet-shop-single-section .product-details .product-rt {
  margin-bottom: 15px;
}
.rautanet-shop-single-section .product-details .product-rt span.product-code {
  margin-left: 10px;
}
.rautanet-shop-single-section .product-details p {
  margin-bottom: 1.3em;
}
.rautanet-shop-single-section .product-details ul {
  list-style: none;
}
.rautanet-shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.rautanet-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #df1f26;
  content: "";
  border-radius: 50%;
}
.rautanet-shop-single-section .product-details .product-option {
  margin-top: 30px;
}
.rautanet-shop-single-section .product-details .brand-logo {
  margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.rautanet-shop-single-section .product-details .brand-logo img {
	margin-right: 0px;
}
.rautanet-shop-single-section .product-details .tg-btm {
  margin-top: 10px;
	margin-bottom: 10px;
}
.rautanet-shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}
.rautanet-shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #292f84;
  margin-right: 5px;
}
.rautanet-shop-single-section .product-details .product-option .product-row .add-product-to-basket  {
	margin-bottom: 50px;
}
.rautanet-shop-single-section .product-details .product-option .product-row .add-product-to-basket p {
	margin-bottom:0px;
	font-size: 15px;
	line-height: 20px;
}
@media (max-width: 485px) {
	.rautanet-shop-single-section .product-details .product-option .product-row .add-to-shoplist  {
		margin-top: 15px;
		display: block;
	}
}
.rautanet-shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div + div .theme-btn {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  padding: 0 18px;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
  background: #df1f26;
  border-color: #df1f26;
  color: #fff;
}
.rautanet-shop-single-section .product-details .product-option .product-row span.unit-label {

	margin-left: 5px;
	margin-right: 5px;
}
.rautanet-shop-single-section .product-details .product-option .theme-btn {
  background-color: transparent;
  color: #333;
  font-size: 15px!important;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}
.rautanet-shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #df1f26;
  color: #fff;
  border-color: #df1f26;
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.rautanet-shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}
.rautanet-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}
.rautanet-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.2rem;
  color: #333;
  border: 1px solid #e6e6e6;
}
.rautanet-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
	width: 85px;
}
.rautanet-shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.rautanet-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.rautanet-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}
.rautanet-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.rautanet-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #df1f26;
  color: #fff;
}
.rautanet-shop-single-section .product-info {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .rautanet-shop-single-section .product-info {
    margin-top: 40px;
  }
}
.rautanet-shop-single-section .product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 700;
  margin-bottom: 10px;
}
.rautanet-shop-single-section .product-info p {
  margin-bottom: 1.3em;
}
.rautanet-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.rautanet-shop-single-section .product-info .nav-tabs {
  font-family: "Roboto", sans-serif;
  border: 0;
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.rautanet-shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.rautanet-shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
	font-weight: 700;
}
.rautanet-shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 1rem;
  color: #333;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.rautanet-shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #df1f26;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.rautanet-shop-single-section .product-info .nav-tabs a:hover:before,
.rautanet-shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.rautanet-shop-single-section .product-info .nav-tabs .active,
.rautanet-shop-single-section .product-info .nav-tabs li:hover {
  border-color: #df1f26;
}
.rautanet-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(252, 0, 18, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .rautanet-shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.rautanet-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}
.rautanet-shop-single-section .short-description, .rautanet-shop-single-section .long-description {
  margin-bottom:0px;
	font-size: 16px;
	margin-top: 15px;
}
.rautanet-shop-single-section .availability {
  /*margin-bottom:15px;*/
}
.rautanet-shop-single-section .availability p {
  font-style: italic;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: 400;
}
.rautanet-shop-single-section .back-to {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 35px;
}
.rautanet-shop-single-section .back-to .back {
	margin-bottom: 15px;
}
/* Ostoskori / Ostoslista*/
.cart-area .cart-wrapper {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
.cart-area.section-padding {
	padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.cart-wrapper .images img {
	height: 100%;
	max-height: 55px;
	width: auto;
}
.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid #f0f0f094;
  text-align: center;
  font-weight: 400;
  color: #414141;
}
.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}
.cart-area .cart-wrap th {
  border-bottom: 1px solid #f0f0f094;
  padding: 40px 0;
}
.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}
.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.cart-area .cart-wrap .product {
  width: 15%;
}
.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}
.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}
.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.cart-area .cart-wrap .product a:hover {
  color: #df1f26;
}
.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
}
.cart-area .cart-wrap td {
  padding: 40px 25px;
}
.cart-area .cart-wrap td.action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.cart-area .cart-wrap li.w-btn a {
  background: #292f84;
}
.cart-area .cart-wrap li.w-btn a i{
  width:20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-left: -3px;
}
.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.cart-area .cart-wrap .name {
  width: 15%;
}
.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.cart-area .cart-wrap .action a:hover {
  background: #df1f26;
}
.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a {
  background-color: #df1f26;
}
.cart-area .order-wrap {
  padding: 0;
}
.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.cart-area .quantity input {
  width: 105px;
  padding: 0px 20px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}
.cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}
.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.cart-area .submit-btn-area {
  padding: 40px;
}
.cart-area .submit-btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
@media (max-width: 450px) {
  .cart-area .submit-btn-area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 3px;
    margin-top: 5px;
  }
}
.cart-area .submit-btn-area button {
  padding: 20px 45px;
  border: none;
  background: #292f84;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area button {
    padding: 17px 45px;
  }
}
.cart-area .submit-btn-area button:hover {
  background: #df1f26;
}
.cart-area .submit-btn-area .theme-btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}
.cart-area .cart-product-list ul {
  border-top: 1px solid #f0f0f094;
  padding-top: 20px;
  list-style: none;
}
.cart-area .cart-product-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}
.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid #f0f0f094;
  border-bottom: 1px solid #f0f0f094;
  color: #df1f26;
  padding-top: 30px;
  font-weight: 600;
}
/* Ostoslista */
.rautanet-checkout-area.section-padding {
	padding-top: 0px;
	padding-bottom: 40px;
}
.rautanet-checkout-area.section-padding.last {
	padding-top: 0px;
	padding-bottom: 120px;
}
.rautanet-checkout-area .checkout-wrap {
  background: #fff;
}
.rautanet-checkout-area .checkout-wrap ul {
  list-style: none;
}
.rautanet-checkout-area #open2 {
  display: block;
}
.rautanet-checkout-area #open3 {
  display: none;
}
.rautanet-checkout-area #open4 {
  display: none;
}
.rautanet-checkout-area .create-account p {
  margin-bottom: 15px;
}
.rautanet-checkout-area .create-account {
  display: none;
  padding: 20px;
}
.rautanet-checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
}
.rautanet-checkout-area .input-wrap {
  position: relative;
}
.rautanet-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}
.rautanet-checkout-area .create-account input:focus {
  outline: none;
}
.rautanet-checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.rautanet-checkout-area .create-account button:hover {
  background: #df1f26;
}
.rautanet-checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #fff2f3;
}
.rautanet-checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: 'themify';
}
.rautanet-checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.rautanet-checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #df1f26;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
@media (max-width: 767px) {
  .rautanet-checkout-area .coupon label {
    font-size: 15px;
  }
}
.rautanet-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.rautanet-checkout-area .active-border {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.rautanet-checkout-area .s1.active-border .coupon-active label,
.rautanet-checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #df1f26;
  border-bottom: 1px solid #ffe5dc;
}
.rautanet-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #df1f26;
}
.rautanet-checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.rautanet-checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #ffe5dc;
}
.rautanet-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #df1f26;
  border-bottom: 0;
}
.rautanet-checkout-area .billing-adress .choose-store {
	margin-bottom: 15px;
}
.rautanet-checkout-area .billing-adress .form-style input,
.rautanet-checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.rautanet-checkout-area .billing-adress .form-style input:focus,
.rautanet-checkout-area .billing-adress .form-style select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rautanet-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.rautanet-checkout-area .billing-adress {
  padding: 30px;
}
.rautanet-checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
.rautanet-checkout-area .note-area textarea:focus {
  outline: none;
}
.rautanet-checkout-area .biling-item-2 {
  margin-top: 20px;
}
.rautanet-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.rautanet-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.rautanet-checkout-area .biling-item-2 .captcha-box {
  margin-top: 20px;
}
.rautanet-checkout-area .cout-order-area {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.rautanet-checkout-area .cout-order-area .oreder-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}
.rautanet-checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.rautanet-checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}
.rautanet-checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}
.rautanet-checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #df1f26;
  font-weight: 600;
}
.rautanet-checkout-area .create-account.active {
  display: block;
}
.rautanet-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.rautanet-checkout-area .contact-form input, .rautanet-checkout-area .contact-form select {
  margin-top: 10px;
}
.rautanet-checkout-area .submit-btn-area {
  margin-top: 20px;
}
.rautanet-checkout-area .submit-btn-area .theme-btn {
  /*text-transform: capitalize;*/
}
.rautanet-checkout-area .submit-btn-area .rautanet-btn {
	color:#df1f26;
}
.rautanet-checkout-area .submit-btn-area .rautanet-btn:hover {
	color:#fff;
}
/* Uutiset */
.rautanet-blog-pg-section {

}
.rautanet-blog-pg-section .rautanet-blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .rautanet-blog-pg-section .rautanet-blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .rautanet-blog-content .post {
    margin-bottom: 40px;
  }
}
.rautanet-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.rautanet-blog-pg-section .entry-meta ul {
  list-style: none;
}
.rautanet-blog-content ul, .rautanet-blog-content ol {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 16px;
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  border: 0;
}
.rautanet-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
}
.rautanet-blog-pg-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}
.rautanet-blog-pg-section .entry-meta ul li a:hover {
  color: #df1f26;
}
.rautanet-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.rautanet-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.rautanet-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #df1f26;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .rautanet-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .rautanet-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .rautanet-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.rautanet-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.26667rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .rautanet-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}
.rautanet-blog-pg-section .post h3 a {
  color: #292f84;
}
.rautanet-blog-pg-section .post h3 a:hover {
  color: #df1f26;
}
.rautanet-blog-pg-section .post p {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .rautanet-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
.rautanet-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #969AA6;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.rautanet-blog-pg-section .post a.read-more:hover {
  color: #df1f26;
}
.rautanet-blog-pg-section .entry-media img {
  width: 100%;
}
.rautanet-blog-pg-section .format-standard,
.rautanet-blog-pg-section .format-quote {
  background-color: #fafbfe;
  padding: 25px 35px 45px;
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .format-standard,
  .rautanet-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}
.rautanet-blog-pg-section .format-standard {
  position: relative;
}
.rautanet-blog-pg-section .format-standard:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f103";
  font-family: "flaticon_Rautanet";
  font-size: 90px;
  line-height: 80px;
  color: #eff3ff;
}
.rautanet-blog-pg-section .format-gallery {
  position: relative;
}
.rautanet-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rautanet-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #df1f26;
  color: #fff;
}
.rautanet-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #df1f26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
.rautanet-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}
.rautanet-blog-pg-section .format-gallery .owl-nav .owl-prev,
.rautanet-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rautanet-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}
.rautanet-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}
.rautanet-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .rautanet-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}
.rautanet-blog-pg-section .format-quote p {
  margin-bottom: 0;
}
.rautanet-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rautanet-blog-pg-section .format-quote h3,
.rautanet-blog-pg-section .format-quote p {
  position: relative;
}
.rautanet-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.rautanet-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #292f84;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.rautanet-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}
.rautanet-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.rautanet-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}
.rautanet-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #df1f26;
}
@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .rautanet-blog-content {
    padding: 0;
  }
}
@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Uutinen */
.rautanet-blog-single-section {
	margin-top: 40px;
	margin-bottom: 60px;
}
.rautanet-blog-single-section .blog-title {
	margin-bottom: 20px;
}
.rautanet-blog-single-section .blog-title h1 {
	font-size: 40px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
}
.rautanet-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
.rautanet-blog-content .entry-meta ul {
  list-style: none;
	padding: 0px;
	background: transparent;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .entry-meta {
    margin: 25px 0;
  }
	.rautanet-blog-single-section .blog-title h1 {
		font-size: 28px;
		line-height: 36px;
	}
}
.rautanet-blog-single-section .entry-meta ul {
  list-style: none;
}
.rautanet-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
	color: #969aa6;
}
.rautanet-blog-single-section .entry-meta ul li a {
  color: #969aa6;
  text-decoration: underline;
}
.rautanet-blog-single-section .entry-meta ul li a:hover {
  color: #df1f26;
}
.rautanet-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.rautanet-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.rautanet-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "|";
}
@media (max-width: 440px) {
  .rautanet-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .rautanet-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rautanet-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .rautanet-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.rautanet-blog-single-section .entry-media img {
  width: 100%;
	border-radius: 15px;
}
.rautanet-blog-single-section .post h1 {
  font-family: "Libre Franklin", sans-serif;
	text-transform: uppercase;
}
.rautanet-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Libre Franklin", sans-serif;
	text-transform: uppercase;
}
@media (max-width: 991px) {
  .rautanet-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}
.rautanet-blog-single-section .post p {
  margin-bottom: 1.5em;
}
.rautanet-blog-single-section .post h3, .rautanet-blog-single-section .post h4 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
}
@media (max-width: 991px) {
  .rautanet-blog-single-section .post h3, .rautanet-blog-single-section .post h4 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .post h3, .rautanet-blog-single-section .post h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
.rautanet-blog-single-section .post blockquote {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 20px;
  line-height:28px;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 1px solid #eee;
	border-radius: 25px;
  text-align: center;
  position: relative;
}
.rautanet-blog-single-section .post blockquote p {
  margin-bottom: 0px;
	font-weight: 500;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}
.rautanet-blog-single-section .post blockquote:before {
  font-family: "flaticon_Rautanet";
  content: "\f103";
  font-size: 20px;
  font-size: 1.33333rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fafbfe;
  background: #fff;
  color: #df1f26;
  border-radius: 50%;
}
.rautanet-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}
.rautanet-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}
.rautanet-blog-single-section .post .gallery img {
  width: 100%;
}
/* Tagit */
.rautanet-blog-single-section .tag-share, .rautanet-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #E8E8E8;
  margin-top:40px;
	margin-bottom: 40px;
  padding-bottom: 20px;
  color: #292f84;
	width: 100%;
	display: block;
	float: left;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .tag-share, .rautanet-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}
.rautanet-blog-single-section .tag-share ul, .rautanet-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.rautanet-blog-single-section .tag-share ul li, .rautanet-blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .tag-share ul li, .rautanet-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.rautanet-blog-single-section .tag-share ul > li + li, .rautanet-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .tag-share ul > li + li, .rautanet-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.rautanet-blog-single-section .tag-share .tag, .rautanet-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rautanet-blog-single-section .tag-share .tag > span, .rautanet-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Roboto", sans-serif;
  color: #292f84;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.rautanet-blog-single-section .tag-share .tag ul, .rautanet-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.rautanet-blog-single-section .tag-share .tag li, .rautanet-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.rautanet-blog-single-section .tag-share .tag a, .rautanet-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #292f84;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .tag-share .tag a, .rautanet-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}
.rautanet-blog-single-section .tag-share .tag a:hover, .rautanet-blog-single-section .tag-share-s2 .tag a:hover {
  color: #df1f26;
}
.rautanet-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}
.rautanet-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  background: none;
  text-decoration: underline;
  color: #969AA6;
}
/* Takaisin -painike */
.rautanet-blog-content .back-to {
	margin-top: 25px;
}
.rautanet-blog-content .back-to a.back-btn {
	color:#df1f26;
}
.rautanet-blog-content .back-to a.back-btn:hover {
	color:#fff;
}
.rautanet-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
	margin-top: 25px;
}
.rautanet-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}
.rautanet-blog-single-section .more-posts > div > a {
  display: inline-block;
}
.rautanet-blog-single-section .more-posts .previous-post,
.rautanet-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .previous-post,
  .rautanet-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}
.rautanet-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}
.rautanet-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.rautanet-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}
.rautanet-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.rautanet-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.rautanet-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}
.rautanet-blog-single-section .more-posts .previous-post > a > span,
.rautanet-blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.rautanet-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #969AA6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.rautanet-blog-single-section .more-posts .post-name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #292f84;
  margin: 0.7em 0 0;
}
@media (max-width: 991px) {
  .rautanet-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.rautanet-blog-single-section .more-posts a:hover .post-control-link {
  color: #df1f26;
}
@media screen and (min-width: 1200px) {
  .rautanet-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}
/* Lomakkeet */
.rautanet-contact-pg-section {
  padding-bottom: 0px;
}
.rautanet-contact-pg-section .rautanet-contact-title {
  /*max-width: 440px;*/
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .rautanet-contact-pg-section .rautanet-contact-title {
    margin-bottom: 30px;
  }
}
.rautanet-contact-pg-section .rautanet-contact-title h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .rautanet-contact-pg-section .rautanet-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}
.rautanet-contact-pg-section form input,
.rautanet-contact-pg-section form select,
.rautanet-contact-pg-section form textarea {
  background: #f4f6fa;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .rautanet-contact-pg-section form input,
  .rautanet-contact-pg-section form select,
  .rautanet-contact-pg-section form textarea {
    height: 45px;
  }
}
.rautanet-contact-pg-section form input:focus,
.rautanet-contact-pg-section form select:focus,
.rautanet-contact-pg-section form textarea:focus {
  border-color: #df1f26;
  background: #f4f6fa;
}
.rautanet-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.rautanet-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.rautanet-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.rautanet-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #333;
}
.rautanet-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #333;
}
.rautanet-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #333;
}
.rautanet-contact-pg-section form select {
  display: inline-block;
  color: #333;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.rautanet-contact-pg-section form .submit-area {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .rautanet-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.rautanet-contact-pg-section form .submit-area .rautanet-btn {
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.rautanet-contact-pg-section form .submit-area .rautanet-btn {
  color:#df1f26;
}
.rautanet-contact-pg-section form .submit-area .rautanet-btn:hover {
  color:#fff;
}
.rautanet-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .rautanet-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.rautanet-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.captcha-box {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background: #f4f6fa;
	border-radius: 25px;
}
.captcha {
	font-size:14px;
	width:100%;
	/*max-width:400px;*/
}
.captcha-input {
	font-size:16px;
	padding:0em;
	padding-bottom:35px;
	margin-top: 10px;
}
.captcha-input input {
	float:left;
	clear:right;
	margin-right:0.5em;
	font-size:15px;
	margin-top:0em!important;
	padding:0.2em!important;
	text-align:center!important;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: #555!important;
	border-radius:25px;
	background: #fff!important;
}
.captcha-input img {
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
	border-radius:25px;
}
.rautanet-contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .rautanet-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .rautanet-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .rautanet-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.rautanet-contact-pg-section .office-info .office-info-item {
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-icon i {
  font-size: 40px;
  color:#df1f26;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text p a {
  color:#df1f26;
}
/* Lomakkeet */
.rautanet-contact-pg-section .rautanet-contact-form-area {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .rautanet-contact-pg-section .rautanet-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}
.rautanet-contact-form-area  select option {
	text-transform: none;
}
.rautanet-contact-form-area  fieldset {
  margin: 1em 0 1em 0;
  border: 1px solid #f2f2f2;
  padding:1em;
}
.rautanet-contact-form-area legend {
  background: #f2f2f2;
  padding: 0.5em;
  color: #000;
  margin: 0 auto;
  display: block;
}
.rautanet-contact-form-area fieldset label {
	margin-right:1em;
}
.rautanet-contact-form-area input[type="radio"] {
		float: left;
		width: 20px;
		height: 20px;
}
.rautanet-contact-form-area input[type="checkbox"] {
		float: left;
		width: 20px;
		height: 20px;
}
.rautanet-contact-form-area .contact-select {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 25px;
		background: #f4f6fa;
		border-radius: 25px;
}
.rautanet-contact-form-area p {
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}
.rautanet-contact-form-area ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.rautanet-contact-form-area ul li label {
	margin-left:0px;
}
.contact-select ul li label input {
	margin-right: 10px;
}
.rautanet-contact-map-section .rautanet-contact-map {
  height: 550px;
}
.rautanet-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.rautanet-contact-map-section h2.hidden {
  display: none;
}
/* Sisältökuvat */
.module-kuvia {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
	float:left;
	clear:both;
	width:100%;
}
.size-large {
	clear:both!important;
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	float:left;
}
.size-large img {
	width:100%;
	height:auto;
}
.size-small {
	clear:right!important;
	width:50%;
	float:left;
	margin-top:1em;
	margin-bottom:1em;
}
.size-small img {
	width:100%;
	height:auto;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
.img-content .img-text span {
	font-style: italic;
	padding-top: 2px;
	margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .size-large, .size-small {
  	width:100%;
  }
}
/*Youtube moduuli*/
.youtube {
	float:left;
	background-color: #fafbfe;
	color: #233d62;
	font-size: 20px;
	line-height:28px;
	padding: 65px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	border-radius: 25px;
	position: relative;
	text-align: center;
}
.youtube h2 {
  margin-bottom: 0px!important;
	padding-bottom: 5px;
}
.youtube p {
  margin-bottom: 0px!important;
	padding-bottom: 5px;
	font-weight: 500;
}
@media (max-width: 767px) {
  .youtube {
    padding: 55px 25px;
  }
}
.youtube:before {
  font-family: "flaticon_Rautanet";
  content: "\f107";
  font-size: 20px;
  font-size: 1.33333rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fafbfe;
  background: #fff;
  color: #df1f26;
  border-radius: 50%;
}
.module-youtube {
	margin-top:1em;
	margin-bottom:1em;
}
.youtube-outer {
	padding:0.5em;
}
/* Myymälä */
.rautanet-store-section {
	padding-top: 100px;
	padding-bottom: 40px;
}
.rautanet-store-section .rautanet-section-title {
	margin-bottom: 0px;
}
.rautanet-store-section h1.store-title {
	font-size: 40px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
	margin-bottom: 50px;
}
.rautanet-store-section h1{
	font-size: 32px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 900;
}
.rautanet-store-section .store-info{
	padding-right: 15px;
	padding-bottom: 15px;
}
.rautanet-store-section .store-information {
	padding-right: 15px;
	padding-bottom: 15px;
}
.rautanet-store-section .store-information h2, .rautanet-store-section .store-intro h2, .store-services h2, .store-map h2{
	font-size:26px;
	color:#2c2774;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'DIN Pro Condensed Medium',sans-serif;
}
.rautanet-store-section .store-services, .rautanet-store-section .store-map, .rautanet-store-section .store-intro{
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.rautanet-store-section .store-services img{
	width: 100%;
	height: auto;
	max-width: 50px;
}
/* Wrapper flex-gridiksi */
.palvelut-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
		margin-top: 10px;
		margin-left: 35px;
}
.palvelu {
    width: 85px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}
.palvelu img {
    width: 50px;
    height: 50px;
    display: block;
		margin-left: auto;
		margin-right: auto;
}
.palvelu-nimi {
    display: block;
    margin-top: 2px;
		-webkit-hyphens: auto;
	  -ms-hyphens: auto;
	  hyphens: auto;
}
.rautanet-store-section .store-map{
	margin-bottom: 15px;
}
.rautanet-store-section .store-map .holder{
	margin-bottom: 15px;
}
.rautanet-store-section .store-map .store-address{
	margin-bottom: 10px;
}
.rautanet-store-section .store-map h2, .rautanet-store-section .store-services h2, .rautanet-store-section .store-intro h2{
	font-family: 'DIN Pro Condensed Light',sans-serif;
	font-size: 26px;
}
.store-data {
	margin-bottom:10px;
	padding:10px;
	width:100%;
	float: left;
}
.store-data .holder, .store-map .holder, .store-intro .holder, .store-services .holder{
	width:100%;
	float:left;
	display: block;
}
.store-data .holder p.title   {
	/*font-weight:700;*/
	font-size:26px;
	color:#2c2774;
	float:left;
	margin-top: -10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'DIN Pro Condensed Medium',sans-serif;
}
.store-data .icon, .store-map .icon, .store-itro .icon, .store-services .icon {
	float:left;
	margin-right:15px;
}
.store-intro div.holder div.icon {
	float:left!important;
	margin-right:10px;
	width: 34px!important;
}
.store-data .icon i, .store-map .icon i, .store-intro .icon i, .store-services .icon i {
	width:28px;
	height:28px;
	font-size: 28px;
	line-height: 28px;
	color:red;
}
.store-data span.exception span {
	/*padding-top:10px!important;*/
	float:left;
	height: auto;
	min-height: 23px;
}
.store-data span.exception {
	color:red;
	font-style:italic;
}
.store-data .information {
	float:left;
	display: block;
	margin-left: 43px;
}
.store-data .information span {
	font-size: 16px;
	line-height:22px;
}
.store-data .information .store-open span.open {
	display: block;
}
/* Myymalat */
.store-list {
	padding-top:15px;
	padding-bottom:15px;
}
.store-list .inner {
	padding:1em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	margin-bottom:1em;
	border-radius:20px;
}
.store-list .store-wrapper {
	padding-top:15px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	margin-bottom:15px;
	border-radius:0px;
}
.store-list .store-info-wrapper {
  position: relative;
  background: #2c337a;
	padding: 15px;
	margin-top: 25px;
}
.store-list .store-info-wrapper::after {
	content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 70px;
  height: 70px;
  background: white;
  clip-path: polygon(100% 0, 0 0, 100% 80%);
}
.store-list .store-wrapper .store-info {
	margin-top: 15px;
	margin-bottom: 0px;
}
.store-logo {
	margin-bottom: 15px;
	margin-left: 15px;
}
.store-logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
.store-list .store-wrapper .store-city {
	margin-bottom: 10px;
	margin-left: 15px;
}
.store-list .store-wrapper .store-city h2 {
	font-size: 28px;
	font-family: 'DIN Pro Condensed Bold';
}
.store-list .store-wrapper .store-name span {
	font-size:24px;
	margin-bottom:0em;
	font-family: 'DIN Pro Condensed Medium';
	color:#df2027;
}
.store-list .store-wrapper .store-name   {
	color:#fff;
	font-weight: 700;
}
.store-list .store-wrapper .data, .store-list .store-wrapper .store-address, .store-list .store-wrapper .store-open   {
	color:#fff;
}
.store-list .store-wrapper .store-address {
	color:#fff;
	margin-bottom: 5px;
}
.store-list .store-wrapper .store-open {
	color:#fff;
	margin-bottom: 5px;
}
.store-list .store-wrapper .store-open span.open {
	display: block;
	height: auto;
	min-height: 23px;
}
.store-list .store-wrapper .store-open-note {
	font-size: 13px;
	color:#fff;
	margin-bottom: 20px;
}
.store-list .store-wrapper .store-more-info  {
	margin-top: 15px;
	margin-bottom: 10px;
}
.store-list .store-wrapper .store-more-info a.store-btn {
	background:#df2027;
	font-size: 14px;
	color:#fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.store-list .store-wrapper .store-more-info a.store-btn:hover {
	color:#fff;
	text-decoration: none;
}
.store-list .info {
	float:left;
	clear:right;
	margin-bottom:0.5em;
}
.store-list h2 {
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:0em;
	font-family: 'DIN Pro Condensed Medium';
}
.store-list .data  {
	font-weight:700;
	margin-top:10px;
}
.store-list .store-info  {
	margin-top:0.5em;
}
.store-list .store-exception  {
	color:red;
}
.store-list .store-info a.store-btn {
	color:#df2027;
}
.store-list .store-info a.store-btn:hover {
	color:#df2027;
	text-decoration: underline;
}
.store-search {
	padding-bottom:10px;
}
.store-search h2 {
	margin-bottom:15px;
	font-family: 'DIN Pro Condensed Medium';
}
.store-list-place h2 {
	margin-top: 15px;
	margin-bottom:10px;
	font-family: 'DIN Pro Condensed Medium';
}
.store-search .has-search .form-control {
    /*padding-left: 2.375rem;*/
		padding-left: 15px;
		border-radius:20px;
		width:100%;
}
.store-info .store-info-text {
	margin-left: 45px;
	margin-right: 25px;
}
.store-map .holder .store-address {
	margin-left: 42px;
	margin-top: 10px;
}
@media (max-width: 991px) {
	.store-info .store-intro {
		margin-left: 10px;
	}
	.store-info .store-info-text {
		margin-left: 52px;
		margin-right: 52px;
	}
	.rautanet-store-section .text-left .rautanet-section-title h1 {
		margin-left: 10px;
		margin-right: 10px;
	}
  .store-services, .store-map .holder {
    margin-left: 10px;
  }
  .store-map .holder .store-address {
    margin-left: 42px;
  }
}
@media (max-width: 480px) {
	.rautanet-store-section .text-left .rautanet-section-title h1 {
		font-size: 32px;
	}
}
/* Aineistopankki */
.filelist {
	width:100%;
	height:auto;
	margin-top:40px;
	padding-top:15px;
}
.filelist .module-otsikko {
	width:100%;
	height:auto;
	clear:both;
	float:left;
}
.filelist h2 {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
}
.filelist .file .card {
	border-radius:20px;
}
.filelist .file .card i {
	margin-bottom:10px;
	margin-top:10px;
}
.filelist .file .card h5 {
	font-size:24px;
	line-height: 28px;
	color:#2c2777;
	font-family: 'DIN Pro Condensed Light';
}
.filelist .file .card p.paragraph {
	font-size:14px;
	line-height: 18px;
	color:#000;
}
.filelist .file .card .link {
	background:#df1f26;
	margin-top:15px;
	padding:10px;
	border-radius:20px;
}
.filelist .file .card .link a {
	font-size:14px!important;
	color: #fff;
	font-weight: 700;
}
.filelist .file .card .link:hover {
	background:#c31a20;
}
/* Parhaat merkit */
.rautanet-brands-section {

}
.rautanet-brands-section .brand-list {
	margin-top: 55px;
}
.rautanet-brands-section .brand-list .module-otsikko h2{
	margin-bottom: 25px;
	text-align: left;
	font-size: 30px;
}
.rautanet-brands-section .brand {
	display: flex;
}
.rautanet-brands-section .inner {
	padding:15px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	margin-bottom:1em;
	border-radius:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.rautanet-brands-section a h2, .rautanet-brands-section a p {
	font-weight:400;
}
.rautanet-brands-section a h2:hover, .rautanet-brands-section a p:hover, .rautanet-brands-section a:hover {
	text-decoration:none!important;
}
.rautanet-brands-section .brand {
	float:left;
	clear:right;
	margin-bottom:10px;
}
.rautanet-brands-section .brand-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rautanet-brands-section .logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	overflow: hidden;
}
.rautanet-brands-section .logo-wrapper img {
	max-height: 80%;
	transition: transform 0.3s ease;
	object-fit: contain;
}
.rautanet-brands-section .logo-wrapper:hover img {
    transform: scale(1.1);
}
.rautanet-brands-section .logo-wrapper:hover p a {
	color:#3F475E!important;
}
.rautanet-brands-section h2 {
	text-transform:uppercase;
	font-size:22px;
	line-height: 26px;
	margin-bottom:10px;
	text-align:center;
	font-family: 'DIN Pro Condensed Medium';
}
.rautanet-brands-section .brand-desc{
	margin-top: 10px;
	min-height: 60px;
}
.rautanet-brands-section .brand-desc p {
	font-size:16px;
	line-height: 20px;
	text-align:center;
}
.rautanet-brands-section .brand-desc p a:hover {
	color:#3F475E!important;
}
/* Tuoteryhmät - Mobiili */
h3.accordion-header {

}
h3.accordion-header button {
	font-family: 'DIN Pro Condensed Medium';
	font-size: 24px;
	line-height: 30px;
	color: #292f84;
}
.accordion-body .rautanet-single-sidebar {
	margin-top: 0px;
}
/* Ota yhteyttä */
.rautanet-contact-section {

}
.rautanet-contact-section .link-boxes {
	margin-top: 45px;
	margin-bottom: 20px;
}
.rautanet-contact-section .forms {
	margin-top: 45px;
	margin-bottom: 20px;
}
.link-boxes {
	margin-top:40px;
}
.link-boxes .col-xs-12 {

}
.contact-box .inner {
	padding:0em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	margin-bottom:1em;
}
.contact-box {
	float:left;
	clear:right;
	margin-bottom:0.5em;
}
.contact-box img {
	width:100%;
	height:auto;
}
.contact-box img:hover {
	opacity: .8;
}
.contact-box .box-name {
	background:#df2028;
	margin-top:0.1em;
}
.contact-box h2 {
	text-transform:uppercase!important;
	font-size:1.6em!important;
	text-align:center;
	margin-top:0em;
	margin-bottom:0em;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'DIN Pro Condensed Medium'!important;
}
.contact-box h2 {
	font-size:24px!important;
}
.contact-box h2 a{
	font-family: 'DIN Pro Condensed Medium'!important;
	color:#fff;
}
.contact-box h2 a:hover{
	color:#fff!important;
}
/* Esitteet */
.brochures {
	margin-top:30px;
	margin-bottom:30px;
}
.brochures .brochure img {
	width:100%;;
	height:auto;
}
.brochures .brochure h2{
	color:#2c2777;
}
.brochures .brochure p{
	font-size: 16px;
	line-height: 22px;
}
.brochures .brochure a.rautanet-btn{
	color:#df1f26;
}
.brochures .brochure a.rautanet-btn:hover{
	color:#fff;
}
/* OSM */
#map,
.leaflet-container{
  position: relative;
  z-index: 1;
}
.leaflet-pane{ z-index: 100 !important; }
.leaflet-tile-pane{ z-index: 100 !important; }
.leaflet-overlay-pane{ z-index: 200 !important; }
.leaflet-shadow-pane{ z-index: 300 !important; }
.leaflet-marker-pane{ z-index: 400 !important; }
.leaflet-tooltip-pane{ z-index: 500 !important; }
.leaflet-popup-pane{ z-index: 600 !important; }
.leaflet-top,
.leaflet-bottom,
.leaflet-control{
  z-index: 700 !important;
}
/* Myymalahaku */
.map-search .row {
	margin-left:0.1em;
	margin-right:0.1em;
	margin-bottom:5em;
	margin-top:0em;
}
.map-search .storelist {
	background:#292f84;
  max-height: 550px;
  overflow-y: scroll!important;
  overflow-x: hidden!important;
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
	padding-top: 20px;
}
.map-search .location-info {
	color:#fff;
}
.store-list {
	padding-bottom: 0px;
	padding-top: 0px;
}
.store-list .col-12 {
	padding-bottom: 0px;
}
.map-search .storelist h2 {
	margin-top:0px;
	margin-bottom:15px;
	font-family: 'DIN Pro Condensed Medium'!important;
	color:#fff;
}
.map-search #nearestStores::after {
  content: "";
  display: block;
  clear: both;
}
.map-search .storelist .store {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d215b;
	padding-bottom:10px;
	padding-top: 10px;
	float:left;
}
.map-search .storelist .store h3 {
	font-size:22px;;
	margin-top:5px;
	font-family: 'DIN Pro Condensed Regular'!important;
	color:#fff;
}
.map-search .storelist .distance {
	font-size: 14px;
	color:#fff;
}
.map-search .storelist .store-info {
	float:left;
}
.map-search .storelist .store span.company {
	display:block!important;
	font-size:14px;
	font-weight: 600;
	color:#fff;
}
.map-search .storelist .store span.address, .map-search .stores .store span.city {
	display:inline;
	font-size:14px;
	color:#fff;
}
.map-search .storelist .store span.city {
	color:#fff;
	display: block;
	font-size:14px;
}
.map-search .store {

}
.map-search .details a {
	font-size:14px;
	color:#fff;
	margin-top: 10px;
	margin-bottom: 15px;
	background: #df1f26;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
}
.kartta .alert-info, .store-map .alert-info {
	background: #fafbfe;
	border-color: #292f84;
	color:#292f84;
}
.kartta .alert-info a, .store-map .alert-info a {
	border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  background: #df1f26;
  color: #fff;
  transition: transform .08s ease, filter .12s ease;
	margin-top: 15px!important;
	border-radius: 10px;
}
.kartta .alert-info a:hover, .store-map .alert-info a:hover  { filter: brightness(1.08); }
.kartta .alert-info a:active, .store-map .alert-info a:active { transform: translateY(1px); }
/* Modalin tausta */
#searchModal.active {
    /*background: rgba(41,47,132,0.85);*/
		background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
}
#searchModal .search-content {
    width: 100%;
    max-width: 900px;
    background: rgba(41, 47, 132, 0.95);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
		margin-top:60px;
}
/* Hakukenttä */
.search-input {
    width: 100%;
    padding: 1rem;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    outline: none;
    background: rgba(255,255,255,0.95);
    color: #111;
    transition: all 0.2s ease;
}
.search-input::placeholder {
    color: #111;
}
.search-input:focus {
    background: rgba(255,255,255,0.95);
    border-bottom: 2px solid #df1f26;
}
#search_results h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
    color: #fff;
}
#search_results ul#search_results_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#search_results ul#search_results_ul li {
    background: rgba(255,255,255,0.05);
    border-left: 4px solid #df1f26;
    padding: 12px 16px;
		margin-right: 10px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#search_results ul#search_results_ul li:hover {
    background: rgba(0,0,0,0.25);
    transform: translateX(2px);
}
#search_results ul#search_results_ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
#search_results ul#search_results_ul li .result-description {
    font-size: 14px;
    color: #ccc;
}
#search_results ul#search_results_ul::-webkit-scrollbar {
    width: 8px;
}
#search_results ul#search_results_ul::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
}
#search_results ul#search_results_ul::-webkit-scrollbar-thumb {
    background: #df1f26;
    border-radius: 4px;
}
h6.closeresults {
    color: #fff;
    background: #df1f26;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
h6.closeresults:hover {
    background: #fff;
    color: #df1f26;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}
[data-dismiss='modal'] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    color: #fff;
    background: #df1f26;
    font-size: 14px;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.2s ease-in-out;
    z-index: 10001;
}
[data-dismiss='modal']:hover {
    background: #fff;
    color: #df1f26;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}
@media (max-width: 575px) {
	.search-input {
	    padding: 0.9rem;
	    font-size: 15px;
	}
	#search_results ul#search_results_ul li a {
	    color: #fff;
	    font-size: 15px;
			font-weight: 400;
	}
}
/* Mainosbannerit */
.rautanet-banners-section {
	background: #fafbfe;
}
.rautanet-banners-section .banners {
	padding-right:0px;
}
.banner-ad-large {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #f9f9f9;
}
.banner-ad-large img {
    width: 100%;
    height: auto;
    display: block;
}
.banner-ad-large:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.col-sm-12, .col-md-6 {
    padding: 10px;
}
@media (max-width: 575px) {
	.banner-ad-large img {
		display: block;
    margin-left: auto;
    margin-right: auto;
	}
}
/* Kielivalitsin */
.col-lg-5.right {
  display: flex;          /
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.col-lg-5.right .richtext {
  display: inline-block;
  margin: 0;
}
.dropdown {
	margin-top: 0px;
	display: inline-flex!important;
}
.language-flag {
  font-size: 1.6rem;
  padding: 0.25rem;
  margin: 0;
  border: 2px solid #ffffff;
  background: transparent;
  line-height: 1;
}
.dropdown > button.btn.dropdown-toggle.language-flag {
  font-size: 1.3rem !important;
  padding: 0 !important;
  border: none;
  line-height: 0 !important;
	margin-left: 5px;
}
.dropdown > button.language-flag::after {
  color:#fff;
}
.language-flag:hover,
.language-flag:focus {
  border-color: #ffffff;
}
.dropdown-menu {
  min-width: 40px!important;
  padding: 0.25rem;
  border-color: rgba(255,255,255,0.65);
	background-color: #292f84;
}
.dropdown-menu li {
	margin-left:5px!important;
	margin-right: 5px!important;
	display: inline-block!important;
	float:left;
}
.dropdown-item {
	margin:0px!important;
	padding: 0px!important;
  font-size: 1.3rem;
  text-align: left;
	background:none!important;
}
.dropdown-item:hover {
  background-color: rgba(255,255,255,0.15);
}
button.language-flag:focus,
button.language-flag:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.alert {
	margin-bottom: 0px;
	text-align: center;
	background: #243164;
	border:none;
	border-radius:0px;
	color:#fff;
	padding: 5px;
}
.alert p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
	color:#fff;
}
/*# sourceMappingURL=style.css.map */
