
/* Body: Product */

html {
  font-size: 16px; font-weight: 400;
  font-family: 'Oxygen', times;
}

body {
	margin: 0; width: 100%;
	background-color: white;
}

a {
	text-decoration: none;
	color: #0072bc;
	position: relative;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #0072bc;
	text-decoration: none;
	outline: none;
}

::-moz-selection {
	background-color: rgba(254, 28, 2, 0.99);
	color: white;
}
::selection {
	background-color: rgba(254, 28, 2, 0.99);
	color: white;
}

/* General */
	.page-width {
		max-width: 1450px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.product-menu,
	#l-breadcrumb {
		display: none;
	}

	#l-wrapper .bx-viewport {
		-webkit-box-shadow: none;
				box-shadow: none;
		border: none;
		left: 0;
	}

    #l-wrapper .bx-wrapper {
        -webkit-box-shadow: none;
				box-shadow: none;
		border: none;
	}

	.responsive {
		display: none;
	}

	#l-emotionpic {
		background-repeat: no-repeat;
		-webkit-background-size: cover;
				background-size: cover;
		background-position: center center;
	}

	.slides,
	.slides > li {
	    list-style: outside none none;
	    margin: 0;
	    padding: 0;
	}

	.not_supported {
		position: fixed; top: 0; left: 0;
		width: 100%;
		padding: 20px;
		font-weight: bold;
		background-color: #CF4647;
		cursor: pointer;
		z-index: 9999;
	}

@media (max-width: 1400px) {

	.page-width {
		width: 100%; padding: 0 25px;
	}
}

@media (max-width: 1248px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 14px;
	}

	.page-width {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 12px;
	}

	.page-width {
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	body {
		min-width: 320px;
	}
}


/* Style-Only */
	.style-vertical {
		display: table; width: 100%; height: 100%;
	}

	.style-vertical-wrapper {
		display: table-cell;
		vertical-align: middle;
	}


/* AutoComplete */
	.ui-autocomplete .autocomplete-item:hover span {
		font-weight: normal;
	}


/* Forms */
	.input-sm {
		height: 50px;
		margin-bottom: 5px; padding: 0 10px;
		font-size: 1em;
		line-height: 50px;
		border-radius: 3px;
		background-color: #eeeeee;
	}

	select.input-sm {
		padding-right: 0;
	}

	textarea.input-sm {
		padding-top: 5px;
		line-height: 1.5;
	}

	.btn-contact,
	.btn-default {
		padding-left: 30px; padding-right: 30px;
		font-size: 1em;
		background-color: #eeeeee;
	}

	.btn-contact:hover,
	.btn-default:hover {
		color: white;
		background-color: #353535;
	}

	.form-required {
		margin-top: 25px;
	}

	.FContactForm .form-group,
	.FQuoteForm .form-group {
		margin-right: 20px;
	}

	.form-app {
		font-size: 1em;
	}

	.form-app h1 {
		margin-bottom: 40px;
		font-size: 2.75em; font-weight: bold;
		color: #3c3c3b;
		letter-spacing: -1px;
		text-transform: uppercase;
	}

	.form-app form {
		min-width: 300px; width: 30%;
	}

	.form-app a {
		color: black;
	}

	.form-app a:hover {
		color: #0072bc;
	}

	.form-app .checkbox {
		margin: 20px 0;
	}

	.form-app .btn-default {
		margin-top: 20px;
	}

	.form-app .password-forgot {
		display: block;
		margin-top: 25px;
	}

.access-password-container .btn.btn-default.btn-sm {
	margin-top:initial;
	font-size:initial;
	height:50px;
}

.nav.nav-tabs.home2 {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.nav.nav-tabs.home2::before,
.nav.nav-tabs.home2::after {
	display: none;
}

.nav.nav-tabs.home2 li {
	width: 100%;
	height: auto;
}

.home2 .nav-tabs.home2 li:nth-child(1) {
    background-color: rgba(42, 107, 183, 1);
}

.home2 .nav-tabs.home2 li:nth-child(2) {
    background-color: rgba(42, 107, 183, .85);
}

.home2 .nav-tabs.home2 li:nth-child(3) {
    background-color: rgba(42, 107, 183, .7);
}

.home2 .nav-tabs.home2 li:nth-child(4) {
    background-color: rgba(42, 107, 183, .55);
}

.home2 .nav-tabs.home2 li:nth-child(5) {
    background-color: rgba(42, 107, 183, .40);
}

.home2 .nav-tabs.home2 li.active,
.home2 .nav-tabs.home2 li:hover {
    background-color: #ecf6ef;
}

.home2 .nav-tabs.home2 li.active .title,
.home2 .nav-tabs.home2 li.active .subtitle {
    color: rgba(42, 107, 183, 1) !important;
}

.home2 .nav-tabs.home2 li.active:hover .title,
.home2 .nav-tabs.home2 li.active:hover .subtitle {
    color: white !important;
}

.home2 .nav.nav-tabs.home2 li a {
	position: relative;
	padding: 20px;
	align-items: flex-start;
}

.home2 .nav.nav-tabs.home2 li a .subtitle,
.home2 .nav.nav-tabs.home2 li:hover a .subtitle{
    color: white;
}

.home2 .nav-tabs.home2 li.active::after {
    color: #ecf6ef;
}

.no-touch .home2 .nav-tabs.home2 li:hover::after {
    display: none;
}

.no-touch .home2 .nav-tabs.home2 li.active:hover::after {
    display: block;
}

@media screen and (min-width: 415px) {
	.nav.nav-tabs.home2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 577px) {
	.nav.nav-tabs.home2 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.nav.nav-tabs.home2 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1280px) {
	.nav.nav-tabs.home2 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}