
/* @media screen and (max-width: 700px) {
  
    padding: 0 10px;
  } */
  /* LAYOUT
	====================================== */
  .primary-content,
  .sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }

/* All */
.container {
  width: auto;
  display: flex;
  justify-content: center;
}
.nav {
  margin-bottom: 48px;
  margin-left: 60px;
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  /* background: #333; */
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
  width: 140px;

  height: 109px;
}
.nav a {
  height: 100%;
  font-size: 14px;
  line-height: 109px;
  text-align: center;
  display: block;
  color: black;
}
.nav a:hover {
  text-decoration: none;
  background: rgb(184, 6, 6);transition:all .7s ease 0s;
  color: white;
}
.nav li ul {
  background: rgba(255, 255, 255, 0.7);
}
.nav li ul li {
  width: 140px;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
    background-color: rgb(184, 6, 6);
    color: white;
    
}

/* Slide Down
============================== */
.nav3 ul > li:hover ul li {
  height: 70px;
 
}
.nav3 li ul {
  position: absolute;
  left: 0px;
  top: 108px;
 
  z-index: 1;
}
.nav3 li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}
.nav3 li ul li a{
  line-height: 70px;
}
.flex_box {
  display: flex;
  flex-flow: row wrap;
}
