.gp-gdpr {
}

.gp-gdpr--hide {
	display: none;
}

.gp-gdpr__belt {
	padding: 25px 0;
	background-color: #00975f;
	border-top: 1px solid #fff;
	text-align: left;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}

.gp-gdpr__belt-container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gp-gdpr__belt-txt {
	width: calc(100% - 30px);
}

.gp-gdpr__belt-desc,
.gp-gdpr__belt-desc p,
.gp-gdpr__popup {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

.gp-gdpr__belt-desc,
.gp-gdpr__belt-desc p {
	margin-bottom: 10px;
}

.gp-gdpr__belt-btn-box {
	text-align: right;
}

.gp-gdpr__belt-btn,
.gp-gdpr__belt-btn:active,
.gp-gdpr__belt-btn:focus {
	margin: 0 0 0 10px;
	vertical-align: middle;
	border-radius: 0 !important;
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 15px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	transition: .3s background-color;
	cursor: pointer;
}

@media (max-width: 767px) {
	.gp-gdpr__belt-btn,
	.gp-gdpr__belt-btn:active,
	.gp-gdpr__belt-btn:focus {
		margin-top: 10px;
	}
}

.gp-gdpr__belt-btn:first-child {
	margin-left: 0;
}

.gp-gdpr__belt-btn:hover {
	background-color: #FFF;
	color: #00975f;
}

.gp-gdpr__belt-btn--2,
.gp-gdpr__belt-btn--2:active,
.gp-gdpr__belt-btn--2:focus {
	border: 1px solid #00975f;
	background-color: #00975f;
}

.gp-gdpr__belt-btn--2:hover {
	border: 1px solid #00975f;
	background-color: transparent;
	color: #00975f;
}

.gp-gdpr__belt-btn--close {
	margin-left: 15px;
	width: 15px;
	height: 15px;
	background: no-repeat url(images/btn-close-white.png) center / contain;
	cursor: pointer;
}

.gp-gdpr__popup {
	position: fixed;
	z-index: 99999;
	top: 0;
	background: #FFF;
	border: 3px solid #00975f;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 800px;
	max-width: 90%;
	height: 80vh;
	max-height: 670px;
	transform: scale(1);
	transition: transform .3s;
}

.gp-gdpr__popup.gp-gdpr__old-safari {
	display: block;
	transition: transform 0s;
}

.gp-gdpr__popup.gp-gdpr--hide {
	display: block;
	transform: scale(0);
	transition: transform .3s;
}

.gp-gdpr__popup.gp-gdpr--hide.gp-gdpr__old-safari {
	transform: scale(1);
	display: none;
	transition: transform 0s;
}

.gp-gdpr__content {
	height: calc(100% - 75px);
	border-bottom: 1px solid #00975f;
	font-weight: 300;
}

.gp-gdpr__btn-box {
	text-align: right;
}

.gp-gdpr__btn--save,
.gp-gdpr__btn--save:active,
.gp-gdpr__btn--save:focus {
	margin: 15px;
	padding: 11px 25px 11px 25px;
	max-width: calc(100% - 30px);
	line-height: 21px;
	font-size: 15px;
}

.gp-gdpr__title {
	color: #2d2926;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.gp-gdpr__title {
		font-size: 25px;
	}
}

.gp-gdpr__subtitle {
	color: #2d2926;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 15px 0;
	text-align: center;
}

.gp-gdpr__options {
	text-align: center;
	font-weight: 400;
}

@media (max-width: 767px) {
	.gp-gdpr__options {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.gp-gdpr__options label{
	display: inline-block;
	text-align: center;
	padding: 15px 30px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.gp-gdpr__options label{
		padding: 10px;
		width: 33.33%;
		float: left;
		text-align: center;
	}
}

.gp-gdpr__options img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.gp-gdpr__options img {
		max-width: 40px;
	}
}

.gp-gdpr__options span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0;
	text-transform: capitalize;
	font-weight: 400;
}

@media (max-width: 767px) {
	.gp-gdpr__options span {
		font-size: 12px;
	}
}

.gp-gdpr__options input[type="radio"] {
	margin: 0;
}

.gp-gdpr__popup .nano-content {
	padding: 20px 47px 20px 30px;
	right: -17px !important;
}

@media (max-width: 767px) {
	.gp-gdpr__popup .nano-content {
		padding-left: 15px;
		padding-right: 32px;
	}
}

.gp-gdpr__popup h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin: 0 0 15px 0;
}

.gp-gdpr__popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gp-gdpr__popup ul li {
	background: no-repeat left top;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 21px;
	font-size: 14px;
}

.gp-gdpr__row {
	margin-left: -15px;
	margin-right: -15px;
}

.gp-gdpr__col--half {
	padding: 0 15px;
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.gp-gdpr__col--half {
		width: 100%;
	}

	.gp-gdpr__col--half:not(:nth-child(1)) {
		margin-top: 15px;
	}
}

.gp-gdpr__col--full {
	padding: 0 15px;
	width: 100%;
	float: left;
}

.gp-gdpr__col--enable ul li {
	background-image: url(images/gdpr-checked.png);
}

.gp-gdpr__col--disable ul li {
	background-image: url(images/gdpr-cancel.png);
}

.gp-gdpr__icon {
	position: fixed;
	bottom: 20px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #00975f no-repeat url(images/gdpr-settings-white.png) center;
	background-size: 25px;
	cursor: pointer;
	transition: background-color .3s;
	z-index: 99999;
}

@media (max-width: 767px) {
	.gp-gdpr__icon {
		width: 35px;
		height: 35px;
		background-size: 18px;
		z-index: 9997;
	}
}

.gp-gdpr__icon:hover {
	background-color: #005a39;
}

/** initial setup **/
.nano {
	position : relative;
	width    : 100%;
	height   : 100%;
	overflow : hidden;
}
.nano > .nano-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
}
.nano > .nano-content:focus {
	outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano > .nano-pane {
	background : rgba(0,0,0,.25);
	position   : absolute;
	width      : 8px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
	background: rgba(0,0,0,.5);
	position              : relative;
	margin                : 0 1px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.99;
}

.nano .nano-pane   { background: transparent; }
.nano .nano-slider { background: #111; }
