/* MENU
-------------------------------------------------------------------------------*/
ul.nwa_indent_list {
    list-style-type: square;
    padding-left: 32px;
}

navi#horizontal {
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
}

/*Menu construct*/
#navi {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*Menu construct - level 0*/
#navi li a,
#navi li {
    float: left;
}

#navi li {
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 9100;
}

/*Arrow*/
#navi li span.menuChildren {
    display: block;
    width: 8px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 9px;
    background: url(../img/arrow.png) no-repeat top center;
}

#navi li:hover > span.menuChildren {
    background-position: bottom center;
}

/*common styles*/
.navi_simple li a {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 12px;
}

/* Standard naviigation */
.navi_simple li a {
    color: #308A33;
    padding: 5px 12px 5px;
    margin: 10px 5px 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navi_simple li a:hover,
.navi_simple li a.hov {
    color: #FFFFFF;
    background: #308A33;
}

/*Submenu level 1+*/
.navi_simple li ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 150%;
    padding: 5px 0 5px;
    margin: 0 0 0 -1px;
    z-index: 9000;
    background: #FFFFFF;
    border: 1px solid #308A33;
    border-top: 1px solid #308A33;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s;
    /* Safari and Chrome */
    -moz-transition: all .2s;
    /* Firefox 4 */
    -o-transition: all .2s;
    /* Opera */
    transition: all 0.2s;
}

#navi li:hover > ul {
    position: absolute;
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: all .3s;
    /* Safari and Chrome */
    -moz-transition: all .3s;
    /* Firefox 4 */
    -o-transition: all .3s;
    /* Opera */
    transition: all 0.3s;
}

/* show submenu on hover */
.navi_simple li ul li {
    padding: 0 5px;
}

.navi_simple li ul li,
.navi_simple li ul li a {
    color: #308A33;
    float: none;
    min-width: 180px;
    /*submenu item minimal width*/
    border-right: 0;
    text-shadow: none;
    display: block;
    font-weight: 400;
    text-transform: inherit;
    font-size: 12px;
    text-transform: none;
}

/* Submenu item */
.navi_simple ul li a {
    padding: 5px 12px;
    border: 0;
    margin: 0;
    text-shadow: none;
    background: none;
    transition: all 0.2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.navi_simple ul li a:hover,
.navi_simple ul li a.hov {
    text-shadow: none;
    background: #308A33;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#navi li ul li {
    _display: inline;
    /* for IE */
}

/*Sub menu level 3+*/
#navi li ul li ul {
    top: -100%;
    left: 100%;
    margin: -5px 0 0 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #D74142;
}

#navi li ul li:hover > ul {
    left: 100%;
    top: 0;
}

.navi_simple ul li.mn_arr {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    top: -5px;
    left: 20px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.navi_simple ul li.mn_arr em {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 1px;
    margin-top: 1px;
    background: #D74142;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navi_simple li.mn_arr em {
    display: none;
}

.navi_simple ul li.mn_arr em {
    display: block;
}

.navi_simple ul li ul li.mn_arr em {
    display: none;
}

.menu_fixed {
    z-index: 9990;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid transparent;
}

#smallNavi {
    display: none;
    width: 30%;
    float: right;
    padding: 15px 0;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #FFF;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 7050;
    background-image: url(../img/Home-1/responsive-nav-bg.png);
}

@media only screen and (max-width: 800px) {
    #text-logo {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    #navi {
        display: none;
    }
    
    .payment {
        margin-top: 20px;
    }
    
    #smallNavi {
        display: block;
    }
    
    #slider-nav {
        right: 5px;
    }
    
    .newsContent {
        width: 73% !important;
    }
    
    .newsContent:last-child {
        float: left !important;
    }
    
    .testiPartners {
        right: 5px;
    }
    
    #partners .large-8 {
        padding-right: 25px !important;
    }
    
    .mainLnews .newsContent {
        overflow: visible;
    }
    
    .partnerThumbs a {
        width: 172px;
        height: 172px;
    }
    
    .aboutInfo {
        padding-left: 25px;
    }
    
    #slider-navAbout {
        right: 0;
    }
    
    .gallSection a {
        width: 110px;
    }
    
    .employee {
        margin: 0 4px;
        margin-bottom: 20px;
    }
    
    .employee .empSkill {
        margin-top: -50px;
    }
    
    .pTable {
        width: 100% !important;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .smallPortNav {
        display: block !important;
    }
    
    #portfolio-filter li:not(:first-child) {
        display: none;
        float: none;
        border-bottom: 1px solid gray;
        padding: 15px 0;
    }
    
    #portfolio-filter li:not(:first-child) a {
        text-align: center;
    }
    
    .orbitSlider1 {
        display: none;
    }
    
    .orbitSlider2 {
        display: block;
    }
    
    .orbit-container .orbit-prev,
    .orbit.container .orbit-next {
        display: none;
    }
    
    .abNews .Ndate {
        width: 300px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #navi li,
    .logo {
        float: none;
        text-align: center;
    }
    
    #smallNavi {
        width: 100%;
        margin-top: 30px;
    }
    
    #camera_wrap_1 {
        margin-top: 131px;
    }
    
    .serv {
        height: auto;
    }
    
    .orbitSlider2 {
        padding-left: 20px;
    }
    
    .noMarginWrapp {
        margin-top: 110px !important;
    }
    
    .hireButton a {
        padding-left: 0;
    }
    
    #errorDiv h1 {
        font-size: 40px;
    }
    
    #errorDiv p {
        font-size: 20px;
    }
    
    #errorDiv span {
        bottom: auto;
        top: 20px;
        font-size: 60px;
    }
    
    #portfolio-list .columns {
        width: 100% !important;
    }
    
    .singleProject .visitBtn {
        display: block;
        width: 100%;
    }
    
    .mainQuote p {
        padding-right: 0;
    }
    
    .aboutInfo {
        padding-left: 0;
    }
    
    .aboutSec a {
        margin-bottom: 10px;
    }
    
    .homeTitles {
        font-size: 30px;
    }
    
    .testiPartners {
        top: 17px;
    }
    
    .serv a img {
        width: 60px;
    }
    
    #lNews #slider-nav3 {
        top: 18px;
    }
    
    #allNews li {
        width: 330px;
        margin-right: 10px;
    }
    
    .wrapNews img {
        margin-bottom: 10px;
    }
    
    .singleGallery {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 325px) {
    .partnerThumbs:last-child {
        float: left !important;
    }
}
