@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');

#footer-gdpr .gdpr-exit {
	background-image: url('images/close.svg');
	width: 34px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -8px;
	right: -7px;
	cursor: pointer;
}

#footer-gdpr {
	position: fixed;
	border-radius: 6px;
	background-color: #FDFDFD;
	border-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
	z-index: 1042;
}

#footer-gdpr.gdpr-hide {
	display: none;
	height: 0;
	opacity: 0;
}

#footer-gdpr.classic .gdpr-main {
	color: #494949;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

#footer-gdpr button {
	width: calc(50% - 26px);
	position: absolute;
	bottom: 20px;
	border-radius: 4px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	border-width: 0;
	height: 54px;
	padding: 0;
}

#footer-gdpr .gdpr-agree {
	left: 20px;
	color: #ffffff;
}

#footer-gdpr .gdpr-rmore {
	right: 20px;
	background-color: #ecebeb;
	color: #707070;
}

#footer-gdpr.bt-left button,
#footer-gdpr.bt-right button {
	
}

/*Classic theme*/
#footer-gdpr.classic {
	width: 430px;
}

#footer-gdpr.classic.bt-right {
	bottom: 10px;
	right: 10px;
}

#footer-gdpr.classic.bt-left {
	bottom: 10px;
	left: 10px;
}

#footer-gdpr.classic.bt-right,
#footer-gdpr.classic.bt-left {
	padding: 20px 20px 83px;
}

#footer-gdpr.classic.top {
	top: 0;
}

#footer-gdpr.classic.bottom {
	bottom: 0;
}

#footer-gdpr.classic.bottom.edge,
#footer-gdpr.classic.top.edge {
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
	border-radius: 4px;
}

#footer-gdpr.classic.bottom.edge {
	bottom: 15px;
}

body.admin-bar #footer-gdpr.classic.top {
	top:32px;
}

body.admin-bar #footer-gdpr.classic.top.edge {
	top: 47px;
}

#footer-gdpr.classic.top.edge {
	top: 15px;
}

#footer-gdpr.classic.top,
#footer-gdpr.classic.bottom {
	border-radius: 0;
	min-height: 96px;
	height: auto;
	width: 100%;
	padding: 20px;
}

#footer-gdpr.classic.top button,
#footer-gdpr.classic.bottom button {
	max-width: 180px;
	width: 100%;
	margin-right: 15px;
	position: static;
	left: 0;
	right: 0;
}

#footer-gdpr.classic.top .gdpr-exit,
#footer-gdpr.classic.bottom .gdpr-exit {
	display: none !important;
}

#footer-gdpr.classic.top .gdpr-main,
#footer-gdpr.classic.bottom .gdpr-main {
	width: 100%;
	padding-right: 400px;
}

#footer-gdpr.classic.top .gdpr-buttons,
#footer-gdpr.classic.bottom .gdpr-buttons {
		position: absolute;
    right: 0;
    min-width: 395px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 730px) {
	#footer-gdpr.classic.top .gdpr-main,
	#footer-gdpr.classic.bottom .gdpr-main {
		width: 100%;
		padding-right: 0;
		padding-bottom: 80px;
	}
	
	#footer-gdpr.classic.top .gdpr-buttons,
	#footer-gdpr.classic.bottom .gdpr-buttons {
    right: auto;
		left: 50%;
    top: auto;
		bottom: 20px;
    transform: translateX(-50%);
	}
}

@media only screen and (max-width: 480px) {
	#footer-gdpr.classic.bt-right,
	#footer-gdpr.classic.bt-left {
		width: calc(100% - 20px);
    height: auto;
		padding: 20px 20px 90px;
	}
	
	#footer-gdpr.classic.top .gdpr-main,
	#footer-gdpr.classic.bottom .gdpr-main {
		padding-bottom: 150px;
	}	
	
	#footer-gdpr.classic.top button,
	#footer-gdpr.classic.bottom button {
		margin-top: 15px;
		max-width: none;
		margin-right: 0;
	}
	
	#footer-gdpr.classic.top .gdpr-buttons,
	#footer-gdpr.classic.bottom .gdpr-buttons {
		min-width: 100%;
		padding: 0 20px;
	}
}


/*Center theme*/
#footer-gdpr.center {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 727px;
	height: 421px;
	width: 100%;
}

#gdpr-overlay {
	background: #000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 1041;
	position: fixed;
	top: 0;
	left: 0;
}

#footer-gdpr.center.w-image {
	padding-left: 281px;
	padding-top: 90px;
}

#footer-gdpr.center.w-image:after {
    content: "";
    position:absolute;
    left: -1px; top:-1px;
    width: 288px; height: 421px;
    background: url(images/pic.png) no-repeat left center;
	background-size: contain;
}

#footer-gdpr.center button {
	position: static;
	left: 0;
	right: 0;
	max-width: 190px;
}

#footer-gdpr.classic h3.gdpr-hl {
	color: #494949;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
	padding: 10px 0 0;
	margin-top: 0;
	margin-bottom: 19px;
}

#footer-gdpr.center h3.gdpr-hl {
	color: #494949;
	font-family: Poppins;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 25px;
}

#footer-gdpr.center.wo-image h3.gdpr-hl {
	text-align: center;
}

#footer-gdpr.center .gdpr-main {
	padding: 0 25px 20px;
	margin-top: 30px;
}

#footer-gdpr.center button:first-child {
	margin-right: 7px;
}

#footer-gdpr.center button:last-child {
	margin-left: 7px;
}

#footer-gdpr.center .gdpr-buttons {
	text-align: center;
}

#footer-gdpr.center.wo-image {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 90px 90px 0;
	max-width: 680px;
}

#footer-gdpr.center.wo-image:after {
    content: "";
    position:absolute;
    left: -1px; top:-2px;
    width: 154px; height: 167px;
    background: url(images/cookie.png) no-repeat left top;
	background-size: contain;
}

#footer-gdpr.center.wo-image .gdpr-main {
	text-align: center
}

#footer-gdpr.center .gdpr-main {
	color: #494949;
	font-family: Poppins;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (max-width: 730px) {
	#footer-gdpr.center {
		width: calc(100% - 30px);
	}
	
	#footer-gdpr.center.wo-image {
		padding: 150px 0 0;
	}
}

@media only screen and (max-width: 680px) {
	#footer-gdpr.center.w-image:after {
		display: none;
	}
	#footer-gdpr.center.w-image {
		padding-left: 0;
		background-image: none;
		height: auto;
		padding-bottom: 30px;
		padding-top: 0;
	}
	#footer-gdpr.center h3.gdpr-hl {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	#footer-gdpr.center h3.gdpr-hl {
		padding-top: 20px;
	}
	#footer-gdpr.center {
		height: auto;
		padding-bottom: 30px !important;
	}
	#footer-gdpr.center.wo-image {
		background-image: none;
		padding-top: 30px;
	}
	#footer-gdpr.center.wo-image:after {
		display: none;
	}
}

/*Popup*/
.white-popup {
	position: relative;
	background-color: #FDFDFD;
	border-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
	padding: 40px 20px 20px;
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	height: 80vh;
	color: #494949;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 6px;
}

.white-popup h2 {
	color: #494949;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
}

.white-popup h3 {
	font-weight: 600;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
	width: 34px;
	height: 34px;
	position: absolute;
	top: -8px;
	right: -7px;
	background-image: url(images/close.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    text-indent: -999999px;}
  .mfp-close:hover,
  .mfp-close:focus {	border: 0;
	background: none;
}
  .mfp-close:active {
 }



.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*Scrollbar*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 6px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
	margin-top: 23px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
