/* border-box */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

/* anchors reset */
 a { color: inherit; }
 a:hover { text-decoration: none; color: inherit; }

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

/* rem font size - related to html font size */
html { font-size: 62.5%; }
body { font-size: 1.4rem; }

/*-----------------------------------------------------------*/
img.img-fluid {
	width:100%;
	max-width: 100%;
}

body {
	font-family: "Open Sans";
}

header, section, footer {
	padding: 50px 0;
}

a:hover {

	color: #ffe960;
	transition: 0.3s;
}

.btn {
	font-size: 1.7rem;
	padding: 10px 20px;
	background-color: #eee;
	color: black;
	text-align: center;
	border-bottom: solid 2px #316194;
}

.btn:hover {
	color: #eee;
	background-color: #316194;
	border-bottom: solid 2px black;
	transition: 0.3s;
}

header {
	background-color: black;
	color: white;
}

.search-bar {
	background-color: inherit;
	color: white;
	border: solid 0.5px #555;
	
	font-size: 1.5rem;
	padding: 5px 25px;
}
#homepage-video {
	position:absolute;
	top:0px;
	display:block;
	opacity:0.01;
}
#section-1 {
	background-image: url(../content/homepage/mountain-1.jpg);
	color: white;
	width: 100%;
	height: 750px;
	position:relative;
	overflow:hidden;
	background-size:cover;
}

#section-1 h3 {
	font-size: 3rem;
	margin: 150px 0 0 0;
	padding-bottom: 30px;
}
/*.delayed {
	display:none;
}*/
h1, h2.homepage, h2 {
	font-family: "Titillium Web";
	border-bottom:3px solid #000;
	padding-left:50px;
	display:inline-block;
	font-size: 3.5rem;
}
h2 {
	margin: 20px 0px 10px 0px;
	border:0;
	padding:0;
	font-size:2.5rem;
	font-weight:bold;
	display:block;
}
.tagline p {
	display:inline-block;
	margin: 0;
	font-size: 6.5rem;
	text-align: right;
	border-bottom:8px solid #fff;
	font-weight:500;
}

#section-1 h1 span {
	color: #ebe7da;
}

#section-1 h4 {
	font-size: 1.8rem;
	margin: 0;
	padding-top: 40px;
	line-height:150%;
}

#section-2 {
	background: white url('../content/homepage/mountain-2.jpg') no-repeat right;
	width: 100%;
	height: 500px;
	padding-top: 150px;
}
section {
	    font-size: 1.75rem;
		padding-top:100px;
}
/*
#section-2 h1 {
	font-size: 3.5rem;
}
*/
#section-3 {
	background-color: #eee;
	padding: 100px 0;
}
/*
#section-3 h1 {
	font-size: 3.5rem;
}*/

/*
#section-3 h4 {
	font-size: 1.75rem;
}*/
#section-3 .col-sm-4 {
    overflow: hidden;
}
#section-3 a:hover, #section-3 img:hover {
    transition: all .25s;
    transform: scale(1.1);

}
.px-10 {
	padding: 20px 80px;
}

.card {
	border-bottom: solid 3px #316194;
	padding: 20px 15px;
	margin-bottom: 20px;
}

.card h2 {
	font-weight: bold;
	font-size: 2.3rem;
}

#section-4 {
	background: url(../content/recycledpaper.jpg);
}/*
#section-4 h1 {
	font-size: 3.5rem;
}
*/
footer {
	background:#101010;
	height: 500px;
	padding-top: 100px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #a0a0a0;
}
footer a {
	border-bottom:1px solid #505050;
}
footer small {
	color: #505050;
}
#logo-footer {
	width:100px;
	display:block;
	margin:0px 0px 20px auto;
	
}
.navbar li {
	display:inline-block;
}
.dropdown-item {
	font-size:16px;
	padding:10px 20px;
}
.dropdown-item:hover {
	background:#505050;
	color: #fff;
}
.nav-link {
	font-size:18px;

}
.product-item-grid {
	width:100%;
	overflow: hidden;
}
.navbar-toggler-icon {
	color: #fff;
}
.social {
	margin-left:10px;
	display:inline-block;
	float:right;
	color: #a0a0a0;
}
.section-black {
	background: #000;
	color: #eaeaea;
	overflow:hidden;
}
h3 {
	font-weight:bold;
}
.products img.product {
	display:block;
	float:left;
	max-width:100px;
	margin-right:20px;
}

/* TIMELINE */
/* Base */

#content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #4298C3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 30%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
  color: #303030;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: #505050;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #4298c3;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
#iso img {
width:75px;
}

.usage-table {
	width:100%;
	font-size:12px;
}
.usage-table th {
	background:#101010;
	color: #fff;
	font-weight:bold;
	padding: 15px;
}
.usage-table td {
	padding: 15px;
	border-bottom:3px solid black;
	margin:2px;
	text-align:center;
	border-right:8px solid white;
}
.usage-table td:first-of-type {
	white-space:nowrap;
	text-align:left;
}
.usage-table tr:last-of-type td {
	border-bottom:none;
}
.usage-table tr:nth-of-type(2n) td {
	font-weight:bold;	
}
.usage-table a {
	border-bottom: 2px dotted red;
}
header .language  {
	padding-top:3.5rem;
	color: #fff;
}
header .language:hover, header .language.sk-sk,  header .language.en-en {
	color: #ffe960
}
#section-1 h1 {
	border:0;
	font-family: "Titillium Web";
	border-bottom:3px solid #fff;
	padding-left:50px;
	display:inline-block;

}
#section-4 a.btn {
	border-bottom-color: #212529
}
#section-4 a.btn:hover {
	background: #ffe960;
	color: #000;
}
.color-preview {
	cursor:pointer;
}
#homepage-banner {
	height:400px;
	background-attachment:fixed;
	background-position-x:50%;
}

.product-item-grid .product {
	padding:25px;
	background: #fafafa;
	margin:0px 25px 25px 0px;
	float:left;
	width:29%;
	min-height:425px;
	word-break:break-word;
}
.product-item-grid .product h2 {
	font-family: "Titillium Web";
	font-size:2.5rem;
	font-weight:bold;
}
.product-item-grid .product .price {
	font-size:2rem;
	color: #379337;
}
.product-description-big {
	font-size:125%;
}
.pagination {
	clear:both;
}
.product-details h2 {
	font-weight:bold;
}
.product-detail-parameters {
	border-collapse:collapse;
	border: 1px solid #e0e0e0;
	width:100%;
}
.product-detail-parameters td {
	padding:10px;
	border: 1px solid #e0e0e0;
}
.product-detail-parameters tr:nth-of-type(2n) {
	font-weight:bold;
}
.product-details .product-price {
	color: #379337;
	font-size:4rem;
	font-weight:bold;
	text-align:center;
}
.product-variant-thumbs {
		padding:25px;
	border:1px dotted #e0e0e0;
	margin:25px auto;
}

.product-variant-thumbs a {
	display:inline-block;
	height:100px;

}
.product-variant-thumbs a.selected {
	border:2px solid #f0f0f0;
}
.product-variant-thumbs a img {
	height:100%;
	display:block;
}
.product-parameter-choices .selected {
	border-color: #d0d0d0;
	background: #f0f0f0;
}

/* TABLE SORTER */
.dropdown-filter-dropdown {
    position:relative;
    display:inline-block;
}

.dropdown-filter-icon {
    margin-left:5px;
    line-height:1.3;
    border:1px solid black;
}


.dropdown-filter-icon:hover {
    cursor:pointer;
}

.checkbox-container {
    max-height: 400px;
    overflow-y: scroll;
	color: #505050;
}
.dropdown-filter-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(70,70,70,0.2);
    z-index: 1;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
}

.dropdown-filter-content div {
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-search {
    margin-bottom:10px;
    margin-top:10px;
}


.dropdown-filter-content div.dropdown-filter-sort {
    padding-top:5px;
    padding-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-sort:hover {
    background-color:#e1e5e7;
    cursor:pointer;
}

.dropdown-filter-content div.dropdown-filter-sort span {
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
    color: silver;
}

.arrow-down {
    border: solid silver;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right:5px;
    margin-left:5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.category-item span {
	display:block;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding:5px;
	width:100%;
	margin-top:-40px;
	position:relative;
	font-size:2rem;
	text-align:center;
}
.cart-item-parameters {
	font-size:80%;
	color: #808080;
}
.nav-link {
	padding: .5rem 2rem !important;
}
#admin_listing {
	width:100%;
	margin:20px 0px;
}
#admin_listing th {
	background: #e0e0e0;
	color: #505050;
	padding:5px 10px;
}
#admin_listing th:nth-of-type(2) {
	width:150px;
}
#admin_listing td {
	padding:5px 10px;
}
#admin_listing a {
	border-bottom:1px dotted #316194;
}
.col-sm-12 ul.categories li {
	max-width: 19%;
	display: inline-block;
}
:target {
	padding-top:50px;
	display: block;
}
#cart_payment_method_box {
	border:1px solid #316194;
	padding:0px 20px 20px 20px;
	
}
.product-icons {
	margin:-130px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	padding:10px;
	overflow: hidden;
}
.product-icons img {
	height:50px;
}
.product-icons-row img {
	cursor:help;
	margin-right:10px;
	max-width: 100px;
}
.product-icons-row {
	padding-bottom:10px;
}
#breadcrumbs {
	margin-bottom:25px;
}
#breadcrumbs .home {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#breadcrumbs a {
	display: inline-block;
	padding: 10px 15px;
	
	color: #505050;
	/* border-radius: 0px 10px 10px 0px; */
	position: relative;
	margin-right: 20px;
}
#breadcrumbs a:after {
	content: '>';
    font-size: 5px;
    color: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    transform: rotateZ(45deg);
    right: -15px;
    border: 2px solid #505050;
    border-width: 2px 2px 0px 0px;
    /* margin-right: 15px; */
}
.testing {
	padding:5px;
	display:block;
	background: #fafafa;
}
#category-list img.category-thumb {
	max-height:180px;
}
@media (max-width: 1024px) {
	.product-item-grid .product {
		padding:20px;
		background: #fafafa;
		margin:0px 0px 30px 0px;
		width:40%;
	}
}
@media (max-width: 992px) {
	.product-item-grid .product {
		padding:20px;
		background: #fafafa;
		margin:0px 0px 30px 0px;
		width:100%;
		height:auto;
		text-align:center;
	}
	#category-list li.link {
		width:50%;
	}
}
	
@media (max-width: 576px) {
	header {
		padding:10px;
	}
	.slider-text {
		font-size:1.25rem;
	}
	.product-item-grid .product {
		padding:20px;
		background: #fafafa;
		margin:0px 0px 30px 0px;
		width:100%;
	}
	footer {
		height: 100%;
		padding: 50px 20px;
	}
	section {
		padding-top:20px;
	}
	.flex-row {
		width:100%;
	}
	#form_order label {
		font-size:1.4rem;
	}
	#form_order input, #form_order textarea, #form_order select {
		padding:.5em;
		margin:.1em;
	}
	.cart {
		font-size:.75em;
	}
	.nav {
		display:block;
		margin-top:30px;
		overflow:auto;
		width:100%;
		
	}
	.nav form {
		float:none !important;
	}
	.navbar {
		padding:0px;
	}
	.navbar button {
		padding:0px;
		margin-bottom:10px;
	}
	#top-logo img {
		width:100%;
	}
	#top-logo img.py-5{
		padding:10px !important;
	}
	#section-1 h1 {
		font-size:4rem;
	}
	#section-1 {
		height:235px;
	}
	#homepage-banner {
		height:300px;
		background-size:cover;
	}
	.tagline p {
		font-size:3rem;
		border-bottom:3px solid;
	}
	#section-1 h4 {
		padding-top:10px;
		font-size:1.4rem;
	}
	.usage-table th {
		padding:5px;
	}
	.usage-table {
		font-size:8px;
	}
	.usage-table td {
		padding:5px;
		border-right: 2px solid white;
	}
	#category-list ul li {
		width:49%;
		max-width:49%;
	}
	ul.categories img {
		display:none;
	}
	#category-list ul li img {
		display:block;
	}
	.category-item span {
		margin-top:0px;
		position:static;
	}
	.qnt {
		float:none;
		text-align:center;
	}
	#product_submit {
		max-width:75%;
		display:block;
		margin:20px auto;
		padding:15px;
		text-align:center;
	}
	.product-icons img {	
		
		
		height:40px;
	}
	.product-detail-parameters * {
		font-size:90%;
	}
}

.coc-link, .coc-detail {
	display:inline-block;
	width:150px;
	margin:3px;
	padding:3px;
	background: #fafafa;
}
.coc-detail {
	width:100%;
	text-align:center;
	border:1px solid #f0f0f0;
}
