.user {color: #000;
border: #fff;
height: 20px;
width: 250px;
display:none;}
.navbar-theme {background-color: rgba(25,155,141,0.6);}
.pb-12, .py-12 {padding-bottom: 12rem !important;}
.pt-12, .py-12 {padding-top: 12rem !important;}
.hurra {display: none;
}

.dropdown-toggle:focus {
border: 0;
outline: transparent;
}

.nav-item:active,
.nav-item:hover,
.nav-item:focus {
border: 0 !important;
outline: none;
}
#userlike-view-container {background-color:#fff !important;}
.userlike-theme-bg  {background-color: rgba(153, 153, 153, 0.80) !important;}
.tshad {text-shadow: 2px 2px 3px rgba(50,50,50,0.7);}
.bg-primary-bright {/*background-color: #ccebeb !important;*/
background-color: #e5f7f7 !important;
}
.mbg-fi {background-color: #56555a;}
.mbg-ca {background-color: #e5096d;}
.mbg-la {background-color: #14248c;}
.mbg-bright {background-color: #f3f3f3;}
.mbg-grey-bright {background-color: #dbdbdb;}
.mbg-sp {background-color: #060609;}
.mbg-white {background-color: #fff !important;}
#naviline {border-bottom: 1px solid #ccc;
}
.userurl {color: #fff;
border: #fff;
height: 20px;
width: 150px;
display: none;}
.overlay-white {background-color: rgba(239, 235, 233, 1.000) !important;

}
.holiday {width: 200px;
height: 200px;
transform:rotate(350deg);
z-index: 999;
transition: all 0.5s ease;
}

.holiday:hover {
width: 240px;
height: 240px;
transform:rotate(360deg);
z-index: 999;
transition: all 0.5s ease;
}

/* On screens 500px or less */
@media screen and (max-width: 600px) {
.holiday {
width: 130px;
height: 130px;
transform:rotate(350deg);
z-index: 999;
transition: all 0.5s ease;
}

.holiday:hover {
width: 220px;
height: 220px;
transform:rotate(360deg);
z-index: 999;
transition: all 0.5s ease;
}
}
.holiday-box {position: absolute; 
top:250px; 
right: 90px; 
z-index:999;
transition: all 0.5s ease;
}

.holiday-box:hover {
top:250px; 
right: 50px; 
z-index:999;
transition: all 0.5s ease;
}

/* On screens 600px or less */
@media screen and (max-width: 600px) {
.holiday-box {
top:100px; 
right: 20px; 
z-index:999;
transition: all 0.5s ease;
  }

.holiday-box:hover {
top:100px; 
right: 65px; 
z-index:999;
transition: all 0.5s ease;
}
}
