

/*
ul.sub_menu:hover
{
display: block !important;
}*/
.evofc_month.focus
{
display: block !important;
}

@media only screen and (min-width: 1000px){
.evofc_month.focus, .eventon_fc_daynames, .eventon_fc_days
{
width: 1100px !important;
min-width: 1100px !important;
}
}

@media only screen and (max-width: 1000px){
.map-small
{
width: 700px !important;
height: 400px;
}
.cal-small
{
width: 700px !important;
height: 600px;
}
}
@media only screen and (max-width: 600px){
.map-small
{
width: 240px !important;
height: 300px;
}
.cal-small
{
width: 400px !important;
height: 400px;
}
}
@media only screen and (max-width: 400px){
.cal-small
{
width: 300px !important;
height: 350px;
margin-left: -30px;
}

@media only screen and (max-width: 600px)
{
.term-dates
{
visibility: hidden !important;
height: 0px;
width: 0px;
}
.term-dates-small
{
visibility: visible !important;
height: 100%;
width: 100%;
}
}

@media only screen and (min-width: 600px)
{
.term-dates
{
visibility: visible !important;
height: 100%;
width: 100%;
}
.term-dates-small
{
visibility: hidden !important;
height: 0px;
width: 0px;
}
}

/*** HOME PAGE ***/
.full_width{
background-color: #f6f6f6 !important;
}