.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
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%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
/* 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;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
input,
button,
textarea {
  outline: none;
  resize: none;
}
/* 
   setup
*/
.squize-grid-margins {
  margin-left: -40px;
  margin-right: -40px;
}
.tiny-grid {
  margin-left: -40px;
  margin-right: -40px;
}
.tiny-grid > * {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 40px*2 - 4px);
  margin: 40px;
}
@media only screen and (max-width: 1000px) {
  .tiny-grid > * {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 40px - 4px);
    margin: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .tiny-grid > * {
    width: calc(50% - 40px - 4px);
    margin: 20px;
  }
}
.big-grid:before,
.big-grid:after {
  content: " ";
  display: table;
}
.big-grid:after {
  clear: both;
}
.big-grid > * {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 50%;
  margin: 0;
}
.big-grid > *:nth-child(odd) {
  clear: both;
}
@media only screen and (max-width: 700px) {
  .big-grid > * {
    width: 100%;
  }
}
.medium-grid:before,
.medium-grid:after {
  content: " ";
  display: table;
}
.medium-grid:after {
  clear: both;
}
.medium-grid > * {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33%;
  margin: 0;
}
.medium-grid > *:nth-child(3n+1) {
  clear: both;
}
.medium-grid.suppress-margins {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (max-width: 1000px) {
  .medium-grid > *:nth-child(3n+1) {
    clear: none;
  }
  .medium-grid > * {
    width: 50%;
  }
  .medium-grid > *:nth-child(odd) {
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .medium-grid > * {
    width: 100%;
    clear: both;
  }
}
.highlights-grid:before,
.highlights-grid:after {
  content: " ";
  display: table;
}
.highlights-grid:after {
  clear: both;
}
.highlights-grid > * {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .highlights-grid > * {
    width: 33.33%;
  }
  .highlights-grid > *:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .highlights-grid > * {
    width: 50%;
  }
  .highlights-grid > *:nth-child(n+4) {
    display: block;
  }
}
.desktop-nav {
  display: block;
  opacity: 1;
}
.desktop-nav.nav-ready {
  opacity: 1;
}
.phone-nav {
  display: none;
}
.menu-overflow .desktop-nav {
  display: none;
}
.menu-overflow .phone-nav {
  display: block;
}
.menu-overflow .phone-nav .nav-content {
  position: absolute;
  margin: auto;
  left: 40px;
  right: 40px;
  max-width: 1200px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100;
  /*&.bigger:not(.phone-nav) {
		padding-top: 20px;
		.transition(padding-top 150ms linear);

		.logo {
			height: @nav-height;
			margin-top: 0px;

			.transition(~"margin-top 300ms linear, height 300ms linear");
		}
	}

	&.dettached.bigger:not(.phone-nav) {
		padding-top: 0;

		.logo {
			margin-top: 10px;
			height: @nav-height - 20px;
		}
	}*/
}
nav .main-options {
  display: inline-block;
  margin-left: auto;
  margin-top: 0;
  text-align: right;
  position: absolute;
  right: 0;
  left: 240px;
  overflow: hidden;
  top: 0;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 700px) {
  nav .main-options {
    left: 180px;
  }
}
nav .main-options li a {
  height: 50px;
}
nav .main-options li a span {
  padding: 10px;
}
nav .main-options li a span:hover {
  border-bottom: 1px solid #fff;
}
nav .main-options > * {
  letter-spacing: 0;
}
nav .main-options li {
  display: inline-block;
  letter-spacing: 0;
}
nav .main-options li + li {
  margin-left: 10px;
}
nav .main-options li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  opacity: 0.8;
  color: #fff;
}
nav .main-options li a:hover:not(.is-selected),
nav .main-options li a:active:not(.is-selected) {
  opacity: 0.8;
}
nav .main-options li a.is-selected {
  opacity: 1;
  color: #d1222c;
}
nav .main-options,
nav .float-menu-button {
  text-transform: uppercase;
  font-size: 12px;
}
nav .logo {
  display: inline-block;
  margin-top: 5px;
  height: 40px;
  margin-left: -20px;
}
nav .logo .img {
  display: inline-block;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 200px;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  nav .logo {
    margin-left: -10px;
  }
}
nav .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
}
nav.fade-out .main-options li a.is-selected {
  color: #d1222c;
}
nav.fade-out .nav-bg {
  background-color: transparent;
}
nav .main-options-language {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: #d1222c;
}
nav .main-options-language > * {
  opacity: 0;
  height: 40px;
}
nav .main-options-language > * select {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}
nav .main-options-language > * select:hover {
  cursor: pointer;
}
nav .main-options-language .value {
  opacity: 1;
  color: white;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
nav .main-options-language .value:hover {
  cursor: pointer;
}
nav .main-options-language #google_translate_element {
  position: absolute;
  top: 0;
  left: 0;
}
nav .main-options-language #google_translate_element:hover {
  cursor: pointer;
}
.phone-nav .logo {
  margin-left: auto;
}
.desktop-nav {
  height: 70px;
}
.desktop-nav .top-bar {
  display: block;
  height: 18px;
  text-align: right;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
@media screen and (max-width: 1000px) {
  .desktop-nav .top-bar {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.desktop-nav .lang-icon-small {
  font-size: 12px;
  color: white;
  padding: 0;
  margin-right: 10px;
  text-transform: uppercase;
  opacity: 0.7;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.desktop-nav .lang-icon-small:hover {
  opacity: 1;
}
.desktop-nav .nav-list {
  top: 20px;
  margin-right: 10px;
}
.phone-nav .lang-icon-small {
  font-size: 12px !important;
  opacity: 0.7;
  display: inline-block !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.phone-nav .lang-icon-small:hover {
  opacity: 1;
}
@media only screen and (max-width: 920px) {
  .desktop-nav {
    display: none !important;
  }
  .phone-nav {
    display: block !important;
  }
}
.phone-nav .nav-content {
  position: relative;
}
.phone-nav {
  display: none;
  padding: 0 20px;
}
.phone-nav .logo {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  height: 40px;
}
.phone-nav .logo .img {
  display: inline-block;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 200px;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .phone-nav .logo {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 700px) {
  .phone-nav .logo .img {
    width: 150px;
  }
}
.phone-nav .main-options {
  margin-top: 0;
}
.phone-nav .float-menu-button {
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  z-index: 1;
}
.phone-nav .float-menu-button .lines {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  vertical-align: middle;
  float: left;
  margin-top: 13px;
  margin-right: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.phone-nav .float-menu-button .lines:before,
.phone-nav .float-menu-button .lines:after {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms linear, background-color 0ms 0ms, top 100ms 100ms;
  -moz-transition: all 200ms linear, background-color 0ms 0ms, top 100ms 100ms;
  -ms-transition: all 200ms linear, background-color 0ms 0ms, top 100ms 100ms;
  -o-transition: all 200ms linear, background-color 0ms 0ms, top 100ms 100ms;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.phone-nav .float-menu-button .lines:before {
  top: 5px;
}
.phone-nav .float-menu-button .lines:after {
  top: -5px;
}
.phone-nav .floating-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  font-size: 1em;
  font-weight: bold;
}
.phone-nav .floating-menu .floating-menu-container {
  padding: 0 20px 20px 20px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: rgba(0, 0, 0, 0.98);
}
.phone-nav .floating-menu .floating-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.phone-nav .floating-menu .floating-menu-item a {
  display: block;
  padding: 14px 20px;
  height: 100%;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
}
.phone-nav .floating-menu .floating-menu-item a.themed-text {
  color: #d1222c;
}
.phone-nav .floating-menu .floating-menu-sub-item a {
  font-family: Arial, Lato, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif;
  padding: 12px 40px;
}
.phone-nav.expanded {
  height: 100%;
}
.phone-nav.expanded .nav-bg {
  background: rgba(0, 0, 0, 0.98);
  height: 60px;
}
.phone-nav.expanded .float-menu-button {
  color: #fff;
}
.phone-nav.expanded .lines {
  background-color: transparent;
}
.phone-nav.expanded .lines:after {
  -webkit-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -moz-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -ms-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -o-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  background-color: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}
.phone-nav.expanded .lines:before {
  -webkit-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -moz-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -ms-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  -o-transition: all 200ms 100ms, background-color 0ms linear, top 100ms linear;
  background-color: #fff;
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
}
.phone-nav.expanded .floating-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}
/*.logo {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    left: @layout-margin/4;
    z-index: 100;
    
    img {
    	margin-top: @nav-height - 43px;
        height: 50px;
    }
}

nav {
    //position: relative;
    position: fixed;
    height: @nav-height;
    
    text-align: right;
	z-index: 100;
	
    
    width: 100%;
    top: 0;
	
	.main-options {
	    display: inline-block;
	    margin-left: auto;
        margin-right: 0;
        margin-top: @nav-height - 35px;
	}
	.main-options, .float-menu-button {
	    text-transform: none;
	    font-size: 0.9em;
	}
	
	.main-options li {
		display: inline-block;
		float: left;
		background: rgba(0,0,0,0.0);
	}

	.main-options a {
		display: inline-block;
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		color: @light-text-color;
		cursor: pointer;
		
        opacity: 0.6;
        text-transform: uppercase;
        font-size: 0.8em;
		&:hover, &:active {
			border-bottom: 1px solid @light-text-color;
		}
		
		&.is-selected {
		    opacity: 1;
		    color: @theme-color;
		}
	}
	
	.main-options .is-highlighted a {
	    border-bottom: 1px solid @light-text-color;
	}
	
	.main-sub-options {
	    position: absolute;
	    display: none;
	    
	    padding: 20px 0;
	    left: 0;
	    top: @nav-height - 10px;
	    width: 100%;
	    
	    border-top: 2px solid rgba(0,0,0,0.0);
	    background-clip: padding-box;
	    
	    line-height: 150%;
	    
	    background-color: rgba(red(@menu-bg-color), green(@menu-bg-color), blue(@menu-bg-color), 0.98);
	    color: menu-text-color;
	    
	    opacity: 0;
	    z-index: 1;
	    
	    .transition(opacity 0ms linear);
	    
	    &.hover {
	        display: block;
    	    opacity: 1;
    	    .transition(opacity 200ms linear);
	    }
	}
	
	.menu-section {
	    display: inline-block;
	    float: left;
	    width: 25%;
	    padding: 20px;
	    text-align: left;
	    
	    
	    color: @menu-text-color;
	    font-size: 0.9em;
	    
	    h4 {
	        font-size: 1em;
	        
	    }
	}

	@media @tablet {
		.main-options-item {
			font-size: 0.9em;
		}
	}
    
    
}*/
/*
.phone-nav {
    display: none;
    
    //FLOATING MENU
	
	.float-menu-button {
	    margin-top: @nav-height/2;
	    position: relative;
	    display: inline-block;
		padding: 0 20px;
		height: @nav-height/2;
		line-height: @nav-height/2;
		color: @light-text-color;
		text-transform: uppercase;
		font-size: 0.8em;
		
		z-index: 1;
		
		.lines {
		    position: relative;
		    display: inline-block;
            width: 20px;
            height: 3px;
            vertical-align: middle;
            float: left;
            margin-top: @nav-height/4 - 2px;
            margin-right: 5px;
            background: @light-text-color;
            border-radius: 2px; 
            .transition(all 200ms linear);
            
            &:before, &:after {
   
                display: inline-block;
                width: 20px;
                height: 3px;
                background: @light-text-color;
                border-radius: 2px;
                .transition(~"all 200ms linear, background-color 0ms 0ms, top 100ms 100ms");
                
                position: absolute;
                left:0;
                content: '';
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }
            &:before { top: 5px; }
            &:after { top: -5px; }
		}
	}
	*/
/*.floating-menu {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    padding-top: @nav-height + @layout-margin;
	    text-align: left;
	    
	    visibility: hidden;
	    opacity: 0;
	    height: 0px;
	    
	    font-size: 0.9em;
	    
	    background: rgba(red(@menu-bg-color), green(@menu-bg-color), blue(@menu-bg-color), 0.98);
	    
	    .transition(all 200ms linear);
	    
	    .floating-menu-container {
	        padding: 0 20px 20px 20px;
	    }
	    
	    .floating-menu-item {
	        @border-color: rgba(red(@menu-text-color),green(@menu-text-color),blue(@menu-text-color), 0.1);
	        border-top: 1px solid @border-color;
	        
	        a {
	            display: block;
	            padding: 14px 20px;
	            height: 100%;
	            color: @menu-text-color;
	            font-size: 0.8em;
	            text-transform: uppercase;
	            
	            &.themed-text {
	            	color: @theme-color;
	            }
	        }
	    }
	    
	    .floating-menu-sub-item {
	        
	        a {
	            font-family: @site-font-family;
	            padding: 12px 40px;
	        }
	    }
	}*/
/*&.expanded {
	    .float-menu-button {
	        color: @menu-text-color;
	    }
	    .lines {
	        background-color: transparent;
	        &:after {
	            .transition(~"all 200ms 100ms, background-color 0ms linear, top 100ms linear");
	            background-color: @menu-text-color;
	            top: 0;
	            .transform(rotateZ(45deg));
	        }
	        
	        &:before {
	            .transition(~"all 200ms 100ms, background-color 0ms linear, top 100ms linear");
	            background-color: @menu-text-color;
	            top: 0;
	            .transform(rotateZ(-45deg));
	        }
	    }
	    .floating-menu {
	        height: auto;
	        visibility: visible;
	        opacity: 1;
	    }
	}
}
@media only screen and (max-width: 920px) {
    .desktop-nav {
        display: none;
    }
    
    .phone-nav {
        display: block;
    }
}
*/
nav.light .main-options a {
  color: #fff;
}
nav.light .main-options a:hover,
nav.light .main-options a:active {
  border-bottom: 1px solid #fff;
}
nav.light .main-options a.is-selected {
  opacity: 1;
  color: #d1222c;
}
nav.light .main-options .is-highlighted a {
  border-bottom: 1px solid #fff;
}
nav.light .float-menu-button {
  color: #fff;
}
nav.light .float-menu-button .lines {
  background: #fff;
}
nav.light .float-menu-button .lines:before,
nav.light .float-menu-button .lines:after {
  background: #fff;
}
nav.light.expanded .float-menu-button .lines {
  background: transparent;
}
nav.light.expanded .lines:after,
nav.light.expanded .lines:before {
  background-color: #fff;
}
.icon-container {
  position: relative;
  z-index: 200;
  height: 1px;
}
.close-video-icon {
  position: absolute;
  top: 18px;
  right: -50px;
  cursor: pointer;
}
.close-video-icon svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1300px) {
  .close-video-icon {
    right: 0;
    top: 75px;
  }
}
@media screen and (max-width: 920px) {
  .close-video-icon {
    top: 50px;
  }
}
.show {
  display: block !important;
}
.check-window {
  float: none;
}
@media only screen and (max-width: 700px) {
  .check-window {
    float: right;
  }
}
.card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
}
.card:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -35px;
  right: -35px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 15px solid rgba(209, 34, 44, 0.5);
  z-index: 0;
}
.card .thumb {
  width: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.card .thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 80%;
}
.card .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card .details {
  position: relative;
  background-color: #ffffff;
  padding: 20px 40px;
  font-size: 1em;
  z-index: 1;
}
.card .details q {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #222;
}
.card .details q:before {
  margin-left: -10px;
  content: "\02BA";
}
.card .details q:before {
  color: #d1222c;
  font-size: 2.2em;
  font-weight: bold;
}
.card .details h3 {
  color: #d1222c;
  font-size: 0.9em;
  text-transform: uppercase;
}
.presentation-card .thumb {
  position: relative;
}
.presentation-card .thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 140%;
}
.presentation-card .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.group-portfolio-card {
  margin-bottom: 40px;
}
.group-portfolio-card:before,
.group-portfolio-card:after {
  content: " ";
  display: table;
}
.group-portfolio-card:after {
  clear: both;
}
.group-portfolio-card .presentation {
  float: left;
  width: 150px;
  position: relative;
  padding-bottom: 20px;
  max-width: 230px;
  border: 1px solid #d1222c;
  text-align: center;
  color: #fff;
}
.group-portfolio-card .presentation:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 130%;
}
.group-portfolio-card .presentation > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.group-portfolio-card .presentation .img {
  position: absolute;
  top: 10px;
  left: -20px;
  right: -20px;
  bottom: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.group-portfolio-card .presentation .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 0.9em;
  line-height: 100%;
  color: #d1222c;
}
.group-portfolio-card .details {
  padding-left: 180px;
  padding-right: 30px;
  color: #222;
}
.group-portfolio-card .item-description p {
  margin-bottom: 20px;
  font-weight: 300;
}
.group-portfolio-card .item-description ul {
  margin-bottom: 40px;
}
.group-portfolio-card .item-description ul li {
  padding-left: 40px;
}
.group-portfolio-card .item-description ul li:before {
  content: "";
  border-color: transparent #d1222c;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.5em;
  top: 1.1em;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .group-portfolio-card .presentation {
    width: 110px;
  }
  .group-portfolio-card .details {
    padding-left: 130px;
    padding-right: 10px;
  }
}
.service-card {
  position: relative;
  background-color: #ffffff;
  margin: 40px;
  -webkit-box-shadow: 0 4px 30px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 30px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 30px -20px rgba(0, 0, 0, 0.3);
}
.service-card .thumb {
  width: 100%;
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.service-card .thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 50%;
}
.service-card .thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-card .details {
  padding: 40px 40px;
}
.service-card .details .title {
  color: #d1222c;
  margin: 20px 0;
}
.product-card-expanded {
  position: relative;
  display: block;
  height: 340px;
  margin-bottom: 80px;
}
.product-card-expanded .product-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  color: #555;
}
.product-card-expanded .presentation {
  position: absolute;
  display: block;
  left: calc(30% + 40px);
  right: calc(30% + 40px);
  top: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 230px;
  background-color: #e1454e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1454e), to(#d1222c));
  background: -webkit-linear-gradient(top, #e1454e, #d1222c);
  background: -moz-linear-gradient(top, #e1454e, #d1222c);
  background: -ms-linear-gradient(top, #e1454e, #d1222c);
  background: -o-linear-gradient(top, #e1454e, #d1222c);
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
}
.product-card-expanded .presentation .img {
  width: calc(100% + 40px*4);
  margin-left: -80px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 250px;
}
.product-card-expanded .details {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 300;
}
.product-card-expanded .details .detail-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}
@media only screen and (max-width: 1000px) {
  .product-card-expanded .product-description {
    width: 50%;
  }
  .product-card-expanded .product-description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6em;
    overflow: hidden;
  }
  .product-card-expanded .presentation {
    left: calc(50% + 40px);
    right: -40px;
  }
  .product-card-expanded .details {
    top: auto;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media only screen and (max-width: 700px) {
  .product-card-expanded .details .detail-item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 1.5em;
  }
}
.carousel:not(.tiny-carousel) {
  height: 540px;
}
.carousel:not(.tiny-carousel) .section-content {
  height: 540px;
}
.carousel:not(.tiny-carousel) .carousel-bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.carousel:not(.tiny-carousel) .see-all-separator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 140px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.carousel:not(.tiny-carousel) .see-all-separator .button {
  color: #222;
  text-transform: uppercase;
}
.carousel:not(.tiny-carousel) .see-all-separator .button:before {
  content: "+";
  font-size: 1em;
  vertical-align: top;
  color: #d1222c;
  font-weight: bold;
  margin-right: 10px;
}
.carousel-item:not(.tiny-carousel-item) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 340px;
  opacity: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
}
.carousel-item:not(.tiny-carousel-item) .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-height: 340px;
  overflow: hidden;
}
.carousel-item:not(.tiny-carousel-item) .presentation {
  position: absolute;
  display: block;
  left: calc(30% + 40px);
  right: calc(30% + 40px);
  top: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 230px;
  background-color: #e1454e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1454e), to(#d1222c));
  background: -webkit-linear-gradient(top, #e1454e, #d1222c);
  background: -moz-linear-gradient(top, #e1454e, #d1222c);
  background: -ms-linear-gradient(top, #e1454e, #d1222c);
  background: -o-linear-gradient(top, #e1454e, #d1222c);
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.6);
}
.carousel-item:not(.tiny-carousel-item) .presentation .img {
  width: calc(100% + 40px*4);
  margin-left: -80px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 250px;
}
.carousel-item:not(.tiny-carousel-item) .details {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 300;
}
.carousel-item:not(.tiny-carousel-item) .details .detail-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}
.carousel-item:not(.tiny-carousel-item).is-selected {
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .carousel-item:not(.tiny-carousel-item) .description {
    width: 50%;
  }
  .carousel-item:not(.tiny-carousel-item) .description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6em;
    overflow: hidden;
  }
  .carousel-item:not(.tiny-carousel-item) .presentation {
    left: calc(50% + 40px);
    right: -40px;
  }
  .carousel-item:not(.tiny-carousel-item) .details {
    top: auto;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media only screen and (max-width: 700px) {
  .carousel-item:not(.tiny-carousel-item) .details .detail-item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 1.5em;
  }
}
.carousel-thumb {
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 160px;
  height: 120px;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.4;
}
.carousel-thumb .thumb {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 160px;
  height: 100px;
  margin-bottom: 20px;
  background: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-thumb .name {
  font-size: 0.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}
.carousel-thumb.is-selected {
  opacity: 1;
}
.carousel-thumb.is-selected .name {
  color: #d1222c;
}
.carousel-thumb + .carousel-thumb {
  margin-left: 20px;
}
.tiny-carousel {
  position: relative;
  min-height: 500px;
}
.tiny-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
}
.tiny-carousel-item.is-selected {
  opacity: 1;
}
html,
body {
  height: 100%;
  font-family: Arial, Lato, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif;
  color: #555;
  background: #f6f6fa;
  line-height: 150%;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 1.2em;
}
.vertical-absolute-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.relative-position {
  position: relative;
}
.align-center {
  text-align: center;
}
.top-margin {
  margin-top: 40px;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
button {
  border: none;
  outline: none;
  background: transparent;
  font-weight: bold;
  font-size: 1em;
  font-family: Arial, Lato, "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
a,
button {
  display: inline-block;
  -webkit-transition: opacity 100ms 10ms;
  -moz-transition: opacity 100ms 10ms;
  -ms-transition: opacity 100ms 10ms;
  -o-transition: opacity 100ms 10ms;
}
a:active,
button:active {
  opacity: 0.4;
  -webkit-transition: opacity 0ms;
  -moz-transition: opacity 0ms;
  -ms-transition: opacity 0ms;
  -o-transition: opacity 0ms;
}
.light-text {
  color: #fff;
}
.themed-text {
  color: #d1222c;
}
.action-button {
  background-color: transparent;
  color: #222;
  border: 1px solid #222;
  min-height: 30px;
  padding: 12px 34px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
}
.action-button.light {
  color: #fff;
  border: 1px solid #fff;
}
.action-button.light-themed {
  color: #fff;
  border: 1px solid #d1222c;
}
.action-button.full-themed-light {
  color: #d1222c;
  background-color: #fff;
  border: 1px solid #d1222c;
}
.action-button.full-themed {
  color: #fff;
  background-color: #d1222c;
  border: 1px solid transparent;
}
.action-button.full-light-dark {
  color: #222;
  background-color: #fff;
  border: 1px solid transparent;
}
.svg-icon {
  width: 32px;
  height: 32px;
  fill: #222;
  padding: 5px;
}
.svg-icon.light {
  fill: #fff;
}
.svg-icon.themed {
  fill: #d1222c;
}
.svg-icon.large-icon {
  width: 64px;
  height: 64px;
}
.svg-icon.stroke-icon {
  fill: transparent;
  stroke: #222;
}
.svg-icon.stroke-icon.light {
  fill: transparent;
  stroke: #fff;
}
.scroll-down-icon {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  z-index: 10px;
  text-align: center;
}
.scroll-down-icon strong {
  text-transform: uppercase;
  color: #d1222c;
  font-size: 0.8em;
}
.max-width {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 0 40px;
}
@media only screen and (max-width: 1000px) {
  .max-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .max-width {
    padding: 0 10px;
  }
}
.regular-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: white;
  color: #843d8e;
  border-bottom: 3px solid #843d8e;
  text-transform: uppercase;
  font-size: 12px;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}
.bg-overlay.reverse {
  background-color: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.bg-overlay + * {
  position: relative;
}
.two-cols {
  position: relative;
}
.two-cols:before,
.two-cols:after {
  content: " ";
  display: table;
}
.two-cols:after {
  clear: both;
}
.two-cols > * {
  width: calc(50% - 10px);
  margin-left: 20px;
  padding: 40px 0;
  min-height: 200px;
  background-size: cover;
  background-position: center 30%;
}
.two-cols > *:first-child {
  margin-left: 0;
  float: left;
}
.two-cols > *:last-child {
  float: right;
}
.two-cols.grow-last > *:last-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.two-cols.grow-first > *:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 700px) {
  .two-cols > * {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 0px;
    float: none;
  }
  .two-cols.grow-last > *:last-child,
  .two-cols.grow-first > *:first-child {
    position: relative;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 2.0em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5,
  p {
    font-size: 1.0em;
  }
}
header {
  position: relative;
  margin-top: -80px;
  height: 100%;
  min-height: 680px;
  text-align: center;
  background-color: #efeff2;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
header .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .background-video.hidden {
  display: none;
}
header h1 {
  font-size: 3em;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  text-transform: uppercase;
 
}
header h2,
header p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  opacity: 0.9;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-transform: uppercase;
}

header p {
    text-transform: initial;
}
header button.player-button {
  position: absolute;
  display: block;
  width: 60px;
  left: 0;
  right: 0;
  margin: 80px auto;
  cursor: pointer;
}
header.tiny {
  max-height: 500px;
  min-height: 500px;
}
header.tiny h1 {
  margin-top: 40px;
  font-size: 1.8em;
}
header.tiny h2,
header.tiny p {
  font-size: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4em;
}
header.playing .bg-overlay {
  visibility: hidden;
}
header.playing > *:not(#ytplayer):not(.bg-overlay):not(.always-visible) {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header h1 {
    font-size: 3em;
  }
  header.tiny h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 700px) {
  header h1 {
    font-size: 2.2em;
  }
  header h2 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  header.tiny h1 {
    font-size: 1.8em;
  }
    header p {
        font-size: 1em;
        line-height: 1.4em;
    }
}
@media only screen and (max-width: 700px) {
    header h1 {
        font-size: 2em;
    }
}

body[data-page="contacts"] header {
  background-color: #000000;
}
.action-button {
  background-color: transparent;
  color: #d4d4d4;
  border: 2px solid #d1222c;
  min-height: 30px;
  padding: 5px 14px;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
}
.action-button.darker {
  color: #222;
}
.action-button:hover {
  background-color: #d1222c;
  border-color: #d1222c;
  color: #fff;
}
.contact-form {
  position: relative;
  width: 46%;
  padding: 2%;
}
@media only screen and (max-width: 1000px) {
  .contact-form {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form .error {
  position: absolute;
  bottom: 100%;
  font-size: 0.8em;
  color: #c00;
  padding: 10px;
  background: rgba(200, 0, 0, 0.2);
  left: 4%;
  right: 4%;
  line-height: 120%;
}
.contact-form label {
  display: block;
  margin-bottom: 20px;
}
.contact-form label .label {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.contact-form label input {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  height: 40px;
  width: 100%;
  display: block;
  background: transparent;
  color: #555;
  font-size: 0.9em;
}
.contact-form label textarea {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  line-height: 120%;
  height: 80px;
  max-height: none;
  width: 100%;
  display: block;
  resize: vertical;
  background: transparent;
  color: #555;
  font-size: 0.9em;
}
.contact-form .action-button {
  margin-top: 40px;
  min-height: 40px;
}
.contact-form .success-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.contact-form .success-panel > * {
  position: absolute;
  top: 42%;
  left: 50%;
  max-width: 80%;
  display: block;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.contact-form .success-panel > * svg {
  width: 80px;
  height: 80px;
  fill: #d1222c;
}
.contact-form.success .success-panel {
  display: block;
}
.contact-form.success fieldset,
.contact-form.success .action-button {
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .contact-form .error {
    left: 0;
    right: 0;
  }
}
.contacts-section {
  color: #555;
  padding: 6% 0 6% 6% !important;
  border: 15px solid #d1222c;
  border-right: none;
  overflow: visible;
  position: relative;
  margin-top: 2%;
  margin-left: 8%;
  width: 46%;
}
@media only screen and (max-width: 1000px) {
  .contacts-section {
    width: 100%;
    margin-left: 0;
  }
}
.contacts-section .contact-section {
  margin-top: 50px;
}
.contacts-section .top-infinite-border {
  position: absolute;
  top: -15px;
  right: 0;
  width: 100vw;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  border-top: 15px solid #d1222c;
}
.contacts-section .bottom-infinite-border {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100vw;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  border-bottom: 15px solid #d1222c;
}
.contacts-section h5 {
  font-size: 1em;
}
.contacts-section p {
  font-size: 0.9em;
  line-height: 2.2em;
  margin-top: 0.5em;
  vertical-align: top;
}
.contacts-section .contacts-list h5 {
  display: inline-block;
  vertical-align: middle;
}
.contacts-section .contacts-list a {
  display: block;
  vertical-align: middle;
}
.contacts-section .contacts-list .contact-item {
  margin: 10px 0;
}
.contacts-section .contacts-list .contact-item span {
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 2.2em;
  margin-top: 0.5em;
}
.contacts-section .action-button {
  margin-top: 40px;
  min-height: 40px;
}
.contacts-section .svg-icon {
  width: 32px;
  height: 32px;
  fill: #d1222c;
  padding: 5px;
  vertical-align: top;
  margin-right: 20px;
  float: left;
}
.contacts-section .svg-icon.light {
  fill: #fff;
}
.contacts-section .svg-icon.themed {
  fill: #d1222c;
}
.contacts-section .svg-icon.large-icon {
  width: 64px;
  height: 64px;
}
.contacts-section .svg-icon.stroke-icon {
  fill: transparent;
  stroke: #222;
}
.contacts-section .svg-icon.stroke-icon.light {
  fill: transparent;
  stroke: #fff;
}
.index header .section-content {
  margin-top: 70px;
}
.main-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  min-height: 300px;
  background-color: #efeff2;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.main-section.no-padding-top {
  padding-top: 0;
}
.section-label {
  display: block;
  color: #d1222c;
  text-transform: uppercase;
  font-weight: 900;
}
.section-label + *:not(h4) {
  margin-top: 40px;
}
.article-label {
  display: block;
  margin-bottom: 20px;
  color: #d1222c;
  text-transform: uppercase;
  font-weight: 900;
}
.section-title {
  max-width: 400px;
  font-size: 2em;
  text-transform: uppercase;
  color: #222;
  font-weight: 900;
  line-height: 110%;
}
.section-title.extra-margin {
  margin-top: 40px;
}
.section-title.light-text {
  color: #fff;
}
.section-title:after {
  content: "";
  position: relative;
  display: block;
  margin: 40px 0 40px 0;
  width: 80px;
  height: 3px;
  background: #d1222c;
}
.section-title.centered {
  max-width: none;
  display: block;
  text-align: center;
}
.section-title.centered:after {
  left: 50%;
  margin-left: -60px;
}
.section-title:not(.centered) + .sub-title {
  opacity: 0.7;
  margin-top: -94px;
  padding-left: 160px;
  margin-bottom: 80px;
}
.highlight-title {
  margin-bottom: 40px;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
}
.highlight-title + .highlight-title-description {
  margin-top: -20px;
}
@media only screen and (max-width: 700px) {
  .highlight-title {
    font-size: 2em;
  }
}
.highlight-title-description {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  opacity: 0.6;
  text-align: center;
}
.description h4 {
  max-width: 400px;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #222;
  font-weight: 900;
  line-height: 120%;
  margin-top: 20px;
}
.description h4:after {
  content: "";
  position: relative;
  display: block;
  margin: 20px 0 20px 0;
  width: 80px;
  height: 3px;
  background: #d1222c;
}
.description h5 {
  display: block;
  margin: 20px 0;
  color: #d1222c;
  text-transform: uppercase;
  font-weight: 900;
}
.description p {
  margin-bottom: 20px;
  font-weight: 300;
}
.description ul {
  margin-bottom: 40px;
}
.description ul li {
  padding-left: 40px;
}
.description ul li:before {
  content: "";
  border-color: transparent #d1222c;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.5em;
  top: 1.1em;
  position: relative;
}
.description.light-text h4 {
  color: #fff;
}
.description.light-text p {
  opacity: 0.6;
}
.portfolio-description h4 {
  max-width: 400px;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #222;
  font-weight: 900;
  line-height: 120%;
  margin-top: 20px;
}
.portfolio-description h4:after {
  content: "";
  position: relative;
  display: block;
  margin: 20px 0 20px 0;
  width: 80px;
  height: 3px;
  background: #d1222c;
}
.portfolio-description h5 {
  display: block;
  margin: 20px 0;
  color: #d1222c;
  text-transform: uppercase;
  font-weight: 900;
}
.portfolio-description p {
  margin-bottom: 20px;
  font-weight: 300;
}
.portfolio-description ul {
  margin-bottom: 40px;
}
.portfolio-description ul li {
  padding-left: 40px;
}
.portfolio-description ul li:before {
  content: "";
  border-color: transparent #d1222c;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.5em;
  top: 1.1em;
  position: relative;
}
.main-section:nth-child(odd) .highlight-title-description:not(.darker) {
  color: #fff;
}
.main-section:nth-child(odd) .description h4 {
  color: #fff;
}
.main-section:nth-child(odd) .description p,
.main-section:nth-child(odd) .description ul {
  color: #fff;
  opacity: 0.6;
}
.main-section:nth-child(even) .bg-overlay {
  background: #efeff2;
}
.main-section:nth-child(even) .action-button.light-themed {
  color: #d1222c;
}
.medium-grid .group-portfolio-card {
  margin-bottom: 40px;
}
.contacts-container {
  position: relative;
  margin: 120px 0 120px 20px;
  padding: 40px;
  border: 15px solid #d1222c;
  padding-left: 40%;
}
.contacts-container .img {
  position: absolute;
  left: -80px;
  top: -80px;
  right: calc(70% + 40px);
  bottom: -80px;
  -webkit-box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contacts-container .img .svg-icon {
  fill: #d1222c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}
.contacts-container .contacts-list {
  margin-bottom: 40px;
}
.contacts-container .contact-item {
  margin: 10px 0;
}
.contacts-container .contact-item:before,
.contacts-container .contact-item:after {
  content: " ";
  display: table;
}
.contacts-container .contact-item:after {
  clear: both;
}
.contacts-container .contact-item svg {
  float: left;
  margin-right: 20px;
  fill: #d1222c;
}
.contacts-container .contact-item a {
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .contacts-container {
    padding-left: 30%;
  }
  .contacts-container .img {
    left: -40px;
  }
}
@media only screen and (max-width: 700px) {
  .contacts-container {
    padding-top: 140px;
    padding-left: 20px;
    margin: 120px 20px 0 20px;
  }
  .contacts-container .img {
    left: -40px;
    right: -40px;
    top: -80px;
    height: 200px;
  }
}
.footer {
  position: relative;
  background-color: #24272e;
  color: #cccccc;
  font-size: 0.8em;
  padding: 20px 0;
}
.footer .footer-logo-link {
  clear: both;
  float: right;
}
@media only screen and (max-width: 700px) {
  .footer .footer-logo-link {
    float: none;
  }
}
.footer .footer-logo {
  height: 40px;
  margin-top: 10px;
}
.footer .footer-content {
  max-width: 1200px;
  padding: 10px 40px;
  letter-spacing: -1ex;
  margin: auto;
  position: relative;
  padding-bottom: 0;
}
.footer .footer-content section .footer-varius {
  /*right: 40px;
            bottom: 20px;
            margin-top: 20px;
            position: absolute;*/
  float: right;
  clear: right;
}
.footer .footer-content section .footer-varius a {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .footer .footer-content section .footer-varius {
    position: static;
    float: none;
  }
}
.footer .footer-content section .footer-notice {
  font-size: 0.9em;
  line-height: 18px;
  color: #929292;
  margin-top: 5px;
}
.footer .footer-content > * {
  display: inline-block;
  letter-spacing: 0;
}
.footer .footer-content > *:first-child {
  width: 45%;
  vertical-align: top;
}
@media only screen and (max-width: 700px) {
  .footer .footer-content > *:first-child {
    width: 100%;
  }
}
.footer .footer-content > *:last-child {
  text-align: right;
  width: 55%;
}
@media only screen and (max-width: 700px) {
  .footer .footer-content > *:last-child {
    width: 100%;
    text-align: left;
  }
}
.footer .footer-content .slogan-section {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .footer .footer-content .slogan-section {
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
}
.footer .footer-content .legal-section {
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .footer .footer-content {
    padding: 10px 20px;
  }
}
.footer .social-link {
  height: 40px;
  display: inline-block;
}
.footer .social-link svg {
  width: 40px;
  height: 40px;
  margin: 0;
  vertical-align: middle;
  padding: 5px;
  margin-right: 5px;
  fill: #fff;
}
.footer .site-links a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.footer .vcenter {
  /*position: absolute;
        top: 30px;
        right: 40px;*/
  line-height: 40px;
  float: left;
}
@media only screen and (max-width: 700px) {
  .footer .vcenter {
    position: static;
    float: none;
  }
}
.footer .split-content {
  letter-spacing: -1ex;
}
.footer .split-content .footer-logo {
  display: inline-block;
  height: 100px;
  top: 10%;
}
.footer .split-content > * {
  letter-spacing: 0;
  display: inline-block;
  width: 50%;
}
.footer .split-content > *:last-child {
  padding: 20px 0;
}
@media only screen and (max-width: 700px) {
  .footer .split-content .footer-logo {
    height: 80px;
  }
  .footer .split-content > * {
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
  }
  .footer .split-content > *:last-child {
    padding: 20px 0;
  }
}
.footer .slogan {
  position: relative;
  font-size: 1.2em;
  text-transform: uppercase;
}
.legal-disclaimer {
  background-color: #24272e;
  color: #cccccc;
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 0.8em;
}
/*.footer {
    padding: @layout-margin*2 0 @layout-margin 0;
    background-color: @footer-bg-color;
    text-align: center;
    font-size: 0.9em;

    font-weight: 100;
    color: @footer-text-color;
    h5 {
        font-weight: 300;
    }
    .social-link svg {
        fill: @footer-text-color;
    }
}

.legal-disclaimer, .legal-stuff {
    padding: 10px;
    background-color: @footer-bg-color;
    text-align: center;
    font-size: 0.8em;

    font-weight: 100;
    color: @footer-text-color;
}*/
.details-section-content .block-content img {
  width: 30%;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.details-section-content .block-content img + * {
  margin-left: 30%;
  padding-left: 40px;
}
@media only screen and (max-width: 700px) {
  .details-section-content .block-content img {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .details-section-content .block-content img + * {
    margin-left: 0;
    padding-left: 0;
  }
}
.advertise-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.advertise-modal .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
.advertise-modal .advertise-modal-window {
  position: absolute;
  width: 80%;
  max-width: 500px;
  height: 80%;
  max-height: 800px;
  top: 50%;
  left: 10%;
  right: 10%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 15px solid white;
  background: #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.advertise-modal .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.advertise-modal .close-btn svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.advertise-modal a {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
}
