
/******************************************************************************************
/*  1-General styles */
/******************************************************************************************/




.section-title {
  color: #f46464;
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  font-style: italic;
}

.

.navbar {
  -webkit-transition: all .5s;
          transition: all .5s;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a {
  padding: 10px 15px;
}

.navbar-nav {
  padding-top: 15px !important;
}

.navbar-header {
  padding-bottom: 5px !important;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.navbar {
  margin-bottom: 0;
  padding-top: 15px !important;
  padding-bottom: 20px !important;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.navbar-toggle {
  margin-top: 15px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

#header-navigation li {
  margin-bottom: 5px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9990;
  -webkit-backface-visibility: hidden;
}
header .logo {
  display: inline-block;
  position: relative;
}
header .logo .dark-logo-img {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
header .logo:before {
  background-color: #f46464;
}

.sticky-navbar {
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.sticky-navbar .nav > li > a {
  color: #818c98 !important;
}
.sticky-navbar .nav > li > a:hover {
  color: #3b475f !important;
}
.sticky-navbar .nav > li > a:hover:before {
  background-color: #f46464 !important;
  height: 3px !important;
}
.sticky-navbar .navbar-toggle .icon-bar {
  background-color: #3b475f;
}
.sticky-navbar .logo {
  display: inline-block;
  position: relative;
}
.sticky-navbar .logo .dark-logo-img {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
.sticky-navbar .nav li.current a {
  color: #3b475f !important;
}
.sticky-navbar .nav li.current a:before {
  background-color: #f46464 !important;
  height: 3px !important;
}
.sticky-navbar #header-navigation {
  background-color: transparent;
}

.main-navigation-header {
  padding: 25px 0;
  background: rgba(0,0,0,0.8);
}
.main-navigation-header .main-navigation {
  padding-top: 20px;
  z-index: 9991 !important;
}
.main-navigation-header .main-navigation li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.main-navigation-header .main-navigation li a {
  font-family: "Montserrat", sans-serif;
color: rgb(204, 204, 204);
  position: relative;
  -webkit-transition: all .6s;
          transition: all .6s;
  min-width: 90px;
  z-index: 1;
  font-size: 18px;
}

.main-navigation-header .main-navigation li a::before {
  background-color: rgba(255, 255, 255, 0.2);
bottom: -2px;
content: "";
height: 0px;
left: 50%;
margin-left: -27px;
position: absolute;
transition: height 0.5s ease 0s;
width: 80px;
z-index: 20;
}
.main-navigation-header .main-navigation li a:hover {
  color: #ccc;
}
.main-navigation-header .main-navigation li a:hover:before {
  height: 3px;
  background-color: #f46464;
}



