@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');
/** CSS document.

  *

  * version: 1.0

  */


* { box-sizing: border-box; position: relative; }

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding:0px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: white;
    font-size: 16px;
    text-align: center;
}

.ff-montserrat {
	font-family: 'Montserrat';
}

.text-red {
	color: #d21133;
}

.text-white {
	color: #FFFFFF;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-darkred {
	color: #800015;
}

.link-text {
	color: #d21133 !important;
	text-decoration: none;
}

p{padding:0px; margin: 0px;}
article p {padding: 22px; padding-top: 11px; font-size: 100%; margin: 0 auto 4% auto;}
article.col-span-2 p {padding: 2% 2% 0 2%; font-size: 100%; margin: 0;}

article p {padding: 22px; padding-top: 11px; font-size: 100%; margin: 0 auto 0 auto;}

.ourworks article p { margin-bottom: 0; }
.ourworks article a { color: black !important; text-decoration: none;}
.news article p { margin-bottom: 0; }
.news article a { color: black !important; text-decoration: none;}

.quote {
	position: relative;
	width: 7%;
	max-width: 72px;
	max-height: 70px;
	overflow: hidden;
	margin: 1% 0 0 0;
}

.quote img {
	position: relative;
	width: 100%;
	margin: 0!important;
}

h1, h2, h3,h4,h5,h6 {font-weight: normal; margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 600; letter-spacing: -1px;}

.ff-montserrat {
	font-family: 'Montserrat';
}

.fs-big {
	font-size: 1.5em;
}

.w50p {
	width: 50% !important;
}

.main-title{
    background: #000; 
    color: #fff; 
    font-size: 30px; 
    font-weight: 400;
    padding: 10px 30px 5px 30px;
    position: absolute;
    top: 27%;
    left: -15px;
    z-index: 5;
}
.main-title:after{
    content: "";
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    border-top: 10px solid #000;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 15px;
}

.c-cube, .a-cube{
    position: absolute;
    top: auto;
    bottom:15%;
    z-index: 5;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.c-cube{
    left: -22%;
    width: 50%;
    height: 100%;
    min-height: 100%;
    background-image: url(../../images/rebranding/c-cube.png);

}
.a-cube{
    left: auto;
    right: -22%;
    bottom: 10%;
    width: 30%;
    height: 100%;
    min-height: 100%;
    background-image: url(../../images/rebranding/a-cube.png);
}
.sfoca{
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 0.5s ease-out;
}
.blur-out {
    -webkit-filter: blur(0px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.title{
	font-size: 1.5em;
	padding: 22px; 
	padding-bottom: 11px;}

.title.more {
	margin-bottom: 2%;
}

#page-wrapper.news .title {
	margin-top: 3%;
}

#page-wrapper.static .title {
	margin-top: 0% !important;
	padding-top: 5%;
	padding-bottom: 5%;
}

#parallax-container {
	overflow: hidden;
	max-width: 100%;
}

#parallax-container.static {
	margin-top: 54%;
	position: relative;
	display: none;
}

.newsinfo {
	margin-top: 46.2% !important;
	padding-top: 3% !important;
}

.bgcw {
	background-color: white;
}

.grid.up {
	padding-bottom: 5%;
}

.grid.bottom {
	padding-bottom: 15%;
	padding-top: 0%;
}

.clear {
    clear: both;
}

.cr {
    clear: right;
}

.cl {
    clear: left;
}

.mbp {
	margin-bottom: 15% !important;	
}

.mbp5 {
	margin-bottom: 5%;	
}

.mb20 {
	margin-bottom: 20px !important;	
}

.mbp6 {
	margin-bottom: 6% !important;	
}

.ttu {
	text-transform: uppercase;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
} 

.locale {
	position: absolute;
	top: 15px;
	right: 30px;
	display: none;
	width: 75px;
	z-index: 10;
	color: black;
}

.language {
	display: inline-block;
	cursor: pointer;
}

header.fixedHeader {
    position: fixed;
    top: 0px; left: 0px;
    z-index: 20;
    width: 100%;
    height: 50px;
    z-index: 7;
	background-color: transparent;
	transition: 0.3s all;
}

header.fixedHeader.scrolling {
	background-color: white !important;
	transition: 0.3s all;
}

header div.logo-container {
    width: 100%;
    height: 50px; 
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
}

header div.logo-container .logo-wrapper {
	position: relative;
	display: block; 
	vertical-align: middle;
	height: 100%;
	max-width: 320px;
	width: 320px;
	margin: -10px 0 0 1.3%;
	cursor: pointer;
}

header div.logo-container .logo-type {
	background-image: url(../../../images/rebranding/logo_roncaglia.png);
    position: relative;
    width: 80%;
    height: 55px;
    min-height: 55px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    display: inline-block;
	vertical-align: middle;
	background-size: auto 70%;
}

header div.logo-container .logo-text {
	background-image: url(../../images/rebranding/logo-roncaglia-text.png);
    position: relative;
    width: 60%;
    height: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: 10px bottom;
    display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

header div.logo-container.white .logo-type {
    background-image: url(../../../images/rebranding/logo_roncaglia.png) !important;
}

header div.logo-container.white .logo-text {
    background-image: url(../../images/rebranding/logo-roncaglia-text-white.png) !important;
}

header div.bgHeader{
    position: absolute;
    top: 0; left: 0; right: 0; bottom:0;
    opacity: 0;
    z-index: 0;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* icona menu animata */
div.mobile-menu{
    position: fixed;
    top:0px;
    left: auto;
    right: 20px;
    z-index: 5;
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;float: left;
}

#nav-icon1{
    width: 30px;
    height: 30px;
    position: relative;
    top:10px;
    left:30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #a90f29 !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1.white span{background: #fff; }
#nav-icon1 span:nth-child(1) {
    top: 8px;
}

#nav-icon1 span:nth-child(2) {
    top: 14px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

#nav-icon1.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* fine stili icona menu animata */

/* stili menu */

div.collapse-menu{
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin-left: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,0.3);
    background-position: 50%;
    background-size: 130px auto;
    background-repeat: no-repeat;
    z-index: 5;
}

div.collapse-menu ul.mobile-nav{
    margin:0; padding:0; margin-top: 15%;
    text-align: right;
    margin-right: 30px;
}

div.collapse-menu ul.mobile-nav li{
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

div.collapse-menu ul.mobile-nav li a {
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    -webkit-transition : border 300ms ease-out;
    -moz-transition : border 300ms ease-out;
    -o-transition : border 300ms ease-out;
    transition : border 300ms ease-out;
    font-family: "Montserrat";
}

div.collapse-menu ul.mobile-nav li a span{
    position: absolute; 
    top: 5%;
    bottom: 0;
    left: 50%;
    width:0px;
    height:5px;
    margin: auto;
    background: transparent;
    -webkit-transition : all 300ms ease-out;
    -moz-transition : all 300ms ease-out;
    -o-transition : all 300ms ease-out;
    transition : all 300ms ease-out;
}
div.collapse-menu ul.mobile-nav li a:hover span {
    background: rgba(169,15,41,0.7);
    width: 100%;
    left: 0;
}

div.collapse-menu ul.mobile-nav li a.selected span {
    background: rgba(169,15,41,0.7);
    width: 100%;
    left: 0;
}

div.collapse-menu ul.mobile-nav li a:hover{
    /*border-bottom: 2px solid #a90f29;*/
}
div.collapse-menu div.menuInfo{
    position: absolute; top: auto; bottom: 20px; left: auto; right: 30px; z-index: 1;
    font-size: 14px;
    text-align: right;
}
div.collapse-menu div.menuInfo span.small-rect{
    position: relative;
    float: right;
}
div.collapse-menu div.menuInfo div.address{
    clear: both;
    padding: 10px 0 20px 0
}
div.collapse-menu div.menuInfo div.socialLink{
    padding-top: 60px;
}
div.collapse-menu div.menuInfo div.socialLink a{
    width: 50px; height: 25px; text-align: center;
    display: inline-block;
}
div.collapse-menu div.menuInfo div.socialLink a img{
    height: 100%; width: auto; opacity: 0.5;
}
div.collapse-menu div.menuInfo div.socialLink a:hover img{opacity: 1;}
/* fine stili menu */

/* loading animation */
#solid-overlay{
    min-height: 100vh; 
    min-width: 100vh;
    width:100%; 
    height: 100%;
    display: none;
    position: fixed;
    top:0px; 
    bottom:0px; 
    left: 0px; 
    right: 0px;
    background: #000;
    z-index: 10000
}

#load {
    position:absolute;
    width:600px;
    height:36px;
    left:50%;
    top:40%;
    margin-left:-300px;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    z-index: 20;
}

#preloader {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 250px;
	z-index: 2;
}

#preloader .reveal {
	position: absolute;
	top: 0;
	left: 45%;
	bottom: 0;
	margin: auto;
	width: inherit;
	height: inherit;
	background-image: url('../../images/rebranding/logo_preloader.png');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 4;
	display: none;
}

#preloader .counter {
	position: absolute;
	left: 80px;
	top:0;
	bottom: 0;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 100px;
	color: #3A3A3A;
	font-family: 'Montserrat';
	letter-spacing: 2px;
	font-weight: bold;
	margin: auto;
	z-index: 2;
	text-align: left;
	min-width: 228px;
}

#preloader .numbers {
	position: absolute;
	right: 8px;
	top:0;
	bottom: 0;
	display: inline-block;
	height: 70px;
	z-index: 2;
}

#preloader .numbers.ended {
	right: -15px !important;
}

#preloader .numbers .seven {
	float: right;
	display: inline-block;
	vertical-align: middle;
	height: inherit;
}

#preloader .numbers .seven > img {
	position: relative;
	height: 100%;
	width: auto;
}

#preloader .numbers .seven.last {
	margin-left: -30px;
}

#rotate {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: inherit;
	height: inherit;
	z-index: 10 !important;
}

#rotate > * { 
	z-index: 10;
}

/* fine loading animation  */

.fl{float: left;}
.fr{float: right;}
.pr1{padding-right: 1px;}
.plr13{padding: 0px 13px;}
.plr22{padding: 0px 22px;}
.p5p{padding: 5% 0 5% 0;}
.pt5p{padding: 5% 0 0% 0;}
.pd0{padding: 0; }
.mt15{margin-top: 15% !important;}
.mt5p{margin-top: 5% !important;}

.col-span-2 {
	width: 66.66% !important;
}

#wrapper {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
	margin-top: 50px;
	/* padding: 0px 5px; */
}

body.homepage #wrapper {
	margin-top: 0px !important;
}

#wrapper.home {
	height: 100%;
    position: relative;
    max-height: 100%;
    overflow: hidden;
} 

#page-wrapper{
    width: 60%;
    margin: 0 auto;
    padding: 0px; 
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    min-height: 300px;
    clear: both;
    box-sizing: border-box;
    padding: 0 8px;
    max-width: 100% !important;
}

body.newslist #page-wrapper {
	max-width: 100% !important;
}

#page-wrapper.news {
	padding-bottom: 8%;
	padding-left: 0;
	padding-right: 0;
}

#page-wrapper.news ul {
	list-style: none;
	padding-left: 2%;
}

.clearfix{
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;

}
#flipVisual{background: #000}
.col-page, .bg-lines, .col-bg{
    display: inline-block;
    width: 33.33%;
    padding: 0px;
    margin: 0px;
}

.col-page.full {
	width: 100%;
}


#page-wrapper.static .bg-lines {
	z-index: 2;
}

.img-column {
	max-width: 33.33%;
	width: 33.33%;
	position: relative;
	display: inline-block;
	margin-top: -1.9%;
	margin-left: -9%;
}

.img-column.anniversary {
	margin: 2% 0 0 -0.2%;
	max-width: 300px;
	vertical-align: bottom;
}

.img-column.consumer {
	max-width: 24%;
	width: 24%;
	margin-left: -8.3%;
	display: none;
}

.img-column.relationship {
	max-width: 26.3%;
	width: 26.3%;
	margin-left: -10.9%;
	display: none;
}

.img-column.digital {
	max-width: 21%;
	width: 21%;
	margin-left: -5.7%;
	display: none;
}

.img-column.above {
	max-width: 22.5%;
	width: 22.5%;
	margin-left: -5.1%;
	display: none;
}

.bg-lines{
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    position: absolute;
    top: 0; bottom: 0
}

.bg-lines.c2.w50p {
	 width: 50%;
	 left:0px;
	 border-left: 0px solid rgba(0,0,0,0.2); 
	 border-right: 1px solid rgba(0,0,0,0.2);
}

.c1{left:0}
.c2{left:33.3%;}
.c3{left:66.7%}




.mno15 {
	margin: 15px 0 -15px 0 !important;
}

.mt50 {
	margin-top: 50px;
}


.col-home {
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    border: none;
    border-right: 1px solid #49393b;
    overflow: hidden;
    max-height: 100%;
    cursor: pointer;
}

.col-home:last-child{
    border-right: none 
}

.col-home > img {

    position: absolute;
	left:0;
    width: 100%;
    opacity: 1;
    z-index: 0;

}

.col-home.odd > img {
	bottom: 120%;
}

.col-home.even > img {
	bottom: -120%;
}

.col-home > img:first-child,.col-home > img.active  {opacity:1;z-index: 1}


.col-home .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    background-color: rgba(0,0,0,0.8);
}

.col-home .info .caption{
    box-sizing: border-box;
    padding: 25px;
    margin-top: 45%;
}

.col-home .info .caption h2{
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 0px;
}

.col-home .curtain {
	position: absolute;
	z-index: 4;
	left:0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: black;
}

.col-home.odd .curtain {
	top: -120%;
}

.col-home.even .curtain {
	bottom: -120%;
}

.sep{width: 126px; height: 7px; background: #a90f29; margin: 55px 0px}
.small-rect{position: absolute;width: 47px; height: 7px; background: #000; display: block; top: 2px; left: auto; right: 0px;}
.big-rect{position: absolute;width: 100px; height: 10px; background: #000; display: block; top: 2px; left: 0;}
.h-rect{position: absolute; width: 20%; height: 4px; background: #000; left: 33.33%; bottom: 9%;}
.h-break {
	position: relative;
	display: inline-block;
	height: 6px;
	width: 10%;
	background: #000;
	margin: 4% 0;
}

.col-home .info .caption h2 span{width: 100%; display: block;}
.col-home .info .caption h2 span.small{font-weight: 400; font-size: 60%; text-transform: capitalize; display: block; margin-bottom: 2%;}
.col-home .info .caption h2 span.small.ntt {font-weight: 400; font-size: 60%; text-transform: none; display: block; margin-bottom: 2%;}
.col-home .info .caption h2 span.big{font-weight: 500; text-transform: uppercase; line-height: 0.85em; }

.col-home .info .caption p{margin-bottom: 15px; font-size: .85em; color: #ffffff}

.col-home .info .infoLogo{ 
    position: absolute;
    bottom: 80px;
    left: 25px; right: 25px;
    text-align: left;
}

.col-home .info .infoLogo img {
	max-height: 80px;
}
.col-home .info div.more{padding: 25px}
.col-home .info a.moreLink{color: #a90f29; font-size: 1em; text-decoration: none;}
.col-home .info a.moreLink:after{display: inline-block; content: url('../../../images/rebranding/arrow.png'); margin-left: 10px;}


a.moreLink{color: #a90f29; font-size: 0.85em; text-decoration: none; position: absolute; bottom: 15%; left: 0; right: 0; margin: auto; display: none;}
a.moreLink:after{display: inline-block; content: url('../../../images/rebranding/arrow.png'); margin-left: 10px;}

/* classi background wrapper */
.the-baby-boss{
    background-image: url('../../images/rebranding/bg-baby-boss.jpg');

}
/* fine classi background wrapper */

.main-visual img { 
	margin-top: 0 !important;
	margin-bottom:20px;
	margin-left: 0;
	margin-right: 0;
	width: 100%; 
	height: auto;
	box-shadow: -10px 0 5px 5px rgba(0,0,0,0.1); 
}

.main-visual.sticky img{ height: auto; visibility: hidden;}

.visual img{ margin: 20px 0; width: 100%; height: auto; z-index: 3; }
.figure img{width: 100%; height: auto;}
a.social-link img{opacity: 0.5}
a.social-link:hover img{opacity: 1}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; display: none;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.video-content {
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0;
}

.video-content img {
	position: relative;
	width: 100%;
	max-width: 100%;
}

/* list items */

ul{margin: 0px; padding: 0px;}

ul.tag-list{
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 10%;
}

.tagcloud {
	width: 100% !important;
}

ul.tag-list li{ float:left; width: 49%; margin: 0px; padding: 0px; float: left; border-left: 1px solid #fff; border-bottom: 1px solid #fff; background: #c2c2c2; color: #ffffff; font-size: 0.8em; padding: 10px 10px;}
/* fine stili list items*/


/* animation */

.colorize-element{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 1.5s;
}
.colorize-element.in-view{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-50%, 0px, 0px);
  -webkit-transform: translate3d(-50%, 0px, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate3d(-50%, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.param {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-family: "Montserrat";
}
.param .number {
	color: black;
	font-weight: bold;
	font-size: 6em;
	line-height: 0.72em;
	letter-spacing: -5px;
}
.param .param-label {
	padding: 5px 15px;
	color: white;
	background-color: black;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 50px;
	margin-top: -1px;
	display: inline-block;
}

.a-link {
	position: relative;
	display: inline-block;
	background-color: white;
	font-size: 20px;
	height: 35px;
	line-height: 32px;
	text-align: left;
	min-width: 180px; 
	color: #d21133;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 15px;
	font-family: "Montserrat";
	cursor: pointer;
	margin-bottom: 10px;
	border: 2px solid #d21133;
}

button.a-link {
	width: 49% !important;
	min-width: 49% !important;
}

.a-link:hover {
	background-color: #be0f2b;
	color: white;
	transition: all 0.3s;	
}

.a-link > span {
	position: absolute;
	right: -10px;
	font-size: 36px;
	transition: all 0.3s;
	border: none !important;
	outline: none !important;	
}

.a-link:hover > span {
	right: 5px;
	border: none !important;
	outline: none !important;
}

.a-link:focus > span {
	border: none !important;
	outline: none !important;
}

.a-link > span:focus {
	border: none !important;
	outline: none !important;
}

.a-link > span.rotate { transform: rotate(45deg); transition: all 0.3s; right: 5px!important; }


.a-collapsible {
	position: relative;
	overflow: hidden;
	display: none;	
}


.summary.list ul { display: none; cursor: pointer; margin-bottom: 10px;}
.summary.list ul.inner {
 	list-style: none;
  	list-style-type: none;
  	margin-left: 11px;
}
.summary.list ul.inner > li:before {
 	content: "-";
  	text-indent: -5px;
  	list-style: none;
  	list-style-type: none;
}
.summary.list .trigger-collapse { cursor: pointer; box-sizing: border-box; padding-left: 10px; position: relative; }
.summary.list .trigger-collapse > span { position: absolute; left: 0px; font-weight: bold; transition: all 0.3s;}
.summary.list .trigger-collapse > span.rotate { transform: rotate(45deg); transition: all 0.3s;}

.single-item {
	position: relative;
	display: block;
}

#home_slider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

#home_slider .item {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}


#home_slider .slide img {
	position: relative;
	width: 100%;
	height: auto;
}

#home_slider .owl-dots {
	position: absolute;
	margin: auto;
	left:0;
	right: 0;
	bottom: 10px;
	width: 300px;
}

#home_slider .owl-dot {
	position: relative;
	width: 20px;
	height: 4px;
	background-color: #7f7f7f;
	display: inline-block;
	margin: 5px;
}

#home_slider .owl-dot.active {
	background-color: #d40c2c;
}

.owl-theme .owl-dots {
	display: none;
}

body.applications .owl-theme .owl-dots {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

body.applications .owl-carousel .owl-dot span {
	background-color: #7f7f7f;
}

body.applications .owl-carousel .owl-dot.active span {
	background-color: #d40c2c;
	transition: all 0.3s;
}

.badge {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: none;
}

.search {
	position: absolute;
	left: 33.33%;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	width: 66.66%;
	box-sizing: border-box;
	overflow: hidden;
	height: 45px;
	/*-webkit-box-shadow: 3px 4px 24px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 4px 24px rgba(0,0,0,.1);
	box-shadow: 3px 4px 24px rgba(0,0,0,.1);*/
	border: 0;
	border-bottom: solid 4px black;
}

.search > label {
	position: relative;
	display: inline-block;
	background-image: url('../../../images/rebranding/search_ico.png');
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: inherit;
	margin: 0;
	padding: 0;
	width: 15%;
	background-size: 68% auto;
}

.search .field {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 85%;
	height: inherit;
	border: 0;
	font-family: "Montserrat";
	font-size: 100%;
}

.wall {
	position: relative;
	margin-top: 5%;
	box-sizing: border-box;
	padding: 0 0 0 0;
	margin: 0 0 0 0 !important;
}

.wall .tile {
	position: relative;
	margin-top: 15%;
	transition: all 0.4s;
	overflow: hidden;
	width: 25%;
	max-width: 50%;
}


.wall .tile.static {
	opacity: 0;
}

.wall .tile.tile-span-2 {
	width: 50%;
}

.wall .tile.in-view {
	margin-top: 0% !important;
	opacity: 1;
	transition: all 0.4s;
}

.wall .tile img {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	opacity: 0;
	transition: all 0.4s;
}

.wall .tile.in-view img {
	opacity: 1;
	transition: all 0.4s;
}

.wall .tile a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}

.wall .tile .caption {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: white;
	transition: all 0.4s;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
    cursor: pointer;
}

.wall .tile .caption .news {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	font-family: "Montserrat";
}

.wall .tile.static .caption {
	overflow: hidden;
	left: 0;
	background-color: transparent !important;
}

.wall .tile.static .caption .news {
	display: block;	
}

.wall .tile .caption h3 {
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
}

.wall .tile .caption .breakline {
	position: relative;
	width: 20%;
	background-color: black;
	height: 4px;
	margin: 15px 0 15px 0;
}

.wall .tile .caption .category {
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	color: #838383;
	font-family: 'Montserrat';
}

.currently {
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0px;
	font-size: 100%;
}

.currently h3 {
	font-size: 80px;
	font-weight: normal;
}

.currently h4 {
	font-size: 80px;
}

.currently h3.big {
	font-size: 140px;
	line-height: 140px;
	margin: 0;
}

.currently .live-box {
	display: inline-block;
	width: 32.9%;
	margin-top: 15%;
}

.ui-menu-item-wrapper {
	text-align: left !important;
	font-family: "Montserrat" !important;
	font-size: 16px;
}

#footer {
	position: relative;
	display: block;
	background-color: #d40c2c;
	text-align: center;
	height: auto;
	overflow: hidden;
}

#footer .footer-container {
	position: relative;
	display: block;
	width: 85%;
	margin: auto;
	box-sizing: border-box;
	padding: 2.5% 0;
	color: white !important;
	margin-bottom: 15px;
}

#footer .footer-logo {
	display: block;
	margin: auto;
	max-width: 100%;
}

#footer .box {
	box-sizing: border-box;
	margin-top: 5%;
	vertical-align: top;
	padding-bottom: 5%;
	font-size: 20px;
	text-align: left;
	padding-left: 0;
}

#footer .box img {
	margin: 0 0 10px 0;
	max-height: 30px;
}

#footer .box.right {}

#footer .box.center {}

#footer .box a {
	display: inline-block;
	color: white !important;
	text-decoration: none;
	padding-right: 14%;
	box-sizing: border-box;
}

#footer .box.right a {
	font-size: 16px;
	line-height: 31px;
}

#footer .a-link {
	background-color: #be0f2b !important;
	font-size: 16px;
	margin-left: 0;
	display: inline-block;
	width: auto;
}

#footer .units {
	margin-top: 3%;
}

#footer .spacer {
	display: block;
	width: 100%;
	position: relative;
	margin: 9% 0 0 0;
}

#footer .a-link.recruit {
	margin-top: 2%;
	margin-left: -2px;
	background-image: url('../../images/rebranding/arrow_down.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-right: 40px;
}

#footer .related {
	margin: 0 auto 1% auto;
	font-size: 11px;
}

#footer .related a {
	display: inline-block;
	color: #870016 !important;
	text-decoration: none;
	padding: 0 5px;
}

.edge {
	position: absolute;
	right: 0;
	width: 33.3%;
	z-index: 0;
}

.edge.left {
	left: 0;
	width: 35%;
	top: 40%;
}

.edge.right {
	right: 0%;
	top: 26%;
	width: 20%;
}

.edge img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;	
}

.result_box {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 50px;
	background-color: #d40c2c;
	color: white;
	text-align: center;
	margin: 15% auto 25% auto;
}

.result_box.grey {
	background-color: #7f7f7f;
}

.result_box.left {
	margin-top: 20%;
}

.result_box.center {
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	margin-top: 40%;
}

.result_box.left {
	margin-top: 60%;
}

.result_box.in-view {
	transition: all 0.3s;
	margin-top: 15% !important;
} 

.result_box img {
	position: relative;
	margin: auto;
	display: block;
	margin-bottom: 5%;
}

.result_box span.label {
	position: relative;
	margin: auto;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}


.result_box span.label.big {
	font-size: 9px !important;
	font-family: "Montserrat";
	font-weight: bold;
}

.brand { 
	float:left; 
	padding:10px 0px; 
	width: 33%;
	height: 100px;
	margin: 3% 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.allbrands .c2 {
	z-index: 2;
}

#page-wrapper.allbrands {
	margin-bottom: 10%;
}


.brand img {
	vertical-align: middle;
	overflow: auto;
  	margin: auto;
  	position: relative;
  	height: auto;
  	max-width: 100%;
}

.brand-text {
    border: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.clients {
	position: relative;
	font-size: 40px !important;
	margin: 5% 0;
	z-index: 4;
}

.awards h2 {
	font-size: 40px;
}

.awards .h-rect { 
	left: 0%;
	bottom: -3%;
}

.awards .h-rect.gold { 
	left: 0%;
	top: 0%;
	background-color: #89734D;
}

.gold { 
	color: #89734D;
	font-size: 14px;
	padding-right: 5px;
}

.awards .prize { 
	line-height: 40px;
	margin: 8% 0 8% 0;
}

.awards .awardbreak { 
	position: relative;
	display: block;
	width: 100%;
	margin: 3% 0;
	clear: both;
}

.awards .aw_image {
	position: absolute;
	left: -80px;
	top: -45px;
	display: inline-block;
	width: 80px;
}

.pagetitle {
	position: relative;
	font-size: 40px !important;
	margin: 5% 0 0 0;
}

.section-title {
	font-size: 40px;
	margin: 5% 0;
	color: #be0f2b;
}

.ico-map {
	width: 85% !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.contacts .title{
	padding-left: 0;
	font-size: 1.5rem;
}

.contacts p > a {
	color: black !important;
	text-decoration: none;
}

.contacts .headquarters {
	margin-top: 10%;
	position: relative;
}

.contacts .headquarters img {
	width: 100%;
	height: 382px;
	max-height: 382px;
}

.contacts .headquarters iframe {
	width: 100%;
	height: 382px;
	position: relative;
}

.contacts .headquarters .col-span-2 {
	height: 100%;
	position: relative;
}

.contacts .h-rect { 
	left: 0%;
	top: 8%;
}

.contacts .city { 
	font-size: 40px;
}

.careers {
	position: relative;
	margin-top: 5%;
}

.careers img {
	position: relative;
	margin-right: 20px;
	width: 50%;
}

.careers p {
	padding-top: 4%;
}

.careers .slider {
	position: relative;
	width: 100%;
}

.careers img {
	position: relative;
	margin-right: 20px;
}

.careers p {
	padding-top: 4%;
}

.careers.application {
	display: none;
	padding-top: 2%;
}

.careers.heading {
	cursor: pointer;
	margin-top: 5px;
}

.careers .bggrey {
	background-color: #f8f8f8;
}

.applications .c2 {
	z-index: 1;
}

.careers.application {
	z-index: 15;
}

.applications .sharing {
	position: relative;
	float: right;
	height: 100%;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.careers.heading {
	z-index: 10;
}

.applications .sharing .social {
	position: relative;
	display: inline-block;
	height: inherit;
	width: 28px;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	vertical-align: middle;
}

.applications .sharing .social.facebook {
	background-image: url('../../../images/rebranding/facebook_red.png');
}

.applications .sharing .social.linkedin {
	background-image: url('../../../images/rebranding/linkedin_red.png');
}

.applications .sharing .social.twitter {
	background-image: url('../../../images/rebranding/twitter_red.png');
}

/* news */
.news-container {
	position: relative;
	display: block;
	width: 100%;
}

.news-container .news-title {
	position: relative;
	font-size: 40px !important;
	margin: 5% 0;
	z-index: 4;
	margin-left: 5px;
}

.news-container .collapsible-news {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 5px 3% 10px;
	background-color: transparent;
	z-index: 3;
	overflow: hidden;
}

.news-container .collapsible-news.white > * {
	color: white !important;
	z-index: 2;
}

.news-container .collapsible-news.white span {
	color: white !important;
}

.news-container .collapsible-news .news-reveal {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	display: none;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.news-container .collapsible-news .half {
	position: absolute;
	height: 50%;
	left: 0;
	right: 0;
	width: 100%;
	background-color: white;
}

.news-container .collapsible-news .half.top {
	top: 0;
}

.news-container .collapsible-news .half.bottom {
	bottom: 0;
}

.news-container .collapsible-news > div {
	box-sizing: border-box;
	padding-left: 0;
}

.news-container .news-break {
	position: relative;
	display: block;
	width: 20%;
	height: 7px;
	background-color: #d21133;
	z-index: 0 !important;
	margin-bottom: 5px;
}

.news-container .news-short {
	box-sizing: border-box;
	padding-left: 0;
}

.news-container .news-data {
	position: relative;
	line-height: 14px;
	font-size: 14px;
	color: #1b1b1b;
	padding: 1% 0;
}

.news-container .news-desc {
	position: relative;
	line-height: 16px;
	font-size: 16px;
	color: #676767;
	padding: 2% 0;
}

.news-container .collapsible-news .follow-link {
	position: relative;
	display: inline-block;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	color: none !important;
	background-color: transparent;
	width: 40px;
	height: 11px;
	background-image: url('../../images/rebranding/arrow_ico.png');
}

.news-container .collapsible-news.white .follow-link {
	background-image: url('../../images/rebranding/arrow_ico_white.png');
}

.subscribe-head {
	margin: 3% 0 1% 0;
}

.subscribe {
	position: relative;
	display: block;
	width: 100%;
	background-color: transparent;
	height: 72px;
	font-size: 40px;
	line-height: 60px;
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	border-top: 6px solid black;
	border-bottom: 6px solid black;
}

.subscribe input {
	position: relative;
	display: inline-block;
	border: 0;
	width: 85%;
	background-color: transparent;
	color: #DDD;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	vertical-align: top;
}

.subscribe-message {
	display: none;
}

.subscribe button {
	position: relative;
	display: inline-block;
	width: 8%;
	height: 60px;
	background-color: transparent;
	background-image: url('../../../images/rebranding/arrow_black.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}

.press-item {
	margin-bottom: 15%;
}

.press-break {
	position: relative;
	display: block;
	width: 20%;
	height: 7px;
	background-color: #d21133;
	z-index: 0 !important;
	margin-bottom: 10px;
}

.press-short {
	box-sizing: border-box;
	font-size: 28px;
	line-height: 30px;
}

.press-data {
	position: relative;
	line-height: 14px;
	font-size: 14px;
	color: #1b1b1b;
	padding: 0;
	margin-bottom: 10px;
}

.press_cover {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.press-link {
	position: relative;
	display: inline-block;
	background-size: auto;
	background-position: center right;
	background-repeat: no-repeat;
	color: black !important;
	background-color: transparent;
	text-decoration: none;
	width: auto;
	padding-right: 40px;
	background-image: url('../../../images/rebranding/arrow_ico.png');
}

body.cookies #page-wrapper {
	padding-top: 50px;
}

#page-wrapper .cookies {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 0px 50px 10px;
}

body.cookies header div.bgHeader {
	background-color: #d40c2c !important;
	opacity: 1;
}

/* cookie notice */
#cookieContainer > * {
	text-align: left;
}

.cookieContainer {
    width: 100%;
    padding: 10px;
    background-color: #d40c2c;
    position: fixed;
    bottom: 0;
    color: white;
    border-top: 0;
    box-sizing: border-box;
    z-index: 60;
    text-align: left;
}

.cookieContent {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 10px;
	width: 95%;
}

.cookieContainer h2 {
	font-weight: normal;
	padding-left: 0;
}

.cookieContainer a {
	color: white !important;
}

.cookielinkContainer {
	margin-top: 8px;
	font-size: 18px;
}

.cookieContainer span {
	display: inline-block;
}

.cookieContainer > .closeButton {
    display: block;
    width: 25px;
    height: 35px;
    line-height: 35px;
    color: white;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    text-align: center;
    cursor: pointer;
	font-size: 35px;
	font-weight: normal;
}