/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

/*.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 100%;
    margin: 0 auto;
    background-color: #0049a8;
}

.menud{width:100%; }
.menud-mobile {
    display: none;
    padding: 20px;
}

.menud-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menud-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menud > ul {
    margin: 0 auto;
    width: 71%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menud position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menud > ul:before,
.menud > ul:after {
    content: "";
    display: table;enu
}

.menud > ul:after {
    clear: both;
}

.menud > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menud > ul > li a {
    text-decoration: none;
    height:56px;
    line-height: 56px;
    padding: 0 3em;
    display: block;
    font-size: 18px;
    color:#fff;
    font-weight: 600;
}

@media only screen and (max-width: 1440px)
{
    .menud > ul > li a {
    text-decoration: none;
    height:56px;
    line-height: 56px;
    padding: 0 1.6em;
    display: block;
    font-size: 18px;
    color:#fff;
    font-weight: 600;
}
 }

 @media only screen and (max-width: 1360px)
 {
    .menud > ul {
        margin: 0 auto;
        width: 71%;
        list-style: none;
        padding: 0;
        position: relative;
        box-sizing: border-box;
    }
     .menud > ul > li a {
     text-decoration: none;
     height:56px;
     line-height: 56px;
     padding: 0 1.5em;
     display: block;
     font-size: 18px;
     color:#fff;
     font-weight: 600;
 }


  }
 






.menud > ul > li:hover {
    background: #2987D1
}

.menud > ul > li > ul {
    display: none;
    width:100%;
    background-color: #2987D1;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menud > ul > li > ul:before,
.menud > ul > li > ul:after {
    content: "";
    display: table;
}

.menud > ul > li > ul:after {
    clear: both;
}

.menud > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 16.66%;
    background: none;
    float: left;
    
}

.menud > ul > li > ul > li a {
    color: #fff;
    font-size: 16px;
    width: 95%;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0;
    line-height: 30px;
    height: 30px;
}

.menud > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menud > ul > li > ul > li > ul:before,
.menud > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menud > ul > li > ul > li > ul:after {
    clear: both;
}

.menud > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: .8em;
}

.menud > ul > li > ul > li > ul > li a {
    border: 0;
    font-size: 14px;
    font-weight: normal;
}
.menud > ul > li > ul > li > ul > li a:hover{color:#fef972;text-decoration: underline;}

.menud > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
    height:auto;
    padding-bottom: 30px;
}

.menud > ul > li > ul.normal-sub > li {
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.menud > ul > li > ul.normal-sub > li a {
    border: 0;
    line-height: 40px;
    height: 40px;
}

.menud > ul > li > ul.normal-sub > li a:hover{color:#c6ebfd;text-decoration: underline;}

.menu-mobile{display: none;}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menud-container {
        width: 100%;
    }
    .menud-mobile {
        display: block;
    }
    .menud-dropdown-icon:before {
        display: block;
    }
    .menud > ul {
        display: none;
    }
    .menud > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menud > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menud > ul > li > ul {
        position: relative;
    }
    .menud > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menud > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menud > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menud > ul > li > ul > li > ul {
        position: relative;
    }
    .menud > ul > li > ul > li > ul > li {
        float: none;
    }
    .menud .show-on-mobile {
        display: block;
    }
}

 
#app{height:60px;overflow: hidden;width:1300px;margin:0 auto;}
#app li{line-height: 60px;padding:0 10px;height: 60px; font-size: 20px; color:#fff;}
#app li span{float:left;margin-right:10px;margin-left:50px;}
#app li a{color:#fff;}