body{
    font-family: 'Roboto', sans-serif;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
    text-align: center;
    padding: 20px ;
	font-size: 12px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}



.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.closecookie{
    margin-left: 50px;
}
.cookiecontents{
    padding: 15px 25px 80px 25px;
}
.cookiecontents h3{
    font-size: 18px;
}
.cookiecontents p{
    font-size: 14px
}


.sidecookiepanel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidecookiepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidecookiepanel a:hover {
  color: #f1f1f1;
}

.sidecookiepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidecookiepanel {padding-top: 15px;}
  .sidecookiepanel a {font-size: 18px;}
}

/* The Modal (background) */
.cookiemodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.cookiemodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;

}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cookiemodal-header {
  padding: 16px;
  background-color: #FFF;
  color: white;
}

.cookiemodal-body {
    padding: 20px;

}

.cookiemodal-body p{
  text-align: justify;
}
.cookiemodal-footer {
  padding: 10px 16px;
  background-color: #FFF;
  color: white;
  border-top: 1px solid #e3e3e3;
  text-align: right;
}


.cookiemodal .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  float: right;
}

.cookiemodal .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookiemodal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookiemodal .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookiemodal input:checked + .slider {
  background-color: #2196F3;
}

.cookiemodal input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.cookiemodal input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.cookiemodal .slider.round {
  border-radius: 34px;
}

.cookiemodal .slider.round:before {
  border-radius: 50%;
}

.cookiealert .button,.cookiemodal-footer .button{
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 90px;
  font-weight: bold;
}

.cookiealert .greenbtn,.cookiemodal-footer .greenbtn{
     background-color: #68b631;
     color: #fff;
}
.cookiealert .bluebtn,.cookiemodal-footer .bluebtn{
     background-color: #059bfd;
     color: #fff;
}

.cookiemodal-footer .bluewht{
  background-color: #68b631;
  color: #fff;
}
.nicescroll-cursors{
    width: 10px !important;
}
