@charset "utf-8";
*{ font-style:normal}
div {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
/*首页关于我们*/
.hidden_about {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.hidden_about .anout_left {
	padding-left:3%;
	width:37%;
	padding-top: 5%;
	 filter:alpha(opacity=70);   
      -moz-opacity:0.7;   
      -khtml-opacity: 0.7;   
      opacity: 0.7; 
}
.hidden_about .anout_left .st {
	width: 100%;
	float: left;
	font-size: 32px;
	color: #ffffff;
}
.hidden_about .anout_left .co{
	width: 100%;
	color:#ffffff;
	  
	}
.hidden_about .anout_left .co p{
	font-size:12px;
	font-family:"Microsoft YaHei";
	}
.hidden_about .anout_left .bt{
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.constrain {
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 1600px
}
/*新闻内容*/
.grid-news-wsho {
	box-sizing: border-box;
	background-color: #ff282d;
}
.grid-news-wsho .wsho_left {
	width: 50%;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 15px 0 15px 5%;
	float: left;
	margin-bottom: 15px;
}
.grid-news-wsho .wsho_left img {
	float: left
}
.grid-news-wsho .wsho_left .wsho_sj {
	padding: 0 15px;
	margin: 5px 0;
	float: left;
	width: 78px;
	height: 68px;
	border-right: 2px solid #ffffff
}
.grid-news-wsho .wsho_left .wsho_sj strong {
	width: 100%;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	letter-spacing: 1px;
}
.grid-news-wsho .wsho_left .wsho_sj span {
	width: 100%;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
}
.grid-news-wsho .wsho_left .wsho_li {
	padding-left: 2%;
	float: left
}
.grid-news-wsho .wsho_left .wsho_li strong {
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	display: block;
	color: #ffffff;
	height: 44px;
	line-height: 44px
}
.grid-news-wsho .wsho_left .wsho_li span {
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	display: block;
	color: #ffffff;
	height: 24px;
	font-size: 12px;
	line-height: 24px
}
.grid-news-wsho .wsho_left:nth-child(1n+2) {
	border-right: 0px;
}
.grid-news-wsho .wsho_bt {
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.grid-section {
	box-sizing: border-box
}
.grid-section.no-gutter {
	padding: 0
}
.grid-section.no-gutter>.grid-row {
	margin-left: 0;
	margin-right: 0
}
.grid-section.no-gutter>.grid-row:before {
	margin-bottom: 0
}
.grid-section.no-gutter>.grid-row>.grid-item {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0
}
.grid-section.lr-gutter {
	padding-top: 0;
	padding-bottom: 0
}
.grid-row {
	list-style: none;
	box-sizing: border-box;
	padding: 0
}
.grid-row:after, .grid-row:before {
	content: '';
	display: block;
	clear: both;
	height: 0
}
.grid-row .gdb{
	    float: left;
    width: 370px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.grid-row .gdb:first-chird{
	margin-left:0px;
}
.grid-row.no-gutter {
	margin-left: 0;
	margin-right: 0
}
.grid-row.no-gutter:before {
	margin-bottom: 0
}
.grid-row.no-gutter>.grid-item {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0
}
.grid-row--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.grid-item {
	position: relative;
	min-height: 1px;
	box-sizing: border-box
}
.grid-section {
	padding: 20px
}
.grid-row {
	margin-left: -10px;
	margin-right: -10px
}
.grid-row:before {
	margin-bottom: -20px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 20px
}
.grid-row .gdb{
	    float: left;
    width: 370px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.grid-row .gdb:first-chird{
	margin-left:0px;
}
.grid-item {
	padding-left: 10px;
	padding-right: 10px;
	float: left
}
.col-1 {
	width: 8.33333333%
}
.col-2 {
	width: 16.66666667%
}
.col-3 {
	width: 25%
}
.col-4 {
	width: 33.33333333%
}
.col-5 {
	width: 41.66666667%
}
.col-6 {
	width: 50%
}
.col-7 {
	width: 58.33333333%
}
.col-8 {
	width: 66.66666667%
}
.col-9 {
	width: 75%
}
.col-10 {
	width: 83.33333333%
}
.col-11 {
	width: 91.66666667%
}
.col-1_1, .col-12 {
	width: 100%
}
.col-1_2 {
	width: 50%
}
.col-1_3 {
	width: 33.33333333%
}
.col-1_4 {
	width: 25%
}
.col-1_5 {
	width: 20%
}
.col-1_6 {
	width: 16.66666667%
}
.col-1_7 {
	width: 14.28571429%
}
.col-1_8 {
	width: 12.5%
}
.col-1_9 {
	width: 11.11111111%
}
.col-1_10 {
	width: 10%
}
.col-1_11 {
	width: 9.09090909%
}
.col-1_12 {
	width: 8.33333333%
}
.col-offset-0 {
	margin-left: 0
}
.col-offset-1 {
	margin-left: 8.33333333%
}
.col-offset-2 {
	margin-left: 16.66666667%
}
.col-offset-3 {
	margin-left: 25%
}
.col-offset-4 {
	margin-left: 33.33333333%
}
.col-offset-5 {
	margin-left: 41.66666667%
}
.col-offset-6 {
	margin-left: 50%
}
.col-offset-7 {
	margin-left: 58.33333333%
}
.col-offset-8 {
	margin-left: 66.66666667%
}
.col-offset-9 {
	margin-left: 75%
}
.col-offset-10 {
	margin-left: 83.33333333%
}
.col-offset-11 {
	margin-left: 91.66666667%
}
.col-offset-12 {
	margin-left: 100%
}
.col-pull-0 {
	right: auto
}
.col-pull-1 {
	right: 8.33333333%
}
.col-pull-2 {
	right: 16.66666667%
}
.col-pull-3 {
	right: 25%
}
.col-pull-4 {
	right: 33.33333333%
}
.col-pull-5 {
	right: 41.66666667%
}
.col-pull-6 {
	right: 50%
}
.col-pull-7 {
	right: 58.33333333%
}
.col-pull-8 {
	right: 66.66666667%
}
.col-pull-9 {
	right: 75%
}
.col-pull-10 {
	right: 83.33333333%
}
.col-pull-11 {
	right: 91.66666667%
}
.col-pull-12 {
	right: 100%
}
.col-push-0 {
	left: auto
}
.col-push-1 {
	left: 8.33333333%
}
.col-push-2 {
	left: 16.66666667%
}
.col-push-3 {
	left: 25%
}
.col-push-4 {
	left: 33.33333333%
}
.col-push-5 {
	left: 41.66666667%
}
.col-push-6 {
	left: 50%
}
.col-push-7 {
	left: 58.33333333%
}
.col-push-8 {
	left: 66.66666667%
}
.col-push-9 {
	left: 75%
}
.col-push-10 {
	left: 83.33333333%
}
.col-push-11 {
	left: 91.66666667%
}
.col-push-12 {
	left: 100%
}
.container {
	max-width: 900px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px
}
.container--nopadding {
	padding: 0
}
@font-face {
	font-family: HelveticaNeue-Bold;
	src: url(/App_Themes/iGuzzini/fonts/3091E2_1_0.eot);
	src: url(/App_Themes/iGuzzini/fonts/3091E2_1_0.eot?#iefix) format('embedded-opentype'), url(/App_Themes/iGuzzini/fonts/3091E2_1_0.woff) format('woff'), url(/App_Themes/iGuzzini/fonts/3091E2_1_0.svg#HelveticaNeue-Bold) format('svg'), url(/App_Themes/iGuzzini/fonts/3091E2_1_0.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: HelveticaNeue-Light;
	src: url(/App_Themes/iGuzzini/fonts/3091E2_0_0.eot);
	src: url(/App_Themes/iGuzzini/fonts/3091E2_0_0.eot?#iefix) format('embedded-opentype'), url(/App_Themes/iGuzzini/fonts/3091E2_0_0.woff) format('woff'), url(/App_Themes/iGuzzini/fonts/3091E2_0_0.svg#HelveticaNeue-Light) format('svg'), url(/App_Themes/iGuzzini/fonts/3091E2_0_0.ttf) format('truetype');
	font-weight: lighter;
	font-style: normal
}
@font-face {
	font-family: HelveticaNeue-Regular;
	src: url(/App_Themes/iGuzzini/fonts/3091E2_2_0.eot);
	src: url(/App_Themes/iGuzzini/fonts/3091E2_2_0.eot?#iefix) format('embedded-opentype'), url(/App_Themes/iGuzzini/fonts/3091E2_2_0.woff) format('woff'), url(/App_Themes/iGuzzini/fonts/3091E2_2_0.svg#HelveticaNeue-Regular) format('svg'), url(/App_Themes/iGuzzini/fonts/3091E2_2_0.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #fff
}
h1 strong {
	font-weight: 600
}
h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: -.01em;
	color: #8d8d8d;
	line-height: 1.1em
}
h3 {
	font-size: 22px
}
h3, h4 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h5, h6 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0
}
h6 {
	font-size: 16px
}
p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	/* font-size: 15px; */
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.5em;
}
p strong {
	font-weight: 700
}
a {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #333333;
	text-decoration: none;
	transition: color .2s linear;
}
a:visited {
	font-weight: 700
}
p>a {
	font-size: inherit
}
p>a:hover {
	text-decoration: underline
}
p>a:visited {
	color: #ff8e91
}
blockquote {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2em
}
img.align-full {
	display: block;
	width: 100%
}
img.align-max {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
.news-h2 {
	color: #333;
	margin: 20px 0
}
.news-h2, .news-h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.3
}
.news-h3 {
	color: #4c4c4c
}
.news-copy {
	font-size: 18px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.8;
	color: #666;
	margin: 20px 0;
	letter-spacing: normal
}
.grey {
	color: #8d8d8d
}
.grey-dark {
	color: #4c4c4c
}
h1+.grid-row, h1+p, h2+.grid-row {
	margin-top: 30px
}
h2+p {
	/* margin-top: 20px */
}
.cp-footer__content__section p+p {
	margin-top: 15px
}
img+.grid-row, p+.grid-row {
	margin-top: 50px
}
.grid-row+p {
	margin-top: 30px
}
@font-face {
	font-family: iconsfont_1467784590;
	src: url(../fonts/iconsfont_1467784590.eot);
	src: url(../fonts/iconsfont_1467784590.eot) format('embedded-opentype'), url(../fonts/iconsfont_1467784590.ttf) format('truetype'), url(../fonts/iconsfont_1467784590.woff) format('woff'), url(../fonts/iconsfont_1467784590.svg) format('svg');
	font-weight: 400;
	font-style: normal
}
.icon-after:after, .icon-before:before {
	font-family: iconsfont_1467784590;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: inherit;
	line-height: 1em;
	vertical-align: middle
}
.icon-before:before {
	float: left
}
.icon-before.arrow-down:before {
	content: '\ea01'
}
.icon-before.arrow-download:before {
	content: '\ea02'
}
.icon-before.arrow-left:before {
	content: '\ea03'
}
.icon-before.arrow-next:before {
	content: '\ea04'
}
.icon-before.arrow-prev:before {
	content: '\ea05'
}
.icon-before.arrow-right:before {
	content: '\ea06'
}
.icon-before.arrow-up:before {
	content: '\ea07'
}
.icon-before.article:before {
	content: '\ea08'
}
.icon-before.bubble:before {
	content: '\ea09'
}
.icon-before.calendar:before {
	content: '\ea0a'
}
.icon-before.camera:before {
	content: '\ea0b'
}
.icon-before.clock:before {
	content: '\ea0c'
}
.icon-before.close:before {
	content: '\ea0d'
}
.icon-before.delete:before {
	content: '\ea0e'
}
.icon-before.download:before {
	content: '\ea0f'
}
.icon-before.email:before {
	content: '\ea10'
}
.icon-before.event:before {
	content: '\ea11'
}
.icon-before.facebook:before {
	content: '\ea12'
}
.icon-before.fax:before {
	content: '\ea13'
}
.icon-before.filter:before {
	content: '\ea14'
}
.icon-before.full-screen:before {
	content: '\ea15'
}
.icon-before.google:before {
	content: '\ea16'
}
.icon-before.instagram:before {
	content: '\ea17'
}
.icon-before.issuu:before {
	content: '\ea18'
}
.icon-before.linkedin-inverse:before {
	content: '\ea19'
}
.icon-before.linkedin:before {
	content: '\ea1a'
}
.icon-before.office:before {
	content: '\ea1b'
}
.icon-before.phone:before {
	content: '\ea1c'
}
.icon-before.pin:before {
	content: '\ea1d'
}
.icon-before.pinterest:before {
	content: '\ea1e'
}
.icon-before.search:before {
	content: '\ea1f'
}
.icon-before.twitter:before {
	content: '\ea20'
}
.icon-before.url:before {
	content: '\ea21'
}
.icon-before.view-application:before {
	content: '\ea22'
}
.icon-before.view-product:before {
	content: '\ea23'
}
.icon-before.warning:before {
	content: '\ea24'
}
.icon-before.xing:before {
	content: '\ea25'
}
.icon-before.youtube:before {
	content: '\ea26'
}
.icon-after:after {
	float: right
}
.icon-after.arrow-down:after {
	content: '\ea01'
}
.icon-after.arrow-download:after {
	content: '\ea02'
}
.icon-after.arrow-left:after {
	content: '\ea03'
}
.icon-after.arrow-next:after {
	content: '\ea04'
}
.icon-after.arrow-prev:after {
	content: '\ea05'
}
.icon-after.arrow-right:after {
	content: '\ea06'
}
.icon-after.arrow-up:after {
	content: '\ea07'
}
.icon-after.article:after {
	content: '\ea08'
}
.icon-after.bubble:after {
	content: '\ea09'
}
.icon-after.calendar:after {
	content: '\ea0a'
}
.icon-after.camera:after {
	content: '\ea0b'
}
.icon-after.clock:after {
	content: '\ea0c'
}
.icon-after.close:after {
	content: '\ea0d'
}
.icon-after.delete:after {
	content: '\ea0e'
}
.icon-after.download:after {
	content: '\ea0f'
}
.icon-after.email:after {
	content: '\ea10'
}
.icon-after.event:after {
	content: '\ea11'
}
.icon-after.facebook:after {
	content: '\ea12'
}
.icon-after.fax:after {
	content: '\ea13'
}
.icon-after.filter:after {
	content: '\ea14'
}
.icon-after.full-screen:after {
	content: '\ea15'
}
.icon-after.google:after {
	content: '\ea16'
}
.icon-after.instagram:after {
	content: '\ea17'
}
.icon-after.issuu:after {
	content: '\ea18'
}
.icon-after.linkedin-inverse:after {
	content: '\ea19'
}
.icon-after.linkedin:after {
	content: '\ea1a'
}
.icon-after.office:after {
	content: '\ea1b'
}
.icon-after.phone:after {
	content: '\ea1c'
}
.icon-after.pin:after {
	content: '\ea1d'
}
.icon-after.pinterest:after {
	content: '\ea1e'
}
.icon-after.search:after {
	content: '\ea1f'
}
.icon-after.twitter:after {
	content: '\ea20'
}
.icon-after.url:after {
	content: '\ea21'
}
.icon-after.view-application:after {
	content: '\ea22'
}
.icon-after.view-product:after {
	content: '\ea23'
}
.icon-after.warning:after {
	content: '\ea24'
}
.icon-after.xing:after {
	content: '\ea25'
}
.icon-after.youtube:after {
	content: '\ea26'
}
.icon-bg.arrow-down {
	background-image: url(../fonts/icon_arrow-down.svg)
}
.icon-bg.arrow-down, .icon-bg.arrow-download {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.arrow-download {
	background-image: url(../fonts/icon_arrow-download.svg)
}
.icon-bg.arrow-left {
	background-image: url(../fonts/icon_arrow-left.svg)
}
.icon-bg.arrow-left, .icon-bg.arrow-next {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.arrow-next {
	background-image: url(../fonts/icon_arrow-next.svg)
}
.icon-bg.arrow-prev {
	background-image: url(../fonts/icon_arrow-prev.svg)
}
.icon-bg.arrow-prev, .icon-bg.arrow-right {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.arrow-right {
	background-image: url(../fonts/icon_arrow-right.svg)
}
.icon-bg.arrow-up {
	background-image: url(../fonts/icon_arrow-up.svg)
}
.icon-bg.arrow-up, .icon-bg.article {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.article {
	background-image: url(../fonts/icon_article.svg)
}
.icon-bg.bubble {
	background-image: url(../fonts/icon_bubble.svg)
}
.icon-bg.bubble, .icon-bg.calendar {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.calendar {
	background-image: url(../fonts/icon_calendar.svg)
}
.icon-bg.camera {
	background-image: url(../fonts/icon_camera.svg)
}
.icon-bg.camera, .icon-bg.clock {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.clock {
	background-image: url(../fonts/icon_clock.svg)
}
.icon-bg.close {
	background-image: url(../fonts/icon_close.svg)
}
.icon-bg.close, .icon-bg.delete {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.delete {
	background-image: url(../fonts/icon_delete.svg)
}
.icon-bg.download {
	background-image: url(../fonts/icon_download.svg)
}
.icon-bg.download, .icon-bg.email {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.email {
	background-image: url(../fonts/icon_email.svg)
}
.icon-bg.event {
	background-image: url(../fonts/icon_event.svg)
}
.icon-bg.event, .icon-bg.facebook {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.facebook {
	background-image: url(../fonts/icon_facebook.svg)
}
.icon-bg.fax {
	background-image: url(../fonts/icon_fax.svg)
}
.icon-bg.fax, .icon-bg.filter {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.filter {
	background-image: url(../fonts/icon_filter.svg)
}
.icon-bg.full-screen {
	background-image: url(../fonts/icon_full-screen.svg)
}
.icon-bg.full-screen, .icon-bg.google {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.google {
	background-image: url(../fonts/icon_google.svg)
}
.icon-bg.instagram {
	background-image: url(../fonts/icon_instagram.svg)
}
.icon-bg.instagram, .icon-bg.issuu {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.issuu {
	background-image: url(../fonts/icon_issuu.svg)
}
.icon-bg.linkedin-inverse {
	background-image: url(../fonts/icon_linkedin-inverse.svg)
}
.icon-bg.linkedin, .icon-bg.linkedin-inverse {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.linkedin {
	background-image: url(../fonts/icon_linkedin.svg)
}
.icon-bg.office {
	background-image: url(../fonts/icon_office.svg)
}
.icon-bg.office, .icon-bg.phone {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.phone {
	background-image: url(../fonts/icon_phone.svg)
}
.icon-bg.pin {
	background-image: url(../fonts/icon_pin.svg)
}
.icon-bg.pin, .icon-bg.pinterest {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.pinterest {
	background-image: url(../fonts/icon_pinterest.svg)
}
.icon-bg.search {
	background-image: url(../fonts/icon_search.svg)
}
.icon-bg.search, .icon-bg.twitter {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.twitter {
	background-image: url(../fonts/icon_twitter.svg)
}
.icon-bg.url {
	background-image: url(../fonts/icon_url.svg)
}
.icon-bg.url, .icon-bg.view-application {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.view-application {
	background-image: url(../fonts/icon_view-application.svg)
}
.icon-bg.view-product {
	background-image: url(../fonts/icon_view-product.svg)
}
.icon-bg.view-product, .icon-bg.warning {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.warning {
	background-image: url(../fonts/icon_warning.svg)
}
.icon-bg.xing {
	background-image: url(../fonts/icon_xing.svg)
}
.icon-bg.xing, .icon-bg.youtube {
	background-size: 16px 16px;
	background-repeat: no-repeat
}
.icon-bg.youtube {
	background-image: url(../fonts/icon_youtube.svg)
}
.hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	display: block!important
}
.pseudo-img__img, .showcase__img {
	display: block;
	position: relative;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}
.pseudo-img__img img, .showcase__img img {
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.placeholder {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background-color: #ebebeb;
	border: 1px solid #ccc;
	text-align: center
}
.placeholder:after {
	content: attr(data-label);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Arial;
	font-size: 20px;
	color: #8d8d8d;
	transform: translateX(-50%) translateY(-50%)
}
.vw-home {
	background-color: #f4f4f4
}
.vw-home__block {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	color: #000
}
.vw-home__block h2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: inherit;
	white-space: nowrap
}
.vw-home__block h2 strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.vw-home__block.white {
	color: #fff
}
.no-touch .vw-home__block:hover {
	color: #ff282d
}
.no-touch .vw-home__block:hover .cover-image {
	transform: scale(1.05) rotate(.001deg)
}
.vw-home__case-study {
	display: block;
	position: relative;
	background-color: #ff282d;
	padding-top: 100%
}
.vw-home__case-study__content {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 30px
}
.vw-home__case-study__label {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1em;
	color: #fff
}
.vw-home__case-study__title {
	display: block;
	margin: 5px 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -.02em;
	line-height: 1.5em;
	color: #fff
}
.vw-home__case-study__description {
	display: block;
	-ms-flex-positive: 2;
	flex-grow: 2;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #fff
}
.vw-home__case-study__cta {
	display: inline-block;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1em;
	color: #fff
}
.vw-home__case-study__cta:after {
	margin-left: 5px
}
.vw-home__case-study__image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.vw-home__case-study__image:before {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	top: 35px;
	left: 0;
	background-color: #ff282d;
	transform-origin: top left;
	transform: rotate(45deg)
}
.vw-home__news-events {
	display: block;
	position: relative;
	background-color: #ff282d;
	padding-top: 100%
}
.vw-home__news-events__content {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 30px
}
.vw-home__news-events__label {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1em;
	color: #fff
}
.vw-home__news-events__title {
	display: block;
	margin: 5px 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -.02em;
	line-height: 1.3em;
	color: #fff
}
.vw-home__news-events__description {
	display: block;
	-ms-flex-positive: 2;
	flex-grow: 2;
	margin-top: 5px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4em;
	color: #fff;
	overflow: hidden;
}
.vw-home__news-events__cta {
	display: inline-block;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1em;
	color: #fff;
	-ms-flex-item-align: start;
	align-self: flex-start;
	transition: color .2s linear
}
.vw-home__news-events__cta:after {
	margin-left: 5px;
	float: none;
	transition: margin-left .4s ease
}
.no-touch .vw-home__news-events__cta:hover {
	color: #ff282d;
}
.no-touch .vw-home__news-events__cta:hover:after {
	margin-left: 10px
}
.vw-home__news-events__image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden
}
.vw-home__news-events__image:before {
	display: block;
	position: absolute;
	z-index: 2;
	width: 34px;
	height: 34px;
	top: 35px;
	left: 0;
}
.no-touch .vw-home__news-events:hover .cover-image {
}
.vw-home__news-events--half {
	padding-top: 100%
}
.vw-home__news-events--half .vw-home__news-events__image {
	display: none
}
.vw-home__news-events--half .vw-home__news-events__content {
	width: 50%
}
.vw-home__articles-events {
	display: block;
	position: relative;
	padding-top: 100%;
	color: #2b2b2b
}
.no-touch .vw-home__articles-events:hover {
	color: #ff282d
}
.vw-home__articles-events.article .vw-home__articles-events__label:before {
	content: '\ea08'
}
.vw-home__articles-events.event .vw-home__articles-events__label:before {
	content: '\ea11'
}
.vw-home__articles-events.event .vw-home__articles-events__description {
	font-size: 14px
}
.vw-home__articles-events__content {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px
}
.vw-home__articles-events__label {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	color: #ff282d
}
.vw-home__articles-events__label strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.vw-home__articles-events__label:before {
	font-family: iconsfont_1467784590;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 10px
}
.vw-home__articles-events__title {
	display: block;
	max-width: 100%;
	margin: 5px 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 1.3em;
	color: inherit
}
.vw-home__articles-events__description {
	display: block;
	max-width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.3em;
	color: inherit
}
.vw-home__articles-events__cta {
	display: inline-block;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1em;
	color: inherit
}
.vw-home__articles-events__cta:after {
	margin-left: 5px
}
.vw-home__products {
	margin-top: 60px;
	margin-bottom: 30px
}
.vw-home__products strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.vw-home__products h2 {
	color: #2b2b2b;
	letter-spacing: -.02em;
	margin-bottom: 30px;
	text-align: center;
}
.vw-home__products .cp-product-slider {
	margin-left: -20px;
	margin-right: -20px
}
.vw-home__products--red-title h2 {
	color: #ff282d
}
.vw-home__products--big-title h2 {
	font-size: 36px;
	line-height: 1em
}
.vw-home__products--big-padding {
	margin: 15px
}
.vw-products {
	/* padding-bottom: 50px; */
	/* background-color: #f4f4f4; */
}
.vw-products .cp-featured-area, .vw-products .cp-product-list+.grid-section, .vw-products .cp-products-inspiration, .vw-products__projects {


	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-products__header {
	background-color: #ff282d;
	margin-bottom: 30px;
	padding: 0 20px 20px
}
.vw-products__view__input {
	display: none
}
.vw-products__view__buttons {
	font-size: 0;
	padding-bottom: 0;
	padding-top: 0
}
.vw-products__view__btn {
	display: inline-block;
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 20px 25px;
	background-color: #ebebeb;
	border: 1px solid #d4d4d4;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0;
	line-height: 30px;
	line-height: 1em;
	color: #8d8d8d;
	text-align: center;
	cursor: pointer;
	transition: background-color .15s linear, color .15s linear;
}
.vw-products__view__btn+.vw-products__view__btn {
	border-left: none
}
.vw-products__view__btn:after {
	float: none;
	font-size: 32px;
	line-height: 1em;
	color: #8d8d8d
}
.vw-products #productView:checked~.vw-products__view__buttons .view-product {
	background-color: #fff;
	color: #ff282d
}
.vw-products #productView:checked~.cp-product-list .cp-product-list__thumb__slider.product {
	opacity: 1;
	transform: translateY(0)
}
.vw-products #productView:checked~.cp-product-list .cp-product-list__thumb__slider.application {
	opacity: 0;
	transform: translateY(100%)
}
.vw-products #applicationView:checked~.vw-products__view__buttons .view-application {
	background-color: #fff;
	color: #ff282d
}
.vw-products #applicationView:checked~.cp-product-list .cp-product-list__thumb__slider.product {
	opacity: 0;
	transform: translateY(-100%)
}
.vw-products #applicationView:checked~.cp-product-list .cp-product-list__thumb__slider.application {
	opacity: 1;
	transform: translateY(0)
}
.vw-products .cp-product-list+.cp-products-brochure, .vw-products .cp-product-list+.cp-products-description {
	margin-top: 100px
}
.vw-products .cp-products-inspiration {
	margin-top: 50px
}
.vw-products__projects {
	display: block;
	padding: 20px
}
.vw-products__projects hr {
	display: block;
	height: 1px;
	background-color: #d4d4d4;
	border: none
}
.vw-products__projects h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	color: #8d8d8d;
	line-height: 1em;
	letter-spacing: -.01em;
	margin-top: 50px;
	margin-bottom: 50px
}
.vw-products__projects .cp-masonry__cell:after {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	opacity: 0;
	transition: opacity .3s linear
}
.no-touch .vw-products__projects .cp-masonry__cell:hover:after {
	opacity: 1
}
.vw-product {
	background-color: #f4f4f4
}
.vw-product h2 strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d
}
.vw-product hr {
	display: block;
	height: 1px;
	background-color: #d4d4d4;
	border: none;
	margin: 15px 30px
}
.vw-product .cp-product-codes>* {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-product .cp-product-codes .cp-product-codes__header-wrapper {
	max-width: 1660px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}
.vw-product .cp-product-codes+.grid-section>* {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-product .cp-product-slider {
	margin-left: -20px;
	margin-right: -20px
}
.vw-product .cp-video {
	max-width: 845px
}
.vw-product__header {
	position: static;
	z-index: 2;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-product__header h1 {
	transition: all .5s cubic-bezier(.215, .61, .355, 1) .3s;
	transform-origin: left
}
.vw-product__header .cp-breadcrumb {
	transition: height .5s cubic-bezier(.645, .045, .355, 1), opacity .3s linear .5s
}
.vw-product__description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #ebebeb
}
.ie9 .vw-product__description {
	position: relative
}
.vw-product__description .grid-section:not(.no-border)+.grid-section {
	padding-top: 40px
}
.vw-product__description .cp-side-nav {
	display: none;
	position: relative;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.vw-product__description__content {
	max-width: 1300px
}
.ie9 .vw-product__description__content {
	padding-left: 300px
}
.vw-product__description__content .mobile-breadcrumbs {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.2em;
	color: #ff282d;
	margin: 20px 20px 0
}
.vw-product__description__content .mobile-breadcrumbs:before {
	margin-right: 10px
}
.vw-product__codes {
	position: relative;
	background-color: #fff;
	margin-bottom: 50px
}
.vw-product__codes h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	color: #8d8d8d;
	padding-top: 20px;
	padding-bottom: 20px
}
.vw-product__codes ul {
	list-style: none
}
.vw-product__codes__filter {
	background-color: #ebebeb;
	margin-bottom: 30px;
	color: #000
}
.vw-product__codes__filter .cp-filter, .vw-product__codes__filter .cp-filter select {
	width: 100%
}
.vw-product__codes__header {
	z-index: 1;
	width: 100%;
	background-color: #f4f4f4;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #8d8d8d;
	display: none
}
.vw-product__codes__header .cp-table__cell {
	vertical-align: middle!important;
	font-size: 12px!important
}
.vw-product__codes__list {
	width: 100%;
	margin-top: 20px
}
.vw-product__codes__list a.cp-table__row {
	color: #8d8d8d
}
.no-touch .vw-product__codes__list a.cp-table__row:hover {
	color: #ff282d
}
.vw-product__codes .cp-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse
}
.vw-product__codes .cp-table__row.border {
	border-bottom: 1px solid #ebebeb
}
.vw-product__codes .cp-table__row.border:first-child {
	border-top: 1px solid #ebebeb
}
.vw-product__codes .cp-table__cell {
	vertical-align: top;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	padding: 15px 0
}
.vw-product__codes .cp-table__cell.thumb {
	width: 120px;
	padding-right: 20px
}
.vw-product__codes .cp-table__cell.thumb img {
	display: block;
	max-width: 100%;
	width: 100%
}
.vw-product__codes .cp-table__cell.button:after {
	float: none;
	font-size: 24px;
	line-height: 1em
}
.vw-product__codes .cp-table__cell.spaced {
	padding-bottom: 40px
}
.vw-code {
	background-color: #fff
}
.vw-code__header {
	background-color: #ebebeb;
	padding: 20px
}
.vw-code__header .cp-breadcrumb a, .vw-code__header .cp-breadcrumb a:before, .vw-code__header .cp-breadcrumb span {
	color: #8d8d8d
}
.vw-code__header h1 {
	color: #ff282d;
	padding-right: 0
}
.vw-code__header .social-buttons {
	white-space: nowrap;
	margin-left: -5px
}
.vw-code__header .social-buttons .btn-social {
	margin: 25px 5px 15px
}
.vw-code__alert {
	display: block;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #8d8d8d;
	margin-bottom: 30px
}
.vw-code__alert:before {
	display: inline-block;
	position: relative;
	height: 38px;
	margin-right: 20px;
	vertical-align: middle
}
.vw-code__alert.new:before {
	padding: 0 15px;
	content: 'new';
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background-color: #ff282d
}
.vw-code__alert.alert:before {
	padding: 0 10px;
	content: '\ea24';
	font-family: iconsfont_1467784590;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	background-color: #8d8d8d
}
.vw-code__details {
	display: block
}
.vw-code__details img {
	max-width: 100%
}
.vw-code__details__images {
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.vw-code__details__info {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 20px
}
.vw-code__details__box {
	margin-top: 30px;
	padding: 20px;
	background-color: #ebebeb
}
.vw-code__details__box h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.2em;
	color: #8d8d8d;
	letter-spacing: -.01em
}
.vw-code__details__box p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -.01em;
	line-height: 1.5em;
	color: #8d8d8d
}
.vw-code__details__box h3+p {
	margin-top: 20px
}
.vw-code__details__box p+p {
	margin-top: 15px
}
.vw-code__details__box+.vw-code__details__box {
	margin-top: 30px
}
.vw-code__details__box a {
	margin-top: 20px
}
.vw-code__details__box img.align-right {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px
}
.vw-code .cp-accordion {
	border-top: 1px solid #ebebeb
}
.vw-code .cp-accordion:last-of-type {
	border-bottom: 1px solid #ebebeb
}
.vw-code .cp-accordion.closed .cp-accordion__header {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	color: #8d8d8d
}
.vw-code .cp-accordion.closed .cp-accordion__header:after {
	content: '+'
}
.vw-code .cp-accordion__header {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: -.01em;
	color: #ff282d;
	padding: 30px 0
}
.vw-code .cp-accordion__header:after {
	content: '-';
	display: inline-block;
	float: right;
	width: 34px;
	text-align: center;
	color: #ff282d;
	margin-right: 15px
}
.vw-code .cp-filter option {
	text-transform: capitalize
}
.vw-code .cp-filter option:first-child {
	text-transform: none
}
.vw-code .container {
	padding: 0 20px;
	background-color: #000
}
.vw-code .container svg {
	width: 86px;
	height: 21px;
	margin: 0 0 65px
}
.vw-code .container svg path {
	fill: #ff282d
}
.vw-code .container h2 {
	font-size: 28px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.33333333;
	color: #fff
}
.vw-code .container .vw-code__header {
	padding: 40px 0;
	background-color: inherit
}
.vw-project {
	position: relative;
	background-color: #fff
}
.vw-project__header {
	background-color: #ebebeb;
	padding: 20px;
	padding-bottom: 0!important
}
.vw-project__header .cp-breadcrumb a, .vw-project__header .cp-breadcrumb a:before, .vw-project__header .cp-breadcrumb span {
	color: #8d8d8d
}
.vw-project__header h1 {
	color: #ff282d;
	padding-right: 0
}
.vw-project__info {
	background-color: #ebebeb;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px!important
}
.vw-project__info-inner {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 0
}
.vw-project__info .btn-social {
	margin: 25px 5px 15px
}
.vw-project__info:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.vw-project__location {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #8d8d8d;
	cursor: pointer;
	transition: color .3s ease
}
.vw-project__location:before {
	margin-right: 7px;
	font-size: 20px;
	line-height: 22px
}
.no-touch .vw-project__location:hover {
	color: #ff282d
}
.vw-project__application-areas {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #8d8d8d;
	font-size: 0;
	max-width: 900px
}
.vw-project__application-areas li {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.4em;
	color: #8d8d8d
}
.vw-project__application-areas li:not(:last-child):after {
	content: ',';
	margin-right: 5px
}
.vw-project__products {
	list-style: none;
	margin-top: 30px
}
.vw-project__product .cp-thumb__image {
	border: 1px solid #f4f4f4;
	border-bottom: none
}
.vw-project__product+.vw-project__product {
	margin-top: 20px
}
.vw-project__credits {
	list-style: none
}
.vw-project__credits li {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3em;
	color: #8d8d8d
}
.vw-project__credits li strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #333
}
.vw-project__credits li+li {
	margin-top: 20px
}
.vw-project__related {
	background-color: #f4f4f4
}
.vw-project__related h2 {
	margin-bottom: 20px
}
.vw-project__quote {
	margin-bottom: 30px
}
.vw-project__quote--covered.is-mobile {
	display: block
}
.vw-project__quote--covered.no-mobile {
	display: none
}
.vw-project__quote p.text {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.55em;
	color: #666;
	font-style: italic
}
h3+.vw-project__quote p.text {
	margin-top: 10px
}
.vw-project__quote p.text+footer {
	margin-top: 15px
}
.vw-project__quote footer {
	font-size: 14px;
	line-height: 1.285em
}
.vw-project__quote footer, .vw-project h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	color: #8d8d8d
}
.vw-project h2 {
	font-size: 26px;
	line-height: 1.2em
}
.vw-project h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	color: #8d8d8d
}
.vw-project p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4em!important;
	color: #666
}
.vw-project h2+p, .vw-project h3+p, .vw-project p+h2, .vw-project p+h3 {
	margin-top: 30px
}
.vw-project h2+h3 {
	margin-top: 20px
}
.vw-project h3+h2 {
	margin-top: 30px
}
.vw-project p+p {
	margin-top: 20px
}
.vw-project .social-buttons {
	white-space: nowrap;
	margin-left: -5px
}
.vw-galleries {
	background: #f4f4f4
}
.vw-galleries__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-galleries__description {
	background-color: #fff;
	padding: 20px
}
.vw-galleries__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.vw-galleries__description__cta {
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0;
	color: #666
}
.vw-galleries .cp-featured-area, .vw-galleries__description>* {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-galleries .cp-pagination {
	margin-top: 30px
}
.vw-news {
	padding-bottom: 50px;
	background-color: #f4f4f4
}
.vw-news__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-news h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #2b2b2b;
	letter-spacing: -.01em
}
.vw-news p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #8d8d8d;
	letter-spacing: -.01em
}
.vw-news-article {
	padding-bottom: 50px;
	background-color: #f4f4f4
}
.vw-news-article__hero-image {
	position: relative;
	width: 100%;
	height: 465px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}
.vw-news-article__hero-caption {
	text-align: right;
	font-size: 12px;
	line-height: 2em;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	letter-spacing: -.02em;
	color: #4c4c4c;
	padding: 5px 20px
}
.vw-news-article__date-wrapper {
	overflow: hidden;
	margin: 15px auto 25px
}
.vw-news-article__social {
	float: right
}
.vw-news-article__social .btn-social {
	margin-left: 10px;
	width: 55px
}
.vw-news-article__social .btn-social:before {
	font-size: 22px;
	line-height: 30px
}
.vw-news-article__social .btn-social:first-child {
	margin-left: 0
}
.vw-news-article__date {
	color: red;
	font-size: 14px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif
}
.vw-news-article__copy {
	margin: 15px 0 30px;
	font-size: 18px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.8;
	letter-spacing: normal;
	color: #4c4c4c
}
.vw-news-article__copy .generic-copy, .vw-news-article__copy p {
	font-size: 18px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.8;
	color: #666;
	margin: 20px 0;
	letter-spacing: normal
}
.vw-news-article__copy .generic-copy strong {
	font-weight: 700;
	color: #333
}
.vw-news-article__copy h1, .vw-news-article__copy h2 {
	color: #333;
	margin: 20px 0
}
.vw-news-article__copy h1, .vw-news-article__copy h2, .vw-news-article__copy h3 {
	line-height: 1.3;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -.02em
}
.vw-news-article__copy h3 {
	color: #4c4c4c
}
.vw-news-article__copy a {
	color: #ff282d;
	font-size: inherit;
	font-weight: inherit
}
.vw-news-article__copy .cp-generic-img {
	margin: 20px 0
}
.vw-news-article__copy .cp-generic-img img {
	width: 100%
}
.vw-news-article__social-btn {
	margin-left: 10px
}
.vw-news-article__social-btn:first-child {
	margin-left: 0
}
.vw-news-article__buttons {
	overflow: hidden;
	margin: 20px auto 15px
}
.vw-news-article__btn {
	border: 1px solid #d4d4d4;
	color: #8d8d8d
}
.no-touch .vw-news-article__btn:hover {
	background: #ebebeb
}
.no-touch .vw-news-article__btn.disable:hover {
	color: #8d8d8d
}
.vw-news-article__btn--left {
	float: left
}
.vw-news-article__btn--right {
	float: right
}
.vw-news-article__more-news {
	padding: 20px 20px 0
}
.vw-news-article__more-headline {
	padding-top: 30px;
	border-top: 1px solid #d4d4d4;
	font-size: 24px;
	letter-spacing: -.02em;
	color: #4c4c4c;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	line-height: 1
}
.vw-news-article__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	top: 0;
	left: 0
}
.more-items {
	padding: 20px 20px 0
}
.more-items__headline {
	padding-top: 30px;
	border-top: 1px solid #d4d4d4;
	font-size: 24px;
	letter-spacing: -.02em;
	color: #4c4c4c;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	line-height: 1
}
.news-h2 {
	color: #333;
	margin: 20px 0
}
.news-h2, .news-h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -.02em
}
.news-h3 {
	color: #4c4c4c
}
.vw-events {
	background: #f5f5f5;
	padding-bottom: 50px
}
.vw-events__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-events__top {
	display: none;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #8d8d8d;
	border-right: none;
	border-left: none;
	margin-bottom: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;
	color: #333
}
.vw-events__top .cp-table__cell {
	vertical-align: top
}
.vw-events__top .cp-table__cell:first-child {
	min-width: 190px
}
.vw-events__top .cp-table__cell:nth-child(2) {
	width: 100%
}
.vw-events__top .cp-table__cell:nth-child(3), .vw-events__top .cp-table__cell:nth-child(4) {
	min-width: 180px
}
.vw-events__top .cp-table__cell:last-child {
	min-width: 150px
}
.vw-events__hero-caption {
	text-align: right;
	font-size: 12px;
	line-height: 2em;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	letter-spacing: -.02em;
	color: #4c4c4c;
	padding: 5px 20px;
	min-height: 35px
}
.vw-events__list__row:last-child .cp-event-thumb {
	border-bottom: none
}
.vw-events__details {
	margin: 30px auto;
	padding-top: 1px
}
.vw-events__copy {
	margin: 15px 0 30px;
	font-size: 18px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.8;
	color: #4c4c4c
}
.vw-events__copy .generic-copy, .vw-events__copy p {
	font-size: 18px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.8;
	color: #666;
	margin: 20px 0;
	letter-spacing: normal
}
.vw-events__copy h1, .vw-events__copy h2 {
	color: #333;
	margin: 20px 0
}
.vw-events__copy h1, .vw-events__copy h2, .vw-events__copy h3 {
	line-height: 1.3;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -.02em
}
.vw-events__copy h3 {
	color: #4c4c4c
}
.vw-events__copy a {
	color: #ff282d;
	font-size: inherit;
	font-weight: inherit
}
.vw-events__copy .cp-generic-img {
	margin: 20px 0
}
.vw-events__copy .cp-generic-img img {
	width: 100%
}
.vw-events__event-buttons {
	margin: 20px 0
}
.vw-events .vw-events__event-btn {
	display: inline-block;
	margin: 0 20px 20px 0;
	max-width: none;
	min-width: 215px;
	font-size: 14px
}
.vw-events .vw-events__event-btn:after {
	font-size: 18px
}
.vw-events__more-headline {
	padding-top: 30px;
	border-top: 1px solid #d4d4d4;
	font-size: 24px;
	letter-spacing: -.02em;
	color: #4c4c4c;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	line-height: 1
}
.vw-events .btn-social {
	margin-left: 25px;
	width: 55px
}
.vw-events .btn-social:before {
	font-size: 22px;
	line-height: 30px
}
.vw-events .btn-social:first-child {
	margin-left: 0
}
.vw-events__map-container {
	margin: 20px 0
}
.vw-events__map-head {
	font-size: 16px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02 em;
	color: #8d8d8d;
	margin-bottom: 10px
}
.vw-events__tab ul {
	list-style-type: none
}
.vw-events__tab ul:after {
	content: "";
	display: block;
	clear: both
}
.vw-events__tab li {
	float: left;
	width: 50%
}
.vw-events__tab span {
	display: block
}
.vw-events__tab input[type=radio]:checked+label {
	background-color: #fff
}
.vw-events__tab input[type=radio]+label {
	width: 100%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #ebebeb;
	border: 1px solid #d4d4d4;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1em;
	color: #8d8d8d;
	text-align: center;
	cursor: pointer;
	transition: background-color .15s linear, color .15s linear
}
.vw-events__tab input[type=radio]+label:before {
	display: none!important
}
.vw-events__tab li+li input[type=radio]+label {
	border-left: none
}
.vw-events .hidden {
	display: none!important
}
.vw-events--item {
	padding-bottom: 50px
}
.events-form {
	background: #f4f4f4;
	color: #ff282d
}
.events-form input, .events-form select, .events-form textarea {
	display: block;
	width: 100%;
	color: #d4d4d4
}
.events-form select {
	font-size: 18px
}
.events-form textarea {
	height: 250px
}
.events-form input.filled~label, .events-form input:focus~label, .events-form textarea.filled~label, .events-form textarea:focus~label {
	display: none
}
.events-form label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: lighter;
	font-size: 1em;
	line-height: 1.3em;
	color: #d4d4d4;
	cursor: text;
	padding: 1.9em 1.25em
}
.events-form label, .events-form label small {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif
}
.events-form label small {
	line-height: 1.5
}
.events-form input[type=text] {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif
}
.events-form__attendee {
	text-align: center;
	font-weight: 700;
	margin-bottom: -25px
}
.events-form__required {
	float: left;
	font-size: 12px
}
.events-form__addAttendee {
	float: right;
	font-weight: 700
}
.events-form__attendeesAmount {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.events-form .cp-form {
	margin-top: 30px
}
.events-form .cp-form__error {
	color: #ff282d
}
.events-form .cp-form--step1 {
	margin-top: 10px
}
.events-form .cp-form__field {
	position: relative;
	margin-bottom: 20px
}
.events-form .cp-form__field--step1 {
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin-right: 1em
}
.events-form .cp-form__field--step1 input[type=text] {
	padding: 1.4em .9em
}
.events-form .cp-form__field--step1:nth-child(1) {
	width: 3.8em
}
.events-form .cp-form__field--step1:nth-child(2), .events-form .cp-form__field--step1:nth-child(3) {
	width: 6.2em
}
.events-form .cp-form__field--step1:after {
	content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
	color: #8d8d8d;
	position: absolute;
	right: -.9em;
	top: 0;
	line-height: 4.5em;
	display: inline-block
}
.events-form .cp-form__field--step1:nth-child(3):after {
	content: none
}
.events-form .cp-form__field--step2 {
	text-align: center;
	font-size: 1em;
	display: inline-block
}
.events-form .cp-form__field--step2:nth-child(1), .events-form .cp-form__field--step2:nth-child(2) {
	width: 50%;
	float: left
}
.events-form .cp-form__field--step2:nth-child(2) {
	margin-left: -1px
}
.events-form .cp-form__field--step2:nth-child(3) {
	width: 100%
}
.events-form .cp-form__field.invalid input, .events-form .cp-form__field.invalid select, .events-form .cp-form__field.invalid textarea {
	border-color: #ff282d
}
.events-form .cp-form__field.invalid input[type=checkbox]+label:before {
	border: 1px solid #ff282d;
	transition: border .1s ease-out
}
.events-form .cp-form__field.invalid input[type=checkbox]+label:hover:before {
	border: 1px solid #ebebeb
}
.events-form .cp-form__field.invalid:after {
	content: attr(error-message);
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.01em;
	color: #ff282d
}
.events-form .cp-form input[type=checkbox]+label {
	padding-left: 45px;
	padding-bottom: 0
}
.events-form .cp-form input[type=checkbox]+label:before {
	top: 27px
}
.no-touch .events-form .cp-form input[type=checkbox]:hover, .no-touch .events-form .cp-form input[type=email]:hover, .no-touch .events-form .cp-form input[type=tel]:hover, .no-touch .events-form .cp-form input[type=text]:hover, .no-touch .events-form .cp-form select:hover, .no-touch .events-form .cp-form textarea:hover {
	border: 1px solid #ebebeb
}
.events-form .cp-form [type=submit] {
	cursor: pointer
}
.events-form__smalltext {
	display: block;
	position: relative;
	margin-top: 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #8d8d8d;
	text-align: center
}
.events-form .underline {
	border-bottom: 1px solid currentColor
}
.events-form .cp-featured-area {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.events-form .center {
	width: 100%;
	text-align: center
}
.events-form .pagination__block {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8d8d8d;
	letter-spacing: 0
}
.events-form .pagination__block:after, .events-form .pagination__block:before {
	content: "";
	position: absolute;
	width: 50%;
	top: .8em;
	border-bottom: 1px solid #d4d4d4
}
.events-form .pagination__block:before {
	left: -80%
}
.events-form .pagination__block:after {


	right: -80%
}
.events-form__nextBtn {
	display: inline-block;
	position: relative
}
.events-form__nextBtn:after {
	position: absolute;
	right: 1em;
	top: 1.2em;
	color: #fff
}
.events-form__nextBtn:hover:after {
	color: #8d8d8d
}
.events-form__nextBtn input {
	cursor: pointer
}
.events-form__title {
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	margin-top: 20px
}
.events-form__title--bold {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.events-form__subtitle {
	font-size: 16px;
	text-align: center;
	line-height: 1
}
.events-form__subtitle--lager {
	font-size: x-large
}
.thanks-block {
	text-align: center;
	padding: 170px 0
}
.thanks-block__title {
	color: #ff282d
}
.thanks-block__text {
	font-size: 32px;
	margin-top: 0
}
.vw-lightisback {
	background: #f4f4f4
}
.vw-lightisback__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-lightisback__description {
	max-width: 1200px;
	padding: 20px
}
.vw-lightisback__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.vw-lightisback__description__cta {
	display: inline-block;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0;
	color: #666
}
.vw-case-study {
	background-color: #fff;
	padding-bottom: 50px
}
.vw-case-study__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-case-study__about {
	background-color: #f4f4f4
}
.vw-case-study__about p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #8d8d8d;
	letter-spacing: -.02em;
	line-height: 1.75em
}
.vw-case-study__about p strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #333
}
.vw-case-study__about .js-map {
	border: 1px solid #d4d4d4;
	margin-top: 20px;
	margin-bottom: 30px
}
.vw-case-study__about__info {
	list-style: none
}
.vw-case-study__about__info li {
	margin: 10px 0;
	color: #666;
	font-size: 14px
}
.vw-case-study__about .btn-social {
	margin-right: 13px;
	margin-left: 0
}
.vw-case-study__about .btn-social:first-child {
	margin-right: 0
}
.vw-case-study__about__products {
	display: block;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px
}
.vw-case-study__about__product {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	padding: 10px
}
.vw-case-study__about__product img {
	display: block;
	width: 100%
}
.vw-case-study__about__product span {
	position: absolute;
	bottom: 0;
	left: 5px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: -.02em;
	color: #8d8d8d;
	padding: 10px
}
.vw-case-study__about .social-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	white-space: nowrap;
	margin-left: -5px
}
.vw-case-study__description {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	color: #8d8d8d;
	letter-spacing: -.02em;
	line-height: 1.2
}
.vw-case-study__content {
	overflow: hidden
}
.vw-case-study__content section hr {
	display: block;
	height: 1px;
	border: none;
	background-color: #ebebeb;
	margin-top: 70px;
	margin-bottom: 70px
}
.vw-case-study__content .cp-case-study-html-text {
	padding: 30px 0
}
.vw-case-study__products {
	background-color: #f4f4f4;
	padding-bottom: 30px
}
.vw-case-study__products h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #8d8d8d;
	padding: 0 20px;
	margin: .5em 0 1.222em
}
.vw-case-study__nav {
	display: block;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
.vw-case-study__nav__next, .vw-case-study__nav__prev {
	display: block;
	position: relative;
	min-height: 200px;
	background-position: 50%;
	background-size: cover;
	overflow: hidden
}
.vw-case-study__nav__next img, .vw-case-study__nav__prev img {
	position: relative;
	z-index: -1
}
.vw-case-study__nav__next:after, .vw-case-study__nav__prev:after {
	content: '\ea05';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	font-family: iconsfont_1467784590;
	font-size: 24px;
	color: #fff;
	text-align: center;
	transition: color .2s linear, left .2s ease, right .2s ease
}
.no-touch .vw-case-study__nav__next:hover:after, .no-touch .vw-case-study__nav__prev:hover:after {
	color: #ff282d
}
.no-touch .vw-case-study__nav__next:hover .cover-image, .no-touch .vw-case-study__nav__prev:hover .cover-image {
	transform: scale(1.05) rotate(.001deg)
}
.no-touch .vw-case-study__nav__prev:hover:after {
	left: -5px
}
.vw-case-study__nav__next:after {
	content: '\ea04';
	left: auto;
	right: 0
}
.no-touch .vw-case-study__nav__next:hover:after {
	right: -5px
}
.vw-case-study__nav__text {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 300px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.02em;
	font-size: 24px;
	line-height: 1.2em
}
.vw-case-study__nav__text__label {
	font-size: 16px
}
.vw-search {
	padding-bottom: 50px;
	background-color: #f4f4f4
}
.vw-search__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-search h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #2b2b2b;
	letter-spacing: -.01em
}
.vw-search p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #8d8d8d;
	letter-spacing: -.01em
}
.vw-search .grid-section:after {
	content: '';
	display: block;
	position: relative;
	height: 1px;
	background-color: #d4d4d4;
	margin-top: 30px
}
.vw-careers {
	background: #f4f4f4
}
.vw-careers__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-careers__intro {
	background-color: #fff;
	padding: 40px 20px
}
.vw-careers__intro p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d;
	margin-bottom: .5em
}
.vw-careers__intro__cta {
	display: inline-block;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0;
	color: #8d8d8d
}
.vw-careers__intro>* {
	display: block;
	max-width: 1600px;
	margin-left: auto!important;
	margin-right: auto!important;
	padding-right: 15%
}
.vw-careers__overview {
	margin-top: 30px
}
.vw-careers__overview h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3em;
	letter-spacing: 0;
	color: #8d8d8d
}
.vw-careers__overview__details {
	margin-top: 15px;
	list-style: none
}
.vw-careers__overview__details li {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #8d8d8d
}
.vw-careers__overview__details li strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.vw-careers__overview__details li:before {
	display: inline-block;
	line-height: 20px;
	margin-right: 5px
}
.vw-careers__overview__details li+li {
	margin-left: 20px
}
.vw-careers__description hr {
	display: block;
	height: 1px;
	border: none;

	background-color: #d4d4d4;
	margin-bottom: 50px
}
.vw-careers__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #8d8d8d;
	line-height: 1.3em;
	letter-spacing: 0
}
.vw-careers__description p+p {
	margin-top: 20px
}
.vw-careers__description p+.btn-simple {
	margin-top: 30px
}
.vw-careers__description a {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 18px;
	color: #8d8d8d;
	line-height: 1.3em;
	letter-spacing: 0
}
.no-touch .vw-careers__description a:hover {
	color: #5a5a5a
}
.vw-careers__jobs {
	display: table;
	width: 100%;
	max-width: 1660px;
	margin-left: auto;
	margin-right: auto
}
.vw-careers__jobs h2 {
	margin-bottom: 25px
}
.vw-careers__jobs__col {
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #8d8d8d;
	padding: 20px 0;
	vertical-align: middle;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.vw-careers__jobs__col:before {
	content: attr(data-label);
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.vw-careers__jobs__col:first-child {
	text-align: left;
	border-width: 2px 0 0
}
.vw-careers__jobs__col:last-child {
	padding-bottom: 40px
}
.vw-careers__jobs__col:last-child:before {
	content: normal
}
.vw-careers__jobs__col h3, .vw-careers__jobs__col strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.vw-careers__jobs__col h3 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: -.02em;
	color: #ff282d;
	margin-bottom: 10px
}
.vw-careers__jobs__row {
	display: table-row
}
.vw-careers__jobs__row:first-of-type {
	display: none
}
.vw-careers__images {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-careers__images:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.vw-careers__image {
	display: block;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}
.vw-careers__image.size-1-1 {
	width: 25%;
	padding-top: 25%
}
.vw-careers__image.size-2-1 {
	width: 50%;
	padding-top: 25%
}
.vw-careers__image.size-1-2 {
	width: 25%;
	padding-top: 50%
}
.vw-product-landing__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-product-landing__hero {
	height: 500px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 48px;
	letter-spacing: -.02em;
	color: #fff;
	padding: 20px
}
.vw-product-landing__family {
	background-color: #f4f4f4;
	margin-bottom: 100px;
	padding-top: 20px;
	padding-bottom: 20px
}
.vw-product-landing .cp-featured-area, .vw-product-landing>div:not(.vw-product-landing__hero)+div {
	margin-top: 100px
}
.vw-new-products {
	background: #f4f4f4
}
.vw-new-products__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-new-products__thumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #000;
	min-height: 300px;
	padding: 20px
}
.ie9 .vw-new-products__thumb {
	display: block
}
.vw-new-products__thumb h2 {
	font-size: 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #ff282d;
	position: relative;
	z-index: 1
}
.vw-new-products__thumb p {
	margin-top: 15px;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 25px;
	line-height: .8em;
	letter-spacing: -.02em;
	color: #fff;
	z-index: 1
}
.no-touch .vw-new-products__thumb:hover .cover-image {
	transform: scale(1.05) rotate(.001deg)
}
.vw-new-products__thumb .cover-image {
	position: relative;
	height: 235px;
	margin-top: 10px
}
.vw-new-products__thumb .cover-image:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
	background-color: #000
}
.vw-new-products__thumb .cover-image.hidden:after {
	transform: scaleY(1)
}
.vw-new-products__thumb .cover-image:not(.hidden):after {
	transform: scaleY(0);
	transition: transform 1.2s cubic-bezier(.645, .045, .355, 1)
}
.vw-new-products__thumb h2, .vw-new-products__thumb p {
	opacity: 1
}
.vw-new-products__thumb.hidden h2, .vw-new-products__thumb.hidden p {
	opacity: 0
}
.vw-new-products__thumb:not(.hidden) h2, .vw-new-products__thumb:not(.hidden) p {
	transition: opacity 1.2s linear
}
.vw-new-products .vw-new-products__buttons {
	min-height: 170px;
	opacity: 1;
	transform: none
}
.vw-new-products .vw-new-products__buttons.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-new-products .vw-new-products__buttons:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow {
	margin: 30px 20px 0 0;
	width: 100%;
	padding-right: 25px;
	max-width: 200px;
	font-size: 14px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow:hover {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow.icon-after:after {
	font-size: 22px!important
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow.hidden {
	display: none
}
.vw-contact {
	background: #f4f4f4
}
.vw-contact__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-contact h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3em
}
.vw-contact h2, .vw-contact h3 {
	color: #8d8d8d;
	letter-spacing: -.02em
}
.vw-contact h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35em
}
.vw-contact p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57em;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.vw-contact__offices {
	display: none
}
.vw-contact__headquarters {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}
.ie9 .vw-contact__headquarters {
	display: block;
	position: relative
}
.vw-contact__headquarters__map {
	display: none;
	background-color: #8d8d8d
}
.vw-contact__headquarters__info {
	width: 100%;
	background-color: #fff;
	padding: 30px
}
.vw-contact__headquarters__contacts {
	list-style: none;
	margin-top: 20px
}
.vw-contact__headquarters__contacts li {
	font-size: 0
}
.vw-contact__headquarters__contacts li+li {
	margin-top: 5px
}
.vw-contact__headquarters__contact {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.vw-contact__headquarters__contact:before {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}
.vw-contact__network {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}
.ie9 .vw-contact__network {
	display: block;
	position: relative
}
.vw-contact__network__map {
	display: none;
	background-color: #8d8d8d
}
.vw-contact__network__info {
	width: 100%;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.vw-contact__network__content {
	-ms-flex-positive: 1;

	flex-grow: 1;
	padding: 30px
}
.vw-contact__network__content select {
	width: 100%;
	margin-top: 20px;
	padding: 13px 50px 16px 20px
}
.vw-contact__network__content select:empty {
	display: none
}
.vw-contact__network__map-key {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 15px 20px;
	background-color: #e7e7e7;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.ie9 .vw-contact__network__map-key {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.vw-contact__network__map-key li {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: -.02em;
	text-align: center
}
.vw-contact__network__map-key li img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: auto;
	height: 30px
}
.vw-contact__network__map-key--local {
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 76px
}
.vw-contact__network__map-key--local li {
	display: none;
	margin: 0 7px
}
.vw-contact__network__map-key--local li.is-active {
	display: inline-block
}
.vw-contact-country {
	background: #f4f4f4
}
.vw-contact-country__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-contact-country h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.3em;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.vw-contact-country h3 {
	font-size: 16px;
	line-height: 1.35em;
	color: #8d8d8d
}
.vw-contact-country h3, .vw-contact-country h4 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em
}
.vw-contact-country h4 {
	font-size: 13px;
	line-height: 1.3em;
	color: #ff282d
}
.vw-contact-country p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.57em;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.vw-contact-country__locations {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}
.ie9 .vw-contact-country__locations {
	display: block;
	position: relative
}
.vw-contact-country__locations__map {
	display: none;
	background-color: #8d8d8d
}
.vw-contact-country__locations__info {
	width: 100%
}
.vw-contact-country__locations__info select {
	width: 100%;
	margin-top: 20px;
	padding : 13px 50px 16px 20px
}
.vw-contact-country__locations__scrolled {
	width: 100%;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative
}
.vw-contact-country__locations__scrolled::-webkit-scrollbar {
display:block;
width:2px
}
.vw-contact-country__locations__scrolled::-webkit-scrollbar-thumb {
background:#8d8d8d
}
.vw-contact-country__locations__content {
	padding: 30px
}
.vw-contact-country__locations__contact {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d;
	letter-spacing: -.02em;
	margin-top: 5px
}
.vw-contact-country__locations__contact:first-of-type {
	margin-top: 20px
}
.vw-contact-country__locations__contact:before {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}
.vw-contact-country__locations__offices {
	list-style: none
}
.vw-contact-country__locations__offices li {
	border-bottom: 1px solid #f4f4f4
}
.vw-contact-country__locations__offices li:first-child {
	border-top: 1px solid #f4f4f4
}
.vw-contact-country__locations__offices li[data-type="1"] .cp-accordion__button h3 {
	color: #8d8d8d
}
.vw-contact-country__locations__offices .cp-accordion__button {
	position: relative;
	padding: 15px 30px 15px 0
}
.vw-contact-country__locations__offices .cp-accordion__button h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: -.02em;
	color: #ff282d
}
.vw-contact-country__locations__offices .cp-accordion__button p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.vw-contact-country__locations__offices .cp-accordion__button:after {
	content: '\ea07';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-family: iconsfont_1467784590;
	font-size: 20px;
	line-height: 1em
}
.vw-contact-country__locations__offices .cp-accordion__content {
	padding-bottom: 15px
}
.vw-contact-country__locations__offices .cp-accordion.closed .cp-accordion__button:after {
	content: '\ea01'
}
.vw-contact-country__locations__offices+h4 {
	margin-top: 25px
}
.vw-contact-form {
	background: #f4f4f4
}
.vw-contact-form__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-contact-form__subtitle {
	background-color: #fff;
	padding: 40px 20px
}
.vw-contact-form__subtitle>* {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-contact-form h2 {
	font-size: 42px
}
.vw-contact-form h2, .vw-contact-form h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.vw-contact-form h3 {
	font-size: 26px
}
.vw-contact-form p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d;
	margin-top: 10px
}
.vw-contact-form input, .vw-contact-form select, .vw-contact-form textarea {
	display: block;
	width: 100%
}
.vw-contact-form textarea {
	height: 250px
}
.vw-contact-form input.filled~label, .vw-contact-form input:focus~label, .vw-contact-form textarea.filled~label, .vw-contact-form textarea:focus~label {
	display: none
}
.vw-contact-form label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d;
	cursor: text;
	padding: 27px 20px
}
.vw-contact-form .cp-form {
	margin-top: 30px
}
.vw-contact-form .cp-form__field {
	position: relative;
	margin-bottom: 20px
}
.vw-contact-form .cp-form__field.invalid input, .vw-contact-form .cp-form__field.invalid select, .vw-contact-form .cp-form__field.invalid textarea {
	border-color: #ff282d
}
.vw-contact-form .cp-form__field.invalid:after {
	content: attr(error-message);
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.01em;
	color: #ff282d
}
.no-touch .vw-contact-form .cp-form__field input[type=email]:hover, .no-touch .vw-contact-form .cp-form__field input[type=tel]:hover, .no-touch .vw-contact-form .cp-form__field input[type=text]:hover, .no-touch .vw-contact-form .cp-form__field select:hover, .no-touch .vw-contact-form .cp-form__field textarea:hover {
	border: 1px solid #ebebeb
}
.vw-contact-form .cp-form [type=submit] {
	cursor: pointer
}
.vw-contact-form__smalltext {
	display: block;
	position: relative;
	margin-top: 50px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d
}
.vw-contact-form .cp-featured-area {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-newsletter {
	background: #f4f4f4
}
.vw-newsletter__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-newsletter__subtitle {
	background-color: #fff;
	padding: 40px 20px
}
.vw-newsletter__subtitle>* {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-newsletter h2, .vw-newsletter h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px
}
.vw-newsletter h2, .vw-newsletter h3, .vw-newsletter p {
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.vw-newsletter p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px
}
.vw-newsletter input, .vw-newsletter select, .vw-newsletter textarea {
	display: block;
	width: 100%
}
.vw-newsletter textarea {
	height: 250px
}
.vw-newsletter input.filled~label, .vw-newsletter input:focus~label, .vw-newsletter textarea.filled~label, .vw-newsletter textarea:focus~label {
	display: none
}
.vw-newsletter label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d;
	cursor: text;
	padding: 27px 20px
}
.vw-newsletter .cp-form {
	margin-top: 30px
}
.vw-newsletter .cp-form__field {
	position: relative;
	margin-bottom: 20px
}
.vw-newsletter .cp-form__field.invalid input, .vw-newsletter .cp-form__field.invalid select, .vw-newsletter .cp-form__field.invalid textarea {
	border-color: #ff282d
}
.vw-newsletter .cp-form__field.invalid:after {
	content: attr(error-message);
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.01em;
	color: #ff282d
}
.no-touch .vw-newsletter .cp-form input[type=email]:hover, .no-touch .vw-newsletter .cp-form input[type=tel]:hover, .no-touch .vw-newsletter .cp-form input[type=text]:hover, .no-touch .vw-newsletter .cp-form select:hover, .no-touch .vw-newsletter .cp-form textarea:hover {
	border: 1px solid #ebebeb
}
.vw-newsletter .cp-form [type=submit] {
	cursor: pointer
}
.vw-newsletter__smalltext {
	display: block;
	position: relative;
	margin-top: 50px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d
}
.vw-newsletter .cp-featured-area {
	display: block;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.vw-content {
	background: #f4f4f4
}
.vw-content p b {
	color: #333
}
.vw-content--simple {
	background: #fff;
	margin: auto;
	max-width: 1411px;
	padding: 30px 20px
}
.vw-content--simple a {
	color: #ff282d;
	border-bottom: 1px solid #ff282d
}
.vw-content--simple h2 {
	font-size: 28px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	line-height: 1.33333333
}
.vw-content--simple p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -.01em;
	line-height: 1.875;
	color: #8d8d8d
}
.vw-content--simple p:last-of-type {
	margin-bottom: 45px
}
.vw-content--simple .btn-simple {
	margin: 0 0 15px;
	display: block
}
.page-header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.grey-bg {
	background-color: #f4f4f4
}
.vw-company {
	background: #fff;
	-ms-flex: 1;
	flex: 1
}
.vw-company__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.vw-company .cp-video__poster:after {
	opacity: 1;
	transition: opacity .3s linear
}
.no-touch .vw-company .cp-video__poster:after {
	opacity: 0
}
.no-touch .vw-company .cp-video__poster:hover:after {
	opacity: 1
}
.vw-company__intro {
	background-color: #f4f4f4
}
.vw-company__intro>.grid-row>.grid-item {
	padding-top: 60px;
	padding-bottom: 80px
}
.vw-company__intro h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px
}
.vw-company__intro h2, .vw-company__intro p {
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #333333;
}
.vw-company__intro p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	line-height: 1.5rem;
}
.vw-company__intro h2+p {
	margin-top: 20px
}
.vw-company__intro p+p {
	margin-top: 30px
}
.vw-company__intro h2, .vw-company__intro p {
	opacity: 1
}
.vw-company__intro.hidden h2, .vw-company__intro.hidden p {
	opacity: 0
}
.vw-company__intro:not(.hidden) h2, .vw-company__intro:not(.hidden) p {
	transition: opacity 1s linear
}
.vw-company__social {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px
}
.vw-company__social h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #000
}
.vw-company__social__description {
	padding: 20px 0
}
.vw-company__social__description h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__social__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__social__description h3+p {
	margin-top: 10px
}
.vw-company__social__description p+p {
	margin-top: 15px
}
.vw-company__social--cetrification .vw-company__social__description {
	bottom: 10px
}
.vw-company .vw-company__social-posts {
	position: relative;
	margin-bottom: 60px;
	padding: 0 20px
}
.EditMode .vw-company .vw-company__social-posts .grid-item {
	float: none
}
.vw-company__core h4 {
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 30px
}
.vw-company__core h4, .vw-company__core h5 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -.02em
}
.vw-company__core h5 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #ff282d
}
.vw-company__core img {
	width: 100%;
	height: auto
}
.vw-company__core .grid-item {
	opacity: 1
}
.vw-company__core .grid-item.hidden {
	opacity: 0
}
.vw-company__core .grid-item:not(.hidden) {
	transition: opacity 1s cubic-bezier(.645, .045, .355, 1)
}
.vw-company__core .grid-item:not(.hidden):nth-child(1) {
	transition-delay: 0s
}
.vw-company__core .grid-item:not(.hidden):nth-child(2) {
	transition-delay: .2s
}
.vw-company__core .grid-item:not(.hidden):nth-child(3) {
	transition-delay: .4s
}
.vw-company__core .grid-item:not(.hidden):nth-child(4) {
	transition-delay: .6s
}
.vw-company__projects {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px
}
.vw-company__projects .cp-carousel {
	padding-bottom: 70px
}
.vw-company__projects .cp-carousel__slides {
	overflow: visible;
	list-style: none;
	padding-top: 60%;
	background-color: #f4f4f4
}
.vw-company__projects .cp-carousel__slide {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.vw-company__projects .cp-carousel__bullets {
	bottom: 80px!important;
	right: 30px!important
}
.vw-company__projects .cp-carousel__bullets--left {
	left: 30px!important;
	right: auto!important
}
.vw-company__projects__credits {
	display: block;
	position: absolute;
	bottom: -75px;
	right: 0;
	width: 100%;
	height: 75px;
	background-color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	text-align: right;
	color: #8d8d8d;
	padding-top: 20px
}
.vw-company__projects h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #000
}
.vw-company__projects__description {
	padding: 20px 0
}
.vw-company__projects__description h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;

	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__projects__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__projects__description h3+p {
	margin-top: 10px
}
.vw-company__projects__description p+p {
	margin-top: 15px
}
.vw-company__projects .vw-company__title--left {
	top: 60px;
	left: 5%;
	max-width: 570px
}
.vw-company__energy {
	position: relative;
	padding: 60px 30px 30px;
	overflow: hidden
}
.vw-company__energy h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #000
}
.vw-company__energy__description {
	padding: 20px 0
}
.vw-company__energy__description h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__energy__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__energy__description h3+p {
	margin-top: 10px
}
.vw-company__energy__description p+p {
	margin-top: 15px
}
.vw-company__quote {
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 60px;
	background-color: #f4f4f4;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 25px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #ff282d
}
.vw-company__making, .vw-company__quote {
	position: relative;
	padding-top: 60px
}
.vw-company__making .cp-carousel__slides {
	overflow: hidden;
	list-style: none;
	padding-top: 60%;
	background-color: #f4f4f4
}
.vw-company__making .cp-carousel__slide {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.vw-company__making .cp-carousel__bullets {
	right: 30px!important
}
.vw-company__making h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #000
}
.vw-company__making__description {
	padding: 20px 0
}
.vw-company__making__description h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__making__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__making__description h3+p {
	margin-top: 10px
}
.vw-company__making__description p+p {
	margin-top: 15px
}
.vw-company__grid {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px
}
.vw-company__grid h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #000
}
.vw-company__grid__description {
	padding: 20px 0
}
.vw-company__grid__description h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__grid__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.vw-company__grid__description h3+p {
	margin-top: 10px
}
.vw-company__grid__description p+p {
	margin-top: 15px
}
.vw-company__grid .grid-item {
	font-size: 0
}
.vw-company__grid img {
	width: 100%;
	height: auto;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.vw-company__comunity h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-style: 48px;
	letter-spacing: -.02em;
	line-height: 1em;
	color: #000
}
.vw-company__comunity .grid-item {
	font-size: 0;
	padding: 50% 0 0
}
.vw-company__comunity__item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25em;
	letter-spacing: -.02em;
	transition: color .5s cubic-bezier(.39, .575, .565, 1), background-color .5s cubic-bezier(.39, .575, .565, 1)
}
.vw-company__comunity__item svg {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 20px;
	clear: both;
	opacity: .3;
	transition: opacity .5s cubic-bezier(.39, .575, .565, 1)
}
.vw-company__comunity__item svg path {
	transition: fill .5s cubic-bezier(.39, .575, .565, 1)
}
.vw-company__comunity__item.email {
	color: #fff;
	background-color: #ff261e
}
.vw-company__comunity__item.facebook {
	color: #fff;
	background-color: #2e5ba6
}
.vw-company__comunity__item.twitter {
	color: #fff;
	background-color: #0091e4
}
.vw-company__comunity__item.linkedin {
	color: #fff;
	background-color: #1b86bc
}
.vw-company__comunity__item.instagram {
	color: #fff;
	background-color: #9b6954
}
.vw-company__comunity__item.pinterest {
	color: #fff;
	background-color: #cb2027
}
.vw-company__comunity__item.youtube {
	color: #fff;
	background-color: #b00
}
.vw-company__comunity__item.xing {
	color: #fff;
	background-color: #005d5e
}
.no-touch .vw-company__comunity__item:hover {
	background-color: #f4f4f4
}
.no-touch .vw-company__comunity__item:hover svg {
	opacity: 1
}
.no-touch .vw-company__comunity__item:hover.email {
	color: #ff261e
}
.no-touch .vw-company__comunity__item:hover.email svg path {
	fill: #ff261e
}
.no-touch .vw-company__comunity__item:hover.facebook {
	color: #2e5ba6
}
.no-touch .vw-company__comunity__item:hover.facebook svg path {
	fill: #2e5ba6
}
.no-touch .vw-company__comunity__item:hover.twitter {
	color: #0091e4
}
.no-touch .vw-company__comunity__item:hover.twitter svg path {
	fill: #0091e4
}
.no-touch .vw-company__comunity__item:hover.linkedin {
	color: #1b86bc
}
.no-touch .vw-company__comunity__item:hover.linkedin svg path {
	fill: #1b86bc
}
.no-touch .vw-company__comunity__item:hover.instagram {
	color: #9b6954
}
.no-touch .vw-company__comunity__item:hover.instagram svg path {
	fill: #9b6954
}
.no-touch .vw-company__comunity__item:hover.pinterest {
	color: #cb2027
}
.no-touch .vw-company__comunity__item:hover.pinterest svg path {
	fill: #cb2027
}
.no-touch .vw-company__comunity__item:hover.youtube {
	color: #b00
}
.no-touch .vw-company__comunity__item:hover.youtube svg path {
	fill: #b00
}
.no-touch .vw-company__comunity__item:hover.xing {
	color: #005d5e
}
.no-touch .vw-company__comunity__item:hover.xing svg path {
	fill: #005d5e
}
.vw-company__image {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px
}
.vw-company__image img {
	width: 100%;
	height: auto;
	margin-bottom: -50%
}
.vw-company table {
	width: 100%;
	border-spacing: 1px;
	margin: 30px 0;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #8d8d8d
}
.vw-company table tr:first-child {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	background-color: #8d8d8d;
	color: #fff
}
.vw-company table tr:first-child td {
	text-align: center
}
.vw-company table tr:nth-child(odd):not(:first-child) {
	background-color: #f4f4f4
}
.vw-company table td {
	border: 0;
	padding: 10px;
	text-align: center
}
.vw-company table td:nth-child(3) {
	text-align: left
}

.vw-company__more-cta {

	margin-top: 20px
}
.vw-company__featured-area {
	margin: 60px 0
}
.projects-filter {
	margin-top: -20px;
	margin-bottom: 30px
}
.projects-filter__header {
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	margin: 0 -20px;
	text-align: center;
	font-size: 0
}
.projects-filter__header:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.projects-filter__header--centred {
	display: inline-block;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4
}
.projects-filter__header label, .projects-filter__header span {
	font-size: 12px;
	display: block;
	float: left;
	width: auto;
	padding: 24px 40px 20px 20px;
	border-right: 1px solid #d4d4d4;
	margin-bottom: -1px
}
.projects-filter__header label:last-child, .projects-filter__header span:last-child {
	border-right: none
}
.projects-filter__header label {
	font-weight: 700;
	cursor: pointer;
	background-image: url(../images/form/select_button.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center right 0
}
.projects-filter__header .label--desktop {
	display: none
}
.projects-filter__header .label--mobile {
	display: inline
}
.projects-filter__content {
	display: none
}
.projects-filter__list {
	padding-top: 30px;
	list-style-type: none
}
.projects-filter__application, .projects-filter__effect, .projects-filter__product {
	display: none
}
.projects-filter__list-item {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 30px;
	width: 100%
}
.projects-filter__list-item.product {
	display: none
}
.projects-filter__list-item.product.visible {
	display: inline-block
}
.projects-filter__list-item.effect {
	display: none
}
.projects-filter__list-item.effect.visible {
	display: inline-block
}
.projects-filter .btn-simple {
	margin-bottom: 30px
}
.projects-filter__status-bar {
	list-style-type: none;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 -30px;
	padding: 0 30px;
	background-color: #ececec
}
.projects-filter__status-bar:empty {
	display: none
}
.projects-filter__status-bar li {
	display: inline-block;
	padding: 10px 20px 10px 0;
	position: relative;
	margin-right: 20px;
	font-size: 14px
}
.projects-filter__status-bar li span:before {
	content: '\00D7 ';
	display: block;
	position: absolute;
	top: 12px;
	right: 4px;
	font-size: 20px;
	line-height: 1em;
	cursor: pointer
}
.projects-filter__load-wrapper {
	text-align: center
}
.projects-filter__load-btn.hidden {
	display: none
}
.projects-filter input.application:checked~.projects-filter__content, .projects-filter input.application:checked~.projects-filter__content .projects-filter__application.is-open, .projects-filter input.effect:checked~.projects-filter__content, .projects-filter input.product:checked~.projects-filter__content {
	display: block
}
.projects-filter input.application:checked~.projects-filter__header .application-label {
	border-bottom: 2px solid #f4f4f4
}
.projects-filter input.product:checked~.projects-filter__content .projects-filter__product.is-open {
	display: block
}
.projects-filter input.product:checked~.projects-filter__header .product-label {
	border-bottom: 2px solid #f4f4f4
}
.projects-filter input.effect:checked~.projects-filter__content .projects-filter__effect {
	display: block
}
.projects-filter input.effect:checked~.projects-filter__header .effect-label {
	border-bottom: 2px solid #f4f4f4
}
.projects-filter__inout-label {
	margin-top: 40px;
	display: inline-block;
	margin-right: 20px
}
.projects-filter__indoor:checked~.projects-filter__list .projects-filter__list-item.indoor, .projects-filter__outdoor:checked~.projects-filter__list li.outdoor {
	display: inline-block!important
}
.projects-map {
	width: 100%;
	height: 60vh;
	min-height: 350px;
	max-height: 500px
}
.projects-map__infowindow {
	display: block;
	background-color: #fff;
	padding: 0
}
.projects-map__infowindow img {
	max-width: 100%
}
.projects-map__infowindow__thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	padding: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #ff282d;
	background-color: hsla(0,0%,100%,.8)
}
.projects-map__infowindow__thumb:before {
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px
}
.projects-map__infowindow__label {
	display: block;
	padding: 20px;
	background-color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	color: #8d8d8d
}
.projects-map__infowindow__label:after {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: 16px solid hsla(0,0%,100%,0);
	border-top-color: #fff;
	margin-left: -16px
}
.projects-map__infowindow__location {
	display: block;
	margin-top: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 20px;
	color: #8d8d8d
}
.projects-map__infowindow__location:before {
	font-size: 18px;
	line-height: 20px;
	color: #ff282d;
	margin-right: 5px
}
.projects-map .gm-style .gm-style-iw {
	background: #fff;
	width: 200px!important;
	padding: 0;
	left: 0!important;
	right: 0!important;
	top: 0!important;
	overflow: visible
}
.projects-map .gm-style .gm-style-iw~div {
	display: none!important
}
.projects-map .gm-style img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
	display: none
}
.pt-gallery-view {
	margin-bottom: 20px;
	line-height: 32px;
	display: -ms-flexbox;
	display: flex
}
.pt-gallery-view:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.pt-gallery-view .gallery-view-btn:after {
	content: url(../images/global/icon_cubs.svg);
	width: 19px;
	height: 19px;
	vertical-align: baseline;
	display: inline-block;
	position: relative;
	top: -7px
}
.gallery-view-container {
	margin-bottom: 20px;
	display: none!important
}
.gallery-view-container .cp-mansory {
	margin-left: -15px;
	margin-right: -15px
}
.map-view-container {
	margin-bottom: 20px;
	display: none!important
}
#galleryView:checked~.gallery-view-container {
	display: block!important
}
#galleryView:checked~.pt-gallery-view .gallery-view-btn {
	background-color: #fff
}
#mapView:checked~.map-view-container {
	display: block!important
}
#mapView:checked~.pt-gallery-view .map-view-btn {
	background-color: #fff
}
#mapView:checked~.projects-filter__load-wrapper {
	display: none!important
}
.vw-media {
	background-color: #f4f4f4
}
.vw-media__header {
	position: relative;
	background: #ff282d;
	padding: 0 20px 20px
}
.vw-media .user-info {
	padding: 10px 0 0;
	color: #fff;
	line-height: 1.4em
}
.vw-media .user-info__name {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	padding: 0 10px 0 0
}
.vw-media .user-info__logout {
	color: #fff;
	padding: 0 0 0 10px
}
.vw-media .user-info__logout:hover {
	color: #000
}
.vw-media__subheader {
	background: #fff;
	padding: 30px
}
.vw-media__subheader .disclaimer-mess {
	color: #ff282d;
	float: right;
	display: inline-block;
	font-size: 12px;
	line-height: 30px
}
.vw-media__subheader .disclaimer-mess a {
	font-size: 12px;
	color: #ff282d
}
.vw-media__grid-wrapper {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}
.vw-media__menu {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-top: 20px
}
.vw-media__media-list {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.ie9 .vw-media__media-list {
	padding-left: 300px
}
.vw-media input, .vw-media select, .vw-media textarea {
	display: block;
	width: 100%
}
.vw-media input.filled~label, .vw-media input:focus~label, .vw-media textarea.filled~label, .vw-media textarea:focus~label {
	display: none
}
.vw-media label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d;
	cursor: text;
	padding: 27px 20px
}
.vw-media .cp-form {
	margin-top: 30px;
	opacity: 1;
	max-height: auto;
	transition: .3s ease
}
.vw-media .cp-form__field {
	position: relative;
	margin-bottom: 20px
}
.vw-media .cp-form__field.invalid input, .vw-media .cp-form__field.invalid select, .vw-media .cp-form__field.invalid textarea {
	border-color: #ff282d
}
.vw-media .cp-form__field.invalid:after {
	content: attr(error-message);
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.01em
}
.vw-media .cp-form__error-message, .vw-media .cp-form__field.invalid:after {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	color: #ff282d
}
.vw-media .cp-form__error-message {
	margin: 0 0 10px
}
.no-touch .vw-media .cp-form input[type=email]:hover, .no-touch .vw-media .cp-form input[type=password]:hover, .no-touch .vw-media .cp-form input[type=tel]:hover, .no-touch .vw-media .cp-form input[type=text]:hover, .no-touch .vw-media .cp-form select:hover, .no-touch .vw-media .cp-form textarea:hover {
	border: 1px solid #ebebeb
}
.vw-media .cp-form [type=submit] {
	cursor: pointer
}
.vw-media .cp-form__link {
	margin: 10px 0
}
.vw-media .cp-form__link a {
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	color: #ff282d
}
.vw-media .cp-form__link a:after {
	margin: 5px 0 0 7px
}
.vw-media .cp-form.hidden {
	display: none
}
.vw-media .cp-form__title {
	font-size: 16px;
	margin: 0 0 20px
}
.vw-media .cp-form__btn {
	width: 210px;
	max-width: 100%;
	margin: 10px 0 0
}
.vw-media .cp-form__btn.btn-simple:after {
	font-size: 20px
}
.vw-media .cp-form__grid-section {
	padding: 65px 30px 30px
}
.media__grid-section {
	padding-top: 30px
}
.media__menu ul {
	list-style-type: 0;
	margin: 0;
	padding: 0
}
.media__menu li {
	display: block
}
.media__menu a {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	color: #333;
	padding: 16px 12px;
	border-left: 6px solid transparent
}
.media__menu a.current, .media__menu a:hover {
	border-left: 6px solid #f61a15;
	color: #f61a15
}
.media__list {
	margin-top: 0
}
.media__item {
	padding: 0 10px;
	margin-top: 20px
}
.media__item, .media__item-inner {
	box-sizing: border-box;
	position: relative
}
.media__item-inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background: #fff;
	padding: 20px;
	min-height: 295px
}
.media__item-img {
	width: 177px;
	height: 249px;
	margin: 0 0 20px;
	background-size: cover;
	float: left;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.media__item-content {
	width: 100%;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.ie9 .media__item-content {
	width: auto
}
.media__item-content .media__item-title {
	font-size: 18px;
	line-height: 22px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	margin: 0 0 10px
}
.media__item-content .media__item-description {
	margin: 0 0 30px
}
.media__item-content .media__item-link {
	color: #ff282d;
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.media__item-content .media__item-link:after {
	font-size: 12px;
	margin: 8px 0 0 8px
}
.media__item-content .media__item-link--read {
	color: #8d8d8d
}
.media__load-more {
	text-align: center
}
.media__load-more-btn {
	width: 100%;
	display: none;
	margin: 60px 0 0
}
.media__load-more-btn.hidden {
	display: none
}
.media--search .media__item-inner {
	border: 1px solid #f4f4f4
}
.disclaimer-mess {
	color: #ff282d;
	display: inline-block;
	font-size: 12px;
	line-height: 30px
}
.disclaimer-mess__wrapper {
	margin: 10px 0 40px
}
.disclaimer-mess a {
	font-size: 12px;
	color: #ff282d
}
.media-popup__header {
	padding: 10px;
	background: #f4f4f4;
	color: #ff282d
}
.media-popup__header h3 {
	line-height: 1.2em
}
.media-popup__content {
	padding: 10px
}
.media-popup__copy {
	margin-bottom: 20px
}
.media-popup__iframe {
	max-width: 100%;
	max-height: 85vh
}
.media-popup__button-area {
	background: #ebebeb;
	padding: 10px
}
.media-popup__button-title {
	color: #ff282d;
	font-size: 13px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	margin: 0 0 30px
}
.media-popup__button-link {
	width: 100%;
	padding: 15px 25px
}
.vw-content-page {
	background: #fff;
	-ms-flex: 1;
	flex: 1
}
.vw-content-page__header {
	background-color: #ff282d;
	padding: 0 20px 20px
}
.certifications-page {
	font-size: 18px
}
.certifications-page .btn-social {
	width: 57px;
	height: 31px;
	margin-right: 8px
}
.certifications-page .btn-social:before {
	line-height: 30px;
	font-size: 20px
}
.certifications-page .grid-section {
	margin: 20px 0 0
}
.certifications-page h2 {
	margin: 0 0 35px;
	line-height: 1.3em
}
.certifications-page h3 {
	margin: 20px 0 10px
}
.certifications-page .red {
	color: #ff282d
}
.vw-landing {
	padding: 20px;
	margin-bottom: 50px;
	position: relative
}
.vw-landing:after {
	content: '';
	background: #ebebeb;
	height: 2px;
	left: 20px;
	right: 20px;
	position: absolute;
	bottom: 0
}
.vw-landing__header {
	background-color: #ff282d;
	margin-bottom: 0;
	padding: 0 20px 20px
}
.vw-landing__title {
	color: #2b2b2b;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: -.02em;
	margin-bottom: 10px
}
.vw-landing__title+.grid-row {
	margin-top: 0
}
.vw-landing--grey {
	background: #f4f4f4;
	overflow: hidden;
	position: relative
}
.vw-landing__list {
	text-align: center
}
.vw-landing__list .btn-stroke {
	margin: 50px auto 0
}
.vw-landing__list .grid-row {
	text-align: left
}
.vw-landing__btn.btn-less .more, .vw-landing__btn .less {
	display: none
}
.vw-landing__btn.btn-less .less {
	display: inline
}
.unsubscribe {
	text-align: center;
	padding: 100px 0
}
.unsubscribe__title {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0;
	font-size: 24px
}
.unsubscribe__subtitle {
	font-size: 17px;
	margin: 15px 30px
}
.unsubscribe__text {
	font-size: 14px
}
.unsubscribe__link {
	text-decoration: underline;
	font-size: 14px;
	white-space: nowrap
}
.cp-main-nav {
	display: block;
	position: relative
}
.cp-main-nav__logo {
	display: block;
	position: absolute;
	max-width: 86px;
	right: 25px;
	top: 25px;
	background-color: transparent
}
.cp-main-nav__logo .yc{
	
	display:block !important;
	}
.cp-main-nav__logo .xs{
	display:none !important;
	
	}
.cp-main-nav__logo img, .cp-main-nav__logo svg {
	width: 86px;
	height: 21px
}
.cp-main-nav__h {
	position: absolute;
	text-indent: 5000px;
	width: 100%;
	overflow: hidden
}
.cp-main-nav__content {
	position: absolute;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	padding: 25px;
	padding-top: 95px;
	background-color: rgba(255,40,45,.98);
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s step-end, transform .3s step-end, opacity .3s linear
}
.cp-main-nav__content__top__menu ul {
	display: block;
	list-style: none
}
.cp-main-nav__content__top__menu a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	font-size: 30px;
	letter-spacing: -.02em;
	padding: 0;
	transition: color .2s linear;
	color: #fff
}
.no-touch .cp-main-nav__content__top__menu a:hover {
	color: #2b2b2b
}
.cp-main-nav__content__top__menu>ul>li {
	margin-bottom: 30px
}
.cp-main-nav__content__top__menu>ul>li>a {
	font-size: 56px;
	color: #000
}
.no-touch .cp-main-nav__content__top__menu>ul>li>a:hover {
	color: #2b2b2b
}
.cp-main-nav__content__top__menu>ul>li>ul {
	margin-top: 10px;
	margin-bottom: 40px
}
.cp-main-nav__content__top__menu>ul>li>ul>li {
	padding-left: 30px
}
.cp-main-nav__content__top__menu>ul>li>ul>li:not(:first-child) {
	margin-top: 10px
}
.cp-main-nav__content__top__menu>ul>li.closed>a {
	color: #fff
}
.no-touch .cp-main-nav__content__top__menu>ul>li.closed>a:hover {
	color: #2b2b2b
}
.cp-main-nav__content__top__menu>ul>li.closed>ul {
	display: none
}
.cp-main-nav__content__group__title {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.02em;
	padding: 10px 0 0;
	color: #8d8d8d;
	transition: color .3s linear
}
.cp-main-nav__content__group.closed .cp-accordion__header.cp-main-nav__content__group__title, .cp-main-nav__content__group__title.cp-accordion__header, .no-touch .cp-main-nav__content__group__title:hover {
	color: #fff
}
.no-touch .cp-main-nav__content__group.closed .cp-accordion__header.cp-main-nav__content__group__title:hover {
	color: gray
}
.cp-main-nav__content__bottom {
	margin-top: 30px
}
.cp-main-nav__content__bottom ul {
	list-style: none
}
.cp-main-nav__content__bottom ul li {
	margin: 0;
	padding: 0
}
.cp-main-nav__content__bottom ul li:not(:first-child) {
	margin-top: 10px
}
.cp-main-nav__content__bottom ul li a {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	font-weight: lighter;
	letter-spacing: -.02em;
	color: #fff;
	display: inline-block;
	opacity: 1;
	transition: color .3s linear, opacity .1s linear
}
.no-touch .cp-main-nav__content__bottom ul li a:hover {
	opacity: .7;
	color: #fff
}
.cp-main-nav__bar {
	display: block;
	position: relative;
	width: 100vw;
	height: 70px;
	background-color: #ff282d
}
.cp-main-nav__bar {
	display: block;
	position: relative;
	width: 100vw;
	height: 70px;
	background-color: #ff282d
}

.cp-main-nav__bar .cp-main-nav__logo .yc{
	display:none !important;
	
	}
.cp-main-nav__bar .cp-main-nav__logo .xs{
	display:block !important;
	
	}


.cp-main-nav__icon {
	position: absolute;
	top: 25px;
	left: 20px;
	color: #fff;
	width: 28px;
	height: 21px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	transition: transform .3s ease-out
}
.cp-main-nav__icon__line {
	display: block;
	position: absolute;
	width: 28px;
	height: 3px;
	left: 0;
	background-color: #fff;
	transform-origin: 50% 50%;
	transition: all .3s ease-out
}
.cp-main-nav__icon__line:nth-child(1) {
	top: 0
}
.cp-main-nav__icon__line:nth-child(2) {
	top: 10px
}
.cp-main-nav__icon__line:nth-child(3) {
	top: 20px
}
.cp-main-nav__search {
	position: absolute;
	top: 22px;
	left: 70px;
	color: #fff;
	cursor: pointer;
	transition: color .2s linear
}
.cp-main-nav__search:after {
	width: 30px;
	text-align: center;
	font-size: 31px
}
.cp-main-nav__language {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 130px;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s step-end, opacity .3s linear
}
.nav .cp-main-nav__language {
	opacity: 1;
	visibility: visible;
	transition: visibility .8s step-start, opacity .3s linear
}
.cp-main-nav__language__list {
	list-style: none;
	margin-top: 20px;
	display: none
}
.cp-main-nav__language__list_mobile {
	display: block;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 0 28px 0 0;
	margin-top: 25px;
	background-image: url(../images/form/select_button_white.png);
	background-size: 70%;
	background-position: 100%
}
.cp-main-nav__language__list_mobile option {
	background-color: #ff282d;
	border: none;




	padding: 0;
	margin: 0
}
.cp-main-nav__language__item {
	display: inline-block;
	padding-left: 10px
}
.cp-main-nav__language__item.active a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.cp-main-nav__language__item a {
	color: #fff;
	opacity: 1;
	transition: opacity .1s linear
}
.no-touch .cp-main-nav__language__item a:hover {
	opacity: .7;
	color: #fff
}
.cp-main-nav__logo {
	display: block;
	position: absolute;
	top: 25px;
	right: 15px;
	width: 86px;
	float: right
}
.cp-main-nav__logo svg path {
	transition: .3s
}
.no-touch .cp-main-nav__logo:hover svg path {
	fill: #2b2b2b
}
.cp-footer {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #d4d4d4
}
.cp-footer h2 {
	font-size: 16px;
	margin-bottom: 20px
}
.cp-footer h2, .cp-footer h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3em;
	color: #8d8d8d
}
.cp-footer h3 {
	font-size: 14px;
	margin-bottom: 10px
}
.cp-footer p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	/* line-height: 1.5em; */
	color: #8d8d8d;
	/* margin-bottom: 20px */
}
.cp-footer__content {
	display: block;
	padding: 10px
}
.ie9 .cp-footer__content {
	max-width: 1350px;
	margin: auto
}
.cp-footer__content__section {
	padding: 10px;
	margin-bottom: 30px
}
.cp-footer__content__section a.btn-stroke {
	padding: 10px 50px 10px 15px
}
.no-touch .cp-footer__content__section a.btn-stroke:hover {
	background-color: #ff282d;
	border-color: #ff282d
}
.cp-footer__contacts {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px
}
.cp-footer__contacts li {
	font-size: 0
}
.cp-footer__contacts li+li {
	margin-top: 5px
}
.cp-footer__contact {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.cp-footer__contact:before {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}
.cp-footer__links {
	list-style: none
}
.cp-footer__links li {
	display: block;
	padding: 0;
	width:50%; 
	float:left}
.cp-footer__links a {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	color: #8d8d8d;
	letter-spacing: -.02em
}
.cp-footer__links a:before {
	margin-right: 10px;
	line-height: 1em;
	font-size: 14px;
	color: inherit;
	transition: all .2s ease
}
.no-touch .cp-footer__links a:hover {
	color: #ff282d
}
.no-touch .cp-footer__links a:hover:before {
	margin-left: 3px;
	margin-right: 7px
}
.cp-footer__social {
	list-style: none;
	margin-top: -3px;
	margin-left: -10px
}
.cp-footer__social li {
	display: inline-block
}
.cp-footer ul {
	list-style: none
}
.cp-footer__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4
}
.cp-footer__top span {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px
}
.cp-footer__top__col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 0
}
.cp-footer__top__col:last-child {
	border-bottom: none;
	border-right: none
}
.cp-footer__top__newsletter__field {
	position: relative
}
.cp-footer__top__newsletter__field:after {
	content: '';
	display: table;
	clear: both
}
.cp-footer__top__newsletter__field input[type=text] {
	width: 80%;
	float: left;
	border-color: #d4d4d4
}
.cp-footer__top__newsletter__field input[type=text]+label {
	display: none
}
.cp-footer__top__newsletter__field input[type=text]:invalid:not(:focus)+label {
display:inline-block;
position:absolute;
left:0;
padding:11px;
margin:0;
box-sizing:border-box;
font-family:Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
font-weight:lighter;
font-size:15px;
font-weight:400;
letter-spacing:.02em;
line-height:1.2em;
color:#8d8d8d;
cursor:text
}
.cp-footer__top__newsletter__field button {
	width: 20%;
	float: left;
	background: none;

	color: #8d8d8d;

	padding: 10px;
	border-left: none;
	border-color: #d4d4d4
}
.cp-footer__bottom {
	position: relative;
	color:#ffffff;
	background-color:#ff282d;
}
.cp-footer__bottom__scrolltop {
	width: 100%;
	float: none;
	border-bottom: 1px solid #d4d4d4
}
.cp-footer__bottom__scrolltop a {
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
	padding: 10px;
	color:#ffffff;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	overflow: hidden;
	transition: background-color .3s linear
}
.no-touch .cp-footer__bottom__scrolltop a:hover {
	background-color: #ff282d;
	color: #fff
}
.cp-footer__bottom__scrolltop a span {
	display: block;
	transform: rotate(-90deg);
	speak: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	font-size: 18px;
	line-height: 26px;
	vertical-align: middle
}
.cp-footer__bottom__scrolltop a span:after {
	content: "\ea04";
	font-family: iconsfont_1467784590
}
.cp-footer__bottom__copyright {
	width: 100%;
	float: none;
	color:#ffffff;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	line-height: 50px
}
.cp-footer__bottom__copyright ul {
	width: 100%;
	text-align: center
}
.cp-footer__bottom__copyright ul li {
	display: inline-block
}
.cp-footer__bottom__copyright ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-left: 1px solid #d4d4d4
}
.cp-footer__bottom__copyright ul li a img {
	position: relative;
	top: 5px;
	left: 2px
}
.cp-footer__bottom__copyright ul li:last-child a {
	border-right: 1px solid #d4d4d4
}
.cp-footer__delete-link {
	display: block;
	position: absolute;
	left: 20px
}
.cp-footer__delete-logo {
	display: inline-block;
	vertical-align: middle;
	width: 47px;
	height: 12px;
	font-size: 0;
	vertical-align: top
}
.cp-footer__delete-logo:before {
	content: '\ea0e';
	font-family: iconsfont_1467784590;
	font-size: 12px;
	color:#ffffff;
}
input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0;
	color:#ffffff;
	padding: 27px 20px 25px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border .1s linear
}
input[type=email].narrow, input[type=password].narrow, input[type=tel].narrow, input[type=text].narrow, textarea.narrow {
	font-size: 14px;
	padding: 16px 20px
}
textarea {
	resize: none
}
input[type=checkbox] {
	display: none
}
input[type=checkbox]+label {
	cursor: pointer
}
input[type=checkbox]+label.thumb span, input[type=checkbox]+label:not(.thumb) {
	display: inline-block;
	line-height: 30px;
	color:#ffffff;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	padding-left: 45px
}
input[type=checkbox]+label.thumb span:before, input[type=checkbox]+label:not(.thumb):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background-color: #fff;
	vertical-align: middle
}
input[type=checkbox]+label.thumb span.small, input[type=checkbox]+label:not(.thumb).small {
	font-size: 15px;
	padding-left: 30px
}
input[type=checkbox]+label.thumb span.small:before, input[type=checkbox]+label:not(.thumb).small:before {
	width: 20px;
	height: 20px;
	top: 5px
}
input[type=checkbox]+label.thumb {
	display: -ms-flexbox;
	display: flex;
	background-color: #f4f4f4
}
input[type=checkbox]+label.thumb .filter-img {
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	min-height: 90px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/App_Themes/iGuzzini/images/global/placeholder.png)
}
input[type=checkbox]+label.thumb span {
	padding: 15px;
	font-size: 14px;
	line-height: 1em
}
input[type=checkbox]+label.thumb span:before {
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	position: relative
}
input[type=checkbox]+label.thumb:after, input[type=checkbox]+label.thumb:before {
	content: "";
	display: block;
	clear: both;
	height: 0
}
input[type=checkbox]:checked+label.thumb span, input[type=checkbox]:checked+label:not(.thumb) {
	color: #ff282d
}
input[type=checkbox]:checked+label.thumb span:before, input[type=checkbox]:checked+label:not(.thumb):before {
	background-color: #ff282d;
	background-image: url(../images/form/checkbox_selected.png);
	background-size: 20px 20px;
	background-position: 50%;
	background-repeat: no-repeat
}
input[type=radio] {
	display: none
}
input[type=radio]+label {
	padding: 5px 0;
	font-size: 16px;
	line-height: 25px;
	color: #8d8d8d;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	cursor: pointer;
	transition: color .2s linear
}
input[type=radio]+label:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #8d8d8d;
	border-radius: 15px
}
.no-touch input[type=radio]+label:hover, input[type=radio]:checked+label {
	color: #ff282d
}
input[type=radio]:checked+label:before {
	border-color: #ff282d;
	background-image: url(../images/form/radio_selected.png);
	background-size: 25px 25px;
	background-position: 50%;
	background-repeat: no-repeat
}
select {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #8d8d8d;
	padding: 27px 50px 27px 20px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/form/select_button.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center right 15px;
	transition: border .2s linear
}
select::-ms-expand {
display:none
}
select.narrow {
	font-size: 14px;
	padding: 17px 50px 17px 20px
}
.btn__submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 11px;
	margin: 0;
	box-sizing: border-box;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.2em;
	color: #000;
	background-color: #8d8d8d;
	border: 1px solid #333;
	outline: none
}
.btn-simple, .btn-stroke {
	display: inline-block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	padding: 20px 25px;
	max-width: 280px;
	box-sizing: border-box;
	outline: 0;
	transition: .2s
}
.btn-simple.block, .btn-stroke.block {
	display: table;
	width: 100%
}
.btn-simple.narrow, .btn-stroke.narrow {
	padding: 10px 25px
}
.btn-simple.narrow.icon-after, .btn-stroke.narrow.icon-after {
	position: relative;
	padding-right: 50px
}
.btn-simple.wide-width, .btn-stroke.wide-width {
	max-width: 100%
}
.btn-simple.icon-before:before, .btn-simple.iconed-before:before, .btn-stroke.icon-before:before, .btn-stroke.iconed-before:before {
	font-size: 28px;
	margin-right: 15px

}
.btn-simple.icon-after, .btn-simple.iconed-after, .btn-stroke.icon-after, .btn-stroke.iconed-after {
	position: relative;
	padding-right: 50px
}
.btn-simple.icon-after:after, .btn-simple.iconed-after:after, .btn-stroke.icon-after:after, .btn-stroke.iconed-after:after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 20px;
	line-height: 1em
}
.btn-simple.icon.icon-small:after, .btn-simple.iconed.icon-small:after, .btn-stroke.icon.icon-small:after, .btn-stroke.iconed.icon-small:after {
	font-size: 20px
}
.btn-simple--small, .btn-stroke--small {
	width: 55px
}
.btn-simple--small:before, .btn-stroke--small:before {
	font-size: 22px;
	line-height: 30px
}
.btn-simple {
	transition: background-color .2s linear!important
}
.btn-simple.light {
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #f4f4f4
}
.no-touch .btn-simple.light:hover {
	color: #f4f4f4;
	background-color: #000
}
.btn-simple.grey {
	background-color: #8d8d8d;
	color: #000;
	border: 1px solid #8d8d8d
}
.no-touch .btn-simple.grey:hover {
	color: #8d8d8d;
	background-color: #000
}
.btn-simple.light-grey {
	background-color: #ebebeb;
	color: #000;
	border: 1px solid #ebebeb
}
.no-touch .btn-simple.light-grey:hover {
	color: #ebebeb;
	background-color: #000
}
.btn-simple.mid-grey {
	background-color: #d4d4d4;
	color: #000;
	border: 1px solid #d4d4d4
}
.no-touch .btn-simple.mid-grey:hover {
	color: #d4d4d4;
	background-color: #000
}
.btn-simple.dark-grey {
	background-color: #333;
	color: #fff;
	border: 1px solid #333
}
.no-touch .btn-simple.dark-grey:hover {
	color: #333;
	background-color: #fff
}
.btn-simple.dark {
	background-color: #2b2b2b;
	color: #fff;
	border: 1px solid #2b2b2b
}
.no-touch .btn-simple.dark:hover {
	color: #2b2b2b;
	background-color: #fff
}
.btn-simple.red {
	background-color: #ff282d;
	color: #000;
	border: 1px solid #ff282d
}
.no-touch .btn-simple.red:hover {
	color: #ff282d;
	background-color: #000
}
.btn-simple.red {
	color: #fff;
	background-color: #ff282d;
	border: 1px solid #ff282d
}
.no-touch .btn-simple.red:hover {
	background-color: #fff;
	color: #ff282d
}
.btn-simple.disable {
	cursor: not-allowed;
	background-color: #8d8d8d;
	border-color: #8d8d8d
}
.btn-simple.disable:hover {
	background-color: #8d8d8d!important;
	color: #fff!important;
	border-color: #8d8d8d
}
.btn-simple--small {
	width: 55px
}
.btn-simple--small:before {
	font-size: 22px;
	line-height: 30px
}
.btn-stroke.light {
	color: #f4f4f4;
	border: 1px solid #f4f4f4
}
.no-touch .btn-stroke.light:hover {
	color: #000;
	background-color: #f4f4f4
}
.btn-stroke.grey {
	color: #8d8d8d;
	border: 1px solid #8d8d8d
}
.no-touch .btn-stroke.grey:hover {
	color: #000;
	background-color: #8d8d8d
}
.btn-stroke.light-grey {
	color: #ebebeb;
	border: 1px solid #ebebeb
}
.no-touch .btn-stroke.light-grey:hover {
	color: #000;
	background-color: #ebebeb
}
.btn-stroke.mid-grey {
	color: #d4d4d4;
	border: 1px solid #d4d4d4
}
.no-touch .btn-stroke.mid-grey:hover {
	color: #000;
	background-color: #d4d4d4
}
.btn-stroke.dark-grey {
	color: #333;
	border: 1px solid #333
}
.no-touch .btn-stroke.dark-grey:hover {
	color: #fff;
	background-color: #333
}
.btn-stroke.dark {
	color: #2b2b2b;
	border: 1px solid #2b2b2b
}
.no-touch .btn-stroke.dark:hover {
	color: #fff;
	background-color: #2b2b2b
}
.no-touch .btn-stroke.red:hover {
	color: #000;
	background-color: #ff282d
}
.btn-stroke.red {
	color: #ff282d;
	border: 1px solid #ff282d
}
.no-touch .btn-stroke.red:hover {
	color: #fff;
	background-color: #ff282d
}
.btn-stroke.white {
	color: #fff;
	border: 1px solid #fff
}
.no-touch .btn-stroke.white:hover {
	color: #ff282d;
	background-color: #fff
}
.no-touch .btn-stroke.grey:hover {
	color: #fff
}
.btn-stroke.bg-white {
	background-color: #fff
}
.btn-stroke.bg-white.disable {
	cursor: not-allowed;
	background-color: #ebebeb
}
.btn-stroke.bg-white.disable:hover {
	background-color: #ebebeb

}
.btn-stroke.bg-red {


	background-color: #ff282d;
	color: #fff
}
.btn-stroke.bg-red.disable {
	cursor: not-allowed;
	background-color: #ebebeb
}
.btn-stroke.bg-red.disable:hover {
	background-color: #fff;
	color: #ff282d
}
.btn-stroke.bg-light-grey {
	background-color: #ebebeb
}
.btn-social {
	display: inline-block;
	width: 55px;
	font-size: 0;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	transition: background-color .3s linear
}
.btn-social:before {
	font-family: iconsfont_1467784590;
	font-size: 30px;
	line-height: 40px;
	color: #8d8d8d;
	transition: color .3s linear
}
.btn-social.color {
	border-color: transparent
}
.btn-social.color:before {
	color: #fff
}
.btn-social.facebook:before {
	content: '\ea12'
}
.btn-social.facebook.color {
	background-color: #2e5ba6
}
.no-touch .btn-social.facebook:hover {
	background-color: #fff
}
.no-touch .btn-social.facebook:hover:before {
	color: #2e5ba6
}
.btn-social.office:before {
	content: '\ea1b'
}
.btn-social.office.color {
	background-color: #ec3e02
}
.no-touch .btn-social.office:hover {
	background-color: #fff
}
.no-touch .btn-social.office:hover:before {
	color: #ec3e02
}
.btn-social.twitter:before {
	content: '\ea20'
}
.btn-social.twitter.color {
	background-color: #0091e4
}
.no-touch .btn-social.twitter:hover {
	background-color: #fff
}
.no-touch .btn-social.twitter:hover:before {
	color: #0091e4
}
.btn-social.gcalendar:before {
	content: '\ea0a'
}
.btn-social.gcalendar.color {
	background-color: #ff282d
}
.no-touch .btn-social.gcalendar:hover {
	background-color: #fff
}
.no-touch .btn-social.gcalendar:hover:before {
	color: #ff282d
}
.btn-social.linkedin:before {
	content: '\ea1a'
}
.btn-social.linkedin.color {
	background-color: #1b86bc
}
.no-touch .btn-social.linkedin:hover {
	background-color: #fff
}
.no-touch .btn-social.linkedin:hover:before {
	color: #1b86bc
}
.btn-social.google:before {
	content: '\ea16'
}
.btn-social.google.color {
	background-color: #357cfa
}
.no-touch .btn-social.google:hover {
	background-color: #fff
}
.no-touch .btn-social.google:hover:before {
	color: #357cfa
}
.btn-social.linkedin-inverse:before {
	content: '\ea19'
}
.btn-social.linkedin-inverse.color {
	background-color: #0072b7
}
.no-touch .btn-social.linkedin-inverse:hover {
	background-color: #fff
}
.no-touch .btn-social.linkedin-inverse:hover:before {
	color: #0072b7
}
.btn-social.instagram:before {
	content: '\ea17'
}
.btn-social.instagram.color {
	background-color: #9b6954
}
.no-touch .btn-social.instagram:hover {
	background-color: #fff
}
.no-touch .btn-social.instagram:hover:before {
	color: #9b6954
}
.btn-social.pinterest:before {
	content: '\ea1e'
}
.btn-social.pinterest.color {
	background-color: #cb2027
}
.no-touch .btn-social.pinterest:hover {
	background-color: #fff
}
.no-touch .btn-social.pinterest:hover:before {
	color: #cb2027
}
.btn-social.youtube:before {
	content: '\ea26'
}
.btn-social.youtube.color {
	background-color: #b00
}
.no-touch .btn-social.youtube:hover {
	background-color: #fff
}
.no-touch .btn-social.youtube:hover:before {
	color: #b00
}
.btn-social.issuu:before {
	content: '\ea18'
}
.btn-social.issuu.color {
	background-color: #ed5225
}
.no-touch .btn-social.issuu:hover {
	background-color: #fff
}
.no-touch .btn-social.issuu:hover:before {
	color: #ed5225
}
.btn-social.xing:before {
	content: '\ea25'
}
.btn-social.xing.color {
	background-color: #005d5e
}
.no-touch .btn-social.xing:hover {
	background-color: #fff
}
.no-touch .btn-social.xing:hover:before {
	color: #005d5e
}
.btn-social--small {
	width: 55px
}
.btn-social--small:before {
	font-size: 22px;
	line-height: 30px
}
.cp-accordion__header {
	display: block;
	cursor: pointer
}
.cp-accordion__button {
	cursor: pointer
}
.cp-accordion.closed .cp-accordion__content__wrapper {
	display: none
}
.cp-header {
	display: block;
	position: relative;
	background-color: #ff282d
}
.is-homepage .cp-header {
	display: none
}
.cp-header__top {
	background-color: #ff282d
}
.cp-header h1 {
	color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0
}
.cp-header__logo {
	display: none;
	width: 86px;
	float: right
}
.cp-hero {
	min-height: 300px;
	height: 300px;
	height: 70vh;
	background-color: #2b2b2b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}
.cp-hero__title {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: -.02em;
	color: #ff282d;
	margin-bottom: 10px
}
.cp-hero__subtitle {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1.25em
}
.cp-hero__cta {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	display: inline-block
}
.no-touch .cp-hero__cta:hover {
	color: #ff282d
}
.cp-hero__slider {
	position: relative;
	width: 100%;
	height: 100%
}
.cp-hero__slide, .cp-hero__slides {
	height: 100%;
	overflow: hidden
}
.cp-hero__slide {
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}
.cp-hero__slide .grid-section {
	padding: 20px
}
.cp-hero__slide video {
	position: absolute;
	object-fit: cover
}
.cp-hero__slide__content {
	position: absolute;
	bottom: 0
}
.cp-hero__slide--mobile-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1
}
.cp-hero__slide--mobile-overlay .cp-carousel__bullets, .cp-hero__slide--mobile-overlay .cp-hero__slide__content {
	z-index: 2
}
.cp-hero--text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.cp-hero--text .cp-hero__title {
	font-size: 48px;
	color: #fff
}
.cp-hero--text .cp-hero__slide__content {
	top: 0;
	bottom: auto
}
.cp-hero__poster {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-position: 50%;
	z-index: -1
}
.cp-hero__slide.is-paused .cp-hero__poster {
	z-index: 0
}
.cp-hero__slide.is-playing .cp-hero__poster {
	z-index: -1
}
.cp-searchbar {
	position: relative
}
.cp-searchbar:after {
	content: '';
	display: table;
	clear: both
}
.cp-searchbar input {
	width: 70%;
	float: left
}
.cp-searchbar input+label {
	display: none
}
.cp-searchbar input:invalid:not(:focus)+label {
display:inline-block;
position:absolute;
left:0;
padding:11px;
margin:0;
box-sizing:border-box;
font-family:Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
font-weight:lighter;
font-size:15px;
font-weight:400;
letter-spacing:.02em;
line-height:1.2em;
color:#000;
cursor:text
}
.cp-searchbar button {
	width: 30%;
	float: left
}
.search-section__results:after {
	display: block;
	content: ' ';
	border-bottom: 1px solid #d4d4d4;
	margin: 20px auto 30px
}
.search-section__headline {
	margin-top: 30px;
	font-size: 20px;
	color: #2b2b2b;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	padding: 0 20px
}
.cp-filter-panel {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding-top: 70px;
	z-index: 10;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: transform .8s step-end, opacity .4s linear, visibility .8s step-end;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.vw-products{
	padding-top: 70px;
	}


.cp-filter-panel input[type=radio] {
	display: none
}
.cp-filter-panel__header {





	display: table;
	table-layout: fixed;
	width: 100%
}
.cp-filter-panel__header label {
	display: table-cell;

	width: 50%;
	padding: 25px;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: background-color .2s linear
}
.no-touch .cp-filter-panel__header label:hover h2 {
	color: #ff282d
}
.cp-filter-panel__header label h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	font-size: 22px;
	letter-spacing: -.02em;
	color: #8d8d8d;
	transition: color .2s linear
}
.cp-filter-panel__header label p {
	display: none;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.2em;
	font-size: 20px;
	letter-spacing: 0;
	margin-top: 15px;
	color: #666
}
.cp-filter-panel__header:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-filter-panel__content {
	padding: 20px;
	padding-top: 0
}
.cp-filter-panel__content__filter>label {
	display: block
}
.cp-filter-panel__content__filter>label:first-of-type {
	margin-left: 0
}
.cp-filter-panel__content__search {
	padding: 0 0 25px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	opacity: 1;
	transition: color .2s linear
}
.no-touch .cp-filter-panel__content__search:hover input[type=text]::-webkit-input-placeholder {
color:#ff282d!important
}
.no-touch .cp-filter-panel__content__search:hover input[type=text]:-moz-placeholder, .no-touch .cp-filter-panel__content__search:hover input[type=text]::-moz-placeholder {
color:#ff282d!important
}
.no-touch .cp-filter-panel__content__search:hover input[type=text]:-ms-input-placeholder {
color:#ff282d!important
}
.no-touch .cp-filter-panel__content__search:hover button i:after {
	color: #ff282d
}
.cp-filter-panel__content__search input[type=text] {
	width: 100%;
	margin-right: -80px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: -.02em;
	color: #bbb;
	border: none;
	padding: 10px 30px 5px 0;
	padding-right: 60px;
	border-bottom: 1px solid #8d8d8d;
	transition: color .2s linear;
}
.cp-filter-panel__content__search input[type=text]::-webkit-input-placeholder {
color:#bbb!important;
transition:color .2s linear
}
.cp-filter-panel__content__search input[type=text]:-moz-placeholder, .cp-filter-panel__content__search input[type=text]::-moz-placeholder {
color:#bbb!important;
transition:color .2s linear
}
.cp-filter-panel__content__search input[type=text]:-ms-input-placeholder {
color:#bbb!important;
transition:color .2s linear
}
.cp-filter-panel__content__search input[type=text]:focus {
	color: #ff282d
}
.cp-filter-panel__content__search button {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 65px;
	vertical-align: bottom;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #8d8d8d;
	outline: none;
	cursor: pointer
}
.cp-filter-panel__content__search button i:after {
	font-size: 35px;
	color: #8d8d8d;
	margin-top: 15px;
	opacity: 1;
	transition: color .2s linear
}
.cp-filter-panel #search:checked~.cp-filter-panel__header label[for=search] {
	background-color: #fff
}
.cp-filter-panel #search:checked~.cp-filter-panel__header label[for=search] h2 {
	color: #ff282d
}
.cp-filter-panel #search:checked~.cp-filter-panel__content .cp-filter-panel__content__filter {
	display: none
}
.cp-filter-panel #filter:checked~.cp-filter-panel__header label[for=filter] {
	background-color: #fff
}
.cp-filter-panel #filter:checked~.cp-filter-panel__header label[for=filter] h2 {
	color: #ff282d
}
.cp-filter-panel #filter:checked~.cp-filter-panel__content .cp-filter-panel__content__search {
	display: none
}
.cp-filter-panel__group {
	border-top: 1px solid #d4d4d4
}
.cp-filter-panel__group:last-child {
	border-bottom: 1px solid #d4d4d4
}
.cp-filter-panel__group__header {
	padding: 20px 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;

	font-weight: 700;
	font-size: 18px;
	color: #ff282d
}
.cp-filter-panel__group__header:before {
	content: '-';

	display: inline-block;
	float: left;
	width: 30px;
	text-align: center;
	margin-right: 15px
}
.cp-filter-panel__group__content {
	padding-bottom: 20px;
	list-style: none
}
.cp-filter-panel__group.closed .cp-filter-panel__group__header {
	color: #8d8d8d;
	transition: color .2s linear
}
.cp-filter-panel__group.closed .cp-filter-panel__group__header:before {
	content: '+'
}
.no-touch .cp-filter-panel__group.closed .cp-filter-panel__group__header:hover {
	color: #ff282d
}
.cp-filter-panel__filter {
	padding: 10px 0
}
ul.filter-lighting .cp-filter-panel__filter {
	page-break-inside: avoid;
	break-inside: avoid
}
.cp-filter-panel__filter input[type=checkbox]+label:not(.thumb) {
	color: #666
}
.cp-filter-panel__filter input[type=checkbox]+label:not(.thumb):before {
	background-color: #ebebeb
}
.cp-filter-panel__filter input[type=checkbox]+label.thumb {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.cp-filter-panel__filter input[type=checkbox]+label.thumb span {
	color: #666
}
.cp-filter-panel__filter input[type=checkbox]:checked+label.thumb span:before, .cp-filter-panel__filter input[type=checkbox]:checked+label:not(.thumb):before {
	background-color: #ff282d
}
.cp-filter-panel__indoor, .cp-filter-panel__outdoor {
	margin-top: 30px
}
.cp-filter-panel .filter-indoor[type=radio]:checked~.cp-filter-panel__outdoor, .cp-filter-panel .filter-outdoor[type=radio]:checked~.cp-filter-panel__indoor {
	display: none
}
.cp-filter-panel__buttons {
	margin-top: 30px
}
.cp-filter-panel__buttons__clear {
	margin-top: 20px;
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: -.02em;
	color: #ff282d
}
.cp-breadcrumb__entry, .cp-breadcrumb a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff
}
.cp-breadcrumb__entry {
	font-size: 13px
}
.cp-breadcrumb__entry--hidden {
	opacity: 0;
	transition: .3s ease
}
.cp-breadcrumb__entry--hidden.is-active {
	opacity: 1
}
.cp-breadcrumb a {
	font-size: 13px;
	display: none
}
.no-touch .cp-breadcrumb a:hover {
	color: #2b2b2b
}
.cp-breadcrumb a:before {
	margin: 0 5px;
	text-decoration: none;
	color: #fff
}
.cp-breadcrumb a:last-child {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: regular
}
.cp-breadcrumb__link:before {
	display: none
}
[data-overlay] {
	cursor: pointer
}
.cp-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 90vh;
	z-index: 100;
	overflow: hidden;
	background-color: #ff282d
}
.cp-overlay__wrapper {
	top: 70px
}
.cp-overlay__container, .cp-overlay__wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0
}
.cp-overlay__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0
}
.form-message .cp-overlay__container {
	bottom: auto
}
.ie9 .cp-overlay__container {
	display: table;
	height: 100%
}
.cp-overlay__content {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.cp-overlay__content:empty:before {
	content: 'LOADING';
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.cp-overlay__content.image {
	-ms-flex-positive: 0;
	flex-grow: 0
}
.ie9 .cp-overlay__content.image {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.cp-overlay__content.code, .cp-overlay__content.content-page, .cp-overlay__content.project, .cp-overlay__content.show-element {
	background-color: #fff;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.form-message .cp-overlay__content.code, .form-message .cp-overlay__content.content-page, .form-message .cp-overlay__content.project, .form-message .cp-overlay__content.show-element {
	height: auto
}
.cp-overlay__content.show-element {
	max-width: 868px;
	background: #f4f4f4
}
.cp-overlay__close-wrapper {
	min-height: 1px;
	width: 100%;
	position: relative;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 1200px
}
.show-element .cp-overlay__close-wrapper {
	max-width: 866px
}
.cp-overlay__close {
	position: fixed;
	cursor: pointer;
	top: 5px;
	right: 5px;
	padding: 20px
}
.cp-overlay__close:after {
	color: #fff;
	font-size: 24px;
	transition: color .1s linear
}
.no-touch .cp-overlay__close:hover:after {
	color: #333
}
.cp-overlay__image {
	display: inline-block;
	background-color: #fff;
	position: relative;
	text-align: left
}
.cp-overlay__image__tag img {
	max-height: 75vh
}
.cp-overlay__image__description {
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	color: #8d8d8d;
	padding: 20px;
	-ms-flex-align: center;
	align-items: center
}
.cp-overlay__image__description span {
	-ms-flex-positive: 2;
	flex-grow: 2
}
.cp-overlay.dark-theme, .cp-overlay.dark-theme .vw-code {
	background-color: #000
}
.cp-overlay.is-error .vw-newsletter__subtitle, .cp-overlay.is-success .vw-newsletter__subtitle {
	display: none
}
.cp-overlay.is-error .cp-overlay__content.content-page, .cp-overlay.is-success .cp-overlay__content.content-page {
	height: auto
}
.cp-overlay.is-error .cp-description-box__content, .cp-overlay.is-success .cp-description-box__content {
	text-align: center;
	background-color: #f4f4f4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cp-filter-buttons {
	padding-bottom: 0
}
.cp-filter-buttons .col-6+.col-6 {
	border-left: 1px solid #8d8d8d
}
.cp-filter-buttons .icon-after:after {
	font-size: 32px;
	float: right;
	color: #8d8d8d
}
.cp-filter-buttons__button {
	display: block;
	float: left;
	background-color: #fff;
	border: 1px solid #ebebeb;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 30px;
	color: #8d8d8d;
	padding: 10px
}
.no-touch .cp-filter-buttons__button:hover {
	color: #ff282d
}
.cp-filter-buttons__button span {
	pointer-events: none;
	display: none
}
.cp-filter-buttons__button__add {
	margin-right: 30px
}
.cp-filter-buttons__button__add.icon-after:after {
	margin-left: 15px
}
.cp-filter-buttons__button__view {
	text-align: center;
	float: right
}
.cp-filter-buttons__button__view+.cp-filter-buttons__button__view {
	border-right: none
}
.cp-filter-buttons__button__view.selected {
	background-color: #ebebeb;
	color: #ff282d
}
.cp-filter-buttons__button__search {
	float: right;
	display: none
}
.cp-filter-buttons p {
	display: block;
	clear: both;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 20px 0 0
}
.cp-filter-buttons p strong {
	color: #ff282d
}
.cp-active-filters, .cp-filter-buttons p strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.cp-active-filters {
	display: block;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #fff;
	color: #333
}
.cp-active-filters strong {
	font-weight: 600;
	color: #fff
}
.cp-product-list__thumb__image {
	padding-top: 100%;
	position: relative;
	overflow: hidden
}
.cp-product-list__thumb__image--more-items, .cp-product-list__thumb__image.more-items {
	background-color: #fff;
	padding-top: 100%
}
.cp-product-list__thumb__image--more-items p, .cp-product-list__thumb__image.more-items p {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	line-height: 1.35em;
	color: #8d8d8d;
	letter-spacing: -.02em;
	padding: 15px
}
.cp-product-list__thumb__slider {
	display: block;
	position: absolute;



	overflow: hidden;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	transform-origin: 50% 50%
}
.cp-product-list__thumb__slider.product {
	opacity: 1;
	transform: translateY(0)
}
.cp-product-list__thumb__slider.application {
	opacity: 0;
	transform: translateY(100%)
}
.cp-product-list__thumb__slide {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/App_Themes/iGuzzini/images/global/placeholder.png)
}
.cp-product-list__thumb__slide img.seo-img {
	z-index: 0
}

.cp-product-list__thumb__label.type {
	background-color: #fff;
	font-size: 15px;
	line-height: 1.1em;
	word-break: break-word
}
.cp-product-list__thumb__label.line, .cp-product-list__thumb__label.type {
	height: 80px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	color: #333333;
	transition: background-color .3s linear, color .3s linear;
}
.cp-product-list__thumb__label.line {
	background-color: #ebebeb;
	font-size: 18px;
	line-height: 1.2em
}
.cp-product-list__thumb__label.group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 180px;
	background-color: #ebebeb;
	transition: background-color .3s linear
}
.cp-product-list__thumb__label.group .lumen, .cp-product-list__thumb__label.group .more-icon, .cp-product-list__thumb__label.group .subtitle, .cp-product-list__thumb__label.group .title {
	transition: color .3s linear
}
.cp-product-list__thumb__label.group .title {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -.02em;
	color: #ff282d;
	line-height: 1.2em
}
.cp-product-list__thumb__label.group .more-icon {
	color: #ff282d
}
.cp-product-list__thumb__label.group .more-icon:after {
	width: 20px;
	text-align: center;
	font-size: 28px;
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	color: inherit
}
.cp-product-list__thumb__label.group .subtitle {
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 15px;
	letter-spacing: 0;
	color: #2b2b2b
}
.cp-product-list__thumb__label.group .lumen, .cp-product-list__thumb__label.group .subtitle {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.2em
}
.cp-product-list__thumb__label.group .lumen {
	margin: 10px 0;
	font-size: 14px;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-product-list__thumb__label.group .effects {
	display: block;
	list-style: none;
	margin-left: -5px;
	margin-right: -5px;
	counter-reset: a
}
.cp-product-list__thumb__label.group .effects li {
	display: block;
	float: left;
	width: 20%;
	max-width: 40px;
	font-size: 0;
	padding: 0 2px
}
.cp-product-list__thumb__label.group .effects li:not(.counter) {
	counter-increment: a
}
.cp-product-list__thumb__label.group .effects li img {
	width: 100%;
	height: auto
}
.cp-product-list__thumb__label.group .effects li.counter {
	display: none;
	float: none;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 0 -3px;
	padding: 10px 0 0;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0;
	color: #8d8d8d;
	line-height: 1em;
	white-space: nowrap;
	transition: color .2s linear
}
.cp-product-list__thumb__label.group .effects li.counter:before {
	content: "(5 of " counter(a) " optics)";
	margin-right: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	color: inherit
}
.cp-product-list__thumb__label.group .effects li.counter:after {
	display: none;
	float: none
}
.cp-product-list__thumb__label.group .effects li:nth-child(5)~li:not(.counter) {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	padding: 0
}
.cp-product-list__thumb__label.group .effects li:nth-child(6)~.counter {
	display: block
}
.cp-product-list__thumb__label.group .effects:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.line, .no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.type {
	background-color: #ff282d;
	color: #fff
}
.no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group {
	background-color: #ff282d
}
.no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group .counter, .no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group .lumen, .no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group .more-icon, .no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group .subtitle, .no-touch .cp-product-list__thumb:hover .cp-product-list__thumb__label.group .title {
	color: #fff
}
.cp-side-nav {
	position: relative
}
.cp-side-nav__title {
	font-size: Helvetica-Neue, 'HelveticaNeue-Bold', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -.02em;
	color: #ff282d
}
.cp-side-nav__sub {
	display: none
}
.cp-side-nav__sub.sub-selected {
	display: block
}
.cp-side-nav__items {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	transform: translateZ(0)
}
.cp-side-nav__items.top {
	top: 0!important
}
.cp-side-nav__items.fixed {
	position: fixed;
	top: 70px
}
.cp-side-nav__items.bottom {
	position: absolute;
	bottom: 0
}
.cp-side-nav__items__family {
	display: block;
	position: relative;
	clear: both;
	padding: 10px 0 10px 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.2em;
	color: #ff282d
}
.cp-side-nav__items__family:before {
	margin-right: 10px;
	margin-bottom: 30px
}
.cp-side-nav__items__item {
	display: block;
	position: relative;
	clear: both;
	padding: 10px 0 10px 30px;
	font-family: Microsoft YaHei;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.2em;
	color: #2b2b2b;
	transition: none;
	font-style:normal;
}
.cp-side-nav__items__item.selected+.cp-side-nav__sub {
	display: block
}
.cp-side-nav__items__item i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle
}
.cp-side-nav__items__item i:after {
	font-size: 16px
}
.cp-side-nav__items__item:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #ff282d;
	transform: scaleX(0);
	transform-origin: top left;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1)
}
.cp-side-nav__items__item.selected {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d
}
.cp-side-nav__items__item.selected:before {
	transform: scaleX(1)
}
.cp-side-nav__items__item.selected, .no-touch .cp-side-nav__items__item:hover {
	color: #ff282d
}
.cp-side-nav__sub {
	margin: 0 0 0 22px
}
.cp-side-nav--downloads {
	position: static
}
.cp-side-nav--downloads .cp-side-nav__items {
	padding: 10px 0
}
.cp-side-nav--downloads .cp-side-nav__items.top {
	top: 0!important
}
.cp-side-nav--downloads .cp-side-nav__items.fixed {
	position: fixed;
	top: 70px
}
.cp-side-nav--downloads .cp-side-nav__items__item {
	padding: 10px 0 10px 22px
}
.cp-select {
	position: relative
}
.cp-select select {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: transparent;
	outline: none
}
.cp-select.white select {
	border: 1px solid #2b2b2b;
	color: #8d8d8d
}
.cp-select.dark select {
	border: 1px solid #2b2b2b;
	color: #2b2b2b;
	background-color: #fff
}
.cp-select.dark:before {
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	background: #2b2b2b
}
.cp-select.dark:before, .cp-select:after {
	content: '';
	pointer-events: none;
	position: absolute
}
.cp-select:after {
	height: 9px;
	width: 9px;
	right: 70px;
	top: 35%;
	background: transparent;
	border: 2px solid #8d8d8d;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg)
}
.cp-masonry {
	display: block;
	-moz-column-width: 300px;
	column-width: 300px;
	-moz-column-gap: 0;
	column-gap: 0;
	list-style: none;
	margin-left: -10px;
	margin-right: -10px
}
.cp-masonry.is-empty {
	margin: 0
}
.cp-masonry__cell {
	width: 100%;
	padding: 10px
}
.cp-masonry__cell, .cp-project-thumb {
	display: inline-block;
	position: relative
}
.cp-project-thumb {
	width: 100.1%;
	background-color: #ff282d;
	font-size: 0;
	transition: .5s;
	opacity: 0
}
.cp-project-thumb.isShowed, .isShowed.cp-project-thumb {
	opacity: 1
}
.cp-project-thumb img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity .2s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.cp-project-thumb__photos {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	padding: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #ff282d;
	background-color: hsla(0,0%,100%,.8)
}
.cp-project-thumb__photos:before {
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px
}
.cp-project-thumb__label {
	display: block;
	padding: 20px;
	position: relative;
	background-color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2em;
	color: #8d8d8d;
	transition: color .2s linear, background-color .2s linear
}
.cp-project-thumb__location {
	display: block;
	margin-top: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d
}
.cp-project-thumb__location:before {
	font-size: 20px;
	line-height: 20px;
	color: #ff282d;
	margin-right: 5px
}
.cp-project-thumb.cp-project-thumb--hover img, .no-touch .cp-project-thumb:hover img {
	opacity: .3
}
.cp-project-thumb.cp-project-thumb--hover .vw-galleries__thumb__label, .no-touch .cp-project-thumb:hover .vw-galleries__thumb__label {
	color: #fff;
	background-color: #ff282d
}
.cp-project-thumb--search {
	opacity: 1
}
.cp-project-thumb--search .cp-project-thumb__label {
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4
}
.cp-news-thumb {
	background: #fff
}
.cp-news-thumb, .cp-news-thumb__visual img {
	display: block;
	width: 100%
}
.cp-news-thumb__legend h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #8d8d8d;
	margin-bottom: 8px
}
.cp-news-thumb__legend span {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em
}
.cp-event-thumb {
	margin-bottom: 30px
}
.cp-event-thumb__visual {
	min-width: 150px;
	vertical-align: middle
}
.cp-event-thumb__visual img {
	width: 100%;
	display: block
}
.cp-event-thumb__content {
	width: 100%
}
.cp-event-thumb__content h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #8d8d8d;
	line-height: 1em;
	letter-spacing: -.02em;
	margin: 30px 0 15px
}
.cp-event-thumb__content p {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 1.5em;
	max-width: 820px;
	margin-bottom: 20px
}
.cp-event-thumb__location {
	min-width: 180px
}
.cp-event-thumb__location p {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 1.5em
}
.cp-event-thumb__date {
	min-width: 180px
}
.cp-event-thumb__date p {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px
}
.cp-event-thumb__link {
	min-width: 150px

}
.cp-event-thumb__link a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #8d8d8d;
	display: inline-block;
	padding: 20px;
	border: 1px solid #8d8d8d
}
.cp-case-study-thumb {
	display: table;
	width: 100%;
	height: 465px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.cp-case-study-thumb:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
	background-color: #fff
}
.cp-case-study-thumb.hidden:after {

	transform: scaleY(1)
}
.cp-case-study-thumb:not(.hidden):after {
	transform: scaleY(0);
	transition: transform 1.2s cubic-bezier(.645, .045, .355, 1)
}
.cp-case-study-thumb a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	transition: background-color .3s linear
}
.no-touch .cp-case-study-thumb a:hover {
	background-color: rgba(255,40,45,.5)
}
.cp-case-study-thumb a header {
	margin-bottom: 20px
}
.cp-case-study-thumb a header h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -.02em;
	color: #fff;
	opacity: 1
}
.cp-case-study-thumb a header p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	opacity: 1
}
.cp-case-study-thumb a header.hidden h2, .cp-case-study-thumb a header.hidden p {
	opacity: 0
}
.cp-case-study-thumb a header:not(.hidden) h2, .cp-case-study-thumb a header:not(.hidden) p {
	transition: opacity 1.2s linear
}
.cp-case-study-thumb--search {
	height: 340px;
	background-position: 50%
}
.cp-case-study-thumb--search .cp-case-study-thumb__link {
	padding: 10px
}
.cp-case-study-thumb--search .cp-case-study-thumb__headline {
	font-size: 36px
}
.cp-case-study-thumb--search .cp-case-study-thumb__location {
	font-size: 20px
}
.cp-case-study-intro-text {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	line-height: 1.7em;
	color: #ff282d;
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-case-study-html-text {
	padding: 30px 20px
}
.cp-case-study-html-text h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.133;
	letter-spacing: -.02em;
	color: #333;
	margin-bottom: .433em
}
.cp-case-study-html-text h2+div p, .cp-case-study-html-text h2+h3, .cp-case-study-html-text h2+p {
	margin-top: 40px
}
.cp-case-study-html-text h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.2em;
	color: #333
}
.cp-case-study-html-text h3+div p, .cp-case-study-html-text h3+p {
	margin-top: 30px
}
.cp-case-study-html-text p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: -.02em;
	font-size: 16px;
	line-height: 1.875;
	color: #666
}
.cp-case-study-html-text p+h3 {
	margin-top: 50px
}
.cp-case-study-html-text p+p {
	margin-top: 25px
}
.cp-case-study__highlighted p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: 0;
	color: #ff282d
}
.cp-case-study-quote {
	padding-top: 1em;
	margin-bottom: 3em
}
.cp-case-study-quote blockquote {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-style: lighter;
	font-weight: 200;
	color: #8d8d8d
}
.cp-case-study-quote blockquote:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-case-study-quote blockquote span {
	position: relative;
	font-style: italic;
	font-size: 18px;
	line-height: 1.25em
}
.cp-case-study-quote blockquote span:after, .cp-case-study-quote blockquote span:before {
	color: #ff282d;

	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 30px;
	font-style: bold
}
.cp-case-study-quote blockquote span:before {
	content: '\201C';
	margin-right: 10px;
	padding: 5px
}
.cp-case-study-quote blockquote span:after {
	content: '\201D';
	margin-left: 10px;
	padding: 5px
}
.cp-case-study-quote blockquote footer {
	width: 75%;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: .02em
}
.cp-case-study-quote blockquote footer strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.cp-case-study-quote blockquote footer img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	margin-right: 20px
}
.cp-case-study-quote blockquote footer cite {
	white-space: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle
}
.cp-case-study-full-image.no-gutter {
	margin-left: -20px;
	margin-right: -20px
}
.cp-case-study-full-image.no-gutter img {
	display: block;
	margin: auto;
	max-width: 100%
}
.cp-case-study-tree-images {
	position: relative
}
.cp-case-study-tree-images__spacer {
	display: none
}
.cp-case-study-tree-images__table {
	display: block
}
.cp-case-study-image {
	position: relative;
	background-color: #ff282d
}
.cp-case-study-image__bg {
	width: 100%;
	padding-top: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	transition: opacity .2s linear
}
.cp-case-study-image__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.cp-case-study-image__content__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity .2s linear;
	text-align: center
}
.cp-case-study-image__content__text p {
	color: #fff;
	margin-top: 10px
}
.cp-case-study-image__content:after {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px
}
.no-touch .cp-case-study-image:hover .cp-case-study-image__bg {
	opacity: .1
}
.no-touch .cp-case-study-image:hover .cp-case-study-image__content__text {
	opacity: 1
}
.cp-case-study-comparison {
	position: relative;
	width: 100%;
	background-color: #8d8d8d;
	font-size: 0;
	overflow: hidden
}
.cp-case-study-comparison__before {
	width: auto;
	height: 100%
}
.cp-case-study-comparison__after {
	width: 100%;
	height: auto
}
.cp-case-study-comparison__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-right: 1px solid #fff;
	overflow: hidden
}
.cp-case-study-comparison__controls {
	display: block;
	position: absolute;
	width: 80px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -40px;
	background-image: url(../images/global/comparison_controller.png);
	background-size: contain;
	background-position: 50%;
	cursor: pointer;
	opacity: 0;
	transition: opacity .2s linear
}
.no-touch .cp-case-study-comparison:hover .cp-case-study-comparison__controls {
	opacity: 1
}
.cp-case-study-sketchfab {
	position: relative;
	padding-top: 60%
}
.cp-case-study-sketchfab iframe {
	position: absolute;
	top: 0;
	left: 0
}
.cp-sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky
}
.cp-image-square {
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden
}
.cp-image-square__image img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
.no-touch .cp-image-square:hover .cp-image-square__overlay {
	transform: translateY(0)
}
.cp-image-square__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,100%,.7);
	border-top: 3px solid #ff282d;
	padding: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d;
	transform: translateY(100%);
	transition: transform .3s cubic-bezier(.455, .03, .515, .955)
}
.cp-image-square__overlay:before {
	margin-right: 5px
}
.cp-filter {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #8d8d8d
}
.cp-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	padding: 25px 70px 9px 20px;
	background-color: transparent;
	background-image: none;
	outline: 0;
	color: #000;
	opacity: 1;
	transition: opacity .5s linear .15s;
	cursor: pointer
}
.cp-filter .cp-filter__title, .cp-filter select {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700
}
.cp-filter .cp-filter__title {
	position: absolute;
	top: 18px;
	left: 20px;
	padding: 0;
	line-height: 1em;
	letter-spacing: 0;
	color: #8d8d8d;
	pointer-events: none;
	transform-origin: 0 0;
	transform: translateY(-5px) scale(.73);
	transition: transform .8s cubic-bezier(.19, 1, .22, 1)
}
.cp-filter:before {
	float: right;
	width: 50px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	border-left: 1px solid #8d8d8d;
	margin-left: -50px
}
.OnSiteSliderButton {
	position: fixed;
	right: 150px
}
body.DesignMode .theme__wrapper__nav, body.EditMode .theme__wrapper__nav {
	position: absolute
}
body.DesignMode.is-homepage .theme__wrapper__nav, body.EditMode.is-homepage .theme__wrapper__nav {
	display: none
}
body.DesignMode .col-12.cp-case-study-tree-images__table__col .WebPart_custom>div>div, body.DesignMode .col-12.cp-case-study-tree-images__table__col div[class*=WebPart], body.EditMode .col-12.cp-case-study-tree-images__table__col .WebPart_custom>div>div, body.EditMode .col-12.cp-case-study-tree-images__table__col div[class*=WebPart] {
	height: inherit
}
body.DesignMode .col-12.cp-case-study-tree-images__table__col div[class*=WebPartHeader], body.EditMode .col-12.cp-case-study-tree-images__table__col div[class*=WebPartHeader] {
	height: 0
}
body.DesignMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix div[class*=WebPart], body.EditMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix div[class*=WebPart] {
	height: 100%
}
body.DesignMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix div[class*=WebPartHeader], body.EditMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix div[class*=WebPartHeader] {
	height: 0
}
body.DesignMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix .col-12, body.EditMode .col-12.cp-case-study-tree-images__table__col .WebPart.height-fix .col-12 {
	height: 100%
}
table.LayoutTable {
	width: 100%
}
.cp-photometric-data {
	color: #333
}
.cp-photometric-data__tool {
	margin-top: 15px;
	background-color: #f4f4f4
}
.cp-photometric-data__filters .cp-filter select {
	width: 300px
}
.cp-photometric-data__filters .cp-filter+.cp-filter {
	margin-left: 20px
}
.cp-photometric-data__diagrams img {
	width: 100%;
	height: auto
}
.cp-photometric-data__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.cp-photometric-data__params input[type=checkbox]+label {
	font-size: 14px
}
.cp-photometric-data__params input[type=text] {
	line-height: 1em;
	border: none;
	outline: none;
	padding: 10px 15px;
	max-width: 100px
}
.cp-photometric-data__params input[type=text], .cp-photometric-data__params input[type=text]+label {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #8d8d8d
}
.cp-photometric-data__params input[type=text]+label {
	margin-left: 20px;
	line-height: 30px
}
.cp-photometric-data__buttons {
	margin-top: 20px
}
.cp-photometric-data__buttons a+a {
	margin-left: 10px
}
.cp-photometric-data__param+.cp-photometric-data__param {
	margin-top: 10px
}
.social-post-wrapper {
	position: relative;
	padding-bottom: 100%
}
.cp-social-post {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	background-color: #00c2ec;
	transition: .5s ease-out;

	opacity: 0
}
.cp-social-post.active {
	opacity: 1;
	z-index: 1
}
.no-touch .cp-social-post:hover .cp-social-post__image {
	transform: scale(1.05) rotate(.001deg)
}
.cp-social-post__content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0 20px 30px;
	overflow: hidden
}
.cp-social-post__content:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	display: block;
	z-index: 1;
	pointer-events: none
}
.cp-social-post__content a {
	color: inherit
}
.cp-social-post__content-inner {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	position: relative;
	margin-right: -17px;
	padding: 0 47px 0 0
}
.cp-social-post__label {
	display: inline-block;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 30px;
	color: #fff;
	z-index: 2
}
.cp-social-post__label:before {
	margin-right: 10px;
	color: #00add3;
	font-size: 30px;
	line-height: 30px
}
.cp-social-post .cp-social-post__link-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: 1
}
.cp-social-post__message {
	display: block;
	margin-top: 5px;
	word-wrap: break-word;
	padding-top: 30px;
	z-index: 1
}
.cp-social-post__message, .cp-social-post__message a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -.02em;
	line-height: 1.5em;
	color: #fff;
	position: relative
}
.cp-social-post__message a {
	margin-top: 20px
}
.cp-social-post__message a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}
.cp-social-post__image-wrapper {
	overflow: hidden;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}
.cp-social-post__image {
	display: none;
	transition: transform .4s;
	transform: translateZ(0);
	will-change: transform
}
.cp-social-post.twitter .cp-social-post__content:after {
	background: linear-gradient(180deg, rgba(0,194,236,0) 0, #00c2ec 59%, #00c2ec 99%);
	background: -webkit-linear-gradient(180deg, rgba(0,194,236,0) 0, #00c2ec 59%, #00c2ec 99%)
}
.cp-social-post.instagram {
	background-color: #fff
}
.cp-social-post.instagram .cp-social-post__content:after {
	background: linear-gradient(180deg, hsla(0,0%,100%,0) 0, #fff)
}
.cp-social-post.instagram .cp-social-post__label, .cp-social-post.instagram .cp-social-post__label:before, .cp-social-post.instagram .cp-social-post__message, .cp-social-post.instagram .cp-social-post__message a {
	color: #000
}
.no-touch .cp-social-post.instagram .cp-social-post__message a:hover {
	color: #666
}
.cp-social-post.instagram .cp-social-post__image:before {
	background-color: #fff
}
.cp-social-post.facebook {
	background-color: #474f92
}
.cp-social-post.facebook .cp-social-post__content:after {
	background: linear-gradient(180deg, rgba(71,79,146,0) 0, #474f92 59%, #474f92 99%);
	background: -webkit-linear-gradient(180deg, rgba(71,79,146,0) 0, #474f92 59%, #474f92 99%)
}
.cp-social-post.facebook .cp-social-post__label {
	color: #fff
}
.cp-social-post.facebook .cp-social-post__label:before {
	color: #7e86c1
}
.cp-social-post.facebook .cp-social-post__message, .cp-social-post.facebook .cp-social-post__message a {
	color: #fff
}
.no-touch .cp-social-post.facebook .cp-social-post__message a:hover {
	color: #ebebeb
}
.cp-social-post.facebook .cp-social-post__image:before {
	background-color: #474f92
}
.cp-social-post.pinterest {
	background-color: #a62535
}
.cp-social-post.pinterest .cp-social-post__content:after {
	background: linear-gradient(180deg, rgba(166,37,53,0) 0, #a62535 59%, #a62535 99%);
	background: -webkit-linear-gradient(180deg, rgba(166,37,53,0) 0, #a62535 59%, #a62535 99%)
}

.cp-social-post.pinterest .cp-social-post__label {
	color: #fff
}
.cp-social-post.pinterest .cp-social-post__label:before {
	color: #da5768
}
.cp-social-post.pinterest .cp-social-post__message, .cp-social-post.pinterest .cp-social-post__message a {
	color: #fff
}
.no-touch .cp-social-post.pinterest .cp-social-post__message a:hover {
	color: #ebebeb
}
.cp-social-post.pinterest .cp-social-post__image:before {
	background-color: #a62535
}
.palette {
	line-height: 1.3;
	padding-bottom: 20px
}
.palette__header {
	background: #ebebeb
}

.palette__headline {
	color: #ff282d;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	line-height: 1.3;
	max-width: 1140px;
	margin: 0 auto
}
.palette__wrap {
	max-width: 1200px
}
.palette__subhead {
	font-size: 20px;
	line-height: 1.5
}
.palette__container {
	opacity: 1;
	transition: opacity .4s;
	pointer-events: auto;
	margin-top: 20px
}
.palette__container.is-loading {
	opacity: .5;
	pointer-events: none
}
.palette__view {
	width: 100%;
	background-position: 50%;
	background-size: cover;
	position: relative;
	padding-bottom: 50%
}
.palette__cache {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden
}
.palette__canvas {
	width: 100%
}
.palette__canvas, .palette__frame-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.palette__frame, .palette__raster {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 130%;
	margin-left: -15%
}
.palette__mobile-note {
	padding: 5px 0;
	margin: 10px 0;
	color: #ff282d;
	font-size: 16px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	letter-spacing: -.02em
}
.ie9 .palette__selectors {
	overflow: hidden
}
.palette__selector-block {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}
.palette .social-buttons {
	margin: 10px 0 0
}
.palette .btn-social {
	margin: 0 5px
}
.palette-selctor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding: 15px 20px 20px;
	background: #ebebeb;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	margin: 10px 0
}
.palette-selctor:first-child {
	margin-left: 0
}
.ie9 .palette-selctor {
	float: left;
	width: 32%;
	margin-left: 2%
}
.ie9 .palette-selctor:first-child {
	margin-left: 0
}
.palette-selctor__headline {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: -.01em
}
.palette-selctor__headline:after {
	content: '\ea07';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-family: iconsfont_1467784590;
	font-size: 20px;
	line-height: 1em
}
.closed .palette-selctor__headline:after {
	content: '\ea01'
}
.palette-selctor__color-box {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	margin: 12px 0 0 -4%;
	width: 102%
}
.palette-selctor__color-item {
	box-sizing: border-box;
	float: left;
	width: 21%;
	padding-bottom: 21%;
	margin: 0 0 4.1% 4%;
	height: 1px;
	border: 1px solid #8d8d8d;
	background-position: 50%;
	background-size: cover;
	cursor: pointer
}
.palette-selctor__color-item.is-active, .palette-selctor__color-item:focus {
	border: 1px solid #ff282d;
	outline: none
}
.palette-selctor__color-item--blue {
	background-color: #378ec8
}
.palette-selctor__color-item--canary-yellow {
	background-color: #fad91c
}
.palette-selctor__color-item--grey {
	background-color: #8693a4
}
.palette-selctor__color-item--green {
	background-color: #56b36e
}
.palette-selctor__color-item--light-blue {
	background-color: #66bdaa
}
.palette-selctor__color-item--magenta {
	background-color: #e34e82
}
.palette-selctor__color-item--middle-red {
	background-color: #be767d
}
.palette-selctor__color-item--mustard {
	background-color: #c6a96b
}
.palette-selctor__color-item--orange {

	background-color: #f18834

}
.palette-selctor__color-item--pink {
	background-color: #e9a2ba
}
.palette-selctor__color-item--purple {
	background-color: #8e5a9e
}
.palette-selctor__color-item--red {
	background-color: #d92a46
}
.palette-selctor__color-item--black-matte {
	background-color: #252525
}
.palette-selctor__color-item--cream {
	background-color: #fff9e5
}
.palette-selctor__color-item--dark-gray {
	background-color: #464646
}
.palette-selctor__color-item--light-grey {
	background-color: #e1e1e1
}
.palette-selctor__color-item--white {
	background-color: #fff
}
.palette-selctor__color-item--black {
	background-color: #000
}
.palette-selctor__color-item--frame-grey {
	background-color: #a1a1a1
}
.palette-selctor__color-item--minimal {
	background-color: #fff
}
.palette-selctor__note {
	display: none;
	font-size: 12px;
	line-height: 1.3;
	color: #ff282d;
	letter-spacing: -.02em
}
.palette-foot {
	margin-top: 30px
}
.palette-foot__headline {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -.02em
}
.palette-foot__copy {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px 0
}
.palette-foot__copy--large {
	font-size: 15px;
	margin: 35px 0 25px
}
.cp-code-downloads {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	list-style-type: none;
	background-color: #ebebeb
}
.cp-code-downloads h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0;
	padding: 10px 0;
	color: #ff282d
}
.cp-code-downloads ul {
	list-style: none;
	margin-bottom: 10px
}
.cp-code-downloads li {
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0
}
.cp-code-downloads li a {
	display: inline-block;
	padding-left: 42px;
	position: relative;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.no-touch .cp-code-downloads li a:hover {
	color: #ff282d
}
.cp-code-downloads li ul a:before {
	content: attr(data-type);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	padding: 14px 0 7px;
	background-color: #8d8d8d;
	color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 8px;
	line-height: 8px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/global/download_icon.gif);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 100% 0
}
.cp-code-downloads ul+h3 {
	margin-top: 25px
}
.cp-code-downloads .btn-simple {
	margin-top: 30px
}
.cp-code-downloads .cp-accordion {
	padding: 0;
	border-bottom: 1px solid #c7c7c7
}
.cp-code-downloads .cp-accordion:last-of-type {
	border-bottom: 1px solid #c7c7c7
}
.cp-code-downloads .cp-accordion.closed .cp-accordion__button:after {
	content: '\ea01'
}
.cp-code-downloads .cp-accordion.closed h3 {
	color: #8d8d8d
}
.cp-code-downloads .cp-accordion__button {
	position: relative
}
.cp-code-downloads .cp-accordion__button:after {
	content: '\ea07';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-family: iconsfont_1467784590;
	font-size: 20px;
	line-height: 1em
}
.cp-code-downloads .cp-accordion__content {
	margin: 0 0 30px 20px
}
.cp-code-downloads .cp-accordion__content li {
	margin-bottom: 15px
}
.cp-code-info h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0;
	color: #333;
	margin-bottom: 20px
}
.cp-code-info ul {
	list-style: none
}
.cp-code-info li {
	display: inline;
	margin-right: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;

	color: #8d8d8d
}
.cp-code-info li strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.cp-code-info li .description-box {
	display: inline-block;
	font-size: 11px;
	line-height: 12.5px;
	position: relative;
	top: -3px
}
.cp-code-info ul+ul {
	margin-top: 30px
}
.cp-code-info__features li {
	display: block;
	margin-right: 0
}
.cp-code-info__features li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #ff282d;
	vertical-align: middle;
	margin-right: 10px
}
.cp-code-info__features li+li {
	margin-top: 15px
}
.cp-code-info__colors li {
	display: block;
	font-size: 12px;
	margin-right: 0
}
.cp-code-info__colors li img {
	margin-right: 10px;
	vertical-align: middle
}
.cp-code-info__colors li+li {
	margin-top: 10px
}
.colors-list li {
	display: block;
	font-size: 12px;
	margin-right: 0
}
.colors-list li img {
	margin-right: 10px;
	vertical-align: middle
}
.colors-list li+li {
	margin-top: 10px
}
.product-tooltip {
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background: #ff3d2e;
	text-decoration: none;
	text-align: center;
	border-radius: 50%;
	border: none;
	transition: background .1s linear;
	position: relative;
	box-sizing: border-box;
	cursor: pointer
}
.product-tooltip:before {
	opacity: 0;
	width: 72vw;
	white-space: normal;
	bottom: 100%;
	left: 0;
	margin-bottom: 8px;
	transform-origin: top;
	pointer-events: none;
	transition: all .18s ease-out;
	z-index: 10;
	font-size: 12px;
	content: attr(data-tooltip);
	position: absolute;
	color: #fff;
	background: #8d8d8d;
	padding: .5em 1em;
	border-radius: 4px;
	box-sizing: border-box
}
.no-touch .product-tooltip:hover {
	color: #fff
}
.product-tooltip:hover:before {
	opacity: 1;
	pointer-events: auto
}
.product-options__col {
	vertical-align: top;
	display: block;
	margin: 10px 0 0
}
.product-options__item {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px
}
.product-options__value-light {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif
}
.cp-code-images__preview {
	display: block;
	position: relative;
	list-style: none;
	padding-top: 100%;
	background-color: #f4f4f4
}
.cp-code-images__preview__item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .5s linear
}
.cp-code-images__preview__item img.seo-img {
	z-index: 1
}
.cp-code-images__thumbs {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px
}
.cp-code-images__thumbs__item {
	float: left;
	width: 33.33333333%;
	padding: 0 10px
}
.cp-code-images__thumbs:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-code-images__thumb {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 1px solid #ebebeb;
	cursor: pointer;
	display: block
}
.cp-code-images input[type=radio] {
	display: none
}
.cp-code-images input[type=radio]:nth-of-type(1):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(1), .cp-code-images input[type=radio]:nth-of-type(2):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(2), .cp-code-images input[type=radio]:nth-of-type(3):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(3), .cp-code-images input[type=radio]:nth-of-type(4):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(4), .cp-code-images input[type=radio]:nth-of-type(5):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(5), .cp-code-images input[type=radio]:nth-of-type(6):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(6), .cp-code-images input[type=radio]:nth-of-type(7):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(7), .cp-code-images input[type=radio]:nth-of-type(8):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(8), .cp-code-images input[type=radio]:nth-of-type(9):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(9), .cp-code-images input[type=radio]:nth-of-type(10):checked~.cp-code-images__preview .cp-code-images__preview__item:nth-of-type(10) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-code-accessories {
	background-color: #f4f4f4;
	padding: 20px
}
.cp-code-accessories>ul {
	list-style: none
}
.cp-code-accessories>ul>li {
	border-bottom: 1px solid #d4d4d4
}
.cp-code-accessories>ul>li.hidden {
	display: none
}
.cp-code-accessories__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}
.cp-code-accessories__item__thumb {
	-ms-flex-preferred-size: 85px;
	flex-basis: 85px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 85px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 10px
}
.cp-code-accessories__item__description {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	color: #8d8d8d
}
.cp-code-accessories__item__description h4 {
	font-size: 26px;
	color: #ff282d;
	margin: 0 0 .155em
}
.cp-code-accessories__item__description ul {
	list-style: none;
	margin-top: 10px
}
.cp-code-accessories__item__description li {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1em;
	display: block
}
.cp-code-accessories__item__description li:last-child {
	margin-right: 0
}
.cp-code-accessories__item__download {
	display: none;
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.cp-code-accessories__item__download a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d
}
.cp-code-accessories__item__download a:after {
	float: none;
	margin-left: 15px;
	font-size: 20px;
	line-height: 20px
}
.no-touch .cp-code-accessories__item__download a:hover {
	color: #ff282d
}
.cp-code-accessories--search {
	background: none;
	margin-top: 50px
}
.cp-code-accessories--search .cp-code-accessories__list-items {
	padding: 0
}
.cp-code-accessories--search .cp-code-accessories__item-container {
	display: block;
	background-color: #f4f4f4
}
.cp-code-accessories--search .cp-code-accessories__item-container:first-child {
	padding-top: 30px
}
.cp-code-accessories--search .cp-code-accessories__item-container:last-child, .cp-code-accessories--search .cp-code-accessories__item-container:last-of-type {
	padding-bottom: 30px
}
.cp-code-accessories--search .cp-code-accessories__item {
	border-bottom: 1px solid #d4d4d4;
	margin: 0 20px
}
.cp-code-accessories--search .cp-code-accessories__related-header {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: -.01em;
	color: #ff282d;
	padding-top: 50px
}
.cp-description-box {
	word-break: break-word
}
.vw-product .cp-description-box {
	margin-bottom: 20px
}
.cp-description-box__content, .cp-description-box__image {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.cp-description-box__image {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}
.show-blade-element .cp-description-box__image {
	height: 200px
}
.cp-description-box__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	padding: 25px
}
.cp-description-box__content--spaced {

	padding: 35px
}
.cp-description-box__content header {
	margin-bottom: 20px
}
.cp-description-box__content header h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #ff282d;
	line-height: 1em;
	letter-spacing: -.02em
}
.cp-description-box__content header p {
	font-size: 26px;
	color: #8d8d8d;
	line-height: 1em
}
.cp-description-box__content header p, .cp-description-box__content p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;

	font-weight: lighter;
	letter-spacing: 0
}
.cp-description-box__content p {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 1.75em
}
.cp-description-box__content p+a {
	margin-top: 30px
}
.cp-description-box__content.bottom {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cp-description-box__content.middle {
	-ms-flex-pack: center;
	justify-content: center
}
.cp-description-box__content.justify .cp-description-box__copy {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cp-description-box__copy {
	color: #666
}
.cp-description-box__title {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #ff282d;
	line-height: 1em;
	letter-spacing: -.02em;
	margin-bottom: 10px
}
.cp-description-box__subtitle {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	color: #8d8d8d;
	line-height: 1em;
	letter-spacing: 0;
	margin-bottom: 10px
}
.cp-description-box__subtitle--small {
	color: #333;
	line-height: 1.33em;
	letter-spacing: -.02em;
	margin-bottom: 0;
	font-size: 20px
}
.cp-description-box__text {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 1.75em;
	color: #8d8d8d;
	letter-spacing: 0;
	margin-bottom: 1em
}
.cp-description-box_content-center {
	-ms-flex-pack: center;
	justify-content: center
}
.cp-description-box__cta {
	margin-top: 15px
}
.cp-description-box__cta .btn-stroke {
	font-size: 16px
}
.cp-description-box_text-center {
	text-align: center
}
.cp-description-box__list {
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin-top: 0;
	-moz-column-width: 180px;
	column-width: 180px;
	-moz-column-gap: 30px;
	column-gap: 30px
}
.cp-description-box__item {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%
}
.cp-description-box__item b {
	color: #ff282d
}
.cp-description-box--black {
	background-color: #000
}
.cp-description-box--black .cp-description-box__content {
	color: #fff;
	padding-bottom: 40px!important;
	padding-top: 40px!important;
	background-color: transparent
}
.cp-description-box--black .cp-description-box__copy {
	color: #fff
}
.cp-description-box--black .cp-description-box__image {
	background-size: contain;
	min-height: 300px
}
.cp-description-box--about .cp-description-box__copy {
	font-size: 20px;
	line-height: 26px;
	max-width: 535px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif
}
.cp-description-box--about .cp-description-box__image {
	background-size: auto;
	min-height: 775px
}
.cp-description-box--white {
	max-width: 1100px;
	margin: 0 auto
}
.cp-description-box--white p {
	font-size: 16px;
	line-height: 20px
}
.cp-description-box--white .cp-description-box__content {
	padding: 20px
}
.cp-description-box--white .cp-description-box__subtitle {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px
}
.cp-description-box--grey {
	background: #f4f4f4
}
.cp-description-box--grey .cp-description-box__content {
	background: none;
	padding: 90px 35px 35px
}
.cp-description-box--grey .cp-description-box__subtitle {
	font-size: 30px;
	line-height: 36px
}
.cp-description-box--text .cp-description-box__copy {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%

}
.cp-description-box--text .cp-description-box__content {
	min-height: 250px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 1100px;
	margin: 0 auto
}
.cp-description-box--imgright .cp-description-box__subtitle {
	margin-bottom: 20px
}
.cp-description-box--imgright .cp-description-box__content {
	background: none;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	z-index: 2
}
.cp-description-box--imgright .cp-description-box__image {
	background-position: 100%;
	background-size: contain;
	margin-left: 20px
}
.cp-description-box--imgright-content.cp-description-box--imgright {
	margin-top: -60px
}
.cp-description-box--imgright-content.cp-description-box--imgright .cp-description-box__content {
	padding: 0 35px 35px;
	min-height: inherit;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%
}
.hidden-block {
	display: none
}
.cp-products-inspiration {
	display: block;
	padding: 20px
}
.cp-products-inspiration hr {
	display: block;
	height: 1px;
	background-color: #d4d4d4;
	border: none
}
.cp-products-inspiration h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	color: #8d8d8d;
	line-height: 1em;
	letter-spacing: -.01em;
	margin-top: 50px;
	margin-bottom: 50px
}
.cp-products-inspiration .cp-masonry__cell:after {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	opacity: 0;
	transition: opacity .3s linear
}
.no-touch .cp-products-inspiration .cp-masonry__cell:hover:after {
	opacity: 1
}
.cp-featured-area__item {
	display: block;
	position: relative;
	height: 200px;
	color: #fff;
	overflow: hidden;
	transition: color .2s linear;
	padding: 20px
}
.cp-featured-area__item:after {
	display: none;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	font-size: 50px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	transition: color .2s linear, right .2s ease
}
.cp-featured-area__item:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, transparent 0, #000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1)
}
.no-touch .cp-featured-area__item:hover {
	color: #ff282d
}
.no-touch .cp-featured-area__item:hover:after {
	color: #ff282d;
	right: -5px
}
.no-touch .cp-featured-area__item:hover .cover-image {
	transform: scale(1.05) rotate(.001deg)
}
.cp-featured-area__item h4 {
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	margin-bottom: 5px
}
.cp-featured-area__item h4, .cp-featured-area__item p {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: inherit;
	position: relative
}
.cp-featured-area__item p {
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0
}
.cp-product-overview__preview {
	display: block;
	position: relative;
	list-style: none;
	padding-top: 50%;
	background-color: #000
}
.cp-product-overview__preview__item {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.cp-product-effects:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-product-effects__preview {
	display: block;
	position: relative;
	list-style: none;
	padding-top: 50%;
	background-color: #000
}
.cp-product-effects__preview__item {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .5s linear
}
.cp-product-effects__preview__item:before {
	content: attr(data-label);
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff
}
.cp-product-effects__thumb__indoor {
	display: inline-block;
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 2px;

	margin-top: 1px;
	cursor: pointer;
	opacity: .2;
	transition: opacity .2s linear;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.no-touch .cp-product-effects__thumb__indoor:hover {
	opacity: 1
}
.cp-product-effects__thumb__outdoor {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.65em;
	letter-spacing: -.01em;
	color: #8d8d8d
}
.cp-product-effects__thumb__outdoor__image {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.cp-product-effects input[type=radio] {
	display: none
}
.cp-product-effects input[type=radio]:nth-of-type(1):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(1) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(1):checked~.cp-product-effects__thumb__indoor:nth-of-type(1) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(2):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(2) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(2):checked~.cp-product-effects__thumb__indoor:nth-of-type(2) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(3):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(3) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(3):checked~.cp-product-effects__thumb__indoor:nth-of-type(3) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(4):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(4) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(4):checked~.cp-product-effects__thumb__indoor:nth-of-type(4) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(5):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(5) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(5):checked~.cp-product-effects__thumb__indoor:nth-of-type(5) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(6):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(6) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(6):checked~.cp-product-effects__thumb__indoor:nth-of-type(6) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(7):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(7) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(7):checked~.cp-product-effects__thumb__indoor:nth-of-type(7) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(8):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(8) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(8):checked~.cp-product-effects__thumb__indoor:nth-of-type(8) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(9):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(9) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(9):checked~.cp-product-effects__thumb__indoor:nth-of-type(9) {
	opacity: 1
}
.cp-product-effects input[type=radio]:nth-of-type(10):checked~.cp-product-effects__preview .cp-product-effects__preview__item:nth-of-type(10) {
	opacity: 1;
	transition: opacity .5s linear .5s
}
.cp-product-effects input[type=radio]:nth-of-type(10):checked~.cp-product-effects__thumb__indoor:nth-of-type(10) {
	opacity: 1
}
.cp-product-application-imagery .full-screen:after {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	opacity: 0;
	transition: opacity .3s linear
}
.no-touch .cp-product-application-imagery .full-screen:hover:after {
	opacity: 1
}
.cp-product-details__features {
	list-style: none;
	max-width: 500px;
	margin-bottom: 30px;
	color: #666
}
.cp-product-details__features li {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #666
}
.cp-product-details__features li:first-child {
	margin-top: 0
}
.cp-product-details__features li:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 10px;
	background-color: #666
}
.cp-product-details__colors {
	margin-top: 20px;
	margin-left: -10px
}
.cp-product-details__colors li {
	display: block;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 100%
}
.cp-product-details__colors li img {
	margin-right: 10px;
	vertical-align: middle
}
.cp-product-details__colors:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-product-details__stamps {
	padding: 30px;
	margin-bottom: 30px;
	background-color: #fff
}
.cp-product-details__stamps ul {
	list-style: none
}
.cp-product-details__stamps ul+ul {
	margin-top: 30px
}
.cp-product-details__stamps li {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding-left: 10px
}
.cp-product-details__box {
	padding: 20px;
	background-color: #ebebeb
}
.cp-product-details__box h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	line-height: 1.2em;
	color: #ff282d;
	letter-spacing: -.01em
}
.cp-product-details__box p {
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -.01em;
	line-height: 1.5em;
	color: #666
}
.cp-product-details__box h3+p {
	margin-top: 20px
}
.cp-product-details__box p+p {
	margin-top: 15px
}
.cp-product-details__box+.cp-product-details__box {
	margin-top: 30px
}
.cp-product-details__box a {
	margin-top: 20px
}
.cp-product-details__box img.align-right {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right
}
.cp-product-codes {
	position: relative;
	background-color: #fff;
	margin-bottom: 50px
}
.cp-product-codes h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 26px;
	color: #8d8d8d;
	padding-top: 20px;
	padding-bottom: 20px
}
.cp-product-codes__filter {
	background-color: #ebebeb;
	margin-bottom: 30px;
	color: #000
}
.cp-product-codes__filter .cp-filter, .cp-product-codes__filter .cp-filter select {
	width: 100%
}
.cp-product-codes__list {
	display: block;
	margin-bottom: 10px
}
.cp-product-codes__list:last-child {
	margin-bottom: 0
}
.cp-product-codes__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 0;
	background-color: #ebebeb;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	text-align: center
}
.ie9 .cp-product-codes__header {
	display: table
}
.cp-product-codes__header__cell {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .cp-product-codes__header__cell {
	display: table-cell
}
.cp-product-codes__header__cell:first-child {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 10px
}
.cp-product-codes__header__cell:nth-child(2) {
	-ms-flex: 0 0 50px;
	flex: 0 0 50px
}
.cp-product-codes__header__cell:nth-child(4) {
	-ms-flex: 1 0 75px;
	flex: 1 0 75px
}
.cp-product-codes__header__cell:nth-child(3) {
	display: none;
	-ms-flex-align: center;
	align-items: center
}

.cp-product-codes__header__cell:last-child {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px
}
.ie9 .cp-product-codes__header__cell:last-child {
	width: 60px
}
.cp-product-codes__header__cell:last-child span.hide-on-mobile {
	display: none
}
.cp-product-codes__header__cell.sorter-header {
	cursor: pointer
}
.no-touch .cp-product-codes__header__cell.sorter-header:hover {
	color: #2b2b2b
}
.cp-product-codes__header__item {
	-ms-flex-preferred-size: 12.5%;
	flex-basis: 12.5%;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .cp-product-codes__header__item {
	display: table-cell;
	width: 12.5%
}
.cp-product-codes__header__item.sorter-header {
	cursor: pointer
}
.no-touch .cp-product-codes__header__item.sorter-header:hover {
	color: #2b2b2b
}
.cp-product-codes__items {
	margin-top: 10px
}
.cp-product-codes__group {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 10px
}
.ie9 .cp-product-codes__group {
	display: block
}
.cp-product-codes__thumb {
	font-size: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 10px
}
.ie9 .cp-product-codes__thumb {
	display: inline-block;
	width: 150px
}
.cp-product-codes__thumb img {
	width: 100%;
	height: auto
}
.cp-product-codes__tags {
	display: block;
	font-size: 0;
	margin-left: -5px
}
.cp-product-codes__tag {
	display: inline-block;
	background-color: #f4f4f4;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #333;
	padding: 5px 10px;
	margin-left: 5px;
	margin-top: 5px
}
.cp-product-codes__tag:empty {
	display: none
}
.cp-product-codes__content {
	display: block;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .cp-product-codes__content {
	display: table;
	width: 87%;
	float: right
}
.cp-product-codes__content__notes {
	display: block;
	padding: 5px;
	background-color: #ebebeb;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 1em
}
.cp-product-codes__content__notes--top {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.cp-product-codes__content__notes--bottom {
	background-color: transparent
}
.ie9 .cp-product-codes__sorted-section {
	display: table;
	width: 100%
}
.cp-product-codes__item {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	color: #8d8d8d;
	text-align: center
}
.cp-product-codes__item:last-child {
	border-bottom: 1px solid #ebebeb
}
.no-touch .cp-product-codes__item:hover {
	color: #ff282d
}
.ie9 .cp-product-codes__item {
	display: table-row;
	border: 1px solid #000
}
.cp-product-codes__item__notes {
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	color: #ff282d
}
.ie9 .cp-product-codes__item__notes {
	display: table-cell
}
.cp-product-codes__item__code {
	-ms-flex: 1 0 75px;
	flex: 1 0 75px
}
.ie9 .cp-product-codes__item__code {
	display: table-cell
}
.cp-product-codes__item__info {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: none
}
.ie9 .cp-product-codes__item__info {
	display: table-cell
}
.cp-product-codes__item__downloads {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px
}
.ie9 .cp-product-codes__item__downloads {
	display: table-cell
}
.cp-product-codes__item__downloads i {
	display: inline-block
}
.cp-product-codes__item__downloads i:after {
	font-size: 20px
}
.cp-product-codes__item__profile {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.ie9 .cp-product-codes__item__profile {
	display: table
}
.cp-product-codes__item__profile__cell {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 12.5%
}
.ie9 .cp-product-codes__item__profile__cell {
	display: table-cell
}
.cp-product-codes__result-message {
	text-align: center;
	color: #8d8d8d
}
.cp-product-codes .hidden {
	display: none!important
}
.cp-product-codes--related {
	margin-top: 30px
}
.cp-product-codes--related .cp-product-codes__title {
	margin-top: 0
}
.cp-product-slider {
	overflow: hidden;
	position: relative
}
.cp-product-slider__items {
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	margin-left: 10px;
	margin-right: 10px
}
.cp-product-slider__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}
.cp-product-slider__next, .cp-product-slider__prev {
	display: block;
	position: absolute;
	font-size: 50px;
	top: 50%;
	background-color: #ff282d;
	cursor: pointer;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	transition: width .3s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(1, 0, 0, 1)
}
.cp-product-slider__next:after, .cp-product-slider__prev:after {
	color: #fff;
	text-align: center;
	font-size: .625em;
	width: 1.6em;
	line-height: 1.6em;
	transition: width .3s cubic-bezier(.19, 1, .22, 1)
}
.no-touch .cp-product-slider__next:hover, .no-touch .cp-product-slider__prev:hover {
	width: 1.2em
}
.no-touch .cp-product-slider__next:hover:after, .no-touch .cp-product-slider__prev:hover:after {
	width: 1.92em
}
.cp-product-slider__prev {
	left: 0
}
.cp-product-slider__next {
	right: 0
}
.cp-product-slider.disable-prev .cp-product-slider__prev, .cp-product-slider.disabled .cp-product-slider__prev {
	transform: translateX(0%);
}
.cp-product-slider.disable-next .cp-product-slider__next, .cp-product-slider.disabled .cp-product-slider__next {
	transform: translateX(100%)
}
.cp-thumb__image {
	padding-top: 100%;
	position: relative;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/App_Themes/iGuzzini/images/global/placeholder.png)
}
.cp-thumb__image img.seo-img {
	z-index: 0
}
.cp-thumb__label {
	padding: 20px;/* height:100px; */
	background-color: #ebebeb;
	transition: background-color .3s linear;
	text-align: center;
}
.cp-thumb__label .codes, .cp-thumb__label .subtitle, .cp-thumb__label .title {
	transition: color .3s linear
}
.cp-thumb__label .title {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -.02em;
	color: #ff282d;
	line-height: 1.2em
}
.cp-thumb__label .subtitle {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 0;
	color: #2b2b2b;
	line-height: 1.2em;
	white-space: normal;
	word-break: break-word
}
.cp-thumb--flex {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.cp-thumb--flex .cp-thumb__label {
	height: auto;
	min-height: 100px;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.no-touch .cp-thumb:hover .cp-thumb__label {
	background-color: #ff282d
}
.no-touch .cp-thumb:hover .cp-thumb__label .codes, .no-touch .cp-thumb:hover .cp-thumb__label .subtitle, .no-touch .cp-thumb:hover .cp-thumb__label .title {
	color: #fff
}
.cp-pagination {
	display: block;
	text-align: center;
	font-size: 0
}
.cp-pagination__browse, .cp-pagination__page {
	display: inline-block;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	transition: color .3s linear, background-color .3s linear, border-color .3s linear
}
.cp-pagination__browse.active, .cp-pagination__page.active, .no-touch .cp-pagination__browse:not(.disabled):hover, .no-touch .cp-pagination__page:not(.disabled):hover {
	color: #fff;
	background-color: #ff282d;
	border-color: #ff282d
}
.cp-pagination__browse {
	min-width: 100px
}
.cp-pagination__browse.disabled {
	background-color: #ebebeb
}
.cp-pagination__page {
	min-width: 50px
}
.cp-pagination__pages {

	display: inline-block;
	list-style: none;
	font-size: 0;
	margin-left: 20px;
	margin-right: 20px
}
.cp-pagination__pages li {
	display: inline-block
}
.cp-pagination li+li a {
	border-left: none
}
.cp-banner {
	padding: 20px
}
.cp-banner h2 {
	max-width: 650px;
	margin: 0;
	font-variant: Helvetica-Neue, 'HelveticaNeue-Bold', Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #fff
}
.cp-banner p {
	max-width: 650px;
	margin: 15px 0;
	font-variant: Helvetica-Neue, 'HelveticaNeue-Light', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.75em;
	letter-spacing: 0;
	color: #fff
}
.cover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.01%;
	height: 100.01%;
	transition: transform .4s;
	transform: translateZ(0);
	will-change: transform
}
.cover-image, .featured {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.featured {
	display: table;
	position: relative;
	width: 100%;
	height: 465px
}
.featured__content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.featured__headline {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -.02em;
	color: #fff
}
.featured__description {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: -.01em;
	margin: 10px 0 0
}
.featured__date {
	margin: 40px 0 20px
}
.featured__date, .featured__location {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -.02em;
	color: #ff282d
}
.featured__location:before {
	float: none;
	display: inline-block;
	content: '\ea1d';
	font-size: 28px;
	margin-top: -4px;
	margin-right: 5px
}
.featured .featured__back-link {
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	color: #fff
}
.featured .featured__back-link:before {
	float: none;
	font-size: 18px
}
.no-touch .featured .featured__back-link:hover {
	background: #ff282d;
	color: #fff
}
.featured .featured__back-link.inverted {
	color: #ff282d;
	border: 1px solid #ff282d
}
.featured .featured__btn.icon-after:after {
	font-size: 17px
}
.featured__featured-label {
	position: absolute;
	color: #fff;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	background: #ff282d;
	top: 20px;
	left: 20px;
	font-size: 10px;
	line-height: 25px;
	padding: 0 10px;
	text-transform: uppercase
}
.featured__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4
}
.featured--events .featured__date {
	color: #fff;
	font-size: 18px;
	margin: 30px 0 0;
	line-height: 1.4
}
.featured--events .featured__location {
	margin: 0 0 30px
}
.featured--case-study {
	display: block;
	height: auto
}
.bladeEvent {
	font-size: 0
}
.bladeEvent .featured {
	font-size: 16px;
	height: 200px;
	overflow: hidden;
	display: block
}
.bladeEvent .featured__content {
	display: block;
	top: 50%;
	transform: translateY(-50%)
}
.bladeEvent .featured__headline {
	font-size: 22px
}
.bladeEvent .featured__description {
	color: #ff282d;
	font-size: 48px;
	line-height: 1em;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.bladeEvent .featured__date {
	font-size: 22px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	color: #fff;
	margin-top: 10px
}
.bladeEvent .featured__image {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.cp-details-social__ins {
	padding-top: 30px
}
.cp-details-social__ins:after {
	content: " ";
	display: block;
	clear: both
}
.cp-details-social__col {


	float: left;
	width: 48%;

	font-size: 14px;
	line-height: 1.6;
	color: #8d8d8d
}
.cp-details-social__col:first-child {
	margin-right: 10px
}
.cp-details-social__subhead {
	font-size: 16px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02 em
}
.cp-details-social__link {
	font-size: 14px;
	line-height: 1.6;
	color: #8d8d8d;
	text-decoration: underline
}
.cp-details-social__el:first-child {
	margin-bottom: 25px
}
.cp-social-block__subhead {
	font-size: 16px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02 em;
	color: #8d8d8d;
	margin-bottom: 7px
}
.cp-social-block__btn {
	margin-left: 25px
}
.cp-social-block__btn:first-child {
	margin-left: 0
}
.cp-social-block--event {
	background: #ebebeb;
	padding: 20px 30px;
	float: none;
	display: inline-block
}
.cp-innovation--related {
	position: relative;
	padding-bottom: 130px!important
}
.cp-innovation__inner {
	padding-top: 10px
}
.cp-innovation__link {
	display: block
}
.cp-innovation__link--gutter-1 {
	padding-right: 1px!important;
	padding-left: 1px!important
}
.cp-innovation__image {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background-position: 50%;
	background-size: cover;
	height: 1px
}
.cp-innovation__caption {
	margin-top: 10px
}
.cp-innovation__title {
	opacity: 1;
	transform: none;
	padding: 20px 0
}
.cp-innovation__title.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.cp-innovation__title:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.cp-innovation__title h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #4c4c4c
}
.cp-innovation__title p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.75em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-innovation__title h3+p {
	margin-top: 10px
}
.cp-news-list__image {
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	background-position: 50%;
	background-size: cover;
	height: 1px
}
.cp-news-list__copy-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cp-news-list__copy {
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	min-height: 140px;
	width: 100%
}
.cp-news-list__copy, .cp-news-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.cp-news-list__date {
	-ms-flex-positive: 0;
	flex-grow: 0;
	color: #ff282d;
	font-size: 14px;
	letter-spacing: -.02em;
	line-height: 1.2
}
.cp-news-list__caption {
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -.02em;
	color: #8d8d8d;
	margin-bottom: 10px
}
.cp-news-list--news-page {
	margin-top: 30px
}
.no-touch .cp-news-list--events .cp-news-list__link:hover {
	color: #fff
}
.no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__copy {
	background: #ff282d;
	color: #fff
}
.no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__caption, .no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__date, .no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__description, .no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__location, .no-touch .cp-news-list--events .cp-news-list__link:hover .cp-news-list__location:before {
	color: #fff
}
.cp-news-list--events .cp-news-list__copy {
	min-height: 230px
}
.cp-news-list--events .cp-news-list__caption {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.cp-news-list--events .cp-news-list__date {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 18px
}
.cp-news-list--events .cp-news-list__description {
	margin: 20px 0 5px;
	-ms-flex: 1 0 auto;



	flex: 1 0 auto;
	font-size: 14px;
	line-height: 1.4;
	color: #8d8d8d
}
.cp-news-list--events .cp-news-list__location {
	color: #8d8d8d;
	font-size: 14px
}
.cp-news-list--events .cp-news-list__location:before {
	color: #ff282d;
	float: none;
	display: inline-block;
	content: '\ea1d';
	font-size: 18px;
	margin-top: -2px;
	margin-right: 5px
}
.cp-news-list--events .cp-news-list__image {
	padding-top: 66%
}
.cp-news-list--events-page {
	margin-top: 30px
}
.cp-news-list--search .cp-news-list__copy {
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4
}
.cp-news-list--search .cp-news-list__link, .cp-news-list--search .cp-news-list__link:hover {
	color: #8d8d8d
}
.cp-news-list--search-content .cp-news-list__copy {
	min-height: 0
}
.cp-news-list--search-content .cp-news-list__caption {
	margin-bottom: 0
}
.cp-news-list--search-contacts .cp-news-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.cp-news-list--search-contacts .cp-news-list__caption {
	color: #ff282d;
	font-size: 13px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	margin-bottom: 25px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.cp-news-list--search-contacts .cp-news-list__description {
	color: #8d8d8d;
	font-size: 14px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	line-height: 1.4;
	margin-bottom: 20px;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cp-news-list--search-contacts .cp-news-list__contact-item {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	font-family: Helvetica-Neue, HelveticaNeue-Regular, Helvetica, sans-serif;
	color: #8d8d8d
}
.cp-news-list--search-contacts .cp-news-list__contact-item:before {
	display: block;
	width: 20px;
	height: 20px;
	background: #8d8d8d;
	color: #fff;
	line-height: 16px;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 7px
}
.cp-news-list--search-contacts .cp-news-list__contact-item.icon-phone:before {
	content: '\ea1c'
}
.cp-news-list--search-contacts .cp-news-list__contact-item.icon-fax:before {
	content: '\ea13'
}
.cp-news-list--search-contacts .cp-news-list__contact-item.icon-email:before {
	content: '\ea10'
}
.cp-news-more {
	text-align: center
}
.cp-news-more__btn.hidden {
	display: none
}
select[data-ss-uuid] {
	display: none;
	pointer-events: none
}
.style-select {
	display: block;
	position: relative;
	border: none;
	border-radius: 0;
	cursor: pointer
}
.style-select, .style-select * {
	box-sizing: border-box;
	cursor: pointer
}
.style-select .ss-selected-option {
	width: 100%;
	padding: 25px 70px 9px 20px;
	line-height: 1.2;
	background-color: transparent;
	background-image: none;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	opacity: 1;
	transition: opacity .5s linear .15s;
	outline: 0
}
.style-select .ss-selected-option:after {
	display: block
}
.style-select .ss-dropdown {
	top: 100%;
	left: 0;
	position: absolute;
	float: left;
	width: 100%;
	display: none;
	background: #fff;
	z-index: 1;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4
}
.style-select .ss-caption {
	display: block;
	font-size: 11px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif
}
.style-select .ss-dropdown .ss-option {
	width: 100%;
	padding: 2px 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 14px
}
.style-select .ss-dropdown .ss-option:hover {
	background-color: #1e90ff;
	color: #fff
}
.style-select.open .ss-dropdown {
	display: block
}
.cp-flex-grid {
	padding-left: 10px;
	padding-right: 10px
}
.cp-flex-grid.no-gutter {
	padding-left: 0;
	padding-right: 0
}
.cp-flex-card {
	padding: 20px
}
.cp-flex-card:not(.full-width) .cp-flex-card__description, .cp-flex-card:not(.full-width) h3, .cp-flex-card:not(.full-width) img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}
.cp-flex-card img {
	display: block;
	width: 100%
}
.cp-flex-card img+.cp-flex-card__description, .cp-flex-card img+h3 {
	margin-top: 30px
}
.cp-flex-card h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: -.02em;
	color: #ff282d;
	border-bottom: 1px solid #ff282d;
	padding-bottom: 15px
}
.cp-flex-card h3+.cp-flex-card__description {
	margin-top: 15px
}
.cp-flex-card__description, .cp-flex-card__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #8d8d8d
}
.cp-flex-card__description strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d
}
.cp-flex-card__description p+p {
	margin-top: 15px
}
.cp-flex-image {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	padding: 20px;
	color: #fff
}
.cp-flex-image.dark {
	color: #2b2b2b
}
.cp-flex-image.center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.cp-flex-image.top-left {
	-ms-flex-align: start;
	align-items: flex-start
}
.cp-flex-image.top-left, .cp-flex-image.top-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.cp-flex-image.top-right {
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right
}
.cp-flex-image.bottom-left {
	-ms-flex-align: start;
	align-items: flex-start
}
.cp-flex-image.bottom-left, .cp-flex-image.bottom-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cp-flex-image.bottom-right {
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right
}
.cp-flex-image h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -.02em;
	line-height: 1.2em;
	color: inherit
}
.cp-flex-image p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2em;
	color: inherit
}
.cp-flex-image h3 {
	width: 50%;
	max-width: 250px
}
.cp-flex-image h3+img, .cp-flex-image h3+p {
	margin-top: 20px
}
.cp-flex-image p {
	width: 50%;
	max-width: 350px
}
.cp-flex-image p+p {
	margin-top: 15px
}
.cp-flex-image img+p, .cp-flex-image p+img {
	margin-top: 30px
}
.cp-flex-image img+img {
	margin-top: 20px
}
.cp-flex-content {
	padding: 20px
}
.cp-flex-content header {
	-moz-column-span: all;
	column-span: all;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-flex-content header h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #ff282d;
	margin: 0
}
.cp-flex-content header+.cp-flex-content__content {
	margin-top: 30px
}
.cp-flex-content__content.columns {
	-moz-column-width: 300px;
	column-width: 300px;
	-moz-column-gap: 30px;
	column-gap: 30px
}
.cp-flex-content__content h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-flex-content__content h4 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;

	line-height: 1.2em;
	letter-spacing: 0;
	color: #ff282d

}
.cp-flex-content__content p {

	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: 0;
	color: #8d8d8d
}
.cp-flex-content__content p strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d
}
.cp-flex-content__content h3+h4, .cp-flex-content__content h3+p, .cp-flex-content__content h4+p, .cp-flex-content__content p+p {
	margin-top: 20px
}
.cp-flex-content__content p+h3, .cp-flex-content__content p+h4 {
	margin-top: 30px
}
.cp-flex-description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 300px;
	background-color: #ff282d;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: -.02em;
	color: #fff;
	padding: 20px
}
.cp-flex-description__content {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.cp-flex-description footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-top: 1px solid #fff;
	width: 50%;
	max-width: 400px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.2em
}
.cp-flex-description footer strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700
}
.cp-flex-description.right {
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right
}
.cp-flex-description.right footer {
	padding-right: 0;
	padding-left: 20px
}
.cp-product-features {
	padding: 20px
}
.cp-product-features header {
	-moz-column-span: all;
	column-span: all;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-product-features header h2 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #ff282d;
	margin: 0
}
.cp-product-features__image, .cp-product-features header+.cp-flex-content__content {
	margin-top: 30px
}
.cp-product-features__image img {
	display: block;
	width: 100%
}
.cp-product-features__description {
	padding: 30px
}
.cp-product-features__description p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	color: #8d8d8d
}
.cp-product-features__description p strong {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d
}
.cp-video {
	position: relative;
	max-height: 700px;
	overflow: hidden
}
.cp-video.has-title .cp-video__spacer {
	padding-top: 95.45454545%
}
.cp-video.has-title .cp-video__poster {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 20px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -.02em;
	color: #fff
}
.cp-video.has-title .cp-video__poster:after {
	background-image: url(../images/global/play_button_black.png)
}
.cp-video__spacer {
	padding-top: 56.25%
}
.cp-video__container, .cp-video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.cp-video__poster {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	cursor: pointer;
	transition: opacity .15s linear, visibility .15s step-start
}
.cp-video__poster, .cp-video__poster:after {
	position: absolute;
	background-position: 50%;
	background-repeat: no-repeat

}
.cp-video__poster:after {
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	width: 88px;
	height: 88px;

	margin-top: -44px;
	margin-left: -44px;

	background-image: url(../images/global/play_button.png);
	background-size: contain
}
.cp-video__overlay-video {
	position: absolute
}
.cp-video.is-playing .cp-video__poster {
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s linear, visibility .15s step-end
}
.cp-carousel {
	position: relative;
	overflow: hidden
}
.cp-carousel .cp-carousel__slides {
	display: block;
	position: relative;
	transition: opacity .5s linear
}
.cp-carousel .cp-carousel__slide, .cp-carousel .cp-carousel__slide:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.cp-carousel .cp-carousel__slide:before {
	display: block;
	content: '';
	background: rgba(0,0,0,.6);
	z-index: 0
}
.cp-carousel .cp-carousel__slide img.seo-img {
	z-index: 0
}
.cp-carousel .cp-carousel__bullets {
	display: block;
	position: absolute;
	bottom: 9px;
	right: 10px;
	font-size: 0;
	padding: 0;
	z-index: 2
}
.cp-carousel .cp-carousel__bullet {
	display: inline-block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	cursor: pointer;
}
.cp-carousel .cp-carousel__bullet:before {
	content: '';
	display: block;
	position: relative;
	height: 3px;
	width: 22px;
	background-color: #8d8d8d;
	transition: background-color .3s linear
}
.cp-carousel .cp-carousel__bullet.active:before, .no-touch .cp-carousel .cp-carousel__bullet:hover:before {
	background-color: #ff282d
}
.cp-carousel .cp-carousel__next, .cp-carousel .cp-carousel__prev {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 50px;
	top: 50%;
	background-color: #ff282d;
	cursor: pointer;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	transition: width .3s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(1, 0, 0, 1)
}
.cp-carousel .cp-carousel__next:after, .cp-carousel .cp-carousel__prev:after {
	color: #fff;
	text-align: center;
	font-size: .625em;
	width: 1.6em;
	line-height: 1.6em;
	transition: width .3s cubic-bezier(.19, 1, .22, 1)
}
.no-touch .cp-carousel .cp-carousel__next:hover, .no-touch .cp-carousel .cp-carousel__prev:hover {
	width: 1.2em
}
.no-touch .cp-carousel .cp-carousel__next:hover:after, .no-touch .cp-carousel .cp-carousel__prev:hover:after {
	width: 1.92em
}
.cp-carousel .cp-carousel__prev {
	left: 0;
	transform: translateX(-100%)
}
.cp-carousel .cp-carousel__next {
	right: 0;
	transform: translateX(100%)
}
.cp-carousel.show-next-arrow .cp-carousel__next, .cp-carousel.show-prev-arrow .cp-carousel__prev {
	transform: translateX(0);
	border-radius: 80px;
}
.cp-carousel:not(.js-initied) .cp-carousel__slides {
	opacity: 0
}
.cp-cookie-bar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 70px;
	z-index: 110;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff
}
.cp-cookie-bar__content {
	padding: 0 30px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.005em;
	color: #2b2b2b
}
.ie9 .cp-cookie-bar__content {
	display: table-cell;
	vertical-align: middle
}
.cp-cookie-bar__content a {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ff282d
}
.cp-cookie-bar__close {
	padding: 5px;
	margin-right: 25px;
	cursor: pointer
}
.ie9 .cp-cookie-bar__close {
	display: table-cell;
	vertical-align: middle
}
.cp-cookie-bar__close:before {
	font-size: 22px;
	color: #ff282d
}
.sitemap-container {
	max-width: 1424px;
	margin: auto;
	padding: 30px
}
.CMSSiteMapList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 100%
}
.CMSSiteMapList .CMSSiteMapListItem {
	padding: 0
}
.CMSSiteMapList .CMSSiteMapList {
	list-style: none;
	padding: 0;
	margin: 0 20px
}
.CMSSiteMapList .CMSSiteMapList__listed {
	list-style: none;
	padding: 0;

	margin: 5px 0 30px;
	-moz-column-count: 1;
	column-count: 1
}
.CMSSiteMapList a {
	color: inherit
}
.no-touch .CMSSiteMapList a:hover {
	color: #ff282d
}
.CMSSiteMapListTitle a {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px
}
.cp-countdown {
	display: block;
	position: relative;
	width: 100%;
	background-color: #333
}
.cp-countdown .grid-item {
	margin-top: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.cp-countdown__title {
	width: 100%;
	font-size: 22px
}
.cp-countdown__counter, .cp-countdown__title {
	display: block;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	letter-spacing: -.02em;
	text-align: center
}
.cp-countdown__counter {
	font-size: 48px
}
.cp-countdown__counter.is-hidden {
	transition: opacity .5s linear;
	opacity: 0
}
.cp-countdown__digits {
	display: inline-block;
	position: relative;
	margin-bottom: 16px;
	margin-left: 5px;
	margin-right: 5px
}
.cp-countdown__digits:first-child {
	margin-left: 0
}
.cp-countdown__digits:last-child {
	margin-right: 0
}
.cp-countdown__digits:after {
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	content: attr(data-label);
	font-size: 16px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	line-height: 1em
}
.cp-events-list {
	display: block;
	position: relative;
	text-align: center;
	background-color: #ff282d;
	padding: 60px 20px
}
.cp-events-list__content {
	width: 100%;
	max-width: 700px;
	margin: 0 auto
}
.cp-events-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin-top: 35px
}
.cp-events-list li {
	position: relative
}
.cp-events-list li .btn-stroke {
	margin-top: 15px
}
.cp-events-list li+li {
	margin-top: 30px
}
.cp-events-list h2 {
	font-size: 22px
}
.cp-events-list h2, .cp-events-list h3 {
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	letter-spacing: -.02em
}
.cp-events-list h3 {
	font-size: 48px;
	margin-bottom: 15px
}
.cp-events-list p {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -.02em
}
li .cp-events-list p {
	font-size: 18px
}
.cp-event-signup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #000;
	min-height: 300px;
	padding: 20px 60px
}
.ie9 .cp-event-signup {
	display: block
}
.cp-event-signup h3 {
	font-size: 22px;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1em;
	max-width: 80%
}
.cp-event-signup h3, .cp-event-signup p {
	letter-spacing: -.02em;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center
}
.cp-event-signup p {
	margin-top: 15px;
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.285em
}
.cp-event-signup__cta {
	margin: 20px 0 0;
	width: auto;
	display: inline-block;
	padding-right: 29px;
	font-size: 16px
}
.cp-event-signup__cta.icon-after:after {
	font-size: 22px!important
}
.vw-promo-banner {
	padding: 20px;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.vw-promo-banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1
}
.vw-promo-banner h2 {
	font-variant: Helvetica-Neue, 'HelveticaNeue-Bold', Helvetica, sans-serif;
	font-weight: 700;
	color: #ff282d

}
.vw-promo-banner h2, .vw-promo-banner p {
	max-width: 650px;
	margin: 0;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -.02em
}
.vw-promo-banner p {
	font-variant: Helvetica-Neue, 'HelveticaNeue-Light', Helvetica, sans-serif;
	font-weight: lighter;
	color: #fff
}
.vw-promo-banner__cell {
	display: block;
	z-index: 2;
	position: relative;
	padding: 20px 0
}
.cp-anchor-nav {
	display: block;
	position: relative;
	width: 100%;
	background-color: #333;
	text-align: center;
	padding: 25px 40px
}
.cp-anchor-nav__item {
	display: inline-block
}
.cp-anchor-nav__item+.cp-anchor-nav__item {
	margin-left: 35px
}
.cp-anchor-nav__link {
	text-transform: capitalize;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 80px
}
.cp-anchor-nav__btn, .cp-anchor-nav__btn.btn-stroke, .cp-anchor-nav__btn:after {
	font-size: 16px;
	line-height: 32px
}
.cp-anchor-nav__btn:after {
	bottom: 25px!important
}
.cp-anchor-nav__container {
	background-color: #333
}
.cp-anchor-nav.fixed {
	position: fixed;
	top: 70px;
	z-index: 100
}
.showcase {
	background: #000;
	position: relative
}
.showcase__item {
	width: 100%;
	float: left
}
.showcase__img--square {
	padding-bottom: 100%
}
.showcase__img--60 {
	padding-bottom: 60%
}
.showcase__img--70 {
	padding-bottom: 70%
}
.showcase--double .showcase__item {
	width: 50%
}
.light-descr {
	background: #000;
	padding: 50px 0
}
.light-descr__limiter {
	max-width: 1430px;
	padding: 0 35px;
	margin: auto
}
.light-descr__caption, .light-descr__title {
	text-transform: capitalize;
	font-family: Helvetica-Neue, HelveticaNeue-Bold, Helvetica, sans-serif
}
.light-descr__title {
	font-size: 48px;
	line-height: 52px;
	color: #ff282d
}
.light-descr__img-wrapper {
	display: block;
	margin: auto;
	text-align: center
}
.light-descr__img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}
.light-descr__caption {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: center
}
.light-descr__row, .light-descr__row+.light-descr__row {
	margin-top: 30px
}
.light-descr__title+.light-descr__row {
	margin-top: 50px
}
* {
	margin: 0;
	padding: 0;
}
*, :after, :before {
	box-sizing: border-box;
}
body {
	font-family: Helvetica-Neue, HelveticaNeue-Light, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.75;
	color: #8d8d8d;
	/* background-color: #000; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
}
body.no-touch.is-blocked {
	overflow: hidden
}
img {
	border: 0
}
img.seo-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	max-width: 100%;
	max-height: 100%
}
.hide-on-mobile {
	display: none
}
.show-on-mobile {
	display: block
}
.show-on-md {
	display: inline-block
}
html {
	-ms-overflow-style: -ms-autohiding-scrollbar
}
::-webkit-scrollbar {
display:none
}
.old-browser {
	position: relative;
	padding: 50px;
	background-color: #8d8d8d;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	color: #fff
}
.old-browser h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px
}
.old-browser p {
	font-size: 12px;
	line-height: 12px;
	margin: 0
}
.old-browser a {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: auto;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	cursor: pointer
}
.theme__wrapper {
	position: relative;
	width: 100%;
	background: #fff
}
.theme__wrapper__nav {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	transform: translateZ(0);
	z-index: 100
}
.theme__wrapper__content {
	position: relative;
	padding-top: 70px;
	padding-left: 0;
	left: 0
}
.is-blocked .theme__wrapper__content {
	max-height: 0;

	overflow: hidden
}
.no-touch.is-blocked .theme__wrapper__content {
	max-height: none;
	overflow: inherit
}
.theme__wrapper.cookie {
	padding-top: 0px;
}
.theme__wrapper.cookie .cp-cookie-bar {
	display: -ms-flexbox;
	display: flex
}
.ie9 .theme__wrapper.cookie .cp-cookie-bar {
	display: table
}
.theme__wrapper.cookie .cp-main-nav {
	padding-top: 0px;
}
.theme__wrapper.cookie .cp-main-nav__content {
	padding-top: 100px;
}
.theme__wrapper.cookie .cp-filter-panel {
	padding-top: 140px
}
.theme__wrapper.cookie .vw-product__header {
	/* top: 140px; */
}
.theme__wrapper.cookie .cp-side-nav__items.fixed {
	top: 200px
}
.theme__wrapper.transparent-nav .cp-main-nav__bar {
	transition: background-color .3s linear
}
.theme__wrapper.transparent-nav .cp-main-nav__bar .cp-main-nav__logo {
	transform: scale(1);
	transform-origin: top right;
	transition: transform .3s cubic-bezier(.19, 1, .22, 1)
}
.theme__wrapper.transparent-nav .cp-main-nav__bar .cp-main-nav__logo svg path {
	fill: #fff;
	transition: fill .3s linear
}
.theme__wrapper.transparent-nav .cp-main-nav__bar:not(.show) {
	background-color: transparent
}
.theme__wrapper.transparent-nav .cp-main-nav__bar:not(.show) .cp-main-nav__logo {
	transform: scale(1.32)
}



.theme__wrapper.transparent-nav .cp-main-nav__bar:not(.show) .cp-main-nav__logo svg path {
	fill: #ff282d
}
.theme__wrapper.transparent-nav .theme__wrapper__content {
	padding-top: 0
}
.is-homepage .theme__wrapper .cp-main-nav__bar {
	transition: background-color .3s linear
}
.is-homepage .theme__wrapper .cp-main-nav__bar .cp-main-nav__logo {
	transform: scale(1);
	transform-origin: top right;
	transition: transform .3s cubic-bezier(.19, 1, .22, 1)
}
.is-homepage .theme__wrapper .cp-main-nav__bar .cp-main-nav__logo svg path {
	fill: #fff;
	transition: fill .2s linear
}
.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) {
	background-color: transparent
}

.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) .cp-main-nav__logo{
	transform: scale(1.32)
}

.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) .yc{
	display:block !important;
	
	}
.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) .xs{
	display:none !important;
	
	}


.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) .cp-main-nav__logo svg path {
	fill: #ff282d
}
.is-homepage .theme__wrapper .theme__wrapper__content {
	padding-top: 0
}
.no-touch.is-homepage .theme__wrapper .cp-main-nav__bar .cp-main-nav__logo:hover svg path {
	fill: #2b2b2b
}
.no-touch.is-homepage .theme__wrapper .cp-main-nav__bar:not(.show) .cp-main-nav__logo:hover svg path {
	fill: #fff
}
.theme__wrapper.nav .cp-main-nav__content {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition: transform .8s cubic-bezier(.19, 1, .22, 1), visibility .8s step-start, opacity .3s linear
}
.theme__wrapper.nav .cp-main-nav__icon {
	transform: rotate(-90deg)
}
.theme__wrapper.nav .cp-main-nav__icon__line:nth-child(1) {
	transform: translateY(9px) rotate(-45deg)
}
.ie9 .theme__wrapper.nav .cp-main-nav__icon__line:nth-child(1) {
	-ms-transform: translateY(9px) rotate(-45deg)
}
.theme__wrapper.nav .cp-main-nav__icon__line:nth-child(2) {
	transform: scaleX(0)
}
.theme__wrapper.nav .cp-main-nav__icon__line:nth-child(3) {
	transform: translateY(-11px) rotate(45deg)
}
.ie9 .theme__wrapper.nav .cp-main-nav__icon__line:nth-child(3) {
	-ms-transform: translateY(-11px) rotate(45deg)
}
.is-homepage .theme__wrapper.nav .cp-main-nav__bar:not(.show), .theme__wrapper.nav.transparent-nav .cp-main-nav__bar:not(.show) {
	background-color: #ff282d
}
.is-homepage .theme__wrapper.nav .cp-main-nav__bar .cp-main-nav__logo, .theme__wrapper.nav.transparent-nav .cp-main-nav__bar .cp-main-nav__logo {
	transform: scale(1);
	transform-origin: top right;
	transition: transform .3s cubic-bezier(.19, 1, .22, 1)

}
.is-homepage .theme__wrapper.nav .cp-main-nav__bar .cp-main-nav__logo svg path, .theme__wrapper.nav.transparent-nav .cp-main-nav__bar .cp-main-nav__logo svg path {
	fill: #fff;
	transition: fill .3s linear
}
.no-touch.is-homepage .theme__wrapper.nav .cp-main-nav__bar .cp-main-nav__logo:hover svg path {
	fill: #2b2b2b
}
.theme__wrapper.search .cp-main-nav__search {
	top: 27px;
	left: 73px;
	width: 26px;
	height: 23px;
	font-size: 0;
	line-height: 1em;
	color: transparent
}
.theme__wrapper.search .cp-main-nav__search:after, .theme__wrapper.search .cp-main-nav__search:before {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 3px;
	transition: background-color .3s;
	background-color: #fff;
	tranform-origing: 50% 50%
}
.theme__wrapper.search .cp-main-nav__search:before {
	top: 0;
	transform: translateY(9px) rotate(-45deg)
}
.ie9 .theme__wrapper.search .cp-main-nav__search:before {
	-ms-transform: translateY(9px) rotate(-45deg)
}
.theme__wrapper.search .cp-main-nav__search:after {
	top: 18px;
	transform: translateY(-9px) rotate(45deg)
}
.ie9 .theme__wrapper.search .cp-main-nav__search:after {
	-ms-transform: translateY(-9px) rotate(45deg)
}
.theme__wrapper.search .cp-filter-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity .2s linear, visibility 1s step-start
}
.is-homepage .theme__wrapper.search .cp-main-nav__bar:not(.show), .theme__wrapper.search.transparent-nav .cp-main-nav__bar:not(.show) {
	display: block;
	position: relative;
	width: 100vw;
	height: 70px;
	background-color: #ff282d
}
.is-homepage .theme__wrapper.search .cp-main-nav__bar .cp-main-nav__logo, .theme__wrapper.search.transparent-nav .cp-main-nav__bar .cp-main-nav__logo {
	transform: scale(1);
	transform-origin: top right;
	transition: transform .3s cubic-bezier(.19, 1, .22, 1)
}
.is-homepage .theme__wrapper.search .cp-main-nav__bar .cp-main-nav__logo svg path, .theme__wrapper.search.transparent-nav .cp-main-nav__bar .cp-main-nav__logo svg path {
	fill: #fff;
	transition: fill .2s linear
}
.no-touch.is-homepage .theme__wrapper.search .cp-main-nav__bar .cp-main-nav__logo:hover svg path {
	fill: #2b2b2b
}
.no-touch .theme__wrapper.search .cp-main-nav__search:hover:after, .no-touch .theme__wrapper.search .cp-main-nav__search:hover:before {
	background-color: #2b2b2b
}
@media 992 {
.vw-project__info .btn-social {
margin-top:-18px
}
}

@media (min-width:375px) {
.vw-company__comunity__item {
	padding: 20px;
	font-size: 18px
}
.vw-company__comunity__item svg {
	bottom: 20px;
	left: 20px;
	height: 35px
}
}

@media (min-width:480px) {
.grid-section {
	padding: 20px
}
.grid-row {
	margin-left: -10px;
	margin-right: -10px
}

.grid-row:before {
	margin-bottom: -20px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 20px
}
.grid-item {
	padding-left: 10px;
	padding-right: 10px;
	float: left
}
.grid-row .gdb{
	    float: left;
    width: 370px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.grid-row .gdb:first-chird{
	margin-left:0px;
}
.grid-row .gdb img{width:100%;height:285px;;}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-1_1, .col-xs-12 {
	width: 100%
}
.col-xs-1_2 {
	width: 50%
}
.col-xs-1_3 {
	width: 33.33333333%
}
.col-xs-1_4 {
	width: 25%
}
.col-xs-1_5 {
	width: 20%
}
.col-xs-1_6 {
	width: 16.66666667%
}
.col-xs-1_7 {
	width: 14.28571429%
}
.col-xs-1_8 {
	width: 12.5%
}
.col-xs-1_9 {
	width: 11.11111111%
}
.col-xs-1_10 {
	width: 10%
}
.col-xs-1_11 {
	width: 9.09090909%
}
.col-xs-1_12 {
	width: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-5 {

	margin-left: 41.66666667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-12 {
	left: 100%
}
.container {
	padding: 0 20px
}
h1 {
	font-size: 40px
}
h3 {
	font-size: 25px
}
h4 {
	font-size: 22px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px
}
.vw-home__case-study {
	padding-top: 50%
}
.vw-home__case-study__content {
	width: 50%
}
.vw-home__case-study__title {
	margin: 10px 0
}
.vw-home__case-study__image {
	display: block;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
.vw-home__news-events {
	padding-top: 50%;
}
.vw-home__news-events__content {
	width: 50%
}
.vw-home__news-events__title {
	font-size: 24px
}
.vw-home__news-events__title img {
	max-width: 60%;
	height: auto
}
.vw-home__news-events__cta {
	margin-top: 10px
}
.vw-home__news-events__image {
	display: block;
	width: 50%
}
.vw-home__articles-events__title {
	margin: 10px 0
}
.vw-home__products .cp-product-slider {
	margin-left: -20px;
	margin-right: -20px
}
.vw-products__header {
	padding: 0 20px 20px
}
.vw-products__view__btn {
	font-size: 15px
}
.vw-products__view__btn:after {
	margin-left: 10px
}
.vw-products__projects {
	padding: 20px
}
.vw-product .cp-product-slider {
	margin-left: -20px;
	margin-right: -20px
}
.vw-product__header {
	padding: 0 20px 20px
}
.vw-product__description .grid-section:not(.no-border)+.grid-section {
	padding: 20px
}
.vw-product__codes h2 {
	padding-top: 20px;
	padding-bottom: 20px
}
.vw-code__header {
	padding: 20px
}
.vw-code__header h1 {
	padding-right: 145px
}
.vw-code__header .social-buttons {
	margin-left: 0;
	position: absolute;
	top: -5px;
	right: 15px
}
.vw-code__details__info {
	margin-left: 20px
}
.vw-project__header {
	padding: 20px
}
.vw-project__header h1 {
	padding-right: 145px
}
.vw-project__info {
	padding: 20px
}
.vw-project__info-inner {
	padding-right: 150px;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.vw-project .social-buttons {
	margin-left: 0;
	position: absolute;
	top: -5px;
	right: 15px
}
.vw-galleries__header, .vw-news__header {
	padding: 0 20px 20px
}
.more-items, .vw-news-article__more-news {
	padding: 20px 20px 0
}
.vw-events__header {
	padding: 0 20px 20px
}
.vw-events__tab input[type=radio]+label {
	font-size: 15px
}
.vw-events__tab input[type=radio]+label:after {
	margin-left: 10px
}
.events-form .cp-form__field--step1 {
	font-size: 15px
}
.events-form .cp-form__field--step1 input[type=text] {
	padding: 1.8em 1.33em 1.67em
}
.vw-case-study__header, .vw-lightisback__header {
	padding: 0 20px 20px
}
.vw-case-study__about .social-buttons {
	margin-left: 0
}
.vw-careers__header, .vw-search__header {
	padding: 0 20px 20px
}
.vw-careers__intro {
	padding: 40px 20px
}
.vw-product-landing__header {
	padding: 0 20px 20px
}
.vw-product-landing__hero {
	padding: 20px
}


.vw-product-landing__family {
	padding-top: 20px;
	padding-bottom: 20px

}
.vw-new-products__header {
	padding: 0 20px 20px
}
.vw-new-products__thumb {
	padding: 20px
}
.vw-new-products .vw-new-products__buttons {
	min-height: 0
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow {
	margin: 40px 20px 0 0
}
.vw-contact-country__header, .vw-contact-form__header, .vw-contact__header {
	padding: 0 20px 20px
}
.vw-contact-form__subtitle {
	padding: 40px 20px
}
.vw-newsletter__header {
	padding: 0 20px 20px
}
.vw-newsletter__subtitle {
	padding: 40px 20px
}
.page-header, .vw-company__header {
	padding: 0 20px 20px
}
.vw-company__social__description {
	padding: 20px 0
}
.vw-company .vw-company__social-posts {
	padding: 0 20px
}
.vw-company__projects__credits {

	padding-top: 20px
}
.vw-company__energy__description, .vw-company__grid__description, .vw-company__making__description, .vw-company__projects__description {
	padding: 20px 0
}
.vw-company__comunity .grid-item {
	padding: 50% 0 0
}
.vw-company__comunity__item {
	padding: 25px;
	font-size: 24px
}
.vw-company__comunity__item svg {
	bottom: 25px;
	left: 25px;
	height: 48px
}
.projects-filter__header label, .projects-filter__header span {
	font-size: 14px;
	padding: 24px 50px 20px 20px
}
.projects-filter__list-item {
	width: 49%
}
.pt-gallery-view .gallery-view-btn {
	padding: 17px 20px 16px
}
.pt-gallery-view .gallery-view-btn:after {
	vertical-align: middle;
	top: -14px
}
.vw-media__header {
	padding: 0 20px 20px
}
.media__item-img {
	margin: 0 20px 20px 0
}
.media__item-content {
	width: 195px
}
.vw-content-page__header, .vw-landing__header {
	padding: 0 20px 20px
}
.unsubscribe__title {
	font-size: 25px
}
.cp-main-nav__language__list {
	display: block
}
.cp-main-nav__language__list_mobile {
	display: none
}
.cp-footer__content {
	padding: 10px
}
.cp-footer__content__section {
	padding: 10px;
	max-width: 60%
}
.search-section__headline {
	padding: 0 20px
}
.cp-filter-panel__header label {
	padding: 45px
}
.cp-filter-panel__header label h2 {
	font-size: 36px
}
.cp-filter-panel__header label p {
	display: block
}
.cp-filter-panel__content {
	padding: 20px
}
.cp-filter-panel__content__filter>label {
	display: inline-block;
	margin-left: 20px
}
.cp-filter-panel__buttons__clear {
	float: right
}
.cp-overlay__image__description {
	padding: 20px
}
.cp-filter-buttons .icon-after:after {
	margin-left: 10px
}
.cp-filter-buttons__button {
	padding: 10px 12px
}
.cp-filter-buttons__button span {
	display: inline;
	line-height: 32px
}
.cp-active-filters {
	font-size: 40px
}
.cp-product-list__thumb__image--more-items p, .cp-product-list__thumb__image.more-items p {
	font-size: 22px
}
.cp-product-list__thumb__label.group .subtitle {
	font-size: 16px
}
.cp-product-list__thumb__label.group .effects li {
	padding: 0 5px
}
.cp-product-list__thumb__label.group .effects li.counter, .cp-product-list__thumb__label.group .effects li.counter:before {
	font-size: 14px
}
.cp-product-list__thumb__label.group .effects li.counter:after {
	display: inline
}
.ie9 .cp-masonry__cell {
	width: 49%
}
.cp-masonry {
	margin-left: -10px;
	margin-right: -10px
}
.cp-masonry__cell {
	display: inline-block;
	padding: 10px
}
.cp-news-thumb__legend h2 {
	font-size: 18px
}
.cp-case-study-intro-text {
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-image-square__overlay {
	padding: 20px
}
.cp-social-post__message {
	margin-top: 10px;
	margin-bottom: 30px
}
.cp-code-accessories {
	padding: 20px
}
.cp-code-accessories__item {
	padding: 10px 0
}
.cp-code-accessories__item__description {
	padding: 10px
}
.cp-code-accessories__item__download {
	display: block
}
.cp-code-accessories--search .cp-code-accessories__item {
	margin: 0 20px
}
.cp-featured-area__item, .cp-products-inspiration {
	padding: 20px
}
.cp-product-effects__thumb__indoor {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	margin-top: 10px
}
.cp-product-codes h2 {
	padding-top: 20px;
	padding-bottom: 20px
}
.cp-product-slider__items {
	margin-left: 10px;
	margin-right: 10px
}
.cp-product-slider__item {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px
}
.cp-product-slider__next, .cp-product-slider__prev {
	font-size: 50px
}
.cp-banner {
	padding: 20px
}
.featured__headline {
	font-size: 32px;
	line-height: 1.5
}
.featured .featured__back-link {
	left: 30px
}
.bladeEvent .featured {
	height: 300px
}
.bladeEvent .featured__headline {
	font-size: 30px
}
.bladeEvent .featured__description {
	font-size: 140px
}
.bladeEvent .featured__date {
	font-size: 30px;
	margin-top: 20px
}
.cp-innovation__title {
	padding: 20px 0
}
.cp-flex-grid {
	padding-left: 10px;
	padding-right: 10px
}
.cp-flex-card, .cp-flex-content, .cp-flex-description, .cp-flex-image, .cp-product-features {
	padding: 20px
}
.CMSSiteMapList .CMSSiteMapList__listed {
	-moz-column-count: 2;
	column-count: 2
}
.cp-events-list {
	padding: 60px 20px
}
.cp-event-signup h3 {
	padding: 20px;
	max-width: 70%
}
.vw-promo-banner {
	padding: 20px
}
}

@media (min-width:480px) and (max-width:767px) {
.hidden_about .anout_left {
	padding-left:5%;
	padding-right:5%;
	width:90%;
	padding-top: 5%;
}
.vw-home__grid .grid-item:nth-child(6).col-xs-6~.col-xs-6 {
	background-color: #ebebeb
}
.vw-home__grid .grid-item:nth-child(6).col-xs-6~.col-xs-6:nth-child(4n+1), .vw-home__grid .grid-item:nth-child(6).col-xs-6~.col-xs-6:nth-child(4n+2) {
	background-color: #fff
}
.vw-home__grid .grid-item:nth-child(6).col-xs-12~.col-xs-6 {
	background-color: #ebebeb
}
.vw-home__grid .grid-item:nth-child(6).col-xs-12~.col-xs-6:nth-child(4n+2), .vw-home__grid .grid-item:nth-child(6).col-xs-12~.col-xs-6:nth-child(4n+3) {
	background-color: #fff
}
}

@media (min-width:520px) {
.vw-company__comunity__item {
	font-size: 30px
}
.vw-company__comunity__item svg {
	height: 60px
}
}

@media (min-width:600px) {
.cp-flex-description, .cp-flex-image {
	min-height: 50vw
}
}

@media (min-width:768px) and (min-width:1600px) {
.cp-case-study-tree-images__table {
	left: 15px;
	right: 15px
}
.cp-flex-grid.table .cp-flex-card, .cp-flex-grid.table .cp-flex-content, .cp-flex-grid.table .cp-flex-description, .cp-flex-grid.table .cp-flex-image {
	width: 20%
}
}

@media (min-width:768px) {
.grid-section {
	padding: 30px
}
.grid-row {
	margin-left: -15px;
	margin-right: -15px
}
.grid-row:before {
	margin-bottom: -30px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 30px
}
.grid-item {
	padding-left: 15px;
	padding-right: 15px;
	float: left
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	/* width: 33.33333333% */
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-8 {
	/* width: 50%; */
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-1_1, .col-sm-12 {
	width: 100%
}
.col-sm-1_2 {
	width: 50%
}
.col-sm-1_3 {
	width: 33.33333333%
}
.col-sm-1_4 {
	width: 25%
}
.col-sm-1_5 {
	width: 20%
}
.col-sm-1_6 {
	width: 16.66666667%
}
.col-sm-1_7 {
	width: 14.28571429%
}
.col-sm-1_8 {
	width: 12.5%
}
.col-sm-1_9 {
	width: 11.11111111%
}
.col-sm-1_10 {
	width: 10%
}
.col-sm-1_11 {
	width: 9.09090909%
}
.col-sm-1_12 {
	width: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-pull-0 {
	right: auto
}

.col-sm-pull-1 {
	right: 8.33333333%

}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-6 {
	left: 50%
}

.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-12 {
	left: 100%
}
.container {
	padding: 0 30px
}
h1 {
	font-size: 30px;
}
h3 {
	font-size: 27px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 22px
}
h6 {
	font-size: 20px
}
img.align-left {
	float: left
}
img.align-right {
	float: right
}
img.align-none {
	float: none;
	margin-left: auto;
	margin-right: auto
}
p+p {
	/* margin-top: 30px */
}
.vw-home__news-events__title {
	font-size: 26px;
	margin: 15px 0 7px
}
.vw-home__products .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-products__header {
	padding: 0 30px 30px
}
.vw-products__view__buttons {
	padding-top: 30px
}
.vw-products__view__btn {
	width: 200px;
	padding: 20px 25px;
	text-align: left
}
.vw-products__view__btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px
}
.vw-products__projects {
	padding: 30px
}
.vw-product hr {
	margin: 40px 30px
}
.vw-product .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-product__header {
	padding: 0 30px 30px
}
.vw-product__description .grid-section:not(.no-border)+.grid-section {
	padding-top: 60px
}
.vw-product__description__content .mobile-breadcrumbs {
	margin: 20px 30px 0
}
.vw-product__codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}
.cp-overlay__content.code .vw-code__header {
	max-width: 1200px
}
.vw-code__header h1 {
	padding-right: 215px
}
.vw-code__header .social-buttons {
	top: 5px;
	right: 35px
}
.vw-code__details {
	display: -ms-flexbox;
	display: flex
}
.vw-code__details__info {
	margin-left: 30px
}
.vw-code .container h2 {
	font-size: 42px
}
.vw-code .container .vw-code__header {
	padding: 50px 0
}
.vw-project__header {
	padding: 30px
}
.vw-project__header h1 {
	padding-right: 215px
}
.vw-project__info {
	padding: 30px
}
.vw-project__application-areas li {
	font-size: 18px
}
.vw-project .social-buttons {
	top: 5px;
	right: 35px
}
.vw-galleries__header {
	padding: 0 30px 30px
}
.vw-galleries__description {
	padding: 60px 30px
}
.vw-galleries__description p {
	font-size: 42px
}
.vw-news__header {
	padding: 0 30px 30px
}
.vw-news-article__social .btn-social {
	width: 60px
}
.more-items, .vw-news-article__more-news {
	padding: 30px 30px 0
}
.vw-events__header {
	padding: 0 30px 30px
}
.vw-events__details {
	margin: 5px auto 40px
}
.vw-events .btn-social {
	width: 57px
}
.vw-events__tab li {
	width: auto
}
.vw-events__tab input[type=radio]+label {
	width: 200px;
	padding: 20px 25px;
	text-align: left
}
.vw-events__tab input[type=radio]+label:after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px
}
.thanks-block__text {
	font-size: 22px
}
.vw-lightisback__header {
	padding: 0 30px 30px
}
.vw-lightisback__description {
	padding: 60px 30px
}
.vw-lightisback__description p {
	font-size: 42px
}
.vw-case-study__header {
	padding: 0 30px 30px

}
.vw-case-study__about__product {

	width: 25%
}
.vw-case-study__about .social-buttons {
	-ms-flex-pack: start;

	justify-content: flex-start

}
.vw-case-study__description {
	font-size: 36px;
	line-height: 1.3
}
.vw-case-study__content {
	padding-left: 0;
	padding-right: 0
}
.vw-case-study__products h2 {
	font-size: 24px;
	padding: 0 30px;
	color: #333
}
.vw-case-study__nav__next, .vw-case-study__nav__prev {
	min-height: 320px
}
.vw-case-study__nav__next:after, .vw-case-study__nav__prev:after {
	font-size: 48px;
	width: 80px;
	height: 80px;
	line-height: 80px
}
.vw-case-study__nav__text__label {
	margin-bottom: 5px
}
.vw-case-study__nav__text {
	min-height: auto;
	left: 30px
}
.vw-careers__header, .vw-search__header {
	padding: 0 30px 30px
}
.vw-careers__intro {
	padding: 60px 30px
}
.vw-careers__intro p {
	font-size: 42px
}
.vw-product-landing__header {
	padding: 0 30px 30px
}
.vw-product-landing__hero {
	padding: 30px
}
.vw-product-landing__family {
	padding-top: 30px;
	padding-bottom: 30px
}
.vw-new-products__header {
	padding: 0 30px 30px
}
.vw-new-products__thumb {
	padding: 30px
}
.vw-new-products__thumb h2 {
	font-size: 45px
}
.vw-new-products__thumb p {
	font-size: 38px
}
.vw-new-products__thumb .cover-image {
	height: 0;
	padding-bottom: 40%
}
.vw-new-products .vw-new-products__cta.btn-stroke.narrow {
	margin: 80px 40px 0 0
}
.vw-contact__header {
	padding: 0 30px 30px
}
.vw-contact__headquarters__map {
	display: block;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .vw-contact__headquarters__map {
	max-width: 820px;
	height: 470px
}
.vw-contact__headquarters__info {
	width: 320px;
	min-height: 470px
}
.ie9 .vw-contact__headquarters__info {
	position: absolute;
	top: 0;
	right: 0
}
.vw-contact__network__map {
	display: block;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .vw-contact__network__map {
	max-width: 820px;
	height: 470px
}
.vw-contact__network__info {
	width: 320px;
	min-height: 470px
}
.ie9 .vw-contact__network__info {
	position: absolute;
	top: 0;
	right: 0
}
.vw-contact-country__header {
	padding: 0 30px 30px
}
.vw-contact-country__locations__map {
	display: block;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ie9 .vw-contact-country__locations__map {
	max-width: 820px;
	height: 470px
}
.vw-contact-country__locations__info {
	width: 320px;
	height: 470px
}
.ie9 .vw-contact-country__locations__scrolled {
	position: absolute;
	top: 0;
	right: 0
}
.vw-contact-country__locations__content {
	width: 320px;
	height: 394px
}
.vw-contact-form__header {
	padding: 0 30px 30px
}
.vw-contact-form__subtitle {
	padding: 60px 30px
}
.vw-newsletter__header {
	padding: 0 30px 30px
}
.vw-newsletter__subtitle {
	padding: 60px 30px
}
.vw-content--simple h2, .vw-newsletter h2 {
	font-size: 42px
}
.vw-content--simple .btn-simple {
	margin-right: 30px;
	display: inline-block
}
.page-header, .vw-company__header {
	padding: 0 30px 30px
}
.vw-company__intro h2 {
	font-size: 48px
}
.vw-company__intro p {
	font-size: 15px;
	line-height: 1.5em;
}
.vw-company__intro h2+p {
	margin-top: 30px;
}
.vw-company__social h2 {
	font-size: 48px
}
.vw-company__social__description {
	padding: 30px 0
}
.vw-company .vw-company__social-posts {
	padding: 0 30px
}
.vw-company__core h5 {
	font-size: 24px;
	margin-bottom: 0
}
.vw-company__projects {
	padding-top: 120px;
	padding-bottom: 60px
}
.vw-company__projects .cp-carousel__bullets {
	bottom: 90px!important;
	right: 45px!important
}
.vw-company__projects .cp-carousel__bullets--left {
	left: 75px!important
}
.vw-company__projects__credits {
	padding-top: 30px;
	font-size: 15px
}
.vw-company__projects h2 {
	font-size: 48px
}
.vw-company__projects__description {
	padding: 30px 0
}
.vw-company__energy h2 {
	font-size: 48px
}
.vw-company__energy__description {
	padding: 30px 0
}
.vw-company__quote {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 90px;
	padding-bottom: 90px;
	font-size: 36px
}
.vw-company__making {
	padding-top: 120px
}
.vw-company__making .cp-carousel__bullets {
	right: 45px!important
}
.vw-company__making h2 {
	font-size: 48px
}
.vw-company__making__description {
	padding: 30px 0
}
.vw-company__grid {
	padding-top: 120px;
	padding-bottom: 140px
}
.vw-company__grid h2 {
	font-size: 48px
}
.vw-company__grid__description {
	padding: 30px 0
}
.vw-company__comunity .grid-item {
	padding: 25% 0 0
}
.vw-company__comunity__item {
	padding: 20px;
	font-size: 18px
}
.vw-company__comunity__item svg {
	bottom: 20px;
	left: 20px;
	height: 35px
}
.vw-company__image {
	min-height: 500px
}
.projects-filter {
	margin-top: -30px
}
.projects-filter__header {
	margin: 0 -30px;
	text-align: left
}
.projects-filter__header--centred {
	border-left: none;
	border-right: none;
	display: block
}
.projects-filter__header label, .projects-filter__header span {
	font-size: 16px;
	padding: 24px 90px 20px 30px;
	width: auto
}
.projects-filter__header label:last-child, .projects-filter__header span:last-child {
	border-right: 1px solid #d4d4d4
}
.projects-filter__header label {
	padding: 22px 70px 21px 30px;
	background-position: center right 15px
}
.projects-filter__header .label--desktop {
	display: inline
}
.projects-filter__header .label--mobile {
	display: none
}
.projects-filter__list-item {
	width: 32%
}
.projects-map {
	padding-bottom: 0;
	height: 80vh;
	max-height: 850px
}
.pt-gallery-view .gallery-view-btn {
	padding: 20px
}
.pt-gallery-view .gallery-view-btn:after {
	position: absolute;
	top: 50%;
	margin-top: -23px
}
.vw-media__header {
	padding: 50px 30px 30px
}
.vw-media .user-info {
	position: absolute;
	right: 30px;
	bottom: 30px;
	max-width: 320px
}
.vw-media__subheader .disclaimer-mess {
	padding-right: 200px
}
.vw-media__grid-wrapper {
	-ms-flex-direction: row;
	flex-direction: row
}
.vw-media__menu {
	-ms-flex: 0 1 300px;
	flex: 0 1 300px
}
.vw-media__media-list {
	-ms-flex: 0 1 1180px;
	flex: 0 1 1180px
}
.vw-media .cp-form--col2 {
	margin-top: 97px
}
.vw-media .cp-form--col2.text-center {
	text-align: center
}
.vw-media .cp-form--col3 {
	margin: 0 5% 0 0
}
.vw-media .cp-form--col4 {
	border-left: 1px solid #d4d4d4;
	padding: 0 0 0 6%
}
.media__row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.media__item, .media__row {
	display: -ms-flexbox;
	display: flex
}
.media__load-more-btn {
	width: auto;
	min-width: 192px;
	box-sizing: border-box;
	padding: 10px 20px!important
}
.disclaimer-mess {
	padding-right: 200px
}
.media-popup__header {
	padding: 20px 40px
}
.media-popup__header h3 {
	font-size: 42px
}
.media-popup__content {
	padding: 25px 40px
}
.media-popup__button-area {
	padding: 40px 50px
}
.vw-content-page__header {
	padding: 0 30px 30px
}
.certifications-page p {
	font-size: 18px
}
.certifications-page h2 {
	font-size: 42px
}
.vw-landing {
	padding: 30px
}
.vw-landing:after {
	left: 30px;
	right: 30px
}
.vw-landing__header {
	padding: 0 30px 30px
}
.vw-landing__title {
	font-size: 28px
}
.unsubscribe {
	padding: 250px 0
}
.unsubscribe__title {
	font-size: 27px;
	font-size: 35px
}
.unsubscribe__subtitle {
	margin: 15px 40px
}
.cp-main-nav__icon {
	left: 30px;
	float: none
}
.cp-main-nav__search {
	left: 80px
}
.cp-main-nav__logo {
	right: 25px
}
.cp-footer__content, .cp-footer__content__section {
	padding: 15px
}
.cp-footer__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center
}
.ie9 .cp-footer__content {
	display: block
}
.ie9 .cp-footer__content:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-footer__content__section {
	width: 50%;
	max-width: 350px
}
.cp-footer .btn-stroke {
	font-size: 12px;
	white-space: nowrap;
	padding-right: 50px!important
}
.cp-footer .btn-stroke:after {
	font-size: 18px!important
}
.cp-footer__social {
	margin-left: -25px
}

.cp-footer__top {
	-ms-flex-direction: row;
	flex-direction: row

}
.cp-footer__top__col {
	border-bottom: none;
	border-right: 1px solid #d4d4d4;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}
.cp-footer__bottom__scrolltop {
	width: 90px;
	float: right;
	border-bottom: none
}
.cp-footer__bottom__copyright {
	width: 100%;
	float: left;
	margin-right: -90px
}
.cp-footer__bottom__copyright ul {
	width: calc(100% + 90px)
}
input[type=radio]+label {
	font-size: 18px
}
.btn-simple, .btn-stroke {
	line-height: 20px;
	font-size: 12px
}
.btn-simple.narrow, .btn-stroke.narrow {
	padding: 10px 15px
}
.btn-simple.icon-after:after, .btn-simple.iconed-after:after, .btn-stroke.icon-after:after, .btn-stroke.iconed-after:after {
	bottom: 10px;
	font-size: 18px;
	margin-left: 15px;
	line-height: 20px
}
.btn-simple.icon-after-small:after, .btn-simple.iconed-after-small:after, .btn-stroke.icon-after-small:after, .btn-stroke.iconed-after-small:after {
	font-size: 10px
}
.btn-simple--small, .btn-stroke--small {
	width: 60px
}
.btn-social {
	width: 75px
}
.btn-social--small {
	width: 60px
}
.cp-header__logo {
	display: block
}
.cp-hero {
	min-height: 500px;
	height: 600px;
	height: 75vh
}
.cp-hero__title {
	font-size: 45px
}
.cp-hero__subtitle {
	font-size: 38px
}
.cp-hero__slide .grid-section {
	padding: 60px
}
.cp-hero__slide__content .btn-stroke.narrow {
	padding: 10px 15px;
	padding-right: 50px
}
.cp-hero--text {
	display: block;
	max-height: 460px
}
.cp-hero--text .cp-video {
	max-height: 500px
}
.search-section__results:after {
	margin: 50px auto
}
.search-section__headline {
	padding: 0 30px;
	font-size: 26px;
	margin-top: 45px
}
.cp-filter-panel__header label h2 {
	font-size: 28px
}
.cp-filter-panel__content {
	padding: 30px
}
.cp-filter-panel__content__search {
	padding: 50px 40px
}
.cp-filter-panel__content__search input[type=text] {
	font-size: 40px;
	padding: 0 60px 10px 0;
	letter-spacing: -.04em
}
.cp-filter-panel__content__search button i:after {
	font-size: 50px;
	max-width: 110%;
	color: #8d8d8d;
	margin-top: 0;
	margin-bottom: 25px
}
.cp-filter-panel__group__content {
	-moz-column-width: 400px;
	column-width: 400px;
	-moz-column-gap: 20px;
	column-gap: 20px
}
.cp-filter-panel__group__content.filter-lighting {
	-moz-column-width: 290px;
	column-width: 290px;
	-moz-column-gap: 20px;
	column-gap: 20px
}
.cp-breadcrumb a {
	display: inline
}
.cp-overlay__image__description {
	padding: 30px
}
.cp-filter-buttons__button {
	font-size: 14px;
	padding: 10px 15px
}
.cp-filter-buttons__button__view {
	min-width: 155px;
	float: left
}
.cp-filter-buttons__button__view+.cp-filter-buttons__button__view {
	border-right: 1px solid #ebebeb;
	border-left: none
}
.cp-filter-buttons__button__search {
	display: block
}
.cp-filter-buttons p {
	float: left;
	clear: none
}
.cp-active-filters {
	font-size: 45px
}
.cp-product-list__thumb__image--more-items p, .cp-product-list__thumb__image.more-items p, .cp-product-list__thumb__label {
	padding: 20px;
	text-align:center;
}
.cp-product-list__thumb__label.type {
	font-size: 18px;
	line-height: 1.2em
}
.cp-side-nav--downloads .cp-side-nav__items {
	padding: 30px 0
}
.ie9 .cp-masonry__cell {
	width: 32%
}
.cp-masonry {
	margin-left: -15px;
	margin-right: -15px
}
.cp-masonry__cell {
	display: inline-block;
	padding: 15px
}
.cp-news-thumb__legend h2 {
	font-size: 18px
}
.cp-case-study-intro-text {
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-case-study-html-text {
	padding: 30px 0
}
.cp-case-study-html-text h2 {
	font-size: 24px;
	line-height: 1.2
}
.cp-case-study-html-text p {
	font-size: 18px;
	line-height: 1.8
}
.cp-case-study-quote blockquote span {
	font-size: 36px
}
.cp-case-study-quote blockquote span:after, .cp-case-study-quote blockquote span:before {
	position: absolute;
	margin-top: 10px;
	font-size: 60px
}
.cp-case-study-quote blockquote span:before {
	margin-left: -40px
}
.cp-case-study-quote blockquote span:after {
	margin-left: 20px
}
.cp-case-study-full-image.no-gutter {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px
}
.cp-case-study-tree-images__spacer {
	display: block;
	width: 100%;
	padding-top: 60%
}
.cp-case-study-tree-images__table {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px
}
.cp-case-study-tree-images__table__col {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}
.cp-case-study-tree-images__table__col .col-12 {
	height: 50%;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0
}
.cp-case-study-tree-images__table__col .col-12:first-child {
	padding-bottom: 10px
}
.cp-case-study-tree-images__table__col .col-12:nth-child(2) {
	padding-top: 10px
}
.cp-case-study-tree-images__table__col:nth-child(2) .grid-row {
	height: 100%;
	margin-left: 0;
	margin-right: 0
}
.cp-case-study-tree-images__table__col:nth-child(2) .grid-row:before {
	margin-top: 0
}
.cp-case-study-tree-images__table__col:nth-child(2) .grid-row .col-12 {
	height: 50%;
	padding-left: 0;
	padding-right: 0
}
.cp-case-study-tree-images__table__col:nth-child(2) .grid-row .col-12:first-child {
	padding-bottom: 10px
}
.cp-case-study-tree-images__table__col:nth-child(2) .grid-row .col-12:last-child {
	margin-top: 0;
	padding-top: 10px
}
.cp-case-study-tree-images__table .cp-case-study-image {
	width: 100%;
	height: 100%
}
.cp-case-study-tree-images__table .cp-case-study-image__bg {
	padding-top: 0;
	height: 100%
}
.cp-image-square__overlay {
	padding: 30px
}
.palette {
	padding-bottom: 40px
}
.palette__headline {
	font-size: 48px;
	float: left
}
.palette__container {
	padding: 15px;
	background: #ebebeb;
	margin-top: 40px
}
.palette__view {
	padding-bottom: 50%
}
.palette__frame, .palette__raster {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0
}
.palette__mobile-note {
	display: none
}
.palette__selectors {
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.palette .social-buttons {
	float: right
}
.palette-selctor {
	background: #fff;
	min-height: 250px;
	margin: 0 0 0 15px;
	padding: 20px 20px 27px
}
.palette-selctor__headline {
	font-size: 14px;
	cursor: auto
}
.palette-selctor__headline:after {
	display: none
}
.palette-selctor__color-box {
	margin: 12px 0 20px -2%
}
.palette-selctor__color-item {
	width: 18%;
	padding-bottom: 18%;
	margin: 0 0 2.1% 2%
}
.palette-selctor__note {
	display: block
}
.palette-foot {
	margin-top: 40px
}
.palette-foot__headline {
	font-size: 26px
}
.palette-foot__copy--large {
	font-size: 20px;
	margin: 35px 0
}
.product-tooltip:before {
	transform: translate3d(-50%, 10px, 0);
	width: 260px;
	left: 50%
}
.product-tooltip:hover:before {
	transform: translate3d(-50%, 0, 0)
}
.product-options__col {
	display: inline-block;
	margin: 10px 0 0 25px
}
.product-options__col:first-child {
	margin-left: 0
}
.cp-code-accessories {
	padding: 30px
}
.cp-code-accessories .cp-filter select {
	width: 300px
}
.cp-code-accessories__item {
	padding: 15px 0
}
.cp-code-accessories__item__thumb {
	margin-top: 15px
}
.cp-code-accessories__item__description {
	padding: 15px
}
.cp-code-accessories--search .cp-code-accessories__item {
	margin: 0 20px
}
.cp-code-accessories--search .cp-code-accessories__related-header {
	font-size: 26px
}
.vw-product .cp-description-box {
	margin-bottom: 40px
}
.cp-description-box {
	display: -ms-flexbox;
	display: flex
}
.cp-description-box__content, .cp-description-box__image {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.cp-description-box__image, .show-blade-element .cp-description-box__image {
	height: auto
}
.cp-description-box__content {
	min-height: 475px;
	padding: 35px
}
.cp-description-box__content--spaced {
	padding: 55px
}
.cp-description-box__content header {
	margin-bottom: 35px
}
.cp-description-box__content header h2 {
	font-size: 48px
}
.cp-description-box__content header p {
	font-size: 30px
}

.cp-description-box__title {
	font-size: 48px
}
.cp-description-box__subtitle {
	font-size: 28px
}
.cp-description-box__subtitle--small {
	font-size: 24px;
	margin-bottom: 30px
}
.cp-description-box__text {
	font-size: 16px
}
.cp-description-box__list {
	margin-top: 90px;
	font-size: 18px;
	line-height: 22px
}
.cp-description-box--about .cp-description-box__copy {
	font-size: 30px;
	line-height: 36px
}
.cp-description-box--white p {
	font-size: 20px;
	line-height: 30px
}
.cp-description-box--white .cp-description-box__content {
	padding: 35px
}
.cp-description-box--white .cp-description-box__subtitle {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 55px
}
.cp-description-box--text .cp-description-box__copy {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%
}
.cp-description-box--imgright .cp-description-box__subtitle {
	margin-bottom: 250px;
	margin-right: 50%
}
.cp-description-box--imgright .cp-description-box__content {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.cp-description-box--imgright .cp-description-box__image {
	background-position: 0 100%;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	margin-left: 0
}
.cp-description-box--wide .cp-description-box__content {
	max-width: 100%
}
.cp-products-inspiration {
	padding: 30px
}
.cp-featured-area__item {
	padding: 30px;
	height: 320px
}
.cp-featured-area__item:after {
	display: block
}
.cp-product-details__features {
	margin-bottom: 100px
}
.cp-product-details__colors li {
	width: 50%
}
.cp-product-codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}
.cp-product-slider__items {
	margin-left: 15px;
	margin-right: 15px
}
.cp-product-slider__item {
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px
}
.cp-product-slider__next, .cp-product-slider__prev {
	font-size: 75px
}
.cp-banner {
	padding: 30px
}
.featured__headline {
	font-size: 48px
}
.featured__description {
	font-size: 24px;
	margin: 10px 0
}
.featured__featured-label {
	top: 50px;
	left: 70px;
	line-height: 30px;
	font-size: 14px
}
.featured--events .featured__date {
	font-size: 25px
}
.bladeEvent .featured {
	height: 450px
}
.cp-social-block--event {
	float: right;
	padding: 30px 40px
}
.cp-innovation__title {
	padding: 30px 0
}
.cp-news-list__copy {
	padding: 20px
}
.cp-news-list--events .cp-news-list__copy {
	padding: 15px
}
.cp-flex-grid {
	padding-left: 15px;
	padding-right: 15px
}
.cp-flex-grid.table {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.cp-flex-grid.table .cp-flex-card, .cp-flex-grid.table .cp-flex-content, .cp-flex-grid.table .cp-flex-description, .cp-flex-grid.table .cp-flex-image {
	width: 50%
}
.cp-flex-grid.columns {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.cp-flex-grid.columns .cp-flex-card, .cp-flex-grid.columns .cp-flex-content, .cp-flex-grid.columns .cp-flex-description, .cp-flex-grid.columns .cp-flex-image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.cp-flex-grid.columns .cp-flex-card.top, .cp-flex-grid.columns .cp-flex-content.top {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.cp-flex-grid.columns .cp-flex-card.bottom, .cp-flex-grid.columns .cp-flex-content.bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}
.cp-flex-grid.columns .cp-flex-card.center, .cp-flex-grid.columns .cp-flex-content.center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.cp-flex-grid.columns .cp-flex-card.baseline, .cp-flex-grid.columns .cp-flex-content.baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline
}
.cp-flex-grid.left-stack {
	display: block;
	position: relative
}
.cp-flex-grid.left-stack:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-flex-grid.left-stack .cp-flex-card, .cp-flex-grid.left-stack .cp-flex-content, .cp-flex-grid.left-stack .cp-flex-description, .cp-flex-grid.left-stack .cp-flex-image {
	float: left;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	clear: left
}
.cp-flex-grid.left-stack .cp-flex-card:first-child, .cp-flex-grid.left-stack .cp-flex-content:first-child, .cp-flex-grid.left-stack .cp-flex-description:first-child, .cp-flex-grid.left-stack .cp-flex-image:first-child {
	float: right;
	clear: none
}
.cp-flex-grid.right-stack {
	display: block;
	position: relative
}
.cp-flex-grid.right-stack:after {
	content: "";
	display: block;
	clear: both;
	height: 0
}
.cp-flex-grid.right-stack .cp-flex-card, .cp-flex-grid.right-stack .cp-flex-content, .cp-flex-grid.right-stack .cp-flex-description, .cp-flex-grid.right-stack .cp-flex-image {
	float: right;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	clear: right
}
.cp-flex-grid.right-stack .cp-flex-card:first-child, .cp-flex-grid.right-stack .cp-flex-content:first-child, .cp-flex-grid.right-stack .cp-flex-description:first-child, .cp-flex-grid.right-stack .cp-flex-image:first-child {
	float: left;
	clear: none
}
.cp-flex-card, .cp-flex-content, .cp-flex-description, .cp-flex-image, .cp-product-features {
	padding: 30px
}
.cp-product-features__image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.cp-product-features__image img {
	width: 70%;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.cp-product-features__description {
	width: 30%
}
.cp-video.has-title .cp-video__spacer {
	padding-top: 56.25%
}
.cp-video__poster:after {
	width: 124px;
	height: 124px;
	margin-top: -62px;
	margin-left: -62px
}
.cp-carousel .cp-carousel__slide:before {
	display: none
}
.cp-carousel .cp-carousel__bullets {
	bottom: 30px;
	right: 45%;
	text-align: center;
}
.cp-carousel .cp-carousel__bullet:before {
	height: 4px;
	width: 45px
}
.cp-carousel .cp-carousel__next, .cp-carousel .cp-carousel__prev {
	display: block;
	position: absolute;
	top: 50%;
	background-color: #ff282d;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	transition: width .3s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1)
}
.cp-carousel .cp-carousel__next:after, .cp-carousel .cp-carousel__prev:after {
	color: #fff;
	text-align: center;
	font-size: 80px;
	width: 80px;
	line-height: 80px;
	transition: width .3s cubic-bezier(.19, 1, .22, 1);
	border-radius: 80px;
}
.no-touch .cp-carousel .cp-carousel__next:hover, .no-touch .cp-carousel .cp-carousel__next:hover:after, .no-touch .cp-carousel .cp-carousel__prev:hover, .no-touch .cp-carousel .cp-carousel__prev:hover:after {
	width: 100px
}
.CMSSiteMapList .CMSSiteMapList__listed {
	-moz-column-count: 3;
	column-count: 3
}
.cp-countdown__title {
	text-align: right;
	margin-right: 30px;
	font-size: 36px
}
.cp-events-list {
	padding: 90px 30px
}
.cp-events-list ul {
	margin-top: 55px
}
.cp-events-list li p {
	font-size: 30px
}
.cp-events-list li .btn-stroke {
	position: absolute!important;
	top: 0;
	right: 0;
	transform: translateX(30px) translateX(100%)
}
.cp-events-list li+li {
	margin-top: 35px
}
.cp-events-list h2 {
	font-size: 48px
}
.cp-events-list h3 {
	font-size: 80px;
	margin-bottom: 20px
}
.cp-events-list p {
	font-size: 24px
}
li .cp-events-list p {
	font-size: 30px
}
.cp-event-signup {
	padding: 30px
}
.cp-event-signup h3 {
	font-size: 44px
}
.cp-event-signup p {
	font-size: 30px;
	line-height: 1.2em;
	max-width: 500px;
	margin-top: 20px
}
.cp-event-signup__cta {
	margin: 40px 0 0
}
.vw-promo-banner {
	padding: 30px;
	display: table;
	height: 255px
}
.vw-promo-banner h2, .vw-promo-banner p {
	font-size: 48px
}
.vw-promo-banner__cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0
}
.light-descr__img {
	margin-right: -120px
}
.hide-on-mobile {
	display: block

}
.show-on-mobile {
	display: none
}
.theme__wrapper.search .cp-main-nav__search {
	left: 83px
}
}

@media (min-width:768px) and (min-width:1420px) {
.cp-case-study-tree-images__table {
	left: 15px;
	right: 15px
}
.cp-flex-grid.table .cp-flex-card, .cp-flex-grid.table .cp-flex-content, .cp-flex-grid.table .cp-flex-description, .cp-flex-grid.table .cp-flex-image {
	width: 25%
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden_about .anout_left {
	padding-left:5%;
	padding-right:5%;
	width:90%;
	padding-top: 5%;
}
.vw-home__grid .col-sm-4 {
	background-color: #ebebeb
}
.vw-home__grid .col-sm-4:nth-child(odd) {
	background-color: #fff
}
.cp-product-list .grid-item:nth-child(1) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: 0s
}
.cp-product-list .grid-item:nth-child(2) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .05s
}
.cp-product-list .grid-item:nth-child(3) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .1s
}
.cp-product-list .grid-item:nth-child(4) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(5) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(6) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .25s
}
.cp-product-list .grid-item:nth-child(7) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(8) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(9) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .4s
}
.cp-product-list .grid-item:nth-child(10) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .45s
}
.cp-product-list .grid-item:nth-child(11) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .5s
}
.cp-product-list .grid-item:nth-child(12) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .55s
}
}

@media (min-width:768px) and (min-width:992px) {
.cp-case-study-tree-images__table {
	left: 15px;
	right: 15px
}
.cp-flex-grid.table .cp-flex-card, .cp-flex-grid.table .cp-flex-content, .cp-flex-grid.table .cp-flex-description, .cp-flex-grid.table .cp-flex-image {
	width: 33.33333333%
}
}

@media (min-width:768px) and (min-width:480px) {
.cp-case-study-tree-images__table {
	left: 10px;
	right: 10px
}
}

@media (min-width:768px) and (min-width:768px) {
.cp-case-study-tree-images__table {
	left: 15px;
	right: 15px
}
}

@media (min-width:840px) {
.cp-event-signup {
	min-height: 35.71428571vw
}
}

@media (min-width:907.12742981px) {
.vw-new-products__thumb {
	min-height: 33.07142857vw
}
}

@media (min-width:992px) and (max-width:1419px) {
.cp-product-list .grid-item:nth-child(1) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: 0s
}
.cp-product-list .grid-item:nth-child(2) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .05s
}
.cp-product-list .grid-item:nth-child(3) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .1s
}
.cp-product-list .grid-item:nth-child(4) .cp-product-list__thumb__slider, .cp-product-list .grid-item:nth-child(5) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(6) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(7) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .25s
}
.cp-product-list .grid-item:nth-child(8) .cp-product-list__thumb__slider, .cp-product-list .grid-item:nth-child(9) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(10) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(11) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .4s
}
.cp-product-list .grid-item:nth-child(12) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .45s
}
}

@media (min-width:992px) {
.grid-section {
	padding: 30px
}
.grid-row {
	margin-left: -15px;
	margin-right: -15px
}
.grid-row:before {
	margin-bottom: -30px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 30px
}
.grid-row .gdb{
	    float: left;
    width: 370px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.grid-row .gdb img{width:100%;height:285px;;}
.grid-item {
	padding-left: 15px;
	padding-right: 15px;
	float: left
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-9 {
	width: 100%;
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-1_1, .col-md-12 {
	width: 100%
}
.col-md-1_2 {
	width: 50%
}
.col-md-1_3 {
	width: 33.33333333%
}
.col-md-1_4 {
	width: 25%
}
.col-md-1_5 {
	width: 20%
}
.col-md-1_6 {
	width: 16.66666667%
}
.col-md-1_7 {
	width: 14.28571429%
}
.col-md-1_8 {
	width: 12.5%
}
.col-md-1_9 {
	width: 11.11111111%
}
.col-md-1_10 {
	width: 10%
}
.col-md-1_11 {
	width: 9.09090909%
}
.col-md-1_12 {
	width: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-pull-0 {
	right: auto
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-push-0 {
	left: auto
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-9 {

	left: 75%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-12 {
	left: 100%
}
.container {
	padding: 0 30px
}
.news-copy {
	margin: 30px 0
}
.vw-home__news-events {
	padding-top: 25%
}
.vw-home__news-events__content {
	width: 50%;
}
.vw-home__news-events__title {
	font-size: 26px
}
.vw-home__news-events__title img {
	max-width: 100%;
	height: auto
}
.vw-home__news-events__cta {
	margin-top: 20px
}
.vw-home__news-events__image {
	display: block;
	width: 50%;
}
.vw-home__news-events--half {
	padding-top: 50%
}
.vw-home__news-events--half .vw-home__news-events__image {
	display: block;
	width: 50%
}
.vw-home__news-events--half .vw-home__news-events__content {
	width: 50%
}
.vw-home__grid .grid-item:nth-child(6).col-md-3~.col-md-3 {
	background-color: #ebebeb
}
.vw-home__grid .grid-item:nth-child(6).col-md-3~.col-md-3:nth-of-type(8n+1), .vw-home__grid .grid-item:nth-child(6).col-md-3~.col-md-3:nth-of-type(8n+3), .vw-home__grid .grid-item:nth-child(6).col-md-3~.col-md-3:nth-of-type(8n+4), .vw-home__grid .grid-item:nth-child(6).col-md-3~.col-md-3:nth-of-type(8n+6) {
	background-color: #fff
}
.vw-home__grid .grid-item:nth-child(6).col-md-6~.col-md-3 {
	background-color: #ebebeb
}
.vw-home__grid .grid-item:nth-child(6).col-md-6~.col-md-3:nth-of-type(8n+0), .vw-home__grid .grid-item:nth-child(6).col-md-6~.col-md-3:nth-of-type(8n+2), .vw-home__grid .grid-item:nth-child(6).col-md-6~.col-md-3:nth-of-type(8n+3), .vw-home__grid .grid-item:nth-child(6).col-md-6~.col-md-3:nth-of-type(8n+5) {
	background-color: #fff
}
.vw-home__products .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-home__products--big-title h2 {
	font-size: 48px;
	line-height: 52px
}
.vw-home__products--big-padding {
	margin: 70px 40px
}
.vw-products__header {
	padding: 0 30px 30px
}
.vw-products__projects {
	padding: 30px
}
.vw-product .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-product__header {
	padding: 0 30px 30px
}
.vw-product__description .grid-section:not(.no-border)+.grid-section {
	padding-top: 60px
}
.vw-product__codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}
.vw-product__codes__header {
	display: block
}
.vw-product__codes .cp-table__cell {
	padding: 15px 0
}
.vw-code__header {
	padding: 30px
}
.vw-code__header h1 {
	padding-right: 0;
	max-width: 740px
}
.vw-code__header .social-buttons {
	right: 25px
}
.vw-code__details__info {
	margin-left: 30px
}
.vw-project__header {
	padding: 30px
}
.vw-project__header h1 {
	padding-right: 0;
	max-width: 740px
}
.vw-project__info {
	padding: 30px;
	padding-bottom: 15px
}
.vw-project__quote--covered.is-mobile {
	display: none
}
.vw-project__quote--covered.no-mobile {
	display: block
}
.vw-project__quote {
	margin-bottom: 50px
}
.vw-project .social-buttons {
	right: 25px
}
.vw-galleries__header {
	padding: 0 30px 30px
}
.vw-galleries__description {
	padding: 60px 30px
}
.vw-news__header {
	padding: 0 30px 30px
}
.vw-news-article__hero-caption {
	padding: 5px 60px
}
.vw-news-article__date-wrapper {
	margin: 25px auto 35px
}
.vw-news-article__copy {
	margin: 35px auto 50px
}
.vw-news-article__copy .generic-copy, .vw-news-article__copy p {
	margin: 30px 0
}
.vw-news-article__copy h1, .vw-news-article__copy h2 {
	margin: 45px 0
}
.vw-news-article__copy .cp-generic-img {
	margin: 30px 0
}
.vw-news-article__buttons {
	margin: 45px auto 30px
}
.more-items, .vw-news-article__more-news {
	padding: 30px 30px 0
}
.news-h2 {
	margin: 45px 0
}
.vw-events__header {
	padding: 0 30px 30px
}
.vw-events__top {
	display: block
}
.vw-events__hero-caption {
	padding: 5px 60px
}
.vw-events__list__row .cp-table__cell {
	vertical-align: top;
	padding-right: 40px
}
.vw-events__list__row .cp-table__cell:last-child {
	padding-right: 0
}
.vw-events__copy {
	margin: 35px auto 50px
}
.vw-events__copy .generic-copy, .vw-events__copy p {
	margin: 30px 0
}

.vw-events__copy h1, .vw-events__copy h2 {
	margin: 45px 0
}
.vw-events__copy .cp-generic-img {
	margin: 30px 0
}

.vw-events__event-buttons, .vw-events__map-container {
	margin: 40px auto
}
.vw-lightisback__header {
	padding: 0 30px 30px
}
.vw-lightisback__description {
	padding: 60px 30px
}
.vw-careers__header, .vw-case-study__header, .vw-search__header {
	padding: 0 30px 30px
}
.vw-careers__intro {
	padding: 60px 30px
}
.vw-careers__jobs__col:before {
	content: normal
}
.vw-careers__jobs__col:nth-child(2), .vw-careers__jobs__col:nth-child(3) {
	width: 150px
}
.vw-careers__jobs__col:first-child {
	border-width: 1px 0 0
}
.vw-careers__jobs__col:last-child {
	width: 250px;
	padding-bottom: 0
}
.vw-careers__jobs__col {
	display: table-cell;
	text-align: center
}
.vw-careers__jobs__row:first-of-type {
	display: table-row
}
.vw-careers__jobs__row:last-child .vw-careers__jobs__col {
	border-bottom: 1px solid #8d8d8d
}
.vw-product-landing__header {
	padding: 0 30px 30px
}
.vw-product-landing__hero {
	padding: 30px
}
.vw-product-landing__family {
	padding-top: 30px;
	padding-bottom: 30px
}
.vw-new-products__header {
	padding: 0 30px 30px
}
.vw-new-products__thumb {
	padding: 30px;
	margin-bottom: 1px
}
.vw-new-products__thumb .cover-image {
	height: 100.01%;
	position: absolute
}
.vw-contact-country__header, .vw-contact-form__header, .vw-contact__header {
	padding: 0 30px 30px
}
.vw-contact-form__subtitle {
	padding: 60px 30px
}
.vw-newsletter__header {
	padding: 0 30px 30px
}
.vw-newsletter__subtitle {
	padding: 60px 30px
}
.vw-content--simple {
	padding: 60px 30px 50px
}
.page-header, .vw-company__header {
	padding: 0 30px 30px
}
.vw-company__social {
	padding-top: 120px;
	padding-bottom: 60px
}
.vw-company__social h2 {
	opacity: 1;
	color: #000;
	transform: none
}
.vw-company__social h2.hidden {
	color: #fff;
	opacity: 0
}
.vw-company__social h2:not(.hidden) {
	transition: color .5s linear, opacity .5s linear
}
.vw-company__social__description {
	opacity: 1;
	transform: none
}
.vw-company__social__description.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-company__social__description:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__social .grid-item {
	opacity: 1
}
.vw-company__social .grid-item.hidden {
	opacity: 0
}
.vw-company__social .grid-item:not(.hidden) {
	transition: opacity .5s linear
}
.vw-company__social h2 {
	display: block;
	position: absolute;
	top: 60px;
	left: 8.33333333%;
	max-width: 460px;
	z-index: 1;
	background-color: #fff;
	padding: 30px
}
.vw-company__social__description {
	position: absolute;
	right: 0;
	bottom: 60px;
	max-width: 775px;
	background-color: #fff;
	padding: 30px
}
.vw-company__social--cetrification {
	padding-bottom: 120px
}
.vw-company .vw-company__social-posts {
	padding: 0 30px
}
.vw-company .vw-company__social-posts .grid-item {
	position: relative
}
.vw-company .vw-company__social-posts .grid-item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform-origin: bottom left;
	z-index: 1;
	background-color: #fff;
	transform: scaleY(0)
}
.vw-company .vw-company__social-posts.hidden .grid-item:after {
	transform: scaleY(1)
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:after {
	transition: transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(1):after {
	transition-delay: .1s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(2):after {
	transition-delay: .2s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(3):after {
	transition-delay: .3s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(4):after {
	transition-delay: .4s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(5):after {
	transition-delay: .5s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(6):after {
	transition-delay: .6s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(7):after {
	transition-delay: .7s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(8):after {
	transition-delay: .8s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(9):after {
	transition-delay: .9s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(10):after {
	transition-delay: 1s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(11):after {
	transition-delay: 1.1s
}
.vw-company .vw-company__social-posts:not(.hidden) .grid-item:nth-child(12):after {
	transition-delay: 1.2s
}
.vw-company__projects h2 {
	opacity: 1;
	color: #000;
	transform: none
}
.vw-company__projects h2.hidden {
	color: transparent;
	opacity: 0
}
.vw-company__projects h2:not(.hidden) {
	transition: color .8s linear .4s, opacity .5s linear
}
.vw-company__projects__description {
	opacity: 1;
	transform: none
}
.vw-company__projects__description.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-company__projects__description:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__projects .cp-carousel {
	opacity: 1
}
.vw-company__projects .cp-carousel.hidden {
	opacity: 0
}
.vw-company__projects .cp-carousel:not(.hidden) {
	transition: opacity .5s linear
}
.vw-company__projects .cp-carousel__next, .vw-company__projects .cp-carousel__prev {
	margin-top: -95px!important
}
.vw-company__projects__credits {
	padding-top: 30px
}
.vw-company__projects h2 {
	display: block;
	position: absolute;
	top: 60px;
	left: 25%;
	max-width: 460px;
	z-index: 1;
	background-color: #fff;
	padding: 30px
}
.vw-company__projects__description {
	position: absolute;
	left: 8.33333333%;
	bottom: 60px;
	max-width: 455px;
	background-color: #fff
}
.vw-company__projects__description--right {
	max-width: 700px;
	right: 75px;
	left: auto
}
.vw-company__projects__description--right p {
	color: #8d8d8d
}
.vw-company__projects__description {
	padding: 30px
}
.vw-company__energy {
	padding: 120px 0 130px
}
.vw-company__energy h2 {
	opacity: 1;
	color: #000;
	transform: none
}
.vw-company__energy h2.hidden {
	color: transparent;
	opacity: 0
}
.vw-company__energy h2:not(.hidden) {
	transition: color .8s linear .4s, opacity .5s linear
}
.vw-company__energy__description {
	opacity: 1;
	transform: none
}
.vw-company__energy__description.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-company__energy__description:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__energy .vw-company__image:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
	background-color: #fff
}
.vw-company__energy .vw-company__image.hidden:after {
	transform: scaleY(1)
}
.vw-company__energy .vw-company__image:not(.hidden):after {
	transform: scaleY(0);
	transition: transform 1.2s cubic-bezier(.645, .045, .355, 1)
}
.vw-company__energy h2 {
	display: block;
	position: absolute;
	top: 75px;
	right: 16.66666667%;
	max-width: 460px;
	z-index: 1;
	background-color: #fff;
	padding: 30px
}
.vw-company__energy__description {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 50%;
	max-width: 775px;
	background-color: #fff;
	padding: 30px
}
.vw-company__quote .grid-item {
	opacity: 1
}
.vw-company__quote:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
	background-color: #fff
}
.vw-company__quote.hidden .grid-item {
	opacity: 0
}
.vw-company__quote.hidden:after {
	transform: scaleY(1)
}
.vw-company__quote:not(.hidden) .grid-item {
	transition: opacity 1s linear .8s
}

.vw-company__quote:not(.hidden):after {
	transform: scaleY(0);
	transition: transform 1.2s cubic-bezier(.645, .045, .355, 1)
}
.vw-company__making h2 {
	opacity: 1;
	color: #000;
	transform: none
}
.vw-company__making h2.hidden {
	color: transparent;
	opacity: 0
}
.vw-company__making h2:not(.hidden) {
	transition: color .8s linear .4s, opacity .5s linear
}
.vw-company__making__description {
	opacity: 1;
	transform: none
}
.vw-company__making__description.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-company__making__description:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__making .cp-carousel {
	opacity: 1
}
.vw-company__making .cp-carousel.hidden {
	opacity: 0
}
.vw-company__making .cp-carousel:not(.hidden) {
	transition: opacity .5s linear
}
.vw-company__making h2 {
	display: block;
	position: absolute;
	top: 60px;
	/* left: 25%; */
	max-width: 460px;
	z-index: 1;
	background-color: #fff;
	padding: 30px;
}
.vw-company__making__description {
	position: relative;
	top: -150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -150px;
	max-width: 455px;
	background-color: #fff;
	padding: 30px
}
.vw-company__grid h2 {
	opacity: 1;
	color: #000;
	transform: none
}
.vw-company__grid h2.hidden {
	color: transparent;
	opacity: 0
}
.vw-company__grid h2:not(.hidden) {
	transition: color .8s linear .4s, opacity .5s linear
}
.vw-company__grid__description {
	opacity: 1;
	transform: none
}
.vw-company__grid__description.hidden {
	opacity: 0;
	transform: translateY(50px)
}
.vw-company__grid__description:not(.hidden) {
	transition: opacity .5s linear, transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__grid .grid-item {
	position: relative
}
.vw-company__grid .grid-item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform-origin: bottom left;
	background-color: #fff;
	transform: scaleY(0)
}
.vw-company__grid.hidden .grid-item:after {
	transform: scaleY(1)
}
.vw-company__grid:not(.hidden) .grid-item:after {
	transition: transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(1):after {
	transition-delay: .1s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(2):after {
	transition-delay: .2s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(3):after {
	transition-delay: .3s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(4):after {
	transition-delay: .4s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(5):after {
	transition-delay: .5s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(6):after {
	transition-delay: .6s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(7):after {
	transition-delay: .7s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(8):after {
	transition-delay: .8s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(9):after {
	transition-delay: .9s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(10):after {
	transition-delay: 1s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(11):after {
	transition-delay: 1.1s
}
.vw-company__grid:not(.hidden) .grid-item:nth-child(12):after {
	transition-delay: 1.2s
}
.vw-company__grid h2 {
	display: block;
	position: absolute;
	top: 60px;
	right: 33.33333333%;
	max-width: 460px;
	z-index: 1;
	background-color: #fff;
	padding: 30px
}
.vw-company__grid__description {
	position: absolute;
	left: 8.33333333%;
	bottom: 0;
	max-width: 700px;
	background-color: #fff;
	padding: 30px
}
.vw-company__comunity__item {
	padding: 25px;
	font-size: 24px
}
.vw-company__comunity__item svg {
	bottom: 25px;
	left: 25px;
	height: 48px
}
.vw-company__more-cta {
	margin-top: 30px
}
.vw-company__featured-area .grid-item {
	opacity: 1
}
.vw-company__featured-area.hidden .grid-item {
	opacity: 0
}
.vw-company__featured-area:not(.hidden) .grid-item {
	transition: opacity .8s linear .1s
}
.projects-filter__list-item {
	width: 24%
}
.vw-media__header {
	padding: 50px 30px 30px
}
.vw-media .user-info {
	right: 30px;
	bottom: 30px
}
.vw-content-page__header {
	padding: 0 30px 30px
}
.vw-landing {
	padding: 30px
}
.vw-landing:after {
	left: 30px;
	right: 30px
}
.vw-landing__header {
	padding: 0 30px 30px
}
.cp-main-nav__content__top__menu a {
	font-size: 3.02419355vw
}
.cp-main-nav__content__top__menu>ul>li>a {
	font-size: 3rem;
}
.no-touch.is-homepage .cp-main-nav__icon:hover .cp-main-nav__icon__line {
	background-color: #ff282d
}
.no-touch .cp-main-nav__icon:hover .cp-main-nav__icon__line, .no-touch .nav .cp-main-nav__icon:hover .cp-main-nav__icon__line, .no-touch .search .cp-main-nav__icon:hover .cp-main-nav__icon__line, .no-touch .show .cp-main-nav__icon:hover .cp-main-nav__icon__line {
	background-color: #2b2b2b
}
.no-touch.is-homepage .cp-main-nav__search:hover {
	color: #ff282d
}
.no-touch .cp-main-nav__search:hover, .no-touch .nav .cp-main-nav__search:hover, .no-touch .show .cp-main-nav__search:hover {
	color: #2b2b2b
}
.cp-footer__content {
	padding: 15px;
	padding-top: 50px;
	padding-bottom: 50px
}
.cp-footer__content__section {
	padding: 15px;
	margin-bottom: 0
}
.ie9 .cp-footer__content__section {
	float: left
}
.cp-footer__content__section {
	width: 25%; border-right:1px solid #cccccc;
}
.cp-footer__content__section:nth-child(1n+5) {
	border-right: 0px;
}



.cp-table {
	display: table
}
.cp-table__row-group {
	display: table-row-group
}
.cp-table__row {
	display: table-row;
	width: 100%
}
.cp-table__cell {
	display: table-cell
}
.btn-simple, .btn-stroke {
	font-size: 14px;
	line-height: 32px
}
.btn-simple.narrow, .btn-stroke.narrow {
	padding: 10px 25px
}
.btn-simple.narrow.icon-after, .btn-stroke.narrow.icon-after {
	padding-right: 100px
}
.btn-simple.narrow.icon-after--small-pad, .btn-stroke.narrow.icon-after--small-pad {
	padding-right: 50px
}
.btn-simple.icon-after, .btn-simple.iconed-after, .btn-stroke.icon-after, .btn-stroke.iconed-after {
	padding-right: 100px
}
.btn-simple.icon-after--small-pad, .btn-simple.iconed-after--small-pad, .btn-stroke.icon-after--small-pad, .btn-stroke.iconed-after--small-pad {
	padding-right: 50px
}
.btn-simple.icon-after:after, .btn-simple.iconed-after:after, .btn-stroke.icon-after:after, .btn-stroke.iconed-after:after {
	font-size: 28px;
	margin-left: 15px;
	line-height: 32px
}
.btn-simple.icon-after-small:after, .btn-simple.iconed-after-small:after, .btn-stroke.icon-after-small:after, .btn-stroke.iconed-after-small:after {
	font-size: 14px
}
.cp-hero__slide .grid-section {
	padding: 60px
}
.cp-hero__slide--mobile-overlay:before {
	display: none
}
.search-section__headline {
	padding: 0 30px
}
.cp-filter-panel__content {
	padding: 30px
}
.cp-filter-panel__content__search input[type=text] {
	font-size: 48px
}
.cp-overlay__image__tag img {
	max-height: 80vh
}
.cp-overlay__image__description {
	padding: 30px
}
.cp-filter-buttons .icon-after:after {
	margin-left: 25px
}
.ie9 .cp-masonry__cell {
	width: 24%
}
.cp-masonry {
	margin-left: -15px;
	margin-right: -15px
}
.cp-masonry__cell {
	display: inline-block;
	padding: 15px
}
.cp-event-thumb {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #8d8d8d
}
.cp-event-thumb__content h2 {
	margin: 0 0 10px
}
.cp-event-thumb__content p, .cp-event-thumb__date p {
	margin-bottom: 0
}
.cp-event-thumb__link a {
	float: right
}
.cp-case-study-thumb--search .cp-case-study-thumb__link {
	padding: 15px
}
.cp-case-study-intro-text {
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-image-square__overlay {
	padding: 30px
}
.social-post-wrapper {
	padding-bottom: 50%
}
.cp-social-post__content {
	width: 50%
}
.cp-social-post__image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #000
}
.cp-social-post__image:before {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	top: 35px;
	left: 0;
	background-color: #00c2ec;
	transform-origin: top left;
	transform: rotate(45deg)
}
.palette-foot {
	max-width: 54%
}
.cp-code-accessories {
	padding: 30px
}
.cp-code-accessories__item {
	padding: 20px 0
}
.cp-code-accessories__item__description {
	padding: 15px
}
.cp-code-accessories--search .cp-code-accessories__item {
	margin: 0 30px
}
.cp-description-box--black .cp-description-box__content {
	padding-bottom: 150px!important;
	padding-top: 150px!important
}
.cp-description-box--black .cp-description-box__image {
	min-height: 800px
}
.cp-description-box--about .cp-description-box__copy {
	font-size: 40px;
	line-height: 46px
}
.cp-description-box--white .cp-description-box__content {
	padding: 90px 35px 100px
}
.cp-description-box--imgright .cp-description-box__image {
	background-position: 100% 100%
}
.cp-description-box--imgright-content.cp-description-box--imgright {
	margin-top: -100px
}
.cp-description-box--imgright-content.cp-description-box--imgright .cp-description-box__content {
	padding: 0 35px 100px
}
.cp-featured-area__item, .cp-products-inspiration {
	padding: 30px
}
.cp-product-codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}
.cp-product-codes__header__cell:first-child {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px
}
.ie9 .cp-product-codes__header__cell:first-child {
	width: 150px
}
.cp-product-codes__header__cell:nth-child(2) {
	-ms-flex-preferred-size: 75px;
	flex-basis: 75px
}
.ie9 .cp-product-codes__header__cell:nth-child(2) {
	width: 75px
}
.cp-product-codes__header__cell:nth-child(4) {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px
}
.ie9 .cp-product-codes__header__cell:nth-child(4) {
	width: 100px
}
.cp-product-codes__header__cell:nth-child(3) {
	display: -ms-flexbox;
	display: flex
}
.ie9 .cp-product-codes__header__cell:nth-child(3) {
	display: table;
	width: 100%
}
.cp-product-codes__header__cell:last-child {
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px
}
.cp-product-codes__header__cell:last-child span.hide-on-mobile {
	display: block
}
.cp-product-codes__thumb {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px
}
.cp-product-codes__item__notes {
	-ms-flex-preferred-size: 75px;
	flex-basis: 75px
}
.cp-product-codes__item__code {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px
}
.cp-product-codes__item__info {
	display: block
}
.cp-product-codes__item__downloads {
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px
}
.cp-product-slider__items {
	margin-left: 15px;
	margin-right: 15px
}
.cp-product-slider__item {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}
.cp-product-slider__next, .cp-product-slider__prev {
	font-size: 75px
}
.cp-banner {
	padding: 30px
}
.cp-innovation__title {
	position: absolute;
	left: 60px;
	bottom: 15px;
	width: 50%;
	max-width: 550px;
	background-color: #fff;
	padding: 30px
}
.cp-flex-grid {
	padding-left: 15px;
	padding-right: 15px
}
.cp-flex-card, .cp-flex-content, .cp-flex-description, .cp-flex-image, .cp-product-features {
	padding: 30px
}
.cp-video.has-title .cp-video__poster {
	padding: 40px;
	font-size: 50px
}
.CMSSiteMapList .CMSSiteMapList__listed {
	-moz-column-count: 4;
	column-count: 4
}
.cp-countdown__counter {
	font-size: 80px;
	text-align: left
}
.cp-countdown__digits {
	margin-bottom: 30px
}
.cp-countdown__digits:after {
	font-size: 30px
}
.cp-events-list {
	padding: 100px 30px
}
.vw-promo-banner {
	padding: 30px 50px
}
.cp-anchor-nav__btn:after {
	bottom: 20px!important
}
.light-descr {
	padding: 50px 0 100px
}
.light-descr__limiter {
	padding: 0 80px
}
.light-descr__row {
	margin-top: 50px;
	margin-top: 80px
}
.light-descr__row+.light-descr__row {
	margin-top: 90px
}
.light-descr__title+.light-descr__row {
	margin-top: 150px
}
}

@media (min-width:1025px) {
.vw-product {
	padding-top: 103px
}
.vw-product__header {
	position: fixed
}
.vw-product__header.small .cp-breadcrumb {
	opacity: 0;
	height: 0!important;
	transition: height .5s cubic-bezier(.645, .045, .355, 1) .3s, opacity .3s linear
}
.vw-product__header.small h1 {
	transform: scale(.66);
	transition: all .5s cubic-bezier(.215, .61, .355, 1) .3s
}
.vw-product__description .cp-side-nav {
	display: block
}
.ie9 .vw-product__description .cp-side-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%
}
.vw-code__header {
	padding: 30px;
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 2
}
.vw-code>.grid-section {
	padding-top: 163px
}
.vw-project__info .btn-social {
	margin-left: 5px
}
.vw-media__menu {
	display: block
}
.ie9 .vw-media__menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%
}
.cp-side-nav__items.fixed {
	top: 130px
}
.cp-side-nav--downloads .cp-side-nav__items.fixed {
	top: 70px
}
.fixed .cp-product-codes__header-wrapper {
	padding: 0 30px;
	position: fixed;
	top: 145px;
	left: 0;
	width: 100%
}
.fixed .cp-product-codes__items {
	padding-top: 24px
}
.cp-video__poster {
	display: block
}
.show-on-md {
	display: none
}
}

@media (min-width:1200px) {
.cp-overlay {
	background-color: rgba(0,0,0,.8)
}
.show-element .cp-overlay__wrapper {
	top: 173px
}
.cp-overlay__content.code, .cp-overlay__content.content-page, .cp-overlay__content.project, .cp-overlay__content.show-element {
	height: 90vh
}
.cp-overlay__close {
	position: absolute;
	top: -62px;
	right: -24px
}
.no-touch .cp-overlay__close:hover:after {
	color: #ff282d
}
.cp-overlay.is-error .cp-overlay__content.content-page, .cp-overlay.is-success .cp-overlay__content.content-page {
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin: 0 auto
}
.cp-flex-description, .cp-flex-image {
	min-height: 600px
}
}

@media (min-width:1420px) and (max-width:1599px) {
.cp-product-list .grid-item:nth-child(1) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: 0s
}
.cp-product-list .grid-item:nth-child(2) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .05s
}
.cp-product-list .grid-item:nth-child(3) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .1s
}
.cp-product-list .grid-item:nth-child(4) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(5) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(6) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(7) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(8) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .25s
}
.cp-product-list .grid-item:nth-child(9) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(10) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(11) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(12) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(13) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .4s
}
.cp-product-list .grid-item:nth-child(14) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .45s
}
.cp-product-list .grid-item:nth-child(15) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .5s
}
}

@media (min-width:1420px) {
.grid-section {
	padding: 30px
}
.grid-row {
	margin-left: -15px;
	margin-right: -15px
}
.grid-row:before {
	margin-bottom: -30px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 30px
}
.grid-row .gdb{
	    float: left;
    width: 370px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.grid-row .gdb img{width:100%;height:285px;;}

.grid-item {
	padding-left: 15px;
	padding-right: 15px;
	float: left
}
.col-lg-1 {
	width: 8.33333333%
}

.col-lg-2 {
	width: 16.66666667%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-1_1, .col-lg-12 {
	width: 100%
}
.col-lg-1_2 {
	width: 50%
}
.col-lg-1_3 {
	width: 33.33333333%
}
.col-lg-1_4 {
	width: 25%
}
.col-lg-1_5 {
	width: 20%
}
.col-lg-1_6 {
	width: 16.66666667%
}
.col-lg-1_7 {
	width: 14.28571429%
}
.col-lg-1_8 {
	width: 12.5%
}
.col-lg-1_9 {
	width: 11.11111111%
}
.col-lg-1_10 {
	width: 10%
}
.col-lg-1_11 {
	width: 9.09090909%
}
.col-lg-1_12 {
	width: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-12 {
	left: 100%
}
.container {
	padding: 0 30px
}
.vw-home__news-events__description {
	font-size: 16px
}
.vw-home__articles-events.event .vw-home__articles-events__description {
	font-size: 18px
}
.vw-home__products .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-products__header {
	padding: 0 30px 30px
}
.vw-products__projects {
	padding: 30px
}
.vw-product .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-product__header {
	padding: 0 30px 30px
}
.vw-product__description .grid-section:not(.no-border)+.grid-section {
	padding-top: 60px
}
.vw-product__codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}

.vw-product__codes .cp-table__cell {

	padding: 15px 0
}
.vw-code__header {
	padding: 30px
}
.vw-code__details__info {
	margin-left: 30px

}
.vw-project__header {
	padding: 30px
}
.vw-project__info {
	padding: 30px;
	padding-bottom: 15px
}
.vw-galleries__header {
	padding: 0 30px 30px
}
.vw-galleries__description {
	padding: 60px 30px
}
.vw-news__header {
	padding: 0 30px 30px
}
.more-items, .vw-news-article__more-news {
	padding: 30px 30px 0
}
.vw-events__header, .vw-lightisback__header {
	padding: 0 30px 30px
}
.vw-lightisback__description {
	padding: 60px 30px
}
.vw-careers__header, .vw-case-study__header, .vw-search__header {
	padding: 0 30px 30px
}
.vw-careers__intro {
	padding: 60px 30px
}
.vw-careers__jobs__col:nth-child(2), .vw-careers__jobs__col:nth-child(3) {
	width: 250px
}
.vw-product-landing__header {
	padding: 0 30px 30px
}
.vw-product-landing__hero {
	padding: 30px
}
.vw-product-landing__family {
	padding-top: 30px;
	padding-bottom: 30px
}
.vw-new-products__header {
	padding: 0 30px 30px
}
.vw-new-products__thumb {
	padding: 30px
}
.vw-contact-country__header, .vw-contact-form__header, .vw-contact__header {
	padding: 0 30px 30px
}
.vw-contact-form__subtitle {
	padding: 60px 30px
}
.vw-newsletter__header {
	padding: 0 30px 30px
}
.vw-newsletter__subtitle {
	padding: 60px 30px
}
.page-header, .vw-company__header {
	padding: 0 30px 30px
}
.vw-company__social__description, .vw-company__social h2 {
	padding: 30px
}
.vw-company .vw-company__social-posts {
	padding: 0 30px
}
.vw-company__projects__credits {
	padding-top: 30px
}
.vw-company__energy__description, .vw-company__energy h2, .vw-company__grid__description, .vw-company__grid h2, .vw-company__making__description, .vw-company__making h2, .vw-company__projects__description, .vw-company__projects h2 {
	padding: 30px
}
.projects-filter__list-item {
	width: 16%
}
.vw-media__header {
	padding: 50px 30px 30px
}
.vw-media .user-info {
	right: 30px;
	bottom: 30px
}
.vw-content-page__header {
	padding: 0 30px 30px
}
.vw-landing {
	padding: 30px
}
.vw-landing:after {
	left: 30px;
	right: 30px
}
.vw-landing__header {
	padding: 0 30px 30px
}
.cp-footer__content {
	padding: 15px;
	padding-top: 50px;
	padding-bottom: 50px
}
.cp-footer__content__section {
	padding: 15px
}
.cp-footer .btn-stroke {
	font-size: 15px;
	padding-right: 50px!important
}
.cp-footer .btn-stroke:after {
	font-size: 22px!important
}
.btn-simple, .btn-stroke {
	font-size: 14px
}
.cp-hero__slide .grid-section {
	padding: 60px
}
.search-section__headline {
	padding: 0 30px
}
.cp-filter-panel__content, .cp-overlay__image__description {
	padding: 30px
}
.ie9 .cp-masonry__cell {
	width: 16%
}
.cp-masonry {
	margin-left: -15px;
	margin-right: -15px
}
.cp-masonry__cell {
	display: inline-block;
	padding: 15px
}
.cp-case-study-intro-text {
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-image-square__overlay {
	padding: 30px
}
.cp-social-post__message, .cp-social-post__message a {
	font-size: 20px
}
.cp-code-accessories {
	padding: 30px
}
.cp-code-accessories__item {
	padding: 20px 0
}
.cp-code-accessories__item__description {
	padding: 15px
}
.cp-code-accessories--search .cp-code-accessories__item {
	margin: 0 30px
}
.cp-description-box--imgright .cp-description-box__image {
	background-position: 100% 100%;
	background-size: auto
}
.cp-featured-area__item, .cp-products-inspiration {
	padding: 30px
}
.cp-product-details__colors li {
	width: 33%
}
.cp-product-details__colors, .cp-product-details__stamps {
	max-width: 750px
}
.cp-product-codes h2 {
	padding-top: 30px;
	padding-bottom: 30px
}
.cp-product-slider__items {
	margin-left: 15px;
	margin-right: 15px
}
.cp-product-slider__item {
	padding-left: 15px;
	padding-right: 15px
}
.cp-product-slider__next, .cp-product-slider__prev {
	font-size: 75px
}
.cp-banner {
	padding: 30px
}
.bladeEvent .featured__image {
	width: 100%;
	height: auto
}
.cp-innovation__title {
	padding: 30px
}
.cp-flex-grid {
	padding-left: 15px;
	padding-right: 15px
}
.cp-flex-card, .cp-flex-content, .cp-flex-description, .cp-flex-image, .cp-product-features {
	padding: 30px
}
.cp-video.has-title .cp-video__poster {
	padding: 60px;
	font-size: 80px
}
.cp-countdown__title {
	font-size: 48px
}
.cp-events-list {
	padding: 100px 30px
}
.vw-promo-banner {
	padding: 30px 70px
}
.light-descr__caption {
	text-align: left
}
}

@media (min-width:1540px) {
.cp-event-signup {
	min-height: 550px
}
}

@media (min-width:1600px) {
.grid-section {
	padding: 30px
}
.grid-row {
	margin-left: -15px;
	margin-right: -15px
}
.grid-row:before {
	margin-bottom: -30px
}
.grid-item, .grid-row+.grid-row {
	margin-top: 30px
}
.grid-item {
	padding-left: 15px;
	padding-right: 15px;
	float: left
}
.col-xl-1 {
	width: 8.33333333%
}
.col-xl-2 {
	width: 16.66666667%
}
.col-xl-3 {
	width: 25%
}
.col-xl-4 {
	width: 33.33333333%
}

.col-xl-5 {
	width: 41.66666667%
}
.col-xl-6 {
	width: 50%
}
.col-xl-7 {
	width: 58.33333333%
}
.col-xl-8 {
	width: 66.66666667%
}
.col-xl-9 {
	width: 75%
}
.col-xl-10 {
	width: 83.33333333%
}
.col-xl-11 {
	width: 91.66666667%
}
.col-xl-1_1, .col-xl-12 {
	width: 100%
}
.col-xl-1_2 {
	width: 50%
}
.col-xl-1_3 {
	width: 33.33333333%
}
.col-xl-1_4 {
	width: 25%
}
.col-xl-1_5 {
	width: 20%
}
.col-xl-1_6 {
	width: 16.66666667%
}
.col-xl-1_7 {
	width: 14.28571429%
}
.col-xl-1_8 {
	width: 12.5%
}
.col-xl-1_9 {
	width: 11.11111111%
}
.col-xl-1_10 {
	width: 10%
}
.col-xl-1_11 {
	width: 9.09090909%
}
.col-xl-1_12 {
	width: 8.33333333%
}
.col-xl-offset-0 {
	margin-left: 0
}
.col-xl-offset-1 {
	margin-left: 8.33333333%
}
.col-xl-offset-2 {
	margin-left: 16.66666667%
}
.col-xl-offset-3 {
	margin-left: 25%
}
.col-xl-offset-4 {
	margin-left: 33.33333333%
}
.col-xl-offset-5 {
	margin-left: 41.66666667%
}
.col-xl-offset-6 {
	margin-left: 50%
}
.col-xl-offset-7 {
	margin-left: 58.33333333%
}
.col-xl-offset-8 {
	margin-left: 66.66666667%
}
.col-xl-offset-9 {
	margin-left: 75%
}
.col-xl-offset-10 {
	margin-left: 83.33333333%
}
.col-xl-offset-11 {
	margin-left: 91.66666667%
}
.col-xl-offset-12 {
	margin-left: 100%
}
.col-xl-pull-0 {
	right: auto
}
.col-xl-pull-1 {
	right: 8.33333333%
}
.col-xl-pull-2 {
	right: 16.66666667%
}
.col-xl-pull-3 {
	right: 25%
}
.col-xl-pull-4 {
	right: 33.33333333%
}
.col-xl-pull-5 {
	right: 41.66666667%
}
.col-xl-pull-6 {
	right: 50%
}
.col-xl-pull-7 {
	right: 58.33333333%
}
.col-xl-pull-8 {
	right: 66.66666667%
}
.col-xl-pull-9 {
	right: 75%
}
.col-xl-pull-10 {
	right: 83.33333333%
}
.col-xl-pull-11 {
	right: 91.66666667%
}
.col-xl-pull-12 {
	right: 100%
}
.col-xl-push-0 {
	left: auto
}
.col-xl-push-1 {
	left: 8.33333333%
}
.col-xl-push-2 {
	left: 16.66666667%
}
.col-xl-push-3 {
	left: 25%
}
.col-xl-push-4 {
	left: 33.33333333%
}
.col-xl-push-5 {
	left: 41.66666667%
}
.col-xl-push-6 {
	left: 50%
}
.col-xl-push-7 {
	left: 58.33333333%
}
.col-xl-push-8 {
	left: 66.66666667%
}
.col-xl-push-9 {
	left: 75%
}
.col-xl-push-10 {
	left: 83.33333333%
}
.col-xl-push-11 {
	left: 91.66666667%
}
.col-xl-push-12 {
	left: 100%
}
.container {
	padding: 0 30px
}
.vw-home__products .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-products__header {
	padding: 0 30px 30px
}
.vw-products__projects {
	padding: 30px
}
.vw-product .cp-product-slider {
	margin-left: -30px;
	margin-right: -30px
}
.vw-product__header {
	padding: 0 30px 30px
}
.vw-code__header {
	padding: 30px
}
.vw-code__details__info {
	margin-left: 30px
}
.vw-project__header {
	padding: 30px
}
.vw-project__info {
	padding: 30px;
	padding-bottom: 15px
}
.vw-galleries__header {
	padding: 0 30px 30px
}
.vw-galleries__description {
	padding: 60px 30px
}
.vw-news__header {
	padding: 0 30px 30px
}
.more-items, .vw-news-article__more-news {
	padding: 30px 30px 0
}
.vw-events__header, .vw-lightisback__header {
	padding: 0 30px 30px
}
.vw-lightisback__description {
	padding: 60px 30px
}
.vw-careers__header, .vw-case-study__header, .vw-search__header {
	padding: 0 30px 30px
}
.vw-careers__intro {
	padding: 60px 30px
}
.vw-product-landing__header {
	padding: 0 30px 30px
}
.vw-product-landing__hero {
	padding: 30px
}
.vw-product-landing__family {
	padding-top: 30px;
	padding-bottom: 30px
}
.vw-new-products__header {
	padding: 0 30px 30px
}
.vw-new-products__thumb {
	padding: 30px
}
.vw-contact-country__header, .vw-contact-form__header, .vw-contact__header {
	padding: 0 30px 30px
}
.vw-contact-form__subtitle {
	padding: 60px 30px
}
.vw-newsletter__header {
	padding: 0 30px 30px
}
.vw-newsletter__subtitle {
	padding: 60px 30px
}
.page-header, .vw-company__header {
	padding: 0 30px 30px
}
.vw-company__social__description, .vw-company__social h2 {
	padding: 30px
}
.vw-company .vw-company__social-posts {
	padding: 0 30px
}
.vw-company__projects__credits {
	padding-top: 30px
}
.vw-company__energy__description, .vw-company__energy h2, .vw-company__grid__description, .vw-company__grid h2, .vw-company__making__description, .vw-company__making h2, .vw-company__projects__description, .vw-company__projects h2 {
	padding: 30px
}
.projects-filter__list-item.effect, .projects-filter__list-item.product {
	width: 12%
}
.vw-media__header {
	padding: 50px 30px 30px
}
.vw-media .user-info {
	right: 30px;
	bottom: 30px
}
.vw-content-page__header, .vw-landing__header {
	padding: 0 30px 30px
}
.cp-main-nav__content__top__menu a {
	font-size: 48.38709677px
}
.cp-main-nav__content__top__menu>ul>li>a {
	font-size: 3em;
}
.cp-footer__content {
	padding: 15px;
	padding-top: 50px;
	padding-bottom: 50px
}
.cp-footer__content__section {
	padding: 15px
}
.search-section__headline {
	padding: 0 30px
}
.cp-filter-panel__content {
	padding: 30px
}
.cp-product-list .grid-item:nth-child(1) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: 0s
}
.cp-product-list .grid-item:nth-child(2) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .05s
}
.cp-product-list .grid-item:nth-child(3) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .1s
}
.cp-product-list .grid-item:nth-child(4) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(5) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(6) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .25s
}
.cp-product-list .grid-item:nth-child(7) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(8) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(9) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .25s
}
.cp-product-list .grid-item:nth-child(10) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(11) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(12) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .4s
}
.cp-product-list .grid-item:nth-child(13) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(14) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(15) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .4s
}
.cp-product-list .grid-item:nth-child(16) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .45s
}
.cp-product-list .grid-item:nth-child(17) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .5s
}
.cp-product-list .grid-item:nth-child(18) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .55s
}
.cp-case-study-intro-text {
	padding-top: 70px;
	padding-bottom: 70px
}
.cp-code-accessories {
	padding: 30px
}
.cp-code-accessories__item {
	padding: 20px 0
}
.cp-code-accessories__item__description {
	padding: 15px
}
.cp-code-accessories--search .cp-code-accessories__item {
	margin: 0 30px
}
.cp-featured-area__item, .cp-products-inspiration {
	padding: 30px
}
.cp-product-slider__items {
	margin-left: 15px;
	margin-right: 15px
}
.cp-product-slider__item {
	width: 20%;
	padding-left: 15px;
	padding-right: 15px
}
.cp-product-slider__next, .cp-product-slider__prev {
	font-size: 75px
}
.cp-product-slider--max4 .cp-product-slider__item {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px
}
.cp-banner, .cp-innovation__title {
	padding: 30px
}
.cp-flex-grid {
	padding-left: 15px;
	padding-right: 15px
}
.cp-flex-card, .cp-flex-content, .cp-flex-description, .cp-flex-image, .cp-product-features {
	padding: 30px
}
.cp-events-list {
	padding: 100px 30px
}
.vw-promo-banner {
	padding: 30px 100px
}
}

@media (min-width:1663.06695464px) {
.vw-new-products__thumb {
	min-height: 550px
}
}

@media (max-width:1599px) {
.col-lg-hidden {
	display: none
}
}

@media (max-width:1419px) {
.col-md-hidden {
	display: none
}
}

@media (max-width:1024px) and (orientation:landscape) {
.is-discover-page .cp-footer, .is-discover-page .theme__wrapper__nav, .is-discover-page .vw-product-landing__header {
	display: none
}
.is-discover-page .theme__wrapper__content {
	padding-top: 0
}
}

@media (max-width:991px) {
.col-sm-hidden {
	display: none
}
}

@media (max-width:767px) {
.col-xs-hidden {
	display: none
}
.cp-product-list .grid-item:nth-child(1) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: 0s
}
.cp-product-list .grid-item:nth-child(2) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .05s
}
.cp-product-list .grid-item:nth-child(3) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .15s
}
.cp-product-list .grid-item:nth-child(4) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .2s
}
.cp-product-list .grid-item:nth-child(5) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .3s
}
.cp-product-list .grid-item:nth-child(6) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .35s
}
.cp-product-list .grid-item:nth-child(7) .cp-product-list__thumb__slider {

	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .45s
}
.cp-product-list .grid-item:nth-child(8) .cp-product-list__thumb__slider {
	transition: transform .8s cubic-bezier(.645, .045, .355, 1), opacity .8s linear;
	transition-delay: .5s
}
}

@media (max-width:479px) {
	
.hidden_about .anout_left {
	padding-left:5%;
	padding-right:5%;
	width:90%;
	padding-top: 5%;
}
.grid-news-wsho .wsho_left {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	border-right: 0;
	padding: 15px 0 15px 5%;
	float: left;
	margin-bottom: 15px;
}
.grid-news-wsho .wsho_left .wsho_sj {
	float: right;
	margin-right: 20px;
}
.grid-news-wsho .wsho_left img {
	height: 100%;
	float: left
}
.vw-home__grid .col-12 {
	background-color: #ebebeb
}
.vw-home__grid .col-12:nth-child(odd) {
	background-color: #fff
}
}

 #page{
                height:40px;
                padding:20px 0px;
            }
            #page a{
                display:block;
                float:left;
                margin-right:10px;
                padding:2px 12px;
                height:24px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;

            }
            #page a:hover{
                color:#ff282d;
                border:1px #ff282d solid;
            }
            #page a.cur{
                border:none;
                background:#ff282d;
                color:#fff;
            }
            #page p{
                float:left;
                padding:2px 12px;
                font-size:12px;
                height:24px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;

            }
            #page p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            #page p.pageRemark b{
                color:red;
            }
            #page p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#ff282d;
            }
            .dates li {font-size: 14px;margin:20px 0}
            .dates li span{float:right}
.img_boxs img{ width:100%}