@media only screen and (min-width: 1200px) {
.y4y-main-header #navbar {
    width: 98%;
}
}

@media only screen and (max-width: 1199px) {
.search-login-narrow .row.text-right.text-nowrap {
    text-align: left;
    padding-left: 7px;
  }

.row.text-right.contact-join {
    text-align: left;
    padding-left: 7px;
  }

#y4y-home .pos_button {
    margin-top: -4px;
}

.fa.fa-search.teal_text_color {
    position: relative;
    top: 5px;
}
}

@media only screen and (max-width: 766px) {
.btn.btn-secondary.pos_button {
    height: 33px;
padding-top: 11px;
}

#y4y-home .pos_button {
    margin-top: -15px;
    margin-left: -20px;
}
}

.fa.fa-search.teal_text_color {
    position: relative;
    top: 2px;
}

.home_linksx a {
    color: #dddbdb;
}

span#search {
    color: #1ebcb3;
}

span#search:hover {
    color: #ef9e5a;
    cursor: pointer;
}

.idea-logo{
    width:281px; <br />
    height:12px;
    border:1px solid;
    color:lightgray;
}

ul.nav-tabs{
	border-bottom:none;
}
ul.nav-tabs > li > a{
	padding: 9px 15px
}