@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

/* =WordPress Core
 -------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.no-js .some-element .screen-reader-text {
	position: static;
	-webkit-clip-path: none;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe, .responsive-container object, .responsive-container embed, .responsive-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------Geral----------------------*/

p, a, span {
	font-family: 'Lato', sans-serif;
}

a {
	color: #076324;
}

a:hover {
	color: #a5d268;
	text-decoration: none;
}

a.active {
	color: #a5d268;
}

button:focus {
	outline: 0;
}

/*------------------------------------------------------
 * --------------------HEADER---------------------------
 * -----------------------------------------------------
 */

.navbar {
	padding-left: 0;
	padding-right: 0;
}

header {
	height: auto;
	background: transparent;
	width: 100%;
	padding: 15px 0;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	background-color: #076324;
	border-radius: 1px;
}

/*.nav-item:last-of-type a {
 padding-right: 0 !important;
 }*/

.navbar-toggler {
	border: 0;
	outline: none;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-nav .nav-link {
	color: #076324;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.6px;
	transition: 0.6s color ease;
}
#menu-top li:last-of-type a{
	padding-right: 0;
}
.nav-link:hover {
	color: #a5d268;
}

ul.dropdown-menu.show {
	border: 0;
	background-color: white;
}
.dropdown-menu {
	border-radius: 0;
	padding: 15px;
}

a.dropdown-item {
	font-size: 15px;
	color: #076324;
	font-weight: 600;
	transition: 0.6s color ease;
	background: #fff;
	text-align: left;
}

.current-menu-item a, .current-menu-parent > a {
	color: #a5d268 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #a5d268;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.dropdown-item:hover {
	background-color: transparent;
}
.dropdown-toggle::after {
	margin-left: 0;
	vertical-align: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
	outline: 0;
}

.navbar-toggler {
	transition: .5s ease-in-out;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 9% 9%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 3% 90%;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

a.wpml-ls-link.active-lg {
	color: #a5d268 !important;
	border: 2px solid #a5d268 !important;
}

/*--------------------------------------------------
 * ---------------------HOME------------------------
 * ------------------------------------------------*/

.preloader-wrapper {
	height: 100%;
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
}

.separador_mobile {
	display: none;
}

.box-banner {
	margin-top: 60px;
	margin-bottom: 100px;
}

.banner {
	position: relative;
}

.banner h2 {
	font-size: 22px;
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
}

.banner p {
	font-size: 14px;
	font-family: 'Lato';
	font-weight: 500;
	font-style: italic;
	color: #131313;
	letter-spacing: 0.3px;
}
.banner p strong {
	font-style: normal;
	font-weight: 700;
}

.banner ul {
	font-size: 14px;
	font-family: 'Lato';
	font-weight: 500;
	font-style: italic;
	color: #131313;
	list-style: none;
	padding: 0;
	margin-bottom: 17px;
}

.banner p <
strong {
	margin-bottom: 60px;
	background: green;
}

.carousel-position {
	position: relative;
}

/* --------------------NAV-LINGUAS-FB------------------------ */

.wpml-ls-legacy-list-vertical {
	display: block;
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}

.wpml-ls-legacy-list-vertical a {
	border: 2px solid #076324 !important;
	padding: 9px 8px !important;
	border-radius: 100% !important;
	line-height: 1 !important;
	color: #076324 !important;
	margin-bottom: 15px;
	text-align: center;
	transition: all ease 0.6s;
}

.wpml-ls-legacy-list-vertical a span {
	font-weight: 900;
	font-size: 12px;
}

/*.wpml-ls-legacy-list-vertical a.wpml-ls-link {
 padding: 6px 7px 7px !important;
 border-radius: 100%;
 border: 1.4px solid #076324 !important;
 margin-bottom: 15px;
 font-family: 'Lato';
 font-size: 10px;
 font-weight: 800;
 color: #076324;
 transition: all 0.6s ease;
 }*/

.wpml-ls-legacy-list-vertical a:hover {
	color: #a5d268 !important;
	border: 2px solid #a5d268 !important;
}

.box-um-home-texto {
	position: absolute;
	display: block;
	margin: auto 0;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	padding-right: 0;
}

.inner-box {
	background: #f9fcf4;
	padding: 45px 60px;
}

.inner-box-formulario {
	background: #f9fcf4;
	padding: 45px 60px;
}

.botao-banner-um {
	border-radius: 50px;
	background-color: #076324;
	font-family: 'Lato';
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.6px;
	border: 0;
	padding: 10px 30px;
	transition: all 0.6s ease;
	cursor: pointer;
	box-shadow: 0px 7px 6.65px 0.35px rgba(0, 0, 0, 0.1);
}

.botao-banner-um:hover {
	background-color: #a5d268;
	color: #076324;
}

.box-dois-home-texto {
	position: absolute;
	display: block;
	margin: auto 0;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	z-index: 20;
	padding-left: 0;
}

.img-banner {
	width: 100%;
}
.carousel-item img {
	width: auto;
}

.carousel-item-overlay {
	position: absolute;
	display: block;
	width: 100%;
	background-color: rgb(141, 198, 63);
	opacity: 0.8;
	z-index: 22;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.carousel-item-content {
	position: absolute;
	width: 100%;
	z-index: 23;
	height: 100%;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	font-family: 'Lato';
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel-item-content h1 {
	text-transform: uppercase;
	font-size: 43px;
	margin-bottom: 0;
	margin-top: 10px;
}
.carousel {
    min-width: 100%;
}
.carousel-item-content p {
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.6px;
}

.carousel-indicators li {
	width: 7px;
	border-radius: 100%;
	height: 7px;
	background-color: transparent;
	border: 1px solid #fff;
}

body.page-template-template-home .carousel-indicators {
	bottom: 33%;
}

.citacao-container {
	text-align: center;
}

.citacao-container p {
	font-family: 'Lato';
	font-size: 28px;
}

.citacao {
	font-size: 28px;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 400;
}

.citacao-container span {
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #131313;
	letter-spacing: 0.6px;
}

#carouselTestemunhos .carousel-inner {
	min-height: 180px;
}

.box-noticia {
	padding: 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.imagem-noticia {
	width: calc(100% - 30px);
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	left: 15px;
	bottom: 0;
	z-index: 20;
	opacity: 0.8;
}

.noticia-overlay {
	position: absolute;
	width: auto;
	height: auto;
	right: 15px;
	top: 0;
	left: 15px;
	bottom: 0;
	z-index: 22;
	background-color: rgb(141, 198, 63);
	opacity: 0.9;
	cursor: pointer;
	transition: all 0.6s ease;
}

.box-noticia:hover a h3 {
	text-decoration: none;
	color: #131313;
}

.box-noticia:hover .noticia-overlay {
	background-color: #F9FCF4;
	opacity: 1;
}

.box-noticia:hover p.data-noticia {
	color: #9ECD65;
}

.noticia-titulo {
	z-index: 23;
	color: #fff;
	position: relative;
	line-height: 23px;
	cursor: pointer;
	transition: all 0.6s ease;
	text-decoration: none;
}

.box-noticia a h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	transition: 0.2s all ease;
}

.icon-noticia {
	z-index: 23;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all ease 0.6s;
}

p.data-noticia {
	color: #076324;
	position: relative;
	z-index: 23;
	margin-bottom: 0;
	transition: all 0.6s ease;
}

.box-noticia-single {
	margin-top: 30px;
}

.box-noticia-single span {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.box-noticia-single strong {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}

/*--------------------------------------------------
 * ----------------------SOBRE----------------------
 * ------------------------------------------------*/

.box-sobre-single {
	margin-top: 30px;
}

.box-sobre-single li {
	margin-bottom: 6px;
	line-height: 20px;
}

.box-sobre-single .title {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	color: #131313;
}

.box-sobre-single p strong {
	margin-bottom: 60px;
}

.box-sobre-single p.title-processo:nth-child(3) {
    margin-bottom: 17px;
}

.box-sobre-single .title-processo {
	font-style: normal;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 7px;
	color: #131313;
	font-size: 16px;
}
/*--------------------------------------------------
 * -------------------SERVICOS----------------------
 * ------------------------------------------------*/

body.servico-template-default.single.single-servico .nav-item:nth-child(2) a {
	color: #a5d268 !important;
}

.box-objetivos-servico p {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.box-servicos {
	position: absolute;
	display: block;
	margin: auto 0;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	padding-right: 0;
}

.box-servicos p {
	margin-bottom: 0;
	line-height: 32px;
}

.box-servicos a {
	color: #076324;
	text-decoration: none;
	transition: 0.2s all ease;
}

.box-servicos a:hover {
	color: #8dc63f;
}

.box-servico-conteudo p {
	font-family: 'Lato';
	font-style: italic;
	color: #131313;
	font-size: 14px;
}

.box-lista-servicos {
	position: relative;
	display: block;
	right: 15px;
	padding-right: 0;
}

.box-lista-servicos p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}

.section-single-servico {
	min-height: calc(100vh - 223px);
}

#carouselServicos .carousel-indicators li {
	width: 7px;
	border-radius: 100%;
	height: 7px;
	background-color: transparent;
	border: 1px solid #afd778;
}

#carouselServicos .carousel-indicators .active {
	background-color: #afd778;
}

/*--------------------------------------------------
 * -------------------PRODUTOS----------------------
 * ------------------------------------------------*/

.box-inner-produto {
	columns: 1;
}

.li-carousel {
	list-style: none;
	font-style: italic;
	margin-bottom: 5px;
}

.box-lista-produtos {
	position: absolute;
	display: block;
	margin: auto 0;
	top: -66px;
	right: 0;
	transform: none;
	padding-right: 0;
}

.box-inner-produto p {
	font-size: 15px;
	margin-bottom: 7px;
}

#carouselProdutos .carousel-indicators li {
	width: 7px;
	border-radius: 100%;
	height: 7px;
	background-color: transparent;
	border: 1px solid #afd778;
}

#carouselProdutos .carousel-indicators .active {
	background-color: #afd778;
}

/*--------------------------------------------------
 * -------------------NOTICIAS----------------------
 * ------------------------------------------------*/

body.post-template-default.single .nav-item:nth-child(4) a {
	color: #a5d268 !important;
}

.box-noticia:nth-child(4), .box-noticia:nth-child(5), .box-noticia:nth-child(6), .box-noticia:nth-child(7), .box-noticia:nth-child(8), .box-noticia:nth-child(9) {
	margin-top: 15px;
}

.section-noticias {
	min-height: calc(100vh - 238px);
}

.seccao-noticia-single {
	min-height: calc(100vh - 223px);
}

.img-noticia-single {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.box-noticia-single {
	margin-top: 30px;
}

.box-noticia-single span {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.box-noticia-single strong {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}

.box-noticia-single li {
	margin-bottom: 11px;
}

.box-noticia-single p {
	margin-bottom: 20px;
}

.box-noticia-single p strong {
	padding-bottom: 60px;
}

.nav-previous a:hover {
	text-decoration: none;
}

.nav-next a:hover {
	text-decoration: none;
}

.meta-nav {
	text-transform: uppercase;
	color: #076324;
	font-weight: 600;
}

.meta-nav:hover {
	text-transform: uppercase;
	color: rgb(141, 198, 63);
	font-weight: 600;
	text-decoration: none;
}

/*--------------------------------------------------
 * -------------------CONTACTOS----------------------
 * ------------------------------------------------*/
span.social > a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #076324;
    padding: 7px 10px;
    margin-right: 10px;
    color: #076324!important;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -ms-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    transition: 0.6s ease all;
}
span.social >  a:hover{
	background: #076324;
	color: #fff!important;
}
.box-um-contactos-texto {
	position: relative;
	display: block;
	margin: auto 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.box-dois-contactos-texto {
	position: absolute;
	display: block;
	margin: auto 0;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	z-index: 20;
	padding-left: 0;
}

.box-dois-contactos-texto a {
	color: #131313;
	text-decoration: none;
}

input.input-form {
	border: 0;
	padding-top: 9.5px;
	border-bottom: 1px solid #999;
	font-size: 13px;
	background: transparent;
	padding-left: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

textarea.input-form {
	border: 0;
	font-size: 13px;
	background: transparent;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-left: 0;
}

textarea:focus, textarea:hover {
	outline: 0;
}

.botao-submit {
	margin-top: 15px;
	border-radius: 50px;
	background-color: #076324;
	font-family: 'Lato';
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	transition: all 0.6s ease;
	cursor: pointer;
	margin-left: auto;
	margin-right: 15px;
}

.botao-submit:hover {
	border-radius: 50px;
	background-color: #a5d268;
	font-family: 'Lato';
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 800;
	color: #076324;
	border: 0;
	padding: 10px 30px;
}

input:focus { 
	outline: 0;
}

.imagem-contactos {
	padding-left: 0;
}

.box-dois-contactos-texto strong {
	font-style: normal;
	font-size: 11px;  
	font-weight: 700;
}

.formulario-conteudo h2 {
	margin-bottom: 30px;
}

/*--------------------------------------------------
 * ---------------------FOOTER----------------------
 * ------------------------------------------------*/

footer {
	background-color: #076324;
	padding: 15px;
	margin-top: 60px;
}

footer p, footer a {
	color: #fff;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato';
	transition: all 0.6s ease;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.blisq {
	margin-left: 0;
}
footer a {
	margin-left: 20px;
}

footer a:hover {
	color: rgb(141, 198, 63);
	text-transform: none;
	text-decoration: none;
}

/*--------------------------------------------------
 * ---------------------PAGINAÇAO-------------------
 * ------------------------------------------------*/

.paginacao {
	margin-top: 75px;
	margin-bottom: 75px;
}

.paginacao .prev-desativo {
	background-image: url('../images/paginacao/esquerda.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
	opacity: 0.5;
}

.paginacao .prev {
	background-image: url('../images/paginacao/esquerda.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
}

.paginacao .next-desativo {
	background-image: url('../images/paginacao/direita.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 25px;
	opacity: 0.5;
	margin-left: 8px;
}

.paginacao .next {
	background-image: url('../images/paginacao/direita.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 25px;
}

.paginacao .current {
	padding: 4px;
	color: #84b83f;
}

.paginacao .desativos {
	padding: 4px;
	color: #076324;
}

/*--------------------------------------------------
 * ---------------------COOKIES-------------------
 * ------------------------------------------------*/

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	z-index: 100;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active, .cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus, .cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating > .cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
	font-size: 12px;
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn+ .cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke, .cc-window {
		display: none
	}
}

@media screen and (max-width: 900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width: 414px) and (orientation: portrait) , screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+ .cc-btn {
	margin-left: 0;
}
a.cc-link {
	color: #8ec349 !important;
}
.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom.cc-right {
	background: #076324 !important;
}
a.cc-btn.cc-dismiss {
	background: #8ec349 !important;
}
label.label-error {
    font-size: 11px;
    color: #d20000;
}