/*! Place your custom styles here */
@media (min-width: 990px) {
    .logo{
        position: absolute !important;
        top: -17px !important;
        height: 70px !important;
        max-height: initial !important;
    }
}
@media (min-width: 767px ) and (max-width: 990px) {
    .logo{
        position: absolute !important;
        right: 0 !important;
        top: -17px !important;
        height: 70px !important;
        max-height: initial !important;
        margin-right: 50px !important;
    }
    .hideBar{
        height: 0px;
        float: right;
    }


    .feature{
        height: 186px;
    }
    
}

.cookieCenter{
	width:auto;
	text-align:center;
}

.cookieOptions{
	margin: auto;
	margin-top:50px;
	border-radius:5px;
	border: 5px solid white;
    background-color: rgb(239, 125, 0);
    color: rgb(255, 255, 255);
	width:500px;
	height:460px;
	font-size: 15px;
    font-weight: 300;
	padding: 18px;
}

.cookieOptions h4{
	color:white;
	letter-spacing: -0.01em;
	font-weight:300;
}

.cookieOptions ul {
   margin-left:25px;
}

.cookieOptions input[type=checkbox] {
-webkit-appearance:checkbox;
	width: 20px !important;
   	background-color:white;
 margin: .4rem !important;
  height: 15px;
    vertical-align: bottom;
 
	
	display: inline-block;

}

input[type=checkbox] {
-webkit-appearance:checkbox;
	width: 20px !important;
   	background-color:white;
 margin: .4rem !important;
  height: 15px;
    vertical-align: bottom;
 
	
	display: inline-block;

}


.buttonstyle button{
	padding-left:10px;
	padding-right:10px;
	margin-left:15px;
	margin-right:15px;
	border:1px solid white;
	margin-top: 20px;
}

.cookieModal .modal-close{
	display:none;
}