:root {
	--primary: #0163a7;
	--footer-bg: #c7d1e7;
    --blue: #0779BF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.svg) format("svg");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

/**, body {
	font-family: 'Montserrat', sans-serif;
}*/

img.image-center {
    margin: 0 auto;
		display:block;
}
html.zh.pageID-407 p{
	font-size: 1.2rem;
}

main ol li {
    margin-bottom: 12px;
}

.push-down {
    padding-top: 5px
}

div.background-white {
    background-color: #fff;
    padding: 1.5em
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

body {
    font-weight: 300;
    color: #151515;
}



main a,
footer a,
footer ul:not(.navbar-nav) li a {
    color: var(--primary) !important;
}
h1 {
    font-size: 30px
    text-transform: uppercase;
    color: #999999
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 19px
}

address {
    font-size: 12px
}
.text-primary, .btn-link {
	color: var(--blue) !important;
}

.btn-primary {
	background-color: var(--blue) !important;
}

.bold-title, .bold-title strong {
	font-weight: 700;
}

.product__filter .filter-content {
	margin-bottom: 15px;
}

.product__filter .filter .filter-list li label {
	cursor: pointer;
}

.product__detail__links .btn-link {
    font-weight: 300;
    color: var(--primary) !important;
    border-left-width: 0;
}

.content > h1:first-child {
	color: #0077c1;
	margin-bottom: 15px;
}

.sidebar .nav > li {
	border-top: 1px solid #999;
	width: 100%;
	padding-right: 30px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar .nav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

[class*="nav-icon"] {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background: transparent url(../images/icons/nav/icon_culture.png) no-repeat;
	background-size: cover;
}

.nav-icon-10-points {
	background-image: url('../images/icons/nav/10_Points_Icon.png');
}

.nav-icon-openings {
	background-image: url('../images/icons/nav/icon_openings.png');
}

.btn-print-job {
	font-size: .75rem;
}

.btn-print-job.btn-outline-secondary:not(:disabled):not(.disabled):hover {
	color: #FFF;
}

.sidebar .nav > li > a i.fas {
	right: -30px;
	position: absolute;
	cursor: pointer;
	top: 10px;
	color: #0078C2;
	font-size: 30px;
	padding: 10px;
}

.sidebar .nav > li:nth-child(even) > a i.fas {
    color: #00B094;
}

div.title {
    background-color: #EFEFEF;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-align: center;
    justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

div.title.sticky {
    padding-bottom: 0;
    margin-bottom: 30px;
}

div.title.sticky .breadcrumb {
    margin-bottom: 0;
}

div.title.fixed {
    position: fixed;
    z-index: 20;
    top: 165px;
    left: 0;
    right: 0;
}

div.title h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: none;
    color: #333;
    font-weight: 600
}

div.title-nobg {
    position: relative;
    font-size: 1.3em;
    text-align: center;
    justify-content: center;
    margin: 35px 0;
}

div.title-nobg:before {
    content: "";
    display: block;
    border-top: 1px solid #999;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%
}

div.title-nobg span {
    display: inline-block;
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
    padding: 0 10px
}

div.title-nobg h1 {
    font-size: 24px;
    font-weight: 600;
	background: #FFF;
	z-index: 2;
	padding: 0 15px;
}

.collective-title {
    margin: 1.5em 0 2em
}

.upper-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #999999;
    margin: 1.5em 0 2em;
    font-weight: 600
}

.collective-title {
    font-size: 20px
}

dd {
    margin-left: 1em
}

.img-max-cap {
    max-height: 300px;
    width: auto;
    margin: 0 auto
}

.slidein {
    opacity: 0
}

.slidein.start {
    -webkit-animation: slideelement 1s normal;
    animation: slideelement 1s normal;
    opacity: 1;
    position: relative
}

@-webkit-keyframes slideelement {
    0% {
        bottom: -5em;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideelement {
    0% {
        bottom: -5em;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

header.fixed {
    /**
    position: fixed;
    padding: 10px;
    z-index: 99;
    transition: all 0.25s;
    border-bottom: 1px solid #999;
    **/
}

header.fixed .top-bar {
    /** display: none !important; messes with the logic when scrolling **/
}

header input[type=search] {
	border: 2px solid #999;
	padding: 5px;
	width: 250px;
	height: 30px;
	border-radius: 0;
	margin-right: -5px;
	vertical-align: top;
}

header .search-btn {
	border: 2px solid #999;
	background-color: #999;
	color: #fff;
	height: 30px;
	line-height: 27px;
	font-size: 0.85em;
}

header nav.navbar .dropdown-menu {
	margin-top: 0;
	border: 2px solid #fff;
    background: #eee;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

header nav.navbar .dropdown .dropdown-menu {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

header nav.navbar .dropdown.show .dropdown-menu {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

header.sticky .brand-header a > img {
	transition: ease all 0.2s;
}

header.sticky .brand-header a > img {
	height: 75px;
}

header.sticky .top-bar {
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: ease all 0.2s;
}

.page-template-home video#hp-video, .modal video {
	position: static;
}

.page-grid .grid-item {
    margin-bottom: 1.5em;
    width: 100%
}

.page-grid .grid-item img {
    width: 100%
}

.page-grid .grid-image {
    display: inline-block;
    position: relative;
    width: 100%
}

.page-grid .grid-item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0;
    transition: all .3s
}

.page-grid .grid-item:hover .grid-item-overlay {
    opacity: 0.1;
    transition: all .5s
}

.grid-item-title {
    padding: 0 0 .5em 0;
    margin: 1em 0 1.5em;
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.grid-item-title a {
    color: #333
}

.icon-grid {
    text-align: center
}

.icon-grid .icon-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.75em
}

a .icon-title {
    color: #333
}

.icon-grid .icon-desc {
    color: #919195;
    line-height: 1.3em;
    font-size: 15px;
    margin-bottom: 1em
}

.icon-grid .icon-desc a {
    color: #919195
}

.icon-grid .icon-desc ul {
    color: #333;
    padding-left: 0;
    text-align: left;
    list-style-position: outside
}

.icon-grid .icon-desc .dropdown-menu a,
.grid-item .dropdown-menu a {
    color: #333;
    font-weight: 300;
    padding: 2px 5px
}

.icon-grid .icon-desc ul.dropdown-menu li,
.grid-item .dropdown-menu li {
    margin: 0 0
}

.icon-grid .icon-desc ul li {
    margin: 5px 0
}

.icon-grid .icon-desc ul a {
    color: #919195
}


.lang-select select {
	opacity: 0;
}

.lang-select .span {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	text-align: center;
}

.header-left {
	min-width: 200px;
}

.top-bar {
    flex-wrap: wrap;
    padding: 1rem 0;
    transition: ease all 0.2s;
    display: flex;
    opacity: 1;
}

.top-bar #site-search {
	flex-basis: 1;
}

.single-product .img-overlay {
	position: relative;
	display: inline-block;
}

main strong {
	font-weight: 500;
}

.single-product > p {
	transition: ease all 0.3s;
}

.single-product:hover p {
	transform: translate(0, calc(-100% - 20px));
}

.single-product:hover p a {
	color: #FFF !important;
}

.single-product .img-overlay:after {
	transition: ease all 0.3s;
	background-color: transparent;
	content: "";
}

.single-product:hover .img-overlay:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}

.single-product strong {
	color: #343a40;
	z-index: 2;
	position: relative;
	transition: ease all 0.3s;
}

.single-product:hover strong {
	color: #FFFFFF;
	transform: translate(0, calc(-100% - 20px));
}

.single-product .dropdown-menu {
	transition: ease all 0.3s;
}

.single-product .dropdown-menu.show {
	/** transform: translate(0, -15px); **/
	transform: translate(20px, -45px);
}

.single-product a {
	text-decoration: none;
}

.single-product.dropdown .dropdown-toggle:after {
	display: none;
}

h1.site-title {
	font-size: 1.3rem;
	color: var(--primary);
	font-weight: 700;
}

.text-md {
	font-size: 95%;
	letter-spacing: -.02rem;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.logo-sticky {
	display: none;
}

.sticky {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0 !important;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #FFF;
}

.sticky .brand-header img.curtis45 {
	display: none;
}

.sticky .brand-header h1.site-title {
	display: block !important;
	text-align: left !important;
	font-size: 1.1rem;
	margin-bottom: 16px;
    flex: 1;
}

.sticky h1.site-title.d-block {
	display: none !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-dark .navbar-nav a[href="#"] {
    cursor: default;
}

.carousel-item {
	background-color: #000;
}

.carousel-item img {
	max-height: 350px;
}

.lang-select{
	width: 100%;
	position: relative;
	max-width: 222px;
}

.lang-select:before {
	content: "";
	width: calc(100% - 20px);
	height: 100%;
	position: absolute;
	border: 1px solid #ccc;
}

.lang-select:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 12px 7px 0 7px;
    border-style: solid;
    border-color: #6c757d transparent transparent transparent;
    width: 0;
    height: 0;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

/* This is to remove the arrow of select element in IE */
.lang-select select::-ms-expand {
	display: none;
}

.lang-select select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0 15px;
	width: 100%;
    text-align: center;
    text-align-last: center;
    z-index: 2;
    position: relative;
    background: transparent;
    border: 0;
    outline: 0;
    text-indent: -20px;
}

@-moz-document url-prefix(){
	.lang-select{
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}

	.lang-select select {
		width: 110%;
		background-position: right 30px center !important;
		border: none !important;
	}
}


footer {
	border-top: 3px solid #333;
	background-color: var(--footer-bg);
}

footer .footer-social li a {
	background: #FFF;
	color: #333;
	font-size: 1.5rem;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: ease all 0.2s;
}

footer .footer-social li a:hover,
footer .footer-social li a:focus {
	text-decoration: none;
	background: #333;
	color: #FFF;
}

.pure-cookies-notice-wrapper a {
    color: #ffffff !important;
    font-weight: bold;
}

nav .navbar-nav .dropdown-item {
	white-space: normal;
}

#search-results ul {
    margin: 0;
    padding: 0
}

#search-results li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    list-style-image: none
}

#search-results li h4 {
    margin: 0
}

#search-results li h4 span {
    position: relative;
    top: -2px;
    display: inline-block;
    background: #c8e2de;
    font-weight: bold;
    padding: 0 4px
}

#search-results li .result span {
    position: relative;
    top: -2px;
    display: inline-block;
    background: #c8e2de;
    font-weight: bold;
    padding: 0 4px
}

#mdlVideo .modal-dialog {
    max-width: none;
    margin: 1rem;
}

#mdlVideo .modal-header,
#mdlVideo .modal-footer {
    border: none;
}

/**
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #717073;
    white-space: nowrap;
    cursor: pointer
}
**/

.navbar-dark .navbar-nav .nav-link {
    font-size: 10px;
}
footer address {
    /* text-indent: -45px;
    line-height: 16px;
    vertical-align: text-top;
    display: inline-block;
    margin-left: 45px; */
		text-align:center;
}
footer address img{
	/* position:relative;
	top:8px;
	margin-right:5px; */
}
.bg-danger {
    background-color: #f2dede !important;
}
.search-display-attribute{
	display:inline-block;
	margin-right:20px;
	margin-bottom:0px;
}

#search-results li .result .search-display-attribute > span{
	display:inline-block;
	font-weight:normal;
	font-size: 1rem;
	background:transparent!important;
}
#search-results li .result .search-display-attribute span.title{
	font-weight:500!important;
	margin-right:8px;
}

.search-display-attribute a.btn-apply-now {
	display: inline-block;
	width: 126px;
	height: auto;
	background: #0078c2 url(../images/btn-apply-now.png) no-repeat;
	background-size: auto;
	background-size: contain;
}

@media screen and (max-width: 375px) {
    .product__filter .filter .filter-list {
        justify-content: start;
    }
}
@media screen and (min-width: 1150px) {
	.navbar-dark .navbar-nav .nav-link {
	    font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
    .dropdown-menu>li {
        white-space: normal
    }
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #646366;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0779BF
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}


nav .navbar-nav .dropdown-item a {
	color: #212529;
	display: block;
	text-decoration: none;
}

nav .navbar-nav .dropdown-item a:after {
	content: "";
	display: inline-block;
    position: absolute;
    right: 10px;
    top: 14px;
}

nav .navbar-nav .dropdown-toggle::after {
	display: none;
}

nav .navbar-nav .dropdown-item.active,
nav .navbar-nav .dropdown-item:active {
	background: transparent;
	color: #212529;
}

.news-wrap [id*="news-item"] {
	border-bottom: 1px solid #eee;
}

.exhibits-item {
    margin-bottom: 1em
}

.exhibits-item>div {
    float: none !important;
    display: inline-block;
    vertical-align: middle
}

.exhibits-item>div:first-child {
    margin-right: -8px
}

.exhibits-item .exhibits-title {
    margin-top: 0;
    text-transform: none
}

.exhibits-item .exhibits-image {
    max-width: 250px;
    min-height:200px;
    object-fit:scale-down;
    width: 100%;
    padding: 2px;
    float: right
}
#datasheets-trigger {
    font-size: inherit;
}

/*.exhibits-item .exhibits-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}*/

.exhibits-item {
    text-align: center
}

.col-sm-4 > img,
.col-sm-6 > img {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (max-width: 767px) {
    .exhibits-item>div:first-child {
        margin-right: 0
    }
    .exhibits-item .exhibits-image {
        float: none;
        max-width: 150px;
        margin-bottom: 1em
    }
    nav.navbar .navbar-nav .nav-item.dropdown > a:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 14px;
		border: .3em solid transparent;
		border-top-color: #FFF;
	}
}

@supports (-webkit-hyphens:none)
{
	.row.banner {
		position:relative;
		padding:56.25% 0 0;
	}

	video {
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
	}

}

@media (min-width: 576px) {
	h1.site-title {
		font-size: 2rem;
	}

	.sticky .brand-header h1.site-title {
		font-size: 2rem;
	}

	header input[type=search] {
		width: 250px;
	}

	.sticky .brand-header img.curtis45 {
		display: inline-block;
	}

	.exhibits-item {
		text-align: left;
	}

	.col-sm-4 > img,
	.col-sm-6 > img {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		display: inline;
	}
}

@media (min-width: 767px) {

	header nav.navbar .dropdown.dropdown-submenu:after {
		content: "";
		display: block;
		border: 5px solid;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 7px;
		border-color: transparent transparent transparent #ccc;
	}

	header nav.navbar .dropdown.dropdown-submenu:hover:after {
		border-color: transparent transparent transparent #FFF;
	}

	header nav.navbar .dropdown .dropdown-menu li .dropdown-item:hover {
		color: #a9a9a9;
		background: transparent;
		text-decoration: underline;
	}

	header nav.navbar .dropdown.dropdown-submenu .dropdown-menu {
		left: 100%;
		top: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		transition: all 0.4s ease-in-out;
		opacity: 0;
	}

	header nav.navbar .dropdown.dropdown-submenu.show .dropdown-menu {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	header nav.navbar .dropdown.dropdown-reverse > .dropdown-menu {
		right: 0;
		left: auto;
	}

	.dropdown.dropdown-reverse > .dropdown-menu {
		right: 0 !important;
		left: auto !important;
	}

	header nav.navbar .dropdown.dropdown-reverse.dropdown-submenu .dropdown-menu {
		right: 100%;
		left: auto;
	}

	header nav.navbar .dropdown.dropdown-reverse.dropdown-submenu .dropdown-menu:after {
		border-color: transparent transparent transparent #EEE;
		left: calc(100% - 2px);
		right: auto;
		margin-left: 0;
	}

	header nav.navbar .dropdown.dropdown-reverse.dropdown-submenu .dropdown-menu:before {
		border-color: transparent transparent transparent #FFF;
		left: 100%;
		right: auto;
		margin-left: 0;
	}
	/*header nav.navbar .dropdown.dropdown-submenu.dropdown-reverse .dropdown-menu li {
		position: static;
		z-index: 1;
	}*/

	header nav.navbar .dropdown.dropdown-reverse .dropdown-menu:after,
	header nav.navbar .dropdown.dropdown-reverse .dropdown-menu:before {
		left: auto;
		right: 10%;
	}

	header nav.navbar .dropdown-menu:after {
		content: " ";
		border-left: 10px solid rgba(255, 0, 0, 0);
		border-bottom: 10px solid #eee;
		border-right: 10px solid rgba(255, 0, 0, 0);
		border-top: 0;
		position: absolute;
		width: 0;
		height: 0;
		position: absolute;
		top: -7px;
		left: 10%;
		margin-left: -10px;
	}

	header nav.navbar .dropdown-menu:before {
		content: " ";
		border-left: 10px solid rgba(255, 0, 0, 0);
		border-bottom: 10px solid #fff;
		border-right: 10px solid rgba(255, 0, 0, 0);
		border-top: 0;
		position: absolute;
		width: 0;
		height: 0;
		position: absolute;
		top: -10px;
		left: 10%;
		margin-left: -10px;
	}

	header nav.navbar .dropdown.dropdown-submenu .dropdown-menu li {
		z-index: 2;
		position: relative;
	}

	header nav.navbar .dropdown.dropdown-submenu .dropdown-menu:after {
		border: 10px solid;
		border-color: transparent #EEE transparent transparent;
		right: calc(100% - 2px);
		left: auto;
		top: 5px;
	}

	header nav.navbar .dropdown.dropdown-submenu .dropdown-menu:before {
		border: 10px solid;
		border-color: transparent #FFF transparent transparent;
		right: 100%;
		left: auto;
		top: 5px;
	}

	header nav.navbar .dropdown-submenu ul.dropdown-menu {
		top: 0 !important;
		left: 100% !important;
	}

	nav .navbar-nav .dropdown-item a:after {
		display: none;
	}

	nav .navbar-nav .dropdown-item {
		white-space: nowrap;
	}

	nav .navbar-nav .dropdown .nav-link:after {
		content: "";
		display: block;
		border: 4px solid;
		width: 0;
		height: 0;
		border-color: #FFF transparent transparent transparent;
		position: absolute;
		right: -3px;
		top: 50%;
	}

	.sidebar .nav > li > a i.fas {
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.grid-item-title {
    	padding: .5em 0;
    }
}

@media (min-width: 992px) {

    .logo-sticky {
        font-weight: bold;
        color: #FFF;
        font-size: 26px;
        margin-left: -15px;
        display: none;
    }

    header.sticky {
		max-height: none;
		overflow-y: initial;
		overflow-x: initial;
    }

    header .sticky .navbar .navbar-collapse {
    	margin-left: 1rem;
    }

    header .sticky .logo-sticky {
    	display: inline-block;
    }

}

@media (min-width: 1200px) {
	header .sticky .navbar .navbar-collapse {
    	margin-left: 3rem;
    }

    nav .navbar-nav .dropdown .nav-link:after {
    	right: -7px;
    }
}
.logo-container img {margin-bottom:20px;}

