/*custom css*/
.container:not(.full-w-container) {
	max-width: 100%;
}
.row {
	margin: 0;
}
/*header and navigation*/
.upper-header {
	background: #000;
	padding: 8px 0;
}
.upper-header-content {
	display: flex;
	justify-content: flex-end;
	margin: 0 -15px;
}
.upper-header span {
	color: #fff;
}
.mmobile-hamburger,
.mobile-bg {
	display: none;
}
.main-header > div > div {
	justify-content: space-between;
}
.main-header {
	background: #111212;
	color: #ffff;
}
.site-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 70%;
	max-width: 70%;
}
.multiple-items {
	padding: 0 25px;
}
.img-wrapper-slick {
	margin-left: 0;
}
.autoplay .slick-dots {
	bottom: 20px;
}
.autoplay .slick-dots li button:before {
	font-size: 12px;
}
.multiple-items .slick-arrow:before {
    color: #060606;
}
.slick-prev {
	left: -5px;
	z-index: 800;
	height: 50px;
    background: #cfcfcf !important;
    width: 40px;
}
.slick-next {
	right: -10px;
	z-index: 800;
	height: 50px;
    background: #cfcfcf !important;
    width: 40px;
}
.multiple-items .views-field.views-field-name a {
	font-size: 14px;
	text-transform: uppercase;
}
.site-menu .views-element-container,
.site-menu > div > div,
.site-menu .item-list,
.site-menu ul {
	height: 100%;
}
.site-logo {
	flex: 0 0 30%;
    max-width: 30%;
    margin: 10px 0;
}
.main-header a {
	color: #ffff;
}
.site-menu .item-list ul {
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
}
.site-menu .item-list ul li {
	height: 100%;
    margin-left: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.site-menu .item-list ul li div,
.site-menu .item-list ul li div a {
	height: 100%;
}
.site-menu .item-list ul li:last-child {
	height: auto;
	margin-left: 30px;
}
.site-menu .item-list ul a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.site-menu .item-list ul li:last-child a {
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #0EB3D7;
	border-radius: 30px;
}
.site-menu .item-list ul li:last-child:hover a {
	color: #0EB3D7;
}
.site-menu .item-list ul li:not(:last-child) a {
	padding: 0 25px;
}
.site-menu .item-list ul li a:hover {
	text-decoration: none;
	color: #0EB3D7;
}
#nav-icon3 {
	width: 50px;
	height: 39px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 16px;
}
#nav-icon3 span:nth-child(4) {
	top: 34px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*end of site header*/
/*newsletter section*/
.simplenews {
	padding: 65px 0;
	text-align: center;
	background: #F2F2F2;
	font-family: 'Montserrat';
	font-weight: 700;
	top: -2px;
    position: relative;
}
.simplenews p {
	color: #5F5B5B;
}
.simplenews-title {
	font-size: 2.5rem;
	color: #0EB3D7 !important;
}
.simplenews .field--name-subscriptions,
.simplenews .field--name-status,
.simplenews .field--type-simplenews-subscription.form-wrapper,
.simplenews #edit-message,
.simplenews .edit-mail-0-value--description,
.simplenews #edit-submit.is-disabled,
.simplenews #edit-mail-0-value--description.description,
.simplenews .form-item.js-form-item-mail-0-value label {
	display: none;
	color: #F2F2F2;
}
.simplenews form {
	display: flex;
    justify-content: center;
    margin-top: 40px;
}
.simplenews #edit-mail-0-value {
	border: 0;
	box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
	height: 50px;
}
.simplenews form #edit-submit {
	background: #0EB3D7;
	color: #fff;
	font-size: 20px;
	padding: 10px 50px;
	margin-left: 10px;
	border: 0;
	text-transform: uppercase;
}
.simplenews #edit-message.show,
.simplenews .form-item.js-form-item-mail-0-value.show label {
	display: block;
	color: #5F5B5B;
}
.autoplay a {
	font-weight: 500;
}
.slick-next:before,
.slick-prev:before {
	color: #000000;
}
.multiple-items .views-field.views-field-name a:hover {
	color: #0EB3D7 !important;
	text-decoration: none;
}
#bgg {
	position: relative;
	top: -2px;
}
.multiple-items .views-row {
	position: relative;
}
.multiple-items .views-field-field-category-link a {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
.cases-slider-category {
	margin-top: 50px;
}
/*cases page*/
.cases-page > div > div > div > div {
	display: flex;
	flex-wrap: wrap;
} 
.cases-page .views-field-fieldset {
	flex: 0 0 40%;
	max-width: 40%;
}
.cases-page .views-field-fieldset-1 {
	flex: 0 0 60%;
	max-width: 60%;
}
.cases-page .views-field-field-category-link-1 * {
	font-size: 16px;	
	text-transform: uppercase;
	color: #0EB3D7;	
	font-weight: 650;
	margin-top: -10px;
}
.cases-page .views-field-name a {
	color: #0EB3D7;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.cases-page .row.contentbody {
	margin-top: 50px;
}
.cases-page .views-view-grid .views-col {
	padding: 15px;
}
.cases-page .views-field-field-category-link a {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}
.cases-page .views-row:hover {
	border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 19%);
}
.cases-page .views-row {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 15px;
	position: relative;
}
.cases-page .views-row > .col-md-6:hover .views-field-field-category-name-1 {
	text-decoration: underline;
}
.cases-page .hc1body {
	bottom: 0;
	margin-top: 20px;
}
.cases-page .hc1body + .container {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cases-page .cases-field-group .views-field-name span {
	text-transform: uppercase;
}
.cases-page .views-field-field-category-name-1 {
	font-family: 'Montserrat';
	color: #0EB3D7;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 14px;
}
#return-to-top {
	z-index: 999;
	border: 1px solid #ececec;
}
#return-to-top i {
	font-size: 30px;
	top: 7px;
}
/*become a dealer*/
.become-a-dealer {
	margin: 0 -15px;
	margin-top: 40px;
}
.text-count-message {
    font-size: 13px;
}
.become-a-dealer .text-count-wrapper.webform-counter-warning {
    color: #e30000;
    font-weight: 500;
    font-size: 13px;
}
.dealer-content {
	margin-top: 30px;
	margin-bottom: 30px;
}
#edit-container-02 fieldset {
	margin: 0;
}
#edit-container-02 legend {
	display: none;
}
#edit-container-02,
#edit-container-01 {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
}
.become-a-dealer label {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #5F5B5B;
	line-height: 21px;
    letter-spacing: 0.1em;
	font-family: 'Segoe UI';
}
.become-a-dealer .js-form-type-textarea {
	max-width: 100%;
	flex: 0 0 100%;
	padding: 0 15px;
}
.become-a-dealer form {
	display: flex;
	flex-wrap: wrap;
}
.become-a-dealer .captcha {
	padding: 15px;
}
.become-a-dealer #edit-actions {
	padding: 15px;
	max-width: 100%;
    flex: 0 0 100%;
}
.become-a-dealer #edit-submit {
	height: auto;
	text-transform: uppercase;
	padding: 8px 20px;
	background: #007bff;
    border: 0;
    color: #fff;
    width: 120px;
}
.become-a-dealer textarea.webform-counter-warning, 
.become-a-dealer textarea.form-textarea.webform-counter-warning {
	background: #fff;
}
.become-a-dealer input,
.become-a-dealer textarea,
.become-a-dealer select {
	height: 42px;
	border-radius: 15px;
	border: 1.5px solid #C4C4C4;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px;
}
.become-a-dealer textarea {
	height: 130px !important;
	margin-bottom: 0;
}
.become-a-dealer .webform-confirmation {
	width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}
.become-a-dealer .webform-confirmation__message {
	width: 50%;
    margin: 0 auto;
    text-align: center;
    height: 101px;
    border: 6px solid #69D8B8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
}
.dealer-content li {
	list-style: inherit;
}
.product-page .contentbody {
	align-items: center;
}
/*product listings*/
.product-listings .layout-content {
	margin-bottom: 30px;
}
.product-listings h1,
.product-listings .views-element-container > div header > div > div.col-md-8 > div > div:last-child {
	margin-top: 30px;
	margin-bottom: 50px;
	color: #D70E32;
	text-transform: capitalize;
	font-size: 2.5rem;
}
.product-listings .feed-icon,
.product-listings .views-element-container > div header > div > div,
.product-listings .views-element-container > div header > div > div.col-md-8 > div > div:first-child,
.product-listings .views-element-container > div header > div > div.col-md-8 > div:last-child,
.product-listings .views-element-container > div nav {
	display: none;
}
.product-listings .views-element-container > div header > div > div.col-md-8 {
	display: block;
}
.product-listings .views-element-container > div header {
	flex: 0 0 100%;
	max-width: 100%;
}
.product-listings .views-element-container > div {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
}
.product-listings .views-row {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.product-listings .views-field.views-field-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-listings .views-row .views-field-fieldset {
	flex: 0 0 40%;
    max-width: 40%;
}
.product-listings .views-row .views-field-fieldset-1 {
	flex: 0 0 60%;
    max-width: 60%;
	padding: 15px;
}
.product-listings .views-row:hover {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 19%);
}
.product-listings .views-field.views-field-field-product-image {
	height: 225px;
}
.product-listings .views-field.views-field-field-product-image > div,
.product-listings .views-field.views-field-field-product-image {
    display: flex;
    align-items: center;
}
.product-listings .views-field.views-field-field-product-image img {
	width: 100%;
	height: auto;
}
.cases-page .views-field-field-category-image > div {
	display: flex;
	justify-content: center;
}
.product-listings .views-field-title {
	color: #666666;
	font-weight: 500;
}
.product-listings .views-row:hover .views-field-title {
	color: #000;
}
.product-listings .views-field-view-node a {
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
}
/*site footer*/
.site-footer ul li {
	list-style: none;
}
.site-footer {
	background: #111212;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
}
.site-footer .site-logo {
	margin-bottom: 5px;
	margin-top: 5px;
}
.site-footer a,
.site-footer p,
.site-footer h4 {
	color: #fff;
}
.site-footer a {
	text-decoration: none;
	text-transform: uppercase;
}
.site-footer a:hover {
	color: #0EB3D7 !important;
}
.site-footer h4 {
	font-size: 18px;
}
.footer-nav-items,
.footer-site-info,
.footer-items {
	flex: 0 0 50%;
	max-width: 50%;
	-ms-flex: 0 0 50%;
}
.footer-site-info,
.footer-items {
	padding-left: 50px;
}
.site-footer ul,
.site-footer ul li {
	padding: 0;
}
.site-footer ul li {
	margin-bottom: 5px;
}
.footer-site-info .fa {
	width: 16px;
	height: 16px;
	margin-right: 3px;
	text-align: center;
}
/*end of site footer*/
@media only screen and (max-width: 1420px) {
	.product-listings .views-row {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
@media only screen and (max-width: 1199px) {
	.cases-page .views-field-fieldset .views-field-field-category-image {
	    max-width: 100%;
	    flex: 0 0 100%;
	}

	.margin1 .views-row {
		display: block; 
		align-items: center;
		justify-content: center;
	}

	.cases-page .views-field-fieldset {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cases-page .views-field-fieldset-1 {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer-site-info {
		flex: 0 0 60%;
    	max-width: 60%;
	}
	.footer-nav-items {
	    flex: 0 0 40%;
    	max-width: 40%;
	}

}
@media only screen and (max-width: 991px) {
	.site-footer > div > div > .col-md-6 {
		flex: 0 0 40%;
    	max-width: 40%;
	}
	.footer-items {
		flex: 0 0 60%;
    	max-width: 60%;
	}
	.site-menu .item-list ul li:not(:last-child) a {
	    padding: 0 5px;
	}
	.site-menu .item-list ul li {
	    margin-left: 25px;
	}
	.site-menu .item-list ul li:last-child a {
		border: none;
		color: #000;
		padding: 0;
	}
	.site-menu .views-element-container, 
	.site-menu > div > div, 
	.site-menu .item-list, 
	.site-menu ul {
		height: auto;
	}
	.multiple-items .views-row {
		box-shadow: none;
	}
	.simplenews form {
		width: 100%;
	}
	body.open {
		overflow: hidden;
	}
	.main-header.mobile .site-menu {
		width: 0;
		position: absolute;
	    height: 100vh;
	    background: #fff;
	    left: 0;
	    z-index: 999;
	    top: 92px;
	    display: block;
	    overflow: hidden;
	    transition: all 0.3s ease-in-out;
	}
	.main-header.mobile .site-menu.open {
	    width: 90%;
	    max-width: 80%;
	    transition: all 0.3s ease-in-out;
	}
	.main-header.mobile ul {
		display: block;
		padding-top: 30px;
	}
	.main-header.mobile ul li {
		margin-bottom: 15px;
	}
	.main-header.mobile ul li a {
		font-size: 26px;
	    color: #000000;
	    font-family: 'Montserrat';
	    font-weight: 700;
	}
	.mobile-bg {
		display: none;
	    position: absolute;
	    left: 0;
	    top: 92px;
	    background: #00000059;
	    height: 100vh;
	    width: 100%;
	    z-index: 888
	}
	.mobile-bg.open {
		display: block;
	}
	.main-header.mobile .container,
	.upper-header .container,
	.site-footer .container {
		max-width: 100%;
	}
	.main-header > div > div {
		justify-content: flex-start;
		margin: 0;
		align-items: center;
	}
	.mmobile-hamburger {
		display: block;
		margin-right: 30px;
	}
	.footer-nav-items, 
	.footer-site-info {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.field--type-email {
		max-width: 70%;
		flex: 0 0 70%;
	}
	#edit-actions {
		max-width: 30%;
		flex: 0 0 30%;
	}
	.simplenews #edit-mail-0-value {
		width: 100%;
	}
	.simplenews form #edit-submit {
		width: 100%;
		padding: 10px;
	}
	.footer-nav-items {
		padding-left: 50px;
	}

}
@media only screen and (max-width: 767px) {
	.cases-page .views-field.views-field-field-cases-category-description {
		text-align: center;
	}
	.site-footer .col-md-6 {
		max-width: 50%;
	}
	.footer-items {
		display: block !important;
	}
}
@media only screen and (max-width: 600px) {
	.footer-nav-items, 
	.footer-site-info {
		padding: 0 !important;
	}
	.upper-header-content {
	    justify-content: center;
	    margin: 0;
	}
	.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.sticky .mobile-bg,
	.sticky .site-menu {
		top: 102px !important;
	}
	.has-sticky .sticky .mobile-bg,
	.has-sticky .sticky .site-menu {
	    top: 92px !important;
	}
}
@media only screen and (max-width: 500px) {
	.site-footer > div > div > div,
	.site-footer .site-logo {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		text-align: center;
	}
	.footer-items > div {
		margin-bottom: 30px;
	}
	.site-footer .site-logo {
		margin-bottom: 10px;
	}
	.footer-items {
		padding: 0;
		margin-top: 20px;
	}
	.footer-items {
		padding: 0 15px;
	}
	#nav-icon3 span {
		height: 3px;
	}
	#nav-icon3 {
		width: 40px;
	}
	#nav-icon3 span:nth-child(2), 
	#nav-icon3 span:nth-child(3) {
	    top: 13px;
	}
	#nav-icon3 span:nth-child(4) {
	    top: 27px;
	}
	.main-header .container {
		display: flex;
	}
	.site-logo img {
		height: 60px;
	}
	.main-header.mobile .site-menu,
	.mobile-bg {
    	top: 80px;
	}
	.has-sticky .sticky .mobile-bg, 
	.has-sticky  .sticky .site-menu {
    	top: 80px !important;
	}
	.mmobile-hamburger {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	#edit-container-02,
	#edit-container-01 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#bodyhe {
		background-size: auto 100%;
		padding: 15px 0;
	}
	#bodyhe .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	#bodyhe .img-wrapper-slick .col-md-6 {
		padding: 0;
	}
	#bodyhe .img-wrapper-slick .img-wrapper {
		margin-bottom: 0 !important;
	}
	#bodyhe .img-wrapper-slick .fontblack {
		font-family: unset;
		line-height: unset;
		font-size: 15px;
	}
	#bodyhe .fontsize54 {
		font-size: 36px;
	}
	.autoplay .slick-dots {
	    bottom: 0px;
	}
	.txtaligncenter h2 {
		font-size: 30px;
	}
	.formcontact .col-md-6 > .form-group {
		align-items: center;
	}
	#bg.cases-page .montserrat1 {
		line-height: 1;
	}
	#bg.cases-page .views-view-grid .col-md-6 {
		padding: 0;
	}
	#bg.cases-page .margin1 {
		margin-right: 0;
		margin-left: 0;
	}
	#bg.contact-us-page .fontblack {
		font-family: 'Roboto', sans-serif;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 1.5;
	}
	.hc1body {
		height: 180px;
		background-position: right;
		background-size: auto 100%;
		bottom: 0;
		margin-top: 15px;
	}
	.col-md-6 .views-field-field-cases-category-description {
		margin-top: 0 !important;
	}
	.margin1 {
		margin-top: 40px;
	}
	.col-md-6 .views-field.views-field-name {
		position: relative;
		margin-top: 0 !important;
		top: unset !important;
	}
	.img-wrapperprod {
		margin-bottom: 0px !important;
	}
	.main-header.mobile .site-menu {
		max-width: 90%;
	}
	#bodyhcl {
		background-size: auto 100%;
	}
	#bg .contentbody ul {
		padding: 0;
	}
	.main-header.mobile ul li a {
	    font-size: 22px;
	}
	.field--type-email {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	#edit-actions {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.simplenews form {
		flex-wrap: wrap;
	}
	.simplenews form #edit-submit {
		margin-left: 0;
   		margin-top: 10px;
	}
	.simplenews-title {
	    font-size: 2rem;
	}

	.product-listings .views-element-container > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.cases-page .views-row {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
		position: relative;
	}

	.product-listings .views-row {
		flex: 0 0 100%;
		max-width: 100%;
		}
		
		.product-listings .views-field-fieldset-1 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		}
}
