@charset "UTF-8";


/* FONTS
===============================================================================*/
@font-face {
    font-family: 'st_ryde_regularregular';
    src: url('../fonts/stryde-regular-webfont.eot');
    src: url('../fonts/stryde-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stryde-regular-webfont.woff') format('woff'),
         url('../fonts/stryde-regular-webfont.ttf') format('truetype'),
         url('../fonts/stryde-regular-webfont.svg#st_ryde_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'st_ryde_boldbold';
    src: url('../fonts/stryde-bold-webfont.eot');
    src: url('../fonts/stryde-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stryde-bold-webfont.woff') format('woff'),
         url('../fonts/stryde-bold-webfont.ttf') format('truetype'),
         url('../fonts/stryde-bold-webfont.svg#st_ryde_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'st_ryde_bold_italicBdIt';
    src: url('../fonts/stryde-bolditalic-webfont.eot');
    src: url('../fonts/stryde-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stryde-bolditalic-webfont.woff') format('woff'),
         url('../fonts/stryde-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/stryde-bolditalic-webfont.svg#st_ryde_bold_italicBdIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'st_ryde_mediummedium';
    src: url('../fonts/stryde-medium-webfont.eot');
    src: url('../fonts/stryde-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stryde-medium-webfont.woff') format('woff'),
         url('../fonts/stryde-medium-webfont.ttf') format('truetype'),
         url('../fonts/stryde-medium-webfont.svg#st_ryde_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'st_ryde_italicitalic';
    src: url('../fonts/stryde-italic-webfont.eot');
    src: url('../fonts/stryde-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stryde-italic-webfont.woff') format('woff'),
         url('../fonts/stryde-italic-webfont.ttf') format('truetype'),
         url('../fonts/stryde-italic-webfont.svg#st_ryde_italicitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* LAYOUT
===============================================================================*/

html,
body {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#page {
	position: relative;
	overflow: hidden;
	min-width: 996px;
	display: none;
}
.container {
	width: 996px;
	margin: 0 auto;
}
.box {
	width: 100%;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#recaptcha_widget_div {
	display: none;
}

/* SPRITES
===============================================================================*/

/* icons
---------------------------------------------*/
.icon {
	background: url(../img/sprite.icons.png) no-repeat;
}
.icon-social-twitter {
	width: 38px;
	height: 38px;
	background-position: 0 0;
}
a:hover .icon-social-twitter {
	width: 38px;
	height: 38px;
	background-position: 0 -39px;
}
.icon-social-facebook {
	width: 38px;
	height: 38px;
	background-position: 0 -78px;
}
a:hover .icon-social-facebook {
	width: 38px;
	height: 38px;
	background-position: 0 -117px;
}
.icon-social-googlereader {
	width: 38px;
	height: 38px;
	background-position: 0 -156px;
}
a:hover .icon-social-googlereader {
	width: 38px;
	height: 38px;
	background-position: 0 -195px;
}
.icon-add-ova {
	width: 68px;
	height: 60px;
	background-position: 0 -234px;
}
.icon-add-va {
	width: 56px;
	height: 60px;
	background-position: 0 -295px;
}
.icon-add-vrs {
	width: 56px;
	height: 60px;
	background-position: 0 -356px;
}
.icon-add-web {
	width: 46px;
	height: 45px;
	background-position: 0 -417px;
}
.icon-add-uia {
	width: 40px;
	height: 45px;
	background-position: 0 -463px;
}
.icon-add-epg {
	width: 46px;
	height: 45px;
	background-position: 0 -509px;
}
.icon-add-api {
	width: 40px;
	height: 45px;
	background-position: 0 -555px;
}
.icon-add-tvl {
	width: 48px;
	height: 51px;
	background-position: 0 -601px;
}
.icon-add-tvl-combine-arrow {
	width: 27px;
	height: 25px;
	background-position: 0 -653px;
}
.icon-add-vod {
	width: 46px;
	height: 51px;
	background-position: 0 -679px;
}
.icon-add-vod-combine-arrow {
	width: 24px;
	height: 26px;
	background-position: 0 -731px;
}
.icon-add-mem {
	width: 51px;
	height: 51px;
	background-position: 0 -758px;
}
.icon-add-mem-combine-arrow {
	width: 181px;
	height: 40px;
	background-position: 0 -810px;
}
.icon-recommendation-system {
	width: 118px;
	height: 91px;
	background-position: 0 -851px;
}
.icon-marker {
	width: 10px;
	height: 16px;
	background-position: 0 -943px;
}


/* HEADER
===============================================================================*/

/* container
---------------------------------------------*/
.header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 113px;
	background: #fff url(../img/pattern.header.jpg) repeat-x;
}

/* box-header
---------------------------------------------*/
.box-header {
	position: relative;
}
.box-header:after {
	position: absolute;
	top: 113px;
	left: 82px;
	content: '';
	display: block;
	visibility: visible;
	width: 800px;
	height: 19px;
	background: url(../img/bg.shadowSectionDS.png) no-repeat;
}

/* box-header-logo
---------------------------------------------*/
.box-header-logo {
	float: left;
	width: 139px;
	margin: 32px 84px 0 24px;
}
.box-header-logo a {
	text-decoration: none;
}
.box-header-logo img {
	outline: 0;
	border: none;
	width: 159px;
}

/* box-header-nav
---------------------------------------------*/
.box-header-nav {
	overflow: hidden;
	float: left;
}
.box-header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-header-nav ul li {
	float: left;
	position: relative;
	display: block;
	width: 168px;
	height: 104px;
	line-height: 116px;
	font-size: 18px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.6px;
}
.box-header-nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #6d6d6d;
}
.box-header-nav ul li:first-child a {
	left: 1px;
}
.box-header-nav ul li:nth-child(2) a {
	left: 4px;
}
.box-header-nav ul li.nth-child-2 a {
	left: 4px;
}
.box-header-nav ul li:last-child {
	margin-left: 28px;
}
.box-header-nav ul li:last-child a {
	left: -10px;
}
.box-header-nav ul li.last-child {
	margin-left: 28px;
}
.box-header-nav ul li.last-child a {
	left: -10px;
}
.box-header-nav ul li a:hover {
	color: #419fd5;
}
.box-header-nav ul li.active {
	background: url(../img/bg.navActive.jpg) no-repeat;
}
.box-header-nav ul li.active a {
	text-shadow: 0 2px 0 #2f7299, 0 0 20px #2f7299;
	color: #fff;
}
.box-header-nav ul li .careers-number {
	position: relative;
	top: -13px;
	left: -1px;
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 25px;
	font-size: 12px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #6aaf65;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.lte8 .box-header-nav ul li .careers-number {
	behavior: url(PIE.php);
	-pie-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.lte8 .box-header-nav ul li .careers-number,
.webkit .box-header-nav ul li .careers-number {
	left: 0;
	text-indent: -2px;
}
.box-header-nav ul li .careers-text {
	position: absolute;
	bottom: 37px;
	right: 2px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'st_ryde_bold_italicBdIt', Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #5daa5d;
}
.box-header-nav ul li.active .careers-number {
	text-shadow: none;
	color: #2f7299;
	background: #fff;
	-webkit-box-shadow: 0 2px 0 rgba(47, 114, 153, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(47, 114, 153, 0.8);
	-o-box-shadow: 0 2px 0 rgba(47, 114, 153, 0.8);
	box-shadow: 0 2px 0 rgba(47, 114, 153, 0.8);
}
.lte8 .box-header-nav ul li.active .careers-number {
	behavior: url(PIE.php);
	-pie-box-shadow: 0 2px 0 rgba(47, 114, 153, 0.8);
}
.box-header-nav ul li.active .careers-text {
	color: #fff;
}

/* box-header-socials
---------------------------------------------*/
.box-header-socials {
	float: right;
	margin: 39px 26px 0 0;
}
.box-header-socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-header-socials ul li {
	float: left;
	margin-left: 17px;
}
.box-header-socials ul li:first-child {
	margin-right: 2px;
}
.box-header-socials ul li a {
	display: block;
	text-decoration: none;
}
.box-header-socials ul li span.icon {
	display: block;
	text-indent: -999em;
}


/* SECTION-PARALLAX
===============================================================================*/


.parallax {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#section-teaser .parallax {
	padding-top:111px;
}

.parallax img {
	display:block;
	min-width:100%;
}




/* SECTION-TEASER
===============================================================================*/

/* container
---------------------------------------------*/
#section-teaser {
	overflow: hidden;
	position: relative;
	z-index: 5;
	clear: both;
	padding-top: 111px;
}

/* box-teaser
---------------------------------------------*/
.box-teaser {
	position: relative;
	text-align: center;
}
.box-teaser:after {
	position: absolute;
	bottom: 0;
	left: 95px;
	content: '';
	display: block;
	visibility: visible;
	width: 800px;
	height: 19px;
	background: url(../img/bg.shadowSectionVA2.png) no-repeat;
}

/* box-teaser-description
---------------------------------------------*/
.box-teaser-description {
	margin: 148px 0 124px;
}
.box-teaser-description .title {
	position: relative;
	line-height: 151px;
	margin: 0;
	padding: 0;
	font-size: 151px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 3px #000;
	letter-spacing: 14.6px;
	word-spacing: 0;
	color: #fff;
}
.lte9 .box-teaser-description .title .text-shadow {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -5px;
	display: inline-block;
	color: #000;
    filter: alpha(opacity=60),
			progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}

/* box-teaser-button
---------------------------------------------*/
.box-teaser-button {
	position: relative;
	left: 12px;
	display:inline-block;
	width: 322px;
	margin-bottom: 102px;
	border: 1px solid #216389;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 #000;
	-moz-box-shadow: 0 1px 0 0 #000;
	-o-box-shadow: 0 1px 0 0 #000;
	box-shadow: 0 1px 0 0 #000;
}
.lte8 .box-teaser-button {
	behavior: url(PIE.php);
	-pie-box-shadow: 0 1px 0 0 #000;
}
.box-teaser-button a {
	position: relative;
	display: block;
	height: 79px;
	line-height: 79px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #30749c, 0 0 20px #30749c;
	letter-spacing: 1px;
	border: 0px solid transparent;
	border-top: 2px solid #69b3de;
	color: #fff;
	background: #419fd5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.lte8 .box-teaser-button a {
	behavior: url(PIE.php);
}
.box-teaser-button a:hover {
	background: #42a0d5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYTBkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI5ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #42a0d5 0%, #75b9e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a0d5), color-stop(100%,#75b9e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* IE10+ */
	background: linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* W3C */
}
.lte8 .box-teaser-button a:hover {
	behavior: url(PIE.php);
	-pie-background: linear-gradient(top, #42a0d5 0%,#75b9e1 100%);
}
.box-teaser-button a:active {
	border-top: 2px solid #2b6b91;
	background: #388dbe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4OGRiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODhkYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #388dbe 0%, #388dbe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388dbe), color-stop(100%,#388dbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* IE10+ */
	background: linear-gradient(top, #388dbe 0%,#388dbe 100%); /* W3C */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.lte8 .box-teaser-button a:active {
	behavior: url(PIE.php);
	-pie-background: linear-gradient(top, #388dbe 0%,#388dbe 100%);
	-pie-box-shadow: none;
}


/* SECTION-DATA-SERVICES
===============================================================================*/

/* container
---------------------------------------------*/
#section-data-services {
	position: relative;
	z-index: 5;
	overflow: hidden;
	clear: both;
	padding-top: 66px;
	background: #fff;
}

/* box-data-services-description
---------------------------------------------*/
.box-data-services-description {
	position: relative;
	z-index: 6;
	margin-bottom: -25px;
}
.box-data-services-description:before,
.box-data-services-description .bg {
	position: absolute;
	top: -66px;
	left: -502px;
	content: '';
	display: block;
	width: 2000px;
	height: 90px;
	background: url(../img/bg.boxDataServicesDescription.jpg) no-repeat;
}
.box-data-services-description .title {
	position: relative;
	top: 1px;
	left: 2px;
	width: 580px;
	line-height: 48px;
	margin: 0 auto 16px;
	padding: 0;
	font-size: 38px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3.8px;
	color: #000;
}
.box-data-services-description p {
	line-height: 32px;
	margin: 0 0 32px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000;
}

/* box-data-services-adds
---------------------------------------------*/
.box-data-services-adds {
	overflow: hidden;
	position: relative;
	z-index: 6;
	margin: 0 0 73px;
}
.box-data-services-adds .box-add {
	float: left;
	position: relative;
	width: 260px;
	width: 326px;
	min-height: 456px;
	margin: 41px 3px 0;
	padding-bottom: 42px;
	text-align: center;
}
.box-data-services-adds .box-add-ova {
	left: -4px;
}
.box-data-services-adds .box-add-vrs {
	left: 5px;
}
.box-data-services-adds .box-add-image {
	position: relative;
	margin-bottom: 29px;
}
.box-data-services-adds .box-add-ova .box-add-image {
	left: 2px;
}
.box-data-services-adds .box-add-va .box-add-image {
	left: 3px;
}
.box-data-services-adds .box-add-vrs .box-add-image {
	left: -2px;
}
.box-data-services-adds .box-add-image span.icon {
	display: inline-block;
	text-indent: -999em;
}
.box-data-services-adds .box-add-description .title {
	line-height: 32px;
	margin: 0 0 15px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	color: #419fd5;
}
.box-data-services-adds .box-add-description p, li{
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	color: #000;
}
.box-data-services-adds .box-add-description .reg{
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'st_ryde_regular', Arial, sans-serif;
    font-weight: thin;
    color: #000;
}
.box-data-services-adds .box-add-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.box-data-services-adds .box-add-more a {
	font-size: 24px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	color: #419fd5;
}
.box-data-services-adds .box-add-more a:hover {
	color: #000;
}


/* SECTION-VIDEO-AGGREGATION
===============================================================================*/

/* container
---------------------------------------------*/
#section-video-aggregation {
	position: relative;
	z-index: 5;
	overflow: hidden;
	clear: both;
}

/* box-video-aggregation
---------------------------------------------*/
.box-video-aggregation {
	position: relative;
	background: url(../img/bg.shadowSectionVA.png) 95px 0 no-repeat;
}

/* box-video-aggregation-description
---------------------------------------------*/
.box-video-aggregation-description {
	width: auto;
	margin: 0 39px -16px;
	padding-top: 86px;
}
.box-video-aggregation-description .title {
	position: relative;
	left: 2px;
	line-height: 40px;
	margin: 0 0 15px;
	padding: 0;
	font-size: 38px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3.8px;
	color: #fff;
}
.box-video-aggregation-description p {
	line-height: 32px;
	margin: 0 0 32px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	color: #fff;
}

/* box-video-aggregation-adds
---------------------------------------------*/
.box-video-aggregation-adds {
	overflow: hidden;
	width: auto;
	margin: 0 0 114px 115px;
	padding-top: 24px;
}
.box-video-aggregation-adds .box-add {
	float: left;
	position: relative;
	width: 204px;
	height: 204px;
	text-align: center;
	background: rgba(50, 218, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.lte8 .box-video-aggregation-adds .box-add {
	behavior: url(PIE.php);
	-pie-background: rgba(50, 218, 255, 0.5);
}
.box-video-aggregation-adds .box-add-uia {
	margin: -2px 0 0 -23px;
}
.box-video-aggregation-adds .box-add-epg {
	margin-left: -17px;
}
.box-video-aggregation-adds .box-add-api {
	margin-left: -20px;
}
.box-video-aggregation-adds .box-add-image {
	position: relative;
	margin-top: 56px;
}
.box-video-aggregation-adds .box-add-web .box-add-image {
	left: -1px;
}
.box-video-aggregation-adds .box-add-uia .box-add-image {
	top: 2px;
	left: 1px;
}
.box-video-aggregation-adds .box-add-epg .box-add-image {
	left: 2px;
}
.box-video-aggregation-adds .box-add-image span.icon {
	display: inline-block;
	text-indent: -999em;
}
.box-video-aggregation-adds .box-add-description {
	position: relative;
	margin-top: 17px;
}
.box-video-aggregation-adds .box-add-web .box-add-description {
	left: -1px;
}
.box-video-aggregation-adds .box-add-uia .box-add-description,
.box-video-aggregation-adds .box-add-epg .box-add-description {
	left: 1px;
}
.box-video-aggregation-adds .box-add-api .box-add-description {
	left: 4px;
}
.box-video-aggregation-adds .box-add-description .title {
	line-height: 21px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}


/* SECTION-AFFILIATE-SERVICES
===============================================================================*/

/* container
---------------------------------------------*/
#section-affiliate-services {
	position: relative;
	z-index: 5;
	clear: both;
	background: #fff;
}

/* box-affiliate-services
---------------------------------------------*/
.box-affiliate-services {
	position: relative;
	top: 0;
	left: -1px;
	min-height: 982px;
	padding: 0 1px 9px 0;
	background: #ededed url(../img/pattern.sectionAS.jpg);
}
.box-affiliate-services:before,
.box-affiliate-services .bg-top {
	position: absolute;
	top: -12px;
	left: -19px;
	content: '';
	display: block;
	width: 1016px;
	height: 12px;
	background: url(../img/bg.boxASTop.png) no-repeat;
}
.box-affiliate-services:after,
.box-affiliate-services .bg-bottom {
	position: absolute;
	bottom: -12px;
	left: -19px;
	content: '';
	display: block;
	visibility: visible;
	width: 1016px;
	height: 12px;
	background: url(../img/bg.boxASBottom.png) no-repeat;
}
.box-affiliate-services .shadow-top {
	position: absolute;
	top: -29px;
	left: 0px;
	content: '';
	display: block;
	width: 431px;
	height: 17px;
	background: url(../img/bg.shadowBoxASTop.png) no-repeat;
}
.box-affiliate-services .shadow-left {
	position: absolute;
	top: 0;
	left: -19px;
	content: '';
	display: block;
	width: 19px;
	height: 991px;
	background: url(../img/bg.shadowBoxASLeft.png) no-repeat;
}

/* box-affiliate-services-description
---------------------------------------------*/
.box-affiliate-services-description {
	overflow: hidden;
	position: relative;
	left: 4px;
	width: 880px;
	margin: 0 auto;
	text-align: center;
}
.box-affiliate-services-description .title {
	line-height: 45px;
	margin: 49px 0 11px;
	padding: 0;
	font-size: 38px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 3.7px;
	color: #000;
}
.box-affiliate-services-description p {
	line-height: 32px;
	margin: 0 0 32px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

/* box-affiliate-services-adds
---------------------------------------------*/
.box-affiliate-services-adds {
	position: relative;
	left: -1px;
	width: 565px;
	height: 50px;
	margin: -5px auto 0;
}
.box-affiliate-services-adds .box-add {
	position: absolute;
	top: 0;
	left: 0;
	width: 204px;
	height: 204px;
	text-align: center;
	background: #53d5f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.lte8 .box-affiliate-services-adds .box-add {
	behavior: url(PIE.php);
}
.box-affiliate-services-adds .box-add-tvl {
	top: 212px;
	left: 29px;
}
.box-affiliate-services-adds .box-add-tvl-combine {
	top: 137px;
	left: 84px;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	border-radius: none;
}
.box-affiliate-services-adds .box-add-vod {
	top: 29px;
	left: 182px;
}
.box-affiliate-services-adds .box-add-vod-combine {
	top: 144px;
	left: 276px;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	border-radius: none;
}
.box-affiliate-services-adds .box-add-mem {
	top: 212px;
	left: 340px;
}
.box-affiliate-services-adds .box-add-mem-combine {
	top: 339px;
	left: 179px;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	border-radius: none;
}
.box-affiliate-services-adds .box-add-image {
	overflow: hidden;
	position: relative;
	margin-top: 55px;
}
.box-affiliate-services-adds .box-add-tvl .box-add-image {
	left: 1px;
}
.box-affiliate-services-adds .box-add-vod .box-add-image {
	left: 2px;
	margin-top: 45px;
}
.box-affiliate-services-adds .box-add-mem .box-add-image {
	left: 4px;
}
.box-affiliate-services-adds .box-add-image span.icon {
	display: inline-block;
	text-indent: -999em;
}
.box-affiliate-services-adds .box-add-description {
	position: relative;
	margin-top: 21px;
}
.box-affiliate-services-adds .box-add-tvl .box-add-description {
	left: 1px;
}
.box-affiliate-services-adds .box-add-vod .box-add-description {
	left: 3px;
	margin-top: 15px;
}
.box-affiliate-services-adds .box-add-mem .box-add-description {
	top: -1px;
	left: 7px;
}
.box-affiliate-services-adds .box-add-description .title {
	line-height: 21px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #68a0c0;
	letter-spacing: 0.5px;
	color: #fff;
}


/* SECTION-RECOMMENDATION-SYSTEM
===============================================================================*/

/* container
---------------------------------------------*/
#section-recommendation-system {
	position: relative;
	z-index: 4;
	clear: both;
	padding-top: 231px;
}

/* box-recommendation-system-image
---------------------------------------------*/
.box-recommendation-system-image {
	position: relative;
	left: 4px;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	background: rgba(50, 218, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.lte8 .box-recommendation-system-image {
	behavior: url(PIE.php);
	-pie-background: rgba(50, 218, 255, 0.5);
}
.box-recommendation-system-image:after,
.box-recommendation-system-image .shadow {
	position: absolute;
	z-index: 3;
	top: 229px;
	left: 95px;
	top: 150px;
	left: -208px;
	content: '';
	display: block;
	width: 930px;
	height: 189px;
	background: url(../img/bg.shadowBoxRS2.png) no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.box-recommendation-system-image span.icon {
	position: relative;
	left: 5px;
	display: inline-block;
	margin-top: 98px;
	text-indent: -999em;
}

/* box-recommendation-system-description
---------------------------------------------*/
.box-recommendation-system-description {
	position: relative;
	left: -1px;
	z-index: 6;
	width: 974px;
	margin-top: -121px;
	padding: 0 0 30px 22px;
	text-align: center;
	background: #f1f1f1 url(../img/pattern.sectionRSDescription.jpg);
}
.box-recommendation-system-description:before,
.box-recommendation-system-description .bg-top {
	position: absolute;
	top: -102px;
	left: 0;
	content: '';
	display: block;
	width: 996px;
	height: 102px;
	background: url(../img/bg.boxRSDescriptionTop.png) no-repeat;
}
.box-recommendation-system-description:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.box-recommendation-system-description .shadow-top {
	position: absolute;
	top: -121px;
	left: 95px;
	left: 305px;
	display: block;
	width: 396px;
	height: 19px;
	background: url(../img/bg.shadowBoxRSDescriptionTop.png) -100px 0 no-repeat;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.box-recommendation-system-description .shadow-bottom {
	position: absolute;
	bottom: -27px;
	left: 95px;
	content: '';
	display: block;
	width: 800px;
	height: 45px;
	background: url(../img/bg.shadowBoxRSDescription.png) no-repeat;
}
.box-recommendation-system-description .title {
	position: relative;
	top: -57px;
	left: -6px;
	line-height: 43px;
	margin: 0 0 -46px;
	padding: 0;
	font-size: 38px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3.7px;
	color: #000;
}
.box-recommendation-system-description p {
	position: relative;
	left: 3px;
	line-height: 32px;
	margin: 0 60px 32px 32px;
	padding: 0;
	font-size: 24px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	color: #000;
}


/* SECTION-CONTACT
===============================================================================*/

/* container
---------------------------------------------*/
#section-contact {
	position: relative;
	z-index: 5;
	overflow: hidden;
	clear: both;
	background: #fff;
}

/* box-contact
---------------------------------------------*/
.box-contact {
	position: relative;
	left: -1px;
	width: 995px;
	margin: 58px 0 58px;
	border: 1px solid #dbdbdb;
	background: #eee url(../img/pattern.boxContactForm.jpg) -6px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.lte8 .box-contact {
	behavior: url(PIE.php);
}

/* box-contact-form
---------------------------------------------*/
.box-contact-form {
	overflow: hidden;
	position: relative;
	border: 0px solid transparent;
	border-top: 1px solid #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.lte8 .box-contact-form {
	behavior: url(PIE.php);
}
.box-contact-form  .title {
	float: left;
	width: 245px;
	line-height: 73px;
	margin: 42px 0 0 39px;
	padding: 0;
	font-size: 72px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 0 -1px 0 #4d85a6, 0 1px 0 #fff;
	letter-spacing: 1px;
	word-spacing: -0.5px;
	color: #6cbbe8;
}
.box-contact-form  .subtitle {
	float: right;
	width: 654px;
	line-height: 29px;
	margin: 18px 0 0;
	padding: 0 0 0 15px;
	font-size: 24px;
	font-family: 'st_ryde_mediummedium', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.1px;
	word-spacing: 0.5px;
	color: #a9a9a9;
}
.box-contact-form  .subtitle.marked {
	width: 653px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	margin: 7px 0 -1px;
	padding: 2px 0 6px 16px;
	color: #fff;
	background: rgba(144, 144, 144, 0.7);
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	-khtml-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.lte8 .box-contact-form  .subtitle.marked {
	behavior: url(PIE.php);
	-pie-background: rgba(144, 144, 144, 0.7);
}
.box-contact-form .form-contact {
	float: right;
	position: relative;
	width: 670px;
	margin: 0 0 18px;
	padding: 0;
	outline: 0;
}
.box-contact-form input,
.box-contact-form textarea {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'st_ryde_italicitalic', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	outline: 0;
	border: 1px solid #cfcfcf;
	color: #b1b1b1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.lte8 .box-contact-form input,
.lte8 .box-contact-form textarea {
	behavior: url(PIE.php);
}
.box-contact-form .form-email {
	margin-top: 13px;
}
.box-contact-form .form-email input {
	width: 399px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
}
.box-contact-form .form-message {
	margin-top: 10px;
}
.box-contact-form .form-message textarea {
	overflow: auto;
	width: 419px;
	height: 99px;
	min-width: 419px;
	max-width: 419px;
	min-height: 99px;
	max-height: 99px;
	line-height: 32px;
	padding-left: 20px;
	resize: none;
}
.opera .box-contact-form .form-message textarea {
	height: 91px;
	min-height: 91px;
	max-height: 91px;
	padding-top: 8px;
}
.box-contact-form .form-submit {
	position: absolute;
	z-index: 5;
	top: 100px;
	right: 15px;
	display: inline-block;
	border: 1px solid #216389;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 #000;
	-moz-box-shadow: 0 1px 0 0 #000;
	-o-box-shadow: 0 1px 0 0 #000;
	box-shadow: 0 1px 0 0 #000;
}
.lte8 .box-contact-form .form-submit {
	behavior: url(PIE.php);
	-pie-box-shadow: 0 1px 0 0 #000;
}
.box-contact-form .form-submit input {
	position: relative;
	display: inline-block;
	width: 196px;
	height: 60px;
	line-height: 60px;
	padding-bottom: 4px;
	font-size: 24px;
	font-family: 'st_ryde_boldbold', Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #30749c, 0 0 20px #30749c;
	letter-spacing: 0.6px;
	cursor: pointer;
	border: 0px solid transparent;
	border-top: 2px solid #69b3de;
	color: #fff;
	background: #419fd5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.lte8 .box-contact-form .form-submit input {
	behavior: url(PIE.php);
}
.opera .box-contact-form .form-submit input {
	padding: 0;
}
.box-contact-form .form-submit input:hover {
	background: #42a0d5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYTBkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI5ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #42a0d5 0%, #75b9e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a0d5), color-stop(100%,#75b9e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* IE10+ */
	background: linear-gradient(top, #42a0d5 0%,#75b9e1 100%); /* W3C */
}
.lte8 .box-contact-form .form-submit input:hover {
	behavior: url(PIE.php);
	-pie-background: linear-gradient(top, #42a0d5 0%,#75b9e1 100%);
}
.box-contact-form .form-submit input:active {
	border-top: 2px solid #2b6b91;
	background: #388dbe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4OGRiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODhkYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #388dbe 0%, #388dbe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388dbe), color-stop(100%,#388dbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #388dbe 0%,#388dbe 100%); /* IE10+ */
	background: linear-gradient(top, #388dbe 0%,#388dbe 100%); /* W3C */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.lte8 .box-contact-form .form-submit input:active {
	behavior: url(PIE.php);
	-pie-background: linear-gradient(top, #388dbe 0%,#388dbe 100%);
	-pie-box-shadow: none;
}


/* FOOTER
===============================================================================*/

/* container
---------------------------------------------*/
.footer {
	position: relative;
	z-index: 5;
	overflow: hidden;
	clear: both;
	padding-bottom: 33px;
	background: #afafaf url(../img/pattern.footer.jpg);
}

/* box-footer
---------------------------------------------*/
.box-footer {
	position: relative;
}
.box-footer:before,
.box-footer .shadow {
	position: absolute;
	top: -1px;
	left: 95px;
	content: '';
	display: block;
	width: 800px;
	height: 19px;
	background: url(../img/bg.shadowFooter.png) no-repeat;
}
.box-footer .box-in {
	float: left;
	margin-top: 22px;
}
.box-footer .box-in .title {
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}
.box-footer .box-in ul {
	margin: 9px 0 0;
	padding: 0;
	list-style: none;
}
.box-footer .box-in ul li {
	line-height: 18px;
	font-size: 12px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #fff;
}
.box-footer .box-in ul li a {
	text-decoration: none;
	color: #fff;
}
.box-footer .box-in p {
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-family: 'st_ryde_regularregular', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #fff;
}
.box-footer .box-in p a {
	text-decoration: none;
	color: #fff;
}
.box-footer .box-in img {
	outline: 0;
	border: none;
}

/* box-footer-company
---------------------------------------------*/
.box-footer-company {
	width: 247px;
	margin-left: 7px;
}

/* box-footer-social
---------------------------------------------*/
.box-footer-social {
	width: 249px;
}

/* box-footer-contact
---------------------------------------------*/
.box-footer-contact p {
	display: inline-block;
	width: 182px;
	vertical-align: top;
}
.box-footer-contact p.address {
	width: 206px;
}
.box-footer-contact p span.icon {
	display: inline-block;
	margin-left: 4px;
	text-indent: -999em;
}

/* box-footer-copyright
---------------------------------------------*/
.box-footer-copyright .image {
	margin-top: 4px;
}
.box-in.box-footer-copyright p {
	line-height: 25px;
	margin-top: 0;
	margin-left: -1px;
	font-size: 10px;
}

.box-add-logo {
	min-height: 90px !important;
	width: 277px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding-bottom: 0 !important;
	padding-top: 24px !important;
	margin: 5px 5px 5px 5px  !important;
	border-radius: 4px;
	box-shadow: 1px 2px 1px rgba(199,199,199,0.6), 0 0 5px white, 0 0 2px rgba(55,55,55,0.2);
	transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
	background-color: rgba(255,255,255,0.6);
}

.box-add-logo:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6), 0 0 5px white, 0 0 3px rgba(55,55,55,0.2);
	transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
	background-color: white;
}

.customer-logo {
	display: block;
	width: 240px !important;
	height: auto;
}

.logo-container {
	width: 287px !important;
}

.logo-container:hover .customer-logo-overlay {
	opacity: 1;
}

.logo-centered {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.customer-logo-overlay-burda {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}


/* container
---------------------------------------------*/
#section-references {
	position: relative;
	z-index: 6;
	clear: both;
	background: #fff;
}

/* box-references
---------------------------------------------*/
.box-references {
	position: relative;
	top: 0;
	left: -1px;
	min-height: 700px;
	padding: 0 1px 9px 0;
	background: #ededed url(../img/pattern.sectionAS.jpg);
}
.box-references:before,
.box-references .bg-top {
	position: absolute;
	top: -12px;
	left: -19px;
	content: '';
	display: block;
	width: 1016px;
	height: 12px;
	background: url(../img/bg.boxASTop.png) no-repeat;
}
.box-references:after,
.box-references .bg-bottom {
	position: absolute;
	bottom: -12px;
	left: -19px;
	content: '';
	display: block;
	visibility: visible;
	width: 1016px;
	height: 12px;
	background: url(../img/bg.boxASBottom.png) no-repeat;
}
.box-references .shadow-top {
	position: absolute;
	top: -29px;
	left: 0px;
	content: '';
	display: block;
	width: 431px;
	height: 17px;
	background: url(../img/bg.shadowBoxASTop.png) no-repeat;
}
.box-references .shadow-left {
	position: absolute;
	top: 0;
	left: -19px;
	content: '';
	display: block;
	width: 19px;
	height: 991px;
	background: url(../img/bg.shadowBoxASLeft.png) no-repeat;
}
