@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');
}
@font-face {
	font-family: 'Gothic Thirteen STD';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/GothicThirteenStd.otf') format('tf'),
		 url('../fonts/GothicThirteenStd.woff') format('woff');
}
html {
  font-size: 15px;
}
:root {
  scroll-behavior: unset
}
body {
  font-family: 'DM Sans',sans-serif;
  color: #222;
  background-color: #fff;
  font-size: 15px;
  /*font-size: 1rem;*/
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    /*font-size: 14px;*/
  }
}
p {
  font-size: 17px;
  color: #3F475E;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292f84;
  /*font-family: 'DM Sans',sans-serif;*/
  font-family: 'Gothic Thirteen STD';
  font-weight: 600;
}
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;
  }
}
.alert-success {
	margin-bottom: 0px;
	text-align: center;
	background: #292f84;
	border:none;
	border-radius:0px;
	color:#fff;
}
.alert-success p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	color:#fff;
}
.alert {
  font-size: 14px;
}
.alert-primary {
	margin-top: 5px;
}
/* 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;
}
.tmpl-uutiset .rautanet-section-title {
  margin-bottom: 75px;
}
@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 h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 101%;
  margin-bottom: 15px;
}
.rautanet-section-title h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 101%;
  margin-bottom: 15px;
}
.rautanet-section-title h3, .rautanet-section-title h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 101%;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .rautanet-section-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .rautanet-section-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .rautanet-section-title h1 {
    font-size: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 30px;
  }
	.rautanet-section-title h3, .rautanet-section-title h4 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .rautanet-section-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
	.rautanet-section-title h3, .rautanet-section-title h4 {
    font-size: 28px;
		line-height: 36px;
  }
}
@media (max-width: 375px) {
  .rautanet-section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .rautanet-section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
	.rautanet-section-title h3, .rautanet-section-title h4 {
    font-size: 26px;
  }
}
.rautanet-section-title p {
  font-size:18px;
  margin-bottom: 10px;
	color:#222;
}
@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: 45px;
  height: 45px;
  line-height: 45px;
  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: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.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 {
  /* for IE 11 */
  display: none;
}
.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  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: 35px;
  height: 35px;
  line-height: 35px;
  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-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-tarjoukset .rautanet-page-title, .tmpl-tarjous .rautanet-page-title, .tmpl-yhteystiedot .rautanet-page-title, .tmpl-uutiset .rautanet-page-title {
  min-height: 50px;
	background: none;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.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-tarjoukset .rautanet-page-title::after, .tmpl-tarjous .rautanet-page-title::after, .tmpl-yhteystiedot .rautanet-page-title::after, .tmpl-uutiset .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 {
	width: 100%;
	float: left;
}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget {
  float:left;
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #292f84;
  margin: 0 0 1.3em;
  position: relative;
  font-family: 'DM Sans',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 {
    padding: 35px;
  }
}
.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: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 50%;
	border: 1px solid #292f84;
}
.blog-sidebar .about-widget ul li a i {
	font-size: 22px;
	width: 22px;
  height: 22px;
}
.blog-sidebar .about-widget ul li a i:before {
	font-size: 22px;
	width: 22px;
  height: 22px;
}
.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: 'DM Sans',sans-serif;
  color: #292f84;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #fff;
	background-color: #292f84;
}
.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{
	border: 1px solid #eee;
	padding: 40px;
}
.rautanet-newsletter-widget {
	border: 1px solid #eee;
	padding: 40px;
}
.blog-sidebar .recent-post-widget .post {
  width: 100%;
  float: left;
	padding: 10px;
}
.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: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: 'DM Sans',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 {
    padding: 20px;
  }
}
.blog-sidebar .rautanet-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
		font-family: 'DIN Pro Condensed Medium';
}
.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;
	/*background: #243162;*/
  padding: 10px;
}
.rautanet-topnav ul {
  text-align: left;
	margin-top: 8px;
}
.rautanet-topnav ul li {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  display: inline-flex;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.rautanet-topnav ul li a {
  color: #fff;
}
.rautanet-topnav ul li a:hover {
  color: #fff;
}
.rautanet-topnav h3 {
  color: #fff;
  margin-bottom: 0em;
  font-size: 30px;
	font-family: 'DIN Pro Condensed Medium';
	text-transform: uppercase;
}
@media (max-width: 991px) {
  .rautanet-topnav ul, .rautanet-topnav h3 {
    text-align: center!important;
  }
	.rautanet-topnav ul {
		margin-top: 0px;
	}
}
.topbar {
  background: #fff;
	color:#292f84;
	/*background: #292F84;
	background: linear-gradient(0deg, rgba(41, 47, 132, 1) 4%, rgba(60, 69, 196, 1) 100%);*/
  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;
  }
}
.topbar .contyact-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 .contyact-info-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .topbar .contyact-info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topbar .contyact-info-wrap .contact-info {
  margin: 0 20px;
}
.topbar .contyact-info-wrap .contact-info + .contact-info {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .topbar .contyact-info-wrap .contact-info + .contact-info {
    padding-left: 0;
  }
}
.topbar .contyact-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 .contyact-info-wrap .contact-info + .contact-info:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 5px;
  }
}
@media (max-width: 991px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 5px;
  }
}
@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info {
    margin-bottom: 15px;
  }
  .contact-info.address {
    display: none;
  }
  .topbar . span, .topbar . p {
    font-size: 14px!important;
  }
  .topbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
	.rautanet-topnav li h3 {
    font-size: 16px;
  }
  .rautanet-topnav ul li {
    font-size: 16px;
    line-height: 18px;
  }
}
.topbar .contyact-info-wrap .contact-info .icon {
  float: left;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    margin-bottom: 5px;
  }
}
.topbar .contyact-info-wrap .contact-info .icon .fi:before {
  line-height: unset;
  color: #df1f26;
  font-size: 25px;
}
@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon .fi:before {

  }
}
.topbar .contyact-info-wrap .contact-info .info-text {
  overflow: hidden;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}
.topbar .contyact-info-wrap .contact-info .info-text span {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  display: block;
  color: #292f84;
}
@media (max-width: 1400px) {
  .topbar .contyact-info-wrap .contact-info .info-text span {

  }
}
.topbar .contyact-info-wrap .contact-info .info-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #292f84;
  margin-bottom: 0;
}
.topbar .contyact-info-wrap .contact-info .info-text p a {
  color: #292f84;
}
@media (max-width: 1400px) {
  .topbar .contyact-info-wrap .contact-info .info-text p {

  }
}
.topbar .contyact-info-wrap .contact-info:last-child {
  margin-right: 0;
}
.topbar .contyact-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;
}
.topbar .contyact-info-wrap .contact-info . p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
	margin-bottom: 0;
}
@media (max-width: 1400px) {
  .topbar .contyact-info-wrap .contact-info . p {

  }
}
.topbar .contyact-info-wrap .contact-info:last-child {
  margin-right: 0;
}
.topbar .contyact-info-wrap .contact-info:last-child . {
  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: 250px;
  height: auto;
  border: 2px solid #fff;
}
.navbar-brand.no-border img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border: none;
}
.mobile-logo a.no-border img {
  border: none;
	margin-bottom: 10px;
}
.mobile-logo {
  display:none;
}
li.offe. li.call {
  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, 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: 40px;
		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.call a {
		font-size: 18px!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;
    background: #121438;
    color: #fff;
    border: none!important;
  }
li.opentime {
    display: block;
    margin-top: 0px;
    background: #121438;
    color: #fff;
    border: none!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #292f84!important;
  }
	li.opentime ul {
			margin-left: 30px;
			margin-right: 30px;
			padding-top: 5px;
		}
	li.opentime ul li {
	    display: block;
	    margin-top: 0px;
	    background: #121438;
	    color: #fff;
	    border: none!important;
	    padding-bottom: 0px;
			padding-top: 5px;
			padding-left: 10px;
	  }
		li.language a img {
			width: 100%;
			max-width: 25px;
			height: auto;
		}
  /*li.offer a::after {
    margin-left: 15px;
    content: "\e628";
    font-family: "themify";
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    width: 15px;
    height: 15px;
  }*/
	.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;
}
@media (max-width: 768px) {
    .site-header .navigation.sticky-on {
        position: static !important;
        top: auto !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;
  }
	.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, .contyact-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;
}
.rautanet-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.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: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  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: 28px;
	font-family: 'Gothic Thirteen STD';
}
.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: 18px;
	line-height: 24px;
  font-weight: 600;
  text-align: left;
  color: #292f84;
	font-family: 'DIN Pro Condensed Light';
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #df1f26;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 16px;
  color: #888;
  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-checkout-price {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  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;
  }
  /* Korjataan li ja linkki */
  .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: 11px;
    font-family: "themify";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
		padding: 5px;
    line-height: 1;
		border: solid 1px #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: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
  }
  .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 {
    padding: 0 10px;
  }
}
/* 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;
}
@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.35);
  z-index:-1;
}
.rautanet-hero-slider .hero-image .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-weight: 700;
  font-size: 55px;
  color: #fff;
  margin-bottom: 40px;
}
.rautanet-hero-slider .slide-inner .slide-content .slide-title p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
@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: 35px;
    margin-bottom: 20px;
  }
}
.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;
}
/* CTA */
.rautanet-cta-section {
	background: #292f84;
	padding-top: 40px;
	padding-bottom: 35px;
	border: none;
	color:#fff;
}
.rautanet-cta-section h2 {
	color:#fff;
	font-size: 42px;
	line-height: 52px;
}
.rautanet-cta-section p {
	color:#fff;
}
@media (max-width: 767px) {
  .rautanet-cta-section {
		padding-left: 25px;
		padding-right: 25px;
  }
}
/* Footer */
.rautanet-site-footer {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  /*background: #292f84;*/
	background: #292F84;
	background: linear-gradient(0deg, rgba(41, 47, 132, 1) 34%, rgba(60, 69, 196, 1) 100%);
  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;
  }
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  color:#fff;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text ul {
	margin-left: 0px;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text ul li {
	list-style: none;
}
.rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text ul li a {
	color:#fff;
}
@media (max-width: 1399px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .rautanet-site-footer .rautanet-upper-footer .rautanet-upper-footer-text h2 {
    font-size: 25px;
  }
}
.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, .rautanet-site-footer .rautanet-lower-footer p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.rautanet-site-footer .rautanet-lower-footer ul li a, .rautanet-site-footer .rautanet-lower-footer p 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;
}
.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;
}
.rautanet-features-item p.paragraph {
	line-height: 28px!important;
}
@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;
	width: 100%;
	text-align: center;
}
.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;
	width: 100%;
}
.rautanet-features-section .rautanet-features-item p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
	text-align: center;
	color:#222;
}
.rautanet-features-item .slide-btns {
  margin-top:30px;
	text-align: center;
}
.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;
}
.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: center!important;
  }
}
.rautanet-features-section .rautanet-features-item p {
  margin-bottom: 0;
  font-size: 16px;
}
/* Sisältö */
.rautanet-about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tmpl-etusivu .rautanet-about-section .rautanet-about-top .rautanet-about-left {
  padding-right: 0px;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left {
  padding-right: 50px;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-center {
	max-width: 400px;
	width: 100%;
	display: inline-flex;
	margin-top: 15px;
}
.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;
}
.rautanet-about-top .rautanet-about-text img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rautanet-shop-section .show-products {
  margin-top: 20px;
}
@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-center {
		padding-right: 0;
		margin-bottom: 30px;
	}
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left p {
  font-size: 18px;
  /*color: #71788A;*/
	color:#222;
  font-family: 'DM Sans',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-center .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-center .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-center .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 h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: rgba(26, 36, 63, 0.84);
  margin-bottom: 0;
	font-family: 'DIN Pro Condensed Medium',sans-serif;
	color:#292f84;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-center .rautanet-about-left-info .rautanet-about-left-text h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: rgba(26, 36, 63, 0.84);
  margin-bottom: 0;
	font-family: 'DIN Pro Condensed Medium',sans-serif;
	color:#292f84;
}
.rautanet-about-section .rautanet-about-top .rautanet-about-left .rautanet-about-left-info .rautanet-about-left-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgba(26, 36, 63, 0.80);
}
.rautanet-about-section .rautanet-about-top .rautanet-about-center .rautanet-about-left-info .rautanet-about-left-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgba(26, 36, 63, 0.80);
}
.rautanet-about-section .rautanet-about-bottom {
  margin-top: 50px;
  position: relative;
}
/* Henkilökunta */
.rautanet-team-section {
  padding-bottom: 90px;
}
@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;
}
/* 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 {
  -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 div  {
  font-size: 17px;
  color: #1d2327;
  font-weight: 400;
  margin-bottom: 13px;
  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;
}
.team-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  color: #292f84;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left;
  padding-bottom: 10px;
}
.team-info-wrap ul {
  padding-left: 0;
}
/* Uutiset */
.tmpl-etusivu .rautanet-blog-section {

	background: #fff;
}
.rautanet-blog-section {
  padding-bottom: 90px;
	background: #f2f2f2;
}
.tmpl-uutiset .rautanet-blog-section {
	background: #fff;
}
.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 .richtext ul {

}
.rautanet-blog-content .richtext ul, .rautanet-blog-content .richtext ol, .rautanet-brands-section .richtext ul, .rautanet-brands-section .richtext ol {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 16px;
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  border: 0;
}
.rautanet-blog-content .richtext li, .rautanet-brands-section .richtext li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rautanet-blog-content .richtext h2, .rautanet-brands-section .richtext h2 {
  font-size: 28px;
	margin-bottom: 15px!important;
	margin-top: 10px!important;
	font-family: 'DIN Pro Condensed Bold',sans-serif;
	text-align: left;
}
.rautanet-blog-content .richtext h3, .rautanet-brands-section .richtext h3 {
  font-size: 24px;
	margin-bottom: 15px!important;
	margin-top: 10px!important;
	font-family: 'DIN Pro Condensed Medium',sans-serif!important;
	text-align: left;
}
.rautanet-blog-content .richtext h4, .rautanet-brands-section .richtext h4 {
  font-size: 20px;
	margin-bottom: 15px!important;
	margin-top: 10px!important;
	font-family: 'DIN Pro Condensed Medium',sans-serif!important;
	text-align: left;
}
.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-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-img img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.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;
}
@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: #444;
}
@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: 'DM Sans',sans-serif;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  max-width: 313px;
}
.rautanet-blog-section .rautanet-blog-items .rautanet-blog-item .rautanet-blog-content p a {
  font-family: 'DM Sans',sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color:#222;
}
.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: 'DIN Pro Condensed Bold',sans-serif;
  font-size: 28px;
}
.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;
}
.rautanet-single-sidebar {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .rautanet-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
}
.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: 'DM Sans',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, .blog-sidebar .rautanet-newsletter-widget {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rautanet-single-sidebar .rautanet-newsletter-widget h2, .blog-sidebar .rautanet-newsletter-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #292f84;
  margin-bottom: 20px;
	font-family: 'DIN Pro Condensed Medium';
}
.rautanet-single-sidebar .rautanet-newsletter-widget p, .blog-sidebar .rautanet-newsletter-widget p {
  color: #292f84;
  font-size: 18px;
}
.rautanet-single-sidebar .rautanet-newsletter-widget a, .blog-sidebar .rautanet-newsletter-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #292f84;
  font-size: 18px;
  color: #292f84;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.rautanet-single-sidebar .rautanet-newsletter-widget a::before, .blog-sidebar .rautanet-newsletter-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rautanet-single-sidebar .rautanet-newsletter-widget span, .blog-sidebar .rautanet-newsletter-widget span {
  font-size: 15px;
  color: #848892;
  display: block;
  text-align: left;
  margin-top: 20px;
}
.rautanet-single-sidebar .rautanet-newsletter-widget span a, .blog-sidebar .rautanet-newsletter-widget span a {
  color: #292f84;
  font-weight: 700;
}
.rautanet-single-sidebar .rautanet-newsletter-widget span a:hover, .blog-sidebar .rautanet-newsletter-widget span a:hover {
  color: #df1f26;
}
.rautanet-single-sidebar .rautanet-contact-widget {
  border: 0;
  background: #292f84;
}
.rautanet-single-sidebar .rautanet-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.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: #df2028;
  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: 70px!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: 80px;
}
.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- 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- {
  -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- ul li {
  font-size: 17px;
  color: #1d2327;
  font-weight: 400;
  margin-bottom: 22px;
  list-style: none;
}
.team- ul li a, .team- p a  {
  color: red;
}
.team- span  {
  color: #292f84;
  float: left;
  clear: right;
  margin-right: 10px;
}
.team- span i  {
  font-size: 20px;
}
.team- ul li:last-child {
  padding-bottom: 0;
}
.team- ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}
.team- ul li:last-child {
  margin-bottom: 0;
}
.team- 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;
}
.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- {
    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%;
  }
}
/* Tuotenostot */
.tmpl-etusivu .rautanet-shop-section.section-padding {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
/* Tuotteet */
.rautanet-shop-section {
  background: #f2f2f2;
}
.tmpl-tuotteet .rautanet-shop-section, .tmpl-tuoteryhma .rautanet-shop-section, .tmpl-tuote .rautanet-shop-section, .tmpl-tarjoukset .rautanet-shop-section, .tmpl-tarjous .rautanet-shop-section {
  background: #fff;
}
.rautanet-shop-section .product-text {
  padding-top: 50px;
}
.rautanet-shop-section .product-text p {
  padding-left: 0px;
}
.rautanet-shop-section .shop-grids {
  margin: 0 -15px;
}
.rautanet-shop-section .shop-grids .grid .img-holder, .tmpl-tuote .shop-grids .grid .img-holder  {
    height: auto;
    max-height: 200px;
    width: auto;
    background: #fff;
    padding: 20px;
		margin-bottom: 15px;
}
.rautanet-shop-section .shop-grids .grid .img-holder img, .tmpl-tuote .shop-grids .grid .img-holder img {
    height: auto;
    max-height: 150px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@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 {
  background-color: #f7f7f7;
  text-align: center;
  padding: 35px 35px;
}
.rautanet-shop-section .details h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}
.rautanet-shop-section .details p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .rautanet-shop-section .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.rautanet-shop-section .details h3 a {
  color: #292f84;
}
.rautanet-shop-section .details h3 a:hover {
  color: #df1f26;
}
.rautanet-shop-section .details del{
  color: #333!important;
  font-size:16px;
  margin-left: 10px;
}
.rautanet-shop-section .details span {
  color: red;
  font-size:20px;
  font-weight: 500;
}
.rautanet-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
}
.tmpl-tuoteryhma .details del {
}
.rautanet-shop-section .add-to-cart {
  margin-top: 20px;
}
.rautanet-shop-section .add-to-cart a {
  font-family: 'DM Sans',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 {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 18px;
  }
  .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;
}
/* Tuotesivu */
.rautanet-shop-section {
  /*background: #f2f2f2;*/
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.tmpl-tarjous .rautanet-shop-section, .tmpl-tuote .rautanet-shop-section {
	/*border-top:solid 1px #f2f2f2;*/
}
.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: 'DM Sans',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%);
}
.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;
}
.rautanet-shop-section .shop-grids .grid .img-holder, .tmpl-tuote .shop-grids .grid .img-holder  {
    height: auto;
    max-height: 300px;
    width: auto;
    background: #fff;
    padding: 20px;
}
.rautanet-shop-section .shop-grids .grid .img-holder img, .tmpl-tuote .shop-grids .grid .img-holder img {
    height: auto;
    max-height: 180px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@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 {
  background-color: #f7f7f7;
  text-align: center;
  padding: 35px 35px;
	  height: 100%;
}
.rautanet-shop-section .details h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}
.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;
  }
}
.rautanet-shop-section .details h3 a {
  color: #292f84;
  font-family: 'DIN Pro Condensed Bold',sans-serif;
  font-size: 28px;
}
.rautanet-shop-section .details h3 a:hover {
  color: #df1f26;
}
.rautanet-shop-section .details del, .rautanet-shop-section .details span.old{
  color: #969AA6;
  font-size:16px;
  margin-left: 10px;
	text-decoration: line-through;
}
.rautanet-shop-section .details span {
  color: red;
  font-size:26px;
  font-weight: 700;
}
.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;
}
.rautanet-shop-section .add-to-cart {
  margin-top: 20px;
}
.rautanet-shop-section .add-to-cart a {
  font-family: 'DM Sans',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;
}
/* 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: 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;
}
@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: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	/*background: #f4f6fa;*/
	background: #fff;
	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: 20px;
  font-size: 1.3rem;
  font-weight: normal;
  /*color: #cdcfd5;*/
	color:#888;
  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 .tg-btm {
  margin-top: 25px;
}
.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 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 .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;
}
.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: 'DM Sans',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: 'DM Sans',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: 18px;
}
.rautanet-shop-single-section .availability {

}
.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: 30px;
	padding-right: 30px;
}
.rautanet-shop-single-section .back-to .back {
	margin-bottom: 15px;
}
/* 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;
}
.rautanet-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.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 h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: 'DM Sans',sans-serif;
}
@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 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
  .rautanet-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}
@media (max-width: 767px) {
  .rautanet-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
.rautanet-blog-single-section .post blockquote {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
}
@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: 'DM Sans',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: 'DM Sans',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 {
  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: 'DM Sans',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:16px;
	width:100%;
}
.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: 7px;
	line-height: 24px;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text p a {
  color:#df1f26;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text ul li {
	list-style: none;
	font-size: 17px;
}
.rautanet-contact-pg-section .office-info .office-info-item .office-info-text ul li:first-child {
	display: none;
}
/* 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:10px;
}
.rautanet-contact-form-area ul li label input {
	margin-right:10px;
}
.rautanet-contact-form-area ul li label:hover, .rautanet-contact-form-area ul li input:hover {
	cursor:pointer;
}
.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;
}
/* 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:auto;
	height:auto;
	max-height: 700px;
	/*display: block;
	margin-left: auto;
	margin-right: 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;
	color:#333;
	text-transform: none;
	border:none;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
}
@media screen and (max-width: 576px) {
  .size-large, .size-small {
  	width:100%;
  }
}
/* 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-name h2 {
	font-family: 'DIN Pro Condensed Medium';
	letter-spacing: 1px;
	font-size: 22px;
}
.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;*/
	height: auto;
}
.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:none!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 Regular'!important;
}
.contact-box h2 {
	font-size:24px!important;
}
.contact-box h2 a{
	font-family: 'DIN Pro Condensed Regular'!important;
	color:#fff;
}
.contact-box h2 a:hover{
	color:#fff!important;
}

/*# sourceMappingURL=style.css.map */
