/*
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 : 7/Jan/2016, 17:54:23
    Author     : Pedro Rodrigues
*/

#desktopMenuBoxId{
    display: block;
}
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul{
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 15px;
    width: 90%;
    float: left;
}
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul > li{
    display: inline-block; 
    
}
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul > li > a:link, 
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul > li > a:visited, 
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul > li > a:active{
    margin-top: 3px;
    color: #ccc;
    text-decoration: none;
    padding: 13px;
    display: block;
}
 
.menuBannerBox > .innerContentBox > #desktopMenuBoxId > ul > li > a:hover{
   color: #fff; 
}

.subMenuBox{
    min-width: 150px; 
    min-height: 100px;
    margin-top: 40px;
    float: left;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-box-shadow: 0 6px 15px #b2b2b2;
    box-shadow: 0 6px 15px #b2b2b2;
    -moz-box-shadow: 0 6px 15px #b2b2b2;
    display: none;
    position: absolute;
    
}

.subMenuBox > ul{
    list-style: none; 
    padding: 10px; 
    margin: 0; 
    font-size: 13px; 
}
.subMenuBox > ul > li {
    width: 100%;
}
.subMenuBox > ul > li > a:link,
.subMenuBox > ul > li > a:visited,
.subMenuBox > ul > li > a:active{
    color: #333 !important;
    text-decoration: none;
    padding: 5px;
    display: block;   
}
.subMenuBox > ul > li > a:hover{
    color: #990000 !important;
}


.mMenuTab{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    cursor: pointer;
}

.mMenuGrayGradient{
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #f5f5f5), color-stop(1, #e2e2e2));
    background-image: -o-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -ms-liniear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 30%, #e2e2e2 60%);
    background-image: linear-gradient(to bottom, #f5f5f5 30%, #e2e2e2 60%);
}
.slideUpDownIcon {
    width: 6px;
    height: 0px;
    padding: 5px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
    background: url("../images/icons/sprite-icons.png") -8px -456px repeat-x;
}
.mMenuTab > span {
    line-height: 40px;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 700;    
}
.mSubCatBox{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    border-top: 1px solid #e2e2e2;
    display: none;
}
.mSubCatBox ul{
    width: 100%;
    list-style: none;
    float: left;
    padding: 25px;
    font-size: 13px;
    margin: 0;
    box-sizing: border-box;
}
.mSubCatBox ul li {
    width: 100%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
}


.mSubCatBox ul li a:link,
.mSubCatBox ul li a:visited,
.mSubCatBox ul li a:active,
.mSubCatBox ul li a:hover{
    width: 100%;
    display: block;
    color: #660000 !important;
    box-sizing: border-box;
    text-transform: uppercase;    
}

/*MOBILE OPTIONS MENU*/

.mobileLanguageSelectOuterbox{
    max-width: 95px; 
    height: 40px; 
    float: left;
    cursor: pointer;
    display: none;  
}
/*.mobileTaxisOnlineBox{
    background: url('../images/icons/sprite-theme.png') 60px -268px no-repeat;
    width: 100px;
    height: 40px; 
    float: left;
    cursor: pointer;
}*/
#mobileLanguageSelectId > span{
    line-height: 43px;
    font-size: 14px;
    float: left;
    color: #ccc;
    text-indent: 10px;
}

/*.mobileTaxisOnlineBox > span{
    text-indent: 0px;
    margin-left: 15px;
}*/
.mobileLanguageSelectBox{
    width: 18px;
    height: 12px;
    margin-top: 18px;
    float: left;
    position: relative;
    z-index: 10000;
}
div.mobileLangBox{
    width: 115px;
    height: auto;
    padding: 5px;
    margin-top: 40px;
    border-top: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 6px 15px #b2b2b2;
    box-shadow: 0 6px 15px #b2b2b2;
    -moz-box-shadow: 0 6px 15px #b2b2b2;
    z-index: 10000;
    display: none;
    position: absolute;
    float: left;
    margin-left: 0px;

}
div.mobileLangBox > ul{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style-type:  none;
}   

div.mobileLangBox > ul > li{
    width: 100%;
    height: 30px;
    margin-left: 0px;
    text-indent: 28px;
    line-height: 30px;
}
.mobileLangBox  > ul > li > a:link,
.mobileLangBox  > ul > li > a:visited,
.mobileLangBox  > ul > li > a:active{
    display: block;
    color: #585858 !important;
    text-indent: 35px;
}
.mobileLangBox  > ul > li > a:hover{
    text-decoration: underline;
}
div.mobileLangBox > ul > li:nth-child(1){
    background: url("../images/icons/sprite-icons.png") -3px -226px no-repeat;
}
div.mobileLangBox > ul > li:nth-child(2){
    background: url("../images/icons/sprite-icons.png") -3px -203px no-repeat;  
}
div.mobileLangBox > ul > li:nth-child(3){
    background: url("../images/icons/sprite-icons.png") -3px -180px no-repeat;  
}
div.mobileLangBox > ul > li:nth-child(4){
    background: url("../images/icons/sprite-icons.png") -3px -252px no-repeat;  
}



@media only screen and (max-width: 1023px){
    #desktopMenuBoxId{
        display: none;
    } 
    .mobileLanguageSelectOuterbox{
        display: block;
    }
    .container {
        margin-top: 150px;
    }

}