.header {
  position: static;
  /*top: 0px;*/
  z-index: 98;
}
.navbar {
  height: 80px;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar a{
  text-decoration: none;
}

.navbar .navbar-brand h5 {
  color: #F26E26;
}
.nav-item {
  margin-right: 20px;
}
.nav-item .nav-link h5 {
  color: black;
  position: relative;
  font-size: 18px;
  font-weight: 400 !important;
}
.nav-link h5::after {
  content: "";
  position: absolute;
  display: none;
  top: 25px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #F26E26;
}
.nav-link h5:hover::after{
  display: block;
}
.navbar-collapse .btn {
  border: 2px solid #0272b1;
  border-radius: 0px;
}
.navbar-collapse .btn:hover {
  border: 2px solid #F26E26;
}

.btn.signin {
  background: #0272b1;
  color: white;
}

.form-container{height:200px;line-height:200px;text-align:center} 
.search-form {
	right: 200px;
	top: 200px;
}

 .search-field {
	background-color: transparent;
	background-image: url(https://wp-themes.com/wp-content/themes/twentythirteen/images/search-icon.png);
	background-position: 5px  center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
  background-position-y: 6px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width:0px;
   cursor: pointer;
}

.search-field:focus {
	/* background-color: #000; */
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 500px;
  color:black;
}
.search-form
.search-submit { 
display:none;
}
@media(max-width:767px){
    .navbar {
      height: 80px;
      width: 100%;
      padding: 20px 30px;
      margin-bottom: 50px;
    }
    .navbar .container-fluid {
        width:100%;
    }
    .navbar .navbar-brand {
        width:76%;
    }
    .navbar .navbar-brand .logo {
        width:100%;
    }
    .navbar .navbar-brand .logo img {
        width:100%;
        height:30px;
    }
    .navbar button.navbar-toggler {
        width:20%;
        padding:2% 2%;
    }
    .navbar button span.navbar-toggler-icon {
        height:1em;
        width:1em;
    }
  .navbar-collapse {
    height:auto !important;
    position: relative;
    top: 50px;
    right: -100%;
    z-index: 99;
    background: white;
    animation: slide-out-left 200ms forwards;
  }
  .navbar-collapse.show {
    animation: slide-in-left 200ms forwards;
  }
  .navbar-collapse .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btngrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn {
    margin: 6px 0px;
  }
  .search-field:focus {
    width: 90%;
  }
  .form-container {
    height: auto;
    line-height: 0px;
  }
}
@keyframes slide-in-left{ 
  100%	{ right:0px; }
}
@keyframes slide-out-left{
  100%	{ right:-100%; }
}
.navinfo {
  height: 26vh;
  width: 100%;
  background: #505050;
}
.navinfo .logobook{
  height: 100%;
  width: 75%;
  color: white;
}
.logobook .info {
  text-decoration: none;
  color: white;
  font-weight: 300;
  position: relative;
}
.logobook .info:after {
  content: "";
  position: absolute;
  display: none;
  top: 35px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #ffffff;
}
.logobook .info:hover::after{
  display: block;
}
.logobook .logo {
  width: 110px;
  position: relative;
  top: 0px;
  left: 10px;
}

/* Extra small devices (phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  .logobook .logo {
    width: 60px;
    left: 5px;
  }
}

/* Small devices (phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .logobook .logo {
    width: 70px;
    left: 6px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .logobook .logo {
    width: 80px;
    left: 8px;
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .logobook .logo {
    width: 90px;
    left: 9px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .logobook .logo {
    width: 110px; /* Original size */
    left: 10px;   /* Original positioning */
  }
}

#logobook.hide {
  display: none;
}
.navinfo .bookscores {
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.bookscores .box1, .bookscores .box3{
  height: 40%;
  width: 46%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display:none;
}
.bookscores .box2 {
  height: 40%;
  width: 2px;
  background: white;
  display:none;
}
@media(max-width:767px){
  .header {
    position: static !important;
  }
  .navinfo {
    height: 100% !important;
    background: #505050;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .logobook {
    width: 100% !important;
  }
  .logobook #logobook {
    display: none;
  }
  .logobook #info {
    width: 100%;
    padding: 6px 30px;
    display: block !important;
  }
  .bookscores {
    width: 100% !important;
  }
  .bookscores .box1 {
    width: 60% !important;
  }
  .bookscores .box2 {
    width: 2px !important;
    height: 60px !important;
    background: white;
  }
  .bookscores .box3 {
    width: 27% !important;
  }
}
.navigation {
  height: 90px;
  width: 100%;
  border-bottom: 1px solid black;
}
.navigation nav {
  height: 100%;
}
.nav-item .search-form #hideadv {
  display: none;
}
.nav-item .search-form .border{ 
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.border p {
  margin-top: 10px;
}
.navbar #nav3 {
  display: none;
}
@media(max-width:767px){
  .header .navbar {
    padding: 0px;
  }
  .navbar #nav3 {
    display: flex;
    width: 80%;
    flex-direction: row;
  }
  .navbar #nav2 {
    display: none;
  }
  .logobook .info::after{
      display:none;
  }
  .logobook .info:hover::after{
    display: none !important;
  }
}
/* @media(max-width:767px){
  .navbar .navbar-collapse.collapsing{ 
    height:auto !important;
  }
  .navbar .lateral-left{
    left:-100%; 
    animation: slide-out-left 200ms forwards;
  }
  .navbar .lateral-left.open{ 
    animation: slide-in-left 200ms forwards;
  }
  .navbar .lateral-right{
    right:-100%;
    animation: slide-out-right 200ms forwards;
  }
  .navbar .lateral-right.open{ 
    animation: slide-in-right 200ms forwards;
  }
  .navbar .navbar-collapse{ 
    top:0px; bottom:0px; 
    position:fixed; 
    width:80%; width:calc(100% - 60px); 
    max-width:320px; 
    height:auto !important;
    background:#f8f8f8;
    padding:30px;
    top: 52px;
  }
  .navbar .lateral-left.open,
  .navbar .lateral-right.open{
    display:block !important;
    overflow-y:auto;
  }
}

@keyframes slide-in-left{ 
  0%		{ left:-100%; }
  100%	{ left:0px; }
}
@keyframes slide-out-left{
  0%		{ left:0px; }
  100%	{ left:-100%; }
}
@keyframes slide-in-right{ 
  0%		{ right:-100%; }
  100%	{ right:0px; }
}
@keyframes slide-out-right{
  0%		{ right:0px; }
  100%	{ right:-100%; }
} */