@import url('https://fonts.googleapis.com/css?family=Roboto');
/*[START] : This block is just to make to header menu and ticker sticky */
.header{
  position: fixed!important;
  width: 100%;
  top:0;
  padding: 0px 0px 0px 0px!important;
  background: #ffffff!important;
}
.nav-container > nav{
  padding: 0px 0px 0px 0px!important;
}
.nav-list{
  margin-top:0px!important;
}
/*[END] : Above block is just to make to header menu and ticker sticky */

.ticker > marquee > a{
  color: white;
  text-decoration: none;
}
body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
.navigation1 {
  height: 65px;
  background: #ffffff;
  max-width: 1250px;
  margin: 0 auto;
}
.navigation2 {
  height: 55px;
  background: #ffffff;
  max-width: 1250px;
  margin: 0 auto;
}
.ticker {
  height: 25px;
  background: black;
  color: white;
}
.brand {
  position: relative;
  float: left;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a, .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  /* max-width: 1000px; */
  margin: 0 auto;
}
nav {
  float: left;
  margin-left: -20px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li{
  list-style-type:none;
}
nav ul li ul li a{
  border-bottom: 1px solid #C4C4C4;
  font-weight: normal;
}
nav ul li a,nav ul li a:visited {
  display: block;
  padding: 0 26px;
  line-height: 55px;
  color: #2f2f2f;
  background: #F9F9F9;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
nav ul li a{
  background: transparent;
  color: #2f2f2f;
}

.navbar-dropdown li a{
  background: #F9F9F9;
}
.navbar-dropdown{
  background: #F9F9F9!important;
}
.navbar-dropdown li a{
  background: #F9F9F9;
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
  color: #8ed6e5;
}
nav ul li ul li {
  min-width: 100%;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

/* Header Other Options (Home, Blog) etc */
.header_other_options_div{
  margin-left: 20%;
}
.header_other_options_div nav{
  float: right;
  margin-left: 4%;
}
.header_other_options_nav_list li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #7B7B7B;
}

.header_lang_selected{
  padding: 5px 0px 5px 5px;
  background: #8ed6e5;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
}

.only_for_mobile{
  display: none;
}
.only_for_desktop{
  display: block;
}

.nav-mobile{
  top:34px!important;
}

@media only screen and (max-width: 800px) {
  .nav-list{
    margin-top:7%!important;
    margin-left:7%!important;
  }
}

@media only screen and (max-width: 800px) {
  .only_for_mobile{
    height: 75px;
  }
  .fa-search{
    margin-left: 10%;
  }
  .fa-blog{
    margin-left: 5%;
  }
  .fa-sign-in{
    margin-left: 5%;
  }
  .fa-sign-out{
    margin-left: 5%;
  }
  .fa-language{
    margin-left: 5%;
  }
  .only_for_mobile{
    display: block;
  }
  .only_for_desktop{
    display: none;
  }
  .brand a > img{
    width: 42% !important;
    margin-left: 10px !important;
    margin-top: 1% !important;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 55px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #F9F9F9;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .navbar-dropdown {
    position: static;
  }
  @media screen and (min-width:800px) {
    .nav-list {
      display: block !important;
    }
  }
  #navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #2f2f2f;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }
  #navbar-toggle span:before {
    top: -10px;
  }
  #navbar-toggle span:after {
    bottom: -10px;
  }
  #navbar-toggle.active span {
    background-color: transparent;
  }
  #navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
  }
  #navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  #navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
}
