/* COLOR VARIABLES
============================================= */
/* GRADIENT LISTS
============================================= */
/* @FONT-FACE
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
/****************************************************************/
/*															    */
/*	GRK Slider Responsive slider								*/
/*	Version 1.0 http://www.grkcms.com							*/
/*	Created for using with GRK CMS Templates 					*/
/*	Under Unlicense, http://unlicense.org/						*/
/* 																*/
/****************************************************************/
.grkSliderContainer {
  position: relative;
  float: left;
  width: 100%;
}

.grkSlider {
  outline: none;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  /*
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;  */
  -webkit-user-drag: auto !important;
  touch-action: inherit !important;
}

.loader-bg {
  background-image: url("/library/pagination/icons/loading.svg") !important;
  background-position: center center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.grkSlider ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.grkSlider ul li {
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  border: 0;
  margin-bottom: 0 !important;
  margin-right: -100%;
  position: relative;
  line-height: normal;
}

.grkSlider .opacity {
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.grkSlider .opacity.dark {
  background: rgba(0, 0, 0, 0.4);
}

.grkSlider ul li div.grkCaption {
  width: 100%;
}

.textCaption {
  height: 100%;
  width: 100%;
}

.grkSlider ul li div.grkCaption h2.h1 {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  clear: both;
  color: #fff;
  display: inline;
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  float: right;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  width: 100%;
}

.grkSlider ul li div.grkCaption h2.h1.color {
  border-bottom: 2px solid var(--blu);
  color: var(--blu);
}

.grkSlider ul li div.grkCaption h2 {
  color: #fff;
  display: inline;
  font-size: 21px;
  width: 100%;
  float: left;
}

.grkSlider ul li div.grkCaption h2.h1.txtLight {
  font-family: "OpenSans-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 42px;
}

.grkSlider ul li div.grkCaption p {
  color: #fff;
  margin: 15px 0;
  float: left;
  width: 100%;
}

.grkSlider ul li div.grkCaption a img {
  margin-top: 64px;
}

.grkCaption {
  position: relative;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PREV / NEXT ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a.grkSlider-prev, a.grkSlider-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /*margin-top: calc(50% - 20px);*/
  padding: 0 20px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 5;
  color: #FFF;
  top: 0;
}

a.grkSlider-prev img, a.grkSlider-next img {
  width: clamp(80px, 10vw, 161px);
  border-radius: 50%;
}

a.grkSlider-next img {
  margin-left: 90px;
}

a.grkSlider-prev img {
  margin-right: 90px;
}

a.grkSlider-prev span, a.grkSlider-next span {
  display: table;
  height: 100%;
}

a.grkSlider-prev span i, a.grkSlider-next span i,
a.grkSlider-prev span img, a.grkSlider-next span img {
  display: table-cell;
  vertical-align: middle;
}

a.grkSlider-prev:hover, a.grkSlider-next:hover {
  text-decoration: none;
  color: var(--blu);
}

.grkSlider-prev {
  left: 0;
  font-size: 40px;
}

.grkSlider-next {
  font-size: 40px;
  right: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGING --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ol.grkSlider-paging {
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  padding-bottom: 10px;
  text-align: center;
  float: left;
}

ol.grkSlider-paging li {
  margin: 0;
  padding: 3px;
  display: inline-block;
  zoom: 1;
  background: none;
}

ol.grkSlider-paging li:first-child {
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -webkit-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
}

ol.grkSlider-paging li:last-child {
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -webkit-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}

ol.grkSlider-paging li a {
  width: 15px; /* era 15 */
  height: 15px;
  display: block;
  background: var(--blu);
  cursor: pointer;
  cursor: hand;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}

ol.grkSlider-paging li a:hover {
  background: #414D58;
  border-color: var(--blu);
}

ol.grkSlider-paging li a.grkSlider-active {
  background: var(--blu);
  cursor: default;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* GRKSLIDER CUSTOMIZATION ---------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#main-slider, #product-slider, #main-slider ul, #product-slider ul {
  height: calc(100vh - 220px);
}

#main-slider ul li,
#products-slider ul li {
  height: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#main-slider ul li .six {
  height: calc(100vh - 220px);
  overflow: hidden;
}

#products-slider ul li {
  background-position: 0 0;
}

#product-presentation-slider ul li {
  line-height: 0;
}

#product-presentation-slider .adv-title,
#product-presentation-slider .adv-subtitle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

#product-presentation-slider .adv-title {
  top: 0;
}

#product-presentation-slider .adv-subtitle {
  bottom: 60px;
}

#product-presentation-slider .adv-title h1 {
  text-align: center;
  font-weight: 900;
  color: var(--blu);
  font-size: 60px;
  margin: 25px 0 0 0;
}

#product-presentation-slider .adv-subtitle h2 {
  text-align: center;
  font-weight: 900;
  color: #000000;
  font-size: 30px;
  margin: 0 0 25px 0;
}

#product-slider {
  height: 350px;
}

#product-slider ul li {
  height: 350px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#product-slider ul li a {
  height: 100%;
  width: 100%;
}

#product-slider ol.grkSlider-paging {
  width: 68px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 65px;
  /*left: calc(-50% + 30px);*/
  left: 0;
  padding-bottom: 5px;
  top: -1px;
}

#product-slider ol.grkSlider-paging li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  height: 30px;
  margin-left: 48.5%;
  padding: 5px;
}

#product-slider ol.grkSlider-paging li a.grkSlider-active {
  background: var(--blu);
}

#related-products-slider {
  padding-top: 45px;
}

#related-products-slider ul li {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#related-products-slider ol.grkSlider-paging {
  top: 0;
}

#gallery-about-us-up, #gallery-about-us-down {
  padding-bottom: 40px;
}

#gallery-about-us-up ol.grkSlider-paging, #gallery-about-us-down ol.grkSlider-paging, #gallery-about-us ol.grkSlider-paging {
  bottom: 10px;
  top: auto;
  padding-bottom: 0;
}

#gallery-design ul li .six {
  height: 33.3333333333vw;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#gallery-blog h1 {
  color: #FFFFFF;
  font-size: 200px;
  font-weight: 900;
  position: absolute;
  bottom: 60px;
  right: 15px;
  z-index: 10;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: right;
}

.blogSlider {
  height: 350px;
}

.blogSlider ul {
  height: 100%;
}

.blogSlider ul li {
  height: 100%;
}

/*
#accessories-directions-control {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10%;
	left: -14%;
}
#accessories-directions-control a img {
	width: auto;
}
#accessories-directions-control a.grkSlider-prev,
#accessories-directions-control a.grkSlider-next  {
	cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
	line-height: 65px;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
	background-color: #1e1e1f;
}
#accessories-directions-control a.grkSlider-prev:hover,
#accessories-directions-control a.grkSlider-next:hover {
	text-decoration: none;
	background-color: #C10E1A;
}
#accessories-directions-control .grkSlider-prev {
	right: 1px;
	left: auto;
}
#accessories-directions-control .grkSlider-next {
    right: auto;
}*/
#main-slider .grkSlider-paging {
  background: #fff;
  bottom: -4px;
  height: 60px;
  list-style: outside none none;
  position: absolute;
  top: inherit;
  z-index: 999;
}

#main-slider .grkSlider-paging li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border-right: 1px solid #e8eaed;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 19%;
}

#main-slider .grkSlider-paging li:first-child {
  border-left: 1px solid #e8eaed;
}

#main-slider .grkSlider-paging li a {
  background: #fff;
  border-bottom: 6px solid #fff;
  border-radius: 0;
  color: var(--blu);
  font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  text-indent: 0;
  width: auto;
  height: 60px;
  line-height: 60px;
}

#main-slider .grkSlider-paging .grkSlider-active {
  border-color: #414D58;
  color: var(--blu);
}

#main-slider .grkSlider-paging li a:hover {
  background: #fff;
  border-color: var(--blu);
  /*background: #fff;*/
}

#aboutSlide ul li, #slider-detail ul li {
  padding-bottom: 40px;
}

#SliderNews ol {
  text-align: left;
  list-style-type: none;
}

#SliderNews ol.grkSlider-paging {
  right: -36.333%;
  bottom: 0px;
}

#SliderNews p {
  margin: 40px 0;
}

.grkSlider ul li div.grkCaption h2.h1.txtright, .grkSlider ul li div.grkCaption h2.h1.txtright {
  text-align: right;
}

/*# sourceMappingURL=grk.slider.css.map */
