

/*-------------------------------------------------*/
/* =  MENU CONFIGURATIONS
/*-------------------------------------------------*/
#nav {
    float: right;
    position: relative;
}
.JogMenu{
    width: 100%;
    padding:0;
    margin: 0;
    position: relative;
    list-style: none;
    background: #ffffff;
}
.JogMenu li{
    display: inline-block;
    float: left;
}

.JogMenu a{
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}

.JogMenu > li > a {
    color: #777777;
    display: inline-block;
    font-size: 13.6px;
    font-family: Open sans;
    font-weight:500;
    line-height: 1.273em;
    padding: 31px 20px 30px;
    text-decoration: none;
    text-transform: capitalize;
}

.JogMenu > li:hover > a,
.JogMenu > li.active > a{
    color: #777777;
}


/*-------------------------------------------------*/
/* =  MENU IF HAS DROPDOWN
/*-------------------------------------------------*/
.JogMenu ul.menuDown, 
.JogMenu ul.menuDown li ul.menuDown {
    list-style: none;
    margin: 0;
    border:1px solid #ecf0f1;
    padding: 0;   
    display: none;
    position: absolute;
    z-index: 9000;
    width: 200px;
    background: #ffffff;
}
.JogMenu ul.menuDown{

}
.JogMenu ul.menuDown li ul.menuDown{
    left: 100%;
    top: inherit;
    margin-top: -1px;
}
.JogMenu ul.menuDown li{
    clear:both;
    width:100%;
    border-bottom:1px solid #ecf0f1;
    font-size: 14px;
}
.JogMenu ul.menuDown li:last-child {border-bottom:0px solid #fff;}
.JogMenu ul.menuDown li a{
    width:100%;
    padding: 8px 28px 8px 15px;
    display:inline-block;
    float:left;
    clear:both;
    font-weight:400;
    color: #777777;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

/*-------------------------------------------------*/
/* =  MENU MARKER ICON
/*-------------------------------------------------*/
.JogMenu .marker{
    position: relative;
    left: 5px;
    top: -1px;
    font-size: 11px;
    float: right;
}
.JogMenu ul li .marker{
    top: 0;
    font-size: 11px;
    left: 10px;
}

.JogMenu p {
    line-height: 24px;
    font-size: 13px;
    color: #69747a;
    font-weight:400;
    margin: 0 0 15px;
    padding: 0;
}

    
/*-------------------------------------------------*/
/* =  MEGA MENU 
/*-------------------------------------------------*/
.JogMenu > li > .megamenu{
    position: absolute;
    display: none;
    background: #ffffff;
    min-width: 25%;
    color: #6F6F6F;
    line-height: 22px;
    font-size: 13px;
    z-index: 110;
    padding: 15px 10px;
    border:1px solid #ecf0f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1170px;
    left: -435px;
}


/*-------------------------------------------------*/
/* =  LIST ON MEGA MENU
/*-------------------------------------------------*/
.JogMenu li > .megamenu ul{
    float: left;
    padding: 0;
    display: block;
    position: relative;
}
.JogMenu li > .megamenu ul li.menutitle{
    margin: 0 0 0;
    padding: 0;
    font-size: 14px;
    border-bottom: solid 1px #ecf0f1;
}
.JogMenu li > .megamenu .menutitle{
    margin:0;
}
.JogMenu li > .megamenu h5{
    text-decoration: none;
    text-transform:uppercase;
    display: inline-block;
    width:100%;
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
}

/*-------------------------------------------------*/
/* =  LINK in MEGA MENU
/*-------------------------------------------------*/
.JogMenu li > .megamenu a{
    color: #6F6F6F;
    text-decoration: none;
    -webkit-transition: color 0.3s linear; 
    -moz-transition: color 0.3s linear; 
    -o-transition: color 0.3s linear; 
    transition: color 0.3s linear; 
}
.JogMenu li > .megamenu a:hover{}

/*-------------------------------------------------*/
/* =  MEDIA in MEGA MENU
/*-------------------------------------------------*/
.JogMenu .megamenu img{
    width: auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}



/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.JogMenu > li.right{
    float: right;
}
.JogMenu > li.right > .megamenu{
    right: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.JogMenu > li.btnMenus{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #777777;
    background: #ffffff;
}
.JogMenu > li.btnMenus span.menutitle{
    margin: 15px 0 0 0;
    float: left;
    font-weight: 600;
}
.JogMenu > li.btnMenus span.icon {
    float: right;
    margin: 8px auto 0;
    font-size: 22px;
}
.JogMenu > li.btnMenus .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #777777;
}

/* STYLES
**********************************************************/
/* default */

.default > li:hover > a, .default > li.active > a{background-color: #00accd;color: #fff;}
.default ul.menuDown li:hover > a{color: #00accd }


.submega-link {
    position: relative;
    margin: 0 auto 5px !important;
    padding: 0;
    display: block !important;
    float: none !important;
}
.submega-link > li {
    display: block !important;
    float: none;
    border-bottom: 1px solid #eaeaea;
}
.submega-link > li:last-child {
    border-bottom: none;
}
.submega-link a i{
    font-size: 11px;
    margin-right: 8px;
}
.submega-link a {
    display: block !important;
    line-height: 32px;
    font-weight: 400;
}
.submega-link a:hover{
    color: #00accd !important;
}
.megamenu .widget{
    margin-bottom: 0 !important;
    position: relative;
}