/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/May/2017, 16:06:56
    Author     : Pedro Rodrigues
*/


ul#menuboxId{
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    display: block;
}
ul#menuboxId  > li{
    float: left;
    margin-right: 5px;
}
ul#menuboxId  > li:hover{
    border-bottom: 2px solid #727272;
}

ul#menuboxId > li > a{
    display: block;
    color: #727272 !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 30px 8px 15px 8px;
    text-decoration: none;
}
ul#menuboxId > li > a:hover{
    color: #727272 !important;

}

/*MOBILE MENU LIST*/
ul#mobileMenuboxId{
    width: 100%;
    min-height: 418px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: block;
    margin-top: 15px;
}
ul#mobileMenuboxId > li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
    cursor: pointer;
}
ul#mobileMenuboxId > li:hover{
   background-color: #666;
}

ul#mobileMenuboxId > li > a{
    display: block;
    color: #f2f2f2 !important;
    font-size: 17px;
    font-weight: 100;
    text-align: left;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}
ul#mobileMenuboxId > li > a:hover{
    color: #fff !important;

}

.mobileInnerMenuBox{
    width: 100%;
    height: auto;
    float: left;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    display: block;
}

.mobileInnerMenuBox::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}

.mobileInnerMenuBox::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

.mobileInnerMenuBox::-webkit-scrollbar-corner{
    background: transparent;
}

.mobileInnerMenuBox::-webkit-scrollbar-thumb{
    background-color: rgba(255,255,255,.8);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

.mobileInnerMenuBox::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
.mobileMenuBtnBox{
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 30px;
    background-image: url("../images/icons/sprite.png"); 
    background-repeat: no-repeat;
    background-position: 0px 5px;
    opacity: 0.75;
    cursor: pointer;
    position: relative;
    z-index: 9992;
    display: none;
}
.mobileMenuBtnBox:hover{
    opacity: 1;
}
.mobileMenuCloseIconBox{
    width: 45px;
    height: 45px;
    position: relative;
    right: 15px;
    top: 15px;
    background-image: url(../images/icons/vmenuclose.png);
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    background-position: 50% 50%;
    float: right;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    image-resolution: snap ;
}
.mobileMenuCloseIconBox:hover{
    background-image: url(../images/icons/vmenuclosehouver.png);
}


@media only screen and (max-width: 1499px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1259px){

}

@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 1149px){

}

@media only screen and (max-width: 1099px){
    ul#menuboxId{
        display: none;
    }
    .mobileMenuBtnBox{
        display: block;
    }
}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 859px){


}
@media only screen and (max-width: 667px){


}
@media only screen and (max-width: 510px){

}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
  
}