

body {
    background: url(../img/skin/bgNC.jpg) no-repeat ;
    background-attachment: fixed;
    background-size: cover;
    background-position: 80% 80%;
    color: #777 !important;
    font-size: 15px;
    font-family:'Cambria', Tahoma, Geneva, Verdana, sans-serif ;
    text-transform: none;
    line-height:20px;
    
}
@media only screen  and (max-width : 600px) {
    body {
        background: white;
        background: url(../img/skin/bgNC5.jpg)no-repeat;
        background-position: top left;
        background-attachment: fixed;
    }

    .imageMain {
        margin: 5px 5px 5px 5px;
        
    }
}
.navbar-default {

    background-image: url('../../img/bg_menuNC.jpg') ;
    background: rgba( 0, 0, 0, 0.5);
    background-attachment: fixed; 
    border-color: #989595;
    border-color: #989595;
    border-left: none;
    border-right: none;
    border-radius: initial;
    -moz-border-left: none;
    -moz-border-right: none;
    -webkit-border-left: none;
    -webkit-border-right: none;
    color: #ffffff;
}


@media only screen and (min-width: 800px) {
    .fixmobile {
        display: none;
    }
}

@media only screen and (max-width: 800px) {

    .fixmobile {        
    position: fixed;
    top: 20px;
    right : -15px;
    background: #ffd800;
    padding: 20px;
    
    border-radius: 15px;
    height: 60px;
}

        .fixmobile:hover {
            background: #ff6a00;
            border-radius: 5px;
        }
    
}

