html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Color declarations
 */
/**
 * Font weights
 */
/**
 * Mixin: Add font size and line-height in rems.
 */
/**
 * Mixin: Add font size and line-height in rems.
 */
/**
 * Typography styles
 */
a {
  text-decoration: none;
  color: #f57c00; }
  a:hover {
    text-decoration: underline; }

h1 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-top: 0; }
  @media screen and (min-width: 720px) {
    h1 {
      font-size: 1.875rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.25rem; } }

h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700; }
  @media screen and (min-width: 720px) {
    h2 {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 1.75rem;
      line-height: 2rem; } }

span.bold {
  font-weight: 600; }

/**
 * General styles
 */
body {
  margin: 0;
  padding: 0;
  font-family: 'Hind', sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #212121;
  font-weight: 400; }
  @media screen and (min-width: 720px) {
    body {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media screen and (min-width: 960px) {
    body {
      font-size: 1.125rem;
      line-height: 1.375rem; } }

.title-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2em;
  margin-bottom: 1.8em;
  padding: 0 1em; }
  .title-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 720px) {
    .title-container {
      padding: 0; } }
  .title-container .title-bar {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 500; }
    @media screen and (min-width: 720px) {
      .title-container .title-bar {
        font-size: 2.125rem;
        line-height: 2.125rem;
        padding-left: 10px; } }
    @media screen and (min-width: 960px) {
      .title-container .title-bar {
        font-size: 3rem;
        line-height: 3rem;
        padding-left: 10px; } }

nav ul {
  margin: 0;
  padding: 0; }

nav ul, nav li {
  list-style: none;
  list-style-image: none; }

nav a {
  color: #212121; }

.nav-container {
  background: #ffe0b2;
  width: 100%; }
  .nav-container nav {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em; }
    .nav-container nav::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 720px) {
      .nav-container nav {
        padding: 0; } }
    @media screen and (min-width: 720px) {
      .nav-container nav {
        padding-left: 10px; } }
    @media screen and (min-width: 960px) {
      .nav-container nav {
        padding-left: 0; } }
    .nav-container nav li {
      display: block;
      font-size: 1.5rem;
      line-height: 3.125rem;
      font-weight: 500;
      padding-top: 5px; }
      @media screen and (min-width: 720px) {
        .nav-container nav li {
          font-size: 1.375rem;
          line-height: 3.75rem;
          margin-right: 40px;
          display: inline-block; } }
      @media screen and (min-width: 960px) {
        .nav-container nav li {
          font-size: 1.875rem;
          line-height: 5.4375rem;
          margin-right: 100px; } }

.main-image {
  height: 250px;
  background-size: cover;
  background-image: url("../images/backgrounds/studio-bellano-kynat.jpg");
  background-position: center top; }
  @media screen and (min-width: 720px) {
    .main-image {
      height: 300px; } }
  @media screen and (min-width: 960px) {
    .main-image {
      height: 400px; } }

.content-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  padding-top: 2em; }
  .content-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 720px) {
    .content-container {
      padding: 0; } }
  @media screen and (min-width: 720px) {
    .content-container {
      padding-top: 4em; } }
  .content-container aside {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding-bottom: 30px; }
    .content-container aside:last-child {
      margin-right: 0; }
    @media screen and (min-width: 720px) {
      .content-container aside {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%;
        padding-bottom: 0;
        padding-left: 10px; }
        .content-container aside:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .content-container aside {
        padding-left: 0; } }
    .content-container aside nav {
      width: 200px; }
      @media screen and (min-width: 720px) {
        .content-container aside nav {
          width: 160px; } }
      @media screen and (min-width: 960px) {
        .content-container aside nav {
          width: 200px; } }
      .content-container aside nav h2 {
        margin-top: 0; }
      .content-container aside nav h2 a {
        color: #f57c00;
        font-size: 1.5rem;
        line-height: 1.75rem;
        font-weight: 600; }
      .content-container aside nav li {
        display: block;
        border-bottom: 1px #b6b6b6 solid;
        padding: 15px 12px; }
      .content-container aside nav li:first-of-type {
        border-top: 1px #b6b6b6 solid; }
  .content-container article {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .content-container article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 720px) {
      .content-container article {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 74.46809%;
        padding-right: 10px; }
        .content-container article:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .content-container article {
        padding-right: 0; } }

.social_wrapper {
  margin-top: 4em; }
  .social_wrapper a {
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    line-height: 34px; }

.social_wrapper .share-title {
  display: inline-block;
  margin-right: 1em;
  line-height: 34px; }

.social_btn {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  text-indent: -9999px;
  background-repeat: no-repeat; }

.social_fb img,
.social_tw img,
.social_whatsapp img,
.social_email img {
  display: none; }

.social_fb {
  background-image: url("../images/icons/fb-share.svg"); }

.social_tw {
  background-image: url("../images/icons/tw-share.svg"); }

.social_whatsapp {
  background-image: url("../images/icons/wa-share.svg"); }

.social_email {
  background-image: url("../images/icons/em-share.svg"); }

.image-bar-container {
  padding: 3em 0;
  background: #212121;
  margin-top: 4em;
  width: 100%; }
  .image-bar-container .image-bar {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .image-bar-container .image-bar::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 720px) {
      .image-bar-container .image-bar {
        text-align: center; } }
    @media screen and (min-width: 720px) {
      .image-bar-container .image-bar {
        padding-left: 10px; } }
    @media screen and (min-width: 960px) {
      .image-bar-container .image-bar {
        padding-left: 0; } }
    .image-bar-container .image-bar .image-first,
    .image-bar-container .image-bar .image-second,
    .image-bar-container .image-bar .image-third {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      background-image: url("../images/studio-bellano-tyynyt.jpg");
      background-size: 297px 224px;
      width: 297px;
      height: 224px; }
      .image-bar-container .image-bar .image-first:last-child,
      .image-bar-container .image-bar .image-second:last-child,
      .image-bar-container .image-bar .image-third:last-child {
        margin-right: 0; }
      @media screen and (min-width: 720px) {
        .image-bar-container .image-bar .image-first,
        .image-bar-container .image-bar .image-second,
        .image-bar-container .image-bar .image-third {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%;
          background-image: url("../images/studio-bellano-tyynyt.jpg");
          background-size: 235px 177px;
          width: 235px;
          height: 177px; }
          .image-bar-container .image-bar .image-first:last-child,
          .image-bar-container .image-bar .image-second:last-child,
          .image-bar-container .image-bar .image-third:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 960px) {
        .image-bar-container .image-bar .image-first,
        .image-bar-container .image-bar .image-second,
        .image-bar-container .image-bar .image-third {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%;
          background-image: url("../images/studio-bellano-tyynyt.jpg");
          background-size: 297px 224px;
          width: 297px;
          height: 224px; }
          .image-bar-container .image-bar .image-first:last-child,
          .image-bar-container .image-bar .image-second:last-child,
          .image-bar-container .image-bar .image-third:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 720px) {
        .image-bar-container .image-bar .image-first,
        .image-bar-container .image-bar .image-second,
        .image-bar-container .image-bar .image-third {
          margin: 0;
          padding-top: 5px;
          display: inline-block;
          float: none; } }

@media screen and (min-width: 720px) {
  .yritys article {
    padding-left: 10px; } }

@media screen and (min-width: 960px) {
  .yritys article {
    padding-left: 0; } }

.yritys .image-bar .image-first {
  background-image: url("../images/studio-bellano-tapetti.jpg"); }

.yritys .image-bar .image-second {
  background-image: url("../images/studio-bellano-paletit1.jpg"); }

.yritys .image-bar .image-third {
  background-image: url("../images/studio-bellano-tulppaanit.jpg"); }

.palvelut .image-bar .image-first {
  background-image: url("../images/studio-bellano-paletit3.jpg"); }

.palvelut .image-bar .image-second {
  background-image: url("../images/studio-bellano-neliot.jpg"); }

.palvelut .image-bar .image-third {
  background-image: url("../images/studio-bellano-kukka-asetelma2.jpg"); }

.vuokravalitys .image-bar .image-first {
  background-image: url("../images/studio-bellano-tampere-ilmakuva.jpg"); }

.vuokravalitys .image-bar .image-second {
  background-image: url("../images/studio-bellano-kukka-asetelma.jpg"); }

.vuokravalitys .image-bar .image-third {
  background-image: url("../images/studio-bellano-pohjapiirros.jpg"); }

.stailaus .image-bar .image-first {
  background-image: url("../images/studio-bellano-maalipurkit.jpg"); }

.stailaus .image-bar .image-second {
  background-image: url("../images/studio-bellano-siveltimia.jpg"); }

.stailaus .image-bar .image-third {
  background-image: url("../images/studio-bellano-paletit2.jpg"); }

.yhteystiedot .image-bar .image-first {
  background-image: url("../images/studio-bellano-tyynyt.jpg"); }

.yhteystiedot .image-bar .image-second {
  background-image: url("../images/studio-bellano-tyynyt2.jpg"); }

.yhteystiedot .image-bar .image-third {
  background-image: url("../images/studio-bellano-lamppu-kukat.jpg"); }

@media screen and (min-width: 720px) {
  .liitteet article {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 960px) {
  .liitteet article {
    padding-left: 0;
    padding-right: 0; } }

.liitteet .image-bar .image-first {
  background-image: url("../images/studio-bellano-kasvit.jpg"); }

.liitteet .image-bar .image-second {
  background-image: url("../images/studio-bellano-kukka.jpg"); }

.liitteet .image-bar .image-third {
  background-image: url("../images/studio-bellano-kukkia.jpg"); }

footer {
  background: #b6b6b6;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem; }
  footer a {
    color: #212121; }
  footer .footer-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 0; }
    footer .footer-container::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 720px) {
      footer .footer-container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 960px) {
      footer .footer-container {
        padding-left: 0;
        padding-right: 0; } }
    footer .footer-container .footer-first {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      padding: 0 1em; }
      footer .footer-container .footer-first:last-child {
        margin-right: 0; }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-first {
          padding: 0; } }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-first {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 23.40426%; }
          footer .footer-container .footer-first:last-child {
            margin-right: 0; } }
    footer .footer-container .footer-second {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      padding: 0 1em;
      margin: 2em 0; }
      footer .footer-container .footer-second:last-child {
        margin-right: 0; }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-second {
          padding: 0; } }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-second {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 23.40426%;
          margin-top: 0; }
          footer .footer-container .footer-second:last-child {
            margin-right: 0; } }
    footer .footer-container .footer-third {
      color: #000;
      text-align: right;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      padding: 0 1em; }
      footer .footer-container .footer-third:last-child {
        margin-right: 0; }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-third {
          padding: 0; } }
      @media screen and (min-width: 720px) {
        footer .footer-container .footer-third {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 48.93617%; }
          footer .footer-container .footer-third:last-child {
            margin-right: 0; } }

.yritys .main-image {
  background-image: url("../images/backgrounds/studio-bellano-lasit.jpg"); }

.thank-you .main-image {
  background-image: url("../images/backgrounds/studio-bellano-tyynyt.jpg"); }

.palvelut .main-image {
  background-image: url("../images/backgrounds/studio-bellano-kynat.jpg"); }

.liitteet .main-image {
  background-image: url("../images/backgrounds/studio-bellano-kuutiot.jpg"); }

.yhteystiedot .main-image {
  background-image: url("../images/backgrounds/studio-bellano-varipaletit.jpg"); }

.yhteystiedot #map {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  padding: 0 1em; }
  .yhteystiedot #map:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .yhteystiedot #map {
      padding: 0; } }
  @media screen and (min-width: 720px) {
    .yhteystiedot #map {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      height: 390px;
      margin-right: 0; }
      .yhteystiedot #map:last-child {
        margin-right: 0; } }

.yhteystiedot #content {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  .yhteystiedot #content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .yhteystiedot #content {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 40.42553%;
      margin-left: 8.51064%;
      margin-right: 0; }
      .yhteystiedot #content:last-child {
        margin-right: 0; } }
  .yhteystiedot #content p:first-of-type {
    margin-top: 0; }

.yhteystiedot article {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .yhteystiedot article:last-child {
    margin-right: 0; }

.yhteystiedot .form-container {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
  background-color: #9e9e9e;
  padding: 20px 20px 30px 20px;
  color: #fff;
  margin-top: 56px; }
  .yhteystiedot .form-container:last-child {
    margin-right: 0; }
  .yhteystiedot .form-container h2 {
    margin-top: 0; }
  .yhteystiedot .form-container label {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    margin-bottom: 5px; }
  .yhteystiedot .form-container .left {
    width: 100%; }
    @media screen and (min-width: 720px) {
      .yhteystiedot .form-container .left {
        width: 330px;
        float: left; } }
    @media screen and (min-width: 960px) {
      .yhteystiedot .form-container .left {
        width: 360px; } }
    .yhteystiedot .form-container .left input {
      width: 100%;
      border: none;
      height: 28px;
      clear: left;
      margin-top: 2px;
      margin-bottom: 6px;
      padding-left: 5px; }
  .yhteystiedot .form-container .field-url {
    display: none;
    visibility: hidden; }
  .yhteystiedot .form-container .right {
    width: 100%; }
    @media screen and (min-width: 720px) {
      .yhteystiedot .form-container .right {
        width: 330px;
        margin-left: 40px;
        float: left; } }
    @media screen and (min-width: 960px) {
      .yhteystiedot .form-container .right {
        width: 380px;
        margin-left: 100px; } }
    .yhteystiedot .form-container .right textarea {
      width: 100%;
      border: none;
      height: 144px;
      clear: left;
      margin-top: 2px;
      font-family: 'Hind', sans-serif;
      padding: 5px 8px; }
  .yhteystiedot .form-container .button {
    float: left;
    clear: both; }
    .yhteystiedot .form-container .button input {
      border: none;
      color: #fff;
      background: #f57c00;
      width: 175px;
      height: 36px;
      margin-top: 22px;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 0.875rem;
      font-weight: 300; }

.yhteystiedot .social_wrapper {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .yhteystiedot .social_wrapper:last-child {
    margin-right: 0; }

@media screen and (min-width: 720px) {
  .yhteystiedot article {
    padding-left: 10px; } }

@media screen and (min-width: 960px) {
  .yhteystiedot article {
    padding-left: 0; } }
