.navbar-brand {
    padding: 14px 15px;
}
.navbar.navbar-default li:hover {
    /*background: rgba(255, 255, 255, 0.34);*/
    
}

.navbar.navbar-default li:hover a{
    /* text-decoration:underline; */
}
.navbar li.first.highlight {
    background-color: #f0ad4e;
}
.navbar li.first.highlight:hover {
    background-color: #ec971f;
}

.navbar li.first.highlight a{
    color: #251e1e;
}

.navbar li.first.highlight a:hover{
	color: #4a200b;
	background-color: transparent;
}

li.first.wishlist a {
    padding: 14px;
}

li.first.wishlist a i.fa.fa-star.fa-stack-2x {
    color:#f0ad4e;
}
li.first.wishlist a i.fa.fa-star.fa-stack-2x:hover {
    color:#000000;
}
li.first.wishlist a i.fa-stack-1x {
   color: white;
   font-size: 10px;
   font-weight: 700;
}
li.first.wishlist a i.fa-stack-1x:hover {
   color: black;   
}


.top-search {
    /* box-shadow: 0px 11px 26px #c7c7c7; */
    margin-bottom: 30px;
}


.search-result-item {
   /* box-shadow: 0px 10px 10px #aaa; */
   margin-bottom: 10px;
   background: #fff;
   border-radius: 6px;
}
.search-result-item:after1 {
   /* box-shadow: 0px 10px 10px #aaa;*/
   content:" ";
   background: url('img/result-shadow.png');
   height: 35px;
   width: 100%;
   display: block;
   background-size: cover;
}

.static-pos {
    position:static;
}

.relative-pos {
    position:relative;
}

.main {
    background-image: url(img/bg2.jpg);
    background-size: cover;
    /*background-position: 0px -200px;*/
    color: #fff;
    min-height: 700px
}
.footer {
    background: #01485e;
    color: white;
    box-shadow: 0px 16px 47px rgba(0, 0, 0, 0.28) inset;
}
.footer hr {
	/* color:#333; */
	border-top: 1px solid rgba(0, 53, 70, 0.64);
}
.main legend {
    color: #fff;
}
.main .form-control {
    border-radius: 0px ;
    height: 50px;
    border:0px;
    
}
.main .btn-group  button  .description {
    width:90%;
    width:calc(100% - 16px);
    overflow:hidden;
    text-align:left;
}
.main .form-control {
	height:50px;
}
.main .first-control {
    border-radius: 25px 0px 0px 25px;
    /* width:100%; */
    height: 50px;
}
.main .last-control {
    border-radius: 0px 25px 25px 0px ;
    /*height: 50px*/
}
.main a {
    color:#fff;
}
.well a {
    color:#fff;
    font-size: 14px;
}

.main .navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    color:#fff
}

.main .navbar-default .navbar-nav > .active > a, 
.main .navbar-default .navbar-nav > .active > a:hover, 
.main .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    color:yellow;
    background-color: transparent; 
    /* text-decoration: underline;*/
}
.main .navbar-default .navbar-brand {
    color: #fff; 
}
.main .navbar-default .navbar-nav > li > a {
    color: #fff; 
}
.main .navbar-default .navbar-nav > li:hover > a {
    color: #ffce3b;
}


#content {
	min-height: 600px;
}

footer {
	/* border-top: 1px solid #efefef; */
	margin-top: 50px;
	padding-top: 5px;
}

footer .col-lg-4 {
	text-align: right;
}
.footer a {
    color:#fff;
}
.footer a:hover {
    color:#fff;
}

.footer .arrow {
    position: absolute;
    width: 175px;
    height: 81px;
    right: -40px;
    top: 30px;
    background: url(img/arrow.png);
}

img.img-grayscale {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
/*
ul.dropdown-menu li.rubric {
    color:red;
    padding-left:20px;
}

ul.dropdown-menu li.category {
    background:#d2cdcd;

}

ul.dropdown-menu li.category a{
    font-size:1.2em;
}
*/

/* ******************************************* */
.button-whitey-shadow {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -4px;
    left: 0;
    overflow: hidden;
    z-index: -1
}

.button-whitey-shadow:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 4px;
    left: 0;
    box-shadow: 0 1px 2px 0 rgba(24,80,120,.6)
}

.button-whitey-group {
    font-size: 0;
    line-height: 0
}

 .button-whitey {
    position: relative;
    margin: 0;
    border-radius: 0;
    z-index: 10;
    box-shadow: none
}

 .button-whitey:hover {
    box-shadow: none
}

 .button-whitey:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    background-color: #ededed
}

 .button-whitey.active,
 .button-whitey:active {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5)
}

.button-whitey[data-design=green] .active {
    box-shadow: inset 0 1px 3px 0 #097b44
}

 .button-whitey:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.button-whitey:first-child .button-whitey-shadow {
    left: -2px
}

.button-whitey:first-child .button-whitey-shadow:after {
    left: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

 .button-whitey:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.button-whitey:last-child .button-whitey-shadow {
    right: -2px
}

.button-whitey:last-child .button-whitey-shadow:after {
    right: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.button-whitey.active,
.button-whitey:active {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5)
}

.button-whitey[data-design=green] .active {
    box-shadow: inset 0 1px 3px 0 #097b44
}

.button-whitey:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.button-whitey:first-child .button-whitey-shadow {
    left: -2px
}

.button-whitey:first-child .button-whitey-shadow:after {
    left: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.button-whitey:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.button-whitey:last-child .button-whitey-shadow {
    right: -2px
}

.button-whitey:last-child .button-whitey-shadow:after {
    right: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.button-whitey.active,.button-whitey-group .button-whitey:active {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5)
}

.btn-rubric {
    z-index:2;
}
.btn-rubric.active {
    box-shadow: inset 1px 1px 0px rgba(56, 56, 56, 0.17) !important;
}
/* ************************************************************************ */

