#gdpr-cookie {
	position: fixed;
	left: 0px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	z-index: 999;
}

#gdpr-cookie.gdpr-cookie-position-top {
	top: 0px;
	box-shadow: 0 -10px 15px #000;
	-mox-box-shadow: 0 -10px 15px #000;
	-webkit-box-shadow: 0 -10px 15px #000;
}

#gdpr-cookie.gdpr-cookie-position-bottom {
	bottom: 0px;
	box-shadow: 0 10px 15px #000;
	-mox-box-shadow: 0 10px 15px #000;
	-webkit-box-shadow: 0 10px 15px #000;
}

#gdpr-cookie .gdpr-cookie-message {
	margin-bottom: 15px;
	padding-top: 8px;
	font-size: 12.8px;
	line-height: 1.35;
}

#gdpr-cookie .gdpr-cookie-consent {
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options {
	border: 1px solid #ebebeb;
	padding: 7px 15px;
	margin-bottom: 5px;
	overflow: auto;
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options .cookie-item {
	position: relative;
	padding: 0 20px;
	display: inline-block;
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options .cookie-item input[type="checkbox"] {
	position: absolute;
	top: 0px;
	left: 10px;
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options .cookie-item label {
	margin: 0;
	padding-left: 18px;
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options .cookie-item label.disabled {
	opacity: 0.8;
}

#gdpr-cookie .gdpr-cookie-consent .cookie-options .cookie-item input[type="checkbox"][disabled] + label {
  display: block !important;
}

#gdpr-cookie .gdpr-cookie-accept {
	padding: 8px 20px;
	min-width: 150px;
	text-transform: uppercase;
	display: block;
	opacity: 0.9;
}

#gdpr-cookie .gdpr-cookie-accept:hover {
	opacity: 1;
}

#gdpr-cookie .gdpr-cookie-read-more {
  font-weight: 700;
  text-decoration: underline;
}

#gdpr-cookie .gdpr-cookie-read-more i {
	font-size: 13px;
}

@media screen and (max-width: 768px) {

}

#gdpr-modal {
	top: 30px;
}

#gdpr-modal .modal-content {
   border-radius: 0;
   -moz-border-radius: 0;
   -webit-border-radius: 0;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}

#gdpr-modal .modal-header {
   padding: 15px 30px;
}

#gdpr-modal .modal-body {
   padding: 15px 30px;
}

#gdpr-modal .modal-body.modal-body-fixed {
	max-height: 400px;
	overflow: auto;
	text-align: justify;
}

#gdpr-modal .modal-footer {
   padding: 15px 30px;
}

#gdpr-modal .gdpr-help {
   text-align: center;
   border-bottom: 1px solid #ebebeb;
   padding: 10px 20px;
}

#gdpr-modal .gdpr-help.gdpr-extra-space {
	margin-bottom: 30px;
}

#gdpr-modal .gdpr-animated-arrow {
   display: block;
   margin-top: 15px;
   margin-bottom: 20px;
   text-align: center;
}

#gdpr-modal .gdpr-default-btn {
	position: relative;
	background-color: #009b3b;
	width: 100%;
	padding: 10px 20px;
	border: 0;
	color: #fff;
	font-size: 13.5px;
	cursor: pointer;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#gdpr-modal .gdpr-default-btn.gdpr-red-btn {
	background: #e74c3c;
}

#gdpr-modal .gdpr-menu {

}

#gdpr-modal .gdpr-menu .gdpr-menu-item {
   border: 1px solid #ebebeb;
   padding: 15px;
   margin-bottom: 10px;
   color: #777;
   text-align: center;
   text-decoration: none;
   display: block;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item:hover {
   border: 1px solid #009b3b;
   color: #009b3b;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon {
   display: block;
   padding: 10px 0;
   margin-bottom: 5px;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .icon i {
   font-size: 30px;
}

#gdpr-modal .gdpr-menu .gdpr-menu-item .name {
   display: block;
   font-size: 12.5px;
   text-transform: uppercase;
}

#gdpr-modal .gdpr-section {
   padding-bottom: 20px;
   display: none;
}

#gdpr-modal .gdpr-back-main {
   position: absolute;
   bottom: -30px;
   left: 0;
   width: 100%;
   text-align: center;
   display: none;
}

#gdpr-modal .gdpr-back-main a {
  color: #fff;
  font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
  text-decoration: underline;
}

#gdpr-modal .gdpr-standard-menu {

}

#gdpr-modal .gdpr-standard-menu .gdpr-standard-menu-item {
   border: 1px solid #ebebeb;
   padding: 10px 20px;
   margin-bottom: 5px;
   color: #777;
   font-size: 12.5px;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   display: block;
}

#gdpr-modal .gdpr-standard-menu .gdpr-standard-menu-item:hover {
   border: 1px solid #009b3b;
   color: #009b3b;
}

#gdpr-modal .gdpr-important {
  text-align: center;
  font-size: 16px;
}

#law-lgpd h2 {
  font-size: 16px;
  margin: 22px 0 5px;
}

/* Loading mask */
.loading-mask-overlay {
	position: absolute;
	background: rgba(255,255,255, 0.85);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.loading-mask-overlay.loading-mask-no-background {
	background: transparent;
}

.loading-mask-overlay .loading-mask-loading {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.loading-mask-overlay .loading-mask-loading.stay-top {
	top: 250px !important;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #72c02c;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #72c02c;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
