/* FONTS */

@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flaticon.woff') format('woff'),
        url('../fonts/Flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Light_0.eot');
    src: url('../fonts/Averta Light_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Light_0.woff') format('woff'),
        url('../fonts/Averta Light_0.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta_0.eot');
    src: url('../fonts/Averta_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta_0.woff') format('woff'),
        url('../fonts/Averta_0.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Bold_0.eot');
    src: url('../fonts/Averta Bold_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Bold_0.woff') format('woff'),
        url('../fonts/Averta Bold_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta Black_0.eot');
    src: url('../fonts/Averta Black_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta Black_0.woff') format('woff'),
        url('../fonts/Averta Black_0.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Flaticon.woff') format('woff'),
        url('../fonts/Flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

* {
	font-family: Averta, sans-serif, Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0 30px;
	background-attachment: fixed;
	padding-top: 0;
	background: #f7f7f7;
}

.container {
    padding: 0;
    margin: 0;
    width: auto;
	max-width: 100%;
}

.containerA {
    padding: 100px 14%;
}

.row {
    margin: 0;
}

.clear {
	clear: both;
}

.visible {
	display: block !important;
    -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;
}

b, strong {
    font-weight: 700;
}

/* LINKS */

a:hover {
	text-decoration: none;
	color: inherit;
}

a:active, a:focus, a:focus-within {
	background: none;
	outline : none;
	text-decoration: none;
	color: inherit;
}

a {
    font-size: 13px;
    font-weight: 100;
	color: #fff
}

.linkA a {
	font-size: 18px;
    font-weight: 300;
	color: #1b1c20;
}

.linkA a:hover {
	color: #e70104;
}

.linkA img, .linkB img {
    transition: 0.7s;
}

.linkA img:hover, .linkB img:hover {
    transform: scale(1.1);
}

.textA a {
    color: #1b1c20;
    font-size: 18px;
    font-weight: 300;
}

.textA a:hover {
    color: #e70104;
}

.textA span {
    color: #e70104;
    font-weight: 600;
}

/* H1-H6 TITLES */

h1 {
	font-size: 46px;
	font-weight: normal;
	color: #1b1c20;
	padding: 0;
	margin: 10px 0 20px 0;
	line-height: 1.3em;
	clear: both;
	text-align: left;
}

h2 {
	font-size: 42px;
	font-weight: normal;
	color: #1b1c20;
	padding: 0;
	margin: 10px 0 20px 0;
	clear: both;
	text-align: left;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	color: #1b1c20;
	padding: 0;
	margin: 10px 0;
	clear: both;
	text-align: left;
}

.titleA h1 {
    font-size: 46px;
    font-weight: 900;
    color: #f49b1e;
}

.titleA h2 { /**/
    font-size: 48px;
    font-weight: 900;
    color: #1b1c20;
    letter-spacing: 3px;
}

.titleB h2 {
	font-size: 28px;
    font-weight: 700;
    color: #e70104;
}

.titleC h2 {
    font-size: 58px;
	font-weight: 700;
    color: #fff;
	letter-spacing: 3px;
}

.titleA h3 { /* */
    font-size: 18px;
    font-weight: 300;
    color: #77767c;
}

.titleA {
    padding-bottom: 20px;
}

.titleB h3 { /* */
	font-size: 28px;
    font-weight: 900;
    color: #1b1c20;
}

.titleB {
    padding-bottom: 20px;
}

.titleC h3 { /* */
    font-size: 28px;
    font-weight: 500;
    color: #1b1c20;
}

.titleC {
    padding-bottom: 20px;
}

.titleD h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.titleD {
    padding-bottom: 20px;
}

/* P TEXT */

span {
    color: #e70104;
}

p {
	margin: 0;
}

p, li, .textA p, .textA li { /* */
    font-size: 18px;
    font-weight: 300;
}

.textB p { /* */
    font-size: 28px;
    font-weight: 400;
}

.textC p, .textC a { /* */
	font-size: 28px;
    color: #1b1c20;
    font-weight: 900;
}

.textC a:hover { /* */
    color: #e70104;
}

/* LI */

li:before {
    content: url(../images/icons/tick.png);
	padding-right: 10px;
}

/* IMAGES */

img {
	width: auto;
	max-width: 100% !important;
}

img:active, img:focus, img:focus-within {
	outline : none;
}

/* FLOATS */

.left, .left15, .left25, .left33, .left40, .left45, .left50, .left55, .left60, .left67, .left75, .left85 {
	float: left;
}

.right, .right15, .right25, .right33, .right40, .right45, .right50, .right55, .right60, .right67, .right75, .right85 {
	float: right;
}

.left15, .right15 {
	width: 15%;
}

.left25, .right25 {
	width: 25%;
}

.left33, .right33 {
	width: 33.333%;
}

.left40, .right40 {
	width: 40%;
}

.left45, .right45 {
	width: 45%;
}

.left50, .right50 {
	width: 50%;
}

.left55, .right55 {
	width: 55%;
}

.left60, .right60 {
	width: 60%;
}

.left67, .right67 {
	width: 67.777%;
}

.left75, .right75 {
	width: 75%;
}

.left85, .right85 {
	width: 85%;
}

/* BUTTONS */
button, .btn a, td.acysubbuttons input, .btn-primary, .pd-button-download a {
	display: inline-block;
    text-decoration: none;
    background: #e70104;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px 60px;
    border: 2px solid #e70104;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 50px;
    text-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e70104;
    border-color: #e70104;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
		
button:hover, button:focus, .btn a:hover, .btn a:focus, td.acysubbuttons input:hover, td.acysubbuttons input:focus, .btn-primary:hover, .btn-primary:focus, .pd-button-download a:hover, .pd-button-download a:focus {
	text-decoration: none;
    background-color: #c3c3c3;
    color: #fff;
    border-color: #c3c3c3;
}

.btnCyan {
	display: block;
    text-decoration: none;
    background: #e70104;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    padding: 25px 10px;
    border: 2px solid #e70104;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    max-width: 250px;
	text-align: center;
}

.btnCyan a {
    font-weight: 300;
}
		
.btnCyan:hover {
	text-decoration: none;
    background-color: #c3c3c3;
    color: #fff;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

/* COOKIE */

#cookie_assistant_container {
	margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0px;
    background: rgba(231, 1, 4, 0.7);
	-webkit-animation: pop 2s;
    animation: pop 2s;
    -moz-animation: pop 2s;
    -ms-animation: pop 2s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    display: none;
	color: #fff;
}

#cookie_assistant_wrapper {
    text-align: center;
    line-height: 15px;
    padding: 10px 2%;
}

#cookie_assistant_wrapper p {
    font-size: 12px;
}

#cookie_assistant_wrapper div.buttons {
    margin: 5px 0 3px;
	padding-top: 10px;
}

#cookie_assistant_wrapper a.btn-accept {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    outline: medium none;
    overflow: visible;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#cookie_assistant_wrapper a.btn-accept:focus, #cookie_assistant_wrapper a.btn-accept:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

#cookie_assistant_wrapper a.btn-more {
	display: none;
}

#cookie_assistant_wrapper h2 {
    display: none;
}

#cookie_assistant_wrapper p a {
    display: block;
    padding-top: 4px;
	color: #fff;
}

#cookie_assistant_wrapper p a:hover {
    color: #000;
    text-decoration: none;
}

/* HEADER */

header.header {
    position: fixed;
    width: 70%;
    top: 0;
    left: 15%;
    z-index: 999;
    background: #fff;
	box-shadow: 0 0 15px #ccc;
}

#header {
    padding: 0;
}

/* LOGO */

#logo {
    padding: 0 10px;
}

/* ACYMAILING */

table.acymailing_form {
    width: 100%;
}



/* MENU */

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.nav li:before {
	content: none;
}

#hornav a, #hornav span {
    color: #1b1c20;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 15px;
}

.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: fixed;
	right: 30px;
    top: 26px;
	display: none;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 3px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

ul.nav.menu ul li {
    display: block;
}

ul.nav.menu ul li a, ul.nav.menu ul li span {
    font-size: 90%;
}

ul.nav.menu li a:hover, ul.nav.menu li span:hover {
	color: #3c3c3c;
	text-decoration: none;
}

ul.nav.menu li.parent {
	position: relative;
}

ul.nav.menu li.parent.open:before {
    transform: rotate(180deg);
    top: 8px;
	transition: 0.7s;
}

ul.nav.menu li span {
    cursor: pointer;
}

ul.nav-child {
    list-style: none;
	padding-left: 11px;
}

ul.nav-child li {
    padding-right: 0 !important;
}

ul.nav.menu li.active, ul.nav.menu li.active a, ul.nav.menu li.active span {
    color: #383838;
    font-weight: 700;
}

ul.nav.menu li.active ul li a {
    color: #fff;
}

ul.nav.menu li.active ul li.active a {
    color: #383838;
}

.moduletable_menu.menubottom ul li.open > a, .moduletable_menu.menubottom ul li.open > span {
	color: #383838;
}

ul.nav.menu li.parent ul {
	display: none;
	position: absolute;
    background: #fff;
    top: auto;
    border-width: 1px 0 3px 0;
    border-style: solid;
    border-color: #e70104;
    padding: 15px;
    white-space: nowrap;
	min-width: 99.5%;
}

ul.nav.menu li.parent ul li.parent ul {
    position: relative;
    border: 0;
}

#hornav .moduletable_menu, #hornav .nav.menu, #hornav li {
    height: 100%;
}

#hornav li a, #hornav li span {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
	/*justify-content: center;*/
}

#hornav li:hover > a, #hornav li:hover > span,
#hornav li.open > a, #hornav li.open > span,
#hornav li.parent.active > a, #hornav li.parent.active > span {
    color: #e70104;
}

#hornav li.parent a:after, #hornav li.parent span:after {
	content: url(../images/icons/arrowMenu.png);
    position: absolute;
    right: 0;
    top: auto;
    transition: 0.5s;
}

#hornav li.open a:after, #hornav li.open span:after {
	transform: rotate(180deg);
}

#hornav .nav-child li a:after, #hornav .nav-child li span:after {
	content: none;
}

#hornav .nav-child li.parent a:after, #hornav .nav-child li.parent span:after {
	content: url(../images/icons/arrowMenu.png);
    position: absolute;
    right: 4%;
    top: 33%;
	transition: 0.5s;
	transform: none;
}

#hornav .nav-child li.open a:after, #hornav .nav-child li.open span:after {
	transform: rotate(180deg);
}

#hornav {
    padding: 0;
	margin-right: 0;
    margin-left: auto;
}

#hornav .nav.menu > li.active > a {
	color: #e70104;
}

#hornav li.parent.active > a, #hornav li.default.active > a {
    color: #e70104;
}

#hornav .nav-child li.active > a {
    color: #e70104;
}

#hornav .nav-child li a, #hornav .nav-child li span {
    border: 0;
    padding: 5px 0;
	font-size: 13px;
}

#hornav .nav-child li:hover a, #hornav .nav-child li:hover span {
    color: #e70104;
}

#hornav .nav-child li:hover a.nolink, #hornav .nav-child li:hover span.nolink {
    color: initial;
}

#hornav .nav-child li:hover {
    background: none;
}

/* FALANG LANGUAGE SWITCHER */

#lang {
    display: flex;
    align-items: center;
	padding: 0 15px;
	margin-right: 0;
    margin-left: 0;
}

.lang li:before {
	content: none;
}

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
	background-color: transparent !important;
}

a.langChoose {
    position: relative;
}

a.langChoose:after {
    content: url(../images/icons/arrowMenu.png);
    position: absolute;
    right: 0px;
    top: 8px;
}

.mod-languages {
    padding: 0 20px;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
}

.mod-languages a {
    color: #1b1c20;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.mod-languages a:hover {
	color: #e70104;
}

.mod-languages .lang-active a {
	color: #e70104;
}

div.mod-languages.advanced-dropdown ul {
    background: #fff !important;
    width: 100%;
}

div.advanced-dropdown a:hover {
	color: #e70104;
}

div.advanced-dropdown a.langChoose:hover {
	color: #1b1c20;
}

/* SLIDER */

#slider li:before {
	content: none;
}

/* INNER BANNER */

.itemHeaderTop {
    height: 55vh;
    max-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.itemHeaderTop:after {
    content: "";
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.banner_ttl h2 {
    font-size: 72px;
    font-weight: 900;
}

.banner_ttl p {
    color: #1b1c20;
    font-size: 18px;
    max-width: 400px;
}

.customersInner .banner_ttl p {
    color: #e70104;
    font-size: 46px;
    max-width: unset;
    font-weight: 900;
}

.banner_ttl {
    padding-right: 20px;
}

/* BREADCRUMB */

.breadcrumb li, .breadcrumb a {
    color: #1b1c20;
    font-size: 14px;
	font-weight: 300;
}

.breadcrumb {
    padding: 0;
	background-color: transparent;
}

#innerslider {
    position: relative;
    float: left;
    width: 100%;
}

.breadcrumbContainer li:before {
    content: none;
}

.breadcrumbContainer {
    position: absolute;
    bottom: 0;
    left: 14%;
	max-width: 35%;
}

.breadcrumb li:hover {
    cursor: default;
}

.breadcrumb li:hover, .breadcrumb a:hover {
    color: #1b1c20;
}

.breadcrumb li span:after {
    content: '>';
	padding: 0 7px;
}

.breadcrumb li:last-child span:after {
    content: none;
}

.breadcrumb li.active span {
    font-weight: 600;
}

/* CONTACT FORM */

div.cf-container form fieldset input:hover, div.cf-container form fieldset textarea:hover {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.fieldType.text{
	width: 100%;
	display: inline-block;
}

div.cf-container form fieldset input {
    float: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
	border: 1px solid #1b1c20;
}

.fieldType.textarea {
    width: 100%;
    display: inline-block;
}

.fieldType.optin {
	width: 100%;
    display: inline-block;
	font-size: 14px;
}

div.cf-container form fieldset textarea {
    float: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
	height: 150px;
	border: 1px solid #000;
}

.all-options.optin {
    text-align: left;
	color: #fff;
	font-size: 16px;
}

input[type=checkbox], input[type=radio] {
    margin: 0 !important;
    vertical-align: middle;
    margin: 0 10px !important;
	margin-left: 0 !important;
}

.fieldType.text {
    vertical-align: top;
}

.fieldType.optin .label {
    display: none;
}

div.cf-container form label.label {
    width: 100%;
    text-align: left;
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
	margin-top: 5px;
}

.fieldType.submit button {
    position: relative;
	border: 1px solid #3d3d3d !important;
    background: #3d3d3d;
    width: 85px !important;
    height: 85px;
    display: block;
    border-radius: 90% !important;
    box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.36) !important;
    transition: 0.7s;
    margin: auto;
    margin-bottom: 10px !important;
	cursor: pointer;
}

.fieldType.submit button:focus {
	outline: 0;
}

.submitLabel {
    position: absolute;
    top: 120%;
    left: 12%;
    color: #e70104;
    text-transform: uppercase;
}

/*.fieldType.submit button:after {
    content: '';
    background: url(/images/arrowRightW.png);
    width: 58px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 36%;
    left: 17%;
    transition: 0.5s;
}*/

div.cf-container form fieldset button:hover {
    border: 1px solid #000 !important;
    box-shadow: -1px 1px 15px 5px rgba(0,0,0,0.36) !important;
}

.fieldType.submit {
    max-width: 250px;
    margin-top: 20px;
	margin-right: 0;
    margin-left: auto;
}

input[type="checkbox"] {
    width: 12px !important;
    box-shadow: none !important;
}

.fieldType.text label.error, .fieldType.textarea label.error, .fieldType.optin label.error {
    color: #ff0000;
	font-size: 14px;
}

div.cf-container form .fieldType {
    position: relative;
}

.fieldType.file input {
    border: 0;
}

div.cf-container form fieldset input {
	margin-bottom: 5px;
	height: 60px;
}

div.cf-container label.error {
    position: absolute;
    bottom: -18px;
    left: 0;
}

div.cf-container form fieldset .label, div.cf-container form fieldset label {
    text-align: left;
    font-size: 16px;
    width: auto;
    font-weight: 300;
	color: #1b1c20;
}

.all-options.optin {
    color: #1b1c20;
}

.fieldType.submit button:hover:after {
    left: 21%;
}

div.cf-container form label.error {
    text-align: left;
}

.contactContainer .cf-container {
    max-width: 700px;
}

.contactContainer .textA {
    padding: 8px 0;
}

.fieldType.submit input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    background: #e70104;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    padding: 8px 20px;
    border: 2px solid #e70104;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 50px !important;
    text-shadow: none;
}

.fieldType.submit input[type="submit"]:hover {
    background: #c3c3c3;
	border: 2px solid #c3c3c3;
}

/* SYSTEM MESSAGE CONTAINER */

#system-message-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 45%;
}

#system-message-container #system-message {
    width: 90%;
    margin: auto;
    max-width: 350px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    color: #77767c;
}

/* ARTICLES */

#k2Container.arthraCategoryContainer {
    float: left;
    padding-bottom: 50px;
}

.arthraCategoryContainer div.itemContainer {
    width: 48% !important;
    display: inline-block !important;
    padding: 25px;
	margin: 15px 15px 15px 0;
}

#k2Container .clr {
    display: none;
}

div.catItemHeader span.catItemDateCreated {
    color: #e70104;
    font-size: 18px;
}

div.catItemHeader h3.catItemTitle {
    padding: 0;
}

div.catItemHeader h3.catItemTitle, div.catItemHeader h3.catItemTitle a {
    color: #1b1c20;
    font-size: 28px;
    font-weight: 900;
}

div.catItemIntroText {
    padding-top: 20px;
}

div.catItemIntroText p {
    font-size: 18px;
}

div.catItemReadMore a {
    background: #e70104;
    padding: 15px 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}

div.catItemReadMore a:hover {
    background: #1b1c20;
}

div.catItemView {
    margin-bottom: 0;
}

div.k2Pagination {
    text-align: left;
	padding: 0 14%;
}

div.k2Pagination ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.k2Pagination li.disabled, .k2Pagination li .pagenav {
    display: none;
}

.k2Pagination li.hidden-phone .pagenav {
    display: block;
}

.k2Pagination li.hidden-phone a {
    background: #77767c;
    color: #fff;
    border-radius: 0;
	border: 0;
}

.k2Pagination li.hidden-phone a:hover {
    background: #1b1c20;
}

.k2Pagination li.hidden-phone.active a {
    background: #e70104;
	color: #fff;
}

.k2Pagination li.hidden-phone.active a:hover {
    background: #1b1c20;
}

#k2Container.arthroContainer {
    padding: 30px 14%;
    margin: 50px 0;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
}

div.itemHeader h2.itemTitle {
    color: #1b1c20;
    font-size: 26px;
    font-weight: 900;
    max-width: 800px;
    padding-bottom: 20px;
}

div.itemHeader span.itemDateCreated {
    color: #e70104;
    font-size: 18px;
}

div.itemIntroText {
    color: #1b1c20;
    max-width: 1000px;
}

div.itemFullText {
    max-width: 1000px;
}

ul.itemNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
	max-width: 1000px;
	padding-top: 50px;
}

ul.itemNavigation a {
    color: #1b1c20;
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
}

ul.itemNavigation li {
    float: left;
    width: 32%;
}

ul.itemNavigation li.prev {
    border: 1px solid #e70104;
    padding: 5px;
}

ul.itemNavigation li.next {
    border: 1px solid #e70104;
    padding: 5px;
}

ul.itemNavigation li.back {
    border: 1px solid #e70104;
    padding: 5px;
	margin: 0 5px
}

ul.itemNavigation li.prev div {
    position: relative;
    padding-left: 22px;
}

ul.itemNavigation li.prev div:before {
    position: absolute;
    font-family: Flaticon;
    content: '\f115';
    left: 0;
    top: 50%;
    margin-top: -13.5px;
}

ul.itemNavigation li.next div {
    position: relative;
	padding-right: 20px;
}

ul.itemNavigation li.next div:after {
    position: absolute;
    font-family: Flaticon;
    content: '\f114';
    right: 0;
    top: 50%;
    margin-top: -13.5px;
}

ul.itemNavigation li.prev:hover {
    background: #e70104;
    color: #fff;
}

ul.itemNavigation li.prev:hover a {
    color: #fff;
}

ul.itemNavigation li.next:hover {
    background: #e70104;
	color: #fff;
}

ul.itemNavigation li.next:hover a {
    color: #fff;
}

ul.itemNavigation li.back:hover {
    background: #e70104;
	color: #fff;
}

ul.itemNavigation li.back:hover a {
    color: #fff;
}

ul.itemNavigation .itemBack {
    text-align: center;
    width: 100%;
}

ul.itemNavigation li div {
    width: 100%;
}

/* GDPR */

.gdprContainer {
    padding-bottom: 100px;
}

.gdprContainerInner {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 30px;
}

.gdprContainer h3 {
    color: #e70104;
    padding-top: 20px;
    font-weight: 600;
}

.gdprContainer a {
    color: #e70104;
    font-size: 18px;
}

.gdprContainer a:hover {
    color: #000;
}

.gdprContainer li {
    list-style: none;
}

.gdprContainer table td, .gdprContainer table tr, .gdprContainer table td, .gdprContainer table th {
    border: 1px solid #c3c3c3;
}

.gdprContainer table th {
    background: #c3c3c3;
}

/* SEARCH */

.header.header .container {
    position: relative;
}

#search {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;
}

#search .moduletable {
    display: none;
	width: 100%;
    -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;
}

input#mod-search-searchword {
    font-size: 14px;
    padding: 0 5px;
    width: 100%;
    height: 45px;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #e70104;
}

#searchButton {
	padding: 0 15px;
}

#searchButton:after {
    content: url(../images/icons/search.png);
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
	padding-right: 5px;
	padding-top: 5px;
}

.searchContainer {
    padding: 200px 14% 50px 14%;
    max-width: 1200px;
}

.searchContainer fieldset.phrases label {
    display: block;
    font-size: 13px;
}

.searchContainer input#search-searchword {
    padding: 5px;
}

.searchContainer fieldset.phrases {
    padding-top: 20px;
}

.searchContainer h2.componentheading {
    margin-bottom: 0;
}

.searchContainer dl.search-results a {
    color: #1b1c20;
    font-size: 16px;
    font-weight: 600;
}

.searchContainer dl.search-results a:hover {
    color: #e70104;
}

/* CONTACT LINKS */

.map a:before {
    font-family: Flaticon;
    content: '\f151';
    padding-right: 10px;
	font-size: 18px;
}

.phone a:before {
    font-family: Flaticon;
    content: '\f120';
    padding-right: 10px;
	font-size: 18px;
}

.fax p:before {
    content: 'Fax: ';
    font-weight: 900;
    font-size: 16px;
}

.mail a:before {
    font-family: Flaticon;
    content: '\f126';
    padding-right: 10px;
	font-size: 18px;
}

/* SIMPLE IMAGE GALLERY */

ul.sigProClassic li.sigProThumb {
    width: 30%;
}

ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: none;
    width: 100%;
    padding: 10px;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: 0;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    margin: 0;
	width: 100%;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
    width: 100% !important;
    max-height: 400px;
}

ul.sigProClassic li.sigProThumb a.sigProLink {
	position: relative;
	transition: 0.5s;
}

ul.sigProClassic li.sigProThumb a.sigProLink:after {
    content: url(../images/icons/plusIcon.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ul.sigProClassic li.sigProThumb a.sigProLink:hover {
    opacity: 0.7;
}

ul.sigProClassic li.sigProThumb a.sigProLink:after {
    transition: 0.5s;
}

ul.sigProClassic li.sigProThumb a.sigProLink:hover:after {
    transform: scale(1.2);
}

/* SELECT FILTER */

.selectContainer {
    border: 1px solid #e70104;
    padding: 15px 25px 30px 25px;
    background: rgba(25, 142, 157, 0.05);
    float: left;
    width: 100%;
	max-width: 1000px;
}

.selectContainer h4 {
    color: #e70104;
    font-weight: 600;
    font-size: 14px;
}

.selectContainer li.selectItem {
    float: left;
    list-style: none;
    background: #fff;
    margin: 0 30px;
    min-width: 150px;
    padding: 5px;
	border: 1px solid #e70104;
	position: relative;
}

.selectContainer li.selectItem:nth-child(2) {
    margin-left: 0;
}

.selectContainer li.selectItem:after {
    font-family: Flaticon;
    content: '\f118';
    position: absolute;
    right: 5px;
	color: #e70104;
}

.selectContainer li.selectItem a {
    display: inline-block;
    width: 100%;
	font-size: 14px;
	color: #e70104;
    font-weight: 600;
}

.selectContainer li.selectItem:hover {
    background: #e70104;
}

.selectContainer li.selectItem:hover a {
    color: #fff;
}

.selectContainer li.selectItem:hover:after {
    color: #fff;
}

.selectContainer li.selectItem.active {
    background: #e70104;
}

.selectContainer li.selectItem.active a {
    color: #fff;
}

.selectContainer li.selectItem.active:after {
    content: none;
}

.arthraCategoryContainer div.itemContainer.activeArticle {
	display: inline-block !important;
}

.arthraCategoryContainer div.itemContainer.inactiveArticle {
	display: none !important;
}

.pd-category .pd-filebox.activePhoca {
	display: block !important;
}

.pd-category .pd-filebox.inactivePhoca {
	display: none !important;
}

/* PHOCA */

#phoca-dl-download-box .pd-filenamebox, #phoca-dl-category-box .pd-filenamebox {
    margin: 0;
	max-width: 580px;
	padding-right: 20px;
}

#phoca-dl-category-box .pd-title, #phoca-dl-file-box .pd-title, #phoca-dl-download-box .pd-title {
    margin-bottom: 0;
    color: #e70104;
}

#phoca-dl-category-box .pd-filebox {
    padding: 20px 0;
    margin: 0;
}

#phoca-dl-category-box .pd-buttons, #phoca-dl-file-box .pd-buttons, #phoca-dl-download-box .pd-buttons {
    float: right;
    margin: 0;
    /*padding-right: 15%;*/
}

.pd-button-download .btn {
    padding: 5px 40px;
}

.pdtop, .pgcenter, .pd-cb + div, .pd-button-details, .pd-filename, .pd-category .titleA, .pd-date {
    display: none;
}

/* OTHER */

.flexCenter {
    display: flex;
    align-items: center;
}

.nolink {
	pointer-events: none;
}






.homeSlider {
    height: 70vh;
    min-height: 750px;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
}

.slide_info {
    width: 60%;
    float: left;
    padding-left: 15%;
    padding-top: 10%;
}

.slide_img {
	width: 40%;
    height: 70vh;
    min-height: 750px;
    background-size: cover;
    float: left;
	position: relative;
}
.slide_img:nth-child(2) {
  background-repeat: no-repeat;
    background-position-x: right;
}
.sliderText h2 {
    font-size: 72px;
    font-weight: 900;
}

.sliderText h2 span {
    color: #e70104;
}

.sliderText {
    padding-right: 20px;
    max-width: 600px;
}

.slide_img:nth-child(2) .sliderText{
  width: 680px;
}
.sliderText p {
    font-size: 18px;
    padding: 5px 0;
	max-width: 90%;
}

.sliderButton {
    margin-top: 30px;
}

.slideCounter {
    position: absolute;
    left: -30px;
    bottom: 15px;
    list-style: none;
}

.slideCounter li {
	font-size: 13px;
	padding: 5px 0;
	color: #1b1c20;
}

.slideCounter li:hover {
    color: #e70104;
}

.slideCounter li.activeSlide {
    color: #e70104;
}

.oramaModContainer {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 50px 15%;
    margin-top: 50px;
}

.oramaModContainer .image {
    padding-right: 50px;
}

.oramaModContainer .up .left45 .textB {
    padding: 20px 0 50px 0;
}

.oramaModContainer .up .left45 {
    max-width: 530px;
}

.oramaModContainer .down .titleA {
    letter-spacing: 5px;
}

.oramaModContainer .down {
    padding-top: 50px;
}

.searithmousModContainer {
    padding: 50px 15%;
}

.searithmousItem {
    float: left;
    width: 25%;
}

.searithmousItemNumber {
    width: 175px;
    height: 175px;
    border: 4px solid #1b1c20;
    border-radius: 50%;
	text-align: center;
	position: relative;
	margin: auto;
}

.searithmousItemNumber .number {
    position: absolute;
    width: 100%;
    top: 40%;
    font-size: 24px;
    font-weight: 900;
}

.searithmousItem .textA {
    padding-top: 10px;
    text-align: center;
}

.searithmousItem .textA {
    padding-top: 10px;
    text-align: center;
    max-width: 200px;
    margin: auto;
}

.searithmousModContainer .titleB h3 {
    text-align: right;
}

.searithmousItem .number {
	display: none;
}

.giatiemasModContainer {
    padding: 0 0 0 15%;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
}

.giatiemasModContainer .image {
    text-align: right;
}

.giatiemasModContainer .textA {
    max-width: 500px;
}

.giatiemasModContainer .btn {
    margin-top: 30px;
}

.ergaModContainer {
    padding: 100px 0 50px 0;
}

.ergaModContainer .titleA h2 {
    text-align: center;
}

.ergaModContainer .titleA h3 {
    text-align: center;
	text-transform: uppercase;
}

.ergaModContainer .ergaItem {
    float: left;
    width: 33.333%;
    text-align: center;
}

.ergaModContainer .ergaItems {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.ergaModContainer .ergaItem .titleC h3 {
    text-align: center;
    padding: 10px 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#logo img {
	transition: 0.7s;
	width: 285px;
}

.scrolled #logo img {
    width: 145px;
}

header.header {
	transition: 0.7s;
}

.scrolled header.header {
	width: 100%;
	left: 0;
}

.newsletter h3 {
    font-size: 30px;
    font-weight: 900;
    color: #e70104;
}

#innerSliderContainer {
    background: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 15px #ccc;
	padding-left: 14%;
}

.contactContainer .textC.phone, .contactContainer .textC.mail {
    padding-top: 30px;
}

.contactContainer .textC.phone a, .contactContainer .textC.mail a, .contactContainer .textC.fax p {
    color: red;
}

.contactContainer .textC.phone a:before, .contactContainer .textC.mail a:before, .contactContainer .textC.fax p:before,
.contactContainer .textC.phone a:hover, .contactContainer .textC.mail a:hover {
    color: #1b1c20;
}

#itemListLeading, #itemListPrimary, #itemListSecondary {
    padding: 30px 14% 50px 14%;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    float: left;
    width: 100%;
	margin-top: 50px;
}

div.catItemReadMore {
    display: block;
    margin-top: 30px;
}

.arthroContainer img {
    padding: 30px 0;
    max-width: 500px;
}

.itemNavigation li:before {
    content: none;
}

.pelatesCategoryContainer .itemContainer {
    width: 48% !important;
    float: left !important;
	margin-right: 20px;
}

.pelatesCategoryContainer #itemListLeading, .pelatesCategoryContainer #itemListPrimary {
    background: transparent;
    box-shadow: none;
}

.pelatesCategoryContainer span.catItemImage {
    text-align: left;
}

.pelatesCategoryContainer div.catItemHeader h3.catItemTitle {
    max-width: 400px;
	padding-right: 20px;
}

.pelatesCategoryContainer div.catItemIntroText {
    padding-right: 20px;
    max-width: 485px;
}

#k2Container.pelatesContainer {
    padding: 50px 14%;
}

.pelatesContainer span.itemImage {
    text-align: left;
}

.searchContainer .btn-group>.btn:first-child {
    margin-left: 20px;
}

ul.pagination-list li:before {
    content: none;
}

footer.footer {
    padding: 50px 30px 0 30px;
    border-top: 1px solid #1b1c20;
}

.copyright {
    padding: 50px 0;
}

.copyright p {
    color: #e70104;
    font-weight: 600;
    font-size: 14px;
}

.footer h3 {
    font-size: 28px;
    font-weight: 900;
}

.footer a {
    color: #1b1c20;
    font-size: 18px;
    font-weight: 300;
	display: inline-block;
    padding: 5px 0;
}

.footer a:hover {
    color: #e70104;
}

.latestArticles, .whitePapers, .entypa, .newsletter {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.latestArticles .custom, .whitePapers .custom, .entypa .custom {
    max-width: 370px;
}

.newsletter .moduletable {
    max-width: 330px;
}

.newsletter input {
    background: #e3e3e3;
    border: 0;
    padding: 7px;
}

.newsletter .acymailing_introtext {
    margin-bottom: 30px !important;
}

.newsletter td.acyfield_email {
    position: relative;
}

.newsletter input.button.subbutton {
    position: absolute;
    right: 5px;
    top: 10px;
    content: '';
    background: url(../images/icons/arrowRight.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 20px;
}

.newsletter input.button.subbutton:active {
    background: url(../images/icons/arrowRight.png);
}

div.k2ItemsBlock .giatiemasModContainer ul li {
    display: flex;
    align-items: center;
}

.giatiemasModContainer li:before {
    padding-right: 12px;
    margin-left: -30px;
}

div.k2ItemsBlock .giatiemasModContainer ul {
    padding-left: 30px;
}

.breadcrumbContainer {
    display: none;
}

.pd-category-view {
    background: #fff;
    box-shadow: 0 0 15px #CCC;
    padding: 30px;
	padding-left: 14%;
    margin: 50px 0;
}

.pd-category {
    max-width: 900px;
}

.pd-cdesc {
    margin-bottom: 50px !important;
}

.pd-subcategory {
    width: 30%;
    float: left;
    display: block;
    background: #1b1c20 !important;
    padding: 20px;
}

.pd-category .pd-hr-cb {
	border: 0;
}

.pd-subcategory:hover {
    background: #e70104 !important;
}

.pd-subcategory:hover a {
    background: #e70104 !important;
}

.pd-subcategory a {
    font-size: 16px;
}

.pd-subcategory .small, .pd-subcategory small {
	color: #fff;
}

.pistopoiisiModContainer .pistopoiisiModItem {
    width: 30%;
    float: left;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    text-align: center;
    margin: 10px;
	border-bottom: 3px solid #fff;
}

.pistopoiisiModContainer {
    float: left;
    width: 100%;
}

.pistopoiisiModItem img {
    height: 280px;
	transition: 0.7s;
}

.pistopoiisiModItem img:hover {
    transform: scale(1.1);
}

.pistopoiisiModItem:hover {
	border-bottom: 3px solid #e70104;
}

.poioieimasteContainer ul {
    list-style: none;
}

.poioieimasteContainerA .textA {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 30px 30px 30px 0;
}

.poioieimasteContainerA {
    padding-bottom: 80px;
    max-width: 1000px;
}

.poioieimasteContainerA .textA li {
    padding: 7px 0;
}

.poioieimasteContainerA .titleB {
    max-width: 800px;
}

.poioieimasteContainerA .textA {
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 30px;
    border-bottom: 3px solid #e70104;
}

.poioieimasteContainer ul li:before {
    margin-left: -29px;
}

.poioieimasteContainer ul {
    list-style: none;
    margin-left: 0;
}

.poioieimasteContainer .textA span {
    padding-top: 15px;
    display: block;
    color: #000;
}

.pelatesCategoryContainer  span.catItemImage img {
    max-height: 400px;
}

td.acyterms a {
    font-size: 13px;
}

.oramaModContainer .down .btn {
    margin-top: 35px;
}

.lyseisCategoryContainer {
    padding-top: 150px;
    float: left;
    width: 100%;
}

.lyseisCategoryContainer .subCategoryContainer {
    width: 25%;
    float: left;
}

.lyseisCategoryContainer .subCategory {
    border: 0;
    background: none;
}

.lyseisCategoryContainer .subCategory img {
    width: 250px;
    margin: 0 !important;
    box-shadow: 0 0 15px #908686;
    transition: 0.7s;
}

.lyseisCategoryContainer .subCategory img:hover {
    transform: scale(1.05);
}

.lyseisCategoryContainer .subCategory h2 a {
    color: red;
    text-align: center;
    font-size: 20px;
}

.lyseisCategoryContainer .subCategory h2 {
    text-align: center;
}

.lyseisCategoryContainer .catItemView p {
    padding: 10px 0;
    max-width: 1000px;
}

.lyseisCategoryContainer .catItemView ul {
    max-width: 1000px;
}

.lyseisCategoryContainer .catItemView img {
    width: 500px;
    border: 1px solid #ccc;
}

.lyseisCategoryContainer .catItemView ul {
    list-style: none;
}

body.itemid-107 {
    background: #fff;
}

.pd-button-download.previewButton {
    margin-right: 5px;
}

.copyright a {
  font-size:14px;
}

.lightverse-delivers{
    display: flex; 
    list-style:none;
    padding: 0;
}
.lightverse-delivers li:before{
    display: none!important;
}

.lightverse-delivers li p{
    width: 33%;
}
.lightverse-delivers li .item{
    display:flex;
}
