/*nav mobile*/
.nav > li > a {
  padding: 0;
}

.toggle-links {
  display: none;
}

.toggle-links .top-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.toggle-links .top-header img {
  display: inline;
  padding: 0 10px;
  width: 35px;
  vertical-align: baseline;
}

.toggle-links .top-header .col-sm-6 {
  padding: 10px 0;
}

.toggle-links .top-header span {
  font-size: 13px;
  color: #ACACAC;
  margin-top: 6px;
}

.toggle-links .toggle-click {
  float: right;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  position: relative;
  z-index: 9999999;
  top: 12px;
}

.toggle-links .toggle-click .line01,
.toggle-links .toggle-click .line02,
.toggle-links .toggle-click .line03 {
  width: 30px;
  height: 4px;
  display: block;
  background: #123247;
  margin: 5px 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.toggle-links .toggle-click .line01.active {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border: none;
}

.toggle-links .toggle-click .line02.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border: none;
}

.toggle-links .toggle-click .line03.active {
  display: none;
}

.toggle-links .toggle-click.active {
  top: 40px;
  opacity: .8;
  border: none;
}

.toggle-links .overlay-link {
  display: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.toggle-links .overlay-link .links {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 100px 0 0 0;
}

.toggle-links .overlay-link .links li {
  margin: 10px 20px;
  list-style: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center !important;
  font-size: 27px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.toggle-links .overlay-link .links li a {
  color: #123247;
}

.toggle-links .overlay-link .links li.active a {
  color: #FFBB25;
}

.fixed-position {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: #FFBB25;
  margin-top: 0;
  /*border-bottom: 3px solid #F59539;*/
  border-bottom: 1px solid #123247;
  right: -1px;
  padding: 10px 80px;
}

.overlay-link.active {
  display: block;
  position: fixed;
  color: #123247;
  width: 100%;
  height: 100%;
  background: #FFBB25;
  z-index: 99;
  margin: -7px auto;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  top: 7px;
  left: 0;
  padding: 0;
}

.overlay-link.active ul.links {
  position: absolute !important;
  top: 50px !important;
  bottom: 0 !important;
  text-align: left;
  margin: 0 auto;
  background: #FFBB25;
}

.overlay-link.active ul.links li {
  display: block;
  text-align: left !important;
  
}
.block1 .container {
  padding: 20px;
}

.block1 .container .header img {
  margin: auto 0;
  width: 150px;
}

.block1 .container .header ul {
  margin-top: 12px;
}

.block1 .container .header ul li {
  display: inline;
  margin-left: 20px;
  text-transform: uppercase;
}

.block1 .container .header ul li a {
  margin-left: 20px;
  padding: 0;
}

.block1 .container .header ul li a:hover {
  background: transparent;
  font-weight: bold;
  color: #123247;
  padding: 0;
}

.block1 .container .header ul li.first-active a {
  padding: 10px;
  background: #2BB0E3;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}

.block1 .container .header ul li.first-active a:hover {
  background: transparent;
  color: #123247;
}
@media only screen and (max-width: 991px) {
  .toggle-links {
    display: block !important;
    padding: 10px;
  }

@media only screen and (max-width: 768px) {
  .toggle-links {
    display: block !important;
    padding: 10px;
  }
}