.cc-wrapper a, .cc-wrapper a:hover {
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: underline;
}

.cc-wrapper h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 25px !important;
	line-height: 1.55 !important;
    font-weight: 800;
}

.btn, .btn:hover {
	background: #00c700;
	border: 2px solid #00c700;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.025em;
	min-width: 260px;
	min-width: 285px;
	padding: 15px 25px 14px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fancybox-button.fancybox-button--close {
	display: none !important;
}

.cc-lang-select {
	float: right;
    margin-left: 7px;
}

.cc-wrapper {
	max-width: 460px;
}

.cc-wrapper h3 {
	margin: 10px 0 25px;
}
@media screen and (max-width: 399px)  {
	.cc-wrapper h3 {
	    font-size: 30px !important;
	    line-height: 1.2 !important;
	}
}
.cc-wrapper p {
	padding-right: 10px;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
}

.cc-page-1-active .cc-page-2 {
	display: none;
}

.cc-page-2-active .cc-page-1 {
	display: none;
}

.cc-button, .cc-button:hover {
	display: inline-block;
	background: #deddd8;
	color: #000;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	margin: 9px 4px 0 0;
}

.cc-button i {
	position: relative;
	top: 2px;
}

.cc-button i.fa-chevron-left {
	padding-right: 4px;
}

.cc-set-cookie, .cc-set-cookie:hover {
	float: right;
	min-width: 260px;
	padding: 9px 15px 9px 20px !important;
	text-align: left;
}

.cc-set-cookie i {
	float: right;
	position: relative;
	top: 5px;
}

.cc-tab-wrapper {
	border: 2px solid #deddd8;
	border-radius: 6px;
	margin-bottom: 20px;
}

.cc-tab {
	width: 49%;
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	text-decoration: none !important;
	text-align: center;
}

a.cc-tab, a.cc-tab:hover {
	color: #000;
}

.cc-tab-2 {
	float: right;
}

.cc-tab-2-active .cc-tab-1, .cc-tab-1-active .cc-tab-2 {
	background: #deddd8;
}

.cc-tab-1-active .cc-tab-1 i:nth-of-type(2), .cc-tab-2-active .cc-tab-2 i:nth-of-type(2)
	{
	display: none;
}

.cc-tab-1-active .cc-tab-2 i:nth-of-type(1), .cc-tab-2-active .cc-tab-1 i:nth-of-type(1)
	{
	display: none;
}

.cc-tab-1-active .cc-tabbed-content-2 {
	display: none;
}

.cc-tab-2-active .cc-tabbed-content-1 {
	display: none;
}

.cc-tabbed-content {
	padding: 15px 15px 15px 50px;
}

.cc-tabbed-content p {
	line-height: 1.3;
	margin: 10px 0 25px;
}

.cc-tabbed-content .fa {
	position: absolute;
	font-size: 20px;
	left: -35px;
	top: 2px;
}

@media ( max-width : 374px) {
	.cc-set-cookie {
		float: none;
		margin-top: 15px;
	}
}

@media ( max-width : 399px) {
	.cc-set-cookie {
		min-width: 240px;
	}
}

@media ( min-width : 400px) {
	.cc-wrapper {
		min-height: 385px;
	}
	.cc-page-1 p, .cc-page-2 .cc-tab-wrapper {
		margin-bottom: 60px;
	}
}