header.container {
    position: relative;
}
.header-right {
    margin-right: 30px;
    margin-top: 9px;
}

#new-menu-container {
    background-color: #C3E5EB;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 220px;
    overflow: hidden;
    z-index: 1000;
}

ul#new-menu {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;
    margin: 0;
    height: 100%;
    padding-left: 30px;
    position: relative;
}

ul#new-menu .first {
    margin-top: 0;
}

ul#new-menu li {
    display: block;
    float: left;
    height: 100%;
    padding-top: 20px;
}

.ie8 ul#new-menu li {
	margin-right: 42px;
}

.ie8 ul#new-menu li div.megaMenu {
}

ul#new-menu li a {
    color: #0F3245;
    text-decoration: none;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
}

ul#new-menu li div.megaMenu {
    position: absolute;
    top: 56px;
    height: auto;
    padding: 20px 20px 25px;
    font-weight: normal;
    text-align: left;
    margin-left: 2px;
    background: #C3E5EB;
    border-top: 1px solid #FFF;
    display: block;
    visibility: hidden;
    opacity:0;
    transition:opacity 0.2s linear;
    right: 0;
    left: auto;
}

ul#new-menu li:hover div.megaMenu {
    visibility: visible;
    opacity: 1;
}

ul#new-menu li:hover div.megaMenu ul {
    padding-left: 0;
}

ul#new-menu li div.megaMenu ul li {
    float: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

ul#new-menu li div.megaMenu ul li a {
    color: #0F3245;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0F3245;
    display: block;
    width: 100%;
    font-weight: normal;
}

ul#new-menu li div.megaMenu ul li ul li {
    padding-top: 8px;
    border-bottom: none;
}

ul#new-menu li div.megaMenu ul li ul li a {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: normal;
}
@media screen and (max-width: 360px) {
    .header-left {
        margin-left: -15px;
    }

    .header-right {
        width: 100px !important;
    }

    .header-right .navbar-form {
        margin-left: 0px !important; 
        margin-top: -1px !important;
    }
}
@media screen and (max-width: 460px) {

    .copyright .text{
        width: 100%;
    }    
}