#home {
    background-color: #fff;
}
.container{
  position: relative;
}
#codecontainer {
    width: 50%;
    float: left;
    margin: 17px 0px 0px 10%;
}
#codecontainer input[type="text"]{
  text-align: center;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #ccc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 70%;
  height: 40px;
  line-height: 26px;
  padding-top:1px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#codecontainer input[type="submit"] {
    margin: 0px;
    float: right;
    width: 30%;
    padding: 0px;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    line-height: 40px;
}
#infoslidercontainer {
    width: 100%;
    height: auto;
    background: #000;
    margin: 40px 0px 30px 0px;
}
#site-navigation {
    position: absolute;
    width: auto !important;
    right: 16px;
}

.responsive-logo {
    text-align: left;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	opacity: 1;
	background-color: #fff !important;
	box-shadow: none;

	filter: alpha(opacity=100);
}
.navbar-toggle.active {
	background-color: #fff !important;
}
.navbar-toggle.collapsed {
	background-color: #fff !important;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #162e50 !important;
}
#focus span:nth-child(4n+1) .focus-box .red-border-bottom:before {
    background: #34d293 !important;
}
#focus span:nth-child(4n+2) .focus-box .red-border-bottom:before {
    background: #e96656 !important;
}
@media (max-width: 992px){
  #codecontainer {
      width: 100%;
      float: left;
      margin: 2px 0% 20px 0%;
  }
  .navbar-brand {
      float: none !important;
  }
}
@media (max-width: 767px){
  #site-navigation {
    width: 100% !important;
    right: 10px;
    top: 51px;
    background: #fff;
  }
  .menu-align-center #site-navigation > ul {
    text-align: right;
  }
  .navbar-inverse .navbar-nav > li {
    width: auto !important;
    border-bottom: none !important;
  }
  .navbar-inverse .navbar-nav > li a {
    text-align: right;
    margin-right: 29px;
    border-bottom: 1px solid #ededed;
  }
  .navbar-toggle {
    margin-top: 23px !important;
  }
}
