/*Start- For Cookie Popup */

#cookie-popup {
	font-size: 13px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	line-height: 20px;
}
.cookie-popup-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	max-width: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,1);
}
.cookie-popup-inner button {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-popup-inner button:hover {
	background-color: #c02124;
	border: 2px solid #c02124;
	color: #fff;
}
.more a {
	border: 1px solid #ccc;
	line-height: 24px;
	display: block;
	color: #ccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more a:hover,
.more a:focus {
	text-decoration: none;
	background-color: #333;
	color: #fff;
}
.hidden {
	display: none;
}
#cookie-popup-close-button{
	display:none !important;
}

body #ct-ultimate-gdpr-cookie-popup {
	
left:0; 
	padding: 5px;

}
.skin-dark-theme #ct-ultimate-gdpr-cookie-read-more {
	
	text-decoration: none;
}


body .skin-dark-theme #ct-ultimate-gdpr-cookie-read-more {
	text-decoration: none;
	background: none !important;
	border: solid 1px #fff !important;
	font-weight:normal !important;
}
body .skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings, body .skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings:hover {
	
	border: solid 1px #fff !important;
	background: none !important;
	color:#fff !important;
	font-weight:normal !important;
}
body .skin-dark-theme #ct-ultimate-gdpr-cookie-accept {
	background: #82aa3b !important;
	border: solid 1px #fff !important;
}
body .skin-dark-theme h2.ct-header-popup {
	
	font-size: 16px;
	
}
#ct-ultimate-gdpr-cookie-modal-body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
}
body #ct-ultimate-gdpr-cookie-modal-body {
	padding: 0 20px;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-content {

	max-width: 900px;
}

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label::after {

	top: 31px !important;
}

@media screen and (max-width:767px){
	body .skin-dark-theme #ct-ultimate-gdpr-cookie-read-more, body .skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings, body .skin-dark-theme #ct-ultimate-gdpr-cookie-change-settings:hover {
	
	margin-right: 10px;
	min-width: 130px;
	text-align: center;
}
}

/*End- For Cookie Popop