/* Special event: Canada day */
:not(oldBrowser) .event-back-canada-day:after {
 background: url(/images/event/canada_day-back.png) repeat-x 0 0; 
}
.canada-day-body {
 background: url(/images/event/canada_day-back-left.png) no-repeat 0 0;
}
.canada-day-body > div {
 height: 100px;
 margin-left: 55px; 
 position: relative;
 background: url(/images/event/canada_day-back-left.png) repeat-x 0 0;
}
.canada-day-text, .canada-day-image, .canada-day-close {
 position: absolute;
 display: block;
}
.canada-day-text  {top:0px;right:430px;}
.canada-day-image {top:0px;right:0px;}
.canada-day-close {top:5px;right:5px;}
@media screen and (max-width:1200px) {
 .canada-day-text  {top:14px;width:350px;}
}
@media screen and (max-width:1112px) {
 .canada-day-text  {top:18px;width:310px;}
}
@media screen and (max-width:1024px) {
 .canada-day-text  {top:22px;width:270px;}
}
