body {
	background-color: #ffffff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	font-size: 1em /*{body|body-font-size}*/;
	color: #0c0b25 /*{body|text-colour}*/;
	max-width: 100vw;
	min-width: 100vw;
    overflow-x: hidden;
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 400;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
	color: #1966f7 /*{body|link-colour}*/
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 800;
}

h1 {
	font-size: 3.5em;
	font-family: acumin-pro-condensed,sans-serif;
    width: 100%;
	text-align: center;
}

h2 {
	font-size: 2.5em;
    font-family: acumin-pro-condensed,sans-serif;
    width: 100%;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 32px;
	text-align: center;
}

h3 {
	font-size: 2em;
    font-family: acumin-pro-condensed,sans-serif;
    width: 100%;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 8px;
}

.top-bar {
	min-width: 100%;
    background-color: rgb(25, 102, 247);
    padding: 3px 30px;
    color: #fff;
}

.top-bar p {
	color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 12px;
}

.wrapper-header {
	background-color: #191851 /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
	padding: 10px 30px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #FFFFFF /*{header|link-colour}*/
}
.wrapper-header .btn-default {
	background-color: rgba(255, 255, 255, 1) /*{header|button-colour}*/;
	border-color: rgba(255, 255, 255, 1) /*{header|button-colour}*/;
	color: #333333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
	border-color: rgba(255, 255, 255, 1) /*{header|button-colour}*/;
	box-shadow: none;
	border-width: 2px;
}
.navbar.navbar-default {
	background-color: #002324 /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff /*{header|menu-colour}*/;
}
#header-cart {
	    margin-left: -3px;
}

@media (max-width: 767.98px){
	.navbar-nav .dropdown-menu .dropdown-item{
		color: #ffffff /*{header|menu-colour}*/
	}
}
a#cartcontentsheader {
	padding: 32px 0px;
	background-color: transparent /*{header|Cart-icon-background-colour}*/;
	color: #ffffff /*{header|Cart-icon-text-colour}*/;
	border: none;
	font-size: 14px;
    font-weight: 600;
	    line-height: 18px;
}
.wrapper-footer {
	background-color: #0c0627 /*{footer|background-color}*/;
	color: #d9d6e4 /*{footer|text-colour}*/;
	padding: 72px 0px;
	margin-top: 72px;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #d9d6e4 /*{footer|link-colour}*/;
	padding: 5px 0px;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
}

.wrapper-footer h4 {
    margin: 0px 0 15px;
    padding: 0;
    font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.wrapper-footer label {
	font-size: 13px;
	margin-top: 0.5rem;
}

.wrapper-footer p {
	font-size: 13px;
}

.wrapper-footer label input {
	vertical-align:middle;
}

/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
	border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(40, 39, 128, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(40, 39, 128, 1) /*{buttons | btn-primary-border-colour}*/;
	border-radius: 0.125rem;
    font-size: 16px;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgb(25, 102, 247) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgb(25, 102, 247) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: #282780 /*{buttons | btn-success-background-colour}*/;
	border-color: #282780 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #f16522 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #f16522 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}

.dropdown-menu {
	background-color: #282780;
	border: none;
}

.dropdown-item {
	transition: 0.5s;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #000 !important;
	transition: 0.5s;
	background-color: transparent !important;
}

.dropup, .dropright, .dropdown, .dropleft {
	position: static;
}

.dropright .dropdown-menu {
	margin-left: 0;
}

.dd-t2 {
	    background-color: #f16522;
}

.dd-t2:before {
    display: block;
    content: "";
    width: 75vw;
    height: 31vh;
    position: absolute;
    top: -2px;
    left: 25%;
}

.dd-t3 {
	background-color: #FFF;
	
}

.dd-t3:first-of-type {
	display: block;
}

.cart-indicator {
    height: 18px;
    min-width: 18px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    font-size: 11px;
    top: -15px;
    z-index: 3;
    text-align: center;
    color: rgba(40, 39, 128, 1);
    font-weight: 600;
    line-height: 16px;
    padding: 0px 5px;
}

.dropdown-menu.dd-t2 {
    transform: none !important;
    top: 83px !important;
    left: calc(-25% - 2px)!important;
	min-width: 38.2vw;
	min-height: 51vh;
	padding: 30px 0px;
}

.dd-t3 {
	min-width: 61.8vw;
	min-height: 51vh;
	padding: 30px 40px;
	background-color: #f89f1e;
	color: #FFF;
}

.dropdown-menu-horizontal {
    top: 0px;
}

.dropdown-hover::hover .dd-t3 {
	display: block;
}

.dd-t3 .dropdown-item {
	color: #FFF;
}

.dropdown-toggle::after {
	display: none;
}

.t2-heading {
	    font-size: 2em;
    font-weight: 600;
	padding: 5px 40px;
}

.img-responsive {
	width: 100%;
}

.search-head-cont {
	background-color: #f16522;
}

.nav-link {
	color: #fff;
    font-weight: 400;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.submenu .dropdown-item {
	padding: 5px 0px;
}

.nav-blog-img {
    padding-bottom: 10px;
}

.nav-blog-head {
	font-weight: 600;
    margin-bottom: 5px;
	font-size: 14px;
    white-space: normal;
    line-height: 1;
}

.nav-blog-desc {
    word-break: break-word;
    white-space: normal;
	line-height: 1.15;
	font-size: 11px;
}

.blog-date {
	background-color: #f16522;
    padding: 5px 10px;
    color: #FFF;
	margin-right: -4px;
}

.blog-author {
	background-color: #f89f1e;
    padding: 5px 10px;
    color: #FFF;
}

.blog-title {
	font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
}

.blog-subtitle {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 32px;
}

.blog-details {
	margin-bottom: 24px;
    margin-top: 32px;
	line-height: 1;
	font-size: 13px;
}

.blog-image {
	margin-bottom: 32px;
}

.card {
	border: none;
}

.card-header {
	background-color: rgb(25, 102, 247);
	padding: 1rem 1.25rem;
}

.card-header h3 {
	color: #FFF;
    font-weight: 600;
    font-size: 18px;
}

.search-toggler {
	background-color: transparent;
    border: none;
    color: #FFF;
	margin: 0 1rem;
	line-height: 1px;
}

.nav-item {
	padding: 0;
    margin: 0;
}

.navbar {
	padding: 0;
}

.nav-link {
	padding: 32px 10px;
	transition: 0.3s;
}

.nav-link:hover {
	color: #f89f1e !important;
	transition: 0.3s;
}

.carousel-caption {
	background-color: transparent;
	border: none;
}

.carousel-caption {
    position: absolute;
    right: 22%;
    top: 3vh;
    left: 85px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
    text-shadow: none;
    width: 40%;
}

.carousel-caption h2 {
    font-size: 11vh;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 800;
	line-height: 0.88;
    margin-bottom: 16px;
	text-align: left;
}

.carousel-description {
	max-width: 75%;
    margin-bottom: 22px;
    line-height: 1.35;
}

.pre-headline {
	font-family: acumin-pro-wide,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #1966f7;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.35px;
}



.pre-headline::before {
    display: inline-block;
    color: #1966f7;
    content: "";
    height: 1px;
    width: 32px;
    background: #1966f7;
    vertical-align: middle;
    margin-right: 8px;
}

.carousel-caption .btn {
    text-shadow: none;
    background-color: #1966f7;
    border: #1966f7;
	transition: 0.3s;
	min-width: 200px;
}

.carousel-caption .btn:hover {
    text-shadow: none;
    background-color: #00aced;
    border: #00aced;
	transition: 0.3s;
}

#homepageCarousel {
	background-color: transparent;
    min-height: 88vh;
}

.btn-cta {
	    min-width: 200px;
    margin-top: 32px;
	    background-color: #FFF;
	    border-radius: 0.125rem;
}

.btn-cta-blue {
	min-width: 200px;
    margin-top: 32px;
    background-color: #1966f7;
    border: #1966f7;
    transition: .3s;
    border-radius: 0.125rem;
    color: #FFF;
    font-size: 16px;
    padding: 0.5rem 2.5rem;
}

.btn-cta-dk-blue {
	min-width: 200px;
    margin-top: 32px;
    background-color: #191851;
    border: #191851;
    transition: .3s;
    border-radius: 0.125rem;
    color: #FFF;
    font-size: 16px;
    padding: 0.5rem 2.5rem;
}

.btn-cta-orange {
	min-width: 200px;
    margin-top: 32px;
    background-color: #f16522;
    border: #f16522;
    transition: .3s;
    border-radius: 0.125rem;
    color: #FFF;
    font-size: 16px;
    padding: 0.5rem 2.5rem;
}

.thumbnail.card-body .card-title {
	    font-weight: 700;
    font-size: 24px;
    line-height: 1.05;
    min-height: 60px;

}

.card-body .card-title a {
	color: #201d15;
}

.category-body h1 {
	text-align: left;
}

.category-body h2 {
	text-align: left;
	margin-bottom: 16px;
}

.category-body h3 {
	text-align: left;
	margin-bottom: 16px;
}

.breadcrumb {
	background: none;
    font-size: 12px;
    margin: 1rem 0 0 0;
    padding: 0.5rem 0;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #bdbdbd;
    content: "";
    height: 1px;
    width: 16px;
    background: #bdbdbd;
    vertical-align: middle;
}

.breadcrumb-item a {
	color: #bdbdbd;
}

.results-text {
	display: inline-block;
}

.cat-sorting {
	display: inline-block;
}

.cat-sorting select.form-control {
	border: none;
    color: #2b2b2b;
    padding: 0px;
	font-size: 1em;
	text-decoration: underline;
}

.viewby span {
	font-size: 1em;
}

.view-type {
	color: #2b2b2b;
}

.view-type:first-of-type {
	padding: 0px 6px;
}

.view-type.active {
	text-decoration: underline;
}

.sort_container {
	font-size: 12px;
}

.list-group-item {
	border: none;
}

.filter-header {
	border: none;
    margin-bottom: 0;
	padding-top: 0px;
}

.big-f-headers {
	margin-bottom: 0px;
    font-size: 13px;
}

.big-f-headers a {
	color: #bdbdbd;
	display: inline-block;
}

.big-f-headers a::after {
	display: inline-block;
	color: #bdbdbd;
    content: "";
    height: 1px;
    width: 16px;
    background: #bdbdbd;
    vertical-align: middle;
	margin-left: 4px;
}

.f-headers {
	margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #2b2b2b;
}

.product-title {
	text-align: left;
	line-height: 1;
}

.product-price {
	margin-bottom: 16px;
    font-weight: 400;
	font-size: 1.5em;
}

.product-rec-title {
	font-size: 2em;
    font-family: acumin-pro-condensed,sans-serif;
    width: 100%;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 8px;
}

.npopup-btn-close {
    position: absolute;
    background: none;
    top: 8px;
    right: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    display: inline-block;
    color: #FFFF;
    font-weight: 400;
    font-size: 24px;
    padding: 0;
}

.npopup-body {
	border-radius: 0.125rem;
	padding: 32px;
	background-color: #f16522;
}

.modal-header {
	border-bottom: none;
	padding: 0;
}

.navestylemenublock {
	top: 80px;
    background-color: #FFF;
    padding: 24px 0px;
    z-index: 0;
    min-height: 100vh;
}

.successaddmessage .header {
	color: #FFF;
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 2em;
    text-align: center;
	line-height: 1;
    margin-bottom: 16px;
}

.successaddmessage .body {
	margin-bottom: 16px;
}

.successaddmessage .body .image {
    float: left;
    height: 80px;
    background-color: transparent;
    margin-right: 16px;
}

.successaddmessage .body .description {
    float: left;
    max-width: 75%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    color: #FFF;
}

.flex-col {
  display: flex;
  flex-direction: column; /* or:   flex-flow: column wrap; */
}

.flex-fill { /* Add this class to the element you want to expand */
  flex: 1;  
}

.cart-wrapper {
	padding-right: 10px;
}

/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="cd-dropdown-trigger-"] {
  display: block;
  position: relative;
  padding: 0 40px 0 0px;
		color: #fff!important;
    font-weight: 400;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header-link {
  display: block;
  position: relative;
  padding: 0 ;
		color: #fff!important;
    font-weight: 400;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
	padding-right: 20px;
}

[class^="cd-dropdown-trigger-"]:hover  {
  background-color: transparent;
}
[class^="cd-dropdown-trigger-"]::before, [class^="cd-dropdown-trigger-"]::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 0px;
  height: 2px;
  width: 8px;
  background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
[class^="cd-dropdown-trigger-"]::before {
  right: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
[class^="cd-dropdown-trigger-"]::after {
  right: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 12px;
  }
  .cd-dropdown-trigger-98.dropdown-is-active {
    background-color: transparent;
  }
  .no-touch .cd-dropdown-trigger-98.dropdown-is-active:hover {
    background-color: transparent;
  }
  .cd-dropdown-trigger-98.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 10px;
  }
	
	.cd-dropdown-trigger-98.dropdown-is-active:hover, .cd-dropdown-trigger-98.dropdown-is-active:focus, .cd-dropdown-trigger-98.dropdown-is-active:active {
		color: #fdb813;
		text-decoration: none;
	}
	
	.cd-dropdown-trigger-98:hover, .cd-dropdown-trigger-98:focus, .cd-dropdown-trigger-98:active {
		color: #fdb813;
		text-decoration: none;
	}
	
  .cd-dropdown-trigger-98.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(3px) rotate(-45deg);
    -moz-transform: translateX(3px) rotate(-45deg);
    -ms-transform: translateX(3px) rotate(-45deg);
    -o-transform: translateX(3px) rotate(-45deg);
    transform: translateX(3px) rotate(-45deg);
  }
  .cd-dropdown-trigger-98.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 38px;
    line-height: 38px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #11151b;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}


.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #11151b;
  border-bottom: 1px solid #112643;
	    font-size: 20px;
    font-weight: 600;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 64px;
  width: 64px;
	margin-right: 15px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 24px;
  width: 3px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  /*-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;*/
	animation: fadeIn 0.5s ease-in both;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: fixed;
    top: 101PX;
    left: 0;
    /* reset style*/
    height: 61.8vh;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: #FFF;
    color: #111433;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
	    border-bottom: 2px solid #f6f6f6;
	  /*min-height: 61.8vh;*/
  }
	
	
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
	
}

.menu-text {
	font-size: 6px;
    line-height: 1;
    font-weight: 600;
	color: #FFF;
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
	padding-left: 0px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 65px;
    line-height: 65px;
    border: none;
	  font-size: 16px;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #111433;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: 61.8vh;
    width: 38.2vw;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #fdb813;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    /*height: auto;*/
    background-color: #ffffff;
	    border-bottom: 2px solid #f6f6f6;
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
	/*  -webkit-animation: fadeOut 0.5s;
    -moz-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s; */
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    text-align: center;
	  margin-left: 30px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
	text-align: left;
	text-transform: uppercase;
	  padding-left: 0px;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 100%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 61.8vw;
	height: 61.8vh;
    padding: 44px 30px 30px 30px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.618;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    border-right-width: 1px;
    border-color: transparent;
    border-style: solid;
    padding: 0px;
  }
	
	
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 1.618;
    height: auto;
    font-size: 16px;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #fdb813;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #fdb813;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #fdb813;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
	
	.cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    color: #FFF;
	background: #f69d1f;
	transition: 0.5s;
  }
	
	.cd-dropdown-content > .has-children {
		background: #FFF;
		transition: 0.5s;
	}	
	
 }

.cd-dropdown-trigger-112, .cd-dropdown-trigger-98, .cd-dropdown-trigger-99 {
	font-size: 14px;
    color: #3a3a3c;
    
    text-transform: uppercase;
    font-weight: 600;

}

.feature-img {
	max-height: 80vh;
    max-width: 100%;
}

@media only screen and (min-width: 1024px) {
.cd-dropdown-trigger-112:hover, .cd-dropdown-trigger-112:focus, .cd-dropdown-trigger-112:active {
    color: #fdb813;
    text-decoration: none;
}
}

@media (max-width: 767.98px) {
	.cd-dropdown {
		background-color: #1966f7;
		
	}

	.cd-dropdown-content a, .cd-dropdown-content ul a {
		color: #FFFFFF;
	}
	
	.cd-dropdown-content, .cd-dropdown-content ul {
		padding: 64px 16px;
	}
	
	.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
		background-color: #FFFFFF;
	}
	
	[class^="cd-dropdown-trigger-"] {
		    padding: 5px 35px 0 0px;
		font-size: 20px;
	}
	
	.header-link {
		padding-top: 5px;
		font-size: 20px;
	}
	
	.wrapper-header .navbar {
		margin: 10px -30px -10px -30px;
        background-color: #1966f7;
	}

	.navbar-nav {
		padding-bottom: 10px;
	}
	.category-body h1 {
    text-align: left;
    line-height: 1;
    font-size: 42px;
}
	

}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

	
@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}


.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #112643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a {
  padding-right: 20px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.cd-dropdown-content ul, .cd-dropdown-content li {
	list-style: none;
	margin-block-start: 0px;
	padding-inline-start: 0px;
}
@media only screen and (min-width: 1024px) {
.dd-mega {
/*	-moz-column-count: 2;
   -moz-column-gap: 20px;
   -moz-column-fill: auto;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
   -webkit-column-fill: auto;
   column-count: 2;
   column-gap: 20px;
   column-fill: auto; */
}
	
#sec-dd-388	.dd-mega {
	/*-moz-column-count: 2;
   -moz-column-gap: 20px;
   -moz-column-fill: auto;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
   -webkit-column-fill: auto;
   column-count: 2;
   column-gap: 20px;
   column-fill: auto; */
}
}

.t3 {
	text-transform: uppercase;
	font-weight: 600;
}

.t4 {
	font-weight: 400;
}

@media (max-width: 767px) {
	.dd-mega {
		display: block;
    position: relative !important;
    padding-top: 0px !important;
	}
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #fff;
	width: 6px;
  }
	
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 5px 50%;
  -moz-transform-origin: 5px 50%;
  -ms-transform-origin: 5px 50%;
  -o-transform-origin: 5px 50%;
  transform-origin: 5px 50%;
}

}

.dd-parent {
    font-weight: 600;
    text-transform: uppercase;
}

.dd-parent::hover, .has-children a::hover {
	text-decoration: none !important;
}

.dd-heading {
	
	font-weight: 600;
}

.dd-mega {
	letter-spacing: normal;
}

.see-all {
	
	font-weight: 600;
}

.the-hamburger {
	fill: #FFF;
    height: 17px;
    width: 17px;
    margin-top: -2px;
    vertical-align: middle;
    stroke: #FFF;
    stroke-width: 1px;
}

@media (max-width: 767.98px) {
	.cd-dropdown-content .see-all a {
		color: #FFF;
		font-size: 16px;
		text-transform: uppercase;
	}
	
	.cd-dropdown-trigger-112::before, .cd-dropdown-trigger-112::after, .cd-dropdown-trigger-98::before, .cd-dropdown-trigger-98::after, .cd-dropdown-trigger-99::before, .cd-dropdown-trigger-99::after {
		    height: 3px;
    width: 10px;
	}
	
	.cd-dropdown-trigger-112::before, .cd-dropdown-trigger-98::before, .cd-dropdown-trigger-99::before {
		right: 16px;
	}
	
	.cd-dropdown-trigger-112::after, .cd-dropdown-trigger-98::after, .cd-dropdown-trigger-99::after {
		    right: 11px;
	}
	
}

.t3 {
	    text-transform: none;
    font-weight: 400;
}

/*first child always visible*/

.dropdown-is-active #sec-dd-103 {
	visibility: visible;
}

.dropdown-is-active #sec-dd-136 {
	visibility: visible;
}

.menu-news {
	position: absolute;
	max-width: 20vw;
    float: right;
    top: 18px;
    right: 30px;
}

.menu-news-header {
	text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 10px;
}

.no-all-item {
	margin-top: -26px;
}

#n_checkout .wrapper-footer {
	margin-top: 0px;
}

.pull-left {
    float: left;
}

.shipping-option-rate {
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 1;
}

.shipping-options-details {
    margin-bottom: -15px;
	font-size: 80%;
    font-weight: 400;
}

.cart-heading {
	font-size: 24px;
    font-weight: 600;
    margin: 16px 30px;
}

a.update-cart {
	font-size: 12px;
    opacity: 0.6;
    float: left;
    cursor: pointer;
	color: #ced4da !important;
	transition: 0.3s;
	padding-top: 8px;
}

a.remove-cart {
	font-size: 12px;
	opacity: 0.6;
	float: right;
	color: #ced4da !important;
	transition: 0.3s;
	padding-top: 8px;
}

a.update-cart:hover, a.remove-cart:hover {
	text-decoration: underline !important;
	color: orange !important;
	transition: 0.3s;
}

.v-align-parent {
	display: flex;
}

.v-align-child {
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
	width: 100%;
}

.flex-end {
	align-items: flex-end !important;
}

.f-dir-row {
	flex-direction: row;
	width: 100%;
}

.cart-total-sep p {
	font-size: 32px;
    font-weight: 600;
    font-family: 'acumin-pro-condensed';
	margin-bottom: 0;
}

.cart-siderbar hr {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 0;
}

.total-item-price {
	font-weight: 600;
    font-family: acumin-pro-wide;
    font-size: 16px;
	min-width: 100%;
}

.cart-rows {
	padding: 0 15px 0 30px;
}

.shipping-calc-header {
	text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
	margin-bottom: 8px;
}

.shipping-options-header {
	text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
}

.product-sku {
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
}

.card-product-sku {
	margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #2b2b2b;
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-pg-phone {
	font-size: 24px;
    font-weight: 600;
}

.req {
	color: #f16522;
}

label {
	font-weight: 600;
}

.mb-icons {
	color: #FFF;
	font-size: 22px;
	line-height: 1;
}

.features-list {
	
}

.feature-text {
	font-size: 24px;
	padding: 8px 0px 16px 0px;
    line-height: 1.15;
}

.features-list-icon i {
	font-size: 64px;
	color: #1966f7;
}

.lines-list {
	list-style-type: none;
    padding-inline-start: 0;
}

.lines-list li i {
	color: #1966f7;
}

.lines-list li {
	border-bottom: 1px solid #191851;
    padding: 8px 0px;
	font-size: 24px;
	transition: 0.3s;
}

.lines-list li:first-child {
	border-top: 1px solid #191851;
}

.lines-list li:hover {
	background-color: #1966f7;
	color: #FFF;
	transition: 0.3s;
}

.rounded-section {}

.rounded-section::before {
	content: "";
    display: inline-block;
    height: 18vh;
    background: url(/assets/images/div-edge-top.svg);
    width: 100vw;
    background-size: cover;
    top: -18vh;
    position: relative;
    margin-bottom: -16vh;
}

.rounded-section::after {
	content: "";
    display: inline-block;
    height: 30vh;
    background: url(/assets/images/div-edge-bottom.svg);
    width: 100vw;
    background-size: cover;
    position: relative;
    margin-bottom: -29vh;
}


.cta-lead {
	font-size: 24px;
    margin-bottom: 0px;
}

.lead-para {
	font-size: 24px;
    line-height: 1.25;
}


.asymmetric {
	position: relative;
	background-color: transparent;
	background-color: #b9c9d2;
    margin-top: 128px;
    padding-bottom: 64px;
}

.asymmetric::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #b9c9d2;
	transform-origin: top left;
	transform: skewY(-3deg);
	z-index: -10;
}

.asymmetric::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #b9c9d2;
	transform-origin: bottom left;
	transform: skewY(3deg);
	z-index: -10;
}

.asymmetric-dk {
	position: relative;
	background-color: transparent;
	color: #FFF !important;
    margin-top: 64px;
    padding: 64px 10px;
}

.asymmetric-dk::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: top left;
	transform: skewY(3deg);
	z-index: -10;
}

.asymmetric-dk::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: bottom left;
	transform: skewY(-3deg);
	z-index: -10;
}

.asymmetric-dk-btm {
	position: relative;
	background-color: transparent;
	margin-top:96px;
	margin-bottom: -72px;
	padding-bottom: 64px;
	color: #FFF;
}

.asymmetric-dk-btm::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: top left;
	transform: skewY(0deg);
	z-index: -10;
}

.asymmetric-dk-btm::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: bottom left;
	transform: skewY(-3deg);
	z-index: -10;
}

.asymmetric-dk-top {
	position: relative;
	padding: 64px 0px;
	color: #FFF;
	margin-bottom: 64px;
}

.asymmetric-dk-top::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: top left;
	transform: skewY(2deg);
	z-index: -10;
}

.asymmetric-dk-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #191851;
	transform-origin: bottom left;
	transform: skewY(0deg);
	z-index: -10;
}

.image-section-outer {
	position: relative;
    transform-origin: top left;
	clip-path: polygon(100% 12%, 100% 88%, 0 100%, 0 0);
	-webkit-clip-path: polygon(100% 12%, 100% 88%, 0 100%, 0 0);
	min-height: 61.8vh;
	min-width: 100%;
}

.image-section-outer-2 {
	position: relative;
    transform-origin: top left;
	clip-path: polygon(100% 12%, 100% 88%, 0 100%, 0 0);
	-webkit-clip-path: polygon(100% 12%, 100% 88%, 0 100%, 0 0);
	min-height: 38.2vh;
	min-width: 100%;
padding-top: 32px;
}


.image-section-inner {
	background-image: url('/assets/images/wiring-harness-being-made.jpg');
	min-height: 61.8vh;
	background-size: cover;
	background-position: center center;
}

.image-section-inner-2 {
	background-image: url('/assets/images/wiring-harness-workshop.jpg');
	min-height: 61.8vh;
	background-size: cover;
	background-position: center center;
}

.image-section-inner-3 {
	background-image: url('/assets/images/wiring-harness-workshop-narrow.jpg');
	min-height: 38.2vh;
	background-size: cover;
	background-position: center center;
}

.image-section-inner-4 {
	background-image: url('/assets/images/mining-wiring-harnesses-narrow.jpg');
	min-height: 61.8vh;
	background-size: cover;
	background-position: center center;
}

.image-section-inner-5 {
	background-image: url('/assets/images/industrial-wiring-harness-testing.jpg');
	min-height: 61.8vh;
	background-size: cover;
	background-position: center center;
}


.products-row .btn-primary {
	background-color: rgb(25, 102, 247);
    border-color: rgb(25, 102, 247);
}

.pre-headline-mining {
	font-family: acumin-pro-wide,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #f16522;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.35px;
}

.pre-headline-mining::before {
    display: inline-block;
    color: #f16522;
    content: "";
    height: 1px;
    width: 32px;
    background: #f16522;
    vertical-align: middle;
    margin-right: 8px;
}

.asymmetric-dk-mining-top {
	position: relative;
	padding: 64px 0px;
	color: #FFF;
	margin-bottom: 64px;
	background-color: #191851;
}

.asymmetric-dk-mining-top::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f16522;
	transform-origin: top left;
	transform: skewY(2deg);
	z-index: -10;
}

.asymmetric-dk-mining-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f16522;
	transform-origin: bottom left;
	transform: skewY(0deg);
	z-index: -10;
}

.mining-lead {
	color: #e16123;
}

.mining-lead i {
	font-size: 16px;
    border: 2px solid #e16123;
    padding: 10px 6px;
    border-radius: 25px;
}

.asymmetric-dk-industrial-top {
	position: relative;
	padding: 64px 0px;
	color: #FFF;
	margin-bottom: 64px;
	background-color: #191851;
}

.asymmetric-dk-industrial-top::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #b31e8d;
	transform-origin: top left;
	transform: skewY(2deg);
	z-index: -10;
}

.asymmetric-dk-industrial-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #b31e8d;
	transform-origin: bottom left;
	transform: skewY(0deg);
	z-index: -10;
}

.asymmetric-dk-marine-top {
	position: relative;
	padding: 64px 0px;
	color: #FFF;
	margin-bottom: 64px;
	background-color: #191851;
}

.asymmetric-dk-marine-top::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1966f7;
	transform-origin: top left;
	transform: skewY(2deg);
	z-index: -10;
}

.asymmetric-dk-marine-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1966f7;
	transform-origin: bottom left;
	transform: skewY(0deg);
	z-index: -10;
}


.pre-headline-industrial {
	font-family: acumin-pro-wide,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #b31e8d;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.35px;
}

.pre-headline-industrial::before {
    display: inline-block;
    color: #b31e8d;
    content: "";
    height: 1px;
    width: 32px;
    background: #b31e8d;
    vertical-align: middle;
    margin-right: 8px;
}

.industrial-lead {
	color: #b31e8d;
}

.industrial-lead i {
	font-size: 16px;
    border: 2px solid #b31e8d;
    padding: 10px 6px;
    border-radius: 25px;
}

.marine-lead {
	color: #1966f7;
}

.marine-lead i {
	font-size: 16px;
    border: 2px solid #1966f7;
    padding: 10px 6px;
    border-radius: 25px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #191851;
    background-color: #FFF;
    border-color: #191851;
    border-radius: 50px;
    padding: 7px 13px;
    vertical-align: middle;
}

.top-bar a {
	color: #FFF;
}

.wrapper-footer .nav-link {
	color: #d9d6e4;
}

.payment-icons {
	font-size: 32px !important;
}

.footer-copyright {
	margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 10px !important;
}

a.t3:hover {
	color: #f69d1f;
}

.category-body .thumbnail.card-body .card-title {
	max-height: 60px;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown-112 .cd-dropdown-content {
		position: static;
		width: 25vw;
		height: auto;
	}
	
	.cd-dropdown.cd-dropdown-112 {
		left: 33vw;
		height: auto;
	}
	
}

.product-price sup {
	font-size: 10px;
    top: -11px;
    left: 3px;
}

.price sup {
    top: -4px;
    font-size: 9px;
    left: 2px;
}

.thumb_list .buying-options {
	margin-top: 64px;
}

.carousel-item {
	height: 100vh; 
	background-image:url('/assets/images/short-bg-1.svg'); 
	background-size: contain; 
	background-repeat: no-repeat; 
}

.carousel-image {
	margin-right: 85px;
    padding-left: 30px;
    margin-top: 3vh;
}

.bh-p1 {
	font-size: 4vw;
    font-family: 'acumin-pro-wide',sans-serif;
    width: 100%;
    line-height: 0.8;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.bh-p2 {
	font-family: 'acumin-pro-condensed';
    font-weight: 800;
    font-size: 10vw;
    text-transform: uppercase;
    color: #ffffff;
}

.home-h4 {
	font-size: 52px;
    font-family: 'acumin-pro-condensed',sans-serif; 
	width: 100%;
}

.pt-64 {
	padding-top: 64px;
}

.pt-96 {
	padding-top: 96px;
}

.home-cat-h4 {
	color: #FFF;
    font-size: 58px;
    font-family: 'acumin-pro-condensed',sans-serif; 
	line-height: 0.8;
    margin-bottom: 16px;
}

.home-cat-h3 {
	font-family: 'acumin-pro-wide',sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

.total-item-price sup {
    top: -0.8em;
    font-size: 8px;
}

.cart-sidebar-sub {
	margin: 30px;
    background-color: #ffffff;
    padding: 32px;
    border: 1px solid #dce0e5;
}

.thumbnail-image {
	height: 315px;
	max-height: 315px;
}

.asymmetric-dk-mining-top h2 {
	line-height: 1; 
	margin-top: 32px;
    margin-bottom: 16px;
}

.mining-number {
	    font-size: 54px;
    line-height: 40px;
    font-weight: 800;
    color: #f16522;
    font-family: acumin-pro-condensed;
	text-align: right;
}

.mining-heading {
	font-size: 64px;
    font-weight: 800;
    color: #f16522;
    text-transform: uppercase;
}

.industrial-heading {
	font-size: 64px;
    font-weight: 800;
    color: #b31e8d;
    text-transform: uppercase;
}

.marine-heading {
	font-size: 64px;
    font-weight: 800;
    color: #1966f7;
    text-transform: uppercase;
}

.slick-slide .thumbnail-image {
    height: 200px;
    max-height: 200px;
	overflow: hidden;
}

.slick-slide .thumbnail.card-body .card-title {
	    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
}

.slick-slide .thumbnail.card-body img {
	max-height: 200px;
}

@media only screen and (max-width: 720px) {
	.carousel-item {
		height: 75vh;
		background-image:url('/assets/images/short-bg-1.svg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.carousel-caption {
    position: absolute;
    right: 10%;
    top: 3vh;
    left: 10%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left !important;
    text-shadow: none;
    width: 80%;
}
	.carousel-caption h2 {
    font-size: 6vh;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 800;
    line-height: 0.88;
    margin-bottom: 16px;
    text-align: left;
}
	.carousel-description {
    max-width: 90%;
    margin-bottom: 22px;
    line-height: 1.35;
}
	
	.carousel-image {
	margin-right: 32px;
    padding-left: 0px;
    margin-top: 55vh;
	min-width: 33vh;
	}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
	.asymmetric {
	position: relative;
	background-color: transparent;
	background-color: #b9c9d2;
    margin-top: 0px;
    padding-bottom: 64px;
}
	
	.cart-indicator {
    height: 18px;
    min-width: 18px;
    border-radius: 10px;
    background-color: #f16522;
    display: inline-block;
    position: absolute;
    right: 6px;
    font-size: 11px;
    top: -6px;
    z-index: 3;
    text-align: center;
    color: rgba(40, 39, 128, 1);
    font-weight: 600;
    line-height: 16px;
    padding: 0px 5px;
}
	
	.carousel-caption .btn-lg, .carousel-caption .btn-group-lg>.btn {
		font-size: 16px;
	}
	
	.bh-p1 {
	font-size: 8vw;
    font-family: 'acumin-pro-wide',sans-serif;
    width: 100%;
    line-height: 0.8;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.bh-p2 {
	font-family: 'acumin-pro-condensed';
    font-weight: 800;
    font-size: 19vw;
    text-transform: uppercase;
    color: #ffffff;
}
	
	.home-h4 {
    font-size: 42px;
    font-family: 'acumin-pro-condensed',sans-serif; 
	width: 90%;
		line-height: 1;
		    margin: auto;
}
	
	.home-cat-h4 {
	color: #FFF;
    font-size: 48px;
    font-family: 'acumin-pro-condensed',sans-serif; 
	line-height: 0.8;
    margin-bottom: 16px;
}
	.wrapper-footer .nav {
		padding-bottom: 16px;
	}
	
	.product-title {
		line-height: 1;
        font-size: 42px;
	}
	    
	.breadcrumb {
		font-size: 9px;
	}
	
	#_jstl__images_r {
		padding-top: 16px;
	}
	
	.total-item-price {
		padding-top: 16px;
	}
	
	.thumbnail-image {
    height: 135px;
}
	
	.thumbnail.card-body .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.05;
    min-height: 60px;
    max-height: 64px;
    overflow: hidden;
}
	
		.feature-img {
	max-height: 50vh;
    max-width: 100%;
}
	
	.asymmetric-dk-mining-top {
		padding: 34px 30px;
	}
	
	.asymmetric-dk-mining-top h1 {
		font-size: 42px;
	}
	
	.asymmetric-dk-mining-top h2 {
		font-size: 32px;
		margin-top: 16px;
	}
	
	.asymmetric-dk-btm {
		padding: 0 30px 64px 30px;
	}
	
	.mining-number {
	    font-size: 54px;
    line-height: 40px;
    font-weight: 800;
    color: #f16522;
    font-family: acumin-pro-condensed;
	text-align: left;
}
	
	.core-page {
		padding: 0px 30px;
	}
	
	.mining-heading {
		line-height: 1;
		font-size: 52px;
	}
	
	.industrial-heading {
		line-height: 1;
		font-size: 52px;
	}
	
	.marine-heading {
		line-height: 1;
		font-size: 52px;
	}
	
	.asymmetric-dk-industrial-top {
		padding: 34px 30px;
	}
	
	.asymmetric-dk-industrial-top h1 {
		font-size: 42px;
		line-height: 1;
	}
	
	.asymmetric-dk-industrial-top h2 {
		font-size: 32px;
		margin-top: 16px;
	}
	
	.asymmetric-dk-marine-top {
		padding: 34px 30px;
	}
	
	.asymmetric-dk-marine h1 {
		font-size: 42px;
		line-height: 1;
	}
	
	.asymmetric-dk-marine h2 {
		font-size: 32px;
		margin-top: 16px;
	}
	
	.asymmetric-dk {
		padding: 64px 30px;
	}
	
	.overflow-100 {
		    max-width: 100vw;
    overflow: hidden;
	}
	
	.asymmetric .container {
		padding: 0 30px;
	}
}