.user {color: #000;
background-color: #fff;
border: #fff;
height: 20px;
width: 100%;
display:none;}
.pb-12, .pb-sm-12, .pb-md-12, .pb-lg-12 {padding-bottom: 12rem !important;}
.py-12, .py-sm-12, .py-md-12, .py-lg-12 {padding-top: 12rem !important;
padding-bottom: 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;
}
.tshad {text-shadow: 2px 2px 3px rgba(127,117,112,0.5);}
.naviline {border-bottom: 1px solid #9e3683;
}
.userurl {color: #fff;
border: #fff;
height: 20px;
width: 150px;
display: none;}
.overlay-white {background-color: rgba(239, 235, 233, 1.000) !important;

}
.desat {    filter: none;
    opacity: 100;
    transition: ease-out 0.5s;
}

.desat:hover {
filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
transition: ease-in 0.5s;
}
.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;
}
}
.price {font-weight: 400;
float: right;}
#successheader {display: none;}
.pt-12, .pt-sm-12, .pt-md-12, .pt-lg-12 {padding-top: 12rem !important;}
