@import url("../bxslider/jquery.bxslider.min.css");
@import url("../bootstrap/css/bootstrap.min.css");
@import url("../font-awesome/css/font-awesome.min.css");

@import url("template.min.css");

.mCSB_container > h2:first-of-type {
  display: none;
}
.mCSB_container.mCS_no_scrollbar {
  margin: 0 0 10px 10px;
}

div[id*='linkymap_div_'] {
  width: 100% !important;
}

@media (max-width: 765px) {
  #portMapUSA, #portMapCAN, #portMapEU,
  #locMapUSA, #locMapCAN {
    width: 100% !important;
  }
  div[id*='sidebar_'] {
    width: 100% !important;
    height: 100% !important;
  }
}

/*@import url("../css-dev/template.css");*/

.offset:before { 
	display: block; 
 	content: " "; 
  	height: 50px;      /* Give height of your fixed element */
        margin-top: -50; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}