
/* Overlay style button*/

/*normal*/

.full-nav-btn-search {
    margin-right: 5px !important;
    position: relative;
    top: 2%;
    right: 2%;
    height: 27px;
    width: 42px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    float:right;
}

.full-nav-btn-search:hover {
    opacity: .7;
}
.full-nav-btn-search span {  
    height: 2px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    margin: auto !important;
    left: 0px;
    right: 0px;
}

.full-nav-btn-search .loop{
     background: url(/Files/App_002/Images/loop2.png) no-repeat center !important;
     width: 30px !important;
     height: 32px !important;
     background-size: 30px 32px !important;
	}

.full-nav-btn-search .close{
    /*display: none;*/
	}

/*Active*/

.full-nav-btn-search.active .close {
     background: url(/Files/App_002/Images/loop_close.png) no-repeat center !important;
     width: 29px !important;
     height: 26px !important;
     background-size: 26px 29px !important;
}

.full-nav-btn-search.active .loop {
     display: none;
}

/*********/
.full-nav-search nav {
    position: relative;
    text-transform: uppercase;
   top: 30vh;
    left:15%;
}

.full-nav-search ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 980px) {
.full-nav-search nav {
    left:50px;

}
}

@media screen and (max-width: 769px) {
.full-nav-search nav {


}
}



