.nav_wrapper
{
    /*position:relative;*/
    background: rgba(256,256,256, 1);
}

#logo, #logo-home
{
    float: left;
    padding: 0 0.9375rem;
}

.jetmenu
{
    width: auto;
    padding: 0;
    margin: 0!important;
    position: relative;
    float: right !important;
    list-style: none;
    background: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 0 0.9375rem;
}

.jetmenu li
{
    width: auto;
    float: left;
}

.jetmenu li ul li
{
    display: list-item;
    float: left;
}

.jetmenu 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;
    font-weight: 400;
}

.jetmenu > li > a
{
    padding: 0 17px 0;
    font-size: 1rem;
    color: #757D85;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jetmenu > li:last-child > a
{
    padding: 0 0 0 17px;
}

.jetmenu > li:hover > a, .jetmenu > li.active > a
{
    text-decoration: none;
    display: block;
    color: #191C1F;
}

.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    width: 146px;
    background: #333333;
}

.jetmenu ul.dropdown
{
    top: 70px;
}

.jetmenu ul.dropdown li ul.dropdown
{
    left: 146px;
    top: inherit;
}

.jetmenu ul.dropdown li
{
    clear: both;
    width: 100%;
    font-size: 12px;
}

.jetmenu ul.dropdown li a
{
    width: 100%;
    padding: 12px 28px 12px;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: none;
}

.jetmenu ul.dropdown li:hover > a
{
    background: #e0e0e0;
    color: #191C1F;
}

.jetmenu .indicator
{
    position: relative;
    left: 5px;
    top: 2px;
    font-size: 14px;
    float: right;
}

.jetmenu ul li .indicator
{
    font-size: 12px;
    top: 1px;
    left: 10px;
}

.jetmenu > li > .megamenu
{
    position: absolute;
    display: none;
    min-width: 25%;
    top: 84px;
    font-size: 13px;
    color: #000;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jetmenu li > .megamenu ul
{
    margin: 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
    width: 200px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.1);
    border-radius: 0 0 1rem 1rem;
}

.jetmenu li > .megamenu ul li
{
    width: 100%;
    margin-right: 36px;
    text-align: left;
}

.jetmenu li > .megamenu ul li.title
{
    margin: 0 0 8px;
    padding: 0 0 5px;
    border-bottom: solid 1px #666;
}

.jetmenu li > .megamenu h5
{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* megamenu links */
.jetmenu li > .megamenu a
{
    color: #757D85;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    background: #fff;
    padding: 0 1rem;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    line-height: 45px;
    width: 100%;
    display: block;
    letter-spacing: 2px;
}

.jetmenu li > .megamenu a:hover
{
    background-color: #759c90;
    color: #fff;
}

.jetmenu li > .megamenu li:last-child a
{
    padding-bottom: 0.25rem;
}

.jetmenu .megamenu img
{
    width: 100%;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

#portfolio-group
{
    margin: 40px 0px;
}

.jetmenu > li > .megamenu.half-width
{
    width: 50%;
}

.jetmenu > li > .megamenu.full-width
{
    width: 100%;
    left: 0;
}

.jetmenu li > .megamenu form
{
    width: 100%;
}

.overlay
{
    background: url(images/overlay-bg.png) repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.jetmenu li > .megamenu form input[type="text"], .jetmenu li > .megamenu form textarea
{
    padding: 5px;
    color: #999;
    background: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.jetmenu li > .megamenu form input[type="text"]:focus, .jetmenu li > .megamenu form textarea:focus
{
    border-color: #e0e0e0;
}

.jetmenu li > .megamenu form input[type="text"]
{
    width: 100%;
    margin-top: 10px;
}

.jetmenu li > .megamenu form textarea
{
    width: 100%;
    margin-top: 10px;
}

.jetmenu li > .megamenu form input[type="submit"]
{
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.jetmenu li > .megamenu form input[type="submit"]:hover
{
    background: #e0e0e0;
    color: #555;
}

.megamenu .row
{
    width: 100%;
    margin-top: 15px;
}

.megamenu .row:first-child
{
    margin-top: 0;
}

.megamenu .row:before, .megamenu .row:after
{
    display: table;
    content: "";
    line-height: 0;
}

.megamenu .row:after
{
    clear: both;
}

.megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6
{
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.megamenu .row [class*="col"]:first-child
{
    margin-left: 0;
}

.megamenu .row .col1
{
    width: 14.893617021276595%;
}

.megamenu .row .col2
{
    width: 31.914893617021278%;
}

.megamenu .row .col3
{
    width: 48.93617021276595%;
}

.megamenu .row .col4
{
    width: 65.95744680851064%;
}

.megamenu .row .col5
{
    width: 82.97872340425532%;
}

.megamenu .row .col6
{
    width: 100%;
}

.jetmenu > li.right
{
    float: right;
}

.jetmenu > li.right > .megamenu
{
    right: 0;
}

.jetmenu > li.showhide
{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #000;
    background: #fff;
    text-align: center;
}

.jetmenu > li.showhide span.title
{
    margin: 10px 0 0 0;
    font-family: "Courier-Bold", sans-serif;
    float: none;
    font-size: 1.3rem;
}

.jetmenu > li.showhide span.icon
{
    margin: 14px auto;
    float: none;
    display: inline-block;
}

.jetmenu > li.showhide .icon em
{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
}

.post-entry
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

@media (min-width: 980px){
    .jetmenu > li > a
    {
        height: 84px;
    }
}

@media (max-width: 980px)
{

    #logo, #logo-home
    {
        padding: 10px 0;
        width: 100%;
        margin-top: 30px;
    }

    .nav_wrapper
    {
        padding-top: 0;
    }

    #logo-mobile
    {
        display: block;
    }

    #logo-big
    {
        display: none;
    }

    .jetmenu
    {
        border-bottom: 1px solid #ddd;
        height: auto;
        margin: 0;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        padding: 0;
    }

    .jetmenu > li
    {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .jetmenu > li > a
    {
        border: medium none;
        padding: 0px 17px;
    }

    .jetmenu a
    {
        box-sizing: border-box;
        width: 100%;
    }

    .jetmenu > li > a:last-child
    {
        padding: 0 17px;
    }

    .jetmenu > li:hover > a
    {
        background: #f6f6f6 none repeat scroll 0 0;
        border: medium none;
        color: #222;
    }

    .jetmenu > li.active > a
    {
        border: medium none;
    }

    .jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown
    {
        border: medium none;
        box-sizing: border-box;
        left: 0;
        position: static !important;
        width: 100% !important;
    }

    .jetmenu ul.dropdown li
    {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
    }

    .jetmenu ul.dropdown > li > a
    {
        padding-left: 40px !important;
    }

    .jetmenu > li > .megamenu
    {
        background: #f6f6f6 none repeat scroll 0 0;
        border: medium none;
        position: static;
        width: 100% !important;
    }

    .jetmenu li > .megamenu ul
    {
        width: 100%;
        box-shadow: none;
    }

    .jetmenu li > .megamenu ul li
    {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }

    .jetmenu li > .megamenu a
    {
        background: #759c90 none repeat scroll 0 0;
        color: #fff;
        display: block;
        line-height: 35px;
        padding: 10px 0;
        text-align: center;
    }

    .jetmenu li > .megamenu a:hover
    {
        background: #222 none repeat scroll 0 0;
        color: #fff;
    }

    .jetmenu > li > a
    {
        margin-top: 0;
    }

    .megamenu .row [class*="col"]
    {
        box-sizing: border-box;
        display: block;
        float: none;
        margin-left: 0;
        margin-top: 15px;
        width: 100% !important;
    }

    .megamenu .row:first-child [class*="col"]:first-child
    {
        margin-top: 0;
    }

    .megamenu .row
    {
        margin-top: 0;
    }

    .jetmenu > li > ul.dropdown > li > a
    {
        padding-left: 40px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a
    {
        padding-left: 60px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a
    {
        padding-left: 80px !important;
    }
}

.jetmenu > li:nth-child(6) .megamenu .row [class*="col"]
{
    background: #999 none repeat scroll 0 0 !important;
}
