.vl-nav-ul {
    font-size:0px;
    margin-right:0px;
}
.vl-nav {
    color: #363636;
    text-decoration: none;
    /*margin:10px;*/
    padding:13px;
    float:right;
    text-transform:capitalize;
    font-weight:600;
    font-size:14px;
/*border-bottom:3px solid #f8f8f8;*/
    cursor:pointer;
    line-height:1.8;
    height:51px;
    box-sizing:border-box;
}
.homepage-menu .vl-nav {
    /*
    color:white;
    fill:white;
    text-shadow:1px 1px black;
    */
    
    color:#545454;
    fill:#545454;
}
.vl-nav:hover{
    /*color:#fec54c;
    border-bottom:3px solid #fec54c;
    transition: all 0.3s ease-out;
    cursor:pointer;*/
    background-color:rgb(235,235,235);
    
}
.homepage-menu .vl-nav:hover {
    background-color:transparent;
    color:#fec54c;
    fill:#fec54c;
    transition: all .3s ease-out;
}
.vl-nav-left {
    float:left;
}
.vl-nav-right {
    /*float:right;*/
    position:absolute;
    right:0;
    top:0;
    z-index:50;
    /*margin-right:40px;*/
    /*border-right:1px solid rgb(220,220,220);*/
    /*background-color:rgb(245,245,245);*/
}
.vl-hamburger-menu {
    position:absolute;
    right:0;
    top:0;
    z-index:50;
}

#vl-favorites_container{
    right:15px;
    width:auto;
    /*width:250px;
      right:-205px;*/
    
    position:fixed;
    top:70px;
    
    
    z-index:66666;
    box-sizing:border-box;
}
#vl-fave-star-div {
    float:right;
    /*float:left;*/
    
    width:30px;
    height:30px;
    box-sizing:border-box;
    background-color:rgb(250,240,120);
    background-color:rgb(250,250,150);
    border-radius:50px;
    -moz-box-shadow:    0px 1px 5px 0px rgb(150,150,150);
    -webkit-box-shadow: 0px 1px 5px 0px rgb(150,150,150);
    box-shadow:         0px 1px 5px 0px rgb(150,150,150);
    
}
#vl-fave-star {
    content:url(../../img/iconmonstr-star-4-icon-32.png);
    box-sizing:border-box;
    padding:5px;
    width:30px;
    height:30px;
}
.show_favorites{
    transition:1s;
    right:11px !important;
}
.hide_favorites{
    transition:1s;
    right:-205px !important;
}
.fave_button{
    margin:0 0px 0px 0;
    float:left;
    /*float:right;*/
    display:none;
    
    text-align:center;
    width:110px;
    
    box-sizing:border-box;
    opacity:0;
    padding:0 5px;
    
}

.fave_button div{
    
    color:#08c;
    box-sizing:border-box;
    padding:5px;

    -moz-box-shadow:    0px 1px 5px 0px rgb(150,150,150);
    -webkit-box-shadow: 0px 1px 5px 0px rgb(150,150,150);
    box-shadow:         0px 1px 5px 0px rgb(150,150,150);
    
    background-color:white;

}
.fave_button div:hover{
    /*color:#44ccff;*/
    cursor:pointer;
    background-color:rgb(250,250,220);
    background-color:rgb(250,250,180);
}
.vl-nav-button-right, #cancel-save-favorite, #save-favorite-button{
    float:right;
    margin-left:5px;
}
.vl-message {
    margin:30px 0px;
    text-align:center;
}

#vl-unsave-fave {
    cursor:pointer;
    
}
#vl-save-fave {
    cursor:pointer;
}
#vl-claimed-map-icon {
    display:none;
    cursor:pointer;
}
.vl-save-fave-holder {
    
    padding:14px 10px;
    width:20px;
    height:20px;
}

.vl-claim-link {
    content:url(../../img/iconmonstr-link-icon-32.png);
    width:10%;
    border:1px solid rgb(30,30,30);
    border-radius:5px;
    padding:5px;
    display:inline-block;
    box-sizing:border-box;
    float:left;
}
.vl-claim-link:hover {
    background-color:rgb(255, 127, 14);
    cursor:pointer
 }
.something {
    float:left;
    width:90%;
    padding:10px;
    padding-left:0;
    box-sizing:border-box;
}

.vl-page-title {
    font-size:20px;
    border-bottom:1px solid rgb(200,200,200);
    margin-bottom:15px;
    padding:0 0 5px 0;
}
#vl-content-div {
    border:1px solid rgb(200,200,200);
    box-sizing:border-box;
    padding:20px;
    position:relative;
    top:-1px;
}
#vl-user-profile-div{
    display:none;
}
.vl-close-popup {
    float:right;
    padding:5px;
    border-radius:25px;
    height:30px;
    width:30px;
    box-sizing:border-box;
    content:url(../../img/iconmonstr-x-mark-4-icon-32.png);
    margin: 4px 4px 0 0;
}
.vl-close-popup:hover {
    color:white;
    /*background-color:rgb(240,0,0);*/
    content:url(../../img/iconmonstr-x-mark-3-icon-32.png);
    cursor:pointer;
}
.iconster {
    float:left;
    padding:5px;
    box-sizing:border-box;
    height:30px;
    width:30px;
}

.vl-pro-field-name{
    width:20%;
    display:inline-block;
    font-size:16px;
    margin-bottom:5px;
    box-sizing:border-box;
}
#email-to-will{
    height:200px;
    resize:none;
}
#send-email-div{
    position:relative;
    overflow:hidden;
    float:right;
    box-sizing:border-box;
    top:-5px;
}
#send-email-button{
    float:right;
}

.vl-title-div{
    font-size:24px;
    padding:10px 0px;;
    border-bottom:1px solid rgb(200,200,200);
    margin-bottom:30px;
}
.thankyou {
    text-align:center;
}
#your-claimed-map {
    display:none;
}
#vl-click-claim-page {
    display:none;
    cursor:pointer;
}
.claim-field-input {
    width:80%;
    float:left;
    border-radius:3px;
    border:1px solid rgb(200,200,200);
    padding:5px;
    font-size:16px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.claim-field-input[readonly] {
    background-color:rgb(241,241,241);
    cursor:not-allowed;
}
.claim-field-textarea {
    font-size:16px;
    border-radius:3px;
    border:1px solid rgb(200,200,200);
    padding:5px;
    width:80%;
    height:80px;
    float:left;
    box-sizing:border-box;
    margin-bottom:10px;
    resize:none;
}
.claim-field-title {
    float:left;
    font-size:20px;
    width:20%;
    box-sizing:border-box;
    margin-bottom:10px;
}
#claim-form{
    overflow:hidden;
}
.claim-form-title {
    font-size:32px;
    margin-bottom:15px;
    padding-bottom:5px;
    width:100%;
    border-bottom:1px solid rgb(200,200,200);
}
.confirm-button{
    margin:5px;
    text-align:center;
    float:right;
}
.menu-group{
    /*border-left:1px solid rgb(220,220,220);*/
    float:right;
}
