/*Cookie*/
#cookiebanner {
	background: #6d6e71;
	background: rgb(48 48 48 / 90%);
	border-top: solid 1px #939598;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 10005;
}
#cookiebanner > .container {
   position: relative;
   padding: 5px 1px;
}

#cookiebanner .heading {
   color: white;
   font-size: 22px;
 }
#cookiebanner p {
   color: white;
   font-size: 13px;
   padding-bottom: 0px;
}
#cookiebanner .desc {
   font-size: 13px;
}
#cookiebanner .closebanner {
   margin-top: 20px;
   display: block;
   background: white;
   padding: 15px 20px;
   text-transform: uppercase;
   outline: none;
   border: 0;
   color: #4b4b4b;
   font-size: 13px;
   
}
#cookiebanner a.arrow {
  
   font-size: 13px;
}
#cookiebanner a:link, #cookiebanner a:visited {
   color: white;
   text-decoration: none;
}
#cookiebanner a {
   text-transform: none;
}

.page-content {
	background: #ffffff !important;
	color: #3a3a3a !important;
	padding-bottom: 40px !important;
}

.module-page-title{
	position:relative;
	overflow:hidden;
	padding:50px 0px 50px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#050505;
}

.module-page-title h1, h2{
	color:#ffffff;
	line-height:1.2em;
	font-weight:700;
	margin-bottom: 0px;
	text-transform:uppercase;
}


.blog-cats li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 3px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog-cats li a:hover {
    color: #ddac2b;

}
.dashboard-box{
	background-color: #ffffff !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgb(235, 235, 235) !important;
    border-radius: 8px !important;
    padding: 30px !important;
}
.dashboard-box label{
	font-size: 15px !important;
}
.dashboard-box h4{
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

.sidebar-page-container {
    color: #535353;    
}

.sidebar-page-container input, select {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 12px 15px;
    height: 48px;
    border-radius: 5px;
    border: 2px solid #f2f2f2;    
}

.sidebar-page-container textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 12px 15px;
    border-radius: 5px;
    border: 2px solid #f2f2f2;    
}

.sidebar-title h4{
    color: #000;
}

.dashboard-box h2{
    color: #000 !important;
}

