#iv-cookiebar {
	display: none;
	clear: both;
	float: none;
	position: fixed;
	width: 80%;
	left: 10%;
	transform: translate(-50%,0);
	background: #FFF;
	min-height: 40px;
	text-align: center;
	z-index: 9999;
	bottom: 0;
}

#iv-cookiebar > div {
	position: relative;
	margin: 0 auto;
	font-family: Fira Sans;
	padding: 12px;
	color: #521d89;
	font-size: 18px;
    padding: 25px;
    padding-top: 15px;
    text-align: left;
}

#iv-cookiebar img {
	display: block;
	display: none;
	margin-bottom: 30px;
}

#iv-cookiebar .notice {
	display: block;
	width: 65%;
	padding-bottom: 15px;
	float: left;
}

#iv-cookiebar > div a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#iv-cookiebar > div a:hover {
	text-decoration: none;
}

#iv-cookiebar .btn-readmore {
	color: #521d89;
}

#iv-cookiebar .btn-accept,
#iv-cookiebar .btn-cookiecenter {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
    background-color: #521d89;
    border-color: #451974;
    padding: 10px;
    float: right;
    margin-bottom: 20px;
}

#iv-cookiebar .btn-cookiecenter {
	background: none;
	color: black;
}

#iv-cookiebar .btn-accept:hover {
	text-decoration: underline;
	color: #fff;
    background-color: #39145f;
    border-color: #270e41;
}

#iv-cookiebar .close-me {
	position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: none;
}

.anim {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: inherit !important;
  -webkit-animation-iteration-count: inherit !important;
}

/*
	iValue Cookie center
*/
.iv-cookie-profile {
	float: left;
	width: 48%;
	margin: 0 1%;
	padding: 2%;
}
.iv-cookie label {
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline-block;
}
.iv-cookie-border {
	border: 1px solid #EEE;
	border-radius: 5px;
}

/*
	
	iValue Preference Center
	
*/

.remodal {
	padding: 0;
}
.remodal.cookie {
	padding: 0 !important;
}

.remodal ul.nav.nav-tabs,
.remodal .header .header_logo {
    width: 30%;
    float: left;
}

.remodal .tab-content,
.remodal .header .title {
    width: 70%;
    float: right;
    position: relative;
    text-align: left;
    padding: 10px;
}

.remodal .nav-tabs > li {
	border-bottom: 1px solid #888;
	margin-bottom: 0px;
}

.remodal .nav-tabs > li > a {
	border: 0;
    padding: 10px;
    text-align: left;
    background: #e2e3e3;
    margin-right: 0;
    text-decoration: none;
    color: #333;
}

.remodal.cookie .btn-cookie {
	padding: 5px 10px;
	font-size: 14px;
}

.remodal.cookie .nav.nav-tabs {
	/*border-right: 1px solid #ddd;*/
	border-bottom: 0;
}

.remodal.cookie .footer {
	border-top: 1px solid #888;
}

.remodal.cookie .header {
	border-bottom: 1px solid #888;
}

.remodal.cookie .remodal-close {
	left: inherit;
    right: 0px;
}

.remodal.cookie .tab-content {
    min-height: 250px;
    overflow-y: scroll;
    max-height: 300px;
}

.remodal.cookie {
	max-width: 650px;
}

.remodal.cookie .tab-pane strong:first-child {
    margin-bottom: 5px;
    display: block;
    max-width: 250px;
}

.remodal .nav-tabs > li.active > a,
.remodal .nav-tabs > li.active > a:hover,
.remodal .nav-tabs > li.active > a:focus {
	border: 0;	
	border-radius: 0px;
}

.remodal .nav-tabs li {
    width: 100%; 
}

.remodal.cookie .footer, .remodal.cookie .header {
	background: #E2E3E3;
} 

.remodal .header{
	width: 100%;
}

.header:after {
    clear: both;
    display: block;
    content: "";
}

.cookie_switch {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 150px;
}

.remodal.cookie .title {
    margin-top: 23px;
    font-size: 21px;
}

.remodal.cookie .footer {
    padding: 15px 25px;
    text-align: right;
}

.remodal.cookie {
    font-size: 14px;
    line-height: 17px;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
  animation-delay: 500ms;
}

.hidden_label .gfield_label {
	display: none;
}

/* RESPONSIVE */
@media (max-width: 768px){	
	
	body #iv-cookiebar {
		width: 100%;
		left: 0;
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}
	#iv-cookiebar .notice {
		font-size: .8em;
	}
	#iv-cookiebar .notice {
		width: 100%;
	}
	#iv-cookiebar .btn-accept {
		float:left;
	}
	#iv-cookiebar .btn-cookiecenter {
		float: left;
	}
	.cookie_switch {
		position: inherit;
	}
	.remodal ul.nav.nav-tabs {
		width: 100% !important;
	}
	.remodal .tab-content {
		width: 100% !important;
	}
	.remodal.cookie .tab-content {
		max-height: none;
	}
	
}