@import url("https://epimetheus.wbnusystem.net/~webboutiquesepim/websites/assets/default.css");
/*-- GLOBAL 
=======================*/
html {
  scroll-behavior: smooth;
}
body {
	margin: 0px;
	/*background-color: rgba(209,209,209,1.00);*/
	}

.main-content {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 500px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	}
@media only screen and (max-width: 719px) {
.main-content {
	padding-top: 0px;
	}
.main-content-inner {
	padding: 0px 0px;
}
}

/*-- FORM FIELDS
======================*/
form ul {
	list-style: none
	}
input[type=submit] {
	white-space: nowrap;
	-webkit-appearance: none;
	
	/*color: #00A7E1;	
    padding: 0px 30px 0px 0px;
    font-size: 1.2em;
    line-height: 2em;
    border-radius: 0px;
    display: inline-block;
    margin: 1.0em 0em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 0.8em;
    background-image: url(images/go.png);*/
	padding: 20px 80px 20px 15px;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 5px;
    display: inline-block;
    margin: 1.0em 2em 1.0em 0em;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
	background-color: #0077c8;
   /*background-repeat: no-repeat;
    background-position: right -1px center;
    background-size: auto 105%;

	background-image: url(images/btn-secondary.png);*/
	}
input[type=submit]:hover {
	color: #007fd5;
    background-color: #ffd100;
	}
input:not([type=submit]):not([type=image]) {
	padding: 12px 10px;
	margin-right: 10px;
	border: 1px solid #C7E4F7;
	border-radius: 0px;
	width: calc(100% - 20px);
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 100%;
}
select {
	padding: 12px 10px;
	margin-right: 10px;
	border: 1px solid #C7E4F7;
	border-radius: 0px;
	width: calc(100% - 0px);
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 100%;
}
textarea {
	padding: 15px 10px;
	margin-right: 10px;
	border: 1px solid #C7E4F7;
	border-radius: 0px;
	width: calc(100% - 20px);
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 150px;
	max-width: 100%;
}

/*---------------------------*/
.contact-page-form input:not([type=submit]):not([type=image]) {
    width: calc(100% - 40px);
	
}

.contact-page-form textarea {
    width: calc(100% - 40px);
}
.contact-page-form .form-group:nth-of-type(9) {	
	display: inline-block;
	width: 100%;
}
.contact-page-form .form-group {	
	padding: 10px 20px 10px 0px !important;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group.form-group-opt-in .checkbox {
    width: auto;
    padding-top: 10px;
    display: inline-block;
}
.form-group.form-group-opt-in {
    width: 100%;
    display: inline-block;
    margin-right: 0%;
    background-color: transparent;
    padding: 15px 20px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
/*-------------------------*/

.wcs-wrap-wrap {
	border: 1px solid #ffffff;
	background-color: #ffffff;
    margin-top: 15px;
    padding-top: 10px;
	width: calc(50% - 40px);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wcs-images {
    float: left;
    padding: 15px 20px 0px 0px;
}

.button-grey {
	background-color: #909090 !important;	
	}
.radio,.checkbox {
	display: block;	
}
.radio label,.checkbox label {
	margin-bottom: 1px;	
	width: auto !important;
}
.form-group {	
	display: inline-block;
	width: 50%;
	/*padding: 20px 15px 10px 15px;*/
}
.form-group:nth-of-type(odd) {
	/*background-color: #E7E7E7;*/
}
.formgen-form-wrap label {
	display: block;
	width: auto;
	margin-bottom: 0px;
}
.formgen-form-wrap .form-group-opt-in label {
	width: calc(100% - 80px);
	margin-bottom: 0px;
	display: inline-block !important;
}
.form-group.form-group-opt-in .checkbox {
    padding-top: 2px;
}
@media screen and (max-width: 719px) {
	.form-group {	
		width: 100%;
	}
	.wcs-wrap-wrap {
		width: calc(100% - 0px);
		padding: 0px !important;
	}
	.form-group.form-group-opt-in {
		background-color: #ECECEC;
	}
}
/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.3em;
	background-color: #F9B000;	
}



.show-label label {
	display: inline-block;
}


/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	}

.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none;
	clear: both;
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {

}


/* Header components
=========================================================*/
.logo-1 {
	display: none !important;
}
.logo-2 {
	display: block !important;
}

.header {
    background-color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: auto !important;
	height: 90px;
	border-bottom: solid 1px #E8E8E8;
	}
.header-inner {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0em;
	padding-right: 0em;
	position: relative;
	z-index: auto !important;
	}
#logo {
    margin: 0em;
    padding: 30px 2em 30px 60px;
    float: left;
    width: 135px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
#logo img {
	max-width: 100%;
	z-index: 1100 !important;
	position: relative;
	}
.header-info {
    text-align: right;
    float: right;
    margin: 1.2em 0em 0.5em 0em;
    width: 25%;
}

.header-sign-up a, .header-Login a,  .header-cart a {
	float: right;
	display: block;
	padding: 0px 8px;
	border-right: solid 1px #badce0;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;
}
.header-to-menu {
	padding: 8px 25px 8px 0px;
	float: right;
	width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-sm-search {
	float: right;	
}
.header-sm {
    float: left;
	width: 25%;
    margin: 1.4em 0em 0.5em 0em;
}
.header-sm img {
	width: 30px;
	margin-right: 5px;
}
.header-to-menu {
    padding: 8px 0px 8px 0px;
    float: right;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header-cart a {
	padding: 0px 0px 0px 8px;
	border: none;
	/*background-image: url(images/cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;*/
}



.header-tel-email {
    margin: 0.5em 0em;
    font-size: 1.0em;
}
.header-tel,.header-email {
	float: right;
}
.header-email {
	margin-right: 10px;
}
.header-tel span {
	padding: 0px 1em;
	display: inline-block;
}
.menu-icons {
    position: absolute;
    top: 24px;
    right: 20px;
	z-index: 1012 !important;
	
}

.menu-icons-div {
	width: 22px;
	height: 22px;
	border-radius: 2px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin-left: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #0f838d;
	background-color: #004b9d;
}
.menu-icons-div.menu-icons-search {
    background-image: url(images/icon-search-blue.png);
	background-color: transparent;
}
.menu-icons-div.menu-icons-country {
    background-image: url(images/he-icon-world-blue.png);
	background-color: transparent;
	width: 50px;
	background-position: left center;
	text-align: right;
	color: #0077c8;
	font-weight: 600;
	line-height: 22px;
	display: none;
}
.language-menu {
	position: absolute;
	background-color: #FFFFFF;
	top: 28px;
	left: 20px;
	width: 53px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.15); 
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.15);
}
.flag-img-wrap {
	padding: 5px 14px;
	line-height: 1.1em;
}











.menu-icons-div.menu-icons-login {
	color: #ff7210;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 1.0em;
}
.menu-icons-div.menu-icons-login a {
	color: #ffffff;

}
.menu-icons-div.menu-icons-login:hover {
	background-color: #ffb801;
	color: #ffffff;
}


.he-search-slide {
	position: fixed;
	top: 85px;
	right: 10px;
	background-color: transparent;
	width: 250px;
	height: 50px;
	margin-bottom: -10px;
	display: none;
	z-index: 1100;
	border-radius: 2px;
	color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
}
.search-header {
    border: none;
    border-radius: 3px;
    width: 215px;
    margin: 4px 10px 0px 10px;
    padding: 5px 10px;
    margin-left: auto;
    background-color: #FFFFFF;
}
.search-header input[type=image] {
	width: 20px;
	height: 20px;
	padding-top: 5px;
	float: right;
	vertical-align:middle;
}
.search-header input[type=text] {
	border: none !important;
	width: 155px;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 4px 10px;
	background-color: #F3F3F3;
	vertical-align:middle;
}
@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1149px) {
.header {
	height: auto;
	
	}
#logo {
	padding: 20px 2em 10px 30px;
	width: 100px;
}
#logo img {
    display: block;
}
.menu-icons {
    position: absolute;
    top: 18px;
    right: 70px;
	z-index: 1012 !important;
}
.menu-icons-div {

}
.menu-icons-div.menu-icons-login {
    line-height: 25px;
}
	.menu-icons-div.menu-icons-login a {

	height: 25px;
		display: block;
}
.he-search-slide {
    top: 55px;
}
}

@media screen and (max-width: 450px) {
	.menu-icons-div {
		width: 25px;
		height: 18px;
		margin-left: 12px;
	}
	.menu-icons-div.menu-icons-country {
		width: 45px;
		line-height: 20px;
	}
	.menu-icons {
    position: absolute;
    top: 22px;
}
}

@media screen and (max-width: 400px) {
	#logo {
		margin: 0em;
		padding: 20px 0em 10px 20px;
		float: left;
		width: 100px;
		text-align: left;
		z-index: 11000 !important;
		position: relative;
	}
}

@media screen and (max-width: 310px) {
	.menu-icons-div.menu-icons-country {
    display: none;
}
}

/* MULTI MENU SYSTEM
================================*/

@media screen and (min-width: 1150px) {




 .howerbox-level1 {
    display: none;
        width: 1000px;
        height: auto;
        position: absolute;
        color: black;
        background-color: #ffffff;
		/*column-count: 3;*/

	 
    }

    .cl_orange
    {
    color: orange;
    }
/**/


/*.content-box {
   border: 10px solid #000000;
   column-count: 3;
 }*/

UL#nav-main  {
	padding: 0px !important;
	margin: 0px !important;
}
#nav-main UL,#nav-main LI,#nav-main OL  {
	padding: 0px !important;
	margin: 0px !important;
	margin-bottom: 0px !important;

}
#nav-main OL  {
	background-color: rgba(255,255,255,1);
    display: inline-block;
    float: none;
    width: 250px;
    margin-right: 10px !IMPORTANT;

}
.ol_class img {
	width: 120px;
    margin: 0px 15px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}
	.multimenu-span {
	padding-top: 0px;
    display: inline-block;
    vertical-align: top;
	width: calc(90% - 20px);
	font-weight: 600;
	color: #0077c8;
		font-size: 1.0em;
		line-height: normal;
	}
.navigation {
    z-index: 9999999;
    text-align: right;
	margin-left: 230px;
	margin-right: 140px;
}
.howerbox {

}
.howerbox-level1 {
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
    width: calc(100% - 0em) !important;
    margin: 0em 0.0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
	background-color: #ffffff;
	border-bottom: solid 1px #E8E8E8;
	text-align: right;
}
nav ul li {
    position: inherit !important;

}

.howerbox-level2 {
}
.howerbox-level1 li a {
	color: #00303F;
	font-family: "montserratbold", sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	padding: 15px 20px;
	margin: 0px 20px;
	text-align: left;
	/*border-bottom: solid 1px #969696 !important;*/
	/*width: 160px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	width: 250px;
}
.howerbox-level2 li a {
	font-family: "montserratregular", sans-serif;		
	}
.howerbox-level1 li a:hover {
	transform: scale(1.05)
	}
li.navigation-mob-level2 a {
	color: #807b74;
	font-family: "montserratregular", sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 0.80em;
	padding: 2px 2px;
	margin: 0px 0px;
	text-align: left;
	border: none !important;
}
#nav-main .howerbox-level2 UL,#nav-main .howerbox-level2 LI,#nav-main .howerbox-level2 OL  {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 3px !important;
}
	
	
	#nav-main OL {
		position: relative;
		background-color: transparent;
	}	


	#nav-main OL:after {
		z-index: -1;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: inherit;
		border-left: 1px solid #e9e9e9;
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
}


@media screen and (max-width: 1149px) {
	.menu_image {
		display: none !important;
	}
}


/* NEW MENU SYSTEM
================================*/

@media screen and (min-width: 1150px) {
.menu-hold {
    position: absolute;
    top: 0px;
	padding: 12px 0px 12px 0px;
    right: 0em;
    height: 60px;
    width: 100%;
    z-index: 9999;
}
.menu-hold-inner {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
.toggleMenu {
	display: none !important;
}
ul#navres {
	text-align: right;	
}
.navresponsive {
	position: absolute;
	right: 130px;
	/*right: 0px;
	bottom: 0px;*/
	text-align: right;
	background-color: transparent;
	color: #858585;
	top: auto;
}
.navrespsubmenu {
	width: 200px;
	left: 15px;
}
.navresponsive UL,.navresponsive LI {
	text-align: right;
	/*display: inline-block;*/
	color: #444444;
}
nav ul li ul {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
}
nav ul li ul li {
	border: none !important;
}
nav ul li a {
    color: #0077c8;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 0.90em;
    padding: 24px 9px;
    background-color: transparent;

}
nav ul li a:hover {
    color: #00A7E1;
    background-color: transparent;
}
nav ul li ul li a {
	color: ##233d62;
	font-size: 1.0em;
	padding: 10px 10px;
	background-color: #E1F4FD !important;
	text-align: left;
	border-bottom: solid 1px rgba(255,255,255,0.71);
}
nav ul li ul li:last-of-type a {
	border-bottom: none;
}
nav ul li ul li a:hover {
	background-color: #ffffff !important;
}
.touch-btn {
	display: none;
}

}
@media screen and (max-width: 1149px) {
.navresponsive {
	width: 100%;
	background-color: transparent;
	top: 0px;
}
#navres.active {
	padding-top: 62px;
	background-color: transparent;	
}
.menu-hold {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    width: 100%;
	background-color: transparent;
	height: 50px;
}
.header-tel-email,.header-to-menu,.header-info {
	display: none;
}
nav.navigation {
	position: absolute;
	top: 80px;
	right: 0px;
	left: 0px;
	z-index: 1010;
}
#nav-main {
	margin-top: -1px !important;	
}
a.toggleMenu {
    background-color: transparent;
    color: #807B74 !important;
    font-size: 0em;
    height: 30px;
    z-index: 99999999999 !important;
    width: 40px;
    position: absolute;
    top: 5px;
    right: 0px;
    left: auto !important;
    display: block !important;
}
nav {
    margin: 0 0px 10px 10px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: transparent;
	width: 100%;
}
#navres LI:hover {
	background-color: transparent;
	/*color: #ffffff !important;*/
}
nav ul li {
    border-top: none;
}
nav ul li a {
	color: #000000 !important;
	border-top: 1px solid rgba(0,0,0,0.16);
	padding: 15px 20px;
	background-color: #ffffff;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
}
nav ul li ol li a {
	padding: 15px 20px 15px 40px;
}

nav ul li a:hover {
	color: #0077c8 !important;
	background-color: #EDEDED;
}
.touch-btn {
	display: none;
}
span.touch-btn {
	background-color: transparent !important;
	background-image: url(images/plus-minus-submenu.png);
}
.toggleMenu span.touch-btn:first-of-type {
    background: url(images/plus-minus-grey.png) no-repeat 50% 2px #666;
	border-radius: 0px  !important;
    background-color: transparent !important;
    width: 30px;
    height: 30px;

}
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
ol.ol_class {
	padding-left: 0px;	
}



}

@media screen and (min-width: 1300px) {
	nav ul li a {
		color: #0077c8;
		font-family: proxima-nova,sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 0.95em;
		padding: 23px 15px;
		background-color: transparent;

	}
}


/*===========F-NAV==================*/

.menu-hold.f-nav {
    /*-webkit-transition: position 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;*/
    height: 50px;
    transform: translate(0px, 70px);
    transition: transform 1.0s;
    z-index: 9999;
    position: fixed;
    right: 0.0em;
    left: 0em;
    top: -70px;
    background-color: #ffffff;
    background-image: url(images/Aerogen-logo-blue.png);
    background-position: left 20px center;
    background-size: auto 25px;
    background-repeat: no-repeat;
	-webkit-box-shadow: 0px 5px 3px -2px rgba(0,0,0,0.05); 
	box-shadow: 0px 5px 3px -2px rgba(0,0,0,0.05);
    padding: 0px 0px 10px 0px;
    width: calc(100% - 0px);	
}
.f-nav-logo {
	display:none;
}
.f-nav .f-nav-logo {
	display: block;
	height: 60px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
.f-nav .toggleMenu span.touch-btn:first-of-type {
    background-image: url(images/plus-minus-grey.png);

}
.f-nav .menu-icons-div.menu-icons-country {
    background-image: url(images/he-icon-world-blue.png);
	color: #0077c8;
}
.f-nav .menu-icons {
    top: 18px;
}

@media screen and (max-width: 1149px) {

.menu-hold.f-nav a.toggleMenu {
	top: 3px;
}
.f-nav nav.navigation {
    top: 60px;
}
	
.menu-hold.f-nav {
    padding: 0px 0px 10px 0px;
    width: calc(100% - 0px);	
}
	
	.f-nav #navres.active {
    padding-top: 55px;
    background-color: transparent;
		-webkit-box-shadow: 0px 5px 3px -2px rgba(0,0,0,0.21);
    box-shadow: 0px 5px 3px -2px rgba(0,0,0,0.21);
}
	
	.menu-hold.f-nav .menu-icons {
		top: 16px;
	}
}
@media screen and (max-width: 420px) {
	.menu-hold.f-nav {
    background-position: left 15px center;
    background-size: auto 18px;
	}	
}
/*@media screen and (max-width: 350px) {
	.menu-hold.f-nav {
    background-position: left 15px center;
    background-size: auto 15px;
	}	
}*/

@media screen and (min-width: 1140px) {
	
.f-nav nav ul li a {
    padding: 17px 10px;
}
}







/* Internal Menu
=================================*/
.menu-int-wrap {
	background-color: transparent !important;
	color: #4d4d4f;
	border: none;
	font-size: 1.1em;
}
.menu-int-wrap a {
	color: #4d4d4f !important;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;

}
.menu-int-selected {
	background-color: #2e9fb1 !important;
	color: #FFFFFF !important;
}
.menu-int-selected a {
	color: #FFFFFF !important;
}
.menu-int-L1:hover {
	background-color: #bbbbbb !important;
	color: #FFFFFF !important;
}
.menu-int-L1 a:hover {
	color: #FFFFFF !important;
}
.menu-int-UL LI {
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 5px;
	background-color: #E8E8E8;
}
.menu-int-page-name {
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 10px;
	background-image: none;
	background-color: #D8D8D8;
}
@media only screen and (max-width: 719px) {
.menu-int-wrap {
	padding: 0px;
}
.menu-int-page-name {
	width: 99%;
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0px 0.5% 3px 0.5%;
	background-image: none;
	background-color: #D8D8D8;
	padding: 10px 15px 10px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-int-UL LI {
	/*float: none;*/
	width: 32.3%;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
	margin: 0px 0.5% 2px 0.5%;
	padding: 5px 10px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}	
	
}
@media only screen and (max-width: 450px) {

.menu-int-UL LI {
	width: 49%;
}	
	
}
@media only screen and (max-width: 370px) {

.menu-int-UL LI {
	width: 99%;
}	
	
}
/* ICON SLIDER
===============================*/
.slider_content_information {
	border: solid 1px #e3e3e3;
}
@media only screen and (max-width: 719px) {
.slider_content_information {
	border-left: none;
	border-right: none;
}
}

/* Icon Content Slider
========================================================*/
.slider_content_icons {
	padding: 1em 0em 2em 0em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.slider_content_icon {
	width: 24%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 6px #c4c4c4;
	padding-bottom: 0.75em;
	margin: 0px 0.5% 0px 0.5%;
	}
.iconselected {
	border-bottom: solid 6px #f9b000;
}
.slider_content_icon div {
	text-align: center;
	width: 100% !important;
	font-size: 0.85em;
	color: #888888;
	text-transform: uppercase;
	margin-top: 5px;
	}
.iconselected div {
	color: #333333;
}
.slider_content_icon img {
	width: 50%;
	padding: 0px 15%;
	}


.services-slider .slider_content_icon {
	width: 11.5%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 6px #c4c4c4;
	padding-bottom: 0.75em;
	margin: 0px 0.5% 0px 0.5%;
	}






@media screen and (max-width: 800px) {
.slider_content_icon {
	}
.slider_content_icon div {
	}		
}
@media screen and (max-width: 600px) {
.slider_content_icon img {
	width: 70%;
	padding: 0px 15%;
}
.slider_content_icon div {
	font-size: 0.5em;
	}		
}
@media screen and (max-width: 400px) {
.slider_content_icon div {
	font-size: 0.5em;
	display: block;
	height: 1.2em;
	}		
}

/* HOME
===============================*/
/*.story-slider .column div {
	background-color: transparent !important;
}*/
@media screen and (max-width: 900px) {
	.desktop-only {
		display: none;
	}
}
@media screen and (min-width: 901px) {
	.mobile-only {
		display: none;
	}
}
.home-text H1 {
	font-size: 1.5em;
	color: #575756;
}
.home-text span {
}

.loginpage-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.loginpage-form LI {
	width: 50%;
	display: inline-block;
}
.loginpage-form input[type=submit]:hover {
	color: #ffffff;
	}
.loginpage-form input:not([type=submit]) {
	padding: 8px 2.5%;
	margin-right: 5%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	width: 90%;
	margin-bottom: 10px;
	font-size: 1.0em;
	background-color: #FFFFFF !important;
}
.login-page .restrict-width .column:first-of-type {
	background-color: rgba(230,230,230,1.00);
	padding-bottom: 2em;
}

/* NEWS ONE
============================*/
.news2-sum-shortdesc {
	padding: 15px 0px;
}
.blog-wrap-div {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.news1-wrap H3 {
	border: none;
	font-size: 1.2em;
}
.news1-article-text-wrap {
    float: left;
    max-width: 75%;
}
.news1-article-images {
	width: 20%;
}
.news1-article-images img {
    max-width: 100% !important;
}
@media (max-width: 1160px) {
.blog-wrap-div {
	margin-left: 1em;
	margin-right: 1em;
}	
}

/* Publications
============================*/
.news2-sum-shortdesc .colour {
	padding: 0px;
	background-color: transparent;
	padding-bottom: 170px;
	position: static;
}
.news2-sum-shortdesc .column {
	padding: 0px !important;

}
.news2-sum-shortdesc .column p:nth-of-type(1) b {
    color: #525252;
    margin-bottom: 1em;
    display: block;
    font-size: 1.0em;
    font-weight: 600;
}
.news3-wrap {
	width: calc(29% - 20px) !important;
    margin: 2em 2% 1em 2% !important;
	background-color: #f3f5f8;
	border: none !Important;
	padding: 20px 10px 10px 10px !important;
	position: relative;
}
.news1-article-text-wrap .publication-buttons.column {
	position: absolute;	
	display: block;
	bottom: 20px;
	left: 30px;
	right: 0px;
}
.news3-wrap .btn {
	width: 150px;
	margin: 0.5em 2em 0.5em 0em;
}
.extended-filter-search-wrap {
    padding: 0px 0px !important;
    display: inline-block;
    width: 100% important;
    margin-top: 20px;
}
.extended-filter-search-item {
    width: 160px !important;
    display: inline-block;
	margin: 0em 0% 0em 2% !important;
	
}
.extended-filter-search-item select {
	width: calc(100% - 0px) !important;
	margin-right: 0px!important;
	font-size: 0.85em;
}


@media (max-width: 1050px) {
	.news3-wrap {
		width: calc(46% - 20px) !important;
	}	
}
@media (max-width: 650px) {
	.news3-wrap {
		width: calc(96% - 20px) !important;
		margin: 2em 2% 1em 2% !important;
		background-color: #f3f5f8;
		border: none !Important;
		padding: 20px 10px 10px 10px !important;
		position: relative;
	}	
}
/* HOME NEWS
============================*/
.news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(33% - 4em);
	margin: 0em 2em 20px 2em;
	position: relative;
	padding-bottom: 0px;
	background-color: #f3f5f8;
}
.news1-wrap-tag-all .news1-article-images {
	width: 100%;
	float: none;
}
.news1-wrap-tag-all .news1-article-text-wrap {
	float: none;
	width: calc(100% - 30px);
	max-width: 100%;
	position: relative;
	color: #000000;
	padding-top: 15px;
	font-size: 1em;
	padding: 2px 20px 45px 20px;
}
.news1-article-images img {
	border: none;
	display: block;
}
.news1-wrap-tag-all .news1-article-title H3 {
	margin: 1.2em 0em 0.8em 0em !important;
}
@media (max-width: 719px) {
.news1-wrap-tag-all .news1-wrap-tag {
	float: none;
	width: calc(100% - 1em);
	margin: 0em auto 20px auto;
	max-width: 300px;
}	
}

/* Sectors portfolio NEWS
============================*/
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(33.3% - 2em);
	margin: 0em 1.0em 20px 1.0em;
	position: relative;
	padding-bottom: 0px
}
@media (max-width: 799px) {
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	width: calc(50% - 2em);
	margin: 0em 1.0em 20px 1.0em;
}	
}
@media (max-width: 450px) {
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	width: calc(100% - 2em);
	margin: 0em 1.0em 20px 1.0em;
}	
}

/* NEWS TWO
============================*/
.news2-wrap-sum {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;	
}
.news2-wrap {
	padding-top: 0px;
}
.news2-wrap .news1-wrap {
	float: left;
	width: 29%;
	margin: 1em 2% 2em 2%;
	border: none;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding-bottom: 42px;
}
.news2-wrap .news1-article-images {
	margin-right: 0px;
}
.news2-wrap .news1-article-images img {
	max-width: 500px !important;
	width: 100%;
	border: none;
}
.news2-wrap .news1-article-text-wrap {
	max-width: 100%;
}
.news2-wrap .news1-article-date {
	font-size: 1em;
	margin-bottom: 0.6em;
	color: #8B8B8B;
}
.news2-wrap .news1-article-text-wrap {
    font-size: 1em;
	padding-top: 8px;
}
.news2-nav-wrapper {
	background-color: #EAECEB;
	text-align: right;
}
.news1-footer-numbers {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;

}
.news1-footer-numbers-item {
	margin-right: 10px;
	float: none;
	display: inline-block;
	padding-right: 0px;
}
.news1-footer-numbers-item span {
	padding: 7px 0px 3px 0px;
}
.news1-footer-numbers-item input[type=submit] {
	background: none;
	color: #212322;
	padding: 5px 10px;
	border: solid 1px #c7c9c8;
	border-radius: 0px;
	
}
.news1-footer-numbers-item input[type=submit]:disabled {
	border: solid 1px #dbdbdb;
	color: #afbcb5;	
	cursor: default;
}
.news2-item-date {
	color: #ABABAB;
	display: none;
}
.news2-wrap H3 {
	margin: 0px;
	font-size: 1.2em;
}
.news2-sum-shortdesc P {
	margin: 0px;	
}
.news2-sum-more a {
	display: block;
	padding: 10px 0px;
	margin-top: 10px;
	background-image: url(images/ed-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.news2-det-news-snip-wrap {
	width: 80%;
	border: solid 1px #c8c8c8;
	border-radius: 8px;
	margin: 2.5em 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news2-det-news-snip-wrap .news1-article-images {
	display: none;
}
.news2-det-news-snip-wrap .news1-wrap-tag {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news2-det-news-snip-wrap .news1-article-short-description P {
	margin: 0px;
}
.news2-det-numbers .news1-footer-numbers-item {
	margin-left: 0px;
	border: solid 1px #c5c7c6;
	padding: 5px 10px;
	color: #ABABAB;
}
.news2-det-numbers .news1-footer-numbers-item a {
	color: #000000;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	
}
.news2-det-numbers .news1-footer-numbers-item:nth-of-type(3n+3) {	
	border: none;
	padding: 5px 0px;
	color: #000000;
}
.blog-wrap-div .column {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media (max-width: 719px) {
.news2-wrap .news1-wrap {
	width: 44%;
	margin: 0 3% 2em 3%;
}
	
}
@media (max-width: 400px) {
.news2-wrap .news1-wrap {
	width: 94%;
	margin: 0 3% 2em 3%;
}
	
}
/* Prod Sum
======================================*/
.prod-sum-wrap {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.cat-filter-wrap {
    float: left;
    width: 265px;
    /* border: solid 1px #c8c8c8; */
    margin-right: 20px;
    background-color: #FFFFFF;
    margin-top: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
    margin-bottom: 15px;
}
.cat-prod-wrap {
	float: left;
	width: calc(100% - 285px);	
}
.cat-title-wrap, .prod-detail-nav-wrap {
	background-color: #EBEBEB;	
}
.cat-title-nav-crumbs-wrap {
	float: left;
}

.cat-title-nav,.prod-detail-nav-constrain {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 8px;
	text-align: right;
	font-size: 0.85em;
}
.cat-title-nav .nav {
	margin-left: 7px;	
	border: solid 1px #c5c7c6;
	padding: 2px 4px;
	cursor: pointer;
}
.cat-filter-title {
	color: #464F4E;
	font-size: 1.3em;
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 10px;
}
H3.mega-filter-title, H3.mega-filter-secondary-title {
	font-size: 1.1em !important;
	margin-left: 0px;
	margin-bottom: 5px;
	clear: both;
	background: none;
}
.cat-filter-option {
	clear: both;
    margin-bottom: 15px !important;
    height: 20px;
}
.cat-filter-wrap input[type="checkbox"] {
	margin: 1px 3px 0px -2px;
	width: 15%;
	float: left;
}
.cat-filter-option label {
	width: 85%;
	float: left;
	line-height: 1em;
	margin-bottom: 8px;
	font-size: 0.95em;
}
.prod-img-resizer {

}
.prod-sum-figure {
	padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 1em 0 1em 1%;
    width: 32%;
	background-color: #E1F4FD;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prod-sum-figure:hover {
	transform: scale(1.03)
}
.prod-img-resizer {
	border: none !important;
	margin-bottom: 10px;
	padding: 5%;
}
.product-sum1 H2 {
	margin: 5px 0px 9px 0px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.product-sum1 a H2 {
	color: #1B365D;
}
.product-sum1 P {
	font-size: 0.90em;
	line-height: 1.3em;

}
.prod-sum-addtocart {
	padding: 7px !important;
	margin: 0px !important;
}
.product-sum-button form {
	min-height: 34px;	
}
.cat-sum-fig {
	float: left;
    margin: 1em 1% 1em 1%;
    width: 23%;
	border: none;
}
.cat-sum-fig a H2 {
	text-align: center;
}
.cat-sum-fig img {

	margin-bottom: 10px;
}
@media (max-width: 900px) {
.cat-filter-wrap {

    width: 30%;
}
.cat-prod-wrap {
	float: left;
	width: 67%;	
}
.prod-sum-figure {
    float: left;
    margin: 1em 2% 1em 2%;
    width: 46%;
}
}

@media (max-width: 768px) {
.cat-filter-wrap.catalogue-filter-sidenav {
    padding-bottom: 40px;
}
.cat-prod-wrap {
    float: left;
    width: 100%;
}
.prod-sum-figure {
    float: left;
    margin: 1em 2% 1em 2%;
    width: 46%;
}
.cat-filter-wrap input[type="checkbox"] {
    margin: 0px 3px 2px 0px;
    width: 15%;
    float: left;
}
.cat-filter-option label {
	width: 75%;
	float: left;
	line-height: 1em;
	margin:  0.3em 0 4px 0;
	font-size: 0.8em;
}
}

@media (max-width: 420px) {
.cat-filter-wrap {
	float: left;
	width: 45%;
	border: solid 1px #c8c8c8;
	margin-right: 3%;
	background-color: #FFFFFF;
	margin-top: -10px;
	border-radius: 0px 5px 5px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px 7px 5px;
	/*-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);*/
	margin-bottom: 15px;
}
.cat-prod-wrap {
    float: left;
    width: 100%;
}
.prod-sum-figure {
    float: left;
    margin: 1em 5% 1em 5%;
    width: 90%;
	border-bottom: solid 1px #cccccc;
}

.product-sum1 H2 {
    height: auto;
}
}
/* Prod Det
======================================*/
.prod-detail-wrap {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 1em;
	padding: 0px 0% 0px 0%;
    width: 100%;
	position: relative;
}
.prod-detail-top-breadcrumbs {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.prod-detail-top-wrap {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #EAECEB;
	padding: 10px 10px 10px 35px;
	border: none;
}
.prod-detail-top-breadcrumbs a {
	color: #939393;	
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.prod-detail-image-wrap {
	width: 38% !important;
	float: right;
	margin-right: 3%;
	padding-right: 0%;
	border-right: none;
	margin-left: 3%;
}
.prod-detail-info-wrap {
	width: 53% !important;
	margin-left: 3%;
	float: left;
}
.prod-det-upper-content {
	margin-top: 30px;	
}
.prod-detail-figure {
	text-align: center;
}
.prod-detail-figure img {
	max-height: 500px;
}
.prod-detail-figure a {
   pointer-events: none;
   cursor: default;
}
.prodV3-productinfo-wrap {
	margin-top: 20px;	
}
.prod-detail-info-wrap .colour {
	padding: 0.02em 0em;
}
.prod-detail-info-wrap .colour .column {
	padding-left: 0em;
	padding-right: 0em;
}
.prod-detail-price {
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #465051;
	font-size: 1.1em;
}
.prod-detail-nav-constrain a {
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}
.addtocartform {
	margin-bottom: 1em;	
}
.addtocartform * {
	vertical-align: middle;	
}
.prod-det-img-thumbs {

}
.prodV3-price-bar-buy * {
	vertical-align: middle;
}
.prodV3-price-bar-price-price.prod-detail-price {
	line-height: 1.8em;
	color: #FFFFFF;
}
.prodV3-price-bar-buy input[type=submit] {
	color: #FFFFFF;
	border: solid 1px #ffffff;
}

.prodV3-ymal-wrap img {
	border: solid 1px #E3E3E3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.prod-detail-info-wrap H1 {
    margin: 0px 0px 10px 0px;
	color: #233d62;
}
.prod-det-upper-content {
	font-family: proxima-nova,sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #233d62;
	font-size: 1.4em;
}
.prodV3-ymal-wrap {
	border-top: solid 1px #cccccc;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
.prod-det-img-thumbs .prodV3-ymal-wrap {
	border-top: none;
	padding-top: 0.0em;
	margin-top: 0em;
}
.prod-det-img-thumbs {
	padding-top: 5px;	
	max-width: 450px;
	margin: 10px auto;
}

#swipebox-overlay {
    background: #E1F4FD !Important;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: rgba(35,61,98,0.30) !Important;
    opacity: 0.95;
}

.prod-det-lower-othersincat .slider-product-name {
	font-size: 0.85em;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.prod-det-lower-othersincat {
	padding-bottom: 25px;
	background-color: #EBEBEB;
}
.prod-det-lower-othersincat .prodV3-ymal-wrap {
    border-top: none;
    padding-top: 1.5em;
}
.prod-det-lower-othersincat .prodV3-ymal-wrap img {
    border: none;
	padding: 15%;
}

.prod-det-upper-buttons {
	display: none;
}




@media screen and (min-width: 720px) {
.prod-detail-info-wrap {
    position: absolute !important;
    z-index: 150;
    top: 0px;
    left: 0%;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
}






/* PB */
.page-pb-wrap {
	background-image: url(images/Shock-Set-Up.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 230px auto;
	padding-top: 25px;
}
.page-pb-info-desc {
	display: none;
}

.page-pb-slider-open {
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 0px;
	color: #939393;
	padding: 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	font-size: 1.1em;
	background-image: url(images/PB-open.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	border-bottom: solid 1px #D9D9D9
}
.page-pb-slider {
    display: none;
    background-color: #ECECEC;
    padding: 30px 0% 5px 0%;
    width: 100%;
    position: relative;
    z-index: 1999;
    border-radius: 0px;
}
.page-pb-info-title {
    font-weight: normal;
}
.page-pb-info {
    width: calc(98% - 30px);
    float: left;
    margin-left: 2%;
}
.page-pb-row-wrap input[type=checkbox] {
	margin: 0px !important;
	width: 30px;
}
.page-pb-row-wrap {
	border: none;
}
.web-page-pb-drop .page-pb-row-wrap:nth-of-type(even) {
	background-color: #FFFFFF;	
}
.prodV3-price-bar-wrap {
    background-color: #00afc7;
	border-radius: 0px;
}
@media (max-width: 500px) {
.prod-detail-wrap {
	margin-top: 1em;
}
.prod-detail-image-wrap {
	width: 100% !important;
	margin-right: 0%;
	padding-right: 0%;
	border: none;
	border-bottom: 1px solid #cdcdcd;

}
.prod-detail-image-wrap img {
	max-height: 250px;
	margin-bottom: 1em;
}
.prod-detail-info-wrap {
	width: 97% !important;
	margin-top: 1em;
}
}



/* CART
==================================*/
.cart-wrap {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}
.checkout-payment-img {
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
}



/* Checkout tex reduction
===================================*/
.checkout-order-summary {
	font-size: 85% !important;
}

/* FIX FOR PRODUCT IMAGE MULTIPLE
=======================================================*/
/*.lslide.active {
	display: none;
}
.lslide,.lSSlide {
	width: 100% !important;
	text-align: center;
}
.lslide img {
	width: 200px !important;
	text-align: center;
}
#prodimg {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	width: 80% !important;
}
@media (max-width: 450px) {
.lslide img {
	width: 130px !important;
	text-align: center;
}	
}*/







/*HEADER FIX
============================*/
.header-two,.header-one,.header-in-page {
	overflow: hidden
}
@media (min-width: 1200px) {
.header-two img,.header-one img,.header-in-page img {
	/*margin-top: -5%;
	margin-bottom: -5%;*/
}
}
@media (min-width: 1400px) {
.header-two img,.header-one img,.header-in-page img {
	/*margin-top: -8%;
	margin-bottom: -8%;*/
}
}


@media (max-width: 1150px) {
.header-two img,.header-one img,.header-in-page img {
	width: 150% !important;
	max-width: none !important;
	margin-left: -25%;

}
}
@media (max-width: 719px) {
.header-two img,.header-one img,.header-in-page img {
	width: 250% !important;
	max-width: none !important;
	margin-left: -75%;
}
}


/* Home C2A
============================*/


.c2a .column.no-pad {
    padding: 5px !important;
}


.c2a figure {
	position: relative;
	margin: 0px 0px 20px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c2a figure:hover {
	transform: scale(1.06)
}

.c2a figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: transparent;
    padding: 0.0em 0px;
    background-image: url(images/go2.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: auto 20px;
	pointer-events: none;
}
.c2a figcaption:hover {
	background-color: transparent;
}
.c2a figcaption H4 {
	color: #ffffff;
	background-color: rgba(0,75,157,0.85);
	padding: 0.4em 0.8em;
	margin: 0px;
	font-size: 1.1em;
	display: inline-block;
	/*border-bottom: 4px solid #096167;*/

}
.c2a figcaption H4 span {
    font-size: 1.5em;
    text-transform: none;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.c2a figcaption H4 a {
	color: #ffffff;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.c2a figcaption H4 a span {
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.c2a img {
	display: block;
}
@media (max-width: 1000px) {
.c2a figcaption H4 {
	font-size: 1.3em !important;
}
}
@media (max-width: 719px) {
.c2a .column.fifth {
	width: 50%;
	float: left;
}
.c2a figcaption H4 {
	font-size: 1.5em !important;
}
}

@media (max-width: 500px) {
.c2a .column.fifth {
	width: 100%;
	float: left;
}
.c2a figcaption H4 {
	font-size: 1.2em !important;
}
}



/* C2A V2 */
.c2a2 .column.no-pad {
	padding: 3px !important;
}
.c2a2 figure {
	background-color: rgba(255,255,255,0.07);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c2a2 figure:hover {
	transform: scale(1.05);
	
	

}
.c2a2 figcaption {
	padding: 1px 1em;
}
.c2a2 H4 {
	margin: 0.5em 0 -0.5em 0;;
}
.c2a2 img {
}

/* #DOWN
============================*/
@media (min-width: 720px) {
	.arrow-down {
		position: absolute;
		bottom: 50px;
		right: calc(50% - 12px);
		width: 25px;
		height: 25px;
		background-image: url(images/anim-arrow-down.gif);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: block;
		z-index: 1002;
	}
}
/* loader */
.ajax-loader-gif {
	position: fixed;
	top: 0px !important;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.80);
	z-index: 999999999999;
	display: none;
}
.ajax-loader-gif img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}


/* about us liders */
.about-slider .slider_content_icons {
    padding: 0.5em 0em 0.5em 0em;
}
.about-slider .slider_content_icon img {
	display: none;
}
.about-slider .slider_content_icon {
    width: calc(100% - 40px);
    text-align: left;
    border-bottom: none;
    padding: 12px 20px 12px 20px;
    margin: 0px;
	background-color: #E1F4FD;
}
.about-slider .slider_content_icon div {
    text-align: left !important;
    width: calc(100% - 40px) !important;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0px;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #233d62;
    background-image: url(images/slider-arrow.png);
    background-position: right 5px center;
    background-size: auto 15px;
    background-repeat: no-repeat;
	padding-right: 40px;
	text-transform: none;
	
}
.about-slider .colour {
	padding: 1em 0em;
	padding: 15px;
	border: solid 1px #E3E3E3;
	margin-bottom: 15px;
}
.about-slider .colour .column {
	padding-left: 3px;
	padding-right: 3px;
}
.about-slider div.slideupdown {

}


@media screen and (max-width: 400px) {
.about-slider .slider_content_icon div {

    height: auto !important;
}
.about-slider .slider_content_icon div {

    font-size: 1.0em;
}
}



/* Accordian
================================*/
.references .accordion {
    background-color: transparent;
	color: #525252;
    cursor: pointer;
    padding: 18px 18px 18px 28px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/accordian-open.png);
}
.references .accordion.accordion-active {
    background-image: url(images/accordian-close.png);
}

/*course summary 
=============================================*/
.course-boxes-wrap .column {
	padding: 0px 2rem;
}
.course-item-type-info-wrap {
	position: relative;
}
.course-item-type-info-wrap img {
	display: block;
}
.course-item-type-info-inner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #0077c8;
	color: #ffffff;
}
.course-item-type-info-inner span {
	float: right;
	padding: 7px 12px;
}
.course-item-type-info-duration {
	background-color: #ffd600;
	color: #525252;
}

.course-item-type-info-type {
	background-image: url(images/dash-icon-course.png);
    background-position: left 10px center;
    background-size: 30px auto;
    padding-left: 50px !important;
    background-repeat: no-repeat;
}
.course-item-type-info-type.type-seminar {
	background-image: url(images/dash-icon-webinar.png);
}
.c2a-boxes-wrap.course-boxes-wrap figcaption {
    padding: 1px 20px 90px 20px !important;
    position: relative;
}
.course-boxes-wrap .btn {
    padding: 10px 70px 10px 15px;
}
.course-sum-fav {
	position: absolute;
    bottom: 34px;
    right: 20px;
	width: 30px;
	height: 30px;
	background-image: url(images/dash-icon-favs-c.png);
    background-position: left center;
    background-size: 30px auto;
}
.course-duration {
    background-color: #ffa10d;
    color: #ffffff;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
    padding: 2px 10px;
}
.favourite-link {
    position: absolute;
    bottom: 35px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(images/dash-icon-favs-b-gey.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.favourite-link.favourite-select {
    background-image: url(images/dash-icon-favs-b.png);
}
@media (max-width: 800px) {
.c2a-boxes-wrap .column {
    padding: 0px 2px;
    float: left;
    width: 50%;
}
}
@media (max-width: 450px) {
.c2a-boxes-wrap .column {
    padding: 0px 2px;
    float: left;
    width: 100%;
}
}

/* DISTRIBUTOR TAG
=================================*/
.distributor-wrap-tag {
	width: 31.3%;
	display: block;
	float: left;
	border: solid 1px #E7E7E7;
	border-radius: 0px;
	margin: 15px 1% 0px 1%;
	/*background-color: #F0F0F0;*/
	padding: 0px 0px 12px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 250px;
	/*background-color: #F3F3F3*/
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.06); 
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.06);
}
.distributor-article-text-wrap {
	max-width: none;
	width: 100%;
	min-height: 170px;
}
.distributor-article-title H3 {
	font-size: 1.0em !important;
	margin: 0em 0em 0em 0em;
	padding-top: 9px;
	padding-right: 40px;
	padding-left: 15px;
	padding-bottom: 9px;
	background-image: url(images/icons-pointer2.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: auto 25px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.distributor-article-title H3:hover {

}
.distributor-article-short-description {
	padding: 0px 15px 5px 15px;	
	font-size: 0.8em;
}
.distributor-article-short-description p a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-image: url(images/icon-tel.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0px 3px 28px;
}

.distributor-article-short-description p:nth-of-type(2) a {
    background-image: url(images/icon-email.png);	
}
.distributor-article-short-description p:nth-of-type(3) a {
    background-image: url(images/icon-web.png);	
}
/*.distributor-article-short-description p:nth-of-type(4) {
    background-image: url(images/icon-location.png);
    display: block;
    background-image: url(images/icon-tel.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0px 3px 28px;
}*/



.distributor-wrap-tag .distributor-article-images {
	display: none;
}
br.innova {
	display: none;
}
.distributor-article-short-description P {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

#google-map {
    height: 450px !important;
}
.distributor-search-field-wrap {
	margin-left: 1%;
	max-width: 300px;
}

@media (max-width: 780px) {
.distributor-wrap-tag {
	width: 100%;
	margin: 15px 0% 0px 0%;
	min-height: auto
}
}

@media (max-width: 450px) {
.distributor-article-title H3 {
    font-size: 1.0em !important;
}	
}

/* Accordian
=============================*/
.product-support-colour .accordion {
    font-size: 1.0em;
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
	color: #0077c8;
    padding: 12px 0px;
    background-image: url(images/arrows-accordian.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
	background-color: transparent;
}
.product-support-colour .accordion-active {
    background-image: url(images/arrows-accordian2.png);
}
/* Poduct Support
=============================*/
.product-support-colour .colour {
	padding: 10px 0px;
}
.ps-pdf-links a {
    background-image: url(images/file-pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 30px;
	padding: 6px 0px 6px 50px;
	display: block;
}
.ps-pdf-links p {
    margin: 0.5em 0em;
}


/*----- NEW ---*/


.ps-pdf-links .btn {
	background-image: url(../images/file-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	padding: 6px 0px 6px 50px;
	display: block;
	font-size: 1em;
	margin:0;
	color: #004b9d;
	background-color: transparent;
}
.ps-pdf-links .btn:hover {
	color: #00A7E1;
	background-size: auto 1.9em;
	background-color: transparent;
}

/*-------------------*/
.restrict-width-narrow-form {
	width: 600px;
	max-width: 100%;
}
.form-single-column .form-group {
	width: 100%;
}

.form-single-column input:not([type=submit]):not([type=image]) {
    width: calc(100% - 20px);
    margin-right: 0px;
}
.form-single-column select {
    padding: 12px 10px;
    margin-right: 0px;
    width: calc(100% - 0px);
}
.form-single-column .wcs-wrap-wrap {
    width: calc(100% - 0px);
    max-width: 100%;
}
.form-wrap-bdr .formgen-form-wrap {
	padding: 15px;
	background-color: #f3f5f8;
}




.contact-page-form select {
    width: calc(100% - 20px);
}


/*------------------------------------*/

.arrow-down {
	position: absolute;
	bottom: 60px;
	right: calc(50% - 16px);
	width: 33px;
	height: 33px;
	background-image: url(images/anim-arrow-down.gif);
	background-repeat: no-repeat;
	background-size: 80% 80%;
	display: block;
	z-index: 1002;
}


/*------------------------------------*/
.h-webinars .news1-article-images {
	text-align: center;
}
.h-webinars .news1-article-images img {
	max-width: 250px;
}


.h-webinars .news1-wrap-tag {
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
}

/*---------*/
.event1-row-wrap  {
    background-color: #fff;
    border: solid 1px #0077c8;
    border-radius: 3px;
    margin-bottom: 1em;
}
.event1-row-wrap a  {
    color: #525252;
}
.event1-date-wrap {
    float: left;
    color: rgba(255, 255, 255, 1.00);
    background-color: #0077c8;
    text-align: center;
    padding-top: 20px;
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-bottom: 20px;
    width: 15%;
    border-bottom-right-radius: 10px;
}
.event1-date-title {
    text-transform: none;
}
.event1-text-wrap {
    margin-left: 3%;
	margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 74%;
}
#calendar_form input {
	text-align: center;
}

.cal3-month-wrap {
	border-radius: 4px;
	border: solid 1px #ccc;
	background-color: #fff;
}


.blog-wrap-div-sum .column.two-thirds {
	/*float: right;*/
}



