/* Minification failed. Returning unminified contents.
(10075,1): run-time error CSS1019: Unexpected token, found '}'
(10138,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10139,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10140,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10175,14): run-time error CSS1039: Token not allowed after unary operator: '-main-orange'
(10195,25): run-time error CSS1039: Token not allowed after unary operator: '-main-orange'
(10246,26): run-time error CSS1039: Token not allowed after unary operator: '-main-orange'
(10256,20): run-time error CSS1038: Expected hex color, found '#cccc'
(11120,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11121,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11137,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11138,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11903,25): run-time error CSS1039: Token not allowed after unary operator: '-main-orange'
(11904,25): run-time error CSS1039: Token not allowed after unary operator: '-main-orange'
 */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Scripts/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Scripts/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Scripts/vendor/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Scripts/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
html.fr {
	float: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
img,
object,
embed {
	max-width: 100%;
}
html {
	overflow-y: scroll;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select,
input,
textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
td,
td img {
	vertical-align: top;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
	cursor: pointer;
}
button,
input,
select,
textarea {
	margin: 0;
}
button,
input[type="button"] {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	outline: none !important;
	border: 1px solid blackish;
	-webkit-box-shadow: 0 0 10px blackish;
	box-shadow: 0 0 10px blackish;
}
body {
	margin: 0;
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 18px;
	line-height: 1.8;
	color: #585858;
	background-color: #fff;
}
li {
	line-height: 1.8;
}
p {
	margin: 0 0 12px;
}
.inverted,
.inverted *,
.inverted .link-arrow:before,
.inverted .checklist li:before {
	color: #fff !important;
}
.quiet {
	color: #888;
}
h1.quiet,
h2.quiet,
h3.quiet,
h4.quiet,
h5.quiet {
	color: #6f6f6f;
}
.darkgray .quiet {
	color: #aeaeae;
}
.bg-black {
	background-color: #000;
}
.bg-darkGrey {
	background-color: #3d3d3d;
}
.bg-darkGrey.gradient {
	background: #3d3d3d;
	background-image: -webkit-linear-gradient(
		315deg,
		#3d3d3d 0%,
		#3d3d3d 5%,
		#000 100%
	);
	background-image: -moz-linear-gradient(
		315deg,
		#3d3d3d 0%,
		#3d3d3d 5%,
		#000 100%
	);
	background-image: -ms-linear-gradient(
		315deg,
		#3d3d3d 0%,
		#3d3d3d 5%,
		#000 100%
	);
	background-image: -o-linear-gradient(
		315deg,
		#3d3d3d 0%,
		#3d3d3d 5%,
		#000 100%
	);
	background-image: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 5%, #000 100%);
}
body.small-header #header-menu-group {
	height: 35px;
}
body.small-header #header-menu-group #menu-site {
	display: none;
}
header {
	font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: min-content;
}
header.without-main-nav {
	height: 35px;
}
body.mobile header {
	height: 50px;
}
@media only screen and (max-width: 1024px) {
	header {
		height: 50px;
	}
	header.without-main-nav {
		display: none;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}
.navbar-static {
	position: static;
}
.navbar-absolute {
	/* position: absolute; */
}
.navbar .box12 {
	position: relative;
}
.navbar .nav {
	font-size: 0px;
}
.navbar .nav li {
	display: inline-block;
}
.navbar .nav li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 10px;
}
.dropdown {
	position: relative;
}
.open > .hasdropdown {
	display: block;
}
.hasdropdown {
	border-radius: 0;
	position: absolute;
	top: 100%;
	z-index: 1001;
	display: none;
	list-style: none;
	min-width: 160px;
	background-clip: padding-box;
}
.hasdropdown li {
	width: 100%;
	float: left;
}
.hasdropdown li a {
	display: block;
	padding: 3px 20px;
	font-weight: normal;
	line-height: 24px;
	-webkit-transition: color 0.1s ease;
	transition: color 0.1s ease;
}
.hasdropdown.pull-right {
	right: 0;
	left: auto;
	min-width: 160px !important;
}
.hasdropdown.pull-left {
	left: 0;
	right: auto;
}
.for-brand {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 680px) {
	.for-brand {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.for-brand [class^="box"],
	.for-brand [class*="box"] {
		margin-bottom: 20px;
	}
}
.section-main {
	padding: 10rem 0;
}

@media only screen and (max-width: 680px) {
	.section-main {
		padding: 70px 0 70px;
	}

	.subscription_newsletter {
		margin-top: 30px;
	}
}
.section-main.bleeded {
	padding: 0;
}
.section-main.section-stat {
	padding: 10px 0px 0px;
}
.section-main.section-stat .learn-more {
	position: relative;
	min-height: 135px;
}
.section-main.section-stat .btn {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.section-main.section-hero-visual {
	background-size: cover;
	background-position: top center;
}
.section-main.first {
	padding-top: initial;
	min-height: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
@media only screen and (max-width: 880px) {
	.section-main.first {
		padding: 0 !important;
	}
}
.section-main + .shadow.top {
	margin-top: -15px;
	margin-bottom: 0;
}
.section-main + .shadow {
	margin-bottom: -15px;
	margin-top: 0;
}
.section-main.full-size {
	min-height: 600px;
}
.section-main + hr {
	margin-top: 0;
	margin-bottom: 0;
	z-index: 500;
	position: relative;
}
hr.shadow {
	height: 15px;
	background: url("../Images/hr.png") no-repeat center top;
	border: none;
	background-size: contain;
	margin-bottom: -15px;
	margin-top: 0;
}
hr.shadow.top {
	background: url("../Images/hr-top.png") no-repeat center bottom;
	margin-top: -15px;
	margin-bottom: 0;
}
hr.outline {
	margin: 40px 0;
}
.headline-section-box {
	margin-bottom: 60px;
}
.module {
	margin-bottom: 60px;
}
.module-list li {
	line-height: 18px;
	line-height: 1.8rem;
	padding: 25px 10px;
}
@media only screen and (max-width: 680px) {
	.module-list li span:first-child {
		margin-bottom: 20px;
	}
}
.module-list .module-header {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 18px;
	line-height: 1.5rem;
}
.module-list .module-list-header {
	text-align: center;
}
.module-list-availability {
	text-align: center;
	display: block;
}
@media only screen and (max-width: 680px) {
	.module-list .module-list-availability,
	.module-list .visible-phone {
		width: 35%;
		float: left;
		padding: 5px 0;
	}
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.clip {
	overflow: hidden;
}
.row {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.row:first-child {
	margin-left: auto;
}
.row:last-child {
	margin-right: auto;
}
.row:after,
.row:before {
	display: table;
	content: "";
	line-height: 0;
}
.limiter {
	width: 83.3333%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1280px) {
	.limiter {
		width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.section-features-tab .row {
	min-height: 265px;
}
.features {
	height: 220px;
}
@media only screen and (max-width: 880px) {
	.features {
		height: 100%;
	}
	.features > [class*="box"] {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.features > [class*="box"]:first-child {
		margin-left: auto;
	}
	.features > [class*="box"]:last-child {
		margin-right: auto;
	}
}
.features .item {
	padding: 12px;
	height: 120%;
}
@media only screen and (max-width: 880px) {
	.features .item {
		min-height: 280px;
	}
}
@media only screen and (max-width: 680px) {
	.features .item {
		min-height: 150px;
	}
}
.features .content {
	height: 158px;
}
.features .content p {
	font-size: 20px;
	font-size: 1.9rem;
	line-height: 1.4;
}
@media only screen and (max-width: 880px) {
	.features .content {
		height: auto;
	}
}
.block {
	display: block !important;
}
.ir {
	border: 0;
	text-indent: -200000em;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}
.box0 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 0%;
	margin-left: 0%;
	margin-right: 0%;
}
.box0:before,
.box0:after {
	content: "";
	display: table;
}
.box0:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box0 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box0:first-child {
		margin-left: auto;
	}
	.box0:last-child {
		margin-right: auto;
	}
}
.box1 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 8.333333333333332%;
	margin-left: 0%;
	margin-right: 0%;
}
.box1:before,
.box1:after {
	content: "";
	display: table;
}
.box1:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box1 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box1:first-child {
		margin-left: auto;
	}
	.box1:last-child {
		margin-right: auto;
	}
}
.box2 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 16.666666666666664%;
	margin-left: 0%;
	margin-right: 0%;
}
.box2:before,
.box2:after {
	content: "";
	display: table;
}
.box2:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box2 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box2:first-child {
		margin-left: auto;
	}
	.box2:last-child {
		margin-right: auto;
	}
}
.box3 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
}
.box3:before,
.box3:after {
	content: "";
	display: table;
}
.box3:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box3 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box3:first-child {
		margin-left: auto;
	}
	.box3:last-child {
		margin-right: auto;
	}
}
.box4 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 33.33333333333333%;
	margin-left: 0%;
	margin-right: 0%;
}
.box4:before,
.box4:after {
	content: "";
	display: table;
}
.box4:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box4 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box4:first-child {
		margin-left: auto;
	}
	.box4:last-child {
		margin-right: auto;
	}
}
.box5 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 41.66666666666667%;
	margin-left: 0%;
	margin-right: 0%;
}
.box5:before,
.box5:after {
	content: "";
	display: table;
}
.box5:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box5 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box5:first-child {
		margin-left: auto;
	}
	.box5:last-child {
		margin-right: auto;
	}
}
.box6 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
}
.box6:before,
.box6:after {
	content: "";
	display: table;
}
.box6:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box6 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box6:first-child {
		margin-left: auto;
	}
	.box6:last-child {
		margin-right: auto;
	}
}
.box7 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 58.333333333333336%;
	margin-left: 0%;
	margin-right: 0%;
}
.box7:before,
.box7:after {
	content: "";
	display: table;
}
.box7:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box7 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box7:first-child {
		margin-left: auto;
	}
	.box7:last-child {
		margin-right: auto;
	}
}
.box8 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 66.66666666666666%;
	margin-left: 0%;
	margin-right: 0%;
}
.box8:before,
.box8:after {
	content: "";
	display: table;
}
.box8:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box8 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box8:first-child {
		margin-left: auto;
	}
	.box8:last-child {
		margin-right: auto;
	}
}
.box9 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 75%;
	margin-left: 0%;
	margin-right: 0%;
}
.box9:before,
.box9:after {
	content: "";
	display: table;
}
.box9:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box9 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box9:first-child {
		margin-left: auto;
	}
	.box9:last-child {
		margin-right: auto;
	}
}
.box10 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 83.33333333333334%;
	margin-left: 0%;
	margin-right: 0%;
}
.box10:before,
.box10:after {
	content: "";
	display: table;
}
.box10:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box10 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box10:first-child {
		margin-left: auto;
	}
	.box10:last-child {
		margin-right: auto;
	}
}
.box11 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 91.66666666666666%;
	margin-left: 0%;
	margin-right: 0%;
}
.box11:before,
.box11:after {
	content: "";
	display: table;
}
.box11:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box11 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box11:first-child {
		margin-left: auto;
	}
	.box11:last-child {
		margin-right: auto;
	}
}
.box12 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.box12:before,
.box12:after {
	content: "";
	display: table;
}
.box12:after {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.box12 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box12:first-child {
		margin-left: auto;
	}
	.box12:last-child {
		margin-right: auto;
	}
}
.offset1 {
	margin-left: 8.333333333333334%;
}
@media only screen and (max-width: 680px) {
	.offset1 {
		margin-left: 0;
	}
}
.offset2 {
	margin-left: 16.666666666666668%;
}
@media only screen and (max-width: 680px) {
	.offset2 {
		margin-left: 0;
	}
}
.offset3 {
	margin-left: 25%;
}
@media only screen and (max-width: 680px) {
	.offset3 {
		margin-left: 0;
	}
}
.offset4 {
	margin-left: 33.333333333333336%;
}
@media only screen and (max-width: 680px) {
	.offset4 {
		margin-left: 0;
	}
}
.offset5 {
	margin-left: 41.66666666666667%;
}
@media only screen and (max-width: 680px) {
	.offset5 {
		margin-left: 0;
	}
}
.offset6 {
	margin-left: 50%;
}
@media only screen and (max-width: 680px) {
	.offset6 {
		margin-left: 0;
	}
}
.offset7 {
	margin-left: 58.333333333333336%;
}
@media only screen and (max-width: 680px) {
	.offset7 {
		margin-left: 0;
	}
}
.offset8 {
	margin-left: 66.66666666666667%;
}
@media only screen and (max-width: 680px) {
	.offset8 {
		margin-left: 0;
	}
}
.offset9 {
	margin-left: 75%;
}
@media only screen and (max-width: 680px) {
	.offset9 {
		margin-left: 0;
	}
}
.offset10 {
	margin-left: 83.33333333333334%;
}
@media only screen and (max-width: 680px) {
	.offset10 {
		margin-left: 0;
	}
}
.offset11 {
	margin-left: 91.66666666666667%;
}
@media only screen and (max-width: 680px) {
	.offset11 {
		margin-left: 0;
	}
}
.page-tabs1 li {
	width: 100%;
}
.page-tabs2 li {
	width: 50%;
}
.page-tabs3 li {
	width: 33.333333333333336%;
}
.page-tabs4 li {
	width: 25%;
}
.page-tabs5 li {
	width: 20%;
}
.page-tabs6 li {
	width: 16.666666666666668%;
}
.page-tabs7 li {
	width: 14.285714285714286%;
}
.page-tabs8 li {
	width: 12.5%;
}
.page-tabs9 li {
	width: 11.11111111111111%;
}
.page-tabs10 li {
	width: 10%;
}
.page-tabs11 li {
	width: 9.090909090909092%;
}
.page-tabs12 li {
	width: 8.333333333333334%;
}
.col1 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 5.583333333333332%;
	margin-left: 0%;
	margin-right: 3%;
}
.col1:before,
.col1:after {
	content: "";
	display: table;
}
.col1:after {
	clear: both;
}
.col1:nth-child(12n) {
	margin-right: 0%;
	float: right;
}
.col1:nth-child(12n + 1) {
	clear: both;
}
.col2 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 12.499999999999998%;
	margin-left: 0%;
	margin-right: 5%;
}
.col2:before,
.col2:after {
	content: "";
	display: table;
}
.col2:after {
	clear: both;
}
.col2:nth-child(6n) {
	margin-right: 0%;
	float: right;
}
.col2:nth-child(6n + 1) {
	clear: both;
}
.col3 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 21.25%;
	margin-left: 0%;
	margin-right: 5%;
	padding-bottom: 5%;
}
.col3:before,
.col3:after {
	content: "";
	display: table;
}
.col3:after {
	clear: both;
}
.col3:nth-child(4n) {
	margin-right: 0%;
	float: right;
}
.col3:nth-child(4n + 1) {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.col3 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 48.5%;
		margin-left: 0%;
		margin-right: 3%;
	}
	.col3:before,
	.col3:after {
		content: "";
		display: table;
	}
	.col3:after {
		clear: both;
	}
	.col3:nth-child(4n) {
		margin-right: 3%;
		float: left;
	}
	.col3:nth-child(4n + 1) {
		clear: none;
	}
	.col3:nth-child(2n) {
		margin-right: 0%;
		float: right;
	}
	.col3:nth-child(2n + 1) {
		clear: both;
	}
}
.col4 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 29.999999999999996%;
	margin-left: 0%;
	margin-right: 5%;
	padding-bottom: 5%;
}
.col4:before,
.col4:after {
	content: "";
	display: table;
}
.col4:after {
	clear: both;
}
.col4:nth-child(3n) {
	margin-right: 0%;
	float: right;
}
.col4:nth-child(3n + 1) {
	clear: both;
}
@media only screen and (max-width: 680px) {
	.col4 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 100%;
		margin-left: 0%;
		margin-right: 3%;
	}
	.col4:before,
	.col4:after {
		content: "";
		display: table;
	}
	.col4:after {
		clear: both;
	}
	.col4:nth-child(3n) {
		margin-right: 3%;
		float: left;
	}
	.col4:nth-child(3n + 1) {
		clear: none;
	}
	.col4:nth-child(1n) {
		margin-right: 0%;
		float: right;
	}
	.col4:nth-child(1n + 1) {
		clear: both;
	}
}
.col6 {
	*zoom: 1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 47.5%;
	margin-left: 0%;
	margin-right: 5%;
	padding-bottom: 5%;
}
.col6:before,
.col6:after {
	content: "";
	display: table;
}
.col6:after {
	clear: both;
}
.col6:nth-child(2n) {
	margin-right: 0%;
	float: right;
}
.col6:nth-child(2n + 1) {
	clear: both;
}
@media only screen and (max-width: 480px) {
	.col6 {
		*zoom: 1;
		float: left;
		clear: none;
		text-align: inherit;
		width: 100%;
		margin-left: 0%;
		margin-right: 3%;
	}
	.col6:before,
	.col6:after {
		content: "";
		display: table;
	}
	.col6:after {
		clear: both;
	}
	.col6:nth-child(2n) {
		margin-right: 3%;
		float: left;
	}
	.col6:nth-child(2n + 1) {
		clear: none;
	}
	.col6:nth-child(1n) {
		margin-right: 0%;
		float: right;
	}
	.col6:nth-child(1n + 1) {
		clear: both;
	}
}
.padding0 {
	padding: 0px;
}
.padding1 {
	padding: 10px;
}
.padding2 {
	padding: 20px;
}
.padding3 {
	padding: 30px;
}
.padding4 {
	padding: 40px;
}
.padding5 {
	padding: 50px;
}
.padding6 {
	padding: 60px;
}
.padding7 {
	padding: 70px;
}
.padding8 {
	padding: 80px;
}
.padding9 {
	padding: 90px;
}
.padding10 {
	padding: 100px;
}
.padding11 {
	padding: 110px;
}
.padding12 {
	padding: 120px;
}
.paddingbottom0 {
	padding-bottom: 0px;
}
.paddingbottom1 {
	padding-bottom: 10px;
}
.paddingbottom2 {
	padding-bottom: 20px;
}
.paddingbottom3 {
	padding-bottom: 30px;
}
.paddingbottom4 {
	padding-bottom: 40px;
}
.paddingbottom5 {
	padding-bottom: 50px;
}
.paddingbottom6 {
	padding-bottom: 60px;
}
.paddingbottom7 {
	padding-bottom: 70px;
}
.paddingbottom8 {
	padding-bottom: 80px;
}
.paddingbottom9 {
	padding-bottom: 90px;
}
.paddingbottom10 {
	padding-bottom: 100px;
}
.paddingbottom11 {
	padding-bottom: 110px;
}
.paddingbottom12 {
	padding-bottom: 120px;
}
.paddingtop0 {
	padding-top: 0px;
}
@media only screen and (max-width: 680px) {
	.paddingtop0 {
		padding-top: 0;
	}
}
.paddingtop1 {
	padding-top: 10px;
}
@media only screen and (max-width: 680px) {
	.paddingtop1 {
		padding-top: 0;
	}
}
.paddingtop2 {
	padding-top: 20px;
}
@media only screen and (max-width: 680px) {
	.paddingtop2 {
		padding-top: 0;
	}
}
.paddingtop3 {
	padding-top: 30px;
}
@media only screen and (max-width: 680px) {
	.paddingtop3 {
		padding-top: 0;
	}
}
.paddingtop4 {
	padding-top: 40px;
}
@media only screen and (max-width: 680px) {
	.paddingtop4 {
		padding-top: 0;
	}
}
.paddingtop5 {
	padding-top: 50px;
}
@media only screen and (max-width: 680px) {
	.paddingtop5 {
		padding-top: 0;
	}
}
.paddingtop6 {
	padding-top: 60px;
}
@media only screen and (max-width: 680px) {
	.paddingtop6 {
		padding-top: 0;
	}
}
.paddingtop7 {
	padding-top: 70px;
}
@media only screen and (max-width: 680px) {
	.paddingtop7 {
		padding-top: 0;
	}
}
.paddingtop8 {
	padding-top: 80px;
}
@media only screen and (max-width: 680px) {
	.paddingtop8 {
		padding-top: 0;
	}
}
.paddingtop9 {
	padding-top: 90px;
}
@media only screen and (max-width: 680px) {
	.paddingtop9 {
		padding-top: 0;
	}
}
.paddingtop10 {
	padding-top: 100px;
}
@media only screen and (max-width: 680px) {
	.paddingtop10 {
		padding-top: 0;
	}
}
.paddingtop11 {
	padding-top: 110px;
}
@media only screen and (max-width: 680px) {
	.paddingtop11 {
		padding-top: 0;
	}
}
.paddingtop12 {
	padding-top: 120px;
}
@media only screen and (max-width: 680px) {
	.paddingtop12 {
		padding-top: 0;
	}
}
.paddingleft0 {
	padding-left: 0px;
}
.paddingleft1 {
	padding-left: 10px;
}
.paddingleft2 {
	padding-left: 20px;
}
.paddingleft3 {
	padding-left: 30px;
}
.paddingleft4 {
	padding-left: 40px;
}
.paddingleft5 {
	padding-left: 50px;
}
.paddingleft6 {
	padding-left: 60px;
}
.paddingleft7 {
	padding-left: 70px;
}
.paddingleft8 {
	padding-left: 80px;
}
.paddingleft9 {
	padding-left: 90px;
}
.paddingleft10 {
	padding-left: 100px;
}
.paddingleft11 {
	padding-left: 110px;
}
.paddingleft12 {
	padding-left: 120px;
}
.paddingright0 {
	padding-right: 0px;
}
@media only screen and (max-width: 680px) {
	.paddingright0 {
		padding-right: 0;
	}
}
.paddingright1 {
	padding-right: 10px;
}
@media only screen and (max-width: 680px) {
	.paddingright1 {
		padding-right: 0;
	}
}
.paddingright2 {
	padding-right: 20px;
}
@media only screen and (max-width: 680px) {
	.paddingright2 {
		padding-right: 0;
	}
}
.paddingright3 {
	padding-right: 30px;
}
@media only screen and (max-width: 680px) {
	.paddingright3 {
		padding-right: 0;
	}
}
.paddingright4 {
	padding-right: 40px;
}
@media only screen and (max-width: 680px) {
	.paddingright4 {
		padding-right: 0;
	}
}
.paddingright5 {
	padding-right: 50px;
}
@media only screen and (max-width: 680px) {
	.paddingright5 {
		padding-right: 0;
	}
}
.paddingright6 {
	padding-right: 60px;
}
@media only screen and (max-width: 680px) {
	.paddingright6 {
		padding-right: 0;
	}
}
.paddingright7 {
	padding-right: 70px;
}
@media only screen and (max-width: 680px) {
	.paddingright7 {
		padding-right: 0;
	}
}
.paddingright8 {
	padding-right: 80px;
}
@media only screen and (max-width: 680px) {
	.paddingright8 {
		padding-right: 0;
	}
}
.paddingright9 {
	padding-right: 90px;
}
@media only screen and (max-width: 680px) {
	.paddingright9 {
		padding-right: 0;
	}
}
.paddingright10 {
	padding-right: 100px;
}
@media only screen and (max-width: 680px) {
	.paddingright10 {
		padding-right: 0;
	}
}
.paddingright11 {
	padding-right: 110px;
}
@media only screen and (max-width: 680px) {
	.paddingright11 {
		padding-right: 0;
	}
}
.paddingright12 {
	padding-right: 120px;
}
@media only screen and (max-width: 680px) {
	.paddingright12 {
		padding-right: 0;
	}
}
.paddingx0 {
	padding-left: 0px;
	padding-right: 0px;
}
.paddingx1 {
	padding-left: 10px;
	padding-right: 10px;
}
.paddingx2 {
	padding-left: 20px;
	padding-right: 20px;
}
.paddingx3 {
	padding-left: 30px;
	padding-right: 30px;
}
.paddingx4 {
	padding-left: 40px;
	padding-right: 40px;
}
.paddingx5 {
	padding-left: 50px;
	padding-right: 50px;
}
.paddingx6 {
	padding-left: 60px;
	padding-right: 60px;
}
.paddingx7 {
	padding-left: 70px;
	padding-right: 70px;
}
.paddingx8 {
	padding-left: 80px;
	padding-right: 80px;
}
.paddingx9 {
	padding-left: 90px;
	padding-right: 90px;
}
.paddingx10 {
	padding-left: 100px;
	padding-right: 100px;
}
.paddingx11 {
	padding-left: 110px;
	padding-right: 110px;
}
.paddingx12 {
	padding-left: 120px;
	padding-right: 120px;
}
.paddingy0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.paddingy1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddingy2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.paddingy3 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.paddingy4 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.paddingy5 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.paddingy6 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.paddingy7 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.paddingy8 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.paddingy9 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.paddingy10 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.paddingy11 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.paddingy12 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.margin0 {
	margin: 0px;
}
.margin1 {
	margin: 10px;
}
.margin2 {
	margin: 20px;
}
.margin3 {
	margin: 30px;
}
.margin4 {
	margin: 40px;
}
.margin5 {
	margin: 50px;
}
.margin6 {
	margin: 60px;
}
.margin7 {
	margin: 70px;
}
.margin8 {
	margin: 80px;
}
.margin9 {
	margin: 90px;
}
.margin10 {
	margin: 100px;
}
.margin11 {
	margin: 110px;
}
.margin12 {
	margin: 120px;
}
.marginbottom0 {
	margin-bottom: 0px;
}
.marginbottom1 {
	margin-bottom: 10px;
}
.marginbottom2 {
	margin-bottom: 20px;
}
.marginbottom3 {
	margin-bottom: 30px;
}
.marginbottom4 {
	margin-bottom: 40px;
}
.marginbottom5 {
	margin-bottom: 50px;
}
.marginbottom6 {
	margin-bottom: 60px;
}
.marginbottom7 {
	margin-bottom: 70px;
}
.marginbottom8 {
	margin-bottom: 80px;
}
.marginbottom9 {
	margin-bottom: 90px;
}
.marginbottom10 {
	margin-bottom: 100px;
}
.marginbottom11 {
	margin-bottom: 110px;
}
.marginbottom12 {
	margin-bottom: 120px;
}
.margintop0 {
	margin-top: 0px;
}
.margintop1 {
	margin-top: 10px;
}
.margintop2 {
	margin-top: 20px;
}
.margintop3 {
	margin-top: 30px;
}
.margintop4 {
	margin-top: 40px;
}
.margintop5 {
	margin-top: 50px;
}
.margintop6 {
	margin-top: 60px;
}
.margintop7 {
	margin-top: 70px;
}
.margintop8 {
	margin-top: 80px;
}
.margintop9 {
	margin-top: 90px;
}
.margintop10 {
	margin-top: 100px;
}
.margintop11 {
	margin-top: 110px;
}
.margintop12 {
	margin-top: 120px;
}
.marginleft0 {
	margin-left: 0px;
}
.marginleft1 {
	margin-left: 10px;
}
.marginleft2 {
	margin-left: 20px;
}
.marginleft3 {
	margin-left: 30px;
}
.marginleft4 {
	margin-left: 40px;
}
.marginleft5 {
	margin-left: 50px;
}
.marginleft6 {
	margin-left: 60px;
}
.marginleft7 {
	margin-left: 70px;
}
.marginleft8 {
	margin-left: 80px;
}
.marginleft9 {
	margin-left: 90px;
}
.marginleft10 {
	margin-left: 100px;
}
.marginleft11 {
	margin-left: 110px;
}
.marginleft12 {
	margin-left: 120px;
}
.marginright0 {
	margin-right: 0px;
}
.marginright1 {
	margin-right: 10px;
}
.marginright2 {
	margin-right: 20px;
}
.marginright3 {
	margin-right: 30px;
}
.marginright4 {
	margin-right: 40px;
}
.marginright5 {
	margin-right: 50px;
}
.marginright6 {
	margin-right: 60px;
}
.marginright7 {
	margin-right: 70px;
}
.marginright8 {
	margin-right: 80px;
}
.marginright9 {
	margin-right: 90px;
}
.marginright10 {
	margin-right: 100px;
}
.marginright11 {
	margin-right: 110px;
}
.marginright12 {
	margin-right: 120px;
}
.marginx0 {
	margin: 0 0px;
}
.marginx1 {
	margin: 0 10px;
}
.marginx2 {
	margin: 0 20px;
}
.marginx3 {
	margin: 0 30px;
}
.marginx4 {
	margin: 0 40px;
}
.marginx5 {
	margin: 0 50px;
}
.marginx6 {
	margin: 0 60px;
}
.marginx7 {
	margin: 0 70px;
}
.marginx8 {
	margin: 0 80px;
}
.marginx9 {
	margin: 0 90px;
}
.marginx10 {
	margin: 0 100px;
}
.marginx11 {
	margin: 0 110px;
}
.marginx12 {
	margin: 0 120px;
}
.marginy0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.marginy1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.marginy2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.marginy3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.marginy4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.marginy5 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.marginy6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.marginy7 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.marginy8 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.marginy9 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.marginy10 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.marginy11 {
	margin-top: 110px;
	margin-bottom: 110px;
}
.marginy12 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.visible-phone {
	display: none !important;
}
@media only screen and (max-width: 680px) {
	.visible-phone {
		display: block !important;
	}
}
@media only screen and (max-width: 880px) {
	.phone {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.phone:first-child {
		margin-left: auto;
	}
	.phone:last-child {
		margin-right: auto;
	}
}
@media only screen and (max-width: 680px) {
	.phone-center {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.phone-center:first-child {
		margin-left: auto;
	}
	.phone-center:last-child {
		margin-right: auto;
	}
}
@media only screen and (max-width: 680px) {
	.hidden-mobile {
		display: none !important;
	}
}
@media only screen and (min-width: 880px) {
	.hidden-desktop {
		display: none !important;
	}
}
.hidden {
	display: none;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.center {
	text-align: center;
}
.box-center-v {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.box-center-h {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.box-center-b {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.section-thumb-rounded-box .graph_placeholder {
	position: relative;
	z-index: 1;
}
.section-thumb-rounded-box .content {
	position: relative;
	z-index: 0;
	background-color: #fafafa;
	padding: 120px 24px 24px;
	margin-top: -90px;
	min-height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.section-thumb-rounded-box .content.no-space-between {
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.contrast .section-thumb-rounded-box .content {
	background-color: #fff;
}
.section-thumb-rounded-box .content:hover {
	background-color: #ededed;
}
.clip .row {
	position: relative;
}
.clip .illustration {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-size: contain;
}
@media only screen and (max-width: 680px) {
	.clip .illustration {
		background-position: center center !important;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}
}
.back-top {
	position: fixed;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	bottom: -90px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	font-size: 25px;
	z-index: 1989;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.back-top.show {
	bottom: -44px;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.back-top [class^="icon-"],
.back-top [class*=" icon-"] {
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.23);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.23);
	background-color: #585858;
	text-align: center;
	color: #fff;
	height: 85px;
	width: 85px;
	display: block;
	line-height: 50px;
	border-radius: 50px;
}
.big-icon {
	font-size: 45px;
	font-size: 4.5rem;
}
.dotted-icon {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	display: block;
}
.dotted-icon:before {
	line-height: 35px;
	padding: 0 10px;
}
.header-arrow {
	font-size: 80px;
}
#dl_zone {
	min-height: 440px;
}
#timer {
	background-position: center left;
	height: 370px;
	width: 519px;
	background-size: contain;
	z-index: 0;
	top: -10px;
	left: -18px;
}
@media only screen and (max-width: 880px) {
	#timer {
		top: -30px;
		left: -18px;
	}
}
#timer .timer-placeholder {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	top: 28px;
	left: 32px;
	height: 199px;
	width: 351px;
	padding: 30px;
}
#timer .timer-placeholder .fig-texte {
	text-align: left;
	padding-left: 25px;
	font-size: 1.6rem;
}
#timer .chart {
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 20px;
	text-align: center;
}
#timer .chart figcaption {
	width: 150px;
	height: 150px;
	border: 15px solid #fff;
	border-radius: 100px;
	padding-top: 30px;
	line-height: 1.5;
	font-size: 1.2rem;
	color: #3d3d3d;
}
#timer .chart figcaption span.bold {
	font-size: 4.2rem;
}
#timer .chart figcaption span.small {
	font-size: 1.2rem;
}
#timer .chart svg {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#timer .outer {
	fill: transparent;
	stroke-width: 15px;
	stroke-dasharray: 407;
	-webkit-transition: stroke-dashoffset 1s;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-transform: rotate(-90deg) translate(-155px, -5px);
	-ms-transform: rotate(-90deg) translate(-155px, -5px);
	transform: rotate(-90deg) translate(-155px, -5px);
}
.chart.day0 .outer {
	stroke: #fff !important;
}
.chart.day1 .outer {
	stroke-dashoffset: 393.5;
	-webkit-animation: show_1 2s;
	animation: show_1 2s;
}
.chart.day2 .outer {
	stroke-dashoffset: 380;
	-webkit-animation: show_2 2s;
	animation: show_2 2s;
}
.chart.day3 .outer {
	stroke-dashoffset: 366.5;
	-webkit-animation: show_3 2s;
	animation: show_3 2s;
}
.chart.day4 .outer {
	stroke-dashoffset: 353;
	-webkit-animation: show_4 2s;
	animation: show_4 2s;
}
.chart.day5 .outer {
	stroke-dashoffset: 339.5;
	-webkit-animation: show_5 2s;
	animation: show_5 2s;
}
.chart.day6 .outer {
	stroke-dashoffset: 326;
	-webkit-animation: show_6 2s;
	animation: show_6 2s;
}
.chart.day7 .outer {
	stroke-dashoffset: 312.5;
	-webkit-animation: show_7 2s;
	animation: show_7 2s;
}
.chart.day8 .outer {
	stroke-dashoffset: 299;
	-webkit-animation: show_8 2s;
	animation: show_8 2s;
}
.chart.day9 .outer {
	stroke-dashoffset: 285.5;
	-webkit-animation: show_9 2s;
	animation: show_9 2s;
}
.chart.day10 .outer {
	stroke-dashoffset: 272;
	-webkit-animation: show_10 2s;
	animation: show_10 2s;
}
.chart.day11 .outer {
	stroke-dashoffset: 258.5;
	-webkit-animation: show_11 2s;
	animation: show_11 2s;
}
.chart.day12 .outer {
	stroke-dashoffset: 245;
	-webkit-animation: show_12 2s;
	animation: show_12 2s;
}
.chart.day13 .outer {
	stroke-dashoffset: 231.5;
	-webkit-animation: show_13 2s;
	animation: show_13 2s;
}
.chart.day14 .outer {
	stroke-dashoffset: 218;
	-webkit-animation: show_14 2s;
	animation: show_14 2s;
}
.chart.day15 .outer {
	stroke-dashoffset: 204.5;
	-webkit-animation: show_15 2s;
	animation: show_15 2s;
}
.chart.day16 .outer {
	stroke-dashoffset: 191;
	-webkit-animation: show_16 2s;
	animation: show_16 2s;
}
.chart.day17 .outer {
	stroke-dashoffset: 177.5;
	-webkit-animation: show_17 2s;
	animation: show_17 2s;
}
.chart.day18 .outer {
	stroke-dashoffset: 164;
	-webkit-animation: show_18 2s;
	animation: show_18 2s;
}
.chart.day19 .outer {
	stroke-dashoffset: 150.5;
	-webkit-animation: show_19 2s;
	animation: show_19 2s;
}
.chart.day20 .outer {
	stroke-dashoffset: 137;
	-webkit-animation: show_20 2s;
	animation: show_20 2s;
}
.chart.day21 .outer {
	stroke-dashoffset: 123.5;
	-webkit-animation: show_21 2s;
	animation: show_21 2s;
}
.chart.day22 .outer {
	stroke-dashoffset: 110;
	-webkit-animation: show_22 2s;
	animation: show_22 2s;
}
.chart.day23 .outer {
	stroke-dashoffset: 96.5;
	-webkit-animation: show_23 2s;
	animation: show_23 2s;
}
.chart.day24 .outer {
	stroke-dashoffset: 83;
	-webkit-animation: show_24 2s;
	animation: show_24 2s;
}
.chart.day25 .outer {
	stroke-dashoffset: 69.5;
	-webkit-animation: show_25 2s;
	animation: show_25 2s;
}
.chart.day26 .outer {
	stroke-dashoffset: 56;
	-webkit-animation: show_26 2s;
	animation: show_26 2s;
}
.chart.day27 .outer {
	stroke-dashoffset: 42.5;
	-webkit-animation: show_27 2s;
	animation: show_27 2s;
}
.chart.day28 .outer {
	stroke-dashoffset: 29;
	-webkit-animation: show_28 2s;
	animation: show_28 2s;
}
.chart.day29 .outer {
	stroke-dashoffset: 15.5;
	-webkit-animation: show_29 2s;
	animation: show_29 2s;
}
.chart.day30 .outer {
	stroke-dashoffset: 2;
	-webkit-animation: show_30 2s;
	animation: show_30 2s;
}
@-moz-keyframes show_1 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 393.5;
	}
}
@-webkit-keyframes show_1 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 393.5;
	}
}
@-o-keyframes show_1 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 393.5;
	}
}
@keyframes show_1 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 393.5;
	}
}
@-moz-keyframes show_2 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 380;
	}
}
@-webkit-keyframes show_2 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 380;
	}
}
@-o-keyframes show_2 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 380;
	}
}
@keyframes show_2 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 380;
	}
}
@-moz-keyframes show_3 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 366.5;
	}
}
@-webkit-keyframes show_3 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 366.5;
	}
}
@-o-keyframes show_3 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 366.5;
	}
}
@keyframes show_3 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 366.5;
	}
}
@-moz-keyframes show_4 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 353;
	}
}
@-webkit-keyframes show_4 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 353;
	}
}
@-o-keyframes show_4 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 353;
	}
}
@keyframes show_4 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 353;
	}
}
@-moz-keyframes show_5 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 339.5;
	}
}
@-webkit-keyframes show_5 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 339.5;
	}
}
@-o-keyframes show_5 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 339.5;
	}
}
@keyframes show_5 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 339.5;
	}
}
@-moz-keyframes show_6 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 326;
	}
}
@-webkit-keyframes show_6 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 326;
	}
}
@-o-keyframes show_6 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 326;
	}
}
@keyframes show_6 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 326;
	}
}
@-moz-keyframes show_7 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 312.5;
	}
}
@-webkit-keyframes show_7 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 312.5;
	}
}
@-o-keyframes show_7 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 312.5;
	}
}
@keyframes show_7 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 312.5;
	}
}
@-moz-keyframes show_8 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 299;
	}
}
@-webkit-keyframes show_8 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 299;
	}
}
@-o-keyframes show_8 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 299;
	}
}
@keyframes show_8 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 299;
	}
}
@-moz-keyframes show_9 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 285.5;
	}
}
@-webkit-keyframes show_9 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 285.5;
	}
}
@-o-keyframes show_9 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 285.5;
	}
}
@keyframes show_9 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 285.5;
	}
}
@-moz-keyframes show_10 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 272;
	}
}
@-webkit-keyframes show_10 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 272;
	}
}
@-o-keyframes show_10 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 272;
	}
}
@keyframes show_10 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 272;
	}
}
@-moz-keyframes show_11 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 258.5;
	}
}
@-webkit-keyframes show_11 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 258.5;
	}
}
@-o-keyframes show_11 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 258.5;
	}
}
@keyframes show_11 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 258.5;
	}
}
@-moz-keyframes show_12 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 245;
	}
}
@-webkit-keyframes show_12 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 245;
	}
}
@-o-keyframes show_12 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 245;
	}
}
@keyframes show_12 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 245;
	}
}
@-moz-keyframes show_13 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 231.5;
	}
}
@-webkit-keyframes show_13 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 231.5;
	}
}
@-o-keyframes show_13 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 231.5;
	}
}
@keyframes show_13 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 231.5;
	}
}
@-moz-keyframes show_14 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 218;
	}
}
@-webkit-keyframes show_14 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 218;
	}
}
@-o-keyframes show_14 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 218;
	}
}
@keyframes show_14 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 218;
	}
}
@-moz-keyframes show_15 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 204.5;
	}
}
@-webkit-keyframes show_15 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 204.5;
	}
}
@-o-keyframes show_15 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 204.5;
	}
}
@keyframes show_15 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 204.5;
	}
}
@-moz-keyframes show_16 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 191;
	}
}
@-webkit-keyframes show_16 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 191;
	}
}
@-o-keyframes show_16 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 191;
	}
}
@keyframes show_16 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 191;
	}
}
@-moz-keyframes show_17 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 177.5;
	}
}
@-webkit-keyframes show_17 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 177.5;
	}
}
@-o-keyframes show_17 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 177.5;
	}
}
@keyframes show_17 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 177.5;
	}
}
@-moz-keyframes show_18 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 164;
	}
}
@-webkit-keyframes show_18 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 164;
	}
}
@-o-keyframes show_18 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 164;
	}
}
@keyframes show_18 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 164;
	}
}
@-moz-keyframes show_19 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 150.5;
	}
}
@-webkit-keyframes show_19 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 150.5;
	}
}
@-o-keyframes show_19 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 150.5;
	}
}
@keyframes show_19 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 150.5;
	}
}
@-moz-keyframes show_20 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 137;
	}
}
@-webkit-keyframes show_20 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 137;
	}
}
@-o-keyframes show_20 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 137;
	}
}
@keyframes show_20 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 137;
	}
}
@-moz-keyframes show_21 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 123.5;
	}
}
@-webkit-keyframes show_21 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 123.5;
	}
}
@-o-keyframes show_21 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 123.5;
	}
}
@keyframes show_21 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 123.5;
	}
}
@-moz-keyframes show_22 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 110;
	}
}
@-webkit-keyframes show_22 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 110;
	}
}
@-o-keyframes show_22 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 110;
	}
}
@keyframes show_22 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 110;
	}
}
@-moz-keyframes show_23 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 96.5;
	}
}
@-webkit-keyframes show_23 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 96.5;
	}
}
@-o-keyframes show_23 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 96.5;
	}
}
@keyframes show_23 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 96.5;
	}
}
@-moz-keyframes show_24 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 83;
	}
}
@-webkit-keyframes show_24 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 83;
	}
}
@-o-keyframes show_24 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 83;
	}
}
@keyframes show_24 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 83;
	}
}
@-moz-keyframes show_25 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 69.5;
	}
}
@-webkit-keyframes show_25 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 69.5;
	}
}
@-o-keyframes show_25 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 69.5;
	}
}
@keyframes show_25 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 69.5;
	}
}
@-moz-keyframes show_26 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 56;
	}
}
@-webkit-keyframes show_26 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 56;
	}
}
@-o-keyframes show_26 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 56;
	}
}
@keyframes show_26 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 56;
	}
}
@-moz-keyframes show_27 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 42.5;
	}
}
@-webkit-keyframes show_27 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 42.5;
	}
}
@-o-keyframes show_27 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 42.5;
	}
}
@keyframes show_27 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 42.5;
	}
}
@-moz-keyframes show_28 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 29;
	}
}
@-webkit-keyframes show_28 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 29;
	}
}
@-o-keyframes show_28 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 29;
	}
}
@keyframes show_28 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 29;
	}
}
@-moz-keyframes show_29 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 15.5;
	}
}
@-webkit-keyframes show_29 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 15.5;
	}
}
@-o-keyframes show_29 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 15.5;
	}
}
@keyframes show_29 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 15.5;
	}
}
@-moz-keyframes show_30 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 2;
	}
}
@-webkit-keyframes show_30 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 2;
	}
}
@-o-keyframes show_30 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 2;
	}
}
@keyframes show_30 {
	from {
		stroke-dashoffset: 407;
	}
	to {
		stroke-dashoffset: 2;
	}
}
* .chart-pie {
	position: relative;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	width: 100%;
}
.chart-pie figcaption {
	padding-top: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	line-height: 34px;
}
.chart-pie figcaption span {
	display: block;
	font-size: 16px;
}
.chart-pie svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	-webkit-transform-origin: 100px;
	-ms-transform-origin: 100px;
	transform-origin: 100px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.chart-pie .outer {
	fill: transparent;
	stroke: #f0f0f0;
	stroke-width: 22;
	stroke-dasharray: 534;
	-webkit-transition: stroke-dashoffset 1s;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: running;
}
.dl-page-block {
	position: relative;
	z-index: 1;
	min-height: 350px;
	padding: 0 20px 20px;
	background-color: #fff;
	border: 2px #eee solid;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 1px #e4e4e4;
	box-shadow: 0px 0px 2px 1px #e4e4e4;
}
.patchwork img {
	width: 40%;
	padding: 18px 0;
}
.flexCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 780px) {
	.flexCenter {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.flexCenter .col6 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.flexCenter .col6:first-child {
		margin-left: auto;
	}
	.flexCenter .col6:last-child {
		margin-right: auto;
	}
}
.cssload-container {
	width: 100%;
	height: 49px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-animation: cssload-spin 1025ms infinite linear;
	animation: cssload-spin 1025ms infinite linear;
	-o-animation: cssload-spin 1025ms infinite linear;
	-ms-animation: cssload-spin 1025ms infinite linear;
	-webkit-animation: cssload-spin 1025ms infinite linear;
	-moz-animation: cssload-spin 1025ms infinite linear;
}
@-o-keyframes cssload-spin {
	100% {
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes cssload-spin {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes cssload-spin {
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#headline-notFound {
	height: 650px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.error-code {
	font-size: 130px;
	line-height: 96px;
	margin: 0;
}
.error-desc {
	font-size: 40px;
	margin: 0;
}
.cart_blocks {
	padding-top: 80px;
}
.cart_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 60px 20px;
	text-align: center;
	min-height: 450px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-size: cover;
}
.cart_block [class^="icon-"]:before,
.cart_block [class*=" icon-"]:before {
	position: absolute;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_block .icon-play-simple:before {
	margin-left: 6px;
}
@media only screen and (max-width: 680px) {
	.cart_block {
		margin-bottom: 20px;
	}
}
.cart_block_link {
	font-size: 6rem;
	background-color: rgba(0, 0, 0, 0.5);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: 5px solid #fff;
}
.cart_block_desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}
.cart_block_desc_title {
	margin: 0;
}
.cart_block_icon {
	height: 120px;
	width: 120px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_block_icon--circle {
	background: #fff;
	border-radius: 50%;
}
.cart_block_icon.top {
	top: 0px;
}
@-moz-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@font-face {
	font-family: "Gotham Book";
	src: url("../Stylus/gotham/gotham-book-webfont.eot");
	src: url("../Stylus/gotham/gotham-book-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../Stylus/gotham/gotham-book-webfont.woff") format("woff"),
		url("../Stylus/gotham/gotham-book-webfont.ttf") format("truetype"),
		url("../Stylus/gotham/gotham-book-webfont.svg#gothammedium") format("svg");
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "Gotham Medium";
	src: url("../Stylus/gotham/gotham-medium-webfont.eot");
	src: url("../Stylus/gotham/gotham-medium-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../Stylus/gotham/gotham-medium-webfont.woff") format("woff"),
		url("../Stylus/gotham/gotham-medium-webfont.ttf") format("truetype"),
		url("../Stylus/gotham/gotham-medium-webfont.svg#gothammedium") format("svg");
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "Gotham Bold";
	src: url("../Stylus/gotham/gotham-bold-webfont.eot");
	src: url("../Stylus/gotham/gotham-bold-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../Stylus/gotham/gotham-bold-webfont.woff") format("woff"),
		url("../Stylus/gotham/gotham-bold-webfont.ttf") format("truetype"),
		url("../Stylus/gotham/gotham-bold-webfont.svg#gothambold") format("svg");
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "Gotham Light";
	src: url("../Stylus/gotham/gotham-light-webfont.eot");
	src: url("../Stylus/gotham/gotham-light-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../Stylus/gotham/gotham-light-webfont.woff") format("woff"),
		url("../Stylus/gotham/gotham-light-webfont.ttf") format("truetype"),
		url("../Stylus/gotham/gotham-light-webfont.svg#gothamlight") format("svg");
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
h1 {
	font-size: 4.5rem;
	line-height: 1.4;
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size: 3.5rem;
		line-height: 1.2;
	}
}
h2 {
	font-size: 3.3rem;
	line-height: 1.4;
	letter-spacing: 0;
}
h3 {
	font-size: 2.2rem;
	line-height: 1.3;
	letter-spacing: 0;
}
h4 {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0;
}
h5,
legend {
	font-size: 1.6rem;
	line-height: 1.8;
}
p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 200;
}
a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
footer li,
footer p,
footer a {
	font-size: 15px;
	line-height: 22px;
	font-size: 1.5rem;
	line-height: 1.8;
	text-decoration: none;
}
cite {
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Gotham Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 20px 0;
}
.inverted h1,
.inverted h2,
.inverted h3 {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.subtitle {
	margin: 20px 0 5px;
}
.lead {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}
.capitalized {
	text-transform: uppercase;
}
.thin {
	font-family: "Gotham Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
}
.thin span {
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal !important;
}
.bold {
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.bold span {
	font-family: "Gotham Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
}
.medium {
	font-family: "Gotham Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.medium span {
	font-family: "Gotham Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
}
strong,
b {
	font-family: "Gotham Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.underline {
	border-bottom: dotted 1px;
}
.inverted .underline {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.8);
}
.link-arrow {
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline;
}
.link-arrow:after {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: -5px;
	top: 1px;
	content: "\e019";
	speak: none;
	font-weight: normal;
	font: 0.75em/0.75em "icomoonv2";
	position: relative;
}
.link-arrow.link-back {
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
.link-arrow.link-back:after {
	content: "";
}
.link-arrow.link-back:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: -5px;
	top: 1px;
	content: "\e018";
	speak: none;
	font-weight: normal;
	font: 0.75em/0.75em "icomoonv2";
	position: relative;
}
.link-arrow:hover:after {
	right: -8px;
}
.link-arrow.link-back:hover:before {
	left: -8px;
}
.link-arrow-large {
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}
.link-without-arrow {
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
}
.link-download,
.link-pdf {
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
}
.link-download:after,
.link-pdf:after {
	top: 0;
	font: 0.85em/0.85em "icomoonv2";
	margin-left: 5px;
	content: "\e022";
}
.btn {
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: none;
	background-image: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 4px 12px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
}
.btn-inverse {
	color: #fff;
	background-color: #808080;
}
.btn-inverse:hover {
	background-color: #757575;
}
.subscription_newsletter a:first-child,
.btn-question {
	background: #888;
}
.subscription_newsletter a:hover,
.btn-question:hover {
	color: white !important;
	background-color: #888 !important;
}
a.ctaMenu {
	padding: 12px 14px !important;
	margin-left: 10px;
	margin-top: 14px;
}
@media only screen and (max-width: 1040px) {
	.fr a.ctaMenu {
		margin-left: 5px;
		padding: 12px 12px !important;
	}
}
.btn-large {
	padding: 11px 19px;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 12px 0 12px;
	font-family: "Gotham Book", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.btn-inline {
	margin: 6px 0 6px;
}
.btn-outline {
	text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	background-color: transparent;
	border: 1px solid #e0e0e0;
}
.btn-xsmall {
	padding: 0 10px;
}
.app-store.btn-small img {
	height: 35px;
}
.btn-full-size {
	width: 100%;
}
.btn-flex-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	padding: 0;
	line-height: 17px;
}
.btn-label {
	text-align: left;
	padding: 10px 5px;
}
.btn-icon {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	position: relative;
	display: block;
	height: 100%;
	width: 50px;
	max-height: 95px;
	min-height: 55px;
	border: 1px solid #3bbdf0;
	background-color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-icon [class*="icon-"] {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #3bbdf0;
	font-size: 2rem;
}

.g-recaptcha {
	display: flex;
	justify-content: center;
}

#btnSubmit {
	border: none;
}

#btnSubmit:disabled {
	background-color: darkgrey;
	pointer-events: none;
}

.graph_placeholder {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.graph_placeholder img {
	width: 100%;
	height: 100%;
}
.has-graphs [class*="graph_"] {
	margin-bottom: 80px;
}
@media only screen and (max-width: 880px) {
	.has-graphs [class*="graph_"] {
		margin-bottom: 40px;
	}
}
.has-graphs [class*="graph_"] .graph_placeholder {
	margin-bottom: 0;
}
.has-graphs [class*="graph_"]:last-of-type {
	margin-bottom: 0;
}
.graph_xlarge .graph_placeholder {
	height: 384px;
	width: 384px;
	display: block;
	min-width: 0;
}
.graph_large .graph_placeholder {
	height: 280px;
	width: 280px;
	display: block;
	min-width: 0;
}
@media only screen and (max-width: 680px) {
	.graph_large .graph_placeholder {
		height: 160px;
		width: 160px;
		display: block;
	}
}
.graph_medium .graph_placeholder {
	height: 160px;
	width: 160px;
	display: block;
	min-width: 0;
}
.graph_small .graph_placeholder {
	height: 80px;
	width: 80px;
	display: block;
	min-width: 0;
}
.graph_small.left.right {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.left,
.right,
.top,
.bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.left,
.right {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
@media only screen and (max-width: 680px) {
	.left,
	.right {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.left.middle,
.right.middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.top,
.bottom {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top.middle,
.bottom.middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bottom {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
@media only screen and (max-width: 880px) {
	.bottom {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bottom .graph_placeholder {
		margin-bottom: 10px;
	}
}
.left.graph_small .content,
.left.graph_medium .content {
	margin-left: 40px;
}
@media only screen and (max-width: 680px) {
	.left.graph_small .content,
	.left.graph_medium .content {
		margin-left: 0;
	}
}
.left.graph_xlarge .content,
.left.graph_large .content {
	margin-left: 80px;
}
@media only screen and (max-width: 880px) {
	.left.graph_xlarge .content,
	.left.graph_large .content {
		margin-left: 0;
	}
}
.right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.right .content {
	margin-right: 80px;
}
@media only screen and (max-width: 880px) {
	.right.graph_xlarge .content,
	.right.graph_large .content,
	.right.graph_medium .content {
		margin-right: 0;
	}
}
.section-has-graph .graph_medium {
	position: relative;
	z-index: 501;
	margin-top: -190px;
}
.section-has-graph .graph_small {
	position: relative;
	z-index: 501;
	margin-top: -140px;
}
.dot {
	border-radius: 50%;
	background: #888;
}
.ytp-gradient-top {
	background-color: #000 !important;
	height: 46px;
}
.video-section {
	padding-right: 0 !important;
}
.video-section.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 680px) {
	.video-section.flex {
		display: block;
	}
}
@media only screen and (max-width: 680px) {
	.video-section {
		padding: 0 20px !important;
	}
	.video-section .video {
		margin: 30px 0;
	}
}
.btn-play i.icon-play-circle {
	font-size: 75px;
	line-height: 75px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
.video .btn-play i.icon-play-circle {
	color: #fff;
	font-size: 75px;
	line-height: 75px;
}
.btn-play.btn i.icon-play-circle {
	font-size: inherit;
	line-height: inherit;
	background: transparent;
}
.btn-play:hover [class*="icon-"] {
	background: rgba(0, 0, 0, 0.5);
}
.video {
	position: relative;
}
.video .video-placeholder {
	position: relative;
}
.video.thumbnail {
	background-color: #fff;
	padding: 5px;
	border: 1px solid;
}
.video.thumbnail .video-placeholder {
	background-color: #000;
}
.video.thumbnail .video-placeholder i.icon-play-circle {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.video.thumbnail .video-desc {
	font-size: 16px;
	margin: 12px 6px;
	text-align: center;
}
.video.thumbnail .video-desc span {
	margin-right: 6px;
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.video.show-overlay {
	background: no-repeat;
	background-size: cover;
}
.video.show-overlay .video-placeholder {
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.video.show-overlay .video-placeholder i.icon-play-circle {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 75px;
	line-height: 75px;
}
.video.show-overlay .video-placeholder .video-desc {
	position: absolute;
	bottom: 20px;
	left: 135px;
	font-size: 18px;
	font-family: "Gotham Light", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.video.show-overlay .video-placeholder .video-desc span {
	font-family: "Gotham Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.video.show-overlay .video-placeholder:hover,
.video.show-overlay .video-placeholder:focus {
	background-color: rgba(0, 0, 0, 0.45);
}
.video-placeholder.medium {
	height: 385px;
}
.video-placeholder.large {
	height: 520px;
}
.video-box-overlay {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 2002;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-box-overlay.show {
	display: block;
}
.videoWrapper {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.videoWrapper.start {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.videoWrapper iframe {
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1051px;
	height: 600px;
}
@media only screen and (max-width: 1140px) {
	.videoWrapper iframe {
		width: 800px;
		height: 459px;
	}
}
@media only screen and (max-width: 880px) {
	.videoWrapper iframe {
		width: 500px;
		height: 286px;
	}
}
@media only screen and (max-width: 480px) {
	.videoWrapper iframe {
		width: 330px;
		height: 194px;
	}
}
@media only screen and (max-width: 400px) {
	.videoWrapper iframe {
		width: 290px;
		height: auto;
	}
}
@media only screen and (max-width: 320px) {
	.videoWrapper iframe {
		width: 260px;
	}
}
.videoWrapper .close-video {
	position: absolute;
	cursor: pointer;
	right: -29px;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 38px;
	text-align: center;
	border-radius: 0px 4px 4px 0px;
}
.videoWrapper .close-video i {
	font-size: 22px;
}
.video .video-placeholder img {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: none;
	filter: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.opac(Opacity=1000)";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	height: auto;
	vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 39px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	vertical-align: middle;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inverted textarea,
.inverted input[type="text"],
.inverted input[type="password"],
.inverted input[type="datetime"],
.inverted input[type="datetime-local"],
.inverted input[type="date"],
.inverted input[type="month"],
.inverted input[type="time"],
.inverted input[type="week"],
.inverted input[type="number"],
.inverted input[type="email"],
.inverted input[type="url"],
.inverted input[type="search"],
.inverted input[type="tel"],
.inverted input[type="color"],
.inverted .uneditable-input {
	border: 1px solid #eee;
	background-color: #eee;
	color: #000 !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	line-height: 2.8;
}
.success-message {
	display: none;
	padding: 5px 65px 15px;
}
.text-error {
	display: none;
}
#form-container {
	position: relative;
}

/*Quote form captcha */

.validation-captcha {
	display: none;
}

.validation-captcha.show {
	display: block;
	color: red;
}

.input-validation-error,
.page-subscribe .form-customer-input > select.input-validation-error {
	border: 2px solid red;
}

/*end of quote form captcha */

.form form {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.form form.on-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.crosslink-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.crosslink-box .form {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media only screen and (min-width: 680px) and (max-width: 880px) {
	.form.paddingx5 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
.form legend {
	width: 100%;
}
.form span.icon-chevron-down,
.form span.icon-checkmark {
	font-size: 50px;
}
.form .legend,
.form .legend a {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 20px 0;
}
.form input + .legend {
	margin-top: 0px;
}
.form select + .legend {
	margin-top: 0px;
}
.form label {
	display: block;
	height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -20000em;
}
.form textarea {
	height: 80px;
}
.form .control-group {
	margin-bottom: 15px;
}
.form #Loader {
	text-align: center;
	font-size: 20px;
	display: none;
	height: 405px;
	position: absolute;
	width: 100%;
	top: 140px;
}
.form #Loader .loader-placeholder {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.form-popup {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 4px;
	width: 96%;
	background-color: #eee;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.icon-remove.close-form-popup {
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	font-size: 14px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	line-height: 25px !important;
	text-align: center;
}
input.bigForm,
option.bigForm,
select.bigForm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 6px 0px;
	border-radius: 4px;
}
input[type="checkbox"] {
	vertical-align: middle;
}
::-webkit-input-placeholder:active {
	top: 50px;
	position: relative;
	display: block;
}
.remote-validation-error a {
	text-decoration: underline;
}
@font-face {
	font-family: "icomoonv2";
	src: url("../Stylus/icomoon-v2/fonts/icomoonv2.eot?nj2wp6");
	src: url("../Stylus/icomoon-v2/fonts/icomoonv2.eot?nj2wp6#iefix")
			format("embedded-opentype"),
		url("../Stylus/icomoon-v2/fonts/icomoonv2.ttf?nj2wp6") format("truetype"),
		url("../Stylus/icomoon-v2/fonts/icomoonv2.woff?nj2wp6") format("woff"),
		url("../Stylus/icomoon-v2/fonts/icomoonv2.svg?nj2wp6#icomoonv2")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoonv2";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
	content: "\e93a";
}
.icon-database:before {
	content: "\e964";
}
.icon-quotes-left:before {
	content: "\e977";
}
.icon-quotes-right:before {
	content: "\e978";
}
.icon-book:before {
	content: "\e62b";
}
.icon-support:before {
	content: "\e62c";
}
.icon-envelope:before {
	content: "\e60f";
}
.icon-expand:before {
	content: "\e613";
}
.icon-checkmark-circle:before {
	content: "\e62a";
}
.icon-file-pdf:before {
	content: "\e61e";
}
.icon-books:before {
	content: "\e901";
}
.icon-lab:before {
	content: "\e902";
}
.icon-link:before {
	content: "\e900";
}
.icon-sad:before {
	content: "\e905";
}
.icon-warning:before {
	content: "\e903";
}
.icon-youtube:before {
	content: "\e904";
}
.icon-unlocked:before {
	content: "\e600";
}
.icon-play-circle:before {
	content: "\e602";
}
.icon-home:before {
	content: "\e000";
}
.icon-3persons:before {
	content: "\e001";
}
.icon-feed:before {
	content: "\e002";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-facebook:before {
	content: "\e004";
}
.icon-checkmark:before {
	content: "\e005";
}
.icon-arrow-right:before {
	content: "\e006";
}
.icon-arrow-down:before {
	content: "\e007";
}
.icon-arrow-top:before {
	content: "\e008";
}
.icon-linkedin:before {
	content: "\e009";
}
.icon-arrow-left:before {
	content: "\e00a";
}
.icon-cog:before {
	content: "\e00d";
}
.icon-loop:before {
	content: "\e00e";
}
.icon-play-simple:before {
	content: "\e012";
}
.icon-headphones:before {
	content: "\e013";
}
.icon-info:before {
	content: "\e014";
}
.icon-share:before {
	content: "\e015";
}
.icon-uniE016:before {
	content: "\e016";
}
.icon-remove:before {
	content: "\e017";
}
.icon-chevron-left:before {
	content: "\e018";
}
.icon-chevron-right:before {
	content: "\e019";
}
.icon-plus-sign:before {
	content: "\e01a";
}
.icon-remove-sign:before {
	content: "\e01b";
}
.icon-chevron-up:before {
	content: "\e01c";
}
.icon-chevron-down:before {
	content: "\e01d";
}
.icon-circle:before {
	content: "\e01e";
}
.icon-envelop:before {
	content: "\e020";
}
.icon-bubbles:before {
	content: "\e021";
}
.icon-download:before {
	content: "\e022";
}
/*NAV ELEMENT*/
footer {
	font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer-site {
	padding: 45px 0 40px;
	background-color: #223e52;
}
#footer-site .row {
	margin-bottom: 15px;
}
#footer-site .title {
	margin: 0 0 18px;
}
#footer-site .btn-social .btn {
	font-size: 20px;
	margin-right: 5px;
	padding: 6px 8px;
	background-color: #223e52;
}

#footer-site #ollearn-logo {
	width: 20px;
	padding: 0;
	margin: 0 5px;
}

#footer-site .btn-wrap {
	margin-top: -12px;
	margin-bottom: -5px;
}
#footer-network {
	padding: 25px 0;
	background-color: #001519;
}
#footer-site p,
#footer-site ul {
	margin-right: 5%;
}
#footer-site,
#footer-network,
#footer-network a {
	color: white;
}
#footer-network .objectiflune-brand-primary {
	width: 190px;
}
#footer-site a:hover,
#footer-network a:hover {
	color: #888888;
}
#footer-site .title,
#footer-network .title,
#footer-site strong,
#footer-network strong {
	color: #d4d4d4;
}
#footer-site a {
	color: white;
}
#menu-network {
	z-index: 1001;
	height: 90px;
	padding-top: 25px;
}
#menu-network .flag {
	height: 11px;
}
#menu-network .icon-chevron-down {
	font-size: 10px;
	line-height: 10px;
	position: relative;
	margin-left: 3px;
	top: -1px;
}
@media only screen and (max-width: 880px) {
	#menu-network li#list-products {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	#menu-network li#list-products ul {
		position: fixed;
	}
}
@media only screen and (max-width: 880px) {
	#menu-network li#language {
		display: block !important;
		position: absolute;
		right: 52px;
		top: 0;
	}
	#menu-network li#language ul {
		position: fixed;
	}
	#menu-network li#language a {
		font-weight: 900;
		padding: 10px 6px !important;
	}
}
#menu-network .hasdropdown {
	min-width: 270px;
	padding: 0px;
}
#menu-network .hasdropdown li {
	display: inline-block;
}
#menu-network a {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: white;
}
#menu-network a:hover,
#menu-network a:focus {
	color: #fff;
}
.dropdown.open > .dropdown-toggle,
.dropdown > .dropdown-toggle:hover,
.dropdown > .dropdown-toggle:focus,
.dropdown > .dropdown-toggle:active {
	background-color: #303030;
	color: #fff;
}
.hasdropdown {
	background-color: #223e52;
}
.hasdropdown a:hover,
.hasdropdown a:focus {
	background-color: #001519;
	color: #fff;
}
.without-menu #header-menu-group {
	height: 35px;
}
@media only screen and (max-width: 880px) {
	.without-menu #header-menu-group {
		height: 0;
	}
}
.without-menu #menu-site,
.without-menu #submenu-site,
.without-menu .btn-navbar-menu,
.without-menu .mobile-sidebar {
	display: none !important;
}
#menu-site {
	z-index: 1000;
	height: 76px;
	width: 100%;
	top: 130px;
}
#menu-site .nav li a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
	padding: 28px 15px;
}
#menu-site.compact {
	top: 0;
	position: fixed;
}
.section-main.has-submenu {
	padding-bottom: 60px;
}
#submenu-site {
	bottom: 0;
}
#submenu-site .nav {
	height: 60px;
}
#submenu-site .nav li {
	line-height: 76px;
	padding: 14px 7px;
}
#submenu-site .nav li a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 6px 10px;
	border-radius: 5px;
}
#submenu-site.compact {
	top: 76px;
	bottom: inherit;
	position: fixed;
	z-index: 998;
}
.btn-navbar-menu {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: transparent;
	z-index: 2001;
	right: 0;
	top: 0;
	position: fixed;
	width: 50px;
	height: 50px;
}
.btn-navbar-menu .icon-bar {
	position: absolute;
	z-index: 9000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	width: 28px;
	height: 3px;
	background-color: #f5f5f5;
	border-radius: 1px;
}
.btn-navbar-menu .icon-bar:first-child {
	top: 15px;
	transition-porperty: top, transform;
}
.btn-navbar-menu .icon-bar:nth-child(2) {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.btn-navbar-menu .icon-bar:last-child {
	bottom: 15px;
	transition-porperty: bottom, transform;
}
.btn-navbar-objectiflune,
.btn-navbar {
	cursor: pointer;
}
body.mobile #submenu-site {
	display: none;
}
@media only screen and (max-width: 880px) {
	#submenu-site {
		display: none;
	}
}
#language-mobile {
	display: none;
}
#language-mobile a {
	font-size: 14px;
}
#language-mobile .hasdropdown {
	top: 38px;
	right: -78px;
}
@media only screen and (max-width: 880px) {
	#language-mobile {
		display: block;
		top: 12px;
		right: 20px;
	}
}
.lang-trigger {
	display: block;
	line-height: 1.6rem;
	padding: 10px 0;
}
body.mobile .nav-item-section {
	right: inherit;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
body.mobile.expanded #menu-site {
	width: 100vw;
}
body.mobile.expanded .mobile-sidebar {
	right: 0px;
}
body.mobile.expanded .mobile-overlay {
	display: block;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
body.mobile.expanded .btn-navbar-menu {
	right: 260px;
	display: block;
}
body.mobile.expanded .btn-navbar-menu .icon-bar {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
body.mobile.expanded .btn-navbar-menu .icon-bar:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.mobile.expanded .btn-navbar-menu .icon-bar:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.mobile.expanded .btn-navbar-menu .icon-bar:nth-child(2) {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
body.mobile #menu-network {
	display: none;
}
@media only screen and (max-width: 880px) {
	#menu-network {
		display: none;
	}
}
.mobile-overlay {
	z-index: 1998;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-moz-transition: opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition: opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.mobile-sidebar {
	width: 270px;
	position: fixed;
	right: -120%;
	z-index: 1999;
	height: 100vh;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
}
@media only screen and (max-width: 480px) {
	.mobile-sidebar {
		overflow-y: scroll;
	}
}
.mobile-sidebar .ctaMenu {
	width: 100%;
	margin: 0;
}
.mobile-sidebar img.flag {
	float: left;
	height: 24px;
	margin-right: 24px;
}
.mobile-sidebar .nav.show-mobile {
	display: block;
	width: 100%;
	left: 0;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.mobile-sidebar .nav.show-mobile li {
	display: block;
	width: 100%;
}
.mobile-sidebar .nav.show-mobile li#MobMenuTryItFree {
	padding: 20px;
}
.mobile-sidebar .nav.show-mobile a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	font-weight: bold;
	padding: 15px 20px;
}
.sub-sidebar-trigger:after {
	right: 20px;
	top: 20px;
	content: "\e019";
	speak: none;
	font-weight: normal;
	font: 1.2em/1.2em "icomoonv2";
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-item-section {
	position: relative;
}
.nav-item-section a {
	cursor: pointer;
}
.nav-item-section a.close-sub-sidebar {
	padding-left: 42px !important;
	font-size: 1.8rem;
	line-height: 1.4;
}
.nav-item-section a.close-sub-sidebar:before {
	left: 19px;
	top: 18px;
	content: "\e018";
	speak: none;
	font-weight: normal;
	font: 1.1em/1.1em "icomoonv2";
	position: absolute;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.palette-printshopmail .nav-item-section ul,
.palette-pres .nav-item-section ul {
	position: fixed;
	top: 0px;
	right: -310px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 270px;
	height: 100vh;
	z-index: 2000;
}
.nav-item-section ul a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 15px 20px;
}
.nav-item-section ul img,
.nav-item-section ul a {
	float: left;
}
body.mobile .btn-navbar-menu {
	display: block;
}
@media only screen and (max-width: 880px) {
	.btn-navbar-menu {
		display: block;
	}
}
body.mobile #menu-site {
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 0px;
	position: fixed !important;
}
body.mobile #menu-site .nav {
	display: none;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
@media only screen and (max-width: 880px) {
	#menu-site {
		height: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		top: 0px;
		position: fixed !important;
	}
	#menu-site .nav {
		display: none;
		position: absolute;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@media only screen and (min-width: 880px) {
	.nav-item-section {
		right: -310px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.header-common {
		min-height: 205px;
	}
}
/*LOGO*/
#home-product {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
body.mobile #home-product {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 880px) {
	#home-product {
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}
#home-corpo {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: transparent;
	padding: 4px 0;
}
#home-corpo:hover {
	background-color: transparent !important;
	-ms-filter: none;
	filter: none;
}
#home-corpo-abbr {
	display: none;
	padding: 10px;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
#home-corpo-abbr .objectiflune-brand-primary {
	height: 30px;
	width: 30px;
	background-image: url("../Images/ol-logo-mobile.svg");
}
body.mobile #home-corpo-abbr {
	display: block;
	position: absolute;
	left: 0;
}
@media only screen and (max-width: 880px) {
	#home-corpo-abbr {
		display: block;
		position: absolute;
		left: 0;
	}
}
.objectiflune-brand,
.product-brand {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.objectiflune-brand-primary {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 190px;
	background-image: url("../Images/ol-top-or-40.svg");
}
.objectiflune-brand-primary.inverted {
	background-image: url("../Images/ol-logo-grey.svg");
}
.objectiflune-brand-primary.colored {
	background-image: url("../Images/ol-logo-colored.svg");
}
.objectiflune-planetpress-brand-primary {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	width: 105px;
	background-image: url("../Images/logo-objectiflune-planetpress-connect.svg");
}
.objectiflune-planetpress-brand-primary.inverted {
	background-image: url("../Images/logo-objectiflune-planetpress-connect-white.svg");
}
.objectiflune-planetpress-brand-primary.inverted.brand-baseline {
	background-image: url("../Images/logo-objectiflune-planetpress-connect-baseline-white.svg");
}
.objectiflune-planetpress-brand-primary.brand-baseline {
	background-image: url("../Images/logo-objectiflune-planetpress-connect-baseline.svg");
}
#home-product .objectiflune-planetpress-brand-primary {
	margin: 20px 24px 20px 0;
}
body.mobile #home-product .objectiflune-planetpress-brand-primary {
	width: 239px;
	height: 17px;
	background-image: url("../Images/logo-objectiflune-planetpress-connect-inline-white-2.svg");
	margin: 16px 0 0;
}
@media only screen and (max-width: 320px) {
	body.mobile #home-product .objectiflune-planetpress-brand-primary {
		width: 189px;
		height: 12px;
		margin: 19px 0 0 0;
	}
}
.objectiflune-printshopmail-brand-primary {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	width: 126px;
	background-image: url("../Images/logo-objectiflune-printshopmail-connect.svg");
}
.objectiflune-printshopmail-brand-primary.inverted {
	background-image: url("../Images/logo-objectiflune-printshopmail-connect-white.svg");
}
.objectiflune-printshopmail-brand-primary.inverted.brand-baseline {
	background-image: url("../Images/logo-objectiflune-printshopmail-connect-baseline-white.svg");
}
.objectiflune-printshopmail-brand-primary.brand-baseline {
	background-image: url("../Images/logo-objectiflune-printshopmail-connect-baseline.svg");
}
.objectiflune-printshopmail-brand-primary.big-on-hero {
	height: 158px;
	width: 570px;
}
@media only screen and (max-width: 1024px) {
	.objectiflune-printshopmail-brand-primary.big-on-hero {
		height: 133px;
		width: 480px;
	}
}
#home-product .objectiflune-printshopmail-brand-primary {
	margin: 20px 24px 20px 0;
}
body.mobile #home-product .objectiflune-printshopmail-brand-primary {
	width: 239px;
	height: 17px;
	background-image: url("../Images/logo-objectiflune-printshopmail-connect-inline-white.svg");
	margin: 16px 0 0;
}
@media only screen and (max-width: 320px) {
	body.mobile #home-product .objectiflune-printshopmail-brand-primary {
		width: 189px;
		height: 12px;
		margin: 19px 0 0 0;
	}
}
.objectiflune-pres-brand-primary {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	width: 118px;
	background-image: url("../Images/presconnect_logo_allwhite.svg");
}
.objectiflune-pres-brand-primary.inverted {
	background-image: url("../Images/presconnect_logo_allwhite.svg");
}
.objectiflune-pres-brand-primary.inverted.brand-baseline {
	background-image: url("../Images/presconnect_logo_allwhite.svg");
}
.objectiflune-pres-brand-primary.brand-baseline {
	background-image: url("../Images/presconnect_logo_allwhite.svg");
}
#home-product .objectiflune-pres-brand-primary {
	margin: 4px 24px 20px 0;
}
body.mobile #home-product .objectiflune-pres-brand-primary {
	width: 200px;
	height: 29px;
	background-image: url("../Images/presconnect_logo_horizontal_allwhite.svg");
	margin: 10px 0 0;
}
@media only screen and (max-width: 320px) {
	body.mobile #home-product .objectiflune-pres-brand-primary {
		width: 164px;
		height: 29px;
		margin: 9px 0 0 0;
	}
}
/*PLUGINS*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	margin-top: 48px;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-dots {
	/*margin-top: 50px;*/
	text-align: center;
	width: 100%;
	/*position:relative;*/
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.slider_transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
#owl-logo .item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#owl-logo .item:hover {
	-webkit-transform: scale(1.1);
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 236px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: 10px;
	background-clip: padding-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.fade {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.popover.top {
	margin-top: -10px;
}
.popover-title {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover.top .arrow {
	left: 50%;
	margin-left: 0px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -8px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.fancybox-type-iframe .fancybox-skin,
.fancybox-type-inline .fancybox-skin {
	padding: 0 !important;
}
.fancybox-outer,
.fancybox-inner {
	position: relative;
}
.fancybox-type-iframe .fancybox-inner,
.fancybox-type-inline .fancybox-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 106px !important;
}
.fancybox-type-iframe .fancybox-title-inside-wrap,
.fancybox-type-inline .fancybox-title-inside-wrap {
	background-color: #3d3d3d;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 24.5px;
	font-size: 2.45rem;
	font-weight: bold;
	line-height: 1.2;
	top: 0;
	padding: 25px 15px;
}
.fancybox-type-iframe .fancybox-close,
.fancybox-type-inline .fancybox-close {
	cursor: pointer;
	right: -29px;
	top: 0;
	width: 30px;
	height: 30px;
	z-index: 9000;
	text-align: center;
	line-height: 38px;
	background-image: none !important;
	background-color: #3d3d3d;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
}
.fancybox-type-iframe .fancybox-close:before,
.fancybox-type-inline .fancybox-close:before {
	content: "\e017";
	font-family: "icomoonv2";
	font-size: 20px;
	color: #fff;
	speak: none;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@-moz-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@-o-keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		-ms-filter: none;
		filter: none;
		opacity: 1;
	}
	100% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

#menu-network {
	background-color: #223e52;
}

#menu-network .nav li:hover {
	background-color: #001519;
}

#menu-network .nav li.dropdown:hover ul {
	display: block;
}

#menu-network .nav li.dropdown:hover span {
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}

#menu-network .nav .dropdown a {
	padding: 10px 24px 10px 11px;
}

.fr .subscription_newsletter,
.nl .subscription_newsletter {
	max-width: 280px;
}

.de .subscription_newsletter,
.it .subscription_newsletter {
	max-width: 300px;
}

.pt .subscription_newsletter,
.es .subscription_newsletter {
	max-width: 330px;
}

.subscription_newsletter a:first-child {
	text-align: left;
	padding: 11px 14px;
}
.bsi-logo img {
	max-width: 250px;
}

/* Styles for Upland acquisition statement. Partiel view StatementMsg.cshtml called as a partial on  */

.statement {
	background-color: #004155;
	color: white;
}

.statement_container {
	padding: 10px 0;
	font-size: 14px;
}

.statement_container a {
	color: white;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dotted white;
	margin-left: 5px;
}

.statement_container a:hover {
	color: white !important;
}

.statement_container .icon {
	font-size: 10px;
	margin-left: 3px;
}

.statement-img {
	text-align: center;
	margin-top: 40px;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-dot span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-dot.active span,.owl-dot:hover span{
	background: #2d4f99;
}

.owl-dots {
	/*margin-top: 50px;*/
	text-align: center;
	width: 100%;
	/*position:relative;*/
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/*.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}*/
.slider_transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

 #owl-logo .item{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#owl-logo .item:hover{
	-webkit-transform: scale(1.1);
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	outline: none !important;
	border: 1px solid blackish;
	-webkit-box-shadow: 0 0 10px blackish;
	box-shadow: 0 0 10px blackish;
}
/*********************************************************************/
/*********************************************************************/
/*****************									******************/
/*****************									******************/
/*****************			PALETTE COLOR			******************/
/*****************									******************/
/*****************									******************/
/*****************									******************/
/*********************************************************************/
/*********************************************************************/
/*planetpress */

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoonv2" !important;
}

.primary {
	color: #f8931d;
}
.contrast .primary {
	color: #e75917;
}
.contrast {
	background-color: #fafafa;
}
.bg-accent1 {
	background-color: #f8931d;
}
.bg-accent2 {
	background-color: #f9a645;
}
.bg-accent3 {
	background-color: #fab96c;
}
.bg-accent4 {
	background-color: #e75917;
}
.bg-accent5 {
	background-color: #c14214;
}
.accent {
	color: #f47521;
}
a,
a.link-arrow,
a.link-without-arrow {
	color: #f8931d;
}
a:hover,
a.link-arrow:hover,
a.link-without-arrow:hover {
	color: #ff6000;
}
.btn-primary {
	background-color: #f47521;
	color: #fff;
}
.btn-primary:hover {
	background-color: #f47521;
	color: #fff;
}
.btn-accent {
	background-color: #f47521;
	border-color: #f47521;
	color: #fff;
}
.btn-accent:hover,
.ctaMenu:hover,
.btn-accent.active,
.ctaMenu.active {
	background-color: #f47521 !important;
	border-color: #f47521;
	color: #fff;
}
.btn-accent:hover,
.ctaMenu:hover,
.btn-accent.active,
.ctaMenu.active {
	background-color: #f47521 !important;
	border-color: #f47521 !important;
	color: #fff;
}
.btn-outline {
	background-color: rgba(255, 255, 255, 0.2);
	color: #f8931d;
	text-shadow: none;
	border: 1px solid #f8931d;
}
.inverted .btn-outline,
.btn-outline.inverted {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-outline:hover {
	background-color: #f8931d;
	border-color: #f8931d;
	color: #fff;
}
.highlight {
	background-color: #fafafa;
}
/*[class*="icon-"]
	color: primary;
*/
.videoWrapper iframe {
	border: 10px solid #f8931d;
}
.close-video {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #f8931d;
}
.close-video:hover {
	background-color: #ff6000;
}
.close-video i {
	color: #fff;
}
/*********************************************************************/
/*********************************************************************/
/*****************									******************/
/*****************									******************/
/*****************			GENERALE STYLING		******************/
/*****************									******************/
/*****************									******************/
/*****************									******************/
/*********************************************************************/
/*********************************************************************/
#menu-site .main-nav a {
	color: #fff;
}

#menu-site .active a {
	background-color: #e75917;
}

#menu-site .logo:hover {
	background-color: #f8931d !important;
}
#submenu-site {
	background-color: #e75917;
}
#home-corpo-abbr {
	background-color: #223e52;
}
.mobile-sidebar {
	background-color: #f8931d;
}
/*.mobile-sidebar a:hover,
.mobile-sidebar li.active a {
  background-color: #e75917;
  color: #fff;
}*/
/**.nav-item-section ul {
  background-color: #e75917;
}**/
.nav-item-section ul a:hover,
.nav-item-section ul li.active a {
	background-color: #f8931d;
	color: #fff;
}
#submenu-site .nav li:hover a,
#submenu-site .nav li.active a {
	background-color: #c14214;
	color: #fff;
}
.popup-banner.banner-fixed-bottom {
	bottom: -100px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1999;
	margin-bottom: 0;
}
.popup-banner .icon-info {
	color: #f8931d;
}
.popup-banner ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-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;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	padding: 10px 0;
}
.popup-banner ul li {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.popup-banner ul li:first-child {
	padding-right: 10px;
}
.popup-banner .close-banner-popup {
	top: 13px;
	right: 24px;
	position: absolute;
	pointer: cursor;
}
.interactions {
	position: relative;
}
#section-overview {
	z-index: 0;
}
#section-overview .row {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 480px) {
	#section-overview h1.thin {
		font-size: 3.5rem;
		line-height: 1.2;
		margin: 0px 0px;
	}
}
#bgCyle {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: top center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#bgCyle.overview1 {
	-ms-filter: none;
	filter: none;
	opacity: 1;
	background-image: url("../../Content/Images/PlanetPress/V2/action-bg.jpg");
}
#bgCyle.overview2 {
	-ms-filter: none;
	filter: none;
	opacity: 1;
	background-image: url("../../Content/Images/PlanetPress/V2/reaction-bg.jpg");
}
#bgCyle.overview3 {
	-ms-filter: none;
	filter: none;
	opacity: 1;
	background-image: url("../../Content/Images/PlanetPress/V2/communicate-bg.jpg");
}
.interact-wrapper {
	margin-top: 50px;
	height: 200px;
	max-width: 960px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.interact-wrapper .objectiflune-planetpress-brand-primary {
	height: 76px;
	width: 230px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
	.interact-wrapper {
		margin-top: 10px;
		height: 120px;
	}
	.interact-wrapper .objectiflune-planetpress-brand-primary {
		display: none;
	}
}
.intract-item {
	width: 100%;
}
.interact-item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-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;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.interact-item-list li {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding: 10px 20px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 28px;
	line-height: 2.8rem;
}
@media only screen and (max-width: 480px) {
	.interact-item-list li {
		padding: 5px 10px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 20px;
		line-height: 2rem;
	}
}
#nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-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;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 680px) {
	#nav {
		width: 100%;
	}
}
#nav .interact-nav-item {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 160px;
	cursor: pointer;
}
@media only screen and (max-width: 480px) {
	#nav .interact-nav-item {
		width: 100px;
		margin: 0 5px;
	}
}
#nav #process {
	display: none;
}
.overview-prevnext {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	font-size: 30px;
	font-size: 3rem;
	cursor: pointer;
}
@media only screen and (max-width: 480px) {
	.overview-prevnext {
		display: none;
	}
}
.overview-prevnext [class*="icon-"] {
	color: #fff;
}
.overview-prev {
	left: 20%;
}
@media only screen and (max-width: 880px) {
	.overview-prev {
		left: 5%;
	}
}
.overview-next {
	right: 20%;
}
@media only screen and (max-width: 880px) {
	.overview-next {
		right: 5%;
	}
}
.overview-sprite {
	background-image: url("../../Content/Images/PlanetPress/overview-sprite.png");
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
.overview-sprite.icons2 {
	width: 77px;
	height: 77px;
	background-position: -5px -5px;
}
.activeSlide .overview-sprite.icons2 {
	background-position: -5px -353px;
}
.overview-sprite.icons3 {
	width: 77px;
	height: 77px;
	background-position: -5px -92px;
}
.activeSlide .overview-sprite.icons3 {
	background-position: -5px -440px;
}
.overview-sprite.icons1 {
	width: 77px;
	height: 77px;
	background-position: -5px -179px;
}
.activeSlide .overview-sprite.icons1 {
	background-position: -5px -266px;
}
.owl-dot span {
	background-color: #dcdcdc;
}
.owl-dot.active span,
.owl-dot:hover span {
	background: #f8931d;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	font-size: 3rem;
	line-height: 32px;
	line-height: 3.2rem;
	top: 50%;
	margin-top: -16px;
	color: #f8931d;
}
.owl-next {
	right: -10%;
}
.owl-prev {
	left: -10%;
}
ul.learn-more {
	list-style: none;
	margin-left: 1.4em;
	margin-top: 30px;
	text-indent: -1.2em;
}
ul.learn-more li {
	margin-bottom: 20px;
}
ul.learn-more li:before {
	color: #f8931d;
	content: "\e019";
	speak: none;
	font-weight: normal;
	font: 0.8em/0.8em "icomoonv2";
	position: relative;
	top: -0.1em;
	-webkit-font-smoothing: antialiased;
}
ul.learn-more li a {
	display: inline !important;
}
.circle-handler:hover p {
	background-color: #fafafa;
}
.circle-handler .circle-dot-handler {
	color: #f8931d;
	background-color: #fff;
}
ul.checklist {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 30px;
	text-indent: -30px;
}
ul.checklist li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin-bottom: 20px;
}
ul.checklist li:before {
	color: #f8931d;
	margin-right: 14px;
	content: "\e62a";
	speak: none;
	font-weight: normal;
	font: 1em/1em "icomoonv2";
	position: relative;
	top: -0.1em;
	-webkit-font-smoothing: antialiased;
}
.subtitle + .checklist {
	margin-top: 10px;
}
p + .checklist {
	margin-top: 30px;
}
.image-thumb {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
.image-thumb img {
	min-width: 100% !important;
}
.image-thumb:hover .icon-full-screen {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.icon-full-screen {
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	width: 65px;
	height: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	text-align: center;
	font-size: 18px;
	line-height: 65px;
	color: #fff;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#new-invoices {
	position: relative;
}
.tooltips {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.tooltips .bubule {
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.tooltips .bubule .icon-plus-sign {
	margin: 1px auto 0;
	color: #f8931d;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 30px;
	border-radius: 30px;
	height: 25px;
	width: 25px;
	display: block;
	line-height: 24.5px;
}
#point1,
#point3,
#point5 {
	left: 13.7%;
}
@media only screen and (min-width: 1500px) {
	#point1,
	#point3,
	#point5 {
		left: 19.7%;
	}
}
#point2,
#point4 {
	right: 14.7%;
}
@media only screen and (min-width: 1500px) {
	#point2,
	#point4 {
		right: 20.3%;
	}
}
#point1 {
	top: 4%;
}
#point2 {
	top: 27.8%;
}
#point3 {
	top: 33%;
}
#point4 {
	top: 55.2%;
}
#point5 {
	top: 69.5%;
}
#point6 {
	top: 82%;
	right: 50%;
}
#improvedPrint,
#documentsApps {
	position: relative;
}
#improvedPrint > div,
#documentsApps > div {
	text-align: center;
}
.illustration-text-overlay {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.illustration-text {
	position: absolute;
	margin: 0;
}
#improvedPrint .illustration-text {
	width: 240px;
}
@media only screen and (max-width: 880px) {
	#improvedPrint .illustration-text {
		width: 155px;
	}
}
#improved-item1,
#improved-item2,
#improved-item5,
#improved-item4 {
	right: 45%;
	text-align: right;
}
@media only screen and (min-width: 1500px) {
	#improved-item1,
	#improved-item2,
	#improved-item5,
	#improved-item4 {
		right: 50%;
	}
}
#improved-item1 {
	top: 7%;
}
#improved-item2 {
	top: 29%;
}
#improved-item4 {
	top: 45%;
}
@media only screen and (max-width: 880px) {
	#improved-item4 {
		top: 40%;
		right: 58%;
	}
}
#improved-item5 {
	top: 85%;
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
	.toolset .box4 {
		float: left;
		clear: none;
		text-align: inherit;
		width: 33.33333333333333%;
		margin-left: 0%;
		margin-right: 0%;
	}
}
@media only screen and (max-width: 480px) {
	.toolset .box4 {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	#documentsApps {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1200px) {
	#documentsApps div:first-child {
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	#documentsApps div:first-child,
	#documentsApps .illustration-text-overlay {
		width: 1040px;
	}
}
#documentsApps .illustration-text {
	width: 160px;
	text-align: center;
}
#documentsApps-item1 {
	margin: 0;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
}
#documentsApps-item2 {
	top: 57%;
	left: 2.8%;
}
#documentsApps-item7 {
	top: 57%;
	right: 2.8%;
}
#documentsApps-item3 {
	top: 35%;
	left: 17.5%;
}
#documentsApps-item6 {
	top: 35%;
	right: 16.5%;
}
#documentsApps-item4 {
	top: 25%;
	left: 34.2%;
}
#documentsApps-item5 {
	top: 25%;
	right: 32.2%;
}
.page-content-submenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-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;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	background-color: #eee;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.page-content-submenu li {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #888;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: inherit;
	line-height: 22px;
	line-height: 2.2rem;
}
.page-content-submenu li [class*="icon"] {
	font-size: 24px;
	font-size: 2.4rem;
	top: 2px;
	position: relative;
	left: -10px;
}
.page-content-submenu li:first-child {
	border-top-left-radius: 4px;
	border-top: 2px #eee solid;
	border-left: 2px #eee solid;
	-webkit-box-shadow: inset -8px 0px 12px -8px rgba(0, 0, 0, 0.5);
	box-shadow: inset -8px 0px 12px -8px rgba(0, 0, 0, 0.5);
}
.page-content-submenu li:first-child.active {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.page-content-submenu li:last-child {
	border-top-right-radius: 4px;
	border-top: 2px #eee solid;
	border-right: 2px #eee solid;
	-webkit-box-shadow: inset 8px 0px 12px -8px rgba(0, 0, 0, 0.5);
	box-shadow: inset 8px 0px 12px -8px rgba(0, 0, 0, 0.5);
}
.page-content-submenu li:last-child.active {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.page-content-submenu li.active {
	background-color: #fff;
	color: #f8931d;
	border-bottom: 0px transparent solid;
}
.page-content-warpper {
	background-color: #fff;
	border: 2px #eee solid;
	border-bottom: 0px transparent solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.page-content-textblock {
	padding: 20px 40px 0;
}
.page-content-textblock .col6 {
	padding-bottom: 0;
}
@media only screen and (max-width: 880px) {
	.page-content-textblock .col6 {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.page-content-textblock .col6:first-child {
		margin-left: auto;
	}
	.page-content-textblock .col6:last-child {
		margin-right: auto;
	}
}
.page-content-footer {
	padding: 0px 40px 20px;
	border: 2px #eee solid;
	border-top: 0px transparent solid;
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.small-img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.pagination a {
	display: inline-block;
	border-radius: 4px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: bold;
	border: 1px solid #f8931d;
}
.pagination a.link-back {
	padding-left: 15px;
}
.pagination a.link-arrow {
	padding-right: 15px;
}
.bullet-point-title:before {
	width: 50px;
	height: 50px;
	background-color: #f8931d;
	content: "";
	top: -5px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	display: block;
	float: left;
	margin-right: 30px;
	position: relative;
	background-image: url("../../Images/sprite-sign-pp-white.png");
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
	.bullet-point-title:before {
		float: none !important;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
.info-block,
.info-block > * {
	font-size: 14px;
	font-size: 1.4rem;
}
.info-warning,
.info-warning > * {
	font-size: 20px;
	font-size: 2rem;
}
.info-block {
	border: 1px dashed #f8931d;
	padding: 10px;
	border-radius: 4px;
	background-color: #fafafa;
}
.contrast .info-block {
	background-color: #eee;
}
.info-warning {
	border: 1px dashed #f8931d;
	padding: 20px;
	border-radius: 4px;
	background-color: #fafafa;
	text-align: center;
}
.info-warning > * {
	display: block;
	font-size: 35px;
	font-size: 3.5rem;
	padding-bottom: 20px;
	color: #e75917;
}
.contrast .info-warning {
	background-color: #eee;
}
.video.thumbnail {
	border-color: #eee;
	-webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.02);
	box-shadow: 0 1px 2px rgba(20, 20, 20, 0.02);
}
.clip-1 {
	top: -55px;
	left: -13%;
	height: 700px;
	background: url("/Content/Images/PlanetPress/V2/online-help.jpg") no-repeat;
	background-position: center left;
	z-index: -1;
}
@media only screen and (max-width: 880px) {
	.clip-1 {
		top: -15px;
		left: -22%;
	}
}
.clip-2 {
	top: -90px;
	left: -5%;
	height: 750px;
	background: url("/Content/Images/PlanetPress/V2/welcome-screen.png") no-repeat;
	background-position: center left;
	z-index: 0;
}
@media only screen and (max-width: 880px) {
	.clip-2 {
		top: -15px;
		left: -22%;
	}
}
.clip-3 {
	background: url("/Content/Images/PlanetPress/V2/welcome-screen.png") no-repeat;
	background-position: center left;
	height: 370px;
	width: 519px;
	background-size: contain;
	z-index: 0;
	top: -10px;
	left: -18px;
}
@media only screen and (max-width: 880px) {
	.clip-3 {
		top: -30px;
		left: -18px;
	}
}
/* A OPTIMISER */
.bullet-Sign-Business:before {
	background-position: 0 0;
}
.bullet-Sign-Create:before {
	background-position: -60px 0;
}
.bullet-Sign-Equalizer:before {
	background-position: -120px 0;
}
.bullet-Sign-Host:before {
	background-position: -180px 0;
}
.bullet-Sign-Idea:before {
	background-position: -240px 0;
}
.bullet-Sign-Labor:before {
	background-position: -300px 0;
}
.bullet-Sign-Mail:before {
	background-position: -360px 0;
}
.bullet-Sign-Mobility-Phone-Tablet:before {
	background-position: -420px 0;
}
.bullet-Sign-MultiChannel:before {
	background-position: -480px 0;
}
.bullet-Sign-Personalization:before {
	background-position: -540px 0;
}
.bullet-Sign-Print:before {
	background-position: -600px 0;
}
.bullet-Sign-Process:before {
	background-position: -660px 0;
}
.bullet-Sign-Barcode:before {
	background-position: -710px 0;
}
.bullet-Sign-Cost:before {
	background-position: -760px 0;
}
.infinite-container article {
	padding: 30px 0px;
}
.infinite-container .meta-data:before {
	content: "";
	background-color: #f8931d;
	background-image: url("../../Images/logo-objectiflune-abbr-white.svg");
	height: 25px;
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.infinite-container a.post-title {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #3d3d3d;
}
.infinite-container a.post-title:hover {
	color: #ff6000;
}
.infinite-container h2 {
	margin-top: 0;
}
.infinite-container p {
	color: #888;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.1;
	margin-bottom: 30px;
}
.meta-data {
	height: 44px;
	display: block;
	margin: 0 0 30px;
	padding: 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 480px) {
	.meta-data {
		height: 77px;
	}
}
.meta-data a {
	font-size: 16px;
	font-size: 1.6rem;
}
.meta-data .meta-date,
.meta-data .meta-pdf a,
.meta-data .meta-sharing {
	line-height: 32px !important;
	display: inline-block;
	margin-right: 20px;
	/*padding: 0 5px;
		background-color:contrast;*/
}
.meta-data .meta-date,
.meta-data .meta-pdf a {
	float: left;
}
.meta-sharing {
	float: right;
}
.meta-sharing .addthis_toolbox a.at300b,
.meta-sharing .addthis_toolbox a.at300m {
	margin-bottom: 0;
	height: 32px;
}
.blog .meta-data:before {
	background-image: url("../../Images/logo-CreatingNewWays-abbr-red.svg");
	background-color: #eee;
}
.corporate .meta-data:before {
	background-color: #3d3d3d;
}
.single-container p,
.single-container li,
.single-container a,
.single-container h5 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.1;
}
.single-container em {
	color: #888;
}
.single-container p {
	margin-bottom: 30px;
}
.single-container ul,
.single-container ol {
	padding: 0;
	margin: 0 0 30px 30px;
}
.single-container ul {
	list-style-type: disc;
}
.single-container ul li {
	margin-bottom: 10px;
}
.dotted-icon {
	color: #fff;
	background-color: #f8931d;
}
/*OVERRIDER infinite Scroll*/
#infscr-loading {
	height: 33px;
	line-height: 33px;
}
#infscr-loading img {
	display: block;
	float: left;
	margin-right: 10px;
}
/* FORM COLOR STYLE */
.form ::-webkit-input-placeholder {
	color: #888;
}
.form :-moz-placeholder {
	color: #888;
}
.form ::-moz-placeholder {
	color: #888;
}
.form :-ms-input-placeholder {
	color: #888;
}
.form select,
.form textarea,
.form input {
	border: 1px solid transparent;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
}
.form select:focus,
.form textarea:focus,
.form input:focus {
	color: #000;
	background-color: #fff;
	border-color: #3bbdf0;
}
.form legend,
.form .privacy-policy a {
	color: #fff;
	text-decoration: underline;
}
.text-error {
	color: #3bbdf0;
}
input.input-validation-error,
select.input-validation-error {
	color: #3bbdf0;
	background-color: #fff;
	border-color: #3bbdf0;
}
input.input-validation-error::-webkit-input-placeholder,
select.input-validation-error::-webkit-input-placeholder {
	color: #3bbdf0;
}
input.input-validation-error:-moz-placeholder,
select.input-validation-error:-moz-placeholder {
	color: #3bbdf0;
}
input.input-validation-error::-moz-placeholder,
select.input-validation-error::-moz-placeholder {
	color: #3bbdf0;
}
input.input-validation-error:-ms-input-placeholder,
select.input-validation-error:-ms-input-placeholder {
	color: #3bbdf0;
}
.privacy-policy.inverted.input-validation-error {
	color: #3bbdf0 !important;
}
.privacy-policy.inverted.input-validation-error a {
	color: #3bbdf0 !important;
}
#animationBridge {
	position: relative;
}
#animationBridge .animation-container {
	width: 640px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
}
#animationBridge .circle-overlay {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 490px;
	height: 535px;
}
#animationBridge .circle-overlay .circle-title {
	text-align: center;
	height: 80px;
	width: 210px;
}
#bridgeGap .fusion {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#bridgeGap .line {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.has-interaction #bridgeGap .fusion {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.has-interaction #bridgeGap .line {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.has-interaction #bridgeGap .show-piece {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.has-interaction #bridgeGap .show-line {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
/*ANIMATION */
.hide-circle {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
	fill: #888;
}
.circle-handlers {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 490px;
	height: 535px;
}
.circle-handlers .circle-handler {
	overflow: hidden;
	text-align: center;
	padding-top: 4px;
	height: 55px;
	width: 315px;
}
.circle-title {
	position: absolute;
}
.circle-title:nth-of-type(1) {
	top: 168px;
	left: 12px;
}
.circle-title:nth-of-type(2) {
	top: 168px;
	right: 12px;
}
.circle-title:nth-of-type(3) {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 80px;
}
.circle-handler {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.circle-handler h5 {
	margin-top: 5px;
}
.circle-handler .circle-dot-handler {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 30px;
	border-radius: 30px;
	height: 25px;
	width: 25px;
	display: block;
	line-height: 24.5px;
	margin: 0 auto;
}
.circle-handler:nth-of-type(1) {
	top: -60px;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.circle-handler:nth-of-type(2) {
	top: 425px;
	left: -195px;
}
.circle-handler:nth-of-type(3) {
	top: 425px;
	right: -195px;
}
.circle-handler:hover {
	height: 190px;
}
.circle-handler:hover .circle-dot-handler {
	background-color: transparent;
}
.circle-handler:hover .circle-dot-handler:before {
	content: "\e005";
}
.recommended {
	font-size: 1.2rem;
	display: block;
	line-height: 1;
}
/*CHART*/
.outer {
	stroke: #f8931d;
}
.dl-page-block {
	position: relative;
	z-index: 1;
	min-height: 350px;
	padding: 0 20px 20px;
	background-color: #fff;
	border: 2px #eee solid;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 1px #e4e4e4;
	box-shadow: 0px 0px 2px 1px #e4e4e4;
}

.top-banner {
	float: none;
}

.section-clip-support {
	padding: 50px 0 50px;
}

.clip-support {
	top: 5px;
	left: -11%;
}

.text-top-repissue {
	font-size: 21px;
}

#menu-network .icon-chevron-down {
	position: absolute;
	top: 16px;
}

.navbar .nav li a {
	padding: 7px 11px 7px 11px;
}

.icon-up {
	transform: rotate(-180deg);
	transition: 0.2s ease;
}

#submenu-site .nav li a.active {
	background-color: #c14214;
}

#home-product .objectiflune-planetpress-brand-primary.inverted {
	background-image: url(../Images/planetpressconnect_logo.svg);
	width: 113px;
	height: 60px;
	margin: 8px 0 4px 0;
}

#menu-site {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

li#menuTalkToAdvisor a {
	border: 1px solid #000000;
	color: #000 !important;
}

li#menuTalkToAdvisor a:hover {
	color: #fff !important;
}

li#menuTryItFree a,
li#menuBookaFreeDemo a {
	color: #fff !important;
}

.main-menu--list a {
	color: #000 !important;
}

nav#submenu-ppc {
	height: 50px;
	background-color: #f1f1f1;
	z-index: 99999;
	display: none;
	padding: 10px;
	top: 111px;
}

.submenu-nav li a {
	color: #4b4b4b !important;
	font-weight: bold;
	padding: 5px 20px !important;
	margin-left: 20px;
}

.submenu-nav li a:first-child {
	margin-left: 0;
}

.submenu-nav .active a {
	background-color: #e75917;
	color: #fff !important;
}

.submenu-fixed {
	position: fixed;
	top: 76px !important;
}

.palette-planetpress.page-submenu .submenu-nav {
	position: relative;
	right: 17px;
}

#home-product {
	width: 110px;
}

.active-logo {
	border-bottom: 2px solid #000;
}

.main-nav {
	margin-left: 20px;
}

.main-menu--list:hover::after,
a#home-product:hover::after {
	width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.section-bookademo--leftContent {
		margin-right: 0 !important;
	}

	#form-id {
		padding: 0 40px !important;
	}

	.section-pricing--leftContent {
		float: none !important;
		margin-right: 0;
		width: 100%;
		margin-left: 20px;
	}

	.section-pricing---left-contentheader {
		padding-left: 0 !important;
	}

	.section-bookademo--leftContent,
	.section-pricing---left-contentheader {
		margin-right: 140px !important;
		max-width: 350px !important;
	}

	.workflow_item {
		width: 143px !important;
	}

	.workflow_item_1 {
		left: 296px !important;
	}
	.workflow_item_2 {
		top: 80px !important;
		left: 528px !important;
	}

	.workflow_item_3 {
		left: 694px !important;
	}

	.workflow_items .workflow_items_item--hidden {
		left: 80px !important;
		top: 80px !important;
	}
}

@media screen and (max-width: 1024px) {
	#menu-site {
		background-color: #fff;
	}

	#submenu-ppc,
	#submenu-ppc-homepage {
		display: none !important;
	}

	.btn-navbar-menu .icon-bar {
		background-color: #000;
	}

	.active-logo {
		border: 0;
	}

	.objectiflune-planetpress-brand-primary.inverted {
		background-image: url(../Images/planetpressconnect_logo.svg);
		width: 160px;
		height: 70px;
		margin: 20px 50px 0 50px;
	}

	body.mobile #home-product .objectiflune-planetpress-brand-primary {
		background-image: url(../Images/planetpressconnect_logo_horizontal.svg);
		width: 324px;
		height: 46px;
		margin: 0 -100px !important;
	}

	#home-product .objectiflune-planetpress-brand-primary.inverted {
		background-image: none;
	}

	.mobile-sidebar {
		background-color: #fff;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	}

	.mobile-overlay {
		opacity: 0 !important;
	}

	body.mobile.expanded .btn-navbar-menu span {
		font-size: 15px;
	}

	.section-main.first {
		margin-top: 0;
	}

	.nav-subitem-section.active a {
		background-color: #e75917 !important;
		color: #fff !important;
	}

	.nav-submenu-whatitdoes li.active {
		padding: 20px 10px 0 20px;
	}

	.link-getquote {
		background-color: #f8931d;
		-webkit-box-shadow: 2px 5px 4px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 2px 5px 4px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2px 5px 4px 0px rgba(0, 0, 0, 0.16);
		border-radius: 10px;
		text-align: center !important;
		padding: 10px 20px !important;
		font-size: 16px;
		font-weight: 400 !important;
	}

	.nav-item-quote {
		width: 75% !important;
		float: right;
		margin-right: 10px;
	}

	.nav-item-quote a {
		color: #fff !important;
	}

	.nav-item-lang li a {
		color: #000 !important;
		text-align: right;
	}

	.nav-item-lang li ul li a {
		background-color: #f1f1f1;
		padding: 10px 20px !important;
	}

	.sub-sidebar-trigger:after,
	.close-sub-sidebar::before,
	.close-sub-sidebar {
		display: none !important;
	}

	.section-pricing--Icons {
		margin-left: 0;
		margin-top: 0;
	}

	.video-modal iframe {
		width: 500px;
		height: 400px;
	}

	.slider_wrap {
		justify-content: center;
		min-height: 0 !important;
		padding: 0 !important;
	}

	#caroussel-slider .item:nth-child(even) {
		background-color: #f4f4f4;
	}

	.slider_text {
		margin: 20px 0;
	}

	.slider_info_text {
		padding: 0 !important;
	}

	#ar-slider .owl-carousel {
		display: block !important;
	}

	.slider_large_img,
	.slider_nav-svg {
		display: none !important;
	}

	.samples_slider_image {
		max-width: 700px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.slider_text {
		width: 50% !important;
	}

	.slider_nav-svg {
		max-width: 400px !important;
		bottom: -20px !important;
	}

	.owl-dot {
		margin: 14px !important;
	}

	.slider_large_img {
		right: -130px !important;
	}

	.owl-dot span {
		width: 150px !important;
	}

	.slider_info_text {
		max-width: 360px !important;
	}

	.slider_title {
		margin-left: 90px;
	}
}

@media screen and (max-width: 480px) {
	body.mobile #home-product .objectiflune-planetpress-brand-primary {
		width: 180px;
		margin: 0 -40px !important;
	}

	.video-modal iframe {
		width: 300px;
		height: 250px;
	}

	.slider_text {
		width: 100% !important;
	}

	body.mobile #menu-site.fixed-top,
	.btn-navbar-menu.fixed-top {
		top: 104px !important;
	}

	.fr .mobile #menu-site.fixed-top,
	.fr .btn-navbar-menu.fixed-top,
	.de .mobile #menu-site.fixed-top,
	.de .btn-navbar-menu.fixed-top,
	.es .mobile #menu-site.fixed-top,
	.es .btn-navbar-menu.fixed-top {
		top: 120px !important;
	}
}

@media screen and (max-width: 375px) {
	.fr .mobile #menu-site.fixed-top,
	.fr .btn-navbar-menu.fixed-top {
		top: 138px !important;
	}

	.it .mobile #menu-site.fixed-top,
	.it .btn-navbar-menu.fixed-top,
	.pt .mobile #menu-site.fixed-top,
	.pt .btn-navbar-menu.fixed-top {
		top: 120px !important;
	}
}

.header-notes {
	background-color: #fff;
	max-width: 530px;
	height: 210px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

#owl-banner .owl-item,
#owl-banner .owl-stage {
	overflow: hidden;
	height: 210px;
}

@-moz-document url-prefix() {
	.header-notes {
		height: 190px;
	}
}

.company-name {
	padding-right: 10px;
	padding-top: 10px;
}

.company-name span {
	font-weight: 600;
	padding-left: 30px;
}

.comments {
	padding: 20px 30px 0 30px;
	padding-top: 20px;
	line-height: 20px;
}

.comments span {
	font-weight: 200;
}

#owl-banner {
	margin-top: 0;
}

#owl-banner .owl-item {
	width: 100%;
}

#owl-banner img {
	max-width: 25px;
	height: 40px;
}

.stars {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 20px;
}

#owl-banner .owl-dots {
	display: none !important;
}

.header-notes--content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.owl-next {
	right: -5%;
}

@keyframes slidein-left {
	from {
		transform: translateX(-20%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slidein-right {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1 !important;
	}
}

@keyframes slidein-bottom {
	0% {
		transform: translate(0, 100%);
		opacity: 0;
	}

	50% {
		transform: translateX(0, 100%);
		opacity: 0;
	}

	75% {
		transform: translateX(0, 100%);
		opacity: 0.7;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.back-top {
	display: none;
}

@keyframes toggle {
	from {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	to {
		visibility: visible;
	}
}

@keyframes fadein-faq {
	0% {
		opacity: 0.2;
		visibility: hidden;
	}

	50% {
		opacity: 0.6;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

.animated-faq {
	opacity: 0;
}

.animated-faq.slide {
	opacity: 1;
}

.ebook-icon {
	width: 23px !important;
	height: 23px !important;
	position: relative;
	top: 5px;
	left: 10px;
}

/** FORM **/

#form-id {
	padding: 30px 50px;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.ar-form {
	justify-content: space-between;
	margin: 0;
}

.ar-form .inj-Row:first-child {
	padding: 0 40px 0 0;
}

.ar-form .inj-Row {
	width: 100%;
	margin-bottom: 20px;
}

.ar-form .inj-TextField-input,
.ar-form .inj-SelectField-input {
	border: 0;
	border-bottom: 3px solid #b9b9b9;
	border-radius: 0;
	background-color: #585858;
	font-size: 18px;
	color: #b9b9b9;
	padding: 0;
}

.ar-form #form1--country {
	position: relative;
	margin: 20px 0 40px 0;
}

.ar-form #form1--country::after {
	content: "Your message will be sent to the advisor closest to you.";
	font-style: italic;
	position: absolute;
	margin-top: 20px;
	font-size: 14px;
	left: 0;
	color: #fff;
}

.ar-form .inj-SubmitButton {
	margin: 0 auto;
}

.ar-form .inj-SubmitButton-button {
	background-color: #e75917;
	color: #fff;
	border: 0;
	padding: 15px 60px;
	border-radius: 5px;
	margin-top: 50px;
	font-weight: 600;
	font-size: 20px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	margin: 50px auto 0;
}

.ar-form .inj-Form--error .inj-TextField--error input {
	border-bottom: 3px solid red;
}

.inj-TextField--error input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: red !important;
}

.inj-TextField--error input::-moz-placeholder {
	/* Firefox 19+ */
	color: red !important;
}

.inj-TextField--error input:-ms-input-placeholder /* IE 10+ */ {
	color: red !important;
}

.inj-TextField--error input:-moz-placeholder /* Firefox 18- */ {
	color: red !important;
}

.ar-form .inj-Form--error .inj-TextField--error::after {
	content: "*";
	position: absolute;
	top: 3px;
	color: red;
	font-size: 20px;
	right: 0;
}

/** AR BOOK A DEMO PART **/
.inj-Columns,
.inj-Form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

::-webkit-input-placeholder {
	/* Chrome */
	color: #b1b1b1;
	padding-left: 7px;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #b1b1b1;
	padding-left: 7px;
	padding-bottom: -10px;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #b1b1b1;
	padding-left: 7px;
}
:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #b1b1b1;
	padding-left: 7px;
}
.ar-hr {
	width: 100px;
	background-color: #000;
	height: 2px;
}
.ar-bookdemo--formUseful {
	position: absolute;
	color: #000;
	font-style: italic;
	font-weight: 500;
	left: 50px;
}
.ar-bookdemo--formUsefulcall {
	top: 460px;
}

.ar-bookdemo--formUsefulLocation {
	top: 570px;
}

/** OVERVIEW FEATURES **/
.section-overview-right .graph_small {
	text-align: center;
	margin: 20px 0 20px 20px;
}

.section-overview-featuresLeft a {
	font-size: 21px;
	text-transform: capitalize;
	font-family: "Gotham Medium";
}

.section-overview-right .graph_small_title {
	margin: 0 auto;
	font-weight: 500;
}

.section-overview-right .graph_small_description {
	font-size: 18px;
	line-height: 20px;
}

.section-overview-featuresLeft p {
	max-width: 280px;
}

.section-overview-featuresContent,
.section-overview-right {
	display: flex;
	flex-direction: row;
}

.section-overview-right {
	width: 60%;
	justify-content: flex-end;
}

.section-overview-featuresLeft {
	width: 40%;
}

.graph_small img {
	margin: 20px 0;
	width: 200px;
	height: 130px;
}

/** OVERVIEW AR **/
.section-overview-ar {
	background-image: url("/Content/Images/PlanetPress/V2/bkg-ppc-pauline2.jpg");
	max-height: 1020px;
	background-repeat: no-repeat;
}

.section-overviewar--header {
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
}

.section-overviewar--Icons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.section-overviewar--Icon {
	display: flex;
	flex-direction: column;
	padding: 40px;
	align-items: center;
}

.section-overviewar--Icon img {
	height: 150px;
	width: 150px;
}

.section-overviewar--Link a,
.overview-header-content h1,
.overview-section-header h2,
.section-overviewar--Icon span {
	font-family: "Gotham Medium";
	font-weight: 500;
}

.section-overviewar--Icon span {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.section-overviewar--Link {
	display: flex;
	justify-content: center;
}

.section-overviewar--header h2 {
	font-weight: 500;
}

.section-overviewar--Link a {
	text-align: center;
	background: #ea5b14;
	margin: 60px auto 25px;
	color: #fff;
	border-radius: 5px;
	padding: 15px 28px;
	font-size: 25px;
}

.section-overviewar--Link a:hover {
	background-color: #f8931d;
}

/**BOOK A DEMO PAGE **/
.section-bookademo--content {
	position: relative;
	width: 100%;
	top: 0;
	display: flex;
	flex-direction: row;
}

.section-bookademo--leftContent {
	background-color: #fff;
	max-width: 490px;
	width: 100%;
	padding: 10px 20px;
	line-height: 20px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	float: right;
	margin-right: 130px;
}

.section-bookademo--leftContent h2 {
	margin: 0;
	font-weight: 500;
}

.section-bookademo--leftContent span {
	font-weight: 300;
}

.section-bookademo--left {
	background-image: url("/Content/Images/PlanetPress/V2/OL-ARDemo.jpg");
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-bookademo--left img {
	height: 986px;
	width: 100%;
}

.section-bookademo--left .section-bookademo--leftTitle {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

.description-content {
	line-height: 20px;
	color: #fff;
}

.description-content .description {
	font-weight: 300;
}

.section-bookademo--rightContent h3 {
	font-size: 33px;
	font-weight: normal;
	color: #fff;
}

.section-bookademo--right {
	width: 50%;
	background-color: #585858;
	padding-bottom: 50px;
}

.section-bookademo--rightContent {
	text-align: center;
	color: #000;
}

/** Pricing page **/
.section--pricingGlobal {
	display: flex;
	flex-direction: row;
}

.section-pricingMobileRight {
	display: none;
}

.elements-margin--mobile {
	line-height: 20px;
}

.column-test {
	width: 50%;
	padding-bottom: 100px;
}

#banppsuite {
	display: none !important;
}

.section-pricing--right {
	background-color: #585858;
}

.section-pricing---left-contentheader h2 {
	margin: 10px 0 0;
	font-weight: 500;
}

.section-pricing--leftContent {
	max-width: 580px;
	float: right;
	margin-right: 240px;
}

.fr .section-pricing--leftContent {
	margin-right: 110px;
}

.de .section-pricing--leftContent,
.es .section-pricing--leftContent {
	margin-right: 70px;
}

.nl .section-pricing--leftContent {
	margin-right: 50px;
}

.it .section-pricing--leftContent,
.pt .section-pricing--leftContent {
	margin-right: 190px;
}

.section-pricing--leftContent h4 {
	font-weight: 500;
	margin: -3px 0 20px 0;
	line-height: 25px;
}

.section-pricing--Icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.nl .section-pricing--Icons,
.de .section-pricing--Icons,
.es .section-pricing--Icons,
.fr .section-pricing--Icons {
	margin-left: 0;
}

.section-pricing--Icons .title {
	font-size: 20px;
	font-weight: 500;
	font-family: "Gotham Medium";
	line-height: 22px;
}

.section-pricing--Icons .description {
	font-weight: 300;
	line-height: 20px;
	margin-top: 10px;
}

.section-pricing--rightContent h3 {
	font-size: 33px;
	font-weight: normal;
	color: #fff;
}

.section-pricing--rightContent .title {
	font-size: 18px;
}

.section-pricing--Icons img {
	margin: 10px auto;
	width: 120px;
}

.section-pricing--rightContent span {
	font-weight: 300;
	color: #fff;
}

.inj-ErrorMsg-title {
	color: #ff0e0e;
	font-weight: 700;
	text-align: center;
}

.inj-TextField,
.inj-SelectField {
	position: relative;
}

.form-success img {
	width: 65px;
	height: 65px;
}

.form-success h5 {
	font-size: 20px;
	line-height: 25px;
	color: #3ea123;
}

.inj-Form--error .inj-SelectField::before {
	font-family: "icomoonv2" !important;
	content: "\e01d";
	font-size: 15px;
	position: absolute;
	top: 12px;
	right: 0;
	color: #b1b1b1;
	pointer-events: none;
}

.inj-SelectField select {
	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
}

.inj-SelectField select::-ms-expand {
	display: none;
}

.inj-SelectField option {
	font-size: 15px;
}

.section-main.has-submenu {
	padding-bottom: 0;
}

.header-notes .owl-next {
	right: 0;
}

.gartner-logos img {
	max-width: 140px !important;
	height: 31px !important;
	float: right;
	position: relative;
	right: 32px;
	margin-top: 10px;
}

.section-video-content {
	position: relative;
}

/** NEW VERSIONS **/

/** MENU **/

.submenu-planetpress {
	display: none;
}

#menu-site .nav li a {
	padding: 28px 25px;
}

@media screen and (min-width: 881px) and (max-width: 1060px) {
	#home-product .objectiflune-planetpress-brand-primary.inverted {
		background-image: url(../Images/ppc-logo.svg);
	}

	.menu-ppc-content .nav li a {
		padding: 0 !important;
	}

	.menu-ppc-content .main-nav li {
		padding: 25px 10px !important;
	}

	.menu-ppc-content .menu-right li a {
		padding: 12px 15px !important;
	}

	.menu-ppc-content .submenu-planetpress li {
		padding: 10px !important;
	}

	.submenu-planetpress {
		position: absolute;
	}

	#menuPo:hover .submenu-planetpress,
	#menuAr:hover .submenu-planetpress {
		margin-top: 30px;
		position: absolute;
		left: 0;
		width: 100%;
	}

	#menuPo:hover,
	#menuAr:hover {
		position: relative;
	}

	.submenu-planetpress li {
		padding: 0 10px !important;
	}

	.submenu-planetpress li:hover {
		background-color: #c14214 !important;
	}

	.main-nav-ppc li:hover,
	.main-nav-ppc li.active {
		background-color: #e75917;
	}

	.main-nav-ppc {
		height: 76px;
	}

	.menu-ppc-content .main-nav {
		margin-left: 0;
	}
}

#menu-site .nav li a {
	padding: 28px 25px;
}

.main-nav-ppc {
	display: flex;
	flex-direction: row;
}

.main-nav-ppc a {
	color: #585858 !important;
	transition: none !important;
}

.submenu-planetpress {
	display: none;
}

.main-nav-ppc li a:hover,
.main-nav-ppc li.active a {
	background-color: #e75917;
	color: #fff !important;
}

#menuPo:hover,
#menuAr:hover {
	background-color: #e75917;
}

#menuPo:hover a,
#menuAr:hover a,
#menuPricing:hover a,
#menuPlans:hover a,
#menuResources:hover a {
	color: white !important;
}

#menuPo:hover .submenu-planetpress,
#menuAr:hover .submenu-planetpress {
	display: flex !important;
	flex-direction: column;
	background-color: #e75917;
	text-align: center;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#menuPo:hover .submenu-planetpress a,
#menuAr:hover .submenu-planetpress a {
	padding: 10px;
	color: white !important;
	font-weight: 100;
}

.submenu-planetpress a:hover {
	background-color: #c14214 !important;
}

#menuBookaFreeDemo a {
	padding: 13px 25px !important;
	margin-top: 14px;
}

/** HOMEPAGE **/

/** OVERVIEW HEADER **/

.overview-header-content .btn-play i.icon-play-circle {
	background-color: transparent;
	font-size: 98px;
}

.overview-header-content .btn-play i.icon-play-circle:hover {
	background-color: #f8931d;
}

.overview-section-header h2 {
	font-size: 28px;
	margin: 10px 0 0 0;
}

.overview-header-content,
.overview-header-text {
	display: flex;
	flex-direction: column;
	text-align: left;
}

a.cta-cloud > img.logo-cloud {
	padding-top: 16%;
}

.overview-header-content h1 {
	margin: 50px 0 0;
}

.mobile-menu li,
.mobile-menu li a {
	color: #585858;
	font-family: "Gotham";
	position: relative;
}

.submenu--depth2.is-open a {
	padding: 15px 20px !important;
}

.menuMobile-icon-right,
.mobile-chevron-lang {
	position: absolute;
	margin-top: 5px;
}

.menuMobile-icon-right {
	right: 60px;
}

.mobile-chevron-lang {
	right: 140px;
}

.icon-arrow-bottom {
	transform: rotate(90deg);
	position: absolute;
	margin-left: 10px;
	transition: all 0.2s ease;
	margin-top: 5px;
}

.nav-item-section {
	padding: 10px 0;
	position: relative;
}

.nav-item-section .mobmenu-productName,
.mobile-menu a {
	padding: 0 0 0 50px;
}

.mobile-submenu li a,
#MobMenuLanguage ul li a,
.mobile-submenu .submenu-title {
	padding: 10px 0 10px 50px !important;
	background-color: #e75917;
	font-weight: 300;
	color: #fff;
	float: none;
}

.submenu-title span {
	font-family: "Gotham";
	font-weight: 300;
}

#MobMenuLanguage > ul {
	display: none;
}

.submenu--depth2-icon {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 60px;
	color: #fff;
}

.submenu--depth2 {
	display: none;
	height: 100vh;
	position: fixed;
	width: 270px;
	top: 0;
	z-index: 120;
	background-color: #e75917;
	right: 0;
}

.mobile.expanded .submenu--depth2.open,
.mobile.expanded .submenu--depth2.open a {
	display: block !important;
	padding: 15px 20px !important;
}

#subMenuBack {
	padding: 0 20px 10px 20px;
	color: #fff;
	font-weight: 300;
}

#subMenuBack span {
	padding-right: 5px;
}

#MobMenuTalkToAdvisor,
#MobMenuBookDemo {
	padding: 10px 20px 0 20px;
}

#MobMenuTalkToAdvisor a {
	background-color: white;
	border: 1px solid black;
	color: black !important;
}

/** OVERVIEW FEATURES **/
body.palette-accountsreceivable #MobMenuTryItFree,
body.palette-accountsreceivable #MobMenuTalkToAdvisor,
body.palette-accountsreceivable #menuTalkToAdvisor,
body.palette-accountsreceivable #menuTryItFree,
body.palette-bookafreedemo #menuTalkToAdvisor,
body.palette-bookafreedemo #menuTryItFree,
#MobMenuBookDemo,
#menuBookaFreeDemo,
body.palette-bookafreedemo #MobMenuTalkToAdvisor,
body.palette-bookafreedemo #MobMenuTryItFree {
	display: none;
}

body.palette-accountsreceivable #MobMenuBookDemo,
body.palette-accountsreceivable #menuBookaFreeDemo {
	display: block;
}

/** RESPONSIVE **/

@media screen and (min-width: 1025px) and (max-width: 1140px) {
	.section-pricing--leftContent {
		margin-right: 160px !important;
	}

	.section-bookademo--leftContent {
		margin-right: 60px;
	}
}

/** RESPONSIVE MAX 480PX **/
@media screen and (max-width: 480px) {
	.ar-form {
		margin: 20px 30px;
	}

	.company-name span {
		padding-left: 10px;
	}

	.comments {
		padding: 10px 0 10px 10px;
	}

	.link-arrow--left {
		left: 50px;
	}

	.company-name span,
	.comments span {
		font-size: 12px;
	}

	.header-notes {
		max-width: 310px;
	}

	/** FIRST PART **/

	.link-arrow--left,
	.link-arrow--right {
		top: 0;
	}

	.ar-form .inj-TextField-input,
	.ar-form .inj-SelectField-input {
		font-size: 14px;
	}

	.ebook-icon {
		width: 18px !important;
		height: 18px !important;
	}

	/** PRICING PAGE **/
	.section-pricing--left {
		display: none;
	}

	.section-pricing--right {
		width: 100%;
	}

	.section--pricingGlobal,
	.section-pricing--right {
		height: auto !important;
	}

	.section-pricingMobileRight {
		display: block;
		text-align: center;
	}

	.section-pricingMobileRight hr {
		width: 70px;
		height: 2px;
		margin: 0 auto;
	}

	.section-pricing--rightContent {
		margin-top: 0;
	}

	.elements-margin--mobile {
		margin-top: 20px !important;
	}

	/** OVERVIEW **/

	.overview-header-content {
		flex-direction: column-reverse !important;
	}

	.overview-header-content,
	.overview-header-text {
		margin: 0 0 50px 0;
	}

	.overview-header-text h1 {
		font-size: 3.4rem;
	}

	.overview-section-header h2 {
		font-size: 2.1rem !important;
	}

	.overview-section-header img {
		width: 72px !important;
		margin-top: 40px;
	}

	.section-overview-featuresContent {
		flex-direction: column;
	}

	.section-overview-featuresLeft,
	.section-overview-right {
		width: 100%;
		flex-direction: column;
	}

	.section-overview-ar {
		background-image: url("/Content/Images/PlanetPress/V2/bkg-ppc-pauline-res.jpg");
	}

	.graph_small img {
		width: 110px;
		height: 80px;
		margin: 10px 0;
	}

	.section-overviewar--Icons {
		flex-wrap: wrap;
	}

	.section-overviewar--Icon {
		padding: 0;
		margin: 20px;
	}

	.section-overviewar--Icon img {
		height: 110px;
		width: 110px;
	}

	.section-overview-right {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 50px;
	}

	.section-overviewar--header h2 {
		font-size: 20px;
	}

	.section-overview-right .graph_small {
		margin: 20px;
	}

	.section-overview-right .graph_small_title,
	.section-overview-right .graph_small_description,
	.section-overviewar--Icon span {
		font-size: 15px;
	}

	.section-overview-featuresLeft a {
		font-size: 18px;
	}

	.graph_small_description {
		font-weight: 300;
	}

	/** BOOK A DEMO PAGE **/

	.section-bookademo-page {
		padding: 0;
	}

	.section-bookademo--content {
		flex-direction: column;
	}

	.section-bookademo--left {
		width: 100%;
		background-image: none;
	}

	.section-bookademo--leftContent {
		width: 86%;
		margin: 25px;
		box-shadow: none;
	}

	.section-bookademo--leftContent hr {
		width: 200px;
	}

	.section-bookademo--right {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	.section-bookademo-page--global {
		height: auto;
	}

	#form-id {
		padding: 0 !important;
	}

	.slider_title {
		padding: 0 !important;
	}

	#freeconsultation-ar .right {
		padding: 30px 12px !important;
	}

	.download-eguide_img,
	.download-placeholder {
		max-width: 300px !important;
	}
}

/** BETWEEN 481PX TO 768PX **/
@media screen and (min-width: 481px) and (max-width: 768px) {
	/** HEADER **/
	.comments {
		padding: 20px 10px 0 10px;
	}

	.company-name span {
		padding-left: 5px;
	}

	.section-logos--content {
		flex-direction: column-reverse;
	}

	.ar-section-logos hr:first-child {
		top: 350px;
	}

	.section-logos--content p {
		top: 0;
		margin: 20px auto;
	}

	/** AR BOOKADEMO **/

	/** HOME PAGE **/

	.section-overview-ar {
		background-size: cover !important;
	}

	.section-overview-featuresLeft {
		width: 36%;
	}

	.section-overview-right {
		width: 64%;
	}

	/** PRICING **/

	.section-pricing {
		padding: 0;
	}

	.section--pricingGlobal {
		margin-top: 0;
	}

	/** BOOK A FREE DEMO  **/

	.section-bookademo-page {
		padding: 0;
	}

	.section-bookademo--right,
	.section-bookademo-page--global {
		height: 650px;
	}

	.section-bookademo--rightContent .description-content {
		margin-top: 20px;
	}

	/** ALL **/
	.section-bookademo--leftContent,
	.section-pricing---left-contentheader {
		margin-right: 20px !important;
		max-width: 350px !important;
	}

	#form-id {
		padding: 0 30px !important;
	}

	.section-pricing--leftContent {
		float: none;
		margin-right: 0;
		width: auto;
		margin-left: 20px;
	}

	.section-pricing--leftContent {
		margin-right: 0 !important;
	}

	body.mobile #menu-site.fixed-top,
	.btn-navbar-menu.fixed-top {
		top: 87px !important;
	}
}

/** MAX 768PX **/
@media screen and (max-width: 768px) {
	.ar-map-content {
		flex-direction: column;
	}
}

/** RATIO DPI 175% **/
@media only screen and (-moz-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 1/3),
	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (min-device-pixel-ratio: 1.3) {
	.slider_large_img {
		right: -150px !important;
	}

	.slider_nav-svg {
		bottom: -20px !important;
	}

	.slider_title,
	.slider_info_text {
		align-self: flex-start !important;
		margin-left: 50px;
	}

	.slider_nav-svg li {
		margin: 14px;
	}

	.slider_nav-svg {
		max-width: 400px !important;
	}

	.ar-bookdemo--form {
		padding-bottom: 40px;
	}

	#form-id {
		padding: 0 100px;
	}

	.section-pricing--leftContent hr {
		margin: 7px 0 10px 0;
	}

	.section-pricing--leftContent h4 {
		margin: 0;
	}

	.section-pricing--Icons {
		margin: 10px 0;
	}

	.inj-SubmitButton-button {
		margin-top: 0 !important;
		font-size: 14px !important;
	}

	.section-pricing---left-contentheader {
		padding-left: 0;
	}

	.icon-notes-quotes {
		top: -28px;
		font-size: 22px !important;
	}

	.header-notes {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.ar-bookdemo--form #form1--job-title::after,
	.ar-bookdemo--form #form1--telephone::after {
		font-size: 10px;
		margin-top: 5px;
	}

	.ar-bookdemo--form #form1--job-title,
	.ar-bookdemo--form #form1--telephone {
		margin: 0 0 20px 0;
	}

	.section-overviewar--Link a {
		font-size: 18px !important;
	}

	.ar-form .inj-Row {
		margin: 0 !important;
	}

	.ar-form .inj-TextField-input,
	.ar-form .inj-SelectField-input {
		font-size: 14px;
	}

	.elements-margin--mobile {
		line-height: 20px;
	}

	#form1--country::after {
		font-size: 10px !important;
		margin-top: 5px !important;
	}

	#form1--country {
		margin: 0 0 40px 0 !important;
	}

	.section-pricing--rightContent {
		margin-top: 0;
	}

	.section-pricing--Icons .title {
		font-size: 14px;
	}

	.section-pricing--leftContent {
		margin-right: 220px;
	}

	.fr .section-pricing--leftContent {
		margin-right: 80px;
	}

	.de .section-pricing--leftContent,
	.es .section-pricing--leftContent {
		margin-right: 50px;
	}

	.nl .section-pricing--leftContent {
		margin-right: 20px;
	}

	.it .section-pricing--leftContent,
	.pt .section-pricing--leftContent {
		margin-right: 170px;
	}

	.section-pricing--left {
		margin-top: 0;
	}

	.section-pricing--Icons img {
		width: 100px;
	}

	.section-bookademo--rightContent {
		margin-top: 20px;
	}

	.section-bookademo--rightContent .description-content {
		margin-top: 5px;
	}

	.section-bookademo--rightContent h3 {
		margin-bottom: 5px;
	}

	.section-overview-right .graph_small {
		line-height: 20px;
	}

	.section-overview-featuresLeft p {
		max-width: 400px;
	}

	.section-main.has-submenu .inverted span {
		font-size: 4.5rem !important;
	}

	@-webkit-keyframes fadeinRatio {
		0% {
			opacity: 0;
			width: 0;
			height: 0;
		}

		50% {
			opacity: 1;
			width: 650px;
			height: 450px;
		}

		100% {
			opacity: 1;
			width: 650px;
			height: 400px;
		}
	}

	.iframe-modal {
		animation: 0.5s fadeinRatio !important;
		width: 650px !important;
		height: 400px !important;
	}
}

.fr #MobMenuProductsOverview .menuMobile-icon-right,
.es #MobMenuProductsOverview .menuMobile-icon-right,
.es #MobMenuBusinessSolutions .menuMobile-icon-right {
	right: 10px;
}

.de #MobMenuBusinessSolutions .menuMobile-icon-right,
.it #MobMenuBusinessSolutions .menuMobile-icon-right {
	right: 25px;
}

.nl #MobMenuBusinessSolutions .menuMobile-icon-right,
.it #MobMenuProductsOverview .menuMobile-icon-right {
	right: 40px;
}

.nl #MobMenuLanguage .mobile-chevron-lang {
	right: 110px;
}

.pt #MobMenuLanguage .mobile-chevron-lang {
	right: 125px;
}

.pt #MobMenuBusinessSolutions .menuMobile-icon-right,
.pt #MobMenuProductsOverview .menuMobile-icon-right {
	right: 30px;
}

.palette-toolset .graph_small img {
	width: 100%;
	height: 100%;
}

.fr .ar-form #form1--country::after {
	content: "Votre message sera envoy\00E9  au conseiller le plus pr\00E8s de chez vous.";
}

.de .ar-form #form1--country::after {
	content: "Ihre Nachricht wird an den f\FCr Sie zust\E4ndigen Berater gesendet.";
}

.nl .ar-form #form1--country::after {
	content: "Uw bericht wordt naar de voor u dichtstbijzijnde adviseur verzonden.";
}

.it .ar-form #form1--country::after {
	content: "Il messaggio verr\E0  inviato al consulente pi\F9  vicino a lei.";
}

.pt .ar-form #form1--country::after {
	content: "Sua mensagem ser\E1  enviada para o consultor mais pr\F3ximo de voc\EA.";
}

.es .ar-form #form1--country::after {
	content: "Su mensaje se enviar\E1  al asesor m\E1s pr\F3ximo a usted.";
}

/****** POPUP NEWSLETTER OL INSIDER ******/

:root {
	--main-orange: #f47521;
	--main-blue: #254a5d;
	--light-blue: #7c929d;
}
.popup-newsletter-section {
	position: fixed;
	bottom: -500px;
	width: 100%;
	z-index: 999;
	-webkit-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;
	height: 50px;
}

.popup-subscribe {
	display: flex;
	flex-direction: row;
	position: fixed;
	z-index: 1;
	background-color: #dae4ef;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.popup-newsletter-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 0;
}

.popup-subscribe .popup-title {
	font-size: 20px;
	color: var(--main-orange);
	margin: 0;
	font-weight: 100;
}

.popup-title b {
	font-weight: 600;
}

.popup-subscribe .popup-text {
	font-size: 14px;
	width: 100%;
	min-width: 250px;
	max-width: 300px;
	line-height: normal;
	margin: 0 1rem;
	color: midnightblue;
}

.popup-subscribe .subscribe-btn {
	background-color: var(--main-orange);
	margin: 0 1rem;
	border: none;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 4px;
}

.popup-subscribe .close-btn {
	background: none;
	border: none;
	margin: 0 1rem;
}

.popup-subscribe .close-icon {
	font-size: 30px !important;
}

.popup-newsletter-content h2,
.popup-newsletter-content p {
	margin: 0;
}

.popup-newsletter-content h2 {
	font-weight: 100;
}

.popup-newsletter-content p {
	line-height: 15px;
	margin-left: 20px;
}

@media only screen and (max-width: 780px) {
	.popup-newsletter-section {
		height: 20%;
	}

	.popup_newsletter-content {
		flex-direction: column;
		height: 100%;
		justify-content: space-evenly;
		text-align: center;
	}

	.popup-subscribe .close-btn {
		position: absolute;
		top: 0;
		right: 0;
	}

	.popup-subscribe .subscribe-btn {
		background-color: var(--main-orange);
		margin: 1rem 1rem;
	}
}

.popup-newsletter-form {
	position: relative;
}

.popup-newsletter-form input {
	background-color: #cccc;
	color: black;
	border-radius: 0;
	border: 0;
	width: 180px;
	margin: 0 10px;
}

.popup-newsletter-form #email {
	width: 210px;
	margin-right: 0;
}

.popup-newsletter-form input::placeholder {
	color: white;
}

.popup-newsletter-form input::-webkit-input-placeholder {
	color: white;
}
.popup-newsletter-form input:-ms-input-placeholder {
	color: white;
}
.popup-newsletter-form input:-moz-placeholder {
	color: white;
}

.popup-newsletter-form #banner-id,
.popup-newsletter-form .inj-Section1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
}

.popup-newsletter-form .inj-SubmitButton-button {
	background-color: white;
	padding: 11.5px;
	border: 0;
	color: #004155;
	margin: 0;
	width: auto;
}

.popup-newsletter-form .inj-ErrorMsg-title {
	position: absolute;
	top: 45px;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	margin-left: 10px;
	text-align: left;
	line-height: 10px;
}

.popup-newsletter-content .icon-remove {
	font-size: 23px;
	cursor: pointer;
}

.popup-newsletter-content .icon-remove.on-success {
	display: none;
}

.popup-newsletter-form .inj-TextField--error input {
	border: 1px solid red;
}

.popup-newsletter-form .inj-SuccessMsg-title {
	visibility: hidden;
}

.popup-newsletter-form .inj-SuccessMsg-title::after {
	visibility: visible;
	content: "Thank you!";
	position: absolute;
	left: 50%;
	font-style: italic;
}

.fr .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "Merci!";
}

.de .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "Vielen Dank!";
}

.nl .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "Dank u wel!";
}

.it .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "Grazie.";
}

.pt .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "Obrigado!";
}

.es .popup-newsletter-form .inj-SuccessMsg-title::after {
	content: "\00a1Gracias!";
}

#PureChatWidget.purechat .purechat-collapsed-image.modalis-open {
	bottom: 84px !important;
}

@media screen and (max-width: 1440px) {
	#PureChatWidget.purechat .purechat-collapsed-image.modalis-open {
		bottom: 170px !important;
	}

	.popup-newsletter-content {
		flex-direction: column;
		align-items: flex-start;
		left: 120px;
	}

	.popup-newsletter-form,
	.popup-newsletter-form input:first-child,
	.popup-newsletter-content p,
	.popup-newsletter-form .inj-ErrorMsg-title {
		margin-left: 0;
	}

	.popup-newsletter-content .icon-remove {
		position: absolute;
		top: 0;
		right: 150px;
	}

	.popup-newsletter-form {
		margin-top: 10px;
	}

	.popup-newsletter-form .inj-SuccessMsg-title::after {
		left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.popup-newsletter-content {
		left: 20px;
	}

	.popup-newsletter-content .icon-remove {
		right: 30px;
	}

	.cookies_notification {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}

	.cookies_notification_content {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.cookies_notification_content span {
		margin-top: 10px;
	}

	body.mobile #menu-site.fixed-top,
	.btn-navbar-menu.fixed-top {
		top: 70px;
	}

	.fr .mobile #menu-site.fixed-top,
	.fr .btn-navbar-menu.fixed-top,
	.de .mobile #menu-site.fixed-top,
	.de .btn-navbar-menu.fixed-top,
	.es .mobile #menu-site.fixed-top,
	.es .btn-navbar-menu.fixed-top {
		top: 87px;
	}
}

@media screen and (max-width: 768px) {
	.popup-newsletter-form #banner-id,
	.popup-newsletter-form .inj-Section1 {
		flex-direction: column;
		align-items: flex-start;
	}

	.popup-newsletter-form input {
		width: 300px !important;
		margin: 10px 0;
	}

	.popup-newsletter-form .inj-Form-footer {
		margin: 10px 0 0 0;
	}

	.popup-newsletter-form {
		width: 100%;
	}

	.popup-newsletter-form .inj-ErrorMsg-title {
		top: -6px;
	}

	#PureChatWidget.purechat .purechat-collapsed-image.modalis-open {
		bottom: 350px !important;
	}
}

@media screen and (max-width: 880px) {
	.samples_slider_wrap {
		display: none;
	}

	.samples_slider_image {
		max-width: 320px !important;
	}

	.why_ol_content {
		flex-direction: column !important;
		align-items: center !important;
		padding: 0 20px;
	}

	.why_ol_content .right,
	.why_ol_content .left {
		width: auto !important;
		max-width: 600px !important;
	}

	#freeconsultation-ar .left {
		display: none !important;
	}

	#freeconsultation-ar .right {
		max-width: 100% !important;
		margin: 0 auto;
	}

	#freeconsultation-ar {
		background-color: #3d3d3d;
	}

	.workflow_item,
	.workflow_mobile,
	.workflow_item_box {
		position: initial !important;
	}

	.workflow_item_arrow,
	.slider_large_img {
		display: none !important;
	}

	.workflow_item_box {
		display: block !important;
		height: auto !important;
		left: 0 !important;
		top: 0 !important;
		transform: none !important;
		width: 100% !important;
	}

	.workflow_items_item_image,
	.workflow_item_box.box-bottom::before,
	.workflow_item_box.box-top::after {
		display: none !important;
	}

	.workflow_item {
		width: 100% !important;
		margin: 30px 0 !important;
	}

	.ar-logos-content,
	#extranet-ar .content {
		flex-direction: column !important;
	}
	.image-contrast-filet-text .contrast img #extranet-ar .content {
		padding: 30px 0;
	}
}

@media screen and (max-width: 320px) {
	.popup-newsletter-form input {
		width: 250px !important;
	}

	.popup-newsletter-form .inj-ErrorMsg-title {
		max-width: 300px;
	}

	.popup-newsletter-form #banner-id {
		margin-top: 10px;
	}

	.de .mobile #menu-site.fixed-top,
	.de .btn-navbar-menu.fixed-top,
	.es .mobile #menu-site.fixed-top,
	.es .btn-navbar-menu.fixed-top,
	.it .mobile #menu-site.fixed-top,
	.it .btn-navbar-menu.fixed-top {
		top: 135px !important;
	}

	.fr .mobile #menu-site.fixed-top,
	.fr .btn-navbar-menu.fixed-top {
		top: 155px !important;
	}
}
.owl-theme {
	display: none;
}

.image-contrast-filet-text {
	border: 1px solid #eee;
	margin-bottom: 40px;
}

.it .image-contrast-filet-text {
	min-height: 420px;
}

.image-contrast-filet-text .contrast {
	padding: 24px 0;
	background-color: #eee;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.image-contrast-filet-text .contrast img {
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
}

.image-contrast-filet-text .contrast img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.image-contrast-filet-text p {
	line-height: 17px;
}

.separator {
	position: relative;
	height: 370px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.separator span {
	background-color: #3d3d3d;
	color: white;
	padding: 12px;
	border-radius: 50%;
	display: block;
	width: 27px;
	height: 27px;
	box-sizing: content-box;
}

.de .separator span {
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 10px;
}

.it .separator span {
	width: 65px;
	height: 60px;
	line-height: 60px;
	padding: 10px;
}

.graph_medium p {
	line-height: 20px;
}

.section-flexible p {
	line-height: 23px;
}

@media screen and (max-width: 680px) {
	.separator {
		display: none;
	}

	.image-contrast-filet-text {
		margin-bottom: 42px;
	}
}

@media screen and (max-width: 768px) {
	.image-contrast-filet-text,
	.it .image-contrast-filet-text {
		min-height: 370px;
	}
}

.menu-ppc-content {
	display: flex;
	flex-direction: row;
}

.menu-right {
	margin-left: auto;
}

/** AR NEW PAGE **/

#ar-banner {
	background-image: url("/Content/Images/PlanetPress/V2/ar_header.png");
	min-height: 450px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	padding: 100px 0;
}

#ar-banner a {
	color: white;
	background-color: #df570b;
	padding: 16px;
	font-size: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#ar-banner h1 {
	font-weight: 300;
	font-size: 55px;
}

.video-overlay {
	display: none;
}

.video-overlay.is-open {
	height: 100%;
	width: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video-modal {
	display: flex;
	flex-direction: row;
	align-content: flex-end;
}

.video-modal .icon-remove {
	color: white;
	font-size: 26px;
	margin-left: 10px;
	cursor: pointer;
}

#ar-slider {
	padding-bottom: 0;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 50px 0 70px 0;
}

.slider_container {
	position: relative;
	z-index: 1;
	width: 100%;
}

.slider {
	width: 100%;
}

.slider_large_img.women {
	top: 55% !important;
}

.slider_nav-svg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	padding-left: 0;
	max-width: 600px;
	bottom: 100px;
	position: absolute;
}

.slider_nav_container {
	position: relative;
}

.slider_nav-svg .active .st0 {
	fill: #e75917 !important;
}

.slider_nav-svg .active .st3 {
	stroke: #e75917 !important;
}

.slider_nav-svg li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 0 6px;
	width: 100%;
	text-align: center;
	max-width: 144px;
}

.slider_nav-svg_img {
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
}

.slider_nav-svg_title {
	margin-top: 14px;
	width: 100% !important;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #757575;
	background-color: transparent !important;
}
.slider_nav-svg .active .slider_nav-svg_title {
	color: #e75917 !important;
}

.slider_wrap {
	display: flex;
	flex-direction: row !important;
	padding: 40px 0 0;
	width: 83%;
	min-height: 700px;
}

.slider_wrap.cycle-slide-active .slider_large_img.center,
.slider_wrap.cycle-slide-active .slider_large_img.bottom {
	right: -370px;
}
.slider_large_img.bottom {
	bottom: 0;
}

.slider_text {
	width: 70%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 0 0 auto;
}

.slider_title {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #373a3b;
	max-width: 460px;
	align-self: center;
	padding-right: 80px;
}

.slider_title:last-of-type {
	padding-right: 90px;
}

.slider_info_text {
	font-size: 18px;
	line-height: 26px;
	color: #757575;
	font-weight: 400;
	padding: 16px 0 42px;
	align-self: center;
	max-width: 460px;
}

.slider_large_img {
	position: absolute;
	overflow: visible;
	width: 988px !important;
	height: 650px;
	transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	right: -20px;
}

.slider_img {
	display: none;
}
#mySlideshow {
	min-height: 500px;
}

.slider_large_img.active,
.slider_large_img.animated {
	display: block;
}

.slider_large_img.center {
	top: 50%;
	transform: translateY(-50%);
}

.slider_large_img.animated {
	right: -370px;
	opacity: 1;
}

#ar-slider .owl-nav {
	font-family: "icomoonv2" !important;
}

#ar-slider .owl-nav .owl-prev,
.owl-nav .owl-next {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #757575;
	height: 50px;
	width: 50px;
	color: #fff !important;
	font-size: 25px;
	position: relative;
}

#ar-slider .owl-carousel .owl-nav .owl-prev:before {
	content: "\e018";
	margin-right: 10px;
}
#ar-slider .owl-carousel .owl-nav .owl-next:after {
	content: "\e019";
	margin-right: 10px;
}

#ar-slider .owl-prev {
	left: 0;
	top: 50%;
	position: absolute !important;
}

#ar-slider .owl-next {
	right: 0;
}

.owl-controls .owl-dots {
	display: none !important;
}

.ar-logos-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ar_separator {
	height: 4px;
	width: 100px;
	background-color: #e75917;
	margin: 0 auto;
}

.ar-logos-content .logos {
	width: 600px;
}

.ar-lighter {
	font-family: "Gotham Light";
}

.workflow_items {
	margin: 0 auto;
	position: relative;
	max-width: 1148px;
	min-height: 470px;
}

.workflow_items_item_image {
	border-radius: 50%;
	background-color: #e75917;
	z-index: 2;
	margin: 0 auto;
	display: block;
}

.workflow_item {
	padding: 0;
	position: absolute;
	width: 293px;
}

.workflow_items_item-main .workflow_items_item_image {
	background-color: transparent;
}

.workflow_items_item-main,
.workflow_item_1,
.workflow_item_2,
.workflow_item_3,
.workflow_item_4 {
	position: absolute;
	height: auto;
	display: block;
}

.workflow_items .workflow_items_item--hidden {
	top: 20px;
}

.workflow_item_1 {
	top: 270px;
	left: 216px;
}

.workflow_item_2 {
	top: 20px;
	left: 428px;
}

.workflow_item_3 {
	top: 270px;
	left: 644px;
}

.workflow_item_4 {
	top: 20px;
	left: 846px;
}

.workflow_items_arrow_1,
.workflow_items_arrow_2,
.workflow_items_arrow_3,
.workflow_items_arrow_4 {
	display: block;
	position: absolute;
}

.workflow_items_arrow_1 {
	top: 205px;
	left: 205px;
}

.workflow_items_arrow_2 {
	top: 210px;
	left: 444px;
}

.workflow_items_arrow_3 {
	top: 165px;
	left: 472px;
}

.workflow_items_arrow_4 {
	top: 345px;
	left: 475px;
}

.workflow_item_box {
	width: 240px;
	bottom: 170px;
	display: none;
	position: absolute;
	z-index: 999;
	left: 50%;
	height: 0;
	transform: translateX(-50%);
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
	background-color: #ccc;
	text-align: center;
}

.workflow_item_box_thumbnail {
	background-color: #ccc;
	border-radius: 4px;
	position: relative;
}

.workflow_item:hover .workflow_item_box {
	display: block;
	height: auto;
	animation: c 0.4s ease-in-out forwards;
}

.workflow_item_box.box-bottom {
	bottom: inherit;
	top: 180px;
}

.workflow_item_box_text {
	background-color: white;
	font-size: 14px;
	line-height: 20px;
	padding: 12px;
	position: relative;
	text-align: left;
	margin: 0;
}

.workflow_item_box.box-bottom::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -17px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ccc;
	clear: both;
	z-index: 1;
}

.workflow_item_box.box-top::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	clear: both;
}

/** ANIMATION PULSE **/
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	background-color: #e77e20;
	position: absolute;
	margin: 0 auto;
	display: block;
	bottom: -182px;
	left: 56px;
	border-radius: 50%;
	opacity: 1;
	z-index: 0;
	width: 180px;
	height: 180px;
}

.download-eguide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	cursor: pointer;
}

.download-placeholder {
	position: relative;
	width: 450px;
	height: 240px;
}

.download-eguide_img {
	width: 400px;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.download-placeholder:hover .download-eguide_img {
	width: 450px;
	height: auto;
}
.download-eguide a {
	text-transform: uppercase;
}

.download_modal_overlay {
	display: none;
}

.download_modal_overlay.is-open {
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999;
}

.download_modal {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.download_modal_box {
	background-color: #3d3d3d;
	min-height: 500px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	align-items: center;
	padding: 50px 10px;
	color: white;
	position: relative;
	font-size: 20px;
}

.download_modal_box .icon-chevron-down,
#freeconsultation-ar .icon-chevron-down {
	color: #e75917;
	font-size: 45px;
}

.download_modal_box .inj-CheckboxField,
#form-freeconsultation .inj-CheckboxField {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.download_modal_box .inj-Form-footer,
#form-freeconsultation .inj-Form-footer {
	justify-content: center;
}

.download_modal_box #privacy-checkbox,
#freeconsultation-ar #privacy-checkbox {
	position: relative;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.download_modal_box .inj-SubmitButton-button,
#form-freeconsultation .inj-SubmitButton-button {
	background: #e75917;
	border: 0;
	padding: 13px 25px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 15px;
}

.download_modal_box .inj-SubmitButton-button:hover,
#form-freeconsultation .inj-SubmitButton-button:hover {
	background-color: #c14214;
}

.download_modal_box .icon-remove {
	background: #e75917;
	font-size: 20px;
	padding: 10px;
	align-self: flex-end;
	position: absolute;
	top: -1px;
	right: -1px;
	border-top-right-radius: 5px;
	cursor: pointer;
}

.download_modal_box .inj-ErrorMsg-title,
#freeconsultation-ar .inj-ErrorMsg-title {
	font-size: 14px;
}

.download_modal_box .inj-CheckboxField-input:checked,
#form-freeconsultation .inj-CheckboxField-input:checked {
	background-color: #e75917 !important;
	outline: none;
}

.download_modal_box .inj-CheckboxField-input:checked:after,
#form-freeconsultation .inj-CheckboxField-input:checked::after {
	font-family: icomoonv2;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e005";
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 3px;
}

.download_modal_successful {
	display: none;
}

.download_modal_box .inj-TextField-input:focus,
#freeconsultation-ar .inj-TextField-input:focus {
	border: 1px solid #e75917;
}

.download_modal_box .inj-CheckboxField--error input,
#freeconsultation-ar .inj-CheckboxField--error input {
	border: 2px solid red;
}

.section-bg-grey {
	background-color: #fafafa;
}

.samples_nav {
	display: flex;
	flex-direction: row;
}

.sample_nav {
	border: 1px solid #ccc;
	border-bottom: 6px solid #ccc;
	padding: 6px 25px;
	background-color: white;
	cursor: pointer;
	transition: all 0.5s ease;
	text-align: center;
}

.sample_nav.active {
	border-bottom: 6px solid #e75917;
}

.samples_slider {
	position: relative;
}

.samples_slider_image {
	max-width: 800px;
}

.samples_list.left {
	text-align: right;
}
.samples_list {
	position: absolute;
	max-width: 220px;
}
.samples_list.right {
	text-align: left;
}

.samples_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.samples_slider_text #Item0_bullet0 {
	top: 2px;
	left: -152px;
}

.samples_slider_text #Item0_bullet1 {
	top: 386px;
	left: -79px;
}
.samples_slider_text #Item0_bullet1::after {
	left: 153px;
}

.samples_slider_text #Item0_bullet2 {
	top: 28px;
	right: -126px;
}

.samples_slider_text #Item0_bullet2::after {
	right: 200px;
}

.samples_slider_text #Item0_bullet3 {
	top: 186px;
	right: -80px;
}

.samples_slider_text #Item0_bullet3::after {
	right: 155px;
}

.samples_slider_text #Item0_bullet4 {
	top: 250px;
	right: -150px;
}

.samples_slider_text #Item0_bullet5 {
	top: 382px;
	right: -150px;
}

.samples_slider_text .left::after {
	background: url("../../Content/Images/PlanetPress/V2/shape-left.svg")
		no-repeat 100%;
	content: "";
	position: absolute;
	width: 70px;
	height: 12px;
	left: 226px;
	top: 9px;
}

.samples_slider_text .right::after {
	background: url("../../Content/Images/PlanetPress/V2/shape-right.svg")
		no-repeat 100%;
	content: "";
	position: absolute;
	height: 12px;
	width: 70px;
	right: 226px;
	top: 9px;
}

.samples_slider_text #Item1_bullet0 {
	top: 265px;
	left: 60px;
}

.samples_slider_text #Item1_bullet0::after {
	left: 180px;
}

.samples_slider_text #Item1_bullet1 {
	left: 222px;
	top: 354px;
}

.samples_slider_text #Item1_bullet1::after {
	left: 137px;
}

.samples_slider_text #Item1_bullet2 {
	left: 20px;
	top: 460px;
}

.samples_slider_text #Item1_bullet3 {
	top: 404px;
	right: -140px;
}

.samples_slider_text #Item1_bullet4 {
	top: 459px;
	right: -24px;
}

.samples_slider_text #Item1_bullet4::after {
	right: 110px;
}

#why_ol-ar {
	background-image: url("../../Content/Images/PlanetPress/V2/why_ol_banner.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 45px 0;
}

#why_ol-ar h2 {
	color: white;
}

.why_ol_content {
	display: flex;
	flex-direction: row;
	color: white;
	min-height: 400px;
	font-size: 18px;
}

.why_ol_content .left {
	width: 40%;
}

.why_ol_content .right {
	width: 60%;
}

.why_ol_content .icon-chevron-right {
	color: #e75917;
	margin-right: 10px;
	position: absolute;
	left: -20px;
	top: 5px;
}

.why_ol_content .left p {
	font-size: 18px;
}

.why_ol_content .right ul {
	max-width: 500px;
}

.why_ol_content .right li {
	position: relative;
	padding-bottom: 20px;
}

#freeconsultation-ar .left {
	display: flex;
	flex-direction: column;
	max-width: 500px;
}

#freeconsultation-ar hr {
	background-color: #e75917;
	width: 50px;
	height: 4px;
}

#freeconsultation-ar .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#freeconsultation-ar .right {
	background: #3d3d3d;
	max-width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 74px 52px;
	color: white;
}

#freeconsultation-ar .right p {
	color: #ccc;
	line-height: 20px;
	padding: 0 32px;
}

#freeconsultation-ar select,
.download_modal_box select {
	padding: 0 11px;
}

#form-freeconsultation .inj-SuccessMsg-title {
	text-align: center;
	line-height: 20px;
	padding-bottom: 20px;
}

#extranet-ar {
	background-color: #636363;
}

#extranet-ar .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	color: white;
}

#extranet-ar a {
	background: #f47521;
	padding: 16px;
	border-radius: 4px;
	color: white;
}

#extranet-ar h3 {
	font-size: 26px;
	margin: 10px 0;
}

#extranet-ar a:hover {
	background-color: #f47521;
	color: white;
}

#form-freeconsultation .inj-Row,
.download_modal_box .inj-Row {
	margin-bottom: 15px;
}

#form-freeconsultation #form1--first-name,
.download_modal_box #form1--first-name {
	margin-right: 20px;
}

#caroussel-slider .owl-item img {
	display: none;
}

#caroussel-slider .owl-item.active img {
	display: block;
}

.cookies_notification {
	background-color: #57728b;
	color: white;
	padding: 8px;
	display: none;
}

.cookies_notification.is-show {
	display: block;
}

.cookies_notification p {
	margin: 0;
	line-height: 17px;
	font-size: 14px;
}

.cookies_notification_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cookies_notification_content span {
	background-color: white;
	color: #57728b;
	padding: 0 10px;
	font-weight: bold;
	cursor: pointer;
}

.cookies_notification_content a {
	color: white;
	border-bottom: 1px dotted white;
}

#menu-site.fixed-top {
	top: 83px;
}

.fr #menu-site.fixed-top,
.es #menu-site.fixed-top {
	top: 90px;
}

.margin-ar,
.mtg-top {
	margin-top: 10px;
}

.de .margin-ar,
.it .margin-ar,
.nl .margin-ar,
.pt .margin-ar,
.de .mtg-top,
.it .mtg-top,
.nl .mtg-top,
.pt .mtg-top {
	margin-top: 0;
}

.nl .margin-ar,
.en .margin-ar,
.nl .mtg-top,
.en .mtg-top {
	margin-top: 5px;
}

/* New Flex styles for serviceplans pages */

.outer-container {
	display: flex;
	justify-content: center;
	padding: 0 30px;
}

.inner-container {
	display: flex;
	padding-top: 30px;
}

.inner-container .separator {
	margin: 0 15px;
}

.mobile-none {
	display: inherit;
}

.border-top-orange-prem {
	position: relative;
	border-top: 2px solid #f47521;
	padding-top: 30px;
}

.border-top-orange-prem:after {
	position: absolute;
	content: "On Premise Deployment";
	font-family: "Gotham Medium";
	font-weight: 500;
	font-size: 20px;
	color: #f47521;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: fit-content;
}

.border-top-orange-cloud {
	position: relative;
	border-top: 2px solid #f47521;
	padding-top: 30px;
}

.border-top-orange-cloud:after {
	position: absolute;
	content: "Hosted Cloud Deployment";
	font-family: "Gotham Medium";
	font-weight: 500;
	font-size: 20px;
	color: #f47521;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: fit-content;
}

.ctaCloud {
	padding: 3px 40px !important;
	margin-top: 15px;
}

.subscription-card {
	text-align: center;
	min-height: 410px;
	max-width: 310px;
}

.orange {
	background-color: transparent;
	color: #f47521;
	text-shadow: none;
	border: 1px solid #f47521;
	transition: background-color ease 0.3s;
}

.orange:hover {
	background-color: #f47521;
	color: #ffffff;
	text-shadow: none;
	border: 1px solid #f47521;
}

@media only screen and (max-width: 992.999px) {
	.outer-container {
		flex-direction: column;
		max-width: 325px;
		margin: 0 auto;
	}

	.inner-container {
		flex-direction: column;
	}
	.mobile-none {
		display: none;
	}

	.border-top-orange-prem:after {
		font-size: 18px;
	}

	.border-top-orange-cloud:after {
		font-size: 18px;
	}

	.ctaCloud {
		margin-bottom: 30px;
	}

	.subscription-card {
		min-height: 340px;
	}

	.section-main .text-container {
		text-align: center;
		width: fit-content;
		margin: 0 auto;
		padding-bottom: 40px;
		float: none;
	}

	.cloud-container {
		width: 310px;
		margin: 0 auto;
		float: none;
	}

	.hero-text-container {
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
		width: fit-content;
		float: none;
	}

	.hero-text-container a,
	.overview-header-text {
		text-align: center;
		width: fit-content;
	}

	.hero-cloud-container {
		text-align: center;
		width: fit-content;
		margin: 0 auto;
		padding-top: 40px;
		float: none;
	}

	a.cta-cloud > img.logo-cloud {
		padding-top: unset;
		width: 360px;
	}
}

@media screen and (max-width: 480px) {
	.overview-section-header .cta-cloud img.logo-cloud {
		width: 300px !important;
		margin-top: unset;
	}

	.hero-cloud-container {
		padding-top: unset;
	}
}

/* Temporary Banner for issue with web reporting (iframe) */

.banner-issue-report {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 2rem;
	margin: 0 6rem;
	background-color: #fff1b6;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 620px;
}

.banner-issue-report p {
	font-weight: bold;
	color: black !important;
}

.banner-issue-report .report-link {
	border: 1px solid var(--main-orange);
	background-color: var(--main-orange);
	border-radius: 9px;
	padding: 1rem;
	width: fit-content;
}

#reportIssue {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#reportIssue-Title {
	display: flex;
	text-align: center;
}

