/* Import Fonts */
@font-face {
  font-family: 'Light';
  src:url(../font/Futura-Light.ttf)
}
@font-face {
  font-family: 'Normal';
  src:url(../font/Futura-Book.otf)
}
@font-face {
  font-family: 'Bold';
  src:url(../font/Futura-Bold.ttf)
}



/* Toggle Styles */
html,
body {
  height:100% !important;
	font-weight: normal !important;
}

body {
	font-family: 'Normal', sans-serif;
	background-color:#ffffff;
	line-height: auto !important;}
	
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
:focus {outline:0 !important;}

ul {list-style:none; margin:0; padding:0}
ul li { }

a { color:#999; text-decoration:none}
a:HOVER  { color:#000000; text-decoration:none}

p {margin-top:0; margin-bottom:0;}


.dropdown-toggle:focus {outline: none !important;}

@media only screen and (max-width: 992px) {
	.form-control {
		font-size: .8rem;
		line-height: 1.5;
	}
	.input-group-text {
		font-size: .8rem;
		line-height: 1.5;
	}
}

.text-just {text-align: justify !important}


/* Margin e Padding */
.marginReset 	{margin-left:0 !important; margin-right:0 !important;}
.paddingReset 	{padding-left:0 !important; padding-right:0 !important;}
.marginTop0		{margin-top:0px !important}
.marginTop25	{margin-top:25px !important}
.marginTop50 	{margin-top:50px !important}
.marginTop100 	{margin-top:100px !important}
.marginTop150 	{margin-top:150px !important}
.marginTop200 	{margin-top:200px !important}
.marginBot25 	{margin-bottom:25px !important}
.marginBot50 	{margin-bottom:50px !important}
.marginBot100 	{margin-bottom:100px !important}
.paddingTop0 	{padding-top:0px !important}
.paddingTop50 	{padding-top:50px !important}
.paddingTop100 	{padding-top:100px !important}
.paddingTop200 {padding-top:200px !important}
.paddingBot0 	{padding-bottom:0px !important}
.paddingBot50 	{padding-bottom:50px !important}
.paddingBot100 	{padding-bottom:100px !important}


@media only screen and (max-width: 992px) {
	.pL0 {padding-left:15px !important;} 
	.pR0 {padding-right:15px !important;} 
	
	.marginReset 	{margin-left:0 !important; margin-right:0 !important;}
	.paddingReset 	{padding-left:0 !important; padding-right:0 !important;}
	.marginTop0		{margin-top:0px !important}
	.marginTop25	{margin-top:25px !important}
	.marginTop50 	{margin-top:50px !important}
	.marginTop100 	{margin-top:50px !important}
	.marginTop150 	{margin-top:50px !important}
	.marginTop200 	{margin-top:100px !important}
	.marginBot25 	{margin-bottom:25px !important}
	.marginBot50 	{margin-bottom:50px !important}
	.marginBot100 	{margin-bottom:50px !important}
	.paddingTop0 	{padding-top:0px !important}
	.paddingTop50 	{padding-top:50px !important}
	.paddingTop100 	{padding-top:50px !important}
	.paddingTop200 {padding-top:100px !important}
	.paddingBot0 	{padding-bottom:0px !important}
	.paddingBot50 	{padding-bottom:50px !important}
	.paddingBot100 	{padding-bottom:50px !important}
	
}

.table td, .table th {
	font-size:14px;
	line-height:19px;
}

/* Typography Styles */
h1, .h1{
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#111111;
	font-size:33px;
	line-height:38px;
}

h2, .h2{
	font-family: 'Normal', Calibri, Arial, sans-serif;
	margin: 0 auto;
	color:#222222;
	font-size:28px;
	letter-spacing:1px;
	line-height:auto;
}

h3, .h3 {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:24px;
}

h4, .h4{
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#555555;
	font-size:14px;
	line-height:19px;
}

h5, .h5{
	font-family: 'Normal', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
	color:#555555;
	font-size:14px;
	line-height:18px;
}

h6, .h6 {
	font-family: 'Normal', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-bottom:20px;
	color:#000000;
	font-size:13px;
	line-height:17px;
	letter-spacing:0px;
	padding:0;
}

.headcap {
	text-transform: uppercase;
	font-family: 'Bold', Calibri, Arial, sans-serif;
	color:#111111;
	font-size:15px;
	line-height:20px;
	letter-spacing:0px;
	margin-bottom: 8px
}

.linked {
	text-transform: uppercase;
	font-family: 'Normal', Calibri, Arial, sans-serif;
	color:#111111;
	font-size:12px;
	line-height:1px;
	letter-spacing:0px;
	margin-top: 10px;
}


@media only screen and (max-width: 992px) {
	h1, .h1{
		margin-top:10px;
		margin-bottom:10px;
		font-size:26px !important;
		line-height:32px !important;
	}
	
	h2, .h2 {
		font-size:20px;
		line-height:24px !important;
	}
	
	h3, .h3 {
		font-size:17px;
		line-height:20px;
	}
	h4, .h4 {
		font-size:15px;
		line-height:19px;
	}

	h5, .h5 {
		margin-top:5px;
		margin-bottom:10px;
		font-size:14px;
		line-height:19px;
	}

	h6, .h6 {
		margin-bottom:5px;
		font-size:13px;
		line-height:18px;
	}
	
	.headcap {
		font-size:13px;
		line-height:18px;
		margin-bottom: 5px
	}

	.linked {
		font-size:12px;
		line-height:1px;
		letter-spacing:0px;
		margin-top: 10px;
	}
		
}

.sectionTitlePO {
	width:100%;
	margin-top:40px;
	margin-bottom: 20px;}

.sectionTitlePO p {
		text-align:left;
		padding-left:0;
		font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
		color:#000000;
		font-size:14px;
		line-height:20px;
		text-transform:uppercase;
		margin:0;
		border-bottom: 1px solid #666666;
	}
		
	@media only screen and (max-width: 920px) {
		.sectionTitle {
			margin-top:30px;
			margin-bottom: 20px;}

			.sectionTitle p {
				font-size:12px;
				line-height:16px;
			}
	}


/* NEW HEADER STYLE */
#topbar {border-bottom:0px solid #222222; }

.topnav {
	z-index: 6000 !important;
	display: none;
	margin-top: 130px;
	padding-bottom: 15px;
	position: fixed;
	transition: top .5s ease-in-out;
	background-color:#111111;
	opacity:.9;
}

#topbar .icon img {
	width: 50px;
	margin-top: 40px
}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	position: fixed;
	top: 0;
	height: 70px !important;
	z-index: 9000;
	transition: all 0.2s ease-in-out;
}

.activeWhite {
	background-color: rgb(255,255,255);
 	background-color: rgba(255,255,255,.9);
	border-bottom:1px solid #eaeaea; 
}
.logoMenu {height: 40px; margin-top: 15px; margin-left:9%}

.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}
.mainInner{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mainInner div{
	display:table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

.headerLogo {float: left; width: 200px}
.headerNav {
	float: left;
	width: calc(100% - 250px);
	text-align: right;
	line-height: 25px;
	margin-top: 25px;
	font-size: 13px;
	text-transform: uppercase;
}
.headerNav a {margin-left: 24px; color: #000;}
.headerNav ul a {margin-left: 0px;}
.headerNav .dropdown-menu a {margin-left: 0px; color: #000;}

.headerNav a:HOVER, .headerNav a.active {	color:#333; }
.activeWhite a:HOVER, .activeWhite a.active {	color:#333; }
.secondaria {
	margin-top: 0px;
}

.langSel {float: right;}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #999;
}

.monitorV .wideStyle img { height:14px !important; vertical-align: middle;}


.header .dropdown-menu {
	min-width:inherit;
}


@media only screen and (max-width: 1250px) { 
	.headerNav {font-size: 12px;}
	.headerNav a { margin-left: 15px;}
	.logogha  {height: 15px; margin-top: 0px;}
}
@media only screen and (max-width: 1100px) { 
	.headerNav {font-size: 11px;}
	.headerNav a { margin-left: 10px;}
	.logogha  {height: 12px; margin-top: 0px;}
	.monitorV .wideStyle img { height:12px !important; vertical-align: middle;}
}

@media only screen and (min-width: 992px) { 
	.deviceV {display: none}
}
@media only screen and (max-width: 991px) { 
	.monitorV {display: none}
}


#sidebarMenu {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9000;
	right: 0;
	width: 400px;
	margin-top:0px;padding-top: 60px;
	border-left: 1px solid #eaeaea;
	transform: translateX(400px);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	font-size: 14px!important;
	overflow-y: scroll;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
		 -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
					box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 570px) {
	#sidebarMenu {
		width: 95%;
		transform: translateX(100%);
	}
}

#overlayMenu { 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 8000;
	background-color: rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;}

.nav-link {
display: block;
padding: .2rem 1rem;
}

.sidebarMenuInner{
	margin:0;
	padding:0;
}
.sidebarMenuInner li{
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}
.sidebarLink  li a{
	cursor: pointer;
	text-decoration: none;
	color: #444
}

.sidebarLink li a { color: #999999}
.sidebarLink li a:HOVER { color: #000000}
.sidebarLink li.active a {color: #000000}

.sidebarMenuInner li.wideStyle img { height:16px !important; vertical-align: middle;}
		
.sidebarMenuInner li.wideStyle img.wesb { display:none;}
.sidebarMenuInner li.wideStyle:hover img.wesb { display:inline}
.sidebarMenuInner li.wideStyle:hover img.wesg { display:none}

.sidebarMenuInner li.wideStyles a:hover,
.sidebarMenuInner li.activeWeS a {background-position: 24px 18px;background-repeat:no-repeat;background-size: 120px; background-image:url(../img/WideStyleLogoN.svg)}
.sidebarMenuInner li.wideStyles a:hover img,
.sidebarMenuInner li.activeWeS a img {visibility: hidden;}


.sidebarMenuLang {
	margin:20px 20px 0 20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
}

.sidebarMenuSocial{
	margin:20px;
	padding:20px 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.sidebarMenuSocial img {width: 30px}

.sidebarMenuNewsl { 
	margin:0px 20px 20px 20px;
	padding:0px 10px 20px 10px;
}


input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type="checkbox"]:checked ~ #overlayMenu {
	display: inline;
	opacity: 1;
}

input.openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 9200;
	height: 100%;
	width: 100%;
	top: 28px;
	right: 22px;
	height: 22px;
	width: 22px;
	position: fixed;
}
.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #000;
}
.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}
.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}
/* END NEW HEADER STYLE */

/* FOOTER Styles */
#footer {
	text-align:left;
	background-color:#fff;
	border-top:1px solid #f0f0f0; 
	padding-top:0px;
	padding-bottom:20px;
	margin-top:0px
}
	
	#footer .foo1 img { width:40%}
	#footer .fooCopy  {
		border-top:1px solid #f0f0f0 !important;
		margin-top:30px;}
	
	#footer p.footerCaption {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:12px;
		line-height:17px;
		width:100%;
		text-transform: uppercase;
		margin-bottom:10px;
		border-bottom:1px solid #f0f0f0;
		padding-bottom:10px;
	}
	
	#footer p.footerText {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:11px;
		line-height:16px;
		width:100%;
	}
	
	#footer p.footerCopy {
		font-family: 'Normal', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:12px;
		line-height:17px;
		width:100%;
	}
	
	#footer p.footerCopy.right { text-align: right !important; }

@media only screen and (max-width: 576px) { #footer p.footerCopy.right { text-align: center !important; } }
	
		#footer p.footerCopy a { color:#666666 !important}
		#footer p.footerCopy a:HOVER { color:#000000 !important}
	
	#footer .button {color:#999999 !important}
	#footer .button:HOVER {color:#ffffff !important}
	#footer .socialFooter li {margin:10px 0 10px 0 !important}
		#footer .socialFooter li img { width:30px; opacity:.5; transition: opacity 0.28s ease-in-out, transform 0.28s ease-in-out;}
		#footer .socialFooter li img:HOVER { opacity:1}
		

	#footer .partners {padding-top: 40px;text-align: center;width: 100%}
	#footer .partners div {width: 100%}
	#footer .partners div a {display: inline-block;margin: 0 3% 25px;width: 14.1414%}
	
	@media only screen and (max-width: 1200px) {
		#footer > div > div > div > div  {margin-bottom:50px}
	}
	
	@media only screen and (max-width: 767px) {
		#footer .partners div a {margin: 0 3% 50px; width: 60%}
		#footer .partners div a:last-child {
        margin: 0 3% 0px;
    }		
		#footer > div > div > div > div  {margin-bottom:30px}
	}
	
	@media only screen and (max-width: 567px) {
		#footer p.footerCaption {text-align:center !important}	
		#footer p.footerText {text-align:center !important}
		#footer p.footerCopy {text-align:center !important}
		#footer > div > div > div > div  { text-align:center !important}
		
		#footer .float-right { float:none !important}
	}
	


/* ACCORDION */
.accordion-button:not(.collapsed) {
	color: #333333;
	background-color: #eaeaea;
}
.accordion-button:not(.collapsed)::after {
background-image:url(../img/accordionH.svg);
transform: rotate(180deg);
}






/* HOVER ARROW */
.link {
  cursor: pointer;
  text-decoration: none;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.flip-horizontally {
  transform: scaleX(-1);
}


/* MODAL */
.modal-footer {
	justify-content:flex-start !important;
}


/***********  FORM  ************/
button.active{background: #68b8c4;}
button:focus{outline: 0 none;}
button:first-of-type{margin-left: 0;}
button:last-of-type{margin-right: 0;}
button:focus{outline: 0 none;}
fieldset{
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  background: #444;
  padding: .5em;
  border-radius: 3px;
}
.checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
}
.checkbox label:before,
.checkbox label:after{
  content: '';
  display: block;
  position: absolute;
}
.checkbox label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 3px;
}
.checkbox label:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #f0047f;
  opacity: 0;
  pointer-events: none;
}
.checkbox input:checked ~ label:after{opacity: 1;}
.checkbox input:focus ~ label:before{background: #eee;}

.form-check-label {margin-top: .3rem;}
.modal-header .close {margin:0 !important}


.fieldset .input-group-text {padding: .680rem .75rem;border-radius:0}
.fieldset .custom-select {border-radius:0; height:inherit}
select.custom-select:focus {
    outline: none !important;
		border-color: #cccccc;
		box-shadow: 0 0 0 0rem rgba(128,189,255,.5);
}



/* ToTop Plugin */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 200, 200, 0.6) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	background-size:50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #d2006c;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/* END ToTop Plugin */

/*!
 * Cookie Bar component (https://github.com/kovarp/jquery.cookieBar)
 * Version 1.2.6
 *
 * Copyright 2020 Pavel Kovář - Frontend developer [www.pavelkovar.cz]
 * Licensed under MIT (https://github.com/kovarp/jquery.cookieBar/blob/master/LICENSE)
 */
/* Settings */
/* Cookie Bar styles */
.cookie-bar__inner {
	background-color: rgba(25, 25, 25, 0.9);
	color: #fff;
	font-size: 12px;
	padding: .375rem .5rem;
	text-align: center;
}

@media (min-width: 62rem) {
	.cookie-bar__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.cookie-bar__buttons {
	display: block;
	margin-top: .375rem;
}

@media (min-width: 62rem) {
	.cookie-bar__buttons {
		display: inline;
		margin-top: 0;
	}
}

.cookie-bar__btn {
	background-color: #f0047f;
	color: #000;
	border: none;
	margin: 0 .875rem;
	padding: .125rem .875rem;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}

.cookie-bar__btn:hover {
	background-color: #f0047f;
}

.cookie-bar__btn:active {
	background-color: #f0047f;
}

.cookie-bar__link {
	margin: 0 .5rem;
}

.cookie-bar a {
	color: #fff;
	text-decoration: underline;
}

.cookie-bar a:hover {
	text-decoration: none;
}

/* Privacy popup */
.cookie-bar-privacy-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
	display: none;
}

.cookie-bar-privacy-popup__dialog {
	background-color: white;
	width: 100%;
	max-width: 50rem;
	max-height: 90vh;
	overflow: auto;
	padding: 2rem 1.5rem 1.5rem;
	position: relative;
}

.cookie-bar-privacy-popup__dialog__close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	color: white;
	display: block;
	width: 2rem;
	height: 2rem;
	border: none;
	cursor: pointer;
}

.cookie-bar-privacy-popup__dialog__close:before, .cookie-bar-privacy-popup__dialog__close:after {
	content: '';
	display: block;
	width: 1rem;
	height: .25rem;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform-origin: center center;
			-ms-transform-origin: center center;
					transform-origin: center center;
	margin-top: -.125rem;
}

.cookie-bar-privacy-popup__dialog__close:before {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}

.cookie-bar-privacy-popup__dialog__close:after {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

.cookie-bar-privacy-popup__dialog p:last-child {
	margin-bottom: 0;
}

/* Cookie Bar layouts */
.cookie-bar--bottom-left,
.cookie-bar--bottom-right,
.cookie-bar--bottom {
	z-index: 9999;
	position: fixed;
}

.cookie-bar--bottom {
	right: 0;
	bottom: 0;
	left: 0;
}

.cookie-bar--bottom-left {
	left: 0.9375rem;
}

.cookie-bar--bottom-right {
	right: 0.9375rem;
}

.cookie-bar--bottom-right,
.cookie-bar--bottom-left {
	bottom: 0.9375rem;
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right,
	.cookie-bar--bottom-left {
		width: 22.5rem;
	}
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right .cookie-bar__inner,
	.cookie-bar--bottom-left .cookie-bar__inner,
	.cookie-bar--bottom-right .cookie-bar__buttons,
	.cookie-bar--bottom-left .cookie-bar__buttons {
		display: block;
	}
}

@media (min-width: 48rem) {
	.cookie-bar--bottom-right .cookie-bar__buttons,
	.cookie-bar--bottom-left .cookie-bar__buttons {
		margin-top: .375rem;
	}
}

.cookie-bar--bottom-right .cookie-bar__inner,
.cookie-bar--bottom-left .cookie-bar__inner {
	line-height: 1.3;
}



/* HOME POPUP */
.slug-contacts #theaPopUp, .slug-about #theaPopUp, .slug-subscription #theaPopUp { display:none;}

#theaPopUp {
  position: fixed;
	width: 90%;
  max-width:400px;
  background:#ffffff;
  border:none;
  bottom:20px;
  right: -605px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	border-radius: 6px;
	z-index:1000;
	-webkit-animation: mymove 1s forwards; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 5s; /* Safari 4.0 - 8.0 */
  animation: mymove 1s forwards;
  animation-delay: 5s;


}

.thea-image {
	width: 100%;
	height: auto;
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.thea-image img {width: 100%;}
.thea-txt {
	width: 100%;
	text-align:left !important;
	padding: 10px 15px;
	margin-top:0px;
}

#theaPopUp p {
	font-size: 13px;
	line-height:19px;
	color: #000000;
}

#theaPopUp .theaclose {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
		text-align:center;
		padding-top:6px;
    right: -10px;
    top: -10px;
    z-index: 2;
}



@media all and (max-width: 992px) {
	#theaPopUpss {
		position: fixed;
		width:calc(100% - 40px);
		height:auto;
		background:#ffffff;
		border:none;
		top:0;
		bottom:inherit;
		right: -605px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
		border-radius: 0px;
		-webkit-animation: mymove 1s forwards; /* Safari 4.0 - 8.0 */
			-webkit-animation-delay: 5s; /* Safari 4.0 - 8.0 */
			animation: mymove 1s forwards;
			animation-delay: 5s;
	}
	.thea-imagess {display:none;}
	.thea-txtss {
		position: relative;
		min-height: auto;
		top: 0;
		text-align:left;
		width: 84%;
		padding:2% 8%;
	}
	#theaPopUpss .theaclose {
			width: 30px;
			height: 24px;
			background-color: #fff;
			border-radius: 100%;
			box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
			cursor: pointer;
			position: absolute;
			text-align:center;
			padding-top:6px;
			right: 10px;
			top: 10px;
			z-index: 2;
	}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {right: -605px;}
  to {right: 20px;}
}

@keyframes mymove {
  from {right: -605px;}
  to {right: 20px;}
}