@charset "UTF-8";
/*
*
*	TO DO:
*	* style_shuffle.css tänne ja pilko tää mahdollisesti toiminnallisiin osiin
*	* muuttujat loppuun
*	* Kohdesivut kuntoon
*	
*
*/
/*
*
*	IMPORTS
*
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
/*
*
*	HTML ELEMENTS
*
*/
html {
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

a {
  list-style: none;
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #17ECEC; }

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  height: auto;
  overflow-x: hidden; }

button {
  font-family: "Arial";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  padding: .4em .8em;
  margin: 0;
  border: 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer; }
  button:hover {
    background: #bdbdbd;
    transition: 0.3s; }
  button:focus {
    outline: 0 none; }

h2 {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0; }

h3 {
  padding-top: 1.3rem; }

label {
  font-weight: 300; }

main {
  /*
  max-width: 900px;
  */
  padding-bottom: 35px;
  margin: auto;
  background: #222;
  /* Varjo mainblockille
  	box-shadow: 30px 0px 40px rgba(0, 0, 0, 0.2),
  	-30px 0px 40px rgba(0, 0, 0, 0.1);
  */ }

nav {
  padding: 0 8px; }

ul {
  list-style: none;
  padding: 0; }

fieldset {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  /*  background: #666;
  */
  padding: .5em;
  border-radius: 3px; }

footer {
  z-index: -9;
  text-align: center;
  padding: 2rem 1rem;
  margin: auto;
  background: white; }
  footer p {
    margin-top: 3rem; }

/*
*
*	CLASSES
*
*/
.caption {
  padding: 2.5rem;
  text-align: center; }

.caption2 {
  padding: 3rem 5rem 1rem;
  text-align: center;
  background: white; }

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 5px;
  text-align: left; }
  .checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5em;
    color: white; }
    .checkbox label:before, .checkbox label :after {
      content: '';
      display: block;
      position: absolute; }
    .checkbox label:before {
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      margin-right: 10px;
      background: #ddd;
      border-radius: 3px; }
    .checkbox label:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: 10px;
      height: 10px;
      border-radius: 2px;
      background: #68b8c4;
      opacity: 0;
      pointer-events: none; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1; }
  .checkbox input:checked ~ label:after {
    opacity: 1; }
  .checkbox input:focus ~ label:before {
    background: #eee; }

.container {
  padding-top: 25px;
  text-align: center; }
  .container .gap {
    width: 100px;
    display: inline-block;
    margin: 0 2%; }
  .container .mix {
    position: relative;
    display: none;
    width: 300px;
    height: 300px;
    margin: 0.5%; }
    .container .mix a {
      height: 100%;
      width: 100%;
      margin: 0%;
      padding: 0%; }
      .container .mix a img {
        height: inherit;
        width: inherit;
        border-radius: 0%;
        filter: grayscale(100%); }
        .container .mix a img:hover {
          filter: grayscale(0%);
          transition: 0.3s; }
    .container .mix:hover {
      transform: scale(1.05);
      transition: 0.3s; }
      .container .mix:hover :first-child .labels {
        opacity: 1;
        transition: 0.3s; }
  .container .faceContainer {
    background: #c5d1c0;
    display: inline-grid;
    grid-template-columns: auto auto auto auto auto auto auto auto; }
    .container .faceContainer .testimonial {
      width: 10vw;
      padding: 10px; }
      .container .faceContainer .testimonial img {
        width: 100%;
        filter: grayscale(100%);
        text-align: center; }
        .container .faceContainer .testimonial img:hover {
          transform: scale(1.15);
          transition: 0.3s; }
  .container .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms; }
    .container .fail-message:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .container .fail-message span {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      font-weight: 700; }
    .container .fail-message .fail .fail-message {
      opacity: 1;
      pointer-events: auto; }

.labels {
  position: absolute;
  z-index: 998;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 5%;
  /* Adjust this value to move the positioned div up and down */
  background: rgba(0, 0, 0, 0.4);
  font-family: Arial,sans-serif;
  color: #fff;
  width: 100%;
  /* Set the width of the positioned div */
  transition: 0.3s;
  opacity: 0; }

.labelx {
  opacity: 1;
  font-size: 14px; }

.labely {
  opacity: 1;
  font-size: 14px; }

.ihmiset {
  background: #c5d1c0;
  padding-top: 20px; }

/*
.testimonial{
    background: $bgihmiset;
    text-align: center;
	max-height: 250px;

    margin: 0 15px 0;
    position: relative;
	transition: all .2s ease-in-out;
	&:hover {
		transform: scale(1.2);
	}
	
	.icon{
		display: inline-block;
		font-size: 80px;
		color: #bd986b;
		margin-bottom: 20px;
		opacity: 0.6;
	}
	.description{
		font-size: 16px;
		color: #777;
		text-align: justify;
		margin-bottom: 30px;
		opacity: 0.9;
		letter-spacing: -1px;
	}
	.testimonial-content{
		padding: 1.5rem 0;
		width: 100%;
		position: relative;
		left: 0;

	}
	.pic{
		display: initial;
		border: $borderWeight solid $borderColor;
		border-radius: $borderRadius;
		overflow: hidden;
		z-index: 1;
		position: relative;
		width: $faceSize;
		filter: grayscale($howGrayscale);
		img{
			width: 100%;
			height: auto;
		}
	}
	.title{
		font-size: 15px;
		font-weight: bold;
		color: black;
		text-transform: capitalize;
		margin: 0 0 5px 0;
	}
	.post{
		display: block;
		font-size: 14px;
		color: black;
		margin: 10px;
	}
} 	// Naamat
*/
.moreinfo {
  text-align: center; }
  .moreinfo h3 {
    font-family: "Arial";
    border-left: solid 1px #222;
    border-right: solid 1px #222;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem; }

.v-header {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative; }

.wcontainer {
  max-width: 100vw;
  margin: auto;
  text-align: center;
  position: relative; }

.fullscreen-video-wrap {
  position: relative;
  top: 0;
  left: 50;
  /*
  	max-width: 900px;
  */
  overflow: hidden; }
  .fullscreen-video-wrap .video {
    max-height: 100vh;
    width: 100vw;
    overflow: hidden; }

.header-overlay {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50;
  width: 900px;
  z-index: 1;
  background: #225470;
  opacity: 0.55; }

.header-content {
  z-index: 2; }
  .header-content img {
    padding-bottom: 2rem;
    padding-top: 5rem; }
  .header-content h1 {
    font-size: 50px;
    margin-bottom: 0; }
  .header-content p {
    font-size: 1.5rem;
    display: block;
    padding: 1rem 1rem 0 1rem; }

.section {
  padding: 20px 0; }

.some {
  font-size: 48px;
  margin: 1rem; }

.xcontainer {
  width: 65%;
  margin: auto;
  overflow: hidden; }

.bigimg {
  font-size: 130px; }

.smallimg {
  margin-top: 10px;
  font-size: 90px; }

.ycontainer {
  	/*
    max-width:900px;
  	*/
  margin-left: auto;
  margin-right: auto;
  /*  padding: 5em 1em 1em;
  */
  padding: 5em 0;
  line-height: 1.6; }

.wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0 0 20px 0 rgba(72,94,116,0.7);*/ }

.wrapper > * {
  padding: 1em; }

.company-info {
  background: #bab1a4;
  font-size: 16px; }
  .company-info h3, .company-info ul {
    text-align: center;
    margin: 0 0 1rem 0;
    color: white;
    padding: 0; }

.contact {
  background: #f9feff;
  padding: 1em; }
  .contact h3 {
    padding: 0;
    margin-bottom: 2rem; }
  .contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
    .contact form label {
      display: block; }
    .contact form p {
      margin: 0; }
    .contact form .full {
      grid-column: 1 / 3; }
    .contact form button, .contact form input, .contact form textarea {
      width: 100%;
      padding: 1em;
      border: 1px solid #c1dee2; }
    .contact form button {
      background: #4d4c59;
      border: 0;
      text-transform: uppercase;
      color: white; }
      .contact form button:hover, .contact form button:focus {
        background: #71777d;
        color: #fff;
        outline: 0;
        transition: background-color 2s ease-out; }

.fix {
  color: white;
  display: inline-block;
  vertical-align: top; }

.nav-wrapper {
  position: fixed;
  right: 0;
  z-index: 100;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  padding-left: 500px; }

.logo {
  float: left;
  padding: 8px;
  margin-left: 16px;
  margin-top: 8px; }
  .logo a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    text-decoration: none; }

.alert {
  text-align: center;
  padding: 10px;
  background: #79c879;
  color: #fff;
  margin-bottom: 10px;
  display: none; }

.carousel-main {
  background: #fafaf8;
  margin-bottom: 40px; }
  .carousel-main .carousel-cell {
    max-width: 1000px;
    height: 563px;
    background: #8C8;
    border-radius: 5px; }

.carousel-nav {
  background: #fafaf8;
  color: #fafaf8; }
  .carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
    margin: 0 15px;
    -webkit-filter: saturate(20%);
    filter: saturate(20%); }
    .carousel-nav .carousel-cell:hover {
      -webkit-filter: saturate(200%);
      filter: saturate(200%); }
    .carousel-nav .carousel-cell .is-nav-selected {
      -webkit-filter: saturate(200%);
      filter: saturate(200%);
      transform: scale(0.9, 0.9);
      transition: .3s transform; }

.hidden {
  display: none; }

/*
*
*	IDs
*
*/
#copy {
  padding-top: 3rem;
  text-align: center;
  font-size: 12px; }

#logo {
  padding: 0;
  margin: 0; }

#alas {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -150px; }

#perhetta {
  font-family: copperplate;
  color: black;
  font-size: 28px;
  padding: 0.5rem 0;
  opacity: 1;
  font-style: italic;
  font-weight: 500;
  /*
	border-left: solid 1px black;
  	border-right: solid 1px black;
	*/ }

#teesit {
  background: white;
  padding-bottom: 3rem; }

.header {
  padding: 1rem;
  text-align: center;
  background: #222;
  color: #fff; }
  .header h2 {
    font-size: 16px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0; }

#Reset:hover {
  color: #17ECEC; }

#kohdeDiv {
  color: white;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #222; }

#kohteet {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  position: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }

#boxes {
  margin-top: 25px; }
  #boxes .box {
    margin: auto; }
    #boxes .box img {
      width: 30vw;
      padding: auto; }

nav ul {
  float: right; }
  nav ul li {
    display: inline-block;
    float: left; }
    nav ul li a {
      display: inline-block;
      outline: none;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 1.2px;
      font-weight: 600; }

nav ul li:not(:first-child) {
  margin-left: 36px; }

nav ul li:last-child {
  margin-right: 24px; }

#nav:checked + .nav-btn {
  transform: rotate(45deg); }

#nav:checked + .nav-btn i {
  background: #000;
  transition: transform 0.2s ease; }

#nav:checked + .nav-btn i:nth-child(1) {
  transform: translateY(6px) rotate(180deg); }

#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0; }

#nav:checked + .nav-btn i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg); }

#nav:checked ~ .nav-wrapper {
  z-index: 9990;
  opacity: 1; }

#nav:checked ~ .nav-wrapper ul li a {
  opacity: 1;
  transform: translateX(0); }

/*
*
*	MEDIA
*
*/
@media screen and (max-width: 864px) {
  .logo {
    padding: 0; }

  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 50;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*            background: rgba(255, 255, 255, 0.85);*/
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), white);
    transition: all 0.2s ease;
    padding-left: 0; }

  .nav-wrapper ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

  .nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px; }

  .nav-wrapper ul li:nth-child(1) a {
    transition-delay: 0.2s; }

  .nav-wrapper ul li:nth-child(2) a {
    transition-delay: 0.3s; }

  .nav-wrapper ul li:nth-child(3) a {
    transition-delay: 0.4s; }

  .nav-wrapper ul li:nth-child(4) a {
    transition-delay: 0.5s; }

  .nav-wrapper ul li:not(:first-child) {
    margin-left: 0; }

  .nav-wrapper ul li a {
    padding: 10px 24px;
    opacity: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    transform: translateX(-20px);
    transition: all 0.2s ease; }

  .nav-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%; }

  .nav-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    margin-left: 14px; }

  .nav-btn i:nth-child(1) {
    margin-top: 16px; }

  .nav-btn i:nth-child(2) {
    margin-top: 4px;
    opacity: 1; }

  .nav-btn i:nth-child(3) {
    margin-top: 4px; } }
/* LARGE SCREENS */
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr; }

  .wrapper > * {
    padding: 2em; }

  .company-info h3, .company-info ul, .brand {
    text-align: left; }

  /*
  .mix {
  	min-width: 300px;
  	min-height: 300px;
  }
  */ }
/*
// Naamat 6 riville
@media(max-width : 1400px) {
		.container{
		.faceContainer{
			grid-template-columns: auto auto auto auto auto auto;	
		}
	}
}
*/
/*
// Naamat 5 riville
@media(max-width : 1080px) {
		.container{
		.faceContainer{
			grid-template-columns: auto auto auto auto auto;
		}
	}
}
*/
@media (max-width: 950px) {
  .wcontainer {
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0; }

  .fullscreen-video-wrap {
    max-width: 100vw; }

  .header-overlay {
    max-width: 100vw; }

  .container {
    font-size: 8px; }
    .container .faceContainer {
      grid-template-columns: auto auto auto auto; }
      .container .faceContainer .testimonial {
        width: 20vw; }

  .mix {
    width: 220px !important;
    height: 220px !important; } }
/* Screen Sizes 500px and Up */
@media (min-width: 600px) {
  #landing {
    display: flex;
    height: 100%; }

  #landing-text {
    height: 100vh; }

  #landing-image {
    height: 100vh; } }
/* Screen Sizes 700px and Up */
@media (min-width: 700px) {
  .btn {
    padding: 1rem 3rem; } }
@media (max-width: 768px) {
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%; }
    header #branding img,
    header nav img,
    header nav li img,
    #newsletter h1 img,
    #newsletter form img,
    #boxes .box img,
    article#main-col img,
    aside#sidebar img {
      width: inherit; }

  .mix {
    width: 120px !important;
    height: 120px !important; }

  .labels {
    opacity: 1; }

  #showcase h1 {
    margin-top: 40px; }

  #newsletter button, .quote button {
    display: block;
    width: 100%; }

  #newsletter form input[type="email"], .quote input, .quote textarea {
    width: 100%;
    margin-bottom: 5px; }

  #wrap {
    width: 500px;
    left: -250px; } }
