.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

#store_menu {
	background: #f4f4f4;
	border: solid 1px #e1e1e1;
	border-top: none;
	position: relative;
	font-size: 1.143em;
	line-height: 1.5em;
}

#store_menu::before,
#store_menu::after {
	width: 1px;
	height: 100%;
	display: none;
	background: #e1e1e1;
	content: '';
	position: absolute;
	top: 0;
}

#store_menu::before {
	left: 33.3334%;
}

#store_menu::after {
	right: 33.3334%;
}

#store_menu .row {
	margin-left: 0;
	margin-right: 0;
}

#store_menu .row > div {
	padding-left: 0;
	padding-right: 0;
}

#store_menu .store_menu_col h4 {
	border-bottom: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
	font-size: 1.25em;
	margin: 0 0 20px;
	padding: 20px 19px 11px;
}

#store_menu .store_menu_col > ul {
	margin: 0;
	padding: 0;
	padding: 0 19px 19px;
}

#store_menu .store_menu_col > ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#store_menu .store_menu_col > ul > li {
	margin-bottom: 12px;
}

#store_menu .store_menu_col > ul > li > a {
	display: block;
	margin-right: 25px;
}

#store_menu .store_menu_col > ul > li > a.expand {
	margin: 0;
}

#store_menu .store_menu_col > ul > li > a.expand.open .fa::before {
	content: '\f147';
}

#store_menu .store_menu_col > ul > li > ul {
	display: none;
}

#store_menu .store_menu_col a {
	color: #2d2d2d;
}

#store_buckets {
	margin-bottom: 32px;
	padding-top: 0;
}

#store_buckets figure.effect-ming:hover h2 {
	margin-top: 30%;
}

#store_buckets figure.effect-ming h2 {
	text-transform: uppercase;
	margin-top: 50%;
}

#store_buckets figure.effect-ming figcaption {
	cursor: default;
}

#categories_blocks {
	margin: 0 0 56px;
	padding: 0;
}

#categories_blocks .cat_col figure.effect-ming:hover h2 {
	margin-top: 30%;
}

#categories_blocks .cat_col figure.effect-ming h2 {
	text-transform: uppercase;
	margin-top: 50%;
}

#categories_blocks .cat_col figure.effect-ming figcaption {
	padding: 7px;
}

#subheader {
	background: no-repeat center;
	background-size: cover;
	position: relative;
}

#subheader h1 {
	font: normal 2.572em/1.333em 'Amiko Bold', 'Arial', sans-serif;
	color: #fff;
	margin: 0;
}

#subheader .subheader {
	background: rgba(0, 0, 0, 0.33);
	position: relative;
	z-index: 2;
}

#subheader .slide_content {
	width: 100%;
	display: table;
}

#subheader .slide_content .slide_content_inner {
	display: none;
	vertical-align: middle;
}

#subheader .simple_page_header .slide_content_inner {
	display: none;
}

#data_sheets_search {
	width: 139px;
	margin-bottom: 28px;
	position: relative;
}

#data_sheets_search label {
	display: none;
}

#data_sheets_search input {
	width: 100%;
	height: 32px;
	border: solid 1px #e1e1e1;
	line-height: normal;
	margin: 0;
	padding: 0 15px 0 48px;
}

#data_sheets_search button {
	width: 33px;
	height: 32px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#data_sheets_search button:hover {
	background: #e1e1e1;
}

#data_sheets {
	margin-bottom: 30px;
}

#data_sheets ul {
	border: solid 1px #e1e1e1;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#data_sheets ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#data_sheets ul li {
	background: #f4f4f4;
	border-bottom: solid 1px #e1e1e1;
}

#data_sheets ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 13px 37px 2px 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#data_sheets ul li a:hover {
	background: #e1e1e1;
}

#data_sheets ul li span + .fa {
	margin-right: 0;
}

#data_sheets ul li .fa {
	margin-right: 4px;
}

#data_sheets ul li .fa-file-pdf-o {
	color: #c11e07;
}

#data_sheets ul li .fa-download {
	color: #0c5eae;
	margin: 0 -20px 0 0;
}

.page_body {
	padding: 55px 0 47px;
}

.page_body.page-contact_us .entry-header .entry-title {
	margin: 0 0 7px;
}

.page_body.page-careers .entry-content img {
	margin: 0 0 0 8.33333%;
	max-width: 41.66667%;
	float: right;
}

.page_body.page-mission-and-values .entry-content p {
	margin-bottom: 2em;
}

.page_body.page-mission-and-values .entry-content p:last-child {
	margin: 0;
}

.page_body.page-store {
	padding: 39px 0 55px;
}

.entry-header .entry-title {
	font-size: 1.715em;
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 16px;
}

.entry-content {
	font-size: 1.143em;
	line-height: 1.625em;
}

.entry-content.products-entry-content {
	text-align: center;
}

.page_item .entry-content {
	font-size: 1em;
	line-height: 1.715em;
}

.page-data_sheet .entry-content {
	line-height: 1.625em;
	padding-bottom: 22px;
}

.page-data_sheet .entry-content h2 {
	font-size: 1.5em;
	margin-bottom: 8px;
}

.page-data_sheet .entry-content p {
	margin-bottom: 1.334em;
}

.page-contact_us .entry-content {
	padding-top: 30px;
}

.page-contact_us .entry-content h6 {
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 6px;
}

.page-contact_us .entry-content p {
	font-size: 0.944em;
}

.page-store .entry-content {
	margin-bottom: 38px;
	padding: 0 5px;
}

.entry-content h2 {
	font-size: 2em;
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 12px;
}

.entry-content h6 {
	color: #0c5eae;
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.entry-content p {
	margin-bottom: 1.667em;
}

.entry-content p:last-child {
	margin: 0;
}

.entry-content strong {
	font-family: 'Amiko Bold', 'Arial', sans-serif;
}

.container-history {
	overflow: hidden;
}

.history_box_wrapper {
	padding: 44px 68px 0;
}

.history_box_wrapper .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.history_box_wrapper .owl-controls {
	position: absolute;
	width: 100%;
	top: calc(50% - 21px);
}

.history_box_wrapper .owl-nav div {
	font-size: 2em;
	position: absolute;
	color: #0c5eae;
}

.history_box_wrapper .owl-nav div.owl-prev {
	left: -80px;
}

.history_box_wrapper .owl-nav div.owl-next {
	right: -80px;
}

.history_box_wrapper .owl-nav div .fa {
	width: 32px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.history_box {
	position: relative;
}

.history_box::after {
	display: table;
	content: '';
	clear: both;
}

.history_box .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.history_box .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.history_box .owl-item:first-child .thumb_wrapper::before {
	display: block;
}

.history_box .owl-item:nth-of-type(odd) {
	margin-top: 182px;
}

.history_box .owl-item:nth-of-type(odd) .thumb_wrapper {
	margin-bottom: 23px;
}

.history_box .owl-item:nth-of-type(odd) .circle {
	margin-bottom: 15px;
}

.history_box .owl-item:nth-of-type(odd) .stick {
	margin-bottom: 15px;
}

.history_box .owl-item:nth-of-type(even) .thumb_wrapper::before,
.history_box .owl-item:nth-of-type(even) .thumb_wrapper::after {
	top: -41px;
}

.history_box .owl-item:nth-of-type(even) .circle {
	margin-bottom: 23px;
}

.history_box .owl-item:nth-of-type(even) .stick {
	margin-bottom: 15px;
}

.history_box .owl-item:nth-of-type(even) .text {
	margin-bottom: 5px;
}

.history_box .item_wrapper {
	margin: 0 -25px;
}

.history_box .item {
	text-align: center; /*
    width: 22%;
    float: right;
    margin: 0 -2.193%;
    &:first-child {
      margin-right: 3.77%;
    }
    &:last-child {
      margin-left: 3.77%;
      .thumb_wrapper {
        &::before {
          display: block;
        }
      }
    }
    &:nth-of-type(odd) {
      margin-top: 14.298%;
      .thumb_wrapper {
        margin-bottom: 23px;
      }
      .circle {
        margin-bottom: 15px;
      }
      .stick {
        margin-bottom: 15px;
      }
    }
    &:nth-of-type(even) {
      .thumb_wrapper {
        &::before, &::after {
          top: -41px;
        }
      }
      .circle {
        margin-bottom: 23px;
      }
      .stick {
        margin-bottom: 15px;
      }
      .text {
        margin-bottom: 5px;
      }
    }
    */
}

.history_box .item .thumb_wrapper {
	position: relative;
}

.history_box .item .thumb_wrapper::before,
.history_box .item .thumb_wrapper::after {
	width: 64%;
	height: 8px;
	background: url('../images/backgrounds/history_line.png') repeat-x center left;
	content: '';
	position: absolute;
	bottom: -40px;
}

.history_box .item .thumb_wrapper::before {
	display: none;
	right: 58%;
}

.history_box .item .thumb_wrapper::after {
	left: 58%;
}

.history_box .item .thumb {
	width: 92%;
	margin: 0 auto;
	background: no-repeat center;
	background-size: cover;
}

.history_box .item .thumb img {
	width: 100%;
	display: block;
}

.history_box .item .thumb.no_image {
	background-size: contain;
}

.history_box .item .circle {
	width: 27px;
	height: 27px;
	background: #fff;
	border: solid 4px #0c5eae;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}

.history_box .item .stick {
	width: 4px;
	height: 124px;
	background: #0c5eae;
	margin: 0 auto;
}

.history_box .item .text {
	font-size: 0.875em;
	line-height: 1.5em;
	min-height: 12.143em;
}

.history_box .item .text p:last-child {
	margin-bottom: 0;
}

.history_box .item .text p {
	max-height: 12.143em;
}

.history_box .item h5 {
	font-size: 0.875em;
	font-family: 'Amiko SemiBold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 2px;
}

.page_simple_products .entry-header h1,
.page-store .entry-header h1 {
	font-size: 1.715em;
	margin-bottom: 15px;
}

.mobile_titles {
	padding-top: 45px;
}

.mobile_titles h1 {
	font: normal 2em/1.333em 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0;
}

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

.history_box .owl-item:nth-of-type(odd) {
	margin-top: 168px;
}

}

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

#store_menu {
	border-top: solid 1px #e1e1e1;
	font-size: 1em;
	line-height: 1.5em;
}

#store_menu::before,
#store_menu::after {
	display: block;
}

#store_menu .store_menu_col h4 {
	border-top: none;
	font-size: 1.5em;
	margin: 0 0 22px;
	padding: 25px 38px 17px;
}

#store_menu .store_menu_col > ul {
	padding: 0 38px 14px;
}

#store_buckets {
	margin-bottom: 62px;
}

#categories_blocks {
	margin: 0 0 56px;
}

#subheader h1 {
	font-size: 3.75em;
}

#subheader .slide_content .slide_content_inner {
	display: table-cell;
}

#subheader .simple_page_header .slide_content_inner {
	display: table-cell;
}

#data_sheets_search {
	width: 244px;
	margin-bottom: 35px;
}

#data_sheets_search input {
	height: 40px;
	padding: 0 15px 0 68px;
}

#data_sheets_search button {
	width: 53px;
	height: 40px;
}

.page_body {
	padding: 70px 0 62px;
}

.page_body.page-store {
	padding: 55px 0 87px;
}

.entry-header .entry-title {
	font-size: 2.25em;
}

.entry-content {
	font-size: 1.125em;
	line-height: 1.667em;
}

.page_item .entry-content {
	font-size: 1.125em;
	line-height: 1.667em;
}

.page-data_sheet .entry-content {
	line-height: 1.334em;
	padding-bottom: 24px;
}

.page-data_sheet .entry-content h2 {
	font-size: 2em;
	margin-bottom: 15px;
}

.page-contact_us .entry-content {
	padding-top: 14px;
}

.page-store .entry-content {
	padding: 0;
}

.history_box_wrapper {
	padding: 68px 66px 0;
}

.history_box .owl-item:nth-of-type(odd) {
	margin-top: 147px;
}

.history_box .item h5 {
	font-size: 1.5em;
}

.page_simple_products .entry-header,
.page-store .entry-header {
	display: none;
}

.mobile_titles {
	display: none;
}

}

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

.history_box_wrapper {
	padding: 68px 67px 0;
}

.history_box .owl-item:nth-of-type(odd) {
	margin-top: 169px;
}

}

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

.history_box_wrapper {
	padding: 68px 67px 88px;
}

.history_box .owl-item:nth-of-type(odd) {
	margin-top: 193px;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

