@charset "iso-8859-2";


/* GENERAL PARTS */



.home-automation-background {
	background-color: #02126c;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#02126c 0,#007bc1 80%);	
}

.lighting-background {
	background-color: #3b7d19;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#3b7d19 0,#86d43d 80%);	
}

.electric-background {
	background-color: #2f0e39;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#2f0e39 0,#972cb3 80%);	
}

.furniture-background {
	background-color: #e45b2b;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#e45b2b 0,#e6942a 80%);	
}

.home-automation-background-2 {
	background-color: #02126c;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#02126c 0,#007bc1 50%, #02126c 100%);	
}

.lighting-background-2 {
	background-color: #3b7d19;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#3b7d19 0,#86d43d 50%,#3b7d19 100%);	
}

.electric-background-2 {
	background-color: #2f0e39;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#2f0e39 0,#972cb3 50%,#2f0e39 100%);	
}

.furniture-background-2 {
	background-color: #e45b2b;
    background-repeat: repeat-x;
    background: linear-gradient(135deg,#e45b2b 0,#e6942a 50%,#e45b2b 100%);	
}

.all-products-background {
	background-color: #c2c2c2;	
}

.home-automation-icon-w {
	background: url(../images/icon-home-automation-line-white.png);
}

.lighting-icon-w {
	background: url(../images/icon-lighting-line-white.png);
}

.furniture-icon-w {
	background: url(../images/icon-furniture-line-white.png);
}

.electric-icon-w {
	background: url(../images/icon-electric-line-white.png);
}

.home-automation-icon-grey {
	background: url(../images/icon-home-automation-line-grey.png);
}

.lighting-icon-grey {
	background: url(../images/icon-lighting-line-grey.png);
}

.furniture-icon-grey {
	background: url(../images/icon-furniture-line-grey.png);
}

.electric-icon-grey {
	background: url(../images/icon-electric-line-grey.png);
}

.home-automation-icon-color {
	background: url(../images/icon-home-automation-line-color.png);
}

.lighting-icon-color {
	background: url(../images/icon-lighting-line-color.png);
}

.furniture-icon-color {
	background: url(../images/icon-furniture-line-color.png);
}

.electric-icon-color {
	background: url(../images/icon-electric-line-color.png);
}

.category-icon {
	width: 90px;
	height: 90px;
	margin-right: 30px;	
	background-size: 90px 90px;
}


.grey-background {
    background-color: #f1f6f9;
}

.darkgrey-background {
    background-color: #dce0e2;	
}



/* HOME PAGE */

.carousel-item .slide-wrapper {
	width: 100%;
	height: 450px;
}

.carousel-control-next, .carousel-control-prev {
	width: 100px;
	height: 100px;
	top: 40%;	
}

.carousel-item .gfx-1 {
	position: absolute;
	right: 200px;
	top: -150px;
}
.carousel-item .gfx-2 {
	position: absolute;
	right: 0;
	top: 20%;
}
.carousel-item .gfx-3 {
	position: absolute;
	right:  200px;
	bottom: -150px;
}

.slide-wrapper h1 {
	color: #000;
	font-size: 30px;
	font-weight: 200;
}
.slide-wrapper h1 b {
	font-weight: 700;
	font-size: 58px;
	line-height: 1;
}

.slider-caption {
	width: 100%;	
}

.home-lines-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: -100px;
}


@media (min-width: 1200px) {
	.home-lines-nav .list-item {
    	width: 200px;
		height: 200px;
    	padding: 15px;
	}
}

@media (max-width: 992px) {
	.about-us .product-lines .list-item {
		width: 50%;
		padding: 1em;
	}
}

@media (max-width: 768px) {
	.home-lines-nav .list-item {
    	width: 160px;
		height: 160px;
		padding: 5px;
	}
}


.home-lines-nav .list-item {
    display: flex;
	background-color: #fff;
}

.home-lines-nav .list-content {
	width: 100%;
}

.home-lines-nav .list-content a {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 10px;
    display: flex;
    transition: all 350ms;
    flex-direction: column;
	border-radius: 3px;
}

.home-lines-nav .list-content a:hover,
.home-lines-nav .list-content a:link,
.home-lines-nav .list-content a:visited {
	text-decoration: none;
}

.home-lines-nav .list-content a:hover {
	text-decoration: none;
	border-radius: 30%;
}

.home-lines-nav .list-content a h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
	color: #fff;
}

.home-lines-nav .list-content a h2 b {
    font-size: 20px;
    font-weight: 600;
}

.home-lines-nav .list-content a img {
    width: 40%;
	height: 40%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-backface-visibility: hidden;
	margin: 8px 0 15px 0;
}

.home-lines-nav .list-content:hover a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.home-product-lines {
	margin-bottom: 120px;
}

.home-product-lines .subtitle {
	background-color: #FFF;
	padding: 20px;
}

.home-product-lines h3 { 
	margin-top: -20px; 
}



/* LIST FLEX GENERAL */

.list-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.list-flex .list-item {
    display: flex;
    width: 100%;
	padding: 8px;
	border-radius: none;
}

.list-flex .list-content {
    display: flex;
    width: 100%;
    margin: 0px;
}

.list-flex a {
    display: flex;
    width: 100%;
    margin: 0px;
	flex-direction: column;
    display: flex;
	width: 100%;
    margin: 0px;
	-webkit-transition: all 250ms;
    transition: all 250ms;
    text-decoration: none;
    border: 1px solid #e5e5e5;
	background-color: #fff;
}

.list-flex a img {
    width: 50%; width: 105px; height: 105px;
	margin-top: 1rem;
    margin-bottom: 0.8rem;
	-webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-backface-visibility: hidden;
}

.list-flex a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media (min-width: 1200px) {
	.list-flex .list-item {
    	width: 25%;
	}
}

@media (max-width: 1100px) {
	.list-flex .list-item {
    	width: 33.333%;
	}
}

@media (max-width: 700px) {
	.list-flex .list-item {
    	width: 50%;
	}
}


/* CAT LIST GENERAL */

.category-list h1 {
	margin: 40px 0px;
	font-size:28px;
	color: #2f2f2f;
	font-weight: 400;
}

.category-list-header {
	font-size: 38px;
	font-weight: 200;
	color: #00266c;
}

.category-list-header b {
	font-weight: 700;	
}


/* CAT LIST NAV Header */

.category-header {
	color: #FFF;
}

.category-header h1,
.category-header h2,
.category-header h3 {
	color: #FFF;
	line-height: 1.2;
}

.category-header h1 {
	font-size: 24px;
}

.category-header .category-image {
	position: absolute;
	right: 50px;
	bottom: -20px;
	height: 100%;
}

.category-header .category-image .img-1 {
	position: absolute;
	right: 50px;
	bottom: -20px;
	height: 100%;
}

.category-header .category-image .img-2 {
	position: absolute;
	right: 50px;
	bottom: -20px;
	height: 100%;
}

.category-header .category-image img {
	height: 130%;
}

.category-header .category-icon {
	width: 90px;
	height: 90px;
	margin-right: 30px;	
	background-size: 90px 90px;
}

.category-navigation-wrapper { 
	margin: 0px;
}

.btn-category-nav {
    letter-spacing: none;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #FFF;
    color: #585858;
    box-shadow: none;
	padding: 7px 12px;	
	width: 100%;
	text-align: left;
	position: relative;
	margin: 6px;
	font-size: 14px;
}

@media (min-width: 700px) {
	.btn-category-nav {
    	width: 20%;
	}
}

.btn-category-nav:hover,
.btn-category-nav.active:hover {
    background: #0090ff;
    box-shadow: none;
    border: 1px solid transparent;
    color: #FFF;	
}

.btn-category-nav .text {
	line-height: 1.6;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	margin-right: 25px; }

a[aria-expanded="true"].btn-category-nav .icon {
	background-position: -20px -20px;
}

a[aria-expanded="true"].btn-category-nav:hover .icon {
	background-position: -20px -20px;
}

a[aria-expanded="true"].btn-category-nav {
	color: #FFF;
	background-color: #0275d8;
}

.btn-category-nav .icon {
	position: absolute;
	right: 8px;
	width: 20px;
	height: 20px;
	content: 'X';
	top: 50%;
	margin-top: -10px;
	background: url(../images/icons-buttons-nav.png);
	background-position: -0px -0px;
	background-size: 40px 40px;
	
}

.btn-category-nav:hover .icon {
	background-position: -0px -20px;
}

.btn-category-nav.active {
    border: 2px solid #0090ff;
	color: #0090ff;
}


.btn-category-nav.active:hover,
.btn-category-nav.active.active:hover {
    border: 2px solid transparent;	
}

.category-nav-icon {
	width: 140px;
	height: 140px;
	background-size: 140px 140px;
}

/* CAT LIST NORMAL */

.cat-list .list-item {
	padding: 15px;
}

.cat-list a {
    text-align: center;
}

.cat-list a h3 {
	font-size: 16px;
    font-weight: 600;
	color: #00266c;	
	line-height: 1.4;
	border-top: 2px solid #dcdcdc;
	margin: 3px 10px;
	padding: 15px 0;
	flex: 1 0 auto;
}

.cat-list a:hover h3 {
	color: #0693ff;
}

.cat-list a:hover {
    border: 1px solid #0693ff;
	color: #0693ff;
	box-shadow: 0 10px 30px 0 rgba(62,57,107,0.17), 0 2px 9px 0 rgba(62,57,107,0.17);
	-webkit-transition: all 250ms;
    transition: all 250ms;
}

.cat-list a img {
	width: 60%;
	margin-top: 0.9rem;
    margin-bottom: 0.6rem;
}

/* CAT LIST SMALL */

@media (min-width: 1200px) {
	.cat-list-small .list-item {
    	width: 16.666%;
	}
}

@media (max-width: 1100px) {
	.cat-list-small .list-item {
    	width: 33.333%;
	}
}

@media (max-width: 700px) {
	.cat-list-small .list-item {
    	width: 50%;
	}
}


.cat-list-small .list-item {
	padding: 10px;
}

.cat-list-small .list-item.active a {
	border: 2px solid #0693ff;
}
.cat-list-small .list-item.active a h3 {
	color: #0693ff;
}

.cat-list-small a {
	flex-direction: column;
    display: flex;
    border: 1px solid #d6d6d6;
    width: 100%;
    margin: 0px;
	background-color: #fff;
    text-align: center;
	-webkit-transition: all 250ms;
    transition: all 250ms;
    text-decoration: none;
}

.cat-list-small a h3 {
	color: #00266c;	
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
    margin: 10px 10px;
	font-size: 14px;
}

.cat-list-small a:hover h3 {
	color: #0693ff;
}

.cat-list-small a:hover {
    border: 1px solid #0693ff;
	color: #0693ff;
	box-shadow: 0 10px 30px 0 rgba(62,57,107,0.17), 0 2px 9px 0 rgba(62,57,107,0.17);
	-webkit-transition: all 250ms;
    transition: all 250ms;
}

.cat-list-small a img {

	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}




/* PRODUCT LIST */

.custom-select {
    display: inline-block;
    height: calc(2.25rem);
    padding: .375rem 1.75rem .375rem .75rem;
    color: #464a4c;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
	font-size: 13px;
	line-height: 140%;
}

.custom-select:hover {
    border-color: #0090ff;
	box-shadow: 0 10px 20px 0 rgba(62,57,107,0.1), 0 2px 9px 0 rgba(62,57,107,0.1);
}
	
.product-filter {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-filter label {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 6px;
}

.product-filter h1 {
  flex-grow: 1;
}

.product-filter .sort {
  display: flex;
  margin-left: auto;
}

.product-filter .collection-sort {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}

.product-filter .product-quantity {
  flex-grow: 1;
  flex-direction: column;
  padding-right: 15px;
  align-self: flex-end;
}
.product-filter .product-quantity p {
  margin: 8px;
  font-size: 14px;
}

@media (max-width: 480px) {
.product-filter .product-filter {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
.product-filter .product-filter {
    flex-direction: column;
  }
.product-filter .sort {
    align-self: flex-start;
  }
}



/*----- HISTORy PAGE -----*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  margin: 0 0 .5em 0;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #FFF;
  border: 2px solid #02277d;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 17px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: 1;
}
.timeline-marker:after {
  content: "";
  width: 1px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 7px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: #02277d;
  border: 2px solid reansparent;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}

.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 60px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 40px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 40px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 40px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 40px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

.timeline-content h3 {
  font-size: 48px;
  font-weight: 200;
  line-height: 1.1;
  color: #172579;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
  padding-left: 8px;
}

.timeline-info img {
 border-radius: 30px;
 margin-top: 10px;
 width: 70%;
}

.history .claim {
	color: #00266c;
	font-size: 20px;
	font-weight: 400;
}

.history .claim b {
	font-size: 28px;
	font-weight: 600;
}

.history .claim h2 {
	color: #00266c;
	font-size: 38px;
	font-weight: 200;
	line-height: 120%;
}

.history .claim h2 b {
	font-size: 38px;
	font-weight: 600;
}



/* ABOUT US */


.about-us ul.numbers {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0px;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.about-us .numbers li {
    display: flex;
    padding: 10px;
    position: relative;
    text-align: center;
}

.about-us .numbers li .list-content {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin: 0px;
	background-color: #FFF;
	text-align: center;
}

.about-us .counter-value {
	font-size: 70px;
	font-weight: 200;
	color: #0090ff;
	flex: 1 0 0 auto; 
}

.about-us .numbers li p {
    font-size: 16px;
    font-weight: 600;
}


@media (min-width: 1200px) {
	.about-us .numbers li {
    	width: 33.333%;
	}
	.about-us .counter-value {
		font-size: 70px;
	}

	.about-us .numbers li p {
		font-size: 16px;
	}
	.about-us p.lead {
		font-size: 26px;
	}	
	.about-us h1 {
		font-size: 55px;
	}
	.about-us h2 {
		font-size: 32px;
	}
	
	.about-us h3 {
		font-size: 26px;
	}
}

@media (max-width: 992px) {
	.about-us .numbers li {
    	width: 33.333%;
	}
	.about-us .counter-value {
		font-size: 50px;
	}
	.about-us .numbers li p {
		font-size: 14px;
	}

}

@media (max-width: 768px) {
	.about-us .numbers li {
    	width: 50%;
	}
	.about-us .counter-value {
		font-size: 40px;
	}
	.about-us .numbers li p {
		font-size: 12px;
	}
	.about-us p.lead {
		font-size: 16px;
		color: #00266c;
		line-height: 1.5;
		font-weight: 200;
	}
		
	.about-us h1 {
		font-size: 35px;
	}
	.about-us h2 {
		font-size: 22px;
	}
	
	.about-us h3 {
		font-size: 18px;
	}
}

.about-us p.lead {
    color: #00266c;
    line-height: 1.5;
    font-weight: 200;
}
.about-us p.lead b {
    font-weight: 700;
}

.about-us h1,
.about-us h2,
.about-us h3 {
    color: #00266c;
    font-weight: 200;
	line-height: 1.4;
}
.about-us h1 b,
.about-us h2 b,
.about-us h3 b {
    font-weight: 700;
}

.about-us .lead .sub-title {
	color: #a1a1a1;
    font-weight: 200;
	font-size: 30px;
	line-height: 1.4;	
}
.about-us .blue-gradient-background h3 {
	color: #FFFFFF !important;	
}
.about-us .blue-gradient-background {
	background: #2b3c98;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod.IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #2b3c98 36%, #48b8ff 95%, #48b8ff 95%);
    background: -webkit-linear-gradient(45deg, #2b3c98 36%, #48b8ff 95%, #48b8ff 95%);
    background: linear-gradient(45deg, #2b3c98 36%, #48b8ff 95%, #48b8ff 95%);
}
.about-us .product-lines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about-us .product-lines .list-item {
    display: flex;
}

@media (min-width: 1200px) {
	.about-us .product-lines .list-item {
		width: 25%;
		padding: 1.8em;
	}
}

@media (max-width: 992px) {
	.about-us .product-lines .list-item {
		width: 50%;
		padding: 1em;
	}
}

@media (max-width: 768px) {
	.about-us .product-lines .list-item {
		width: 50%;
		padding: 0em;
	}
}



.about-us .product-lines .list-content {
	width: 100%;
}
.about-us .product-lines .list-content a {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 20px;
    flex-direction: column;
    display: flex;
    transition: all 350ms;
	opacity: 0.8;
	border-radius: 3px;
}
.about-us .product-lines .list-content a:hover,
.about-us .product-lines .list-content a:link,
.about-us .product-lines .list-content a:visited {
	text-decoration: none;
}
.about-us .product-lines .list-content a:hover {
	opacity: 1;
	text-decoration: none;
	border-radius: 50%;
}
.about-us .product-lines .list-content a h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
	color: #fff;
}
.about-us .product-lines .list-content a h2 b {
    font-weight: 600;
}
.about-us .product-lines .list-content a img {
    width: 40%;
	height: 40%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-backface-visibility: hidden;
	margin: 8px 0 15px 0;
}
.about-us .product-lines .list-content:hover a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.about-us .product-lines-background {
	background-size: cover;
    background-image: url(/public/images/about-us-product-lines.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.about-us .claim-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	min-height: 300px;
}


/* PARTNER PAGE */

.partner .counter-value {
	font-size: 70px;
	font-weight: 200;
	color: #00266c;
}

.partner .counter-value.bold {
	font-weight: 600;
}

.partner ul.numbers {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0px;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner .numbers li {
    display: flex;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px;
}

.partner .numbers li .list-content {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin: 0px;
    text-align: center;
}

.partner .numbers li p {
    font-size: 18px;
    font-weight: 400;
    color: #04296e;
    margin: 0;
}

.partner .numbers li h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0090ff;
}


@media (min-width: 1200px) {
.partner .numbers li {
    	width: 33.333%;
	}
.partner .numbers li .counter-value {
		font-size: 70px;
	}

.partner .numbers li p {
		font-size: 16px;
	}
.partner p.lead {
		font-size: 28px;
	}
.partner p.sublead {
		font-size: 20px;
	}
}

@media (max-width: 992px) {
.partner .numbers li {
    	width: 33.333%;
	}
.partner .numbers li .counter-value {
		font-size: 50px;
	}
.partner .numbers li p {
		font-size: 14px;
	}
.partner p.lead {
		font-size: 28px;
	}
.partner p.sublead {
		font-size: 20px;
	}

}

@media (max-width: 768px) {
.partner .numbers li {
    	width: 100%;
	}
.partner .numbers li .counter-value {
		font-size: 55px;
	}
.partner .numbers li p {
		font-size: 16px;
	}
.partner p.lead {
		font-size: 18px;
	}
.partner p.sublead {
		font-size: 16px;
	}
}


.partner p.lead {
    color: #00266c;
    line-height: 1.4;
    font-weight: 200;
}

.partner p.lead b {
    font-weight: 600;
}

.partner p.sub-lead {
    color: #848484;
    line-height: 1.4;
    font-weight: 200;
}
.partner .numbers .rounded {
    border: solid 3px #0090ff;
    border-radius: 0;
}

.partner .claim-image-l img {
    width: 100%;
}

.partner .claim-image-r img {
    width: 100%;
}

.partner h1 {
    font-size: 48px;
    color: #00266c;
    line-height: 1.4;
    font-weight: 200;
}

.partner h1 b {
    font-weight: 600;
}

.partner h2 {
    font-size: 38px;
    color: #00266c;
    line-height: 1.4;
    font-weight: 200;
}

.partner h2 b {
    font-weight: 600;
}

ul.pros {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.pros li {
    padding-left: 1.3em;
    font-size: 18px;
    color: #02277d;
    margin-bottom: 10px;
}
.pros li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.main-pros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-pros .list-item {
    display: flex;
    padding: 0.7em;
    width: 25%;
}


@media (min-width: 1200px) {
	.main-pros .list-item { width: 25%; }
	.main-pros .list-content h2 { font-size: 18px; }
}

@media (max-width: 992px) {
	.main-pros .list-item { width: 33.3333%; }
	.main-pros .list-content h2 { font-size: 18px; }
}

@media (max-width: 768px) {
	.main-pros .list-item { width: 100%; }
	.main-pros .list-content h2 { font-size: 14px; }
	.partner h1 { font-size: 28px; }
	.partner h2 { font-size: 22px; }
	.partner .pros li { font-size: 14px; }
}


.main-pros .list-content {
    background-color: #0090ff;
    width: 100%;
    margin: 0px;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    transition: all 250ms;
}
.main-pros .list-content h2 {
    text-align: center;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    justify-content: center;
	color: #fff; }
.main-pros .list-content img {
    width: 80%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-backface-visibility: hidden;
}
.main-pros .list-content:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* DISTRIBUTION */


.distribution ul.numbers {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0px;
    text-align: center; 
}

.distribution .numbers li {
    display: inline-block;
    width: 50%;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
}

.distribution .counter-value {
	font-weight: 600;
	color: #0090ff; 
}

.distribution .numbers li p {
    font-weight: 600;
}

.distribution p.lead {
    font-size: 24px;
    color: #00266c;
    line-height: 1.4;
    font-weight: 200;
}

.distribution #map {
	height: 300px;
	max-height: 400px;
}


.distribution ul.countries {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 0px;
    text-align: center; 
}

.distribution .countries li {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 3px;
    font-size: 14px;
}

@media (min-width: 1200px) {
	.distribution .countries li { width: 20%; }
	
	.distribution .counter-value {
		font-size: 120px;
	}

	.distribution .numbers li p {
		font-size: 18px;
	}
	
	.distribution .claim {
		font-size: 24px;
		padding: 40px;
	}

}

@media (max-width: 992px) {
	.distribution .countries li { width: 25%; }
	
	.distribution .counter-value {
		font-size: 90px;
	}

	.distribution .numbers li p {
		font-size: 16px;
	}
	
	.distribution .claim {
		font-size: 20px;
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.distribution .countries li { width: 33.333%; }
	
	.distribution .counter-value {
		font-size: 70px;
	}

	.distribution .numbers li p {
		font-size: 14px;
	}
	
	.distribution .claim {
		font-size: 16px;
		padding: 20px;
	}
	
	.distribution h1 {
		font-size: 1.6rem;
	}
}

.distribution .countries li .country {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #f0f0f5;
	color: #000;
    padding: 4px;
    background-color: #FFF;
}

.distribution h1 {
    color: #00266c;
    font-weight: 200;
}

.distribution h1 b {
    font-weight: 700;
}

.distribution .claim {
    font-weight: 200;
    line-height: 1.4;
    color: #00266c;
}

.distribution .claim b {
    font-weight: 600;
}

.distribution .claim-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
}

.dystrybucja .btn {
    padding: 10px 24px;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
    cursor:pointer;
    background-color: #FFF;
    margin: 5px;
    color: #00266c;
    border-radius: 2px;
	font-family: 'Open Sans Normal', 'Arial';
}

.dystrybucja .btn.control.mixitup-control-active {
	background-color: #0090ff;
	color: #fff;
}
 
.btn.control:focus,
.btn.control:active:focus,
.btn.control.active:focus {
    outline: 0 none;
}
 
.dystrybucja
.btn.control:hover,
.btn.control:focus,
.btn.control:active  {
    background: #0090ff;
	color: #FFF;
}


.dystrybucja .header-old {
    background-color: rgba(0,0,0,0);
    background-repeat: repeat-x;
    background: linear-gradient(to bottom,rgba(0,0,0,0.25) 0,rgba(0,0,0,0.25) 20%,rgba(0,0,0,0) 100%); }

.dystrybucja .header {
	background: url(../public/images/shops-header.jpg) bottom center no-repeat;
	height: 300px; }

.dystrybucja .header h1 {
    font-size: 56px;
    font-weight: 200;
	color: #fff;
}

.dystrybucja .header h1 b {
font-weight: 600; 
	color: #fff;
}

.dystrybucja .header p {
	font-size: 18px;
	line-height: 150%;
	color: #fff;

}



/* BUTTONS */

.btn b {
	font-weight: 600;
}

.btn-cat-list {
    letter-spacing: none;
    border-radius: 30px;
    line-height: 1.6;
    border: 1px solid #0090ff;
    background-color: #FFF;
    color: #0090ff;
    box-shadow: none;
    padding: 7px 20px;
	font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans Normal', 'Arial';
}

.btn-cat-list:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 15px;
    position: relative;
    font-size: 110%;
}
 
.btn-cat-list:hover,
.btn-cat-list:focus,
.btn-cat-list:active,
.cat-list a:hover .btn-cat-list {
    background: #0090ff;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #FFF;	
}

 
.btn-cat-list:active,
.btn-cat-list.active {
    background: #0090ff;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #FFF;
}

.btn-cat-list i {
	margin-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	-webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-cat-list:hover i {
	margin-left: 15px;
	padding-right: 5px;	
}

.btn-slider-outline {
    letter-spacing: none;
    border-radius: 40px;
    border: 2px solid #FFF;
    color: #FFF;
	padding: 15px 30px;
	margin: 6px 0px;
	font-size: 20px;
	font-weight: 200;
}
.btn-slider-outline b {
	font-weight: 600;
}
.btn-slider-outline:hover,
.btn-slider-outline:focus,
.btn-slider-outline:active {
    background: #FFFFFF;
    border: 3px solid #transparent;
    color: #00266c;	
}

.btn-blue-gradient {
    letter-spacing: none;
    border-radius: 40px;
    border: 2px solid #FFF;
    color: #FFF;
	padding: 15px 30px;
	margin: 6px 0px;
	font-size: 20px;
	font-weight: 200;
}

.rounded-blue-gradient-btn {
	border-radius: 50px;
	background-image: linear-gradient(to right,#02277d 0,#0090ff 51%, #02277d 100%);
	background-size: 200% auto;	
	border: none;
	transition: all 350ms;
}

.rounded-blue-gradient-btn:hover,
.rounded-blue-gradient-btn:focus,
.rounded-blue-gradient-btn:active {
	background-position: right center;
	transition: all .5s;
	color: #FFFFFF;
}

.rounded-white-btn {
	border-radius: 50px;
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
	transition: all 350ms;
}

.rounded-white-btn:hover,
.rounded-white-btn:focus,
.rounded-white-btn:active {
	transition: all .5s;
	color: #00266c;
	border: 2px solid transparent;
	background-color: #FFF;
}

.btn-primary.rounded-white-btn,
.btn-primary.rounded-blue-gradient-btn, {
	border-radius: 50px;	
}


/* PARTNER PAGE */

.partner-login h3 {
	font-size: 1.5rem;
}
.partner-login label {
	text-align: right;
}
.partner-login input {
	border-radius: 0;
}
.partner-login .background {
	background-size: cover;
    background-image: url(/public/images/partner-claim.jpg);
    background-repeat: no-repeat;
    background-position: center center;	
}
.partner-login .login-icon {
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -50px;
	right: -50px;
	width: 101px;
	height: 101px;
	background: url(/public/images/icon-login.png) no-repeat;
}

.partner-login .input-group-addon {
	border-radius: 0;
	background-color: #FFF;	
}

/* SEARCH PAGE */

.grey-gradient-background {
    background-color: rgba(0,0,0,0);
    background-repeat: repeat-x;
    background: linear-gradient(to bottom,rgba(0,0,0,0.25) 0,rgba(0,0,0,0.25) 20%,rgba(0,0,0,0) 100%);
}
.search h1 {
	color: #01276c;
	font-weight: 600;
	font-size: 44px;
	margin: 70px 0 40px 0;
}

.search h3 {
	font-weight: 400;
	font-size: 18px;
	margin: 20px 0 20px 0;
}

.search h3 b {
	color: #0090ff;
	font-weight: 600;
	font-size: 22px;
}

.search h4 {
	font-weight: 400;
	font-size: 14px;
	margin: 20px 0 20px 0;
	padding-left: 15px;
}

.search h4 b {
	font-weight: 600;
	font-size: 18px;
}

/* PRODUCT PAGE */

.grey-background { 
	background-color: #f1f6f9; }

.product-page.background { 
 background-image: url(/public/images/product-background.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 background-color: #eaedf1;
 border-bottom: 1px solid #e5e5e5;
}

.product-page .product-description {
	font-size: 16px;
	color: #535353;
	padding: 0 40px; }
	
.product-page .product-description table {
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0;
	margin-top: 0; }
	
.product-page .product-description td {
	padding: 0; }

.product-page .product-description ul {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 30px; }

.product-page .product-description li:before {
	font-family: 'FontAwesome';
	content: '\f105';
  	display: inline-block;
  	margin-left: -1.3em;
 	width: 1.3em; }
	
.product-page .product-description li {
	padding-left: 1.3em; }
	
.product-page h1 {
	font-weight: 800;
	color: #00266c;
	font-size: 36px;
	line-height: 1.2; }
	
.product-page h4 {
	text-transform: uppercase;
	font-weight: 400;
	color: #262626;
	font-size: 16px; }
	
.product-page h4 b {
	font-weight: 800; }
	
.bell {
	cursor: pointer;
	cursor: hand; }
			
.product-page .container { }
	

@media all and (min-width: 40em) {
	.gallery .list-item {
		width: 50%;
	}
}
@media all and (min-width: 60em) {
	.gallery .list-item {
		width: 33.3333%;
	}
}

.gallery .list-item {
		padding: 6px;
}

.gallery a {
	padding: 10px;	
}

.gallery a img {
	width: 100%;
	margin: 0px;	
}

@media all and (min-width: 40em) {
	.bells .list-item {
		width: 6.25%;
	}
}
@media all and (min-width: 60em) {
	.bells .list-item {
		width: 6.25%;
	}
}

.bells .list-item {
	padding: 0.4em;	
}
.bells .list-content {
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
.bells .list-content img {
    width: 60%;
}

.bells .list-content:hover {
	border-color: #2699ff;	
}

.fancybox-image-wrap { background-color: #FFF !important; }

.product-page h3 { 
	text-align: center;
	color: #000;
	font-size: 34px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 30px;
}

.btn-custom {
    letter-spacing: none;
    border-radius: 3px;
    line-height: 1.6;
    border: 1px solid #0090ff;
    background-color: #0090ff;
    color: #FFF;
    box-shadow: none;
	padding: 7px 20px;
	font-family: 'Open Sans Normal', 'Arial';
}

.btn-custom:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 15px;
    position: relative;
    font-size: 110%;
}
 
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.category-list .open > .dropdown-toggle.btn-custom,
.category-list a:hover .btn-custom {
    background: #FFF;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #0090ff;	
}

 
.btn-custom:active,
.btn-custom.active {
    background: #0090ff;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #FFF;
}


.btn-lg i {
margin-left: 10px;
padding-right: 10px;
font-size: 22px;
-webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-custom:hover i {
margin-left: 15px;
padding-right: 5px;	
}


/* PAGES */

/* WARRANTY PAGE */

.warranty .header {
	background: url(../images/warranty-header.jpg) bottom center no-repeat;
	height: 350px; }

.warranty h1 {
    font-size: 48px;
    color: #00266c;
    font-weight: 200;
}

.warranty h1 b {
font-weight: 600; 
}

/* SHOPS */

.dystrybucja .btn {
    padding: 10px 24px;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
    cursor:pointer;
    background-color: #FFF;
    margin: 5px;
    color: #00266c;
    border-radius: 2px;
	font-family: 'Open Sans Normal', 'Arial';
}

.dystrybucja .btn.mixitup-control-active {
	background-color: #0090ff;
	color: #fff;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.dystrybucja .btn:hover, .btn:focus, .btn:active  {
    background: #0090ff;
	color: #FFF;
}
 
.dystrybucja .btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.dystrybucja .header-old {
    background-color: rgba(0,0,0,0);
    background-repeat: repeat-x;
    background: linear-gradient(to bottom,rgba(0,0,0,0.25) 0,rgba(0,0,0,0.25) 20%,rgba(0,0,0,0) 100%); }

.dystrybucja .header {
	background: url(../images/shops-header.jpg) bottom center no-repeat;
	height: 300px; }

.dystrybucja .header h1 {
    font-size: 56px;
    font-weight: 200;
	color: #fff;
}

.dystrybucja .header h1 b {
font-weight: 600; 
	color: #fff;
}

.dystrybucja .header p {
	font-size: 18px;
	line-height: 150%;
	color: #fff;

}

/* JOBS */

.jobs .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #FFF;
}

.jobs .card {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
}

.jobs .card-header {
	border: none;
}

.jobs .card-header a,
.jobs .card-header a:focus {
    display: block;
	width: 100%;
	text-decoration: none;	
	-webkit-transition: all 250ms;
	transition: all 250ms;
	color: #000;
}

.jobs .card-header a h5 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 15px;
}

.jobs .card-header a h5:before {
    font-family: 'FontAwesome';
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
	content: "\f105";
	color: #727272;
	border: 1px solid #727272;
	border-radius: 50%;
	padding: 2px 8px;
	margin-right: 10px;
}

.jobs .card-header a[aria-expanded="true"] h5:before {
	content: "\f107";
	color: #0090ff;
	border: 1px solid #0090ff;
	padding: 2px 5px;
}

.jobs .card-header a:hover[aria-expanded="false"],
.jobs .card-header a:active[aria-expanded="false"] {
	text-decoration: none;
	background-color: #f1f5f9;
}

.jobs .card-header a[aria-expanded="true"] {
	text-decoration: none;
	color: #0090ff;
}



.jobs .header {
	background: url(../images/work-header.jpg) center no-repeat;
	height: 300px; }

.jobs .header h1 {
    font-size: 68px;
    color: #ffffff;
    font-weight: 200;
}

.jobs .header h1 b {
font-weight: 600; 
}

/* help */

.help .btn {
    padding: 10px 24px;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
    cursor:pointer;
    background-color: #FFF;
    margin: 5px;
    color: #00266c;
    border-radius: 2px;
	font-family: 'Open Sans Normal', 'Arial';
}
.help .btn.mixitup-control-active {
	background-color: #0090ff;
	color: #fff;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.help .btn:hover, .btn:focus, .btn:active  {
    background: #0090ff;
	color: #FFF;
}
.help .btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}
.help .header {
	background: url(../images/help-header.jpg) center no-repeat;
	height: 320px; }

.help .header h1 {
    font-size: 58px;
    color: #00266c;
    font-weight: 200;
}
.help .header h1 b {
font-weight: 600; 
}
.technical-support {
	font-size: 24px;
}
.technical-support h5 {
	font-size: 34px;
}
.technical-support .mail { 
	font-size: 16px; }	



	


/* CATALOGUE */

.catalog .header {
	background: url(../images/katalogi-header.jpg) bottom center no-repeat;
	height: 350px; }

.catalog h1 {
    font-size: 48px;
    color: #00266c;
    font-weight: 200;}

.catalog h1 b {
	font-weight: 600; }

.catalogue-list { }

.catalogue-list .list-item {
    padding: 20px;
}
@media (min-width: 1200px) {
	.catalogue-list .list-item {
		width: 33.333%;
	}
}

.catalogue-list a h3 {
    font-size: 16px;
    font-weight: 600;
    color: #00266c;
    line-height: 1.4;
    border-top: 2px solid #dcdcdc;
    margin: 3px 10px;
    padding: 15px 0;
    flex: 1 0 auto; }

.catalogue-list a:hover {
  border: 1px solid #0693ff;
  color: #0693ff;
  box-shadow: 0 10px 30px 0 rgba(62,57,107,0.17), 0 2px 9px 0 rgba(62,57,107,0.17);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.btn-cat-list:hover,
.btn-cat-list:focus,
.btn-cat-list:active,
.catalogue-list a:hover
.btn-cat-list {
    background: #0090ff;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #FFF;
}

.catalogue-list.brochure .list-item {
    padding: 20px;
}
@media (min-width: 1200px) {
	.catalogue-list.brochure .list-item {
		width: 25%;
	}
}