.row{
    margin: 0;
}

.bara-header{
    margin: 0;
    position: relative;
    background-color: #434343;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
    background-image: url(../images/landing/1.jpg)!important;
    height: 660px;
}

.bara-header .bara-header-top{
    padding-top: 30px;
}

.bara-header .bara-logo{
    float: right;
    text-decoration: none;
    color: white;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 64px;
    background-size: contain;
    padding-left: 55px;
}

.bara-header .bara-logo h1{
    margin: 0;
}
.bara-header .bara-logo p{
    letter-spacing: 4px;
    margin-left: 3px;
    font-weight: 100;
}

.bara-header .bara-logo:hover{
    text-decoration: none;
}

.bara-header ul, .bara-footer ul {
    float: left;
    list-style: none;
    margin-top: 20px;
    padding: 0;
    border-top: 1px solid #408fcd;
}
.bara-footer ul {
    float :right;
    border-top: 1px solid #333;
}

.bara-header ul li, .bara-footer ul li{
    float: left;
    padding-top: 10px;
}
.bara-header ul li:hover, .bara-footer ul li:hover{
    border-top: 3px solid #408fcd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bara-footer ul li:hover{
    border-top: 1px solid #333;
}

.bara-header ul li a, .bara-footer ul li a{
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
}

.bara-footer ul li a{
    font-size: 0.8em;
}

.bara-header .bara-header-center{
    text-align: center;
    padding: 30px 0px;
    top: 200px;
    position: absolute;
    width: 100%;
}

.bara-header-center .bara-search{
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;box-shadow: 0 0 10px #444444;
    height: 38px;
    background: #3e8abe;
    position: relative;
}

.bara-header-center select{
    color: white;
    display: inline; 
    float: left;
    background: #3e8abe;
    width: 100px;
    height: 38px;
    margin: 0px 10px;
    border: 0;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bara-header-center span{
    color: white;
    display: inline;
    float: left;
    position: absolute;
    font-size: 11px;
    top: 14px;
    left: 86px;
}

.bara-header-center input{
    display: inline; 
    float: left;
    width: 380px;
    height: 38px;
    border: 0;
    outline: none !important;
}

.bara-header-center button{
    color: white;
    display: inline; 
    float: left;
    background: #3e8abe;
    width: 50px;
    height: 38px;
    margin: 0px 10px;
    padding: 0;
    border: 0;
    top: 0;
    outline: none !important;
}

.bara-header .bara-header-bottom{
    text-align: center;
    background: rgba(16, 67, 80, 0.7);
    padding: 30px 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.bara-header-bottom a{
    border-radius: 0;
}

.bara-header-bottom a h3{
    margin: 0;
}

main a {
    color: white;
    text-decoration: none;
}

main a:hover{
    color: white;
    text-decoration: none;
}

main a .bara-bg-item{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
}

main a .bara-item{
    width: 100%; height: 178px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 20px;
}

main .bara-item:hover{
    background: rgba(0, 0, 0, 0);
}

main a .underline {
    width: 30%;
    height: 3px;
    margin: auto;
}

.bara-footer{
    background: #434343;
    border-top: 8px solid #333;
}

.bara-footer .bara-logo{
    float: left;
    text-decoration: none;
    color: white;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 40px;
    background-size: contain;
    padding-left: 35px;
    margin-top: 10px;
}

.bara-footer .bara-logo h4{
    margin: 0;
    margin-top: 4px;
}
.bara-footer .bara-logo p{
    margin-left: 1px;
    font-weight: 100;
    font-size: 10px;
}

.bara-footer .bara-logo:hover{
    text-decoration: none;
}

footer .copyright{
    color: white; float: left;font-size: 10px;margin-top: 10px;
}