@media (max-width: 1365px) {

.newsletter .top h2, body.fre .newsletter .top h2 {
background:none;
padding-left:0;
text-align:center;
}
 

}


@media all and (max-width: 1100px) {
  
/* New Additions */

.tablet-float-left {float:left;width:49%;margin-right:2%;}
.tablet-float-right {float:left;width:49%;}

/* Seo List */

.seo-list li {
float:left;
width:32.33333%;
margin-right:1%;
}
.seo-list .third {margin-right:0;width:33.3333%;}

/* Trip Assist */

.trip-assist .desktop {display:none;}  
.trip-assist .tablet {display:block;width:auto;margin:0 auto;max-width:404px;}  

/* Newsletter */

.newsletter .top h2, body.fre .newsletter .top h2 {
background:url(//media.tripcentral.ca/style/responsive/img/widgits/newsletter-icon.png) no-repeat 235px center;
padding-left:15px;
text-align:left;
}

}


@media all and (max-width: 767px) {

/* New Additions */

.tablet-float-left {float:none;width:100%;}
.tablet-float-right {float:none;width:100%;}

/* Widgit Header */

.widgit-header {border-radius:0;}

/* Widgit Box */

.widgit-box {border-radius:0;}

/* SEO List */

.seo-list li {width:100%;float:none;}
.seo-list .third {width:100%;float:none;}

/* Large Seo Links */

.large-seo-links li {
float:none;
width:100%;
}

/* Important Travel Information */

.important-travel-information {background:none;padding:15px;}
.important-travel-information h4 {
float:none;
width:auto;
text-align:left;
margin-right:0;
color:#555;
padding:0 10px 0 0;
font-weight:bold;
}
.important-travel-information h5 {color:#808080;padding:0 0 5px 0;}

/* Newsletter */

.newsletter {
	display:none;
}

/* Map */

.widgit-box, .widgit-header {
	display:none;
}


}