
        @media (min-width: 1400px) {
            .container{
                max-width: 1300px;
            }
        }
        .bootstrap-select .dropdown-menu li {
margin:10px;
}
.back-to-top {
	background-color: #3498db;
	color: #ecf0f1;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: none;
}


#cookiedingsbums a {font-size: 14px; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {font-size: 14px; padding:10px; padding-right:40px;}

#cookiedingsbums {

   text-align:right;

   background: #CCCCCC;
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:12px;
   line-height:16px;}

   .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
       color: #fff;
       background-color: #00b3db;
       border-color: #00b3db; /*set the color you want here*/
   }
