nav.navbar.navbar-default {
    margin-bottom: 0px !important;
    background-color: #031940;
    border-radius: 0px;
}

a.nav-link {
    background-color: transparent !important;
    color: white !important;;
}

.navbar-collapse.collapse {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.container.body{
    max-width: 1024px;
}

.container.banner{
    width: 100%;
}

.container.menu{
    background-color: #efefef;
    width: 100%;
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.row.home:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 20px;
}

.row.menu{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.row.footer{
    margin-top: 15px;
    max-width: 1024px;
    padding-bottom: 50px;
    color: #ffffff !important;
}

div.logo{
    text-align: right;
}

.logo{
    height: 100%;
    max-height: 80px;
}

.main-menu-h{
    margin-top: 16px;
    text-align: center;
    line-height: 50px;
}

.menu-item {
    border-top: 1px solid #999999;
    padding: 10px;
}

a.menu{
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.menu-item:hover {
    border-top: 2px solid #1d5e70;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 9px;
    background-color: #ffffff;
    cursor: pointer;
}

.view {
    margin-top: 30px;
}

.banner{
    background: url("../img/banner.jpg") center 0px no-repeat rgb(250, 250, 248); 
    height: 240px;
}

.panel.panel-default.simple{
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

h4.home{
    color: #031940;
    font-weight: bold;
    background-color: white;
    float: left;
    border-radius: 0px 0px 10px 0px;
    margin: -1px;
    padding: 10px;
}

h4.contact{
    color: #031940;
    font-weight: bold;
}

p{
    text-align: justify;
    text-justify: inter-word;
    font-size: 12px;
}

.footer{
    background-color: #282828;
    margin: 0px auto 0px auto;
    padding: 0px 0 0 0;
    text-align: center;
    position: static;
    width: 100%;
}

a.link{
    color: #ffffff;
    font-size: 12px !important;
}

a.home {
    font-size: 12px;
}

.langSelected{
    border-bottom: 3px solid #ffffff;
}

.langUnselected{
    border-bottom: 3px solid transparent;
}

div.home{
    margin-bottom: 15px;
    border-radius: 0px 0px 0px 10px;
}

.we-are{
    background: url("../img/we_are.jpg") left 0px no-repeat; 
    background-size: cover;
    height: 100px;
}

.carousel-img{
    margin:auto;
    height: 100px;
}

.action{
    background: url("../img/action.jpg") left 0px no-repeat; 
    background-size: cover;
    height: 100px;
}

.work{
    background: url("../img/work.jpg") left 0px no-repeat; 
    background-size: cover;
    height: 100px;
}

.client{
    background: url("../img/client.jpg") left 0px no-repeat; 
    background-size: cover;
    height: 100px;
}

@media (max-width: 767px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (max-width: 991px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (max-width: 1199px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}