.scrollIt {
	bottom: 45px
}
#homeSection .contentBox h1 #typed img[src*=bulb] {
	max-height: 13.02083vh
}
#homeSection .contentBox h1 #typed img[src*=fire] {
	max-height: 15.625vh
}
#homeSection .contentBox h1 #typed span {
	width: 50px
}
#homeSection .contentBox h1 {
	font-size: 8.75vh;
	line-height: 10.25vh
}
#homeSection .contentBox p {
	font-size: 2vh;
	line-height: 3vh
}
#servicesSection:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/services.png)
}
#servicesSection .sectionHeading {
	display: none
}
#product .sectionHeading {
	display: none
}

#servicesSection .contentBox {
	height: 100%
}
#servicesSection .contentBox .servicesList {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	height: 100%;
	margin-left: -20px;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	z-index: 2
}
#servicesSection .contentBox .servicesList li {
	position: relative;
	width: 33.333333%;
	height: 104%;
	overflow: hidden;
	z-index: 3
}
#servicesSection .contentBox .servicesList li:after, #servicesSection .contentBox .servicesList li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .3;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
	will-change: opacity
}
#servicesSection .contentBox .servicesList li:before {
	background: url(/assets/img/noise.png)
}
#servicesSection .contentBox .servicesList li:after {
	background-color: #4e0e0d;
	background-image: -moz- oldradial-gradient(top right circle, rgba(255,255,255,.3) 30%, rgba(0,0,0,.3) 100%);
	background-image: radial-gradient(circle at top right, rgba(255,255,255,.3) 30%, rgba(0,0,0,.3) 100%);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	z-index: -2
}
#servicesSection .contentBox .servicesList li:first-child {
	padding-left: 20px
}
#servicesSection .contentBox .servicesList li:first-child span {
	left: -71px;
	letter-spacing: -25px
}
#servicesSection .contentBox .servicesList li:first-child .title .detailsBox p:first-child {
	max-width: 22vw
}
#servicesSection .contentBox .servicesList li:last-child {
	padding-right: 20px
}
#servicesSection .contentBox .servicesList li:last-child span {
	left: -70px;
	letter-spacing: -10px
}
#servicesSection .contentBox .servicesList li .servicesItem {
	height: 100%;
	overflow: hidden
}
#servicesSection .contentBox .servicesList li .servicesItem span {
	top: 49%;
	bottom: auto!important;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
	right: auto!important;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
#servicesSection .contentBox .servicesList li .servicesItem .bgr {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}
#servicesSection .contentBox .servicesList li .servicesItem .title {
	position: absolute;
	left: 0;
top:-webkit-calc(50% - -3px);
top:-moz-calc(50% - -3px);
top:calc(50% - -3px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#servicesSection .contentBox .servicesList li .servicesItem .title .detailsBox {
	max-width: none
}
#servicesSection .contentBox .servicesList li .servicesItem .title .detailsBox p:first-child {
	width: auto
}
#servicesSection .contentBox .servicesList li .servicesItem .title .detailsBox p:last-child {
	display: block;
	max-height: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: max-height 1s, opacity 1s, padding 1s;
	-moz-transition: max-height 1s, opacity 1s, padding 1s;
	transition: max-height 1s, opacity 1s, padding 1s;
	-webkit-transition-timing-function: cubic-bezier(.45, .16, .58, .83);
	-moz-transition-timing-function: cubic-bezier(.45, .16, .58, .83);
	transition-timing-function: cubic-bezier(.45, .16, .58, .83);
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s
}
#servicesSection .contentBox .servicesList li .servicesItem:hover span {
	opacity: 0
}
#servicesSection .contentBox .servicesList li .servicesItem:hover .bgr {
	opacity: 1
}
#servicesSection .contentBox .servicesList li .servicesItem:hover .title .detailsBox p:last-child {
	padding-top: 20px;
	opacity: 1;
	max-height: 350px
}
#servicesSection .contentBox .servicesList li .servicesItem:hover .title:before {
	top: 0;
	background: #fff
}
#servicesSection .contentBox .servicesList li .graphic .bgr {
	background-image:url(../img/our-partner.jpg)
}
#servicesSection .contentBox .servicesList li .marketing, #servicesSection .contentBox .servicesList li .marketing .title h3, #servicesSection .contentBox .servicesList li .marketing .title p {
	text-align: left
}
#servicesSection .contentBox .servicesList li .marketing .bgr {
	background-image:url(../img/our-team.jpg)
}
#servicesSection .contentBox .servicesList li .marketing span {
	left: -73px!important;
	letter-spacing: -23px
}
#servicesSection .contentBox .servicesList li .marketing .title {
	text-align: left;
	padding-left: 60px;
	padding-right: 60px
}
#servicesSection .contentBox .servicesList li .marketing .title .detailsBox p:first-child {
	width: auto
}
#servicesSection .contentBox .servicesList li .marketing .title:before {
	left: 0;
	right: auto
}
#servicesSection .contentBox .servicesList li .system .bgr {
	background-image:url(../img/our-presence.jpg)
}
.privacyLink>div div:after {
	-webkit-transform: translate(-47%, 19%);
	-moz-transform: translate(-47%, 19%);
	transform: translate(-47%, 19%);
	height: 100vh
}
.contactList {
	margin-top: 30px
}
.contactBottom {
	margin-top: 0
}
