body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

/* header nav */
header.nav {
  position: fixed;
  width: 100%;
  background: #212121;
  z-index: 5000;
}

.logo {
  position: relative;
  z-index: 100;
  padding: 15px 10px;
  color: #fff;
  background-color: #b56969;
  font-weight: 700;
  letter-spacing: 2px;
  float: left;
  border-right: 1px solid #212121;
  border-bottom: 4px solid #b56969;
  display: none;
}

nav {
  position: relative;
}

#menu {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 100%;
  background: #212121;
}

#menu ul {
  border: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu ul li {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1.6;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu #menu-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu:after, #menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu #menu-mobile {
  display: none;
}

#menu .fa {
  font-size: 1.2rem;
}

#menu > ul > li {
  float: left;
}

#menu > ul > li > a {
  padding: 20px 17px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  font-weight: 700;
}

#menu > ul > li:hover > a {
  color: #fff;
}

#menu ul li.active {
  background: #b56969 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#menu ul li.active a {
  color: #fff;
}

#menu ul li.active:hover {
  background: #b56969 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#menu ul li.has-sub.active:hover {
  background: #b56969 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#menu ul ul {
  position: absolute;
  left: -9999px;
}

#menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #212121;
  transition: all .25s ease;
}

#menu > ul > li:hover {
  background: #b56969 !important;
  color: #212121;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#menu > ul > li.has-sub > a {
  padding-right: 30px;
}

#menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 30px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}

#menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 27px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#menu li:hover > ul {
  left: auto;
}

#menu li:hover > ul > li {
  height: 45px;
}

#menu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px;
  width: 450px;
  font-size: 0.9rem;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
}

#menu ul ul li:last-child > a, #menu ul ul li.last-item > a {
  border-bottom: 0;
}

#menu ul ul li:hover > a, #menu ul ul li a:hover {
  color: #fff;
  background: #363636;
}

#menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}

#menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#menu ul ul li.has-sub:hover {
  background: #363636;
}

#menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#menu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#menu ul ul ul li.active a {
  border-left: 1px solid #212121;
}

#menu > ul > li.has-sub > ul > li.active > a, #menu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #212121;
}

@media (max-width: 1350px) {
  header.nav {
    position: absolute;
    top: 0;
    left: 0;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: left;
    padding: 15px 10px;
    float: none;
    color: #fff;
    background-color: #b56969;
    display: block;
  }
  nav {
    width: 100%;
  }
  #menu {
    width: 100%;
  }
  #menu ul {
    display: none;
  }
  #menu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #menu ul li:hover {
    background: #363636;
  }
  #menu ul ul li {
    height: auto;
  }
  #menu li:hover > ul > li {
    height: auto;
  }
  #menu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #menu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #menu ul ul li {
    background: #212121 !important;
  }
  #menu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
    text-transform: none;
    line-height: 1.3;
  }
  #menu ul ul li:hover {
    background: #363636 !important;
  }
  #menu ul ul ul li a {
    padding-left: 35px;
  }
  #menu ul ul li a {
    color: #ddd;
    background: none;
  }
  #menu ul ul li:hover > a, #menu ul ul li.active > a {
    color: #fff;
  }
  #menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #menu ul ul > li.has-sub > a:after, #menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #menu > ul > li {
    float: none;
  }
  #menu > ul > li.has-sub > a:after, #menu > ul > li.has-sub > a:before {
    display: none;
  }
  #menu #menu-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3001;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 35px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 35px;
    background: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: -3px;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #menu .submenu-button.submenu-opened {
    background: #262626;
  }
  #menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }
  #menu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #menu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }
  #menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #menu ul ul ul li.active a {
    border-left: none;
  }
  #menu > ul > li.has-sub > ul > li.active > a, #menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

/* social media */
.social-btns {
  text-align: left;
  font-weight: 700;
  padding-bottom: 25px;
}

.social-btns.centered {
  text-align: center;
}

.share {
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
  display: inline;
  margin: 5px;
  padding-top: 5px;
}

#fb-share {
  color: #3B5998;
}

#fb-share:hover {
  color: #898989;
  cursor: pointer;
}

#fb-share:before {
  font-family: 'fontawesome';
  content: '\f082';
}

#twitter-share {
  color: #00C6FF;
}

#twitter-share:hover {
  color: #898989;
  cursor: pointer;
}

#twitter-share:before {
  font-family: 'fontawesome';
  content: '\f081';
}
