body {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}

body > div:first-child {
	overflow-x: initial !important;
}

ul,
ol {
	margin: 20px 0 0 0;
	font-size: 89%;
}

ul ul, ul ol, ol ul, ol ol {
	font-size: 100%;
}

li {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 0 0;
	font-weight: bold;
}

.size-18 {
	font-size: 100%;
}

p {
	margin: 20px 0 0 0;
	font-size: 89%;
}

.p-size-normal {
	font-size: 89%;
}

.p-size-lg {
	font-size: 100%;
}

.p-size-sm {
	font-size: 78%;
}

.size-h1-xxlg {
	font-size: 222%;
}

.size-h1-xlg {
	font-size: 211%;
}

.size-h1-lg {
	font-size: 200%;
}

h1, .size-h1 {
	font-size: 178%;
}

h2, .size-h2 {
	font-size: 156%;
}

h3, .size-h3 {
	font-size: 144%;
}

h4, .size-h4 {
	font-size: 133%;
}

.size-h4-sm {
	font-size: 122%;
}

.size-h4-xsm {
	font-size: 122%;
}

.size-h5-lg {
	font-size: 122%;
}

h5, .size-h5 {
	font-size: 111%;
}

h6, .size-h6 {
	font-size: 100%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover,
a:focus{
	text-decoration: none;
}

.container,
.row {
	margin: 0;
	padding: 0;
	width: 100% !important;
}

[class*='col-'] {
	padding: 0;
	min-height: 0;
}

.p-top-0 {
	padding-top: 0 !important;
}

.p-bottom-0 {
	padding-bottom: 0 !important;
}

.m-top-0 {
	margin-top: 0 !important;
}

.m-bottom-0 {
	margin-bottom: 0 !important;
}

.p-right-0 {
	padding-right: 0px !important;
}

.m-right-0 {
	margin-right: 0px !important;
}

.p-left-0 {
	padding-left: 0px !important;
}

.m-left-0 {
	margin-left: 0px !important;
}

.p-top-10 {
	padding-top: 10px;
}

.p-top-20 {
	padding-top: 20px;
}

.p-top-30 {
	padding-top: 30px;
}

.p-top-40 {
	padding-top: 40px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-30 {
	margin-top: 30px;
}

.m-top-40 {
	margin-top: 40px;
}

.p-bottom-10 {
	padding-bottom: 10px;
}

.p-bottom-20 {
	padding-bottom: 20px;
}

.p-bottom-30 {
	padding-bottom: 30px;
}

.p-bottom-40 {
	padding-bottom: 40px;
}

.m-bottom-10 {
	margin-bottom: 10px;
}

.m-bottom-20 {
	margin-bottom: 20px;
}

.m-bottom-30 {
	margin-bottom: 30px;
}

.m-bottom-40 {
	margin-bottom: 40px;
}

.p-right-10 {
	padding-right: 10px;
}

.p-right-20 {
	padding-right: 20px;
}

.p-right-30 {
	padding-right: 30px;
}

.p-right-40 {
	padding-right: 40px;
}

.m-right-10 {
	margin-right: 10px;
}

.m-right-20 {
	margin-right: 20px;
}

.m-right-30 {
	margin-right: 30px;
}

.m-right-40 {
	margin-right: 40px;
}

.p-left-10 {
	padding-left: 10px;
}

.p-left-20 {
	padding-left: 20px;
}

.p-left-30 {
	padding-left: 30px;
}

.p-left-40 {
	padding-left: 40px;
}

.m-left-10 {
	margin-left: 10px;
}

.m-left-20 {
	margin-left: 20px;
}

.m-left-30 {
	margin-left: 30px;
}

.m-left-40 {
	margin-left: 40px;
}

.font-weight-extra-bold {
	font-weight: 800;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-demi {
	font-weight: 400;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-extra-light {
	font-weight: 200;
}

.font-style-normal {
	font-style: normal;
}

.font-style-italic {
	font-style: italic;
}

/* DIN 2014 Extra Light */

.font-din-extra-light {
	font-family: din-2014, sans-serif;
	font-weight: 200;
	font-style: normal;
}

/* DIN 2014 Extra Light Italic */


.font-din-extra-light-italic {
	font-family: din-2014, sans-serif;
	font-weight: 200;
	font-style: italic;
}

/* DIN 2014 Light */

.font-din-light {
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* DIN 2014 Light Italic */

.font-din-light-italic {
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: italic;
}

/* DIN 2014 Italic */

.font-din-italic {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: italic;
}

/* DIN 2014 Regular */

.font-din-regular {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* DIN 2014 Demi */

.font-din-demi {
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* DIN 2014 Demi Italic */

.font-din-demi-italic {
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: italic;
}

/* DIN 2014 Bold Italic */

.font-din-bold-italic {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: italic;
}

/* DIN 2014 Bold */

.font-din-bold {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* DIN 2014 Extra Bold */

.font-din-extra-bold {
	font-family: din-2014, sans-serif;
	font-weight: 800;
	font-style: normal;
}

/* DIN 2014 Extra Bold Italic */

.font-din-extra-bold-italic {
	font-family: din-2014, sans-serif;
	font-weight: 800;
	font-style: italic;
}

/* DIN 2014 Narrow Extra Light */

.font-din-narrow-extra-light {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 200;
	font-style: normal;
}

/* DIN 2014 Narrow Light */

.font-din-narrow-light {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* DIN 2014 Narrow Regular */

.font-din-narrow-regular {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* DIN 2014 Narrow Demi */

.font-din-narrow-demi {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* DIN 2014 Narrow Bold */

.font-din-narrow-bold {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* DIN 2014 Narrow Extra Bold */

.font-din-narrow-extra-bold {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.line-height-80 {
	line-height: 80%;
}

.line-height-90 {
	line-height: 90%;
}

.line-height-100 {
	line-height: 100%;
}

.line-height-110 {
	line-height: 110%;
}

.line-height-120 {
	line-height: 120%;
}

.line-height-130 {
	line-height: 130%;
}

.line-height-140 {
	line-height: 140%;
}

.line-height-150 {
	line-height: 150%;
}

.letter-spacing-half {
	letter-spacing: -0.5px;
}

.letter-spacing-1 {
	letter-spacing: -1px;
}

.letter-spacing-2 {
	letter-spacing: -2px;
}

.letter-spacing-3 {
	letter-spacing: -3px;
}

.letter-spacing-3-half {
	letter-spacing: -3.5px;
}

.letter-spacing-4 {
	letter-spacing: -4px;
}

.fluid-img {
	max-width: 100%;
}

.padding-block,
.padding-block-sm {
	padding: 20px 10px;
}

.padding-block-sides {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-block-top-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

.grid-container > .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.sprite {
	background-image: url(/images/sprite.png);
}

.overflow-hidden {
	overflow: hidden;
}

.eProtection {
	unicode-bidi:bidi-override;
	direction: rtl;
}

.h-captcha {
	margin-top: 2rem
}

/* colours and background
______________________________________________*/


.bg-pink {
	background-color: #CC1C69;
}

.bg-pink-70 {
	background-color: rgba(255, 37, 116, 0.55);
}

.bg-pink-40,
#homeCarousel .item.bg-pink-70 .menu-top-fix:before {
	background-color: rgba(255, 37, 116, 0.4);
}

.bg-green {
	background-color: #12AD6F;
}

.bg-green-70 {
	background-color: rgba(18, 173, 111, 0.55);
}

.bg-green-40,
#homeCarousel .item.bg-green-70 .menu-top-fix:before  {
	background-color: rgba(18, 173, 111, 0.4);
}

.bg-light-blue {
	background-color: #29AAE1;
}

.bg-light-grey {
	background-color: #E6E6E4;
}

.bg-light-blue-70,
#homeCarousel .item.bg-light-blue-70 .menu-top-fix:before  {
	background-color: rgba(41, 170, 225, 0.55);
}

.bg-light-blue-40 {
	background-color: rgba(41, 170, 225, 0.4);
}

.bg-dark-blue {
	background-color: #21135D;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-black {
	background-color: #000000;
}

.bg-black-glow {
	background: radial-gradient(rgba(39,166,219,1) 0%, rgba(6,48,73,1) 40%, rgba(0,0,0,1) 65%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
}

.bg-london {
	background-image: url(/images/london.jpg);
	background-size: cover;
	background-position: top center;
}

.bg-bubbles {
	background-image: url(/images/video-bg.jpg);
	background-size: cover;
	background-position: center;
}

.text-color-white {
	color: #FFFFFF;
}

.text-color-pink {
	color: #CC1C69;
}

.text-color-blue {
	color: #29AAE1;
}

.context-header-blue {
	color: #29AAE1 !important;
}

.context-header-white {
	color: #ffffff;
}

.light-link {
	font-weight: 300;
}

.light-link:hover,
.light-link:focus {
	color: inherit;
	border-bottom: 1px solid;
}

.generic-text-on-white h1,
.generic-text-on-white h2,
.generic-text-on-white h3,
.generic-text-on-white h4,
.generic-text-on-white h5,
.generic-text-on-white h6 {
	color: #CC1C69;
	font-weight: normal;
}

.generic-text-on-white h1 {
	font-weight: 600;
}

.generic-text-on-white a {
	color: #CC1C69;
}

.generic-text-on-white p,
.generic-text-on-white ul,
.generic-text-on-white ol {
	color: #555555;
}

.text-color-gray {
	color: #555555;
}

.generic-text-on-white ul {
	list-style-type: disc;
	margin-left: 20px;
}

.generic-text-on-white ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.generic-text-on-white ul ul,
.generic-text-on-white ul ol,
.generic-text-on-white ol ul,
.generic-text-on-white ol ol {
	margin-top: 0;
}

.generic-text-on-white hr {
	border-color: #CC1C69;
}

.text-content a {
	color: #CC1C69;
}

.text-content a:hover,
.text-content a:focus {
	color: #555555;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
	color: #CC1C69;
	font-weight: normal;
}

.casestudy-text-content h1, .casestudy-text-content h2,
.casestudy-text-content h3, .casestudy-text-content h4,
.casestudy-text-content h5, .casestudy-text-content h6 {
    color: #5c5c5c;
    font-weight: 600;
}

.casestudy-text-content .context-header {
	font-weight: 500;
}

.text-content ul {
	list-style-type: none;
	margin-left: 0;
}

.text-content ul li {
	position: relative;
	padding-left: 20px;
}

.text-content ul li:before {
	content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	background-color: #CC1C69;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 7px;
}

.text-content ol {
	list-style-type: decimal;
}

.size-18 {
	line-height: 150%;
}

.size-18 + p {
	margin-top: 0;
}

/* Header
______________________________________________*/

#header {
	width: 100%;
}

#call-us {
	background-color: rgba(0, 0, 0, 0.6);
}

#call-us p {
	text-align: right;
	padding: 10px 0;
	margin-top: 0;
	line-height: 110%;
}

#call-us p a {
	margin-left: 5px;
}

#call-us p a:hover,
#call-us p a:focus {
	color: #CC1C69;
}

#logoMenuContainer {
	background-color: rgba(0, 0, 0, 0.45);
	padding-top: 10px;
	position: relative;
}

#logoMenuContainer .logo-wrapper {
	padding: 0 10px 10px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-toggle {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	line-height: 33px;
	padding: 2px 0 0 0;
	width: 35px;
	margin: 0 10px 0 0;
	z-index: 10;
}

#menu {
	box-shadow: none;
	border-top: 0;
}

#menu ul {
	margin-top: 0;
}

#menu a {
	font-weight: 300;
	font-size: 18px;
	text-align: center
}

#menu > ul > li:last-child a {
	border-bottom: 1px solid #FFFFFF;
}

#menu > ul > li > a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	border-top: 1px solid #FFFFFF;
}

#menu > ul > li > a:hover,
#menu > ul > li > a:focus {
	color: #CC1C69;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}

/* general
______________________________________________*/

.wrapper, .wrapper-lg {
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper-lg {
	max-width: 1600px;
}

.text-block > *:first-child {
	margin-top: 0;
}

.logo {
	display: inline-block;
	width: 208px;
}

.news-snippet {
	position: relative;
	height: 280px;
	background-size: cover;
	background-position: center;
	padding: 20px 10px;
}

.news-snippet:before {
	content: '';
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.8) 90%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.news-snippet-content {
	width: 100%;
}

.news-snippet-bottom .news-snippet-content {
	position: absolute;
	width: calc(100% - 20px);
	bottom: 0;
	margin-bottom: 20px;
}

.news-snippet a:hover > h4,
.news-snippet a:focus > h4 {
	color: #29AAE1;
}

.news-snippet h4 {
	margin-top: 0;
}

.news-snippet .button {
	margin: 30px 0;
}

div#articleImagesWrapper {
	width: 100%;
	margin-top: 20px;
}

div#articleImagesWrapper img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}


blockquote {
	position: relative;
	display: block;
	margin: 40px 0 20px;
	padding: 0;
	border: 0;
}

.case-study-blockquote {
	margin-top: 0;
}

blockquote h4 {
	padding: 0 45px;
}

blockquote h4:before {
	content: '\f10d';
	display: inline;
	position: absolute;
	font-family: 'fontAwesome';
	font-size: 40px;
	font-weight: bold;
	margin: -7px 0 0 -50px;
	font-weight: normal;
}

blockquote h4:after {
	content: '\f10e';
	display: inline;
	font-family: 'fontAwesome';
	font-size: 30px;
	font-weight: normal;
}

#clientsCarousels .carousel-inner {
	width: 100%;
	padding: 0 30px;
	max-width: 320px;
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#clientsCarousels .carousel-inner .item {
	height: 320px;
	text-align: center;
  	font: 0/0 a;
}

#clientsCarousels .carousel-inner .item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#clientsCarousels img {
	display: inline-block;
  	vertical-align: middle;
  	width: 100%;
}

#clientsCarousels .hsv-carousel-svg {
	max-width: 265px;
}

#clientsCarousels .a2m-carousel-svg,
#clientsCarousels .gex-carousel-svg {
	max-width: 170px;
}

.service-data-trigger {
	position: relative;
	padding-bottom: 80px !important;
}

.service-data-trigger .arrow-down-button {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.service-data-trigger .arrow-down-button:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(/images/sprite.png);
	background-position: 0 -549px;
	opacity: 0;
}

.service-trigger-img {
	display: inline-block;
	vertical-align: top;
	background-image: url(/images/sprite.png);
	height: 170px;
	width: 170px;
	margin: 60px 0 20px;
	position: relative;
}

.service-trigger-img:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(/images/sprite.png);
	opacity: 0;
}

.service-trigger-img-consultancy {
	background-position: 0 0;
}

.service-trigger-img-consultancy:after {
	background-position: 0 -200px;
}

.service-data-trigger:hover {
	cursor: pointer;
}

.service-trigger-img-design {
	background-position: -200px 0;
}

.service-trigger-img-design:after {
	background-position: -200px -199px;
}

.service-trigger-img-marketing {
	background-position: -400px 0;
}

.service-trigger-img-marketing:after {
	background-position: -400px -200px;
}

.service-data-trigger.active .service-trigger-img:after,
.service-data-trigger:hover .service-trigger-img:after,
.service-data-trigger:focus .service-trigger-img:after {
	opacity: 1;
}

.service-content-wrapper {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.service-content-wrapper.active {
	max-height: none;
	opacity: 1;
}

.numeric-stats {
	padding-top: 40px;
}

.numeric-stats .stat-number {
	font-weight: 900;
	letter-spacing: -5px;
}

.numeric-stats p {
	color: rgba(255,255,255,0.6);
	line-height: 140%;
	padding-bottom: 10px;
}

.numeric-stats p.size-h6 {
	color:  rgba(255,255,255,0.7);
	margin-top: 0;
	line-height: 120%;
}

.active .numeric-stats-animated {
	opacity: 0;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.animation-container > .row:nth-child(1) > div:nth-child(1) .numeric-stats-animated {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.animation-container > .row:nth-child(1) > div:nth-child(2) .numeric-stats-animated {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animation-container > .row:nth-child(1) > div:nth-child(3) .numeric-stats-animated {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animation-container > .row:nth-child(1) > div:nth-child(4) .numeric-stats-animated {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animation-container > .row:nth-child(2) > div:nth-child(1) .numeric-stats-animated {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animation-container > .row:nth-child(2) > div:nth-child(2) .numeric-stats-animated {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.animation-container > .row:nth-child(2) > div:nth-child(3) .numeric-stats-animated {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animation-container > .row:nth-child(2) > div:nth-child(4) .numeric-stats-animated {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.numeric-stats svg {
	width: 140px;
	height: 100px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.service-icon {
	height: 95px;
	width: 140px;
}

/* mobile transitions */
.service-trigger-img:after {
	transition: all 0.3s;
}

/* carousel */

#homeCarousel {
	position: relative;
	z-index: 5;
}

#homeCarousel .carousel-inner > .item {
	transition: 1.0s ease-in-out left;
}

#homeCarousel .carousel-inner .item {
	transition-property: opacity;
}

#homeCarousel .carousel-inner .item,
#homeCarousel .carousel-inner .active.left,
#homeCarousel .carousel-inner .active.right {
	opacity: 0;
}

#homeCarousel .carousel-inner .active,
#homeCarousel .carousel-inner .next.left,
#homeCarousel .carousel-inner .prev.right {
	opacity: 1;
}

#homeCarousel .carousel-inner .next,
#homeCarousel .carousel-inner .prev,
#homeCarousel .carousel-inner .active.left,
#homeCarousel .carousel-inner .active.right {
	left: 0;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

#homeCarousel .item .menu-top-fix {
	padding-bottom: 180px;
	position: relative;
}

#homeCarousel .item .menu-top-fix:before {
	content: '';
	display: block;
	height: 190px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 5;
}

.carousel-bottom-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 6;
	text-align: center;
	height: 190px;
}

.carousel-bottom-text h4 {
	width: 300px;
	display: inline-block;
}

#bubbles {
	position: relative;
	overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: -200px;
  min-height: 130%;
  min-width: 100%;
}

.case-study-img {
	margin-top: 20px;
}
.case-web-shadow {
	box-shadow: 0px 0px 30px 20px #CACACA;
}

.case-img-group img {
	margin-top: 50px;
}

.context-header {
	font-size: 14px;
	text-transform: uppercase;
	font-family: din-2014, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 40px;
	font-weight: 500;
}

.context-header.m-bottom-20 {
	margin-bottom: 40px;
	margin-top: 80px;
}

.heigher-line-list li {
	padding: 3px 0;
}

#caseStudyCarousel {
}

#caseStudyCarousel img {
	display: inline-block;
	vertical-align: top;
	border-radius: 8px 8px 0 0;
}

#scrollablePhone {
	display: inline-block;
	vertical-align: top;
	width: 355px;
	height: 628px;
	position: relative;
}

#scrollablePhone:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(/images/casestudies/iphone-mask@2x.png);
	background-size: cover;
	height: 100%;
	width: 100%;
}

#scrollablePhone iframe {
	position: absolute;
	width: 264px;
	height: 572px;
	z-index: 0;
	left: 0;
	top: 0;
	margin: 17px 0 0 45px;;
	overflow: hidden;
}

/* Forms
______________________________________________*/

.double-col-form {
	display: inline-block;
	width: 100%;
	max-width: 940px;
	text-align: left;
}

.form-control {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 52px;
	padding: 0px 20px;
	font-size: 19px;
	font-weight: 300;
	color: #4D4D4D;
	border: 1px solid #4D4D4D;
	border-radius: 27px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px 2px rgba(255, 255, 255, 0.6);
}

.form-control::-webkit-input-placeholder {
	color: #000000;
	font-weight: 300;
}

.form-control:-moz-placeholder {
	color: #000000;
	font-weight: 300;
}

.form-control::-moz-placeholder {
	color: #000000;
	font-weight: 300;
}

.form-control:-ms-input-placeholder {
	color: #000000;
	font-weight: 300;
}

ul.parsley-errors-list.filled {
	font-size: 14px;
	margin: 8px 0 13px 20px;
}

ul.parsley-errors-list.filled li:before {
	content: '*';
	display: inline-block;
}

#vatcalculator,
#vatcalculator table {
	width: 100%;
}

#vatcalculator table {
	font-size: 0;
	margin-top: 20px;
	box-sizing: border-box;
}

#vatcalculator table th {
	font-size: 18px;
	color: #555555;
	padding-top: 0;
	margin-top: 0;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	margin-top: 5px;
}

#vatcalculator table th + td {
	width: calc(100% - 100px);
	display: inline-block;
}

#vatcalculator table th + td + td {
	display: block;
}

#vatcalculator input {
	text-align: center;
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 300;
	color: #4D4D4D;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#vatcalculator input.btn-input {
	background-color: #CC1C69;
	border-color: #CC1C69;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#vatcalculator input.btn-input:hover {
	background-color: #FFFFFF;
	color: #CC1C69;
}

/* Buttons
______________________________________________*/

.social {
	margin-top: 20px;
	font-size: 0;
}

.social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: top;
	font-weight: normal;
}

.social a + a {
	margin-left: 40px;
}

.social a:after {
	font-family: 'fontAwesome';
	font-size: 35px;
}

.social a.facebook:after {
	content: '\f09a';
}

.social a.instagram:after {
	content: '\f16d';
}

.social a.twitter:after {
	content: '\f099';
}

.social a.linkedin:after {
	content: '\f0e1';
}

.button {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 300;
	border: 1px solid;
	line-height: 44px;
	font-size: 22px;
	margin-top: 20px;
	padding: 0 40px 0 20px;
	text-align: center;
	min-width: 256px;
	border-radius: 23px;
}

.button:after {
	content: '';
	position: absolute;
	background-image: url(/images/sprite.png);
	background-position: -90px -542px;
	height: 46px;
	width: 25px;
	right: 0;
	margin-right: 16px;
	top:0;
}

.button:hover,
.button:focus {
	background-color: #FFFFFF;
	color: #CC1C69;
}

.button:hover:after,
.button:focus:after {
	background-position: -140px -542px;
}

.button-pink {
	color: #CC1C69;
}

.button-blue {
	color: #29AAE1;
}

.button-pink:after {
	background-position: -140px -542px;
}

.button-blue:after {
	background-position: -190px -542px;
}

.button-pink:hover,
.button-pink:focus {
	background-color: #CC1C69;
	color: #FFFFFF;
}

.button-pink:hover:after,
.button-pink:focus:after {
	background-position: -90px -542px;
}

.button-blue-hover:hover,
.button-blue-hover:focus {
	color: #29AAE1;
}

.button-blue-hover:hover:after,
.button-blue-hover:focus:after {
	background-position: -190px -542px;
}

.form-button {
	position: relative;
	height: 52px;
	display: inline-block;
	margin-top: 10px;
	color: #FFFFFF;
	border: 1px solid;
	background-color: #29AAE1;
	font-weight: 700;
	font-size: 19px;
	padding: 0 20px;
	border-radius: 27px;
	min-width: 200px;
	text-align: left;
	box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.6);
	outline: 0;
}

.form-button:after {
	content: '';
	position: absolute;
	background-image: url(/images/sprite.png);
	background-position: -95px -442px;
	height: 46px;
	width: 25px;
	right: 0;
	margin-right: 16px;
	top:0;
}

.form-button:hover,
.form-button:focus {
	background-color: #FFFFFF;
	color: #29AAE1;
}

.form-button:hover:after,
.form-button:focus:after {
	background-position: -195px -442px;
}

.arrow-down-button {
	display: block;
	height: 50px;
	width: 50px;
	background-image: url(/images/sprite.png);
	background-position: 0 -448px
}

.web-design-flag {
	display: inline-block;
	text-transform: uppercase;
	line-height: 100%;
	padding: 12px 15px 10px 15px;
	background-color: #33ABDF;
}

#tabletView {
	max-width: 923px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 728px;
	width: 923px;
	-webkit-backface-visibility:inherit;
}

#tabletView:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(/images/casestudies/ipad-pro.png);
	background-size: cover;
	z-index: 2;
	-webkit-backface-visibility:inherit;
}

#tabletViewContent {
    width: 818px;
    height: 623px;
    overflow: hidden;
    margin: 57.5px;
    -webkit-backface-visibility:inherit;
}

#scrollableSite {
	width: 100%;
	background-size: cover;
	-webkit-backface-visibility: hidden;
}

#scrollableSite iframe {
	width: 100%;
	height: 100%;
}

#scrollableSite.scrollable-completenders {
	height: 3513px;
}

/* Footer
______________________________________________*/

#footer {
	background-color: #29AAE1;
}

#footer ul a {
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 30px;
	font-size: 18px;
}

#footer .copyright {
	font-weight: 400;
	letter-spacing: -0.5px;
}


/* Responsive
_________________________________________________________________________________________________*/

@media screen and (min-width: 320px) {
	.p-top-xs-0 {
		padding-top: 0px;
	}

	.p-top-xs-10 {
		padding-top: 10px;
	}

	.p-top-xs-20 {
		padding-top: 20px;
	}

	.p-top-xs-30 {
		padding-top: 30px;
	}

	.p-top-xs-40 {
		padding-top: 40px;
	}

	.m-top-xs-0 {
		margin-top: 0px;
	}

	.m-top-xs-10 {
		margin-top: 10px;
	}

	.m-top-xs-20 {
		margin-top: 20px;
	}

	.m-top-xs-30 {
		margin-top: 30px;
	}

	.m-top-xs-40 {
		margin-top: 40px;
	}

	.p-bottom-xs-0 {
		padding-bottom: 0px;
	}

	.p-bottom-xs-10 {
		padding-bottom: 10px;
	}

	.p-bottom-xs-20 {
		padding-bottom: 20px;
	}

	.p-bottom-xs-30 {
		padding-bottom: 30px;
	}

	.p-bottom-xs-40 {
		padding-bottom: 40px;
	}

	.m-bottom-xs-0 {
		margin-bottom: 0px;
	}

	.m-bottom-xs-10 {
		margin-bottom: 10px;
	}

	.m-bottom-xs-20 {
		margin-bottom: 20px;
	}

	.m-bottom-xs-30 {
		margin-bottom: 30px;
	}

	.m-bottom-xs-40 {
		margin-bottom: 40px;
	}

	.p-right-xs-0 {
		padding-right: 0px;
	}

	.p-right-xs-10 {
		padding-right: 10px;
	}

	.p-right-xs-20 {
		padding-right: 20px;
	}

	.p-right-xs-30 {
		padding-right: 30px;
	}

	.p-right-xs-40 {
		padding-right: 40px;
	}

	.m-right-xs-0 {
		margin-right: 0px;
	}

	.m-right-xs-10 {
		margin-right: 10px;
	}

	.m-right-xs-20 {
		margin-right: 20px;
	}

	.m-right-xs-30 {
		margin-right: 30px;
	}

	.m-right-xs-40 {
		margin-right: 40px;
	}

	.p-left-xs-0 {
		padding-left: 0px;
	}

	.p-left-xs-10 {
		padding-left: 10px;
	}

	.p-left-xs-20 {
		padding-left: 20px;
	}

	.p-left-xs-30 {
		padding-left: 30px;
	}

	.p-left-xs-40 {
		padding-left: 40px;
	}

	.m-left-xs-0 {
		margin-left: 0px;
	}

	.m-left-xs-10 {
		margin-left: 10px;
	}

	.m-left-xs-20 {
		margin-left: 20px;
	}

	.m-left-xs-30 {
		margin-left: 30px;
	}

	.m-left-xs-40 {
		margin-left: 40px;
	}
}

@media screen and (min-width: 768px) {
	.p-top-sm-0 {
		padding-top: 0px;
	}

	.p-top-sm-10 {
		padding-top: 10px;
	}

	.p-top-sm-20 {
		padding-top: 20px;
	}

	.p-top-sm-30 {
		padding-top: 30px;
	}

	.p-top-sm-40 {
		padding-top: 40px;
	}

	.m-top-sm-0 {
		margin-top: 0px;
	}

	.m-top-sm-10 {
		margin-top: 10px;
	}

	.m-top-sm-20 {
		margin-top: 20px;
	}

	.m-top-sm-30 {
		margin-top: 30px;
	}

	.m-top-sm-40 {
		margin-top: 40px;
	}

	.p-bottom-sm-0 {
		padding-bottom: 0px;
	}

	.p-bottom-sm-10 {
		padding-bottom: 10px;
	}

	.p-bottom-sm-20 {
		padding-bottom: 20px;
	}

	.p-bottom-sm-30 {
		padding-bottom: 30px;
	}

	.p-bottom-sm-40 {
		padding-bottom: 40px;
	}

	.m-bottom-sm-0 {
		margin-bottom: 0px;
	}

	.m-bottom-sm-10 {
		margin-bottom: 10px;
	}

	.m-bottom-sm-20 {
		margin-bottom: 20px;
	}

	.m-bottom-sm-30 {
		margin-bottom: 30px;
	}

	.m-bottom-sm-40 {
		margin-bottom: 40px;
	}

	.p-right-sm-0 {
		padding-right: 0px;
	}

	.p-right-sm-10 {
		padding-right: 10px;
	}

	.p-right-sm-20 {
		padding-right: 20px;
	}

	.p-right-sm-30 {
		padding-right: 30px;
	}

	.p-right-sm-40 {
		padding-right: 40px;
	}

	.m-right-sm-0 {
		margin-right: 0px;
	}

	.m-right-sm-10 {
		margin-right: 10px;
	}

	.m-right-sm-20 {
		margin-right: 20px;
	}

	.m-right-sm-30 {
		margin-right: 30px;
	}

	.m-right-sm-40 {
		margin-right: 40px;
	}

	.p-left-sm-0 {
		padding-left: 0px;
	}

	.p-left-sm-10 {
		padding-left: 10px;
	}

	.p-left-sm-20 {
		padding-left: 20px;
	}

	.p-left-sm-30 {
		padding-left: 30px;
	}

	.p-left-sm-40 {
		padding-left: 40px;
	}

	.m-left-sm-0 {
		margin-left: 0px;
	}

	.m-left-sm-10 {
		margin-left: 10px;
	}

	.m-left-sm-20 {
		margin-left: 20px;
	}

	.m-left-sm-30 {
		margin-left: 30px;
	}

	.m-left-sm-40 {
		margin-left: 40px;
	}

	.navbar-toggle {
		display: none;
	}

	#menu.collapse {
		display: block;
	}

	p, .p-size-normal {
		font-size: 89%;
	}

	.p-size-lg {
		font-size: 100%;
	}

	.p-size-sm {
		font-size: 78%;
	}

	.size-h1-xxlg {
		font-size: 333%;
	}

	.size-h1-xlg {
		font-size: 306%;
	}

	.size-h1-lg {
		font-size: 278%;
	}

	h1, .size-h1 {
		font-size: 267%;
	}

	h2, .size-h2 {
		font-size: 211%;
	}

	h3, .size-h3 {
		font-size: 178%;
	}

	h4, .size-h4 {
		font-size: 156%;
	}

	.size-h4-sm {
		font-size: 144%;
	}

	.size-h4-xsm {
		font-size: 133%;
	}

	.size-h5-lg {
		font-size: 122%;
	}

	h5, .size-h5 {
		font-size: 111%;
	}

	h6, .size-h6 {
		font-size: 100%;
	}

	.padding-block {
		padding: 70px 10px;
	}

	.padding-block-sides {
		padding-left: 10px;
		padding-right: 10px;
	}

	.padding-block-top-bottom {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.arrow-padding-bottom-fix {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.arrow-padding-top-fix {
		padding-top: 40px;
	}

	#header {
		position: absolute;
		top: 0;
		z-index: 100;
	}

	#logoMenuContainer .logo-wrapper {
		padding: 0;
	}

	#logoMenuContainer {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	#menu > ul {
		margin-top: 16px;
		width: 100%;
		font-size: 0;
		text-align: right;
	}

	#menu > ul > li {
		display: inline-block;
		padding: 0 5px;
	}

	#menu a {
		font-size: 14px;
	}

	#menu > ul > li:last-child a {
		border-bottom: 0;
	}

	#menu > ul > li > a {
		padding: 0;
		border: 0;
	}

	#menu > ul > li:last-child {
		padding-right: 0;
	}

	#footer ul {
		font-size: 0;
	}

	#footer ul li {
		display: inline-block;
		padding: 0 10px;
		height: 22px;
	}

	#footer ul li + li {
		border-left: 1px solid #FFFFFF;
	}

	#footer ul a {
		font-size: 18px;
		line-height: 22px;
		height: 22px;
		display: block
	}

	.double-col-form .row > div:nth-child(1) {
		padding-right: 10px;
	}

	.double-col-form .row > div:nth-child(2) {
		padding-left: 10px;
	}

	.form-control, .form-button {
		padding: 0 30px;
		font-size: 22px;
		margin-top: 30px;
	}

	.arrow-divs {
		position: relative;
	}

	.arrow-divs:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 30px;
		top: 0;
		left: 0;
		margin-top: -30px;
		background-color: inherit;
		border-radius: 0 30px 0 0;
		z-index: 7;
	}

	.arrow-divs:after {
		content: '';
		position: absolute;
		width: 50%;
		height: 30px;
		top: 0;
		right: 0;
		margin-top: -30px;
		background-color: inherit;
		border-radius: 30px 0 0 0;
		z-index: 7;
	}

	.arrow-divs-full:before,
	.arrow-divs-full:after {
		border-radius: 0;
	}

	.digital-marketing-arrow-fix {
		padding-bottom: 60px;
	}

	ul.parsley-errors-list.filled {
		position: absolute;
	}

	.menu-top-fix {
		padding-top: 160px;
	}

	#clientsCarousels .row > div {
		text-align: left;
	}

	#clientsCarousels .carousel-inner {
		margin: 30px 0 0 0;
	}

	#clientsCarousels .row > div:nth-child(1) {
		padding-right: 13px;
	}

	#clientsCarousels .row > div:nth-child(2) {
		padding-left: 7px;
		padding-right: 6px;
	}

	#clientsCarousels .row > div:nth-child(3) {
		padding-left: 14px;
	}

	.service-trigger-desc {
		min-height: 165px;
	}

	.service-data-trigger {
		position: relative;
		z-index: 10;
	}

	.service-data-trigger .service-trigger-img,
	.service-data-trigger .service-trigger-desc {
		position: relative;
		z-index: 10;
	}

	.service-data-trigger .arrow-down-button {
		z-index: 10;
	}

	.service-active-glow {
		display: none;
		height: 273px;
		width: 637px;
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 -133px -319px;
		background-image: url(/images/Glow-1.svg);
		background-size: cover;
		background-position: bottom center;
	}

	.service-data-trigger.active + .service-active-glow {
		display: block;
	}

	.service-data-trigger.active .arrow-down-button {
		display: none;
	}

	.service-data-trigger:not(.active):hover .arrow-down-button {
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
	}

	.service-data-trigger:not(.active):hover .arrow-down-button:after {
		opacity: 1;
	}

	.service-content-wrapper {
		transition: all 0.2s;
	}

	.service-content-wrapper.active {
		transition: all 0.3s 0.2s;
	}

	.service-content-wrapper.active {
		max-height: 1400px;
	}

	#homeCarousel .row > div:nth-child(1) {
		padding-top: 1px;
	}

	.tf-svg-wrapper {
		position: absolute;
		top: 0;
		margin-top: 200px;
		width: 100%;
		max-width: calc(50% - 20px);
		z-index: 6;
	}

	.carousel-bottom-text,
	#homeCarousel .item .menu-top-fix:before {
		height: 180px;
	}

	.carousel-bottom-text h4 {
		width: 740px;
	}

	#vatcalculator table th + td {
		width: 200px;
		display: inline-block;
	}

	#vatcalculator table th + td + td {
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
	}

	#vatcalculator input.btn-input {
		margin-bottom: 0px
	}
}

@media screen and (min-width: 992px) {
	.p-top-md-0 {
		padding-top: 0px;
	}

	.p-top-md-10 {
		padding-top: 10px;
	}

	.p-top-md-20 {
		padding-top: 20px;
	}

	.p-top-md-30 {
		padding-top: 30px;
	}

	.p-top-md-40 {
		padding-top: 40px;
	}

	.m-top-md-0 {
		margin-top: 0px;
	}

	.m-top-md-10 {
		margin-top: 10px;
	}

	.m-top-md-20 {
		margin-top: 20px;
	}

	.m-top-md-30 {
		margin-top: 30px;
	}

	.m-top-md-40 {
		margin-top: 40px;
	}

	.p-bottom-md-0 {
		padding-bottom: 0px;
	}

	.p-bottom-md-10 {
		padding-bottom: 10px;
	}

	.p-bottom-md-20 {
		padding-bottom: 20px;
	}

	.p-bottom-md-30 {
		padding-bottom: 30px;
	}

	.p-bottom-md-40 {
		padding-bottom: 40px;
	}

	.m-bottom-md-0 {
		margin-bottom: 0px;
	}

	.m-bottom-md-10 {
		margin-bottom: 10px;
	}

	.m-bottom-md-20 {
		margin-bottom: 20px;
	}

	.m-bottom-md-30 {
		margin-bottom: 30px;
	}

	.m-bottom-md-40 {
		margin-bottom: 40px;
	}

	.p-right-md-0 {
		padding-right: 0px;
	}

	.p-right-md-10 {
		padding-right: 10px;
	}

	.p-right-md-20 {
		padding-right: 20px;
	}

	.p-right-md-30 {
		padding-right: 30px;
	}

	.p-right-md-40 {
		padding-right: 40px;
	}

	.m-right-md-0 {
		margin-right: 0px;
	}

	.m-right-md-10 {
		margin-right: 10px;
	}

	.m-right-md-20 {
		margin-right: 20px;
	}

	.m-right-md-30 {
		margin-right: 30px;
	}

	.m-right-md-40 {
		margin-right: 40px;
	}

	.p-left-md-0 {
		padding-left: 0px;
	}

	.p-left-md-10 {
		padding-left: 10px;
	}

	.p-left-md-20 {
		padding-left: 20px;
	}

	.p-left-md-30 {
		padding-left: 30px;
	}

	.p-left-md-40 {
		padding-left: 40px;
	}

	.m-left-md-0 {
		margin-left: 0px;
	}

	.m-left-md-10 {
		margin-left: 10px;
	}

	.m-left-md-20 {
		margin-left: 20px;
	}

	.m-left-md-30 {
		margin-left: 30px;
	}

	.m-left-md-40 {
		margin-left: 40px;
	}

	p, .p-size-normal, ul, ol {
		font-size: 100%;
	}

	.p-size-lg {
		font-size: 111%;
	}

	.p-size-sm {
		font-size: 89%;
	}

	.size-h1-xxlg {
		font-size: 556%;
	}

	.size-h1-xlg {
		font-size: 500%;
	}

	.size-h1-lg {
		font-size: 389%;
	}

	h1, .size-h1 {
		font-size: 306%;
	}

	h2, .size-h2 {
		font-size: 233%;
	}

	h3, .size-h3 {
		font-size: 200%;
	}

	h4, .size-h4 {
		font-size: 189%;
	}

	.size-h4-sm {
		font-size: 167%;
	}

	.size-h4-xsm {
		font-size: 156%;
	}

	.size-h5-lg {
		font-size: 144%;
	}

	h5, .size-h5 {
		font-size: 122%;
	}

	h6, .size-h6 {
		font-size: 111%;
	}

	.padding-block {
		padding: 80px 20px;
	}

	.padding-block-sm {
		padding: 20px;
	}

	.padding-block-sides {
		padding-left: 20px;
		padding-right: 20px;
	}

	.padding-block-top-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.arrow-padding-bottom-fix {
		padding-top: 50px;
		padding-bottom: 110px;
	}

	.arrow-padding-top-fix {
		padding-top: 50px;
	}

	.padding-block-bottom-smaller {
		padding-bottom: 60px;
	}

	.grid-container > .row,
	.grid-container > .row > div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.study-section-container > .row > div:nth-child(1) {
		padding-right: 30px;
	}

	.study-section-container > .row > div:nth-child(2) {
		padding-left: 30px;
	}

	#menu > ul > li {
		display: inline-block;
		padding: 0 10px;
	}

	#menu a {
		font-size: 18px;
	}

	#footer .social {
		margin-top: 40px;
	}

	#footer ul {
		margin-top: 40px;
	}

	#footer ul a {
		font-size: 20px;
	}

	#footer .copyright {
		margin-top: 30px;
	}

	.double-col-form {
		padding-top: 70px;
	}


	.double-col-form .row > div:nth-child(1) {
		padding-right: 15px;
	}

	.double-col-form .row > div:nth-child(2) {
		padding-left: 15px;
	}

	.form-control, .form-button {
		font-size: 26px;
		margin-top: 30px;
	}

	.news-snippet {
		height: 450px;
		padding: 30px;
	}

	.news-snippet-bottom .news-snippet-content {
		margin-bottom: 30px;
		width: calc(100% - 60px);
	}

	.news-snippet .button {
		margin: 30px 0;
	}

	blockquote {
		margin: 40px 0;
	}

	#clientsCarousels .carousel-inner {
		margin: 40px 0 0 0;
		display: inline-block;
		vertical-align: top;
	}

	#clientsCarousels .carousel {
		text-align: center;
	}

	#clientsCarousels .row > div:nth-child(1) {
		padding-right: 26px;
	}

	#clientsCarousels .row > div:nth-child(2) {
		padding-left: 14px;
		padding-right: 13px;
	}

	#clientsCarousels .row > div:nth-child(3) {
		padding-left: 27px;
	}

	.service-active-glow {
		margin: 0 0 -93px -319px;
	}

	.numeric-stats {
		padding-top: 60px;
	}

	.numeric-stats + .size-h4-xsm {
		padding-bottom: 40px;
	}

	.numeric-stats p {
		color: rgba(255,255,255,0.5);
		line-height: 140%;
		padding-bottom: 10px;
	}

	.numeric-stats p.size-h6 {
		color:  rgba(255,255,255,0.7);
		margin-top: 0;
		line-height: 120%;
	}

	.tf-svg-wrapper {
		margin-top: 220px;
		max-width: calc(50% - 40px);
	}

	.carousel-bottom-text,
	#homeCarousel .item .menu-top-fix:before {
		height: 160px;
	}

	.carousel-bottom-text h4 {
		width: 950px;
	}

	.text-content ul li:before {
		margin-top: 8px;
	}

	.case-study-top {
		height: 860px;
		position: relative;
		background-position: top center;
		background-size: cover;
	}

	.case-study-title {
	 	position: absolute;
	 	bottom: 0;
	 	width: 100%;
	 	z-index: 2;
	}

	.case-study-top:after {
        content: '';
        display: block;
        z-index: 1;
        height: 450px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	}

	.text-right-md {
		text-align: right;
	}

	.case-study-blockquote-img {
		margin-top: 60px;
		margin-right: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.news-snippet h4 {
		font-size: 25px;
	}
}

@media screen and (min-width: 1200px) {
	.p-top-lg-0 {
		padding-top: 0px;
	}

	.p-top-lg-10 {
		padding-top: 10px;
	}

	.p-top-lg-20 {
		padding-top: 20px;
	}

	.p-top-lg-30 {
		padding-top: 30px;
	}

	.p-top-lg-40 {
		padding-top: 40px;
	}

	.m-top-lg-0 {
		margin-top: 0px;
	}

	.m-top-lg-10 {
		margin-top: 10px;
	}

	.m-top-lg-20 {
		margin-top: 20px;
	}

	.m-top-lg-30 {
		margin-top: 30px;
	}

	.m-top-lg-40 {
		margin-top: 40px;
	}

	.p-bottom-lg-0 {
		padding-bottom: 0px;
	}

	.p-bottom-lg-10 {
		padding-bottom: 10px;
	}

	.p-bottom-lg-20 {
		padding-bottom: 20px;
	}

	.p-bottom-lg-30 {
		padding-bottom: 30px;
	}

	.p-bottom-lg-40 {
		padding-bottom: 40px;
	}

	.m-bottom-lg-0 {
		margin-bottom: 0px;
	}

	.m-bottom-lg-10 {
		margin-bottom: 10px;
	}

	.m-bottom-lg-20 {
		margin-bottom: 20px;
	}

	.m-bottom-lg-30 {
		margin-bottom: 30px;
	}

	.m-bottom-lg-40 {
		margin-bottom: 40px;
	}

	.p-right-lg-0 {
		padding-right: 0px;
	}

	.p-right-lg-10 {
		padding-right: 10px;
	}

	.p-right-lg-20 {
		padding-right: 20px;
	}

	.p-right-lg-30 {
		padding-right: 30px;
	}

	.p-right-lg-40 {
		padding-right: 40px;
	}

	.m-right-lg-0 {
		margin-right: 0px;
	}

	.m-right-lg-10 {
		margin-right: 10px;
	}

	.m-right-lg-20 {
		margin-right: 20px;
	}

	.m-right-lg-30 {
		margin-right: 30px;
	}

	.m-right-lg-40 {
		margin-right: 40px;
	}

	.p-left-lg-0 {
		padding-left: 0px;
	}

	.p-left-lg-10 {
		padding-left: 10px;
	}

	.p-left-lg-20 {
		padding-left: 20px;
	}

	.p-left-lg-30 {
		padding-left: 30px;
	}

	.p-left-lg-40 {
		padding-left: 40px;
	}

	.m-left-lg-0 {
		margin-left: 0px;
	}

	.m-left-lg-10 {
		margin-left: 10px;
	}

	.m-left-lg-20 {
		margin-left: 20px;
	}

	.m-left-lg-30 {
		margin-left: 30px;
	}

	.m-left-lg-40 {
		margin-left: 40px;
	}

	p, .p-size-normal {
		font-size: 100%;
	}

	.p-size-lg {
		font-size: 111%;
	}

	.p-size-sm {
		font-size: 89%;
	}

	.size-h1-xxlg {
		font-size: 611%;
	}

	.size-h1-xlg {
		font-size: 556%;
	}

	.size-h1-lg {
		font-size: 417%;
	}

	h1, .size-h1 {
		font-size: 333%;
	}

	h2, .size-h2 {
		font-size: 256%;
	}

	h3, .size-h3 {
		font-size: 222%;
	}

	h4, .size-h4 {
		font-size: 200%;
	}

	.size-h4-sm {
		font-size: 189%;
	}

	.size-h4-xsm {
		font-size: 167%;
	}

	.size-h5-lg {
		font-size: 156%;
	}

	h5, .size-h5 {
		font-size: 133%;
	}

	h6, .size-h6 {
		font-size: 122%;
	}

	.padding-block {
		padding: 100px 40px;
	}

	.case-study-top .padding-block {
		padding-bottom: 80px;
	}

	.padding-block-sides {
		padding-left: 30px;
		padding-right: 30px;
	}

	.padding-block-top-bottom {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.padding-block-top-bottom-md {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.arrow-padding-bottom-fix {
		padding-top: 70px;
		padding-bottom: 130px;
	}

	.arrow-padding-bottom-fix-md {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.padding-block-bottom-smaller {
		padding-bottom: 80px;
	}

	.grid-container > .row,
	.grid-container > .row > div {
		padding-left: 20px;
		padding-right: 20px;
	}

	.study-section-container > .row > div:nth-child(1) {
		padding-right: 40px;
	}

	.study-section-container > .row > div:nth-child(2) {
		padding-left: 40px;
	}

	.arrow-padding-top-fix {
		padding-top: 70px;
	}

	#call-us p {
		padding: 14px 0;
	}

	#menu a {
		font-size: 20px;
	}

	.digital-marketing-arrow-fix {
		padding-bottom: 70px;
	}

	.news-snippet {
		height: 630px;
		padding: 50px;
	}

	.news-snippet-bottom .news-snippet-content {
		margin-bottom: 50px;
		width: calc(100% - 100px);
	}

	#clientsCarousels .row > div:nth-child(1) {
		padding-right: 53px;
	}

	#clientsCarousels .row > div:nth-child(2) {
		padding-left: 27px;
		padding-right: 26px;
	}

	#clientsCarousels .row > div:nth-child(3) {
		padding-left: 54px;
	}

	.service-trigger-desc {
		min-height: 155px;
	}

	.service-active-glow {
		height: 386px;
		width: 900px;
		left: 50%;
		margin: 0 0 -127px -450px;
	}

	.tf-svg-wrapper {
		margin-top: 240px;
		width: 463px;
		margin-left: calc(((100% - 1200px) / 2) + 60px);
	}

	.carousel-bottom-text,
	#homeCarousel .item .menu-top-fix:before {
		height: 190px;
	}

	.carousel-bottom-text h4 {
		width: 1140px;
	}

	#tabletView:after {
		background-image: url(/images/casestudies/ipad-pro@2x.png);
	}
}

@media screen and (min-width: 1600px) {
	.news-snippet {
		padding: 70px;
	}

	.news-snippet-bottom .news-snippet-content {
		margin-bottom: 70px;
		width: calc(100% - 140px);
	}
}

@media screen and (max-width: 767px) {

	#header {
		width: 100%;
	}

	#menu > ul > li > a {
		background-color: #CC1C69;
		font-weight: 600;
	}

	#menu > ul > li > a:hover,
	#menu > ul > li > a:focus {
		color: #FFFFFF;
	}

	.padding-block-sides-sm-0,
	#logoMenuContainer .padding-block-sides {
		padding-left: 0;
		padding-right: 0;
	}

	.service-data-trigger {
		padding-bottom: 70px !important;
	}

	.service-data-trigger h4 {
		margin-top: 0;
	}

	#homeCarousel .item > div {
		min-height: 480px;
	}

	.tf-svg-wrapper {
		top: 0;
		position: absolute;
		opacity: 0.45;
		text-align: center;
		width: 100%;
		height: 100%;
	}
}


/* article snippets */

div:first-child > .article-snippet:first-child {
	border-top: 1px solid #CC1C69;
}

.article-snippet {
	position: relative;
	border-bottom: 1px solid #CC1C69;
	padding: 20px 0;
}

.article-snippet .image-block {
	display: block;
	max-width: 300px;
	margin: 0px auto 20px;
	position: relative;
}

.article-snippet .category {
	background-color: #CC1C69;
	position: absolute;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	padding: 8px 10px 7px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

.article-snippet div.articleImage {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.article-snippet h2 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 400;
	color: #CC1C69;
}

.article-snippet .date {
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
}

.article-snippet .articlePreview {
	margin-top: 10px;
	color: #555555;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.text-content #article h2 {
		font-size: 178%;
	}

	.article-snippet .image-block {
		max-width: 242px;
	}

	.article-snippet div.articleImage {
		height: 242px;
	}

	.article-snippet {
		border: 0 !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#rightColNews .row > div:nth-child(1) {
		padding-right: 7px;
	}

	#rightColNews .row > div:nth-child(2) {
		padding-right: 3px;
		padding-left: 3px;
	}

	#rightColNews .row > div:nth-child(3) {
		padding-left: 7px;
	}
}

@media screen and (min-width: 992px) {
	.text-content #article h2 {
		font-size: 200%;
	}

	.text-content #article h3 {
		font-size: calc(100% + 4px);
	}

	div:first-child > .article-snippet:first-child {
		border-top: 0;
	}

	.article-snippet .image-block {
		max-width: 303px;
	}

	.article-snippet div.articleImage {
		height: 303px;
	}

	.article-snippet {
		padding: 20px 0 30px;
	}

	.article-snippet h2 {
		font-size: 27px;
	}
}

@media screen and (min-width: 1200px) {
	.text-content #article h2 {
		font-size: 222%;
	}

	.article-snippet .image-block {
		max-width: none;
	}

	.article-snippet div.articleImage {
		height: 346px;
	}

	div:last-child > .article-snippet:first-child {
		border-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	#tabletView {
		width: 700px;
		height: 552px;
	}

	#tabletViewContent {
		width: 622px;
		height: 470px;
		overflow: hidden;
		margin: 42px;
	}

	#scrollableSite.scrollable-completenders {
		height: 2671px;
	}
}

@media screen and (max-width: 767px) {
	#tabletView {
		width: 280px;
		height: 220px;
	}

	#tabletViewContent {
		width: 248.8px;
		height: 188px;
		overflow: hidden;
		margin: 16.8px;
	}

	#scrollableSite.scrollable-completenders {
		height: 1068px;
	}
}

/* transitions */
@media screen and (min-width: 992px) {
	.button,
	.social a,
	#footer ul a,
	.form-button,
	.text-content a,
	.arrow-down-button,
	.news-snippet a > h4,
	#menu > ul > li > a,
	#call-us p a,
	#vatcalculator input.btn-input,
	.service-data-trigger .arrow-down-button:after {
		transition: all 0.3s;
	}
}


/* animaitons */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}