.nobreak,.nb,.nobreak-all,.nb-all,.nobreak-xs,.nb-xs {
	display: inline-block;
	white-space: nowrap
}

@media only screen and (min-width: 561px) {
	.nobreak-sm,.nb-sm {
		display: inline-block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 769px) {
	.nobreak-md,.nb-md {
		display: inline-block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 1041px) {
	.nobreak-lg,.nb-lg {
		display: inline-block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 1441px) {
	.nobreak-xl,.nb-xl {
		display: inline-block;
		white-space: nowrap
	}
}

.nbsp-all:before {
	content: "\00a0";
	display: inline
}

.nbsp-all:after {
	content: " ";
	display: none
}

.nbsp-xs:before,.nbsp-sm:before,.nbsp-md:before,.nbsp-lg:before {
	content: "\00a0";
	display: none
}

.nbsp-xs:after,.nbsp-sm:after,.nbsp-md:after,.nbsp-lg:after {
	content: " ";
	display: inline
}

@media only screen and (max-width: 560px) {
	.nbsp-xs:before {
		content: "\00a0";
		display: inline
	}

	.nbsp-xs:after {
		content: " ";
		display: none
	}

	.br-xs {
		display: block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 561px) and (max-width: 768px) {
	.nbsp-sm:before {
		content: "\00a0";
		display: inline
	}

	.nbsp-sm:after {
		content: " ";
		display: none
	}

	.br-sm {
		display: block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 769px) and (max-width: 1040px) {
	.nbsp-md:before {
		content: "\00a0";
		display: inline
	}

	.nbsp-md:after {
		content: " ";
		display: none
	}

	.br-md {
		display: block;
		white-space: nowrap
	}
}

@media only screen and (min-width: 1041px) {
	.nbsp-lg:before {
		content: "\00a0";
		display: inline
	}

	.nbsp-lg:after {
		content: " ";
		display: none
	}

	.br-lg {
		display: block;
		white-space: nowrap
	}
}

html {
	box-sizing: border-box
}

* {
	box-sizing: inherit
}

*:before,*:after {
	box-sizing: inherit
}

.container {
	position: relative;
	width: calc(100% - (5px * 4));
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.grid,.stretch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.grid {
	margin-right: -5px;
	margin-left: -5px;
	max-width: 1200px
}

.grid.vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.grid .expand,.stretch .expand {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}[class*="col-"].grid,.content.grid {
	margin-left: 0;
	margin-right: 0
}

.gapless {
	margin-left: 0;
	margin-right: 0
}

.gapless [class*="col-"] {
	padding-left: 0;
	padding-right: 0
}

.content {
	width: 100%;
	margin-bottom: 10px
}[class*="end-"].grid {
	text-align: left
}[class*="col-"] {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px
}

.col-xs {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.offset-xs-0 {
	margin-left: 0%
}

.offset-xs-1 {
	margin-left: 8.33333%
}

.offset-xs-2 {
	margin-left: 16.66667%
}

.offset-xs-3 {
	margin-left: 25%
}

.offset-xs-4 {
	margin-left: 33.33333%
}

.offset-xs-5 {
	margin-left: 41.66667%
}

.offset-xs-6 {
	margin-left: 50%
}

.offset-xs-7 {
	margin-left: 58.33333%
}

.offset-xs-8 {
	margin-left: 66.66667%
}

.offset-xs-9 {
	margin-left: 75%
}

.offset-xs-10 {
	margin-left: 83.33333%
}

.offset-xs-11 {
	margin-left: 91.66667%
}

.center-xs {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.start-xs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start
}

.end-xs {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end
}

.top-xs {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.middle-xs {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.bottom-xs {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto
}

.first-xs {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.last-xs {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.custom-w-xs {
	position: relative;
	min-height: 1px;
	box-sizing: content-box;
	width: calc(100% - (5px * 2));
	padding-left: 5px;
	padding-right: 5px
}

.hide-xs {
	display: none !important
}

.show-xs {
	display: block !important
}

.show-inline-xs {
	display: inline !important
}

@media only screen and (min-width: 561px) {
	.container {
		width: calc(100% - (5px * 8))
	}

	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.offset-sm-0 {
		margin-left: 0%
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}

	.start-sm {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-sm {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.end-sm {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-sm {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-sm {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-sm {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto
	}

	.first-sm {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.last-sm {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.custom-w-sm {
		position: relative;
		min-height: 1px;
		box-sizing: content-box;
		width: calc(100% - (5px * 2));
		padding-left: 5px;
		padding-right: 5px
	}

	.hide-sm {
		display: none !important
	}

	.show-sm {
		display: block !important
	}

	.show-inline-sm {
		display: inline !important
	}
}

@media only screen and (min-width: 769px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.offset-md-0 {
		margin-left: 0%
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}

	.start-md {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-md {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.end-md {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-md {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-md {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-md {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto
	}

	.first-md {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.last-md {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.custom-w-md {
		position: relative;
		min-height: 1px;
		box-sizing: content-box;
		width: calc(100% - (5px * 2));
		padding-left: 5px;
		padding-right: 5px
	}

	.hide-md {
		display: none !important
	}

	.show-md {
		display: block !important
	}

	.show-inline-md {
		display: inline !important
	}
}

@media only screen and (min-width: 1041px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.offset-lg-0 {
		margin-left: 0%
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}

	.start-lg {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-lg {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.end-lg {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-lg {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-lg {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-lg {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto
	}

	.first-lg {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.last-lg {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.custom-w-lg {
		position: relative;
		min-height: 1px;
		box-sizing: content-box;
		width: calc(100% - (5px * 2));
		padding-left: 5px;
		padding-right: 5px
	}

	.hide-lg {
		display: none !important
	}

	.show-lg {
		display: block !important
	}

	.show-inline-lg {
		display: inline !important
	}
}

@media only screen and (min-width: 1441px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.offset-xl-0 {
		margin-left: 0%
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}

	.start-xl {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-xl {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.end-xl {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-xl {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-xl {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-xl {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto
	}

	.first-xl {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.last-xl {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.custom-w-xl {
		position: relative;
		min-height: 1px;
		box-sizing: content-box;
		width: calc(100% - (5px * 2));
		padding-left: 5px;
		padding-right: 5px
	}

	.hide-xl {
		display: none !important
	}

	.show-xl {
		display: block !important
	}

	.show-inline-xl {
		display: inline !important
	}
}

.pos-abs-xs {
	position: absolute
}

.pos-abs-xs-top {
	position: absolute;
	top: 0;
	bottom: auto
}

.pos-abs-xs-bottom {
	position: absolute;
	top: auto;
	bottom: 0
}

.pos-abs-xs-top-10 {
	position: absolute;
	top: 10px
}

.pos-abs-xs-top-20 {
	position: absolute;
	top: 20px
}

.pos-abs-xs-top-30 {
	position: absolute;
	top: 30px
}

.pos-abs-xs-top-40 {
	position: absolute;
	top: 40px
}

.pos-abs-xs-top-50 {
	position: absolute;
	top: 50px
}

.pos-abs-xs-top-60 {
	position: absolute;
	top: 60px
}

.pos-abs-xs-top-70 {
	position: absolute;
	top: 70px
}

.pos-abs-xs-top-80 {
	position: absolute;
	top: 80px
}

.pos-abs-xs-top-90 {
	position: absolute;
	top: 90px
}

.pos-abs-xs-top-100 {
	position: absolute;
	top: 100px
}

.pos-abs-xs-bottom-10 {
	position: absolute;
	bottom: 10px
}

.pos-abs-xs-bottom-20 {
	position: absolute;
	bottom: 20px
}

.pos-abs-xs-bottom-30 {
	position: absolute;
	bottom: 30px
}

.pos-abs-xs-bottom-40 {
	position: absolute;
	bottom: 40px
}

.pos-abs-xs-bottom-50 {
	position: absolute;
	bottom: 50px
}

.pos-abs-xs-bottom-60 {
	position: absolute;
	bottom: 60px
}

.pos-abs-xs-bottom-70 {
	position: absolute;
	bottom: 70px
}

.pos-abs-xs-bottom-80 {
	position: absolute;
	bottom: 80px
}

.pos-abs-xs-bottom-90 {
	position: absolute;
	bottom: 90px
}

.pos-abs-xs-bottom-100 {
	position: absolute;
	bottom: 100px
}[class*="pos-abs-xs"].container {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}[class*="pos-abs-xs-bottom"].title-container {
	margin-bottom: 0
}

.w-xs-0 {
	width: calc(100% * (0 / 12) - (5px * 2))
}

.l-xs-0 {
	left: calc(100% * (0 / 12) + 5px)
}

.r-xs-0 {
	right: calc(100% * (0 / 12) + 5px)
}

.w-xs-1 {
	width: calc(100% * (1 / 12) - (5px * 2))
}

.l-xs-1 {
	left: calc(100% * (1 / 12) + 5px)
}

.r-xs-1 {
	right: calc(100% * (1 / 12) + 5px)
}

.w-xs-2 {
	width: calc(100% * (2 / 12) - (5px * 2))
}

.l-xs-2 {
	left: calc(100% * (2 / 12) + 5px)
}

.r-xs-2 {
	right: calc(100% * (2 / 12) + 5px)
}

.w-xs-3 {
	width: calc(100% * (3 / 12) - (5px * 2))
}

.l-xs-3 {
	left: calc(100% * (3 / 12) + 5px)
}

.r-xs-3 {
	right: calc(100% * (3 / 12) + 5px)
}

.w-xs-4 {
	width: calc(100% * (4 / 12) - (5px * 2))
}

.l-xs-4 {
	left: calc(100% * (4 / 12) + 5px)
}

.r-xs-4 {
	right: calc(100% * (4 / 12) + 5px)
}

.w-xs-5 {
	width: calc(100% * (5 / 12) - (5px * 2))
}

.l-xs-5 {
	left: calc(100% * (5 / 12) + 5px)
}

.r-xs-5 {
	right: calc(100% * (5 / 12) + 5px)
}

.w-xs-6 {
	width: calc(100% * (6 / 12) - (5px * 2))
}

.l-xs-6 {
	left: calc(100% * (6 / 12) + 5px)
}

.r-xs-6 {
	right: calc(100% * (6 / 12) + 5px)
}

.w-xs-7 {
	width: calc(100% * (7 / 12) - (5px * 2))
}

.l-xs-7 {
	left: calc(100% * (7 / 12) + 5px)
}

.r-xs-7 {
	right: calc(100% * (7 / 12) + 5px)
}

.w-xs-8 {
	width: calc(100% * (8 / 12) - (5px * 2))
}

.l-xs-8 {
	left: calc(100% * (8 / 12) + 5px)
}

.r-xs-8 {
	right: calc(100% * (8 / 12) + 5px)
}

.w-xs-9 {
	width: calc(100% * (9 / 12) - (5px * 2))
}

.l-xs-9 {
	left: calc(100% * (9 / 12) + 5px)
}

.r-xs-9 {
	right: calc(100% * (9 / 12) + 5px)
}

.w-xs-10 {
	width: calc(100% * (10 / 12) - (5px * 2))
}

.l-xs-10 {
	left: calc(100% * (10 / 12) + 5px)
}

.r-xs-10 {
	right: calc(100% * (10 / 12) + 5px)
}

.w-xs-11 {
	width: calc(100% * (11 / 12) - (5px * 2))
}

.l-xs-11 {
	left: calc(100% * (11 / 12) + 5px)
}

.r-xs-11 {
	right: calc(100% * (11 / 12) + 5px)
}

.w-xs-12 {
	width: calc(100% * (12 / 12) - (5px * 2))
}

.l-xs-12 {
	left: calc(100% * (12 / 12) + 5px)
}

.r-xs-12 {
	right: calc(100% * (12 / 12) + 5px)
}

.w-xs-50 {
	width: calc(50% - (5px * 2))
}

.w-xs-100 {
	width: calc(100% - (5px * 2))
}

@media only screen and (min-width: 561px) {
	.pos-abs-sm {
		position: absolute
	}

	.pos-abs-sm-top {
		position: absolute;
		top: 0;
		bottom: auto
	}

	.pos-abs-sm-bottom {
		position: absolute;
		top: auto;
		bottom: 0
	}

	.pos-abs-sm-top-10 {
		position: absolute;
		top: 10px
	}

	.pos-abs-sm-top-20 {
		position: absolute;
		top: 20px
	}

	.pos-abs-sm-top-30 {
		position: absolute;
		top: 30px
	}

	.pos-abs-sm-top-40 {
		position: absolute;
		top: 40px
	}

	.pos-abs-sm-top-50 {
		position: absolute;
		top: 50px
	}

	.pos-abs-sm-top-60 {
		position: absolute;
		top: 60px
	}

	.pos-abs-sm-top-70 {
		position: absolute;
		top: 70px
	}

	.pos-abs-sm-top-80 {
		position: absolute;
		top: 80px
	}

	.pos-abs-sm-top-90 {
		position: absolute;
		top: 90px
	}

	.pos-abs-sm-top-100 {
		position: absolute;
		top: 100px
	}

	.pos-abs-sm-bottom-10 {
		position: absolute;
		bottom: 10px
	}

	.pos-abs-sm-bottom-20 {
		position: absolute;
		bottom: 20px
	}

	.pos-abs-sm-bottom-30 {
		position: absolute;
		bottom: 30px
	}

	.pos-abs-sm-bottom-40 {
		position: absolute;
		bottom: 40px
	}

	.pos-abs-sm-bottom-50 {
		position: absolute;
		bottom: 50px
	}

	.pos-abs-sm-bottom-60 {
		position: absolute;
		bottom: 60px
	}

	.pos-abs-sm-bottom-70 {
		position: absolute;
		bottom: 70px
	}

	.pos-abs-sm-bottom-80 {
		position: absolute;
		bottom: 80px
	}

	.pos-abs-sm-bottom-90 {
		position: absolute;
		bottom: 90px
	}

	.pos-abs-sm-bottom-100 {
		position: absolute;
		bottom: 100px
	}[	class*="pos-abs-sm"].container {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}[	class*="pos-abs-sm-bottom"].title-container {
		margin-bottom: 0
	}

	.w-sm-0 {
		width: calc(100% * (0 / 12) - (5px * 2))
	}

	.l-sm-0 {
		left: calc(100% * (0 / 12) + 5px)
	}

	.r-sm-0 {
		right: calc(100% * (0 / 12) + 5px)
	}

	.w-sm-1 {
		width: calc(100% * (1 / 12) - (5px * 2))
	}

	.l-sm-1 {
		left: calc(100% * (1 / 12) + 5px)
	}

	.r-sm-1 {
		right: calc(100% * (1 / 12) + 5px)
	}

	.w-sm-2 {
		width: calc(100% * (2 / 12) - (5px * 2))
	}

	.l-sm-2 {
		left: calc(100% * (2 / 12) + 5px)
	}

	.r-sm-2 {
		right: calc(100% * (2 / 12) + 5px)
	}

	.w-sm-3 {
		width: calc(100% * (3 / 12) - (5px * 2))
	}

	.l-sm-3 {
		left: calc(100% * (3 / 12) + 5px)
	}

	.r-sm-3 {
		right: calc(100% * (3 / 12) + 5px)
	}

	.w-sm-4 {
		width: calc(100% * (4 / 12) - (5px * 2))
	}

	.l-sm-4 {
		left: calc(100% * (4 / 12) + 5px)
	}

	.r-sm-4 {
		right: calc(100% * (4 / 12) + 5px)
	}

	.w-sm-5 {
		width: calc(100% * (5 / 12) - (5px * 2))
	}

	.l-sm-5 {
		left: calc(100% * (5 / 12) + 5px)
	}

	.r-sm-5 {
		right: calc(100% * (5 / 12) + 5px)
	}

	.w-sm-6 {
		width: calc(100% * (6 / 12) - (5px * 2))
	}

	.l-sm-6 {
		left: calc(100% * (6 / 12) + 5px)
	}

	.r-sm-6 {
		right: calc(100% * (6 / 12) + 5px)
	}

	.w-sm-7 {
		width: calc(100% * (7 / 12) - (5px * 2))
	}

	.l-sm-7 {
		left: calc(100% * (7 / 12) + 5px)
	}

	.r-sm-7 {
		right: calc(100% * (7 / 12) + 5px)
	}

	.w-sm-8 {
		width: calc(100% * (8 / 12) - (5px * 2))
	}

	.l-sm-8 {
		left: calc(100% * (8 / 12) + 5px)
	}

	.r-sm-8 {
		right: calc(100% * (8 / 12) + 5px)
	}

	.w-sm-9 {
		width: calc(100% * (9 / 12) - (5px * 2))
	}

	.l-sm-9 {
		left: calc(100% * (9 / 12) + 5px)
	}

	.r-sm-9 {
		right: calc(100% * (9 / 12) + 5px)
	}

	.w-sm-10 {
		width: calc(100% * (10 / 12) - (5px * 2))
	}

	.l-sm-10 {
		left: calc(100% * (10 / 12) + 5px)
	}

	.r-sm-10 {
		right: calc(100% * (10 / 12) + 5px)
	}

	.w-sm-11 {
		width: calc(100% * (11 / 12) - (5px * 2))
	}

	.l-sm-11 {
		left: calc(100% * (11 / 12) + 5px)
	}

	.r-sm-11 {
		right: calc(100% * (11 / 12) + 5px)
	}

	.w-sm-12 {
		width: calc(100% * (12 / 12) - (5px * 2))
	}

	.l-sm-12 {
		left: calc(100% * (12 / 12) + 5px)
	}

	.r-sm-12 {
		right: calc(100% * (12 / 12) + 5px)
	}

	.w-sm-50 {
		width: calc(50% - (5px * 2))
	}

	.w-sm-100 {
		width: calc(100% - (5px * 2))
	}
}

@media only screen and (min-width: 769px) {
	.pos-abs-md {
		position: absolute
	}

	.pos-abs-md-top {
		position: absolute;
		top: 0;
		bottom: auto
	}

	.pos-abs-md-bottom {
		position: absolute;
		top: auto;
		bottom: 0
	}

	.pos-abs-md-top-10 {
		position: absolute;
		top: 10px
	}

	.pos-abs-md-top-20 {
		position: absolute;
		top: 20px
	}

	.pos-abs-md-top-30 {
		position: absolute;
		top: 30px
	}

	.pos-abs-md-top-40 {
		position: absolute;
		top: 40px
	}

	.pos-abs-md-top-50 {
		position: absolute;
		top: 50px
	}

	.pos-abs-md-top-60 {
		position: absolute;
		top: 60px
	}

	.pos-abs-md-top-70 {
		position: absolute;
		top: 70px
	}

	.pos-abs-md-top-80 {
		position: absolute;
		top: 80px
	}

	.pos-abs-md-top-90 {
		position: absolute;
		top: 90px
	}

	.pos-abs-md-top-100 {
		position: absolute;
		top: 100px
	}

	.pos-abs-md-bottom-10 {
		position: absolute;
		bottom: 10px
	}

	.pos-abs-md-bottom-20 {
		position: absolute;
		bottom: 20px
	}

	.pos-abs-md-bottom-30 {
		position: absolute;
		bottom: 30px
	}

	.pos-abs-md-bottom-40 {
		position: absolute;
		bottom: 40px
	}

	.pos-abs-md-bottom-50 {
		position: absolute;
		bottom: 50px
	}

	.pos-abs-md-bottom-60 {
		position: absolute;
		bottom: 60px
	}

	.pos-abs-md-bottom-70 {
		position: absolute;
		bottom: 70px
	}

	.pos-abs-md-bottom-80 {
		position: absolute;
		bottom: 80px
	}

	.pos-abs-md-bottom-90 {
		position: absolute;
		bottom: 90px
	}

	.pos-abs-md-bottom-100 {
		position: absolute;
		bottom: 100px
	}[	class*="pos-abs-md"].container {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}[	class*="pos-abs-md-bottom"].title-container {
		margin-bottom: 0
	}

	.w-md-0 {
		width: calc(100% * (0 / 12) - (5px * 2))
	}

	.l-md-0 {
		left: calc(100% * (0 / 12) + 5px)
	}

	.r-md-0 {
		right: calc(100% * (0 / 12) + 5px)
	}

	.w-md-1 {
		width: calc(100% * (1 / 12) - (5px * 2))
	}

	.l-md-1 {
		left: calc(100% * (1 / 12) + 5px)
	}

	.r-md-1 {
		right: calc(100% * (1 / 12) + 5px)
	}

	.w-md-2 {
		width: calc(100% * (2 / 12) - (5px * 2))
	}

	.l-md-2 {
		left: calc(100% * (2 / 12) + 5px)
	}

	.r-md-2 {
		right: calc(100% * (2 / 12) + 5px)
	}

	.w-md-3 {
		width: calc(100% * (3 / 12) - (5px * 2))
	}

	.l-md-3 {
		left: calc(100% * (3 / 12) + 5px)
	}

	.r-md-3 {
		right: calc(100% * (3 / 12) + 5px)
	}

	.w-md-4 {
		width: calc(100% * (4 / 12) - (5px * 2))
	}

	.l-md-4 {
		left: calc(100% * (4 / 12) + 5px)
	}

	.r-md-4 {
		right: calc(100% * (4 / 12) + 5px)
	}

	.w-md-5 {
		width: calc(100% * (5 / 12) - (5px * 2))
	}

	.l-md-5 {
		left: calc(100% * (5 / 12) + 5px)
	}

	.r-md-5 {
		right: calc(100% * (5 / 12) + 5px)
	}

	.w-md-6 {
		width: calc(100% * (6 / 12) - (5px * 2))
	}

	.l-md-6 {
		left: calc(100% * (6 / 12) + 5px)
	}

	.r-md-6 {
		right: calc(100% * (6 / 12) + 5px)
	}

	.w-md-7 {
		width: calc(100% * (7 / 12) - (5px * 2))
	}

	.l-md-7 {
		left: calc(100% * (7 / 12) + 5px)
	}

	.r-md-7 {
		right: calc(100% * (7 / 12) + 5px)
	}

	.w-md-8 {
		width: calc(100% * (8 / 12) - (5px * 2))
	}

	.l-md-8 {
		left: calc(100% * (8 / 12) + 5px)
	}

	.r-md-8 {
		right: calc(100% * (8 / 12) + 5px)
	}

	.w-md-9 {
		width: calc(100% * (9 / 12) - (5px * 2))
	}

	.l-md-9 {
		left: calc(100% * (9 / 12) + 5px)
	}

	.r-md-9 {
		right: calc(100% * (9 / 12) + 5px)
	}

	.w-md-10 {
		width: calc(100% * (10 / 12) - (5px * 2))
	}

	.l-md-10 {
		left: calc(100% * (10 / 12) + 5px)
	}

	.r-md-10 {
		right: calc(100% * (10 / 12) + 5px)
	}

	.w-md-11 {
		width: calc(100% * (11 / 12) - (5px * 2))
	}

	.l-md-11 {
		left: calc(100% * (11 / 12) + 5px)
	}

	.r-md-11 {
		right: calc(100% * (11 / 12) + 5px)
	}

	.w-md-12 {
		width: calc(100% * (12 / 12) - (5px * 2))
	}

	.l-md-12 {
		left: calc(100% * (12 / 12) + 5px)
	}

	.r-md-12 {
		right: calc(100% * (12 / 12) + 5px)
	}

	.w-md-50 {
		width: calc(50% - (5px * 2))
	}

	.w-md-100 {
		width: calc(100% - (5px * 2))
	}
}

@media only screen and (min-width: 1041px) {
	.pos-abs-lg {
		position: absolute
	}

	.pos-abs-lg-top {
		position: absolute;
		top: 0;
		bottom: auto
	}

	.pos-abs-lg-bottom {
		position: absolute;
		top: auto;
		bottom: 0
	}

	.pos-abs-lg-top-10 {
		position: absolute;
		top: 10px
	}

	.pos-abs-lg-top-20 {
		position: absolute;
		top: 20px
	}

	.pos-abs-lg-top-30 {
		position: absolute;
		top: 30px
	}

	.pos-abs-lg-top-40 {
		position: absolute;
		top: 40px
	}

	.pos-abs-lg-top-50 {
		position: absolute;
		top: 50px
	}

	.pos-abs-lg-top-60 {
		position: absolute;
		top: 60px
	}

	.pos-abs-lg-top-70 {
		position: absolute;
		top: 70px
	}

	.pos-abs-lg-top-80 {
		position: absolute;
		top: 80px
	}

	.pos-abs-lg-top-90 {
		position: absolute;
		top: 90px
	}

	.pos-abs-lg-top-100 {
		position: absolute;
		top: 100px
	}

	.pos-abs-lg-bottom-10 {
		position: absolute;
		bottom: 10px
	}

	.pos-abs-lg-bottom-20 {
		position: absolute;
		bottom: 20px
	}

	.pos-abs-lg-bottom-30 {
		position: absolute;
		bottom: 30px
	}

	.pos-abs-lg-bottom-40 {
		position: absolute;
		bottom: 40px
	}

	.pos-abs-lg-bottom-50 {
		position: absolute;
		bottom: 50px
	}

	.pos-abs-lg-bottom-60 {
		position: absolute;
		bottom: 60px
	}

	.pos-abs-lg-bottom-70 {
		position: absolute;
		bottom: 70px
	}

	.pos-abs-lg-bottom-80 {
		position: absolute;
		bottom: 80px
	}

	.pos-abs-lg-bottom-90 {
		position: absolute;
		bottom: 90px
	}

	.pos-abs-lg-bottom-100 {
		position: absolute;
		bottom: 100px
	}[	class*="pos-abs-lg"].container {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}[	class*="pos-abs-lg-bottom"].title-container {
		margin-bottom: 0
	}

	.w-lg-0 {
		width: calc(100% * (0 / 12) - (5px * 2))
	}

	.l-lg-0 {
		left: calc(100% * (0 / 12) + 5px)
	}

	.r-lg-0 {
		right: calc(100% * (0 / 12) + 5px)
	}

	.w-lg-1 {
		width: calc(100% * (1 / 12) - (5px * 2))
	}

	.l-lg-1 {
		left: calc(100% * (1 / 12) + 5px)
	}

	.r-lg-1 {
		right: calc(100% * (1 / 12) + 5px)
	}

	.w-lg-2 {
		width: calc(100% * (2 / 12) - (5px * 2))
	}

	.l-lg-2 {
		left: calc(100% * (2 / 12) + 5px)
	}

	.r-lg-2 {
		right: calc(100% * (2 / 12) + 5px)
	}

	.w-lg-3 {
		width: calc(100% * (3 / 12) - (5px * 2))
	}

	.l-lg-3 {
		left: calc(100% * (3 / 12) + 5px)
	}

	.r-lg-3 {
		right: calc(100% * (3 / 12) + 5px)
	}

	.w-lg-4 {
		width: calc(100% * (4 / 12) - (5px * 2))
	}

	.l-lg-4 {
		left: calc(100% * (4 / 12) + 5px)
	}

	.r-lg-4 {
		right: calc(100% * (4 / 12) + 5px)
	}

	.w-lg-5 {
		width: calc(100% * (5 / 12) - (5px * 2))
	}

	.l-lg-5 {
		left: calc(100% * (5 / 12) + 5px)
	}

	.r-lg-5 {
		right: calc(100% * (5 / 12) + 5px)
	}

	.w-lg-6 {
		width: calc(100% * (6 / 12) - (5px * 2))
	}

	.l-lg-6 {
		left: calc(100% * (6 / 12) + 5px)
	}

	.r-lg-6 {
		right: calc(100% * (6 / 12) + 5px)
	}

	.w-lg-7 {
		width: calc(100% * (7 / 12) - (5px * 2))
	}

	.l-lg-7 {
		left: calc(100% * (7 / 12) + 5px)
	}

	.r-lg-7 {
		right: calc(100% * (7 / 12) + 5px)
	}

	.w-lg-8 {
		width: calc(100% * (8 / 12) - (5px * 2))
	}

	.l-lg-8 {
		left: calc(100% * (8 / 12) + 5px)
	}

	.r-lg-8 {
		right: calc(100% * (8 / 12) + 5px)
	}

	.w-lg-9 {
		width: calc(100% * (9 / 12) - (5px * 2))
	}

	.l-lg-9 {
		left: calc(100% * (9 / 12) + 5px)
	}

	.r-lg-9 {
		right: calc(100% * (9 / 12) + 5px)
	}

	.w-lg-10 {
		width: calc(100% * (10 / 12) - (5px * 2))
	}

	.l-lg-10 {
		left: calc(100% * (10 / 12) + 5px)
	}

	.r-lg-10 {
		right: calc(100% * (10 / 12) + 5px)
	}

	.w-lg-11 {
		width: calc(100% * (11 / 12) - (5px * 2))
	}

	.l-lg-11 {
		left: calc(100% * (11 / 12) + 5px)
	}

	.r-lg-11 {
		right: calc(100% * (11 / 12) + 5px)
	}

	.w-lg-12 {
		width: calc(100% * (12 / 12) - (5px * 2))
	}

	.l-lg-12 {
		left: calc(100% * (12 / 12) + 5px)
	}

	.r-lg-12 {
		right: calc(100% * (12 / 12) + 5px)
	}

	.w-lg-50 {
		width: calc(50% - (5px * 2))
	}

	.w-lg-100 {
		width: calc(100% - (5px * 2))
	}
}

h1,h2 {
	color: #000
}

h3 {
	color: #333;
	font-weight: 500
}

p {
	color: #333
}

body,div.pg-price,span.pg-price {
	font-family: "Gibson W04","Helvetica","Open Sans",sans-serif
}

.russian body,.russian div.pg-price,.russian span.pg-price {
	font-family: "Proxima Nova W08","Helvetica","Open Sans",sans-serif
}

.section-jump,.button,h1,h2,h3,h4 {
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif
}

.chinese .section-jump,.chinese .button,.chinese h1,.chinese h2,.chinese h3,.chinese h4 {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .section-jump,.japanese .button,.japanese h1,.japanese h2,.japanese h3,.japanese h4 {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .section-jump,.korean .button,.korean h1,.korean h2,.korean h3,.korean h4 {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .section-jump,.russian .button,.russian h1,.russian h2,.russian h3,.russian h4 {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.product-section h1,.product-section h2,.product-section h3 {
	letter-spacing: -0.1rem
}

.product-section h1,.product-section h2 {
	font-size: 3.2rem;
	line-height: 3.4rem;
	font-weight: 600;
	text-align: center
}

@media only screen and (min-width: 561px) {
	.product-section h1,.product-section h2 {
		font-size: 3.4rem;
		line-height: 3.6rem
	}
}

@media only screen and (min-width: 769px) {
	.product-section h1,.product-section h2 {
		font-size: 3.6rem;
		line-height: 3.8rem
	}
}

.product-section h3 {
	font-size: 2.8rem;
	line-height: 3rem;
	font-weight: 300;
	text-align: center
}

@media only screen and (min-width: 561px) {
	.product-section h3 {
		font-size: 3rem;
		line-height: 3.2rem
	}
}

.product-section p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.7rem
}

.small-heading h2 {
	font-size: 2.8rem;
	line-height: 3rem
}

@media only screen and (min-width: 561px) {
	.small-heading h2 {
		font-size: 3.4rem;
		line-height: 3.2rem
	}
}

@media only screen and (min-width: 769px) {
	.small-heading h2 {
		font-size: 3.2rem;
		line-height: 3.4rem
	}
}

.small-heading h3 {
	font-size: 2.4rem;
	line-height: 2.6rem
}

@media only screen and (min-width: 561px) {
	.small-heading h3 {
		font-size: 2.8rem;
		line-height: 3.0rem
	}
}

.design-outputs .indented-point,.design-audio .indented-point {
	font-size: 1.4rem
}

.blackout {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0.8;
	display: none
}

.close-video {
	width: 48px;
	height: 48px;
	background-image: url(https://images.blackmagicdesign.com/images/common/modal/close.png?_v=1460999797);
	background-size: 48px 96px;
	background-repeat: no-repeat;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 1001
}

.close-video:hover {
	cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
	.close-video {
		background-image: url(https://images.blackmagicdesign.com/images/common/modal/close@2x.png?_v=1460999797)
	}
}

@media screen and (orientation: landscape) and (min-height: 710px) {
	.close-video {
		top: -80px
	}
}

.video-container {
	position: fixed;
	width: calc(100% - 20px);
	height: 100%;
	max-width: 960px;
	max-height: 540px;
	margin-left: 0;
	margin-top: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none
}

@media only screen and (min-width: 769px) {
	.video-container {
		width: calc(100% - 40px)
	}
}

.video-content {
	position: relative;
	padding-bottom: 56.25%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

html {
	font-size: 10px
}

body.no-scroll {
	overflow: hidden
}

#gn-sub-placeholder {
	margin-bottom: 0
}

.gn-home-divider {
	display: none
}

@media only screen and (min-width: 1000px) {
	.gn-home-divider {
		display: block;
		margin-left: 15px;
		margin-right: 15px
	}
}

li.gn-home-divider+li {
	margin-left: 0 !important
}[class*="col-"] {
	min-height: initial
}

@media only screen and (min-width: 769px) {
	.container {
		max-width: 728px
	}
}

@media only screen and (min-width: 1041px) {
	.container {
		max-width: 1200px
	}
}

img {
	display: block;
	width: auto;
	max-width: 100%
}

.roundel {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	padding-top: 2px;
	font-size: 27px;
	line-height: 73px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #00A8FF;
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .roundel {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .roundel {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .roundel {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .roundel {
	visibility: hidden
}

.wf-active .roundel,.wf-inactive .roundel {
	visibility: visible
}

.chinese .roundel {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .roundel {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .roundel {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.chinese .roundel {
	padding-top: 0
}

.japanese .roundel {
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .japanese .roundel {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .japanese .roundel {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .japanese .roundel {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .japanese .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .japanese .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .japanese .roundel {
	visibility: hidden
}

.wf-active .japanese .roundel,.wf-inactive .japanese .roundel {
	visibility: visible
}

.korean .roundel {
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .korean .roundel {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .korean .roundel {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .korean .roundel {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .korean .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .korean .roundel {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .korean .roundel {
	visibility: hidden
}

.wf-active .korean .roundel,.wf-inactive .korean .roundel {
	visibility: visible
}

.russian .roundel {
	padding-top: 3px;
	font-size: 30px
}

.turkish .roundel {
	padding-top: 3px;
	font-size: 30px
}

@media only screen and (min-width: 561px) {
	.roundel {
		top: 15px;
		left: 15px
	}
}

@media only screen and (min-width: 769px) {
	.roundel {
		top: 10px;
		left: auto;
		right: 30px;
		width: 61px;
		height: 61px;
		font-size: 23px;
		line-height: 61px
	}

	.russian .roundel {
		padding-top: 2px;
		font-size: 27px
	}

	.turkish .roundel {
		padding-top: 2px;
		font-size: 27px
	}
}

@media only screen and (min-width: 1041px) {
	.roundel {
		top: 30px;
		left: 30px;
		right: auto;
		width: 75px;
		height: 75px;
		font-size: 28px;
		line-height: 75px
	}

	.russian .roundel {
		padding-top: 3px;
		font-size: 32px
	}

	.turkish .roundel {
		padding-top: 3px;
		font-size: 32px
	}
}

.owl-carousel .owl-nav {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 2px;
	text-align: center
}

@media only screen and (min-width: 561px) {
	.owl-carousel .owl-nav {
		padding: 5px 0px 2px
	}
}

@media only screen and (max-width: 768px) {
	.owl-carousel .owl-nav {
		width: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {
	margin: 0px 3px;
	display: inline-block;
	border-radius: 3px;
	vertical-align: top
}

.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover {
	text-decoration: none
}

.owl-carousel .owl-nav .owl-prev span,.owl-carousel .owl-nav .owl-next span {
	font-size: 30px;
	color: #869791;
	line-height: 0px
}

.owl-carousel .owl-nav .owl-prev:focus,.owl-carousel .owl-nav .owl-next:focus {
	outline-color: transparent;
	outline-style: none
}

.owl-carousel .owl-nav .disabled {
	opacity: 0.5;
	cursor: default
}

.owl-carousel .owl-dots {
	text-align: center;
	display: inline-block;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 10px 10px 10px;
	background: transparent;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #869791;
	transition: opacity 200ms ease;
	outline: none
}

@media only screen and (max-width: 374px) {
	.owl-carousel .owl-dots .owl-dot span {
		margin: 10px 7.5px 10px
	}
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #869791
}

.owl-carousel .owl-dots .owl-dot:focus {
	outline-color: transparent;
	outline-style: none
}

.owl-carousel.blue .owl-nav .owl-prev span,.owl-carousel.blue .owl-nav .owl-next span {
	color: #0088cf
}

.owl-carousel.blue .owl-nav .owl-prev {
	background: url("https://images.blackmagicdesign.com/images/home/common/navigation-arrow.svg?_v=1522808926");
	width: 7px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.owl-carousel.blue .owl-nav .owl-next {
	background: url("https://images.blackmagicdesign.com/images/home/common/navigation-arrow.svg?_v=1522808926");
	width: 7px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.owl-carousel.blue .owl-dots .owl-dot span {
	border: 2px solid #0088cf
}

.owl-carousel.blue .owl-dots .owl-dot.active span {
	background: #0088cf
}

.owl-carousel.white-transparent .owl-nav .owl-prev span,.owl-carousel.white-transparent .owl-nav .owl-next span {
	color: #0088cf
}

@media only screen and (min-width: 769px) {
	.owl-carousel.white-transparent .owl-nav .owl-prev span,.owl-carousel.white-transparent .owl-nav .owl-next span {
		color: #fff
	}
}

.owl-carousel.white-transparent .owl-dots .owl-dot span {
	border: 2px solid #0088cf
}

@media only screen and (min-width: 769px) {
	.owl-carousel.white-transparent .owl-dots .owl-dot span {
		border: 2px solid rgba(255,255,255,0.6)
	}
}

.owl-carousel.white-transparent .owl-dots .owl-dot.active span {
	background: #0088cf
}

@media only screen and (min-width: 769px) {
	.owl-carousel.white-transparent .owl-dots .owl-dot.active span {
		background: #fff
	}
}

@media only screen and (min-width: 769px) {
	.pos-bottom-md {
		position: absolute;
		bottom: 0
	}
}

@media only screen and (min-width: 769px) {
	.pos-top-md {
		position: absolute;
		top: 0
	}
}

.home-plates {
	margin-top: 1rem
}

@media only screen and (min-width: 561px) {
	.home-plates {
		margin-top: 20px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates {
		margin-top: 10px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates {
		margin-top: 12px
	}
}

.home-plates .content {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

@media only screen and (min-width: 769px) {
	.home-plates .content {
		min-height: 329px;
		margin-bottom: 0px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .content {
		min-height: 450px
	}
}

.home-plates [class*="col-"] {
	min-height: initial;
	padding-left: 0;
	padding-right: 0
}

.home-plates picture img {
	width: 100%;
	max-width: none
}

@media only screen and (min-width: 561px) {
	.home-plates picture img {
		width: auto;
		max-width: 100%;
		margin: 0
	}
}

.home-plates .plate-text {
	margin-top: 35px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.home-plates .plate-text [class*="col-"] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media only screen and (min-width: 561px) {
	.home-plates .plate-text {
		margin-top: 41px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .plate-text {
		position: absolute;
		bottom: 21px;
		left: 20px;
		width: 100%;
		margin-top: 0
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .plate-text {
		bottom: 24px;
		left: 30px
	}
}

.home-plates .plate-title {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 4px;
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .home-plates .plate-title {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .home-plates .plate-title {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .home-plates .plate-title {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .home-plates .plate-title {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .home-plates .plate-title {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .home-plates .plate-title {
	visibility: hidden
}

.wf-active .home-plates .plate-title,.wf-inactive .home-plates .plate-title {
	visibility: visible
}

.chinese .home-plates .plate-title {
	font-weight: 700;
	font-size: 45px;
	line-height: 50px
}

.japanese .home-plates .plate-title {
	font-weight: 700;
	font-size: 45px;
	line-height: 50px
}

.korean .home-plates .plate-title {
	font-weight: 700;
	font-size: 45px;
	line-height: 50px
}

@media only screen and (min-width: 561px) {
	.home-plates .plate-title {
		margin-bottom: -2px;
		font-size: 70px;
		line-height: 75px
	}

	.chinese .home-plates .plate-title {
		margin-bottom: 10px;
		font-size: 55px;
		line-height: 65px
	}

	.japanese .home-plates .plate-title {
		margin-bottom: 10px;
		font-size: 55px;
		line-height: 65px
	}

	.korean .home-plates .plate-title {
		margin-bottom: 10px;
		font-size: 55px;
		line-height: 65px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .plate-title {
		color: #fff
	}

	.home-plates .plate-title.plate-title-a {
		margin-bottom: 10px;
		font-size: 70px;
		line-height: 70px
	}

	.chinese .home-plates .plate-title.plate-title-a {
		font-size: 50px;
		line-height: 60px
	}

	.japanese .home-plates .plate-title.plate-title-a {
		font-size: 50px;
		line-height: 60px
	}

	.korean .home-plates .plate-title.plate-title-a {
		font-size: 50px;
		line-height: 60px
	}

	.home-plates .plate-title.plate-title-b {
		margin-bottom: 4px;
		font-size: 60px;
		line-height: 55px
	}

	.chinese .home-plates .plate-title.plate-title-b {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.japanese .home-plates .plate-title.plate-title-b {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.korean .home-plates .plate-title.plate-title-b {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.home-plates .plate-title.plate-title-c {
		margin-bottom: 9px;
		font-size: 60px;
		line-height: 65px
	}

	.chinese .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.japanese .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.korean .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 50px
	}

	.home-plates .plate-title.plate-title-d {
		margin-bottom: 5px;
		font-size: 70px;
		line-height: 60px
	}

	.chinese .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 60px
	}

	.japanese .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 60px
	}

	.korean .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 50px;
		line-height: 60px
	}

	.home-plates .plate-title .plate-title-small-a {
		font-size: 54px;
		line-height: 54px
	}

	.home-plates .plate-title .plate-title-small-b {
		font-size: 50px;
		line-height: 58px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .plate-title {
		margin-bottom: 8px;
		font-size: 85px;
		line-height: 82px
	}

	.chinese .home-plates .plate-title {
		font-size: 60px;
		line-height: 62px;
		font-weight: 700
	}

	.japanese .home-plates .plate-title {
		font-size: 60px;
		line-height: 62px;
		font-weight: 700
	}

	.korean .home-plates .plate-title {
		font-size: 60px;
		line-height: 62px;
		font-weight: 700
	}

	.home-plates .plate-title.plate-title-a {
		margin-bottom: 6px;
		font-size: 85px;
		line-height: 85px
	}

	.chinese .home-plates .plate-title.plate-title-a {
		margin-bottom: 10px;
		font-size: 70px;
		line-height: 80px
	}

	.japanese .home-plates .plate-title.plate-title-a {
		margin-bottom: 10px;
		font-size: 70px;
		line-height: 80px
	}

	.korean .home-plates .plate-title.plate-title-a {
		margin-bottom: 10px;
		font-size: 70px;
		line-height: 80px
	}

	.japanese .home-plates .plate-title.plate-title-a {
		font-size: 70px
	}

	.home-plates .plate-title.plate-title-b,.home-plates .plate-title.plate-title-c {
		margin-bottom: 8px;
		font-size: 85px;
		line-height: 78px
	}

	.chinese .home-plates .plate-title.plate-title-b,.chinese .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.japanese .home-plates .plate-title.plate-title-b,.japanese .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.korean .home-plates .plate-title.plate-title-b,.korean .home-plates .plate-title.plate-title-c {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.home-plates .plate-title.plate-title-d {
		margin-bottom: 8px;
		font-size: 85px;
		line-height: 80px
	}

	.chinese .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.japanese .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.korean .home-plates .plate-title.plate-title-d {
		margin-bottom: 10px;
		font-size: 62px;
		line-height: 62px
	}

	.home-plates .plate-title .plate-title-small-a {
		font-size: 54px;
		line-height: 54px
	}

	.home-plates .plate-title .plate-title-small-b {
		font-size: 52px;
		line-height: 52px
	}
}

.home-plates .plate-message {
	margin-top: 0;
	font-size: 25px;
	line-height: 28px
}

@media only screen and (min-width: 769px) {
	.home-plates .plate-message {
		font-size: 23px;
		line-height: 26px;
		color: #fff
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .plate-message {
		margin-top: 1px;
		font-size: 26px;
		line-height: 26px
	}
}

.chinese .home-plates .plate-message {
	font-weight: 400
}

.japanese .home-plates .plate-message {
	font-weight: 400
}

.korean .home-plates .plate-message {
	font-weight: 400
}

.home-plates .plate-status,.home-plates .plate-action {
	margin-top: 12px;
	font-size: 30px;
	line-height: 36px;
	color: #FF5E59;
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .home-plates .plate-status,.chinese .home-plates .plate-action {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .home-plates .plate-status,.japanese .home-plates .plate-action {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .home-plates .plate-status,.korean .home-plates .plate-action {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .home-plates .plate-status,.russian .home-plates .plate-action {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .home-plates .plate-status,.turkish .home-plates .plate-action {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .home-plates .plate-status,.wf-loading .home-plates .plate-action {
	visibility: hidden
}

.wf-active .home-plates .plate-status,.wf-inactive .home-plates .plate-status,.wf-active .home-plates .plate-action,.wf-inactive .home-plates .plate-action {
	visibility: visible
}

.chinese .home-plates .plate-status,.chinese .home-plates .plate-action {
	font-weight: 700
}

.japanese .home-plates .plate-status,.japanese .home-plates .plate-action {
	font-weight: 700
}

.korean .home-plates .plate-status,.korean .home-plates .plate-action {
	font-weight: 700
}

@media only screen and (min-width: 561px) {
	.home-plates .plate-status,.home-plates .plate-action {
		margin-top: 17px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .plate-status,.home-plates .plate-action {
		margin-top: 10px;
		font-size: 29px;
		line-height: 35px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .plate-status,.home-plates .plate-action {
		margin-top: 13px;
		font-size: 32px;
		line-height: 38px
	}
}

.home-plates .plate-status .plate-price,.home-plates .plate-action .plate-price {
	color: #333
}

@media only screen and (min-width: 769px) {
	.home-plates .plate-status .plate-price,.home-plates .plate-action .plate-price {
		color: #fff
	}
}

.home-plates .plate-status .jp-ex-tax,.home-plates .plate-action .jp-ex-tax {
	font-size: 14px
}

.home-plates .ribbon {
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 0;
	max-width: 85%;
	padding: 0px 17px 0 0px;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif;
	font-size: 13px;
	line-height: 28px;
	font-weight: 600;
	color: #fff
}

@media only screen and (min-width: 1041px) {
	.home-plates .ribbon {
		top: 30px
	}
}

.chinese .home-plates .ribbon {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .home-plates .ribbon {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .home-plates .ribbon {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .home-plates .ribbon {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.home-plates .ribbon:not(.ribbon--mixed-case) {
	text-transform: uppercase
}

.home-plates .ribbon .ribbon-text {
	padding-left: 26px
}

.home-plates .ribbon:before,.home-plates .ribbon:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid
}

.home-plates .ribbon:after {
	right: -14px;
	top: 0;
	border-width: 14px 14px 14px 0
}

.home-plates .ribbon.large {
	font-size: 18px;
	line-height: 36px;
	text-transform: none;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures
}

.home-plates .ribbon.large:after {
	right: -19px;
	border-width: 18px 19px 18px 0
}

.home-plates .ribbon.ribbon--right {
	left: auto;
	right: 5px
}

.home-plates .ribbon.ribbon--right:after {
	top: 0;
	left: -14px;
	border-width: 14px 0px 14px 14px
}

.home-plates .ribbon.ribbon--right.large {
	font-size: 16px;
	line-height: 39px;
	text-transform: none;
	top: 10px
}

.home-plates .ribbon.ribbon--right.large:after {
	left: -19px;
	border-width: 19.5px 0px 19.5px 19px
}

.home-plates .ribbon:not(.red):not(.green) {
	background-color: #0088cf
}

.home-plates .ribbon:not(.red):not(.green):before {
	border-color: #0088cf
}

.home-plates .ribbon:not(.red):not(.green):after {
	border-color: #0088cf transparent
}

.home-plates .ribbon.red {
	background-color: #fc625d
}

.home-plates .ribbon.red:before {
	border-color: #fc625d
}

.home-plates .ribbon.red:after {
	border-color: #fc625d transparent
}

.home-plates .ribbon.green {
	background-color: #1cc184
}

.home-plates .ribbon.green:before {
	border-color: #1cc184
}

.home-plates .ribbon.green:after {
	border-color: #1cc184 transparent
}

.home-plates .blackmagic-egpu-pro .roundel {
	right: 10px;
	left: auto
}

@media only screen and (min-width: 561px) {
	.home-plates .blackmagic-egpu-pro .roundel {
		left: auto;
		right: 15px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-egpu-pro .roundel {
		left: auto;
		right: 30px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-egpu-pro .roundel {
		left: 30px;
		right: auto
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-egpu-pro .plate-title {
		text-shadow: 0 2px 39px rgba(0,0,0,0.5),0 2px 23px rgba(0,0,0,0.62)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-egpu-pro .plate-title {
		text-shadow: 0 2px 34px rgba(0,0,0,0.5),0 2px 30px rgba(67,67,67,0.62)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-egpu-pro .plate-message {
		text-shadow: 0 2px 54px rgba(0,0,0,0.5),0 2px 35px rgba(0,0,0,0.62)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-egpu-pro .plate-message {
		text-shadow: 0 2px 35px rgba(0,0,0,0.5)
	}
}

.home-plates .blackmagic-egpu-pro .plate-status,.home-plates .blackmagic-egpu-pro .plate-action,.home-plates .blackmagic-egpu-pro .plate-price {
	color: #333
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-egpu-pro .plate-status,.home-plates .blackmagic-egpu-pro .plate-action,.home-plates .blackmagic-egpu-pro .plate-price {
		color: #999;
		text-shadow: 0 2px 31px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-egpu-pro .plate-status,.home-plates .blackmagic-egpu-pro .plate-action,.home-plates .blackmagic-egpu-pro .plate-price {
		color: #999;
		text-shadow: 0 2px 15px rgba(0,0,0,0.5),0 2px 30px rgba(0,0,0,0.5)
	}
}

.home-plates .blackmagic-raw .spacer {
	height: calc(8px + 10px)
}

@media only screen and (min-width: 561px) {
	.home-plates .blackmagic-raw .spacer {
		height: calc(13px + 15px)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-raw .spacer {
		display: none;
		height: 0
	}
}

.home-plates .blackmagic-raw .hero-video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-raw .hero-video {
		display: block;
		height: 329px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-raw .hero-video {
		height: 450px
	}
}

.home-plates .blackmagic-raw .blackmagic-raw-logo {
	display: none;
	position: absolute
}

@media only screen and (min-width: 769px) {
	.home-plates .blackmagic-raw .blackmagic-raw-logo {
		display: block;
		top: 279px;
		right: 20px;
		width: 245px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .blackmagic-raw .blackmagic-raw-logo {
		top: 382px;
		width: 365px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .resolve-15-gm .plate-title {
		text-shadow: 0 2px 37px rgba(0,0,0,0.5)
	}
}

.home-plates .resolve-15-gm .plate-status,.home-plates .resolve-15-gm .plate-action {
	color: #000
}

@media only screen and (min-width: 769px) {
	.home-plates .resolve-15-gm .plate-status,.home-plates .resolve-15-gm .plate-action {
		color: #fff;
		text-shadow: 0 2px 34px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .resolve-15-gm .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 1041px) {
	.portuguese .home-plates .resolve-15-gm .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .resolve-15-gm .plate-text {
		bottom: 13px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .resolve-15-gm .plate-text {
		bottom: 53px
	}
}

@media only screen and (min-width: 769px) and (max-width: 1040px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .roundel {
		left: 17px;
		right: auto
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .plate-title {
		text-shadow: 0 2px 50px #325883
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .plate-title {
		text-shadow: 0 0 45px rgba(45,71,91,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .plate-text {
		left: 15px;
		width: calc(100% - 30px)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .plate-text {
		left: 60px;
		width: calc(100% - 80px)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-pocket-cinema-camera-4k .plate-status,.home-plates .nab-2018-pocket-cinema-camera-4k .plate-action {
		color: #fff;
		text-shadow: 0 0 18px #404949,0 2px 34px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-atem-television-studio-pro-4k .roundel {
		top: 125px;
		left: auto;
		right: 25px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-atem-television-studio-pro-4k .plate-title {
		text-shadow: 0 2px 50px #325883
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-atem-television-studio-pro-4k .plate-title.plate-title-b {
		margin-bottom: 18px
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		margin-right: -50px
	}

	.italian .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		margin-right: -50px
	}

	.japanese .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		margin-right: -50px
	}

	.portuguese .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		margin-right: -50px
	}

	.turkish .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		color: #3C3C3C
	}

	.japanese .home-plates .nab-2018-atem-television-studio-pro-4k .plate-message {
		letter-spacing: -0.8px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-atem-television-studio-pro-4k .plate-status .plate-price,.home-plates .nab-2018-atem-television-studio-pro-4k .plate-action .plate-price {
		color: #333
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-mini-converter-updowncross-hd .plate-title {
		text-shadow: 0 2px 37px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-mini-converter-updowncross-hd .plate-status,.home-plates .nab-2018-mini-converter-updowncross-hd .plate-action {
		text-shadow: 0 2px 34px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .nab-2018-mini-converter-updowncross-hd .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 1041px) {
	.portuguese .home-plates .nab-2018-mini-converter-updowncross-hd .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-multiview-4-hd .plate-title {
		text-shadow: 0 2px 37px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-multiview-4-hd .plate-status,.home-plates .nab-2018-multiview-4-hd .plate-action {
		text-shadow: 0 2px 34px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-mini-converter-optical-fiber-12g .plate-title {
		text-shadow: 0 2px 37px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .nab-2018-mini-converter-optical-fiber-12g .plate-message {
		margin-right: -20px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-mini-converter-optical-fiber-12g .plate-status,.home-plates .nab-2018-mini-converter-optical-fiber-12g .plate-action {
		text-shadow: 0 2px 34px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .roundel {
		top: 22px;
		left: auto;
		right: 27px
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-title {
		text-shadow: 0 2px 37px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-message {
		text-shadow: 0 2px 35px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.spanish .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-message {
		margin-right: -50px
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-message {
		margin-right: -70px
	}
}

@media only screen and (min-width: 769px) {
	.russian .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-message {
		margin-right: -120px
	}
}

@media only screen and (min-width: 769px) {
	.french .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-status,.french .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-action {
		margin-right: -50px
	}
}

@media only screen and (min-width: 769px) {
	.turkish .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-status,.turkish .home-plates .nab-2018-micro-converter-bidirectional-sdi-hdmi .plate-action {
		margin-right: -100px
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-title {
		text-shadow: 0 2px 39px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-title {
		text-shadow: 0 2px 34px rgba(0,0,0,0.5),0 2px 30px rgba(67,67,67,0.62)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-message {
		text-shadow: 0 2px 49px rgba(0,0,0,0.5),0 2px 32px rgba(0,0,0,0.62)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-message {
		text-shadow: 0 2px 35px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 769px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-status,.home-plates .nab-2018-cintel-scanner-2 .plate-action {
		text-shadow: 0 2px 31px rgba(0,0,0,0.5)
	}
}

@media only screen and (min-width: 1041px) {
	.home-plates .nab-2018-cintel-scanner-2 .plate-status,.home-plates .nab-2018-cintel-scanner-2 .plate-action {
		text-shadow: 0 2px 15px rgba(0,0,0,0.5)
	}
}

.home-tiles {
	margin-top: 2px
}

@media only screen and (min-width: 561px) {
	.home-tiles {
		margin-top: 2px
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles {
		margin-top: 0
	}
}

@media only screen and (min-width: 561px) {
	.home-tiles:before {
		content: '';
		display: block;
		width: calc(100% - 10px);
		height: 1px;
		margin: 0 auto 10px;
		border-top: 1px solid #D8D8D8
	}
}

@media only screen and (min-width: 561px) and (min-width: 769px) {
	.home-tiles:before {
		display: none
	}
}

.home-tiles .home-tile:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 auto 10px;
	border-top: 1px solid #D8D8D8
}

@media only screen and (min-width: 561px) {
	.home-tiles .home-tile:before {
		display: none
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .home-tile {
		margin-top: 0;
		min-height: 465px;
		overflow: hidden
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .home-tile {
		min-height: 490px
	}
}

.home-tiles .content {
	display: block;
	position: relative;
	margin-bottom: 12px
}

@media only screen and (min-width: 561px) {
	.home-tiles .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .content {
		overflow: hidden
	}
}

.home-tiles .roundel {
	display: none
}

@media only screen and (min-width: 1041px) {
	.home-tiles .roundel {
		display: block;
		z-index: 2
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .img-pos-top-md {
		position: absolute;
		top: 0;
		left: 0
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .img-pos-bottom-md {
		position: absolute;
		bottom: 0;
		left: 0
	}
}

.home-tiles .tile-text {
	position: relative;
	margin-top: 14px;
	text-align: center
}

.chinese .home-tiles .tile-text {
	margin-top: 17px
}

.japanese .home-tiles .tile-text {
	margin-top: 17px
}

.korean .home-tiles .tile-text {
	margin-top: 17px
}

@media only screen and (min-width: 561px) {
	.home-tiles .tile-text {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 13px;
		text-align: left
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-text {
		margin-top: 20px;
		margin-bottom: 17px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center
	}

	.chinese .home-tiles .tile-text {
		margin-bottom: 23px
	}

	.japanese .home-tiles .tile-text {
		margin-bottom: 23px
	}

	.korean .home-tiles .tile-text {
		margin-bottom: 23px
	}

	.home-tiles .tile-text.txt-pos-top-md {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.home-tiles .tile-text.txt-pos-bottom-md {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .tile-text {
		padding-left: 30px;
		padding-right: 30px;
		text-align: left
	}
}

.home-tiles .tile-title {
	margin-bottom: 3px;
	font-size: 40px;
	line-height: 45px;
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .home-tiles .tile-title {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .home-tiles .tile-title {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .home-tiles .tile-title {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .home-tiles .tile-title {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .home-tiles .tile-title {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .home-tiles .tile-title {
	visibility: hidden
}

.wf-active .home-tiles .tile-title,.wf-inactive .home-tiles .tile-title {
	visibility: visible
}

.chinese .home-tiles .tile-title {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700
}

.japanese .home-tiles .tile-title {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700
}

.korean .home-tiles .tile-title {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700
}

@media only screen and (min-width: 561px) {
	.home-tiles .tile-title {
		margin-bottom: 2px;
		font-size: 50px;
		line-height: 55px
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-title {
		color: #fff;
		font-size: 40px;
		line-height: 43px
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .tile-title {
		font-size: 55px;
		line-height: 53px
	}

	.chinese .home-tiles .tile-title {
		margin-bottom: 10px;
		font-size: 34px;
		line-height: 38px
	}

	.japanese .home-tiles .tile-title {
		margin-bottom: 10px;
		font-size: 34px;
		line-height: 38px
	}

	.korean .home-tiles .tile-title {
		margin-bottom: 10px;
		font-size: 34px;
		line-height: 38px
	}
}

.home-tiles .tile-message {
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 26px
}

@media only screen and (min-width: 561px) {
	.home-tiles .tile-message {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-message {
		color: #fff;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .tile-message {
		font-size: 20px
	}
}

.home-tiles .tile-status,.home-tiles .tile-action {
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-family: "balboa",sans-serif;
	font-weight: 600;
	font-style: normal
}

.chinese .home-tiles .tile-status,.chinese .home-tiles .tile-action {
	font-family: "source-han-sans-simplified-c", sans-serif;
	font-weight: 400
}

.japanese .home-tiles .tile-status,.japanese .home-tiles .tile-action {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300
}

.korean .home-tiles .tile-status,.korean .home-tiles .tile-action {
	font-family: "source-han-sans-korean", sans-serif;
	font-weight: 300
}

.russian .home-tiles .tile-status,.russian .home-tiles .tile-action {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.turkish .home-tiles .tile-status,.turkish .home-tiles .tile-action {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-weight: 400
}

.wf-loading .home-tiles .tile-status,.wf-loading .home-tiles .tile-action {
	visibility: hidden
}

.wf-active .home-tiles .tile-status,.wf-inactive .home-tiles .tile-status,.wf-active .home-tiles .tile-action,.wf-inactive .home-tiles .tile-action {
	visibility: visible
}

.chinese .home-tiles .tile-status,.chinese .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.german .home-tiles .tile-status,.german .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.spanish .home-tiles .tile-status,.spanish .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.french .home-tiles .tile-status,.french .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.italian .home-tiles .tile-status,.italian .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.japanese .home-tiles .tile-status,.japanese .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.korean .home-tiles .tile-status,.korean .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.portuguese .home-tiles .tile-status,.portuguese .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.russian .home-tiles .tile-status,.russian .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.turkish .home-tiles .tile-status,.turkish .home-tiles .tile-action {
	font-size: 25px;
	line-height: 27px
}

.chinese .home-tiles .tile-status,.chinese .home-tiles .tile-action {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700
}

.japanese .home-tiles .tile-status,.japanese .home-tiles .tile-action {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700
}

.korean .home-tiles .tile-status,.korean .home-tiles .tile-action {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-status,.home-tiles .tile-action {
		color: #fff
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .tile-status,.home-tiles .tile-action {
		font-size: 33px;
		line-height: 40px
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-price {
		color: #fff;
		white-space: nowrap
	}
}

.home-tiles .tile-price .jp-ex-tax {
	font-size: 14px
}

.home-tiles .tile-highlight {
	color: #F5A623
}

@media only screen and (min-width: 769px) {
	.home-tiles .tile-highlight {
		color: #FF9F02
	}
}

.home-tiles .nab-2018-atem-television-studio-pro-4k .roundel {
	top: 239px;
	right: 18px;
	left: auto
}

@media only screen and (min-width: 769px) {
	.home-tiles .nab-2018-micro-converter-bidirectional-sdi-hdmi .tile-text {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .nab-2018-micro-converter-bidirectional-sdi-hdmi .tile-text {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center
	}
}

.home-tiles .nab-2018-micro-converter-bidirectional-sdi-hdmi .roundel {
	top: auto;
	right: 16px;
	bottom: 18px;
	left: auto
}

@media only screen and (min-width: 1041px) {
	.home-tiles .nab-2018-mini-converter-updowncross-hd .tile-text {
		text-align: center
	}
}

.home-tiles .nab-2018-mini-converter-updowncross-hd .roundel {
	top: auto;
	right: 24px;
	bottom: 26px;
	left: auto
}

@media only screen and (min-width: 769px) {
	.home-tiles .nab-2018-multiview-4-hd .tile-text {
		text-align: left
	}
}

.home-tiles .nab-2018-multiview-4-hd .roundel {
	top: 252px;
	right: 25px;
	left: auto
}

@media only screen and (min-width: 769px) {
	.home-tiles .nab-2018-pocket-cinema-camera-4k .tile-text {
		text-align: left
	}
}

.home-tiles .nab-2018-pocket-cinema-camera-4k .roundel {
	top: 17px;
	right: 16px;
	left: auto
}

@media only screen and (min-width: 769px) {
	.home-tiles .nab-2018-press-conference .tile-text {
		text-align: left
	}

	.home-tiles .nab-2018-press-conference .tile-title {
		margin-bottom: -8px;
		font-size: 61px;
		line-height: 1.2
	}

	.chinese .home-tiles .nab-2018-press-conference .tile-title {
		font-size: 48px;
		line-height: 1.6
	}

	.japanese .home-tiles .nab-2018-press-conference .tile-title {
		font-size: 48px;
		line-height: 1.6
	}

	.korean .home-tiles .nab-2018-press-conference .tile-title {
		font-size: 48px;
		line-height: 1.6
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .infocomm-2018 .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .broadcastasia-2018 .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .siggraph-2018 .tile-status {
		color: #F44541
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .ibc-2018-register .tile-text {
		text-align: left
	}
}

.home-tiles .ibc-2018-register .tile-highlight {
	color: #F44541
}

.home-tiles .nab-show-new-york-2018 .tile-status {
	color: #f8bc3e
}

@media only screen and (min-width: 769px) {
	.home-tiles .nab-show-new-york-2018 .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .nab-show-new-york-2018 .tile-title {
		font-size: 48px;
		line-height: 51px
	}
}

.home-tiles .broadcast-india-2018 .tile-status {
	color: #f8bc3e
}

@media only screen and (min-width: 769px) {
	.home-tiles .broadcast-india-2018 .tile-text {
		text-align: left
	}
}

.home-tiles .smpte-2018 .tile-status {
	color: #e1f768
}

@media only screen and (min-width: 769px) {
	.home-tiles .smpte-2018 .tile-text {
		text-align: left
	}
}

.home-tiles .introducing-blackmagic-raw .tile-highlight {
	color: #000
}

@media only screen and (min-width: 769px) {
	.home-tiles .introducing-blackmagic-raw .tile-highlight {
		color: #FF9F02
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .introducing-blackmagic-raw .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 44px
	}

	.chinese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 63px
	}

	.german .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 51px
	}

	.french .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 51px
	}

	.italian .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 51px
	}

	.portuguese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 51px
	}

	.turkish .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 51px
	}

	.spanish .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 60px
	}

	.japanese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 36px
	}

	.korean .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 81px
	}

	.russian .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 71px
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 9px
	}

	.spanish .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 33px
	}

	.russian .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 33px
	}

	.german .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 13px
	}

	.portuguese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 29px
	}

	.french .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 21px
	}

	.italian .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 21px
	}

	.japanese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 21px
	}

	.chinese .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 48px
	}

	.korean .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 48px
	}

	.turkish .home-tiles .introducing-blackmagic-raw .tile-text .tile-message {
		margin-bottom: 18px
	}
}

.home-tiles .china-roadshow-2018 .tile-status {
	color: #f8bc3e
}

@media only screen and (min-width: 769px) {
	.home-tiles .china-roadshow-2018 .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .china-roadshow-2018 .tile-title {
		font-size: 48px;
		line-height: 51px
	}

	.chinese .home-tiles .china-roadshow-2018 .tile-title {
		font-size: 34px;
		line-height: 38px
	}
}

.home-tiles .china-roadshow-2018 .tile-message {
	margin-top: 5px
}

.home-tiles .interbee-tokyo-2018 .tile-status {
	color: #81AEE1
}

@media only screen and (min-width: 769px) {
	.home-tiles .interbee-tokyo-2018 .tile-text {
		text-align: left
	}
}

@media only screen and (min-width: 1041px) {
	.home-tiles .interbee-tokyo-2018 .tile-title {
		font-size: 48px;
		line-height: 51px
	}
}

@media only screen and (min-width: 769px) {
	.home-tiles .bmd-roadshow-usa-2018 .tile-text {
		text-align: left
	}

	.home-tiles .bmd-roadshow-usa-2018 .tile-status {
		color: #ff9f01
	}
}

.latest-videos {
	margin-top: 10px;
	padding-top: 23px;
	padding-bottom: 11px;
	background-color: #F3F5F4
}

.latest-videos .grid-title {
	text-align: center
}

.latest-videos .grid-title h2 {
	font-size: 36px;
	line-height: 31px;
	letter-spacing: -1px
}

.latest-videos .grid-title h3 {
	margin-top: 7px;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -1px;
	font-weight: 300
}

.latest-videos .video-grid {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-top: 14px
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-grid {
		margin-top: 18px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .gapless-lg {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile.feature .content {
		background-color: #000
	}
}

.latest-videos .video-tile>.content {
	display: block;
	position: relative;
	background-color: #fff
}

.latest-videos .video-tile .text {
	padding: 9px 20px 30px;
	text-align: center
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile .text {
		padding: 9px 10px 4px
	}
}

.latest-videos .video-tile h2 {
	font-size: 18px;
	line-height: 22px
}

.latest-videos .video-tile p {
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile p {
		margin-top: 5px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile p {
		margin-top: 5px
	}
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.thumb {
		padding-right: 5px
	}

	.latest-videos .video-tile.thumb:last-child {
		padding-right: 0;
		padding-left: 5px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile.thumb {
		padding-left: 5px;
		padding-right: 5px
	}

	.latest-videos .video-tile.thumb:last-child {
		padding-left: 5px;
		padding-right: 5px
	}
}

.latest-videos .video-tile.thumb .text p span {
	display: none
}

.latest-videos .video-tile.thumb .text h2 span {
	display: none
}

.latest-videos .video-tile.thumb .image {
	position: relative
}

.latest-videos .video-tile.thumb .image img {
	width: 100%
}

.latest-videos .video-tile.thumb .play {
	display: block;
	width: 59px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(https://images.blackmagicdesign.com/images/home/common/play-icon.png?_v=1522107580);
	background-size: 59px 120px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
	.latest-videos .video-tile.thumb .play {
		background-image: url(https://images.blackmagicdesign.com/images/home/common/play-icon@2x.png?_v=1522107580)
	}
}

.latest-videos .video-tile.thumb .content:hover .play {
	background-position: 0 60px
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.feature:first-child {
		padding-right: 0px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile.feature:first-child {
		padding-right: 5px
	}
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.feature .play {
		display: none
	}
}

@media only screen and (min-width: 769px) {
	.latest-videos .video-tile.feature .text p span {
		display: block
	}

	.latest-videos .video-tile.feature .text h2 span {
		display: block
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile.feature {
		overflow: hidden;
		min-height: 280px
	}
}

.latest-videos .video-tile.feature .text {
	width: 100%;
	margin: 0 auto
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.feature .text {
		position: absolute;
		bottom: 0;
		padding: 17px 17px;
		color: #FFF;
		text-align: left
	}

	.latest-videos .video-tile.feature .text h2 {
		font-size: 32px;
		line-height: 34px;
		letter-spacing: -1px;
		color: #FFF
	}
}

.latest-videos .video-tile.feature .text img {
	display: inline;
	vertical-align: baseline
}

.latest-videos .video-tile.feature .text p {
	font-size: 18px;
	line-height: 40px;
	color: #00AEEF;
	font-weight: 500;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif
}

.chinese .latest-videos .video-tile.feature .text p {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .latest-videos .video-tile.feature .text p {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .latest-videos .video-tile.feature .text p {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .latest-videos .video-tile.feature .text p {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.latest-videos .video-tile.feature .text.reverse p {
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: 400
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.feature .text.reverse p {
		font-weight: 500;
		margin-top: 5px
	}
}

@media only screen and (min-width: 1041px) {
	.latest-videos .video-tile.feature .text.reverse p {
		margin-top: 5px
	}
}

@media only screen and (min-width: 561px) {
	.latest-videos .video-tile.feature .text.reverse p {
		font-size: 18px;
		line-height: 26px;
		color: #fff
	}

	.latest-videos .video-tile.feature .text.reverse h2 {
		font-weight: normal
	}
}

.latest-videos .owl-pagination {
	text-align: center
}

.latest-videos .owl-pagination:after {
	content: ' ';
	display: block;
	clear: both
}

.latest-videos .owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 6px;
	box-sizing: border-box;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #0088CF;
	cursor: pointer
}

.latest-videos .owl-page.active {
	background-color: #0088CF
}

.latest-videos .grabbing {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

@media only screen and (min-width: 600px) {
	.latest-videos .owl-controls {
		display: block !important
	}
}

.stories {
	margin-top: 25px
}

@media only screen and (min-width: 769px) {
	.stories {
		margin-top: 35px
	}
}

@media only screen and (min-width: 1041px) {
	.stories {
		margin-top: 25px
	}
}

.stories .stories-title {
	text-align: center
}

.stories .stories-title h2 {
	font-size: 36px;
	line-height: 31px;
	letter-spacing: -1px
}

.stories .stories-title h3 {
	margin-top: 10px;
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -1px;
	font-weight: 300
}

.stories .stories-grid {
	margin-top: 15px
}

.stories .stories-grid .date {
	font-size: 14px;
	line-height: 18px;
	color: #98A9B3;
	font-weight: 500
}

.stories .story-primary .image .content {
	margin-bottom: 15px
}

.stories .story-primary .content {
	text-align: center
}

@media only screen and (min-width: 1041px) {
	.stories .story-primary .content {
		text-align: left
	}
}

.stories .story-primary h2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 600
}

.stories .story-primary h3 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #9F9F9F
}

@media only screen and (min-width: 1041px) {
	.stories .story-primary h3 {
		max-width: 453px
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-primary .gapless,.stories .story-primary .text .content {
		margin-bottom: 0
	}
}

@media only screen and (min-width: 561px) {
	.stories .story-secondaries-container {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondaries-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.stories .story-secondaries {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-top: 5px
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondaries {
		margin-top: 0;
		margin-bottom: 0
	}
}

.stories .story-secondaries:before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #E5E7E6
}

@media only screen and (min-width: 769px) {
	.stories .story-secondaries:before {
		width: calc(100% - 10px)
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondaries:before {
		display: none
	}
}

.stories .story-secondaries hr {
	margin: auto
}

@media only screen and (min-width: 561px) {
	.stories .story-secondary {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0
	}

	.stories .story-secondary:not(:first-child):before {
		content: '';
		display: block;
		height: 1px;
		width: calc(100% - 10px);
		margin: 0 auto 15px;
		border-top: 1px solid #E5E7E6
	}

	.stories .story-secondary:last-child {
		margin-bottom: 0
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary:first-child .content {
		margin-top: 0
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary:last-child .content {
		margin-bottom: 0
	}
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary .content {
		margin: auto
	}
}

.stories .story-secondary h2 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px
}

.stories .story-secondary p {
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
	color: #8E8E8E
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary p {
		margin-top: 0
	}
}

.stories .story-secondary .date {
	margin-top: 3px
}

@media only screen and (min-width: 1041px) {
	.stories .story-secondary .date {
		margin-top: 0
	}
}

@media only screen and (min-width: 1041px) {
	.stories .gap-lg {
		margin-bottom: 0
	}

	.stories .gap-lg [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}
}

.stories .owl-pagination {
	text-align: center
}

.stories .owl-pagination:after {
	content: ' ';
	display: block;
	clear: both
}

.stories .owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 6px;
	box-sizing: border-box;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #0088CF;
	cursor: pointer
}

.stories .owl-page.active {
	background-color: #0088CF
}

.stories .grabbing {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

@media only screen and (min-width: 600px) {
	.stories .owl-controls {
		display: block !important
	}
}

.home-splice {
	padding: 0 0 40px;
	text-align: center;
	background-color: #FFF
}

@media only screen and (min-width: 769px) {
	.home-splice {
		margin-top: 17px;
		padding: 34px 15px;
		background-color: #12212e
	}
}

@media only screen and (min-width: 1041px) {
	.home-splice {
		margin-top: 33px
	}
}

.home-splice-title {
	display: none;
	margin-bottom: 22px;
	padding: 0 20px;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif;
	font-size: 2.8rem;
	line-height: 3.5rem;
	font-weight: 500;
	color: #fff;
	text-align: center
}

.chinese .home-splice-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .home-splice-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .home-splice-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .home-splice-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

@media only screen and (min-width: 769px) {
	.home-splice-title {
		display: block;
		font-size: 3.6rem;
		line-height: 4.1rem
	}
}

.home-splice-plate {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background-color: #12212e
}

@media only screen and (min-width: 769px) {
	.home-splice-plate {
		width: calc(100% - 10px);
		padding-bottom: 11px
	}
}

.home-splice-details {
	text-align: center
}

.home-splice-details * {
	color: #fff
}

@media only screen and (min-width: 769px) {
	.home-splice-details {
		position: absolute;
		top: 20px;
		left: 39px;
		max-width: 400px;
		text-align: left
	}

	.german .home-splice-details {
		min-width: 430px
	}

	.russian .home-splice-details {
		min-width: 430px
	}
}

.home-splice-plate-title {
	max-width: 370px;
	margin: 12px auto 0;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif;
	font-size: 3.8rem;
	line-height: 4rem;
	font-weight: 500
}

.chinese .home-splice-plate-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .home-splice-plate-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .home-splice-plate-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .home-splice-plate-title {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

@media only screen and (min-width: 769px) {
	.home-splice-plate-title {
		max-width: none
	}

	.german .home-splice-plate-title {
		display: inline-block;
		max-width: 400px
	}

	.russian .home-splice-plate-title {
		display: inline-block;
		max-width: 400px
	}
}

.home-splice-plate-copy {
	width: calc(100% - 40px);
	margin: 20px auto 19px auto;
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: "Gibson W04","Helvetica","Open Sans",sans-serif
}

.russian .home-splice-plate-copy {
	font-family: "Proxima Nova W08","Helvetica","Open Sans",sans-serif
}

@media only screen and (min-width: 769px) {
	.home-splice-plate-copy {
		width: auto;
		margin: 17px 0 9px 0
	}
}

.home-splice-tiles.owl-carousel {
	width: calc(100% - 30px);
	padding: 14px 15px 0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF
}

@media only screen and (min-width: 769px) {
	.home-splice-tiles.owl-carousel {
		width: 100%;
		padding: 14px 0 0 0;
		background-color: #12212e
	}
}

.home-splice-tile {
	margin-left: 5px;
	margin-right: 5px
}

.home-splice img {
	display: block;
	width: 100%;
	height: auto
}

.home-splice-name {
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 1.6rem;
	color: #12212E;
	text-align: left;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif
}

.chinese .home-splice-name {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .home-splice-name {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .home-splice-name {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .home-splice-name {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

@media only screen and (min-width: 769px) {
	.home-splice-name {
		color: #fff
	}
}

.home-splice .home-button {
	display: inline-block;
	margin-top: 0px;
	padding: 2px 20px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-family: "Sofia Pro W03","Helvetica","Open Sans",sans-serif
}

.chinese .home-splice .home-button {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.japanese .home-splice .home-button {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.korean .home-splice .home-button {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

.russian .home-splice .home-button {
	font-family: "Futura Plus W08","Helvetica","Open Sans",sans-serif
}

@media only screen and (min-width: 769px) {
	.home-splice .home-button {
		margin-left: 0;
		margin-right: 0;
		color: #fff;
		border: 2px solid #fff
	}
}

.home-splice-tiles+.home-button {
	color: #12212E;
	border: 2px solid #12212E
}

@media only screen and (min-width: 769px) {
	.home-splice-tiles+.home-button {
		color: #fff;
		border: 2px solid #fff
	}
}

.home-splice-tiles .owl-controls {
	display: none !important
}

.home-splice-tiles .owl-pagination {
	display: inline-block
}

.home-splice-tiles .owl-pagination:after {
	content: ' ';
	display: block;
	clear: both
}

.home-splice-tiles .owl-page {
	float: left;
	width: 10px;
	height: 10px;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255,255,255,0.6)
}

.home-splice-tiles .owl-page:hover {
	border-color: rgba(255,255,255,0.8);
	cursor: pointer
}

.home-splice-tiles .owl-page.active {
	background-color: #fff
}

.home-splice-tiles .grabbing {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

@media only screen and (min-width: 769px) {
	.home-splice-tiles .owl-controls {
		display: block !important
	}
}


