@media (max-width: 768px) {

    .navbar-default {
        background-color: white;
        padding-top: 2px;
        border: 0px solid transparent;
        padding-bottom: 10px;
        background-image: url('/public/site/img/background/01.jpg') !important;
        background-position: center bottom !important;
        background-repeat: repeat-x !important;
        background-size: 100% 37px !important;    
    }
}

.navbar-default .navbar-toggle{
    background: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

.navbar-toggle {   margin-right:  15px; margin-top: 15px; height: 50px; width: 50px; background: transparent; border-radius: 0;z-index: 1 ;border-radius: 50%;}
/*.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background: #0D2231;}*/
.navbar-toggle .icon-bar { width: 28px; background: #fff;transition: .5s ease;}
.navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #16A085;
    border-radius: 0px;
}

#navbar-mobile {
    border: 1px solid transparent;
}
#menu-mobile{
    border : 1px solid transparent;
    padding-bottom: 5px;
    max-width: 100%
}
.normal2 {
    background-color: black;
}
.normal {
    height: 75px; /* this causes drop down to lose color ??? */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 10px;
    background-color: #fff
}

.normal .navbar-right {
    padding-top: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.navbar-brand {
    padding: 0px !important;
}
.navbar-brand img {
    padding: 5px;
    max-height: 75px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.shrink {
    height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.shrink .navbar-right {
    padding-top: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.shrink .navbar-brand img {
    max-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.normal ul{
    background-color: #fff
}



@media  (max-width: 764px) {
    body {
        padding-top: 60px;
    }
    html,
    body {
        overflow-x: hidden;  
    }


}


















.main-nav2 .main-nav-inner2  {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px;
}
.main-nav2 .main-nav-inner2 .main-nav-search2{
    position: absolute;
    right: 0;
    color: #495;
}

#search-modal2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    z-index: 100;
    transition: opacity .5s;
    overflow: hidden;
    opacity: 0;
}
#search-modal2.active2 {
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 100000000;
}
#search-modal2 .search-modal-background2 {
    height: 100%;
    width: 100%;
    background-color: rgba(13, 34, 49, 0.9) ;
    /*opacity: .85;*/
    
}
#search-modal2 .search-close2 {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 2em;
}
#search-modal2 .search-content-area2 {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#search-modal2 .search-content-area2 #modal-search-field2 {
    display: block;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 4px solid #6FB87F;
    width: 80%;
    margin: auto;
    font-size: 25px;
    /*line-height: 1.3em;*/
    color: white;
}
#search-modal2 .search-content-area2 label[for=modal-search-field] {
    display: block;
    width: 80%;
    margin: auto;
    text-align: right;
    color: white;
    margin-top: 10px;
    font-weight: bold;
    font-size: .9em;
    letter-spacing: 1px;
}
#search-modal2 .search-content-area2 .search-suggestions2 {
    width: 50%;
    margin: auto;
    color: #ddd;
}
#search-modal2 .search-content-area2 .search-suggestions2 h4 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 1em 0;
}
#search-modal2 .search-content-area2 .search-suggestions2 .search-tag2 {
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 1px;
    word-spacing: 5px;
    line-height: 1.4em;
    margin: .3em .2em;
    padding: 5px 10px;
    border-radius: 5px;
    background: #39727D;
    box-shadow: 0 2px 3px #31626b;
}
#search-modal2 .search-content-area2 .search-suggestions2 .search-tag2:hover {
    transform: translateY(-2px);
    background: #41828f;
    box-shadow: 0 4px 6px #31626b;
}


.top-box2 {
    width: 40%;
    height: 40px;
    margin: 5em auto;
    background: #ccc;
}

.twin-box2 {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em;
}

.twin2 {
    width: 45%;
    height: 200px;
    background: #ccc;
}

.full-box2 {
    width: 70%;
    height: 200px;
    background: #ccc;
    margin: 0 auto 5em auto;
}
