.std-title {
  color: #685e74; }

.fontColor-title {
  color: #7b8a97; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.invisible {
  display: none; }

ul.list-unstyled li {
  list-style-type: none; }

ul.list-inline li {
  float: left;
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .hidden-smxs {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
header {
  height: 60px; }

.nav-container {
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 10px 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9); }

nav {
  text-align: center; }
  nav li {
    float: none;
    position: relative;
    margin: 20px 0; }
  nav a {
    color: #fff;
    font-size: 18px; }

.carousel-container > .container {
  padding: 0; }
