@charset "UTF-8";
/*!
Theme Name: INsrl
Theme URI: http://www.k12m.it/
Author: k12m
Version: 1.0
*/
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
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-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* Reset styling for forms in iPads and iPhones */
input[type="color"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"] {
  /*BUGFIX: http://stackoverflow.com/questions/5449412/css-styling-for-input-buttons-on-ipad-iphone*/
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.width-full, .width-half, .width-third, .width-fourth, .width-two-third, .width-fourth-three,
.width-sm-full, .width-sm-half, .width-sm-third, .width-sm-fourth,
.width-md-full, .width-md-half, .width-md-third, .width-md-fourth,
.width-lg-full, .width-lg-half, .width-lg-third, .width-lg-fourth {
  float: left; }

/* Box sizes */
.width-full, .width-half, .width-third {
  float: left; }

.width-full {
  width: 100%;
  clear: both; }

.width-half {
  width: 47%;
  clear: none;
  margin: 0 3%; }
  .width-half:nth-child(2n+1) {
    margin-left: 0; }
  .width-half:nth-child(2n) {
    margin-right: 0; }

.width-third {
  clear: none;
  width: 30%;
  margin: 0 2.5%; }
  .width-third:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }
  .width-third:nth-child(3n), .width-third.last {
    margin-right: 0; }
  .width-third.first {
    margin-left: 0; }

.width-two-third {
  clear: none;
  width: 67.5%; }
  .width-two-third.last {
    clear: left; }

.width-fourth {
  clear: none;
  width: 24%;
  margin: 0 1% 0 0; }
  .width-fourth:nth-child(4n+1) {
    margin-left: 0;
    clear: left; }
  .width-fourth:nth-child(4n) {
    margin-right: 0; }

.width-fourth-three {
  clear: none;
  width: 75%; }
  .width-fourth-three.last {
    clear: left; }

@media (min-width: 1025px) {
  .width-lg-full {
    width: 100%;
    clear: both; }
  .width-lg-half {
    width: 47%;
    clear: none;
    margin: 0 3%; }
    .width-lg-half:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .width-lg-half:nth-child(2n) {
      margin-right: 0; }
  .width-lg-third {
    clear: none;
    width: 30%;
    margin: 0 2.5%; }
    .width-lg-third:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .width-lg-third:nth-child(3n) {
      margin-right: 0; }
  .width-lg-fourth {
    clear: none;
    width: 24%;
    margin: 0 1% 0 0; }
    .width-lg-fourth:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .width-lg-fourth:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .width-md-full {
    width: 100%;
    clear: both;
    margin-left: 0;
    margin-right: 0; }
  .width-md-half {
    width: 47%;
    clear: none;
    margin: 0 3%; }
    .width-md-half:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .width-md-half:nth-child(2n) {
      margin-right: 0; }
  .width-md-third {
    clear: none;
    width: 30%;
    margin: 0 2.5%; }
    .width-md-third:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .width-md-third:nth-child(3n) {
      margin-right: 0; }
  .width-md-fourth {
    clear: none;
    width: 24%;
    margin: 0 1% 0 0; }
    .width-md-fourth:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .width-md-fourth:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 480px) {
  .width-sm-full {
    width: 100%;
    clear: both;
    margin: 0; }
  .width-sm-half {
    width: 47%;
    clear: none;
    margin: 0 3%; }
    .width-sm-half:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .width-sm-half:nth-child(2n) {
      margin-right: 0; }
  .width-sm-third {
    clear: none;
    width: 30%;
    margin: 0 2.5%; }
    .width-sm-third:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .width-sm-third:nth-child(3n) {
      margin-right: 0; }
  .width-sm-fourth {
    clear: none;
    width: 24%;
    margin: 0 1% 0 0; }
    .width-sm-fourth:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .width-sm-fourth:nth-child(4n) {
      margin-right: 0; } }

[class^="container"] {
  width: 85%;
  margin: auto;
  display: block;
  padding: 2.5rem 0; }

.container_large {
  max-width: 1320px; }

.container_small {
  max-width: 900px; }
  @media (min-width: 1025px) {
    .container_small {
      padding: 2.5rem 0; } }

/* Icons */
.icon {
  background: center center #FFF;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 6.25rem;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

@font-face {
  font-family: 'symbols';
  src: url("lib/type/symbols.eot?29147378");
  src: url("lib/type/symbols.eot?29147378#iefix") format("embedded-opentype"), url("lib/type/symbols.woff2?29147378") format("woff2"), url("lib/type/symbols.woff?29147378") format("woff"), url("lib/type/symbols.ttf?29147378") format("truetype"), url("lib/type/symbols.svg?29147378#symbols") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'symbols';
    src: url('lib/type/symbols.svg?29147378#symbols') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-ok:before {
  content: '\e800'; }

/* '' */
.icon-youtube:before {
  content: '\e801'; }

/* '' */
.icon-facebook:before {
  content: '\f300'; }

/* '' */
.icon-twitter-bird:before {
  content: '\f303'; }

/* '' */
.icon-linkedin:before {
  content: '\f31a'; }

/* '' */
.icon-instagram:before {
  content: '\f31e'; }

/* '' */
/* FormHack v1.2.0 (formhack.io) */
/* Global Reset Styles ------------------ */
input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #282828;
  vertical-align: top;
  display: block;
  margin: 10px 0; }

datalist {
  font-family: "Lato", sans-serif;
  font-size: 16px; }

label {
  display: block;
  margin: 10px 0; }

/* Input & Textarea ------------------ */
/* Fields with standard width */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: inherit;
  padding: 6px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #c8c8c8; }

/* Fields with standard height */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 30px;
  -webkit-appearance: none; }

/* Other */
textarea {
  -webkit-appearance: none;
  overflow: auto; }

input[type="range"] {
  height: 30px;
  width: 100%;
  max-width: inherit; }

input[type="file"] {
  min-height: 30px; }

input[type="search"] {
  height: 30px;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

/* Select ------------------ */
select {
  height: 30px; }

select[multiple] {
  height: auto;
  min-height: 30px;
  padding: 0; }
  select[multiple] option {
    margin: 0;
    padding: 6px; }

/* Fieldset ------------------ */
fieldset {
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid #c8c8c8; }

legend {
  padding: 0 5px;
  font-weight: 700; }

/* Buttons, Input Type Submit/Reset ------------------ */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  height: 30px;
  width: 100%;
  max-width: 125px;
  background-color: #B91749;
  padding: 6px;
  cursor: pointer;
  color: white;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #c8c8c8; }

input[type="image"] {
  text-align: center;
  padding: 6px; }

/* States ------------------ */
input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed; }

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #ffe6ed;
  border-color: #c8c8c8; }

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #c8c8c8 solid 2px; }

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  background-color: #e00046;
  color: white; }

html {
  font-size: 14px; }
  @media (min-width: 481px) {
    html {
      font-size: 16px; } }

body {
  font-family: 'Lato', sans-serif;
  line-height: 1.25em;
  color: #818181;
  padding-top: 100px; }
  @media (min-width: 1025px) {
    body {
      padding-top: 104px; } }

img, object, embed {
  height: auto; }

h1 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 4rem; 
  color: #1F363D;
}

 h2 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 4rem; 
  color: white;
}


h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #B91749;
  margin-bottom: 1.875rem; }

p {
  margin-bottom: 1em; }
  p:last-of-type {
    margin-bottom: 0; }

.button {
  background: #A1CDA8;
  color: #656565;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.875rem;
  padding: 0 0.875rem;
  display: inline-block;
  margin-top: 1rem; }
  .button.grey {
    background: #818181; }

.image_round div {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  margin-bottom: 1.5rem; }
  .image_round div img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.break {
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 481px) {
    .break {
      min-height: 500px; } }
  .break .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0; }
  .break .container_small {
    position: relative;
    height: 100%;
    max-width: 670px; }
    .break .container_small div {
      /*
			position: absolute;
			width: 100%;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
*/ }
      .break .container_small div h2 {
        font-weight: 500;
        font-size: 2.5rem;
        line-height: 2.6rem;
        text-transform: uppercase;
        margin-bottom: 2rem; }
      .break .container_small div p {
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.625rem; }
      @media (min-width: 769px) {
        .break .container_small div h2 {
          font-weight: 500;
          font-size: 3.6rem;
          line-height: 4rem; }
        .break .container_small div p {
          font-weight: 300;
          font-size: 1.8rem;
          line-height: 2.4rem; } }

.page-child #main .container_small {
  max-width: 600px;
  padding-bottom: 3rem; }
  .page-child #main .container_small .wp-post-image {
    margin: 0 auto 1.5rem; }

.wpcf7-form label {
  display: none; }

.wpcf7-form p {
  margin: 0; }
  .wpcf7-form p:nth-of-type(2) {
    float: right; }

.wpcf7-form .wpcf7-submit {
  border: none;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  float: right; }

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form option, .wpcf7-form optgroup, .wpcf7-form button, .wpcf7-form legend, .wpcf7-form fieldset {
  margin-top: 0;
  margin-bottom: 25px; }

#collaborators div {
  text-align: center; }
  #collaborators div > * {
    display: inline-block;
    margin: 0 2.1rem 1.5rem; }
    #collaborators div > *:last-child {
      margin-bottom: 0; }
    #collaborators div > *:first-child {
      display: block;
      margin: 0 auto 1.5rem; }
  #collaborators div img {
    max-width: 160px;
    height: auto;
    vertical-align: middle; }

#main_nav {
  background: #B91749;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (max-width: 1024px) {
    #main_nav {
      -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
              transform: translateY(100px);
      bottom: 100%;
      padding: 25px 0 100px;
      transition: all .2s; }
      #main_nav .container_small {
        padding: 0; }
        #main_nav .container_small svg {
          position: absolute;
          bottom: 10px;
          left: 20px;
          height: 80px;
          width: 174px; }
      #main_nav ul {
        text-align: right; }
        #main_nav ul li {
          display: block; }
          #main_nav ul li a {
            color: white;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 1.2rem;
            margin-bottom: 25px;
            display: block; }
          #main_nav ul li:last-child a {
            margin-bottom: 0; }
      body.menu__visible #main_nav {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
      #main_nav .menu__open {
        width: 40px;
        height: 24px;
        right: 20px;
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px; }
        #main_nav .menu__open span, #main_nav .menu__open:before, #main_nav .menu__open:after {
          width: 40px;
          height: 2px;
          background: white;
          position: absolute;
          left: 0;
          transition: all .2s; }
        #main_nav .menu__open:before, #main_nav .menu__open:after {
          content: '';
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        #main_nav .menu__open:before {
          top: 0; }
        #main_nav .menu__open:after {
          bottom: 0; }
        #main_nav .menu__open span {
          top: 11px;
          opacity: 1; }
        body.menu__visible #main_nav .menu__open span {
          opacity: 0; }
        body.menu__visible #main_nav .menu__open:before {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 11px; }
        body.menu__visible #main_nav .menu__open:after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          bottom: 11px; } }
  @media (min-width: 1025px) {
    #main_nav {
      top: 0; }
      #main_nav .container_small {
        padding: 0.5rem 0 1rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        #main_nav .container_small svg {
          width: 175px;
          height: 80px; }
      #main_nav ul {
        text-align: right; }
        #main_nav ul li {
          display: inline-block;
          margin-left: 2rem;
          vertical-align: bottom; }
          #main_nav ul li a {
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.03rem;
            text-decoration: none; } }

#main_footer {
  padding-top: 1.25rem;
  background: #818181;
  color: white;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  #main_footer a {
    color: white;
    text-decoration: none; }
  #main_footer svg {
    width: 174px;
    height: 80px;
    max-width: 100%; }
  #main_footer h4 {
    text-transform: uppercase;
    margin: 37px 0 26px;
    font-weight: 700;
    letter-spacing: 0.07em; }
  #main_footer .container_large {
    padding: 0; }
  #main_footer #main_footer__social {
    margin-top: 1.625rem;
    background: #B91749;
    text-align: center;
    padding: 20px 0; }
    #main_footer #main_footer__social a {
      color: white;
      border: 1px solid white;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      display: inline-block;
      margin: 0 3px;
      box-shadow: 0px 0px 1px white; }
    @media (min-width: 1025px) {
      #main_footer #main_footer__social {
        padding: 22px 0; }
        #main_footer #main_footer__social a {
          width: 75px;
          height: 75px;
          font-size: 30px;
          line-height: 75px;
          margin: 0 10px; } }
  #main_footer #main_footer__map {
    height: 260px; }
    @media (min-width: 481px) {
      #main_footer #main_footer__map {
        height: 500px; } }

body.home #slider {
  position: relative; }
  body.home #slider .owl-item .container_small {
    -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0); }
    body.home #slider .owl-item .container_small > div {
      position: relative;
      top: inherit;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  body.home #slider .owl-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
    background: rgba(0, 0, 0, 0.2); }
  body.home #slider .owl-item .break {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

body.home #home__subpages {
  color: white;
  background: #818181;
  text-align: center; }
  body.home #home__subpages h3 {
    color: white; }
  body.home #home__subpages .fa {
    width: 6.25rem;
    height: 6.25rem;
    border: 1px solid white;
    border-radius: 50%;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 6.25rem;
    text-align: center;
    margin-bottom: 2rem; }
  @media (max-width: 1024px) {
    body.home #home__subpages .width-full {
      margin: 0 auto 2.5rem;
      max-width: 300px;
      display: block;
      float: none; }
      body.home #home__subpages .width-full:last-of-type {
        margin-bottom: 0; } }

body.home #intro {
  background: #F4F4F4; }
  body.home #intro img {
    float: left;
    margin-right: 40px; }
    @media (max-width: 480px) {
      body.home #intro img {
        margin-bottom: 1.5rem; } }

body.home #team {
  text-align: center; }
  body.home #team .container_small {
    padding-bottom: 6.25rem; }
  body.home #team .width-lg-third {
    margin-top: 2.5rem; }
    body.home #team .width-lg-third .team__photo {
      max-width: 200px;
      display: block;
      margin: auto; }
    @media (max-width: 480px) {
      body.home #team .width-lg-third:first-child {
        margin-top: 0; } }
    @media (min-width: 481px) {
      body.home #team .width-lg-third {
        margin-top: 0; }
        body.home #team .width-lg-third:nth-child(n+4) {
          margin-top: 2.875rem; } }

body.home #testimonial {
  padding: 4.5rem 0;
  position: relative; }
  body.home #testimonial .owl-carousel img {
    border-radius: 50%;
    width: auto;
    display: block;
    margin: 0 auto 1rem; }
  body.home #testimonial .owl-carousel .owl-dots {
    display: none; }
  body.home #testimonial .owl-carousel .owl-next:before, body.home #testimonial .owl-carousel .owl-next:after, body.home #testimonial .owl-carousel .owl-prev:before, body.home #testimonial .owl-carousel .owl-prev:after {
    background: #818181; }
  @media (max-width: 1024px) {
    body.home #testimonial .owl-carousel .owl-next, body.home #testimonial .owl-carousel .owl-prev {
      top: 30%; } }
  body.home #testimonial .owl-carousel .testimonial__role {
    color: #B91749; }

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 1.75rem;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    margin: 0 0.5rem; }
    .owl-dots .owl-dot.active {
      background: #A1CDA8; }
  @media (max-width: 480px) {
    .owl-dots {
      display: none; } }

.owl-next, .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  width: 50px;
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer; }
  .owl-next:before, .owl-next:after, .owl-prev:before, .owl-prev:after {
    content: '';
    width: 60px;
    height: 2px;
    background: white;
    position: absolute; }
  @media (max-width: 1024px) {
    .owl-next, .owl-prev {
      display: none; } }

.owl-prev {
  left: 10px; }
  .owl-prev:before, .owl-prev:after {
    left: 0; }
  .owl-prev:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25%; }
  .owl-prev:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 32%; }

.owl-next {
  right: 10px; }
  .owl-next:before, .owl-next:after {
    right: 0; }
  .owl-next:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 25%; }
  .owl-next:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 32%; }

body.page-template-page-about #about__intro img {
  height: auto;
  border-radius: 50%; }
  @media (max-width: 480px) {
    body.page-template-page-about #about__intro img {
      margin: 0 auto 2rem;
      display: block; } }

body.page-template-page-about #about__services {
  background: #a2a2a2;
  color: white; }
  body.page-template-page-about #about__services .container_large {
    padding: 3.4rem 0; }
    body.page-template-page-about #about__services .container_large h2 {
      margin-bottom: 4.8rem; }
    body.page-template-page-about #about__services .container_large li {
      margin-bottom: 1.5rem;
      padding-left: 20px;
      position: relative; }
      body.page-template-page-about #about__services .container_large li:before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "symbols";
        content: '\e800';
        color: #A1CDA8;
        font-size: 0.9em; }
      @media (min-width: 481px) {
        body.page-template-page-about #about__services .container_large li:last-of-type {
          margin-bottom: 0; } }
    body.page-template-page-about #about__services .container_large .width-third:last-of-type li:last-of-type {
      margin-bottom: 0; }

body.page-template-page-about #about__offer .width-lg-fourth {
  text-align: center; }
  body.page-template-page-about #about__offer .width-lg-fourth h3 {
    color: #818181; }
  body.page-template-page-about #about__offer .width-lg-fourth p {
    line-height: 1.5rem; }
  body.page-template-page-about #about__offer .width-lg-fourth .image_round {
    max-width: 200px;
    display: block;
    margin: auto;
    float: none; }
  @media (max-width: 1024px) {
    body.page-template-page-about #about__offer .width-lg-fourth {
      margin-bottom: 2.5rem; }
      body.page-template-page-about #about__offer .width-lg-fourth:last-of-type {
        margin-bottom: 0; } }

body.page-template-page-projects h1 {
  text-align: left;
  margin-bottom: 1rem;
  margin-left: 1.5%;
  width: 98.5%; }

body.page-template-page-projects #projects__projects #projects__projects__nav {
  text-align: right;
  width: 98.5%;
  margin-right: 1.5%; }
  body.page-template-page-projects #projects__projects #projects__projects__nav .button {
    margin-left: 2.5rem; }
    body.page-template-page-projects #projects__projects #projects__projects__nav .button.active {
      background: #B91749; }

body.page-template-page-projects #projects__projects .projects__projects__grid {
  width: 100%; }

body.page-template-page-projects #projects__projects .projects__projects__project {
  margin-top: 2.5rem; }
  body.page-template-page-projects #projects__projects .projects__projects__project img, body.page-template-page-projects #projects__projects .projects__projects__project a, body.page-template-page-projects #projects__projects .projects__projects__project h3, body.page-template-page-projects #projects__projects .projects__projects__project p {
    display: block; }
  body.page-template-page-projects #projects__projects .projects__projects__project img {
    height: auto;
    margin-bottom: 1.8rem; }
  body.page-template-page-projects #projects__projects .projects__projects__project a {
    text-decoration: none;
    color: #B91749; }
  @media (min-width: 1025px) {
    body.page-template-page-projects #projects__projects .projects__projects__project {
      margin: 3.1rem 1.5% 0;
      width: calc(91% / 3); } }

body.single-project h1 {
  text-align: left; }

body.single-project .project {
  padding-bottom: 2.5rem; }
  body.single-project .project .project__info p {
    margin-bottom: 0; }
  body.single-project .project h2 {
    color: #B91749;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    margin-top: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem; }
  body.single-project .project .project__content .wp-post-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem; }

body.archive h1 {
  text-align: left; }

body.archive article {
  margin-bottom: 4rem; }
  body.archive article img {
    height: auto; }
    @media (max-width: 480px) {
      body.archive article img {
        margin-bottom: 1.5rem; } }
  body.archive article h2 {
    text-align: left;
    margin-bottom: 1.875rem; }
    body.archive article h2 a {
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 1.75rem;
      color: #B91749;
      text-decoration: none; }

body.archive #blog__navigation a {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #B91749;
  text-decoration: none; }

body.archive #blog__navigation .blog__navigation__next {
  float: right; }

body.archive #blog__navigation .blog__navigation__prev {
  float: left; }

body.single-format-standard article .container_small {
  max-width: 600px;
  padding-bottom: 3rem; }
  body.single-format-standard article .container_small img {
    max-width: 100%;
    height: auto; }
    body.single-format-standard article .container_small img.wp-post-image {
      margin-bottom: 2rem; }

body.page-template-page-contact h2 {
  text-align: left;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #B91749;
  margin-bottom: 2em; }

body.page-template-page-contact .container_small a {
  color: #818181; }

@media (max-width: 480px) {
  body.page-template-page-contact .container_small .width-md-full {
    margin-bottom: 1.5rem; }
    body.page-template-page-contact .container_small .width-md-full:last-of-type {
      margin-bottom: 0; } }

body.parent-pageid-10 .container_small h1 {
  text-align: left; }

body.parent-pageid-10 .container_small .page__info h3 {
  margin-bottom: 0.75rem; }

body.parent-pageid-10 .container_small .page__info p {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem; }

body.parent-pageid-10 .container_small .page__content .wp-post-image {
  height: auto;
  margin-bottom: 2rem; }

@media (max-width: 1024px) {
  body.parent-pageid-10 .container_small .page__info {
    margin-bottom: 2rem; } }
