/************************************************************************ Small devices (tablets, 768px and up) */
@media(min-width:768px){
    #page {
        margin-top: 170px;
    }
    #page.emas-hide-nav {
        margin-top: 110px;
    }
    .header .green-line {
        background: #96C84C;
        min-height: 5px;
    }
    .header .blue-nav-header {
        background: #4976be;
        min-height: 67px;
    }
    .header .sub-nav1 {
        position: absolute;
        top: 110px;
    }
    .header .sub-nav1 a {
        color: white!important;
        font-size: 16px;
        text-transform: uppercase;
    }
    .header .sub-nav1.nav.navbar-nav>li>a {
        padding-bottom: 5px;
        margin: 0 -6px;
    }
    .header li.current-menu-item > a {
        border-bottom: 3px solid white;
    }
    .header .search-form {
        margin-top: 30px;
    }
    .header .nav.navbar-nav.navbar-right {
        margin-top: 23px;
    }
    .home-3-content {
        position: relative;
    }
    .home-3-content .btn-primary.view-more {
        position: absolute;
        right: 2px;
        top: 10px;
    }
    .social.col-sm-6.text-right {
        text-align: right;
    }    
    .header .sub-nav2.nav {
        display: none;
        background: #edebeb;
        position: absolute;
        top: 62px;
        width: 411px;
    }
    .header .sub-nav2.nav li a {
        color: #333!important;
        font-size: 14px;
        border-top: 1px solid white;
        padding-right: 100px;
    }
    .header .sub-nav2.nav li a:hover {
        background-color: #4976be;
        color: white!important;
    }
    .header .sub-nav1.nav.navbar-nav > .menu-item:hover > a, .rootselected {
        border-bottom: 3px solid white;
    }
    .header .sub-nav1.nav.navbar-nav > .menu-item {
        padding-bottom: 21px; 
    }
    .header .menu-item.menu-item-has-children:hover ul {
        display: block;
    }
    #breadcrumbs {
        margin-top: 20px;
    }
    .bleft {
        float: left;
    }
    .bright .read-more {
        float: right;
    }
    
}