/*========================== Color ========*/
/*========================== Fonts ========*/
/*========================== Animation speed & easing ========*/
/*========================== Import - Lib ========*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
	Source largely from: http://www.flatui.net/social-colors/
	Enjoy this little pack.  Find a derp or addition? Report it:
	https://github.com/connor4312/social-colors
	MIT license.
*/
/*========================== Function - Lib ========*/
/* Mixins */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 625px) {
  .container {
    width: 603px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1148px;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 625px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*========================== Import - Site ========*/
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
@font-face {
  font-family: 'arquitectaregular';
  src: url('../fonts/latinotype_-_arquitecta-webfont.eot');
  src: url('../fonts/latinotype_-_arquitecta-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/latinotype_-_arquitecta-webfont.woff2') format('woff2'), url('../fonts/latinotype_-_arquitecta-webfont.woff') format('woff'), url('../fonts/latinotype_-_arquitecta-webfont.ttf') format('truetype'), url('../fonts/latinotype_-_arquitecta-webfont.svg#arquitectaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arquitecta_lightlight';
  src: url('../fonts/latinotype_-_arquitectalight-webfont.eot');
  src: url('../fonts/latinotype_-_arquitectalight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/latinotype_-_arquitectalight-webfont.woff2') format('woff2'), url('../fonts/latinotype_-_arquitectalight-webfont.woff') format('woff'), url('../fonts/latinotype_-_arquitectalight-webfont.ttf') format('truetype'), url('../fonts/latinotype_-_arquitectalight-webfont.svg#arquitecta_lightlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vesna';
  src: url('../fonts/vesna.eot?-ocscyo');
  src: url('../fonts/vesna.eot?#iefix-ocscyo') format('embedded-opentype'), url('../fonts/vesna.ttf?-ocscyo') format('truetype'), url('../fonts/vesna.woff?-ocscyo') format('woff'), url('../fonts/vesna.svg?-ocscyo#vesna') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'vesna';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-vesna_logo:before {
  content: "\e600";
}
.icon-scroll:before {
  content: "\e601";
}
.icon-vesna-logo-text:before {
  content: "\e602";
}
.icon-vesna-logo-symbol:before {
  content: "\e603";
}
.icon-g2:before {
  content: "\e604";
}
.icon-g1:before {
  content: "\e605";
}
.icon-virgolette:before {
  content: "\e606";
}
.icon-virgolette2:before {
  content: "\e607";
}
.icon-arrow:before {
  content: "\e608";
}
.icon-arrow-top:before {
  content: "\e609";
}
.center-container {
  display: table;
  height: 100%;
}
.center-container .center-content {
  display: table-cell;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
*::-webkit-input-placeholder {
  color: #ffffff;
}
*:-moz-placeholder {
  color: #ffffff;
}
*::-moz-placeholder {
  color: #ffffff;
}
*:-ms-input-placeholder {
  color: #ffffff;
}
span.skype_pnh_container {
  display: none !important;
}
span.skype_pnh_print_container,
span[class^="skype_pnh_print_container"] {
  display: inline !important;
}
/****** Global ********/
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.main-header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
}
.main-header .logo {
  text-align: center;
}
.main-header .logo .ico {
  color: #ff6666;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.main-header .logo .icon-vesna-logo-symbol {
  font-size: 73px;
}
.main-header .logo .icon-vesna-logo-text {
  font-size: 17px;
  padding-left: 20px;
}
.main-nav {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.main-nav .center-container {
  margin: 0 auto;
  text-align: center;
}
.main-nav .center-content {
  width: 100%;
}
.main-nav .line {
  position: absolute;
  top: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-nav ul {
  padding-top: 120px;
}
.main-nav li {
  margin: 27px 0;
  color: #ff6666;
}
.main-nav li a {
  font-size: 48px;
  font-size: 3rem;
  padding: 0 30px;
  position: relative;
  color: #ff6666;
  font-family: 'arquitecta_lightlight';
  text-transform: uppercase;
  text-decoration: none;
}
.main-nav li.section-separator {
  font-size: 11px;
  height: 11px;
}
.main-nav li.menu-separator {
  font-size: 5px;
}
.main-content {
  height: 100%;
  position: absolute;
  display: block;
  width: 100%;
}
.burger-menu {
  margin: 0 auto;
  width: 120px;
  overflow: hidden;
  margin-left: 3px;
  display: table;
  height: 120px;
  right: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 111;
}
.burger-menua {
  display: table;
}
.burger-menu .burger-container {
  display: table-cell;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.burger-menu .line {
  width: 32px;
  height: 1px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -moz-transform: translate(0px, 0px) rotate(0deg);
  -o-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
  background-color: #000;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.burger-menu.active .line-top {
  -webkit-transform: translate(0px, 6px) rotate(45deg) !important;
  -moz-transform: translate(0px, 6px) rotate(45deg) !important;
  -o-transform: translate(0px, 6px) rotate(45deg) !important;
  -ms-transform: translate(0px, 6px) rotate(45deg) !important;
  transform: translate(0px, 6px) rotate(45deg) !important;
}
.burger-menu.active .line-middle {
  -webkit-transform: translate(0px, 0px) rotate(-45deg) !important;
  -moz-transform: translate(0px, 0px) rotate(-45deg) !important;
  -o-transform: translate(0px, 0px) rotate(-45deg) !important;
  -ms-transform: translate(0px, 0px) rotate(-45deg) !important;
  transform: translate(0px, 0px) rotate(-45deg) !important;
}
.burger-menu.active .line-bottom {
  -webkit-transform: translate(0px, -6px) rotate(45deg) !important;
  -moz-transform: translate(0px, -6px) rotate(45deg) !important;
  -o-transform: translate(0px, -6px) rotate(45deg) !important;
  -ms-transform: translate(0px, -6px) rotate(45deg) !important;
  transform: translate(0px, -6px) rotate(45deg) !important;
}
.aside {
  width: 120px;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
.aside.aside-right {
  right: 0;
}
.aside.name-aside ul {
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  -moz-transform: translateY(-50%) rotateZ(-90deg);
  -o-transform: translateY(-50%) rotateZ(-90deg);
  -ms-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  padding: 0;
  margin: 0;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 60px;
}
.aside.name-aside li {
  display: inline-block;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.aside.name-aside li a,
.aside.name-aside li span {
  padding: 53px 0px;
  display: block;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #b1b1b1;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.aside.name-aside li a.active {
  color: #000;
}
.aside.name-aside li span {
  padding-left: 10px;
  padding-right: 15px;
}
.aside.name-aside li.slash {
  cursor: auto;
}
.aside.number-aside {
  font-family: 'arquitecta_lightlight';
  font-size: 16px;
  font-size: 1rem;
}
.aside.number-aside a {
  text-decoration: none;
  color: #2f2f2f;
  display: block;
  padding: 11px 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.aside.number-aside li:before {
  content: ' ';
  height: 1px;
  background-color: #ff6666;
  width: 29px;
  float: left;
  margin-top: 19px;
  position: relative;
  left: 0;
  margin-left: -29px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.aside.number-aside li.current a {
  color: #ff6666;
}
.aside.number-aside li.current:before {
  -webkit-transform: translateX(29px);
  -moz-transform: translateX(29px);
  -o-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}
.aside.number-aside .center-container {
  width: 100%;
  text-align: center;
}
.aside .current-page {
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  z-index: -1;
  width: 865px;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  font-family: 'Karla';
  font-weight: 700;
  color: #b1b1b1;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  margin-left: 5px;
  left: 50%;
  padding-left: 23px;
  font-size: 11px;
}
figure.image {
  margin-bottom: 30px;
}
.slider-page {
  width: 100%;
  position: absolute;
}
.slider-page .slide {
  background-color: #e9e9e9;
  position: absolute;
  width: 100%;
  display: block;
  z-index: -1;
}
.slider-page .slide:first-child {
  z-index: 1;
}
.slider-page .slide:last-child .content {
  width: 100%;
  margin: 0;
  padding: 0 120px;
}
.slider-page .arrow-bottom-container {
  position: fixed;
  bottom: 24px;
  left: 50%;
  width: 21px;
  margin-left: -10px;
  color: #fff;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-page .arrow-bottom-container.black {
  color: #000;
}
.slider-page .arrow-bottom-container.hover {
  color: #ff6666;
}
.slider-page .target-arrow-bottom {
  position: absolute;
  z-index: 10;
  bottom: -22px;
  height: 50px;
  width: 50px;
  left: -16px;
  cursor: pointer;
}
.slider-page .arrow-bottom {
  font-size: 9px;
  font-size: 0.5625rem;
}
.slider-page .col-left {
  position: static;
  color: #2f2f2f;
}
.slider-page .col-left img {
  position: static;
  top: 0;
  margin-top: 0px;
  width: 83%;
}
.slider-page .col-left .blockquote {
  position: relative;
  margin-top: 50px;
  width: 62%;
  font-family: 'arquitectaregular';
  color: #ff6666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 200px;
}
.slider-page .col-left .blockquote .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
}
.slider-page .col-left .blockquote .signature {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 12px;
}
.slider-page .col-left .blockquote .quote {
  color: #dedede;
  font-size: 29px;
  position: absolute;
  z-index: -1;
}
.slider-page .col-left .blockquote .quote-1 {
  left: -37px;
  top: -7px;
}
.slider-page .col-left .blockquote .quote-2 {
  right: 0;
  bottom: 10px;
}
.slider-page .col-left .title {
  display: none;
}
.slider-page .col-left .subtitle {
  display: none;
  color: #ff6666;
}
.slider-page .col-right .content-page {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Karla';
  font-weight: 400;
}
.slider-page .col-right .content-page p {
  line-height: 18px;
  margin: 17px 0;
  color: #2f2f2f;
}
.slider-page .col-right .title {
  margin-left: -129px;
}
.slider-page .incolumn .overlay-bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slider-page .incolumn .bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slider-page .incolumn .section-page {
  background-color: #eaeaea;
}
.slider-page .incolumn .section-page .row.row-parent {
  padding: 40px 0;
}
.slider-page .incolumn .section-page .row.row-parent.padding {
  padding: 108px 146px;
}
.slider-page .incolumn .section-page .row.row-first.padding {
  padding: 0px 146px;
}
.slider-page .incolumn .section-page .row.row-1 {
  background-color: #eaeaea;
}
.slider-page .incolumn .section-page .row.white {
  background-color: #eaeaea;
}
.slider-page .incolumn .section-page .photo-row {
  padding-top: 15px;
}
.slider-page .incolumn .section-page .photo-row .text.padding {
  padding: 0px 140px  133px 120px;
}
.slider-page .incolumn .section-page .photo-row img.padding {
  padding: 0;
}
.slider-page .incolumn .section-page .photo-row .col-2 {
  padding-left: 0px;
}
.slider-page .incolumn .element-inner {
  position: absolute;
  bottom: 0;
}
.slider-page .incolumn .element-inner .title {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slider-page .incolumn .element-inner .subtitle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slider-page .incolumn .link-readmore {
  margin-bottom: 80px;
}
.slider-page .incolumn .link-readmore.grays a {
  color: #2f2f2f;
}
.slider-page .incolumn .link-readmore.grays .group-first circle {
  stroke: #b1b1b1;
}
.slider-page .incolumn .fp-tableCell {
  background: transparent;
}
.slider-page .incolumn .slide-content .content {
  padding: 0;
  margin: 0;
  padding: 0 120px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider-page .incolumn .slide-content .content > .row {
  padding: 80px 126px 80px;
  margin-top: 120px;
}
.slider-page .incolumn .slide-content .title {
  font-size: 90px;
  font-size: 5.625rem;
  margin-top: 112px;
  line-height: 106px;
}
.slider-page .incolumn .page-content .section-page .row {
  background-color: #fff;
}
.slide-content {
  padding: 0 120px;
}
.slide-content .content {
  padding: 80px 126px 80px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  margin: 0 120px;
}
.slide-content .title {
  font-size: 110px;
  font-size: 6.875rem;
  font-family: 'arquitecta_lightlight';
  color: #ff6666;
  text-transform: uppercase;
  margin: 21px 0;
  line-height: 1em;
}
.slide-content .subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Karla';
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
}
.slide-content .subtitle strong {
  font-family: 'Karla';
  font-weight: 700;
}
.slide-content .button-circle {
  font-family: 'Karla';
  font-weight: 700;
}
.slide-content .button-circle a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.slide-content .button-circle svg {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: -5px;
}
.slide-content .button-circle circle {
  stroke: #ffffff;
  stroke-width: 1.2px;
  stroke-dasharray: 407;
  stroke-dashoffset: 1000;
}
.slide-content .button-circle span {
  position: absolute;
  margin-left: -3px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Karla';
  font-weight: 700;
  top: 50%;
  left: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 100%;
  margin-top: -13px;
}
.slide-content .button-circle .group-first circle {
  -webkit-transition: all 0.3s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: all 0.3s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: all 0.3s ease-in-out, opacity 0.1s ease-in-out;
  transition: all 0.3s ease-in-out, opacity 0.1s ease-in-out;
  stroke-dasharray: 407;
  stroke-dashoffset: 1000;
}
.slide-content .button-circle .group-second circle {
  stroke-dasharray: 333;
  stroke-dashoffset: 1000;
  stroke: #ff6666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: transparent;
  stroke-width: 1.9px;
}
.slide-content .button-circle .readmore {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slide-content .button-circle .back {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slide-content .button-circle .icon-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -16px;
}
.slide-content .button-circle .text-back {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-content .button-circle a.active .group-first circle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.slide-content .button-circle a.active .readmore {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.slide-content .button-circle a.active .back {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.slide-content .button-circle a.hover svg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slide-content .button-circle a.hover .group-first circle {
  stroke-dasharray: 432 !important;
}
.slide-content .button-circle a.hoverOnActive .text-back {
  margin-left: -8px;
}
.slide-content .button-circle a.hoverOnActive .icon-arrow {
  margin-left: -8px;
}
.slide-content .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
}
.slide-content .overlay-bg {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-content {
  position: absolute;
  top: 100%;
}
.page-content p {
  margin-bottom: 16px;
}
.page-content .bolding {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-family: 'Karla';
  font-weight: 700;
  padding: 17px 20px;
}
.page-content img {
  width: 100%;
  height: auto;
}
.page-content .section-page .row li {
  list-style-type: disc;
  padding-left: 21px;
  margin-left: 16px;
  padding-bottom: 10px;
}
.page-content .section-page .row.row-parent {
  padding: 108px 120px;
}
.page-content .section-page .row.row-1 {
  background-color: #eaeaea;
  padding-bottom: 0;
}
.page-content .section-page .row.row-2 {
  background-color: #dcdcdc;
}
.page-content .section-page .row.row-3 {
  background-color: #d0d0d0;
}
.page-content .section-page .row.row-last {
  background-color: #373737;
  color: #fff;
  position: relative;
}
.page-content .section-page .row.row-last .col-1 {
  height: 100%;
  position: absolute;
  top: 0;
}
.page-content .section-page .row.row-last .col-2 {
  float: right;
}
.page-content .section-page .row.row-last .title {
  padding: 0;
}
.page-content .section-page .row.row-first {
  padding: 0 120px;
}
.page-content .section-page .row.row-first .text {
  padding: 108px 0;
}
.page-content .section-page .row.row-first strong {
  font-family: 'Karla';
  font-weight: 700;
}
.page-content .section-page .row .col-1 {
  padding-right: 85px;
}
.page-content .section-page .row .col-2 {
  padding-left: 85px;
}
.page-content .title {
  font-size: 32px;
  font-size: 2rem;
  color: #ff6666;
  text-transform: uppercase;
  font-family: 'Karla';
  font-weight: 400;
  padding-bottom: 65px;
}
.page-content .subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #ff6666;
  text-transform: uppercase;
  font-family: 'Karla';
  font-weight: 400;
  height: 65px;
}
.page-content .text {
  font-family: 'Karla';
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
}
.page-content .alert-text {
  color: #373737;
  padding-top: 22px;
}
.page-content .first-image {
  text-align: right;
}
.page-content .line-red {
  width: 1px;
  height: 100px;
  position: absolute;
  background-color: #ff6666;
  bottom: 0px;
  z-index: 1;
  left: 50%;
  margin-left: 42px;
}
.page-content .padding-right {
  padding-right: 146px;
}
.page-content .padding-top {
  padding-top: 146px;
}
.page-content .padding-top-more {
  padding-top: 160px;
}
.footer {
  background-color: #ff6666;
  color: #fff;
  padding: 0px 120px;
  position: relative;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .line-red {
  background-color: #000;
  width: 1px;
  height: 53px;
  position: absolute;
  top: -26px;
  left: 0;
  margin-left: 120px;
}
.footer .logo-bottom {
  font-size: 40px;
  font-size: 2.5rem;
}
.footer .get-in-touch {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'arquitectaregular';
}
.footer .row-0 .text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  padding: 45px 0  45px 0;
  margin-bottom: 0px;
  text-align: left;
}
.footer .row-inclusion .text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  text-transform: uppercase;
  padding: 40px 0;
}
.footer .text {
  font-family: 'Karla';
  font-weight: 400;
  text-align: right;
}
.footer .row-2 {
  padding-top: 23px;
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
}
.footer li {
  display: inline-block;
  margin: 23px 0;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
.footer li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.fullpage-wrapper .fp-tableCell {
  display: block;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 110;
  font-family: 'Karla';
  font-weight: 400;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out,-webkit-transform 0s linear 0.3s,-moz-transform 0s linear 0.3s,-o-transform 0s linear 0.3s,transform 0s linear 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.overlay .center-container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
}
.overlay p {
  line-height: 18px;
  margin: 17px 0;
  color: #2f2f2f;
}
.overlay .content-text {
  padding: 30px;
}
.overlay strong {
  font-family: 'Karla';
  font-weight: 700;
}
.overlay a {
  color: #2f2f2f;
  text-decoration: underline;
}
.rotate-device-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f3f3f3;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Karla';
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}
.rotate-device-container .center-container {
  text-align: center;
  width: 100%;
}
.rotate-device .rotate-device-container {
  display: block;
}
.icon-arrow {
  font-size: 17px;
  margin-top: 4px;
}
.point-scroll {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.point-scroll.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.vertical-line {
  margin-left: 246px;
  height: 60px;
  background-color: red;
  width: 1px;
  position: absolute;
  top: 0px;
}
.btn-top {
  color: #000;
  position: fixed;
  bottom: 19px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.btn-top .icon-arrow-top {
  font-size: 41px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-top .text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Karla';
  font-weight: 700;
  position: relative;
  left: -50px;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.browserhappy {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ff6666;
  color: #fff;
  z-index: 99999;
  left: 0;
  top: 0;
}
.browserhappy .center-container {
  margin: 0 auto;
  text-align: center;
}
.browserhappy .logo {
  text-align: center;
}
.browserhappy .logo .ico {
  color: #fff;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.browserhappy .logo .icon-vesna-logo-symbol {
  font-size: 73px;
}
.browserhappy .logo .icon-vesna-logo-text {
  font-size: 17px;
  padding-left: 20px;
}
.browserhappy p {
  margin-top: 40px;
}
.browserhappy a {
  color: #fff;
  text-decoration: underline;
}
.ellipsing {
  display: none;
}
#map {
  width: 100%;
}
form {
  text-align: right;
  width: 600px;
  float: right;
}
form .container-input {
  margin: 0 -3px;
}
form input.input-text {
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  background-color: transparent;
  border: none;
  padding: 15px;
  font-size: 10px;
  width: 32.33%;
  float: left;
  margin: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
form input.input-text.error {
  border-color: yellow;
}
form input.submit {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 17px 50px;
  margin-top: 4px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Karla';
  font-weight: 700;
}
form .send-ok,
form .send-error {
  background-color: lightgreen;
  color: #000;
  width: 100%;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 7px 0;
}
form .send-error {
  background-color: yellow;
  color: #000;
}
/****** State ********/
.no-touch .main-nav li a:hover .line {
  width: 100%;
}
.no-touch .aside.name-aside li a:hover {
  color: #000;
}
.no-touch .footer li a:hover {
  color: #000;
}
.no-touch .aside.number-aside a:hover {
  color: #ff6666;
}
.no-touch form input.submit:hover {
  border-color: #000;
  color: #000;
}
.no-touch .burger-menu:hover .line-top {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.no-touch .burger-menu:hover .line-middle {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.no-touch .burger-menu:hover .line-bottom {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.no-touch .btn-top:hover .icon-arrow-top {
  -webkit-transform: translateY(18%);
  -moz-transform: translateY(18%);
  -o-transform: translateY(18%);
  -ms-transform: translateY(18%);
  transform: translateY(18%);
}
.no-touch .btn-top:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-touch .burger-menu:hover.active .line-top {
  -webkit-transform: translate(0px, 0px) rotate(45deg) !important;
  -moz-transform: translate(0px, 0px) rotate(45deg) !important;
  -o-transform: translate(0px, 0px) rotate(45deg) !important;
  -ms-transform: translate(0px, 0px) rotate(45deg) !important;
  transform: translate(0px, 0px) rotate(45deg) !important;
}
.no-touch .burger-menu:hover.active .line-middle {
  -webkit-transform: translate(0px, 0px) rotate(45deg) !important;
  -moz-transform: translate(0px, 0px) rotate(45deg) !important;
  -o-transform: translate(0px, 0px) rotate(45deg) !important;
  -ms-transform: translate(0px, 0px) rotate(45deg) !important;
  transform: translate(0px, 0px) rotate(45deg) !important;
}
.no-touch .burger-menu:hover.active .line-bottom {
  -webkit-transform: translate(0px, 0px) rotate(45deg) !important;
  -moz-transform: translate(0px, 0px) rotate(45deg) !important;
  -o-transform: translate(0px, 0px) rotate(45deg) !important;
  -ms-transform: translate(0px, 0px) rotate(45deg) !important;
  transform: translate(0px, 0px) rotate(45deg) !important;
}
.touch .main-nav li a:focus .line,
.less-width .main-nav li a:focus .line {
  width: 100%;
}
.touch .aside.name-aside li a:focus,
.less-width .aside.name-aside li a:focus {
  color: #000;
}
.touch .footer li a:focus,
.less-width .footer li a:focus {
  color: #000;
}
.touch .aside.number-aside a:focus,
.less-width .aside.number-aside a:focus {
  color: #ff6666;
}
.touch form input.submit:focus,
.less-width form input.submit:focus {
  border-color: #000;
  color: #000;
}
.touch .burger-menu:focus .line-top,
.less-width .burger-menu:focus .line-top {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.touch .burger-menu:focus .line-middle,
.less-width .burger-menu:focus .line-middle {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.touch .burger-menu:focus .line-bottom,
.less-width .burger-menu:focus .line-bottom {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
.touch .btn-top:focus .icon-arrow-top,
.less-width .btn-top:focus .icon-arrow-top {
  -webkit-transform: translateY(18%);
  -moz-transform: translateY(18%);
  -o-transform: translateY(18%);
  -ms-transform: translateY(18%);
  transform: translateY(18%);
}
.touch .btn-top:focus .text,
.less-width .btn-top:focus .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.touch body,
.less-width body {
  overflow: auto !important;
}
.touch .slider-page .incolumn .element-inner .title,
.less-width .slider-page .incolumn .element-inner .title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none;
}
.touch .slider-page .incolumn .element-inner .subtitle,
.less-width .slider-page .incolumn .element-inner .subtitle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none;
}
.touch .slider-page .incolumn .overlay-bg,
.less-width .slider-page .incolumn .overlay-bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none;
}
.touch .slider-page .incolumn .bg,
.less-width .slider-page .incolumn .bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none;
}
.touch .main-header,
.less-width .main-header {
  position: fixed;
}
.touch .burger-menu,
.less-width .burger-menu {
  position: fixed;
}
.touch .slider-page .slide,
.less-width .slider-page .slide {
  position: relative;
  height: 700px;
}
.touch .aside .pagination,
.less-width .aside .pagination {
  display: none;
}
.touch .aside,
.less-width .aside {
  position: fixed;
  top: 0;
  display: none;
}
.touch .slider-page .slide,
.less-width .slider-page .slide {
  z-index: 1;
}
.touch .slide-content .content,
.less-width .slide-content .content {
  margin: 0;
}
.touch .slider-page .incolumn .slide-content .content > .row,
.less-width .slider-page .incolumn .slide-content .content > .row {
  padding: 0;
}
.touch .slider-page .slide:last-child .content,
.less-width .slider-page .slide:last-child .content {
  padding: 0 30px !important;
}
.touch .slider-page .slide-contact,
.less-width .slider-page .slide-contact {
  background-color: #ff6666 !important;
  z-index: 9;
}
.touch .slider-page .target-arrow-bottom,
.less-width .slider-page .target-arrow-bottom {
  display: none;
}
.touch .slider-page .arrow-bottom-container,
.less-width .slider-page .arrow-bottom-container {
  z-index: 8;
}
.touch .overlay,
.less-width .overlay {
  padding: 70px 10px !important;
}
.touch .overlay .center-container,
.less-width .overlay .center-container {
  padding: 0 !important;
  display: block !important;
}
.touch .overlay .center-content,
.less-width .overlay .center-content {
  display: block !important;
}
.touch .overlay .content-text,
.less-width .overlay .content-text {
  padding: 0 !important;
}
html.overlay-on {
  overflow: inherit !important;
}
html.overlay-on body {
  overflow: inherit !important;
}
html.overlay-on .slide {
  overflow: hidden;
}
html.overlay-on .overlay {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0s linear;
  -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0s linear;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0s linear;
  transition: opacity 0.3s ease-in-out,-webkit-transform 0s linear,-moz-transform 0s linear,-o-transform 0s linear,transform 0s linear;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html.overlay-on .aside-left {
  z-index: 110;
}
html.overlay-on.touch {
  overflow: hidden !important;
}
html.overlay-on.touch body {
  overflow: hidden !important;
}
html.menu-onhtml,
html.menu-on body {
  overflow: hidden;
}
html.menu-on .slide {
  overflow: hidden;
}
html.menu-on .main-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.page-on .arrow-bottom-container {
  display: none;
}
html.ie9 .list-name {
  display: none;
}
html.ie9 .current-page {
  display: none;
}
html.ie.page-on body {
  background-color: #ff6666;
}
html.safari6 * {
  -webkit-backface-visibility: hidden;
}
html.safari6 .slider-page .incolumn .element-inner {
  z-index: 1;
}
/****** Functions ********/
@media (max-height: 450px) {
  .slider-page .incolumn .slide-content .element-inner .subtitle {
    display: none !important;
  }
  .html .slider-page .slide .subtitle {
    display: none;
  }
}
@media (max-height: 600px) {
  .html .blockquote {
    display: none;
  }
}
@media (max-height: 650px) {
  .html.no-touch .slider-page .slide .subtitle {
    display: none;
  }
}
@media (min-height: 601px) and (max-height: 780px) {
  .html .blockquote {
    display: none;
  }
}
@media (max-height: 750px) {
  #map {
    display: none;
  }
  .slider-page .incolumn .slide-content .title {
    line-height: 40px;
    font-size: 50px;
    margin-top: 40px;
  }
}
@media (max-height: 570px) {
  .slider-page .incolumn .link-readmore {
    margin-bottom: 20px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 624px) {
  .html .slide-content .title {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .html .slide-content .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .html .slide-content .content {
    margin: 0 30px;
  }
  .html .slider-page .col-left,
  .html .slider-page .col-right {
    padding: 0 20px;
  }
  .html .slider-page .col-left img {
    position: static;
    width: 100%;
  }
  .html .slider-page .col-left .link-readmore {
    bottom: 80px;
    left: 126px;
  }
  .html .slider-page .col-left .blockquote {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .html .slider-page .incolumn .slide-content .content {
    width: auto;
    padding: 0;
  }
  .html .page-content .section-page .row .col-1 {
    padding-right: 10px;
  }
  .html .page-content .section-page .row .col-2 {
    padding-left: 10px;
  }
  .html .page-content .section-page .row.row-last .col-1 {
    position: static;
  }
  .html .slide .footer {
    padding: 77px 120px;
  }
  .html .slide-4 .footer {
    padding: 77px 20px 0px;
  }
  .html .line-red {
    margin: 0 !important;
  }
  .html .overlay .center-container {
    padding: 0 30px;
  }
  .html .slide-content {
    padding: 0;
  }
  .html .slide-content .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .html .slide-content .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .html .slide-content .content {
    padding: 0 0px 30px;
  }
  .html .slide-content .row-inclusion {
    display: none;
  }
  .html .slide-content .row-0 {
    display: none;
  }
  .html .slide-content .row-0 .text {
    margin-bottom: 60px;
  }
  .html .vertical-line {
    margin-left: 60px;
    height: 40px;
    top: 0px;
  }
  .html .slider-page .col-left,
  .html .slider-page .col-right {
    padding: 0;
  }
  .html .slider-page .incolumn .page-content .text {
    line-height: 23px;
    font-size: 16px;
    font-size: 1rem;
  }
  .html .slider-page .incolumn .section-page .row.row-first.padding {
    padding: 50px 30px;
  }
  .html .slider-page .incolumn .section-page .row.row-parent.padding {
    padding: 50px 30px;
  }
  .html .slider-page .incolumn .section-page .row.row-first .text {
    padding: 0px;
  }
  .html .slider-page .incolumn .section-page .text {
    padding: 0 30px;
  }
  .html .slider-page .incolumn .section-page .row-5 {
    padding-top: 0;
  }
  .html .slider-page .incolumn .section-page .photo-row {
    padding-top: 15px;
  }
  .html .slider-page .incolumn .section-page .photo-row .text.padding {
    padding: 0px 30px 27px 30px;
  }
  .html .slider-page .incolumn .section-page .photo-row img.padding {
    padding: 70px 0;
  }
  .html .slider-page .incolumn .section-page .photo-row .col-2 {
    padding-left: 0px;
  }
  .html .slider-page .incolumn .section-page .image {
    margin-bottom: 30px;
  }
  .html .slider-page .incolumn .link-readmore {
    margin-bottom: 30px;
  }
  .html .slider-page .incolumn .slide-content .title {
    font-size: 35px;
    margin: 21px 0;
    line-height: 30px;
  }
  .html .slider-page .incolumn .slide-content .element-inner {
    bottom: -30px;
  }
  .html .slider-page .incolumn .slide-content .content {
    margin: 0 10px;
  }
  .html .slider-page .incolumn .slide-content .content .col-right {
    position: absolute;
    bottom: 100px;
  }
  .html .slider-page .incolumn .slide-content .content > .row {
    position: relative;
    height: 100%;
    margin-top: 0;
  }
  .html .slider-page .incolumn .col-left .title,
  .html .slider-page .incolumn .col-left .subtitle {
    display: block !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    margin: 21px 0;
  }
  .html .slider-page .incolumn .col-left .subtitle {
    margin: 0;
    margin-bottom: 60px;
  }
  .html .slider-page .incolumn .col-left .link-readmore {
    position: static;
  }
  .html .slider-page .incolumn .col-left .blockquote,
  .html .slider-page .incolumn .col-left img {
    display: none !important;
  }
  .html .slider-page .slide .subtitle {
    margin-bottom: 20px;
  }
  .html .slider-page .slide .footer {
    padding: 77px 30px;
  }
  .html .slider-page .slide-contact {
    background-color: #fff;
    min-height: 500px;
  }
  .html .slider-page .slide-contact .content {
    padding: 0 60px;
  }
  .html .slider-page .slide-contact .footer {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .html .slider-page .slide-contact .footer .logo-bottom {
    display: none;
  }
  .html .slider-page .slide-contact .footer .get-in-touch {
    display: none;
  }
  .html .slider-page .slide-contact .line-red {
    display: none;
    margin: 0;
  }
  .html .aside {
    width: 10px;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
  .html .main-nav li {
    margin: 20px 0;
  }
  .html .main-nav li a {
    padding: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .html .main-header {
    height: 80px;
  }
  .html .main-header .logo {
    text-align: left;
  }
  .html .main-header .logo .icon-vesna-logo-symbol {
    font-size: 48px;
    padding-top: 16px;
    padding-left: 30px;
  }
  .html .main-header .logo .icon-vesna-logo-text {
    font-size: 9px;
    padding-left: 6px;
  }
  .html .burger-menu {
    width: 94px;
    height: 80px;
  }
  .html #map {
    display: none;
  }
  .html .slide-contact .footer .line-red {
    display: none;
  }
  .html .page-content .first-image {
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
  .html .page-content .text {
    padding: 0 30px;
  }
  .html .page-content .line-red {
    margin-top: -200px;
    height: 0px;
    position: static;
    display: none;
    margin: 0;
  }
  .html .page-content .title {
    padding: 50px 30px 20px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .html .page-content .subtitle {
    padding: 10px 30px 10px;
  }
  .html .page-content .section-page .row.row-parent {
    padding: 50px 0px;
  }
  .html .page-content .section-page .row .col-1 {
    padding-right: 0;
  }
  .html .page-content .section-page .row .col-2 {
    padding-left: 0;
  }
  .html .page-content .section-page .row.row-first .text {
    padding: 0 30px;
  }
  .html .page-content .section-page .row.row-last .title {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .html .page-content form {
    margin-top: 30px;
  }
  .html .page-content .padding-top-more {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .html .footer .row-1 .col {
    padding: 2px 0;
  }
  .html .footer .row-2 {
    padding-top: 40px;
  }
  .html .footer .logo-bottom {
    display: none;
  }
  .html form {
    width: 100%;
  }
  .html form input.input-text {
    width: 100%;
    margin: 3px 0;
    padding: 15px 10px;
  }
  .html form .container-input {
    margin: 0;
  }
  .html .point-scroll {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .html.page-on .aside {
    display: none;
  }
  .html.page-on .slider-page .subtitle {
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
    display: none !important;
  }
  .html .aside .current-page {
    display: none;
  }
  .html .aside .pagination {
    display: none;
  }
  .html .slider-page .incolumn .slide-content .content {
    padding: 30px 30px !important;
    width: 100%;
    margin: 0;
  }
}
/* Tablet (portrait) ----------- */
@media (min-width: 625px) and (max-width: 991px) {
  .html .slide-content .title {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .html .slide-content .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .html .slide-content .content {
    margin: 0 30px;
  }
  .html .slider-page .col-left,
  .html .slider-page .col-right {
    padding: 0 20px;
  }
  .html .slider-page .col-left img {
    position: static;
    width: 100%;
  }
  .html .slider-page .col-left .link-readmore {
    bottom: 80px;
    left: 126px;
  }
  .html .slider-page .col-left .blockquote {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .html .slider-page .incolumn .slide-content .content {
    width: auto;
    padding: 0;
  }
  .html .page-content .section-page .row .col-1 {
    padding-right: 10px;
  }
  .html .page-content .section-page .row .col-2 {
    padding-left: 10px;
  }
  .html .page-content .section-page .row.row-last .col-1 {
    position: static;
  }
  .html .slide .footer {
    padding: 77px 120px;
  }
  .html .slide-4 .footer {
    padding: 77px 20px 0px;
  }
  .html .line-red {
    margin: 0 !important;
  }
  .html .overlay .center-container {
    padding: 0 30px;
  }
  .html .slide-content {
    padding: 0;
  }
  .html .slide-content .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .html .slide-content .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .html .slide-content .content {
    padding: 0 0px 30px;
  }
  .html .slide-content .row-inclusion {
    display: none;
  }
  .html .slide-content .row-0 {
    display: none;
  }
  .html .slide-content .row-0 .text {
    margin-bottom: 60px;
  }
  .html .vertical-line {
    margin-left: 60px;
    height: 40px;
    top: 0px;
  }
  .html .slider-page .col-left,
  .html .slider-page .col-right {
    padding: 0;
  }
  .html .slider-page .incolumn .page-content .text {
    line-height: 23px;
    font-size: 16px;
    font-size: 1rem;
  }
  .html .slider-page .incolumn .section-page .row.row-first.padding {
    padding: 50px 30px;
  }
  .html .slider-page .incolumn .section-page .row.row-parent.padding {
    padding: 50px 30px;
  }
  .html .slider-page .incolumn .section-page .row.row-first .text {
    padding: 0px;
  }
  .html .slider-page .incolumn .section-page .text {
    padding: 0 30px;
  }
  .html .slider-page .incolumn .section-page .row-5 {
    padding-top: 0;
  }
  .html .slider-page .incolumn .section-page .photo-row {
    padding-top: 15px;
  }
  .html .slider-page .incolumn .section-page .photo-row .text.padding {
    padding: 0px 30px 27px 30px;
  }
  .html .slider-page .incolumn .section-page .photo-row img.padding {
    padding: 70px 0;
  }
  .html .slider-page .incolumn .section-page .photo-row .col-2 {
    padding-left: 0px;
  }
  .html .slider-page .incolumn .section-page .image {
    margin-bottom: 30px;
  }
  .html .slider-page .incolumn .link-readmore {
    margin-bottom: 30px;
  }
  .html .slider-page .incolumn .slide-content .title {
    font-size: 35px;
    margin: 21px 0;
    line-height: 30px;
  }
  .html .slider-page .incolumn .slide-content .element-inner {
    bottom: -30px;
  }
  .html .slider-page .incolumn .slide-content .content {
    margin: 0 10px;
  }
  .html .slider-page .incolumn .slide-content .content .col-right {
    position: absolute;
    bottom: 100px;
  }
  .html .slider-page .incolumn .slide-content .content > .row {
    position: relative;
    height: 100%;
    margin-top: 0;
  }
  .html .slider-page .incolumn .col-left .title,
  .html .slider-page .incolumn .col-left .subtitle {
    display: block !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    margin: 21px 0;
  }
  .html .slider-page .incolumn .col-left .subtitle {
    margin: 0;
    margin-bottom: 60px;
  }
  .html .slider-page .incolumn .col-left .link-readmore {
    position: static;
  }
  .html .slider-page .incolumn .col-left .blockquote,
  .html .slider-page .incolumn .col-left img {
    display: none !important;
  }
  .html .slider-page .slide .subtitle {
    margin-bottom: 20px;
  }
  .html .slider-page .slide .footer {
    padding: 77px 30px;
  }
  .html .slider-page .slide-contact {
    background-color: #fff;
    min-height: 500px;
  }
  .html .slider-page .slide-contact .content {
    padding: 0 60px;
  }
  .html .slider-page .slide-contact .footer {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .html .slider-page .slide-contact .footer .logo-bottom {
    display: none;
  }
  .html .slider-page .slide-contact .footer .get-in-touch {
    display: none;
  }
  .html .slider-page .slide-contact .line-red {
    display: none;
    margin: 0;
  }
  .html .aside {
    width: 10px;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
  .html .main-nav li {
    margin: 20px 0;
  }
  .html .main-nav li a {
    padding: 0;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .html .main-header {
    height: 80px;
  }
  .html .main-header .logo {
    text-align: left;
  }
  .html .main-header .logo .icon-vesna-logo-symbol {
    font-size: 48px;
    padding-top: 16px;
    padding-left: 30px;
  }
  .html .main-header .logo .icon-vesna-logo-text {
    font-size: 9px;
    padding-left: 6px;
  }
  .html .burger-menu {
    width: 94px;
    height: 80px;
  }
  .html #map {
    display: none;
  }
  .html .slide-contact .footer .line-red {
    display: none;
  }
  .html .page-content .first-image {
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
  .html .page-content .text {
    padding: 0 30px;
  }
  .html .page-content .line-red {
    margin-top: -200px;
    height: 0px;
    position: static;
    display: none;
    margin: 0;
  }
  .html .page-content .title {
    padding: 50px 30px 20px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .html .page-content .subtitle {
    padding: 10px 30px 10px;
  }
  .html .page-content .section-page .row.row-parent {
    padding: 50px 0px;
  }
  .html .page-content .section-page .row .col-1 {
    padding-right: 0;
  }
  .html .page-content .section-page .row .col-2 {
    padding-left: 0;
  }
  .html .page-content .section-page .row.row-first .text {
    padding: 0 30px;
  }
  .html .page-content .section-page .row.row-last .title {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .html .page-content form {
    margin-top: 30px;
  }
  .html .page-content .padding-top-more {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .html .footer .row-1 .col {
    padding: 2px 0;
  }
  .html .footer .row-2 {
    padding-top: 40px;
  }
  .html .footer .logo-bottom {
    display: none;
  }
  .html form {
    width: 100%;
  }
  .html form input.input-text {
    width: 100%;
    margin: 3px 0;
    padding: 15px 10px;
  }
  .html form .container-input {
    margin: 0;
  }
  .html .point-scroll {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .html.page-on .aside {
    display: none;
  }
  .html.page-on .slider-page .subtitle {
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
    display: none !important;
  }
  .html .aside .current-page {
    display: none;
  }
  .html .aside .pagination {
    display: none;
  }
  .html .slider-page .incolumn .slide-content .content {
    padding: 30px 30px !important;
    width: 100%;
    margin: 0;
  }
  .html #map {
    display: block;
  }
  .html .slide-content .title {
    font-size: 60px !important;
    font-size: 3.75rem !important;
    line-height: 60px !important;
  }
  .html .slide-content .subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .html .slider-page .col-left {
    display: block;
  }
  .html .slider-page .slide-contact .footer .get-in-touch {
    display: block;
  }
  .html .slider-page .slide-contact .footer .row-1,
  .html .slider-page .slide-contact .footer .row-2 {
    padding-top: 40px;
  }
  .html .slider-page .col-right .content-page p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px !important;
  }
}
/* Tablet (landscape) ----------- */
@media (min-width: 992px) and (max-width: 1024px) {
  .html .slide-content .title {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .html .slide-content .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .html .slide-content .content {
    margin: 0 30px;
  }
  .html .slider-page .col-left,
  .html .slider-page .col-right {
    padding: 0 20px;
  }
  .html .slider-page .col-left img {
    position: static;
    width: 100%;
  }
  .html .slider-page .col-left .link-readmore {
    bottom: 80px;
    left: 126px;
  }
  .html .slider-page .col-left .blockquote {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .html .slider-page .incolumn .slide-content .content {
    width: auto;
    padding: 0;
  }
  .html .page-content .section-page .row .col-1 {
    padding-right: 10px;
  }
  .html .page-content .section-page .row .col-2 {
    padding-left: 10px;
  }
  .html .page-content .section-page .row.row-last .col-1 {
    position: static;
  }
  .html .slide .footer {
    padding: 77px 120px;
  }
  .html .slide-4 .footer {
    padding: 77px 20px 0px;
  }
  .html .footer .get-in-touch {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .html .slider-page .incolumn .slide-content .title {
    margin-top: 101px;
    line-height: 65px;
    font-size: 75px;
    font-size: 4.6875rem;
  }
  .html .slider-page .incolumn .slide-content .content {
    width: 100%;
  }
  .html .slider-page .incolumn .slide-content .content > .row {
    padding: 50px 156px 80px;
  }
  .html .slider-page #map {
    display: none;
  }
  .html .slider-page .slide-contact .footer .line-red {
    display: none;
  }
  .html .slider-page .col-left .blockquote {
    display: none;
  }
  .html .slider-page .col-right .content-page p {
    display: none;
  }
  .html .slider-page .col-right .content-page p:nth-child(1),
  .html .slider-page .col-right .content-page p:nth-child(2),
  .html .slider-page .col-right .content-page p:nth-child(3) {
    display: block;
  }
  .html .slider-page .col-right .content-page p.ellipsing {
    display: block;
  }
  .html .vertical-line {
    margin-left: 120px;
  }
  .html .slider-page .slide:last-child .content {
    padding: 0 120px 60px !important;
  }
  .html .slider-page .incolumn .section-page .row.row-first.padding {
    padding: 0px 120px;
  }
  .html .page-content .padding-right {
    padding-right: 120px;
  }
}
/** Specific condition **/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
/* Desktops  ----------- */
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}




/* UPDATE AGOSTO 2019 */
.privacy-input {
    width: 100%;
    float: left;
    clear: both;
}
.privacy-input > input.input-text {
	width: 15%;
	display: inline-block;
	border: 1px solid #fff;
	background-color: red; 
}
.privacy-input > label {
	width: 80%;
	display: inline-block;
	text-align: left;
	font-size: 10px;
}
.privacy-input > label a{
	text-decoration: underline;
}
.not-valid [type="submit"] {
	pointer-events: none;
	opacity: .5;
}
@media only screen and (max-width: 700px) {
  .privacy-input > label{ 
	font-size: 12px;
  }
  .privacy-input > input.input-text {
	width: 15% !important;
	display: inline-block !important;
	}
  .privacy-input {
  	margin-top: 30px;
  	margin-bottom: 30px;
  }
}