/*
===========================================================================
 EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Template Name   : Velocity - Personal Portfolio Template
 Version         : 2.0
 Author          : bootWeb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Copyright (c) 2017 - bootWeb - https://themeforest.net/user/bootweb
===========================================================================
*/

/*================================================
            Table of contents  
==================================================
 
1. General
2. Preloader
3. NavBar
4. Home
5. About
6. Service
7. Quote
8. Portfolio
9. Testimonial
10. Counter
11. Blog
12. Contact
13. Clients
14. Scroll up
15. Footer

====================================================
            End table content 
===================================================*/

/*-------------------------------------------------------*/
  /* General */
/*-------------------------------------------------------*/
html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
.contrast {
  color: #ff6a6a;
}
.heading {
  padding: 60px 0px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
hr {
  height: 2px !important;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px auto;
  background-color: #000;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 10px 0px;
}
p{
  font-size: 15px;
  color: #666;
}

/*-------------------------------------------------------*/
  /* Preloader */
/*-------------------------------------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999999;
}
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ff6a6a;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*-------------------------------------------------------*/
  /* NavBar */
/*-------------------------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  padding: 5px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scroll {
  background-color: #111 !important;
}
.custom-navbar .navbar-brand {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 35px;
}
.custom-navbar .nav li a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-right: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ff6a6a;
}
.custom-navbar .navbar-nav > li > a.active {
  background-color: transparent;
  color: #ff6a6a;
  font-weight: bold;
  border-bottom: 2px solid #ff6a6a;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #ff6a6a;
  border-color: transparent;
}

/*-------------------------------------------------------*/
  /* Home */
/*-------------------------------------------------------*/
#home {
  position: relative;
  background: url(../images/Etusivun_kuva_1920.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
#home .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 35%;
}
.typed-cursor, .element {
  display: inline-block;
  font-weight: bold;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  color: #fff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.bouncing-icon:hover {
  background: none;
  color: #ff6a6a;
}

/*-------------------------------------------------------*/
  /* About */
/*-------------------------------------------------------*/
#about {
  background-color: #f5f5f5;
}
#about img {
  width: 450px;
  margin: auto;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
#about .social a {
  width: 32px;
  height: 32px;
  color: #fff;
  background: #000;
  display: inline-table;
  margin: 40px 5px;
  font-size: 15px;
  border-radius: 2px;
}
#about .social a i{
  display: table-cell;
  vertical-align: middle;
}
#about .social a:hover {
  background: #ff6a6a;
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}
#about .row h1,
#about .row h3 {
  font-weight: bold;
}
#about .about_bg p{
  padding-top: 15px;  
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
#toimitusjohtajalta .about_bg p {
    padding-top: 15px;
    font-size: 20px; /*16 orig.*/
    text-align: left;
    line-height: 32px; /*28 orig.*/
}
#about .download-resume {
  margin: 40px 0px 60px 0px;
}
#about .download-btn {  
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  background-color: #ff6a6a;
}
#about .download-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/*-------------------------------------------------------*/
  /* Services */
/*-------------------------------------------------------*/
#service {
  background-color: #f5f5f5;
}
#service .back img {
  height: 45px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#service .subtitle {
  margin: 15px 0px 10px 0px;
}
#service p {
  font-size: 16px;
}
#service .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.space {
  padding-bottom: 60px;
}
#service .back:hover {
  cursor: pointer;
}
#service .back:hover img {
  transform: scale(1.2);
}
#skill {
  background-color: #fff;
}
#skill img {
  width: 450px;
  margin: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
.skill-bar {
  width: 100%;
  height: 8px;
  background-color: #111;
  border-radius: 5px;
}
.skill-bar-overlay {
  height: 8px;
  background-color: #ff6a6a;
  width: 20%;
}
.single-skill {
  position: relative;
  margin-bottom: 20px;
}
.single-skill p {
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
}
.single-skill span {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}
.custom-skill1 {
	width: 15% !important;
}

/*-------------------------------------------------------*/
  /* Quote */
/*-------------------------------------------------------*/
#quote {
  background: url(../images/quote.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#quote h1 {
  margin: 0;
  font-weight: bold;
}
#quote h4 {
  margin: 20px 0 30px 0;
}
#quote .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 25px;
}
#quote .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
  /* Sotek */
/*-------------------------------------------------------*/
#sotek {
  background: url(../images/Gw_myymala_1920x1080.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  /*padding: 100px 0px; <- KORVATTU LAYER ELEMENTIN TAGISSA*/
  color: #fff;
}
#sotek h1 {
  margin: 0;
  font-weight: bold;
}
#sotek h4 {
  margin: 20px 0 30px 0;
}
#sotek .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 25px;
}
#sotek .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
  /* Video */
/*-------------------------------------------------------*/
#video-custom {
  background: url(../images/Autopaja_1920x1080.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#video-custom h1 {
  margin: 0;
  font-weight: bold;
}
#video-custom h4 {
  margin: 20px 0 30px 0;
}
#video-custom .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 25px;
}
#video-custom .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
  /* Voimavara */
/*-------------------------------------------------------*/
#voimavara {
  background: url(../images/Vera_Jenna_1920x1080.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  /*padding: 100px 0px; <- KORVATTU TAGISSA*/
  color: #fff;
}
#voimavara h1 {
  margin: 0;
  font-weight: bold;
}
#voimavara h4 {
  margin: 20px 0 30px 0;
}
#voimavara .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 25px;
}
#voimavara .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
  /* Katsaus */
/*-------------------------------------------------------*/
#katsaus {
  background: url(../images/katsaus_1920x1080.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  /*padding: 100px 0px; <-KORVATTU TAGISSA*/
  color: #fff;
}
#katsaus h1 {
  margin: 0;
  font-weight: bold;
}
#katsaus h4 {
  margin: 20px 0 30px 0;
}
#katsaus .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 25px;
}
#katsaus .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
  /* Portfolio */
/*-------------------------------------------------------*/
#portfolio {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
#portfolio .mix {
  display: none;
}
#portfolio ul.work-list {
  list-style: outside none none;
  margin-bottom: 60px;
  padding: 0;
}
#portfolio ul.work-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}
#portfolio .active {
  background-color: #ff6a6a;
  color: #fff;
}
#portfolio .active:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#portfolio ul.work-list li.active {
  color: #fff !important;
}
#portfolio ul.work-list li:hover {
  color: #ff6a6a;
}
ul.da-thumbs {
  list-style-type: none;
  padding: 0;
}
.da-thumbs li {
  overflow: hidden;
  padding: 0;
}
.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}
.da-thumbs li div.work-content {
  position: absolute;
  text-align: center;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  color: #fff;
}
#portfolio .work-table {
  display: table;
  width: 100%;
  height: 100%;
}
#portfolio .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#portfolio .work-content h3 {
  margin-top: 0;
}
#portfolio .work-content p {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  padding: 0px 20px;
}
#portfolio .work-content .fa {
  padding: 10px;
  margin: 0px 5px;
  color: #fff;
  background-color: #ff6a6a;
  border-radius: 50%;
}

/*-------------------------------------------------------*/
  /* Testimonial */
/*-------------------------------------------------------*/
#testimonial {
  padding-bottom: 60px;
}
.single-testimonial {
  position: relative;
  padding: 15px 10px;
  margin: 0px 10px;
  border: 1.5px solid #bbb;
  height: 285px; /**oma muutos**/
}
.t-image {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-testimonial .t-image img {
  width: 90px;
  height: 90px;
  border: 2px solid #ff6a6a;
}

.t-image img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: none !important;
}
.t-name {
  position: absolute;
  left: 130px;
  top: 20px;
}
#testimonial .subtitle {
  text-align: left;
  margin-top: 15px;
}
.single-testimonial p.company {
	font-style: italic;
	color: #ff6a6a;
  font-size: 14px;
  text-align: left;
}
p.company { 
	visibility: hidden;
}
.t-content {
  margin-top: 110px;
}
.t-content p {
  text-align: left;
  font-size: 15px;
  line-height: 150%;
  padding: 0 10px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6a6a;
}

/*-------------------------------------------------------*/
  /* Counter */
/*-------------------------------------------------------*/
#counter {
  position: relative;
  height: auto;
  /*padding-top: 100px; <-KORVATTU TAGISSA*/
  /*padding-bottom: 50px; <-KORVATTU TAGISSA*/
  background: #f5f5f5 url(../images/Metalli_1920x1080.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#counter .single-counter {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

/*-------------------------------------------------------*/
  /* Blog */
/*-------------------------------------------------------*/
#blog .single-blog {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
  padding-bottom: 30px;
  height: 505px !important; /** Pakotettu korkeus diveille **/
}
#blog .single-blog img {
  width: 400px;
  max-height: 220px;
  margin: auto;
  margin-bottom: 20px;
}
#blog .post-description { display:none; }
#blog .post-description,
#blog .post-description .fa {
  color: #8d8d8d;
  text-align: left;
}
#blog .post-description .fa {
  padding-left: 20px;
}
#blog .single-blog .subtitle {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
#blog .single-blog p {
  text-align: left;
  font-size: 15px;
  padding: 0px 20px 10px 20px;
}
#blog .blog-btn {
  font-size: 16px;
  padding: 9px 18px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff6a6a;
}
#blog .blog-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/*-------------------------------------------------------*/
  /* Contact */
/*-------------------------------------------------------*/
#contact {
  background-color: #f5f5f5;
}
.contact-text {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding-left: 14px;
}
.contact-message {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 150px;
  width: 100%;
  padding: 14px;
}
.mb-10 {
  margin-bottom: 10px
}
.mt-20 {
  margin-top: 20px;
}
#contact .send-btn {
  background-color: #ff6a6a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 60px;
  opacity: 1;
  border: none;
  border-radius: 3px;
  float: left;
}
#contact .send-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.contact-content {
  margin-top: 100px;
}
.contact-content-p {
  color: #555;
  text-decoration: underline;
}
#map {
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}

/*-------------------------------------------------------*/
  /* Clients */
/*-------------------------------------------------------*/
#partners img {
  max-width: 180px;
  padding: 60px 30px;
  margin: auto;
}

/*-------------------------------------------------------*/
  /* Scroll up */
/*-------------------------------------------------------*/
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  z-index: 9;
}
#scroll-up:hover {
  background-color: #ff6a6a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

/*-------------------------------------------------------*/
  /* Footer */
/*-------------------------------------------------------*/
footer {
  background-color: #111;
  padding: 50px 0px;
  text-align: center;
}
footer p {
  color: #bbb;
}
footer .fa {
  margin: 0px 5px 20px 5px;
}
footer .fa-facebook {
  background-color: #3B5998;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
footer .fa-twitter {
  background-color: #00ACEE;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
footer .fa-linkedin {
  background-color: #007bb6;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
footer .fa-youtube {
  background-color: #b31217;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
footer .fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
footer .fa-pinterest {
  background-color: #C8232C;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
.facebook-tooltip, .twitter-tooltip, .linkedin-tooltip, .instagram-tooltip, .youtube-tooltip, .pinterest-tooltip {
  position: relative;
}
.facebook-text, .twitter-text, .linkedin-text, .instagram-text, .youtube-text, .pinterest-text {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  padding: 0px 5px;
  border-radius: 1px;
  position: absolute;
  top: 160%;
  left: 0%;
}
.facebook-tooltip:hover .facebook-text {
  visibility: visible;
}
.twitter-tooltip:hover .twitter-text {
  visibility: visible;
}
.google-tooltip:hover .google-text {
  visibility: visible;
}
.linkedin-tooltip:hover .linkedin-text {
  visibility: visible;
}
.instagram-tooltip:hover .instagram-text {
  visibility: visible;
}
.youtube-tooltip:hover .youtube-text {
  visibility: visible;
}
.pinterest-tooltip:hover .pinterest-text {
  visibility: visible;
}
.skill-bar-custom {
	background-color: green;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.master-video-container {
	margin: auto;
	width: 70%;
}
.img-avainluvut-custom {
	box-shadow: none !important;
}
.img-toiminta {
	width:90%;
	padding-bottom:30px;
}
.img-toiminta-thumb {
	width:45%;
	border-radius:20px;
	height:auto !important;
}
.custom-contact i {
	font-size: 18px;
}
.arvot-custom-spacing {
	padding-bottom: 50px;
}
.arvot-custom-heading {
	top: 35px;
}

#katsaus {
	text-align: center;
}

#katsaus h1 {
	padding-bottom: 20px;
}
#katsaus p {
	font-size: 20px;
	color: white;
	margin: auto;
	width: 50%;
	padding-top: 10px;
}
@media (min-width: 1024px) {
	.mobiili {
		margin-top: -40px;
	}
}
.al17-container:after,.al17-container:before,.al17-panel:after,.al17-panel:before,.al17-row:after,.al17-row:before,.al17-row-padding:after,.al17-row-padding:before,
.al17-cell-row:before,.al17-cell-row:after,.al17-clear:after,.al17-clear:before,.al17-bar:before,.al17-bar:after{content:"";display:table;clear:both}
.al17-container,.al17-panel{padding:0.01em 16px}.al17-panel{margin-top:16px;margin-bottom:16px}
.al17-leftbar{border-left:6px solid #ccc!important}
.al17-serif{font-family:serif}
.al17-xlarge{font-size:24px!important}.al17-xxlarge{font-size:36px!important}