.navigation--main > li > a {
  text-transform: uppercase;
}

.dis-none {
  display: none;
}

.boxed-container {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 37px rgba(0,0,0,0.13);
}

body {
  background: #eee;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

footer {
    max-width: 1300px;
    margin: 0 auto;
}

.noimg img{
  display: none;
}

.over240 {
  overflow: hidden;
  height: 240px;
}

.over170 {
  overflow: hidden;
  height: 170px;
}

.navigation--main a.active {
    border-top: 3px solid #f7c51e;
    padding-top: 24px;
    color: #333333;
}
