.navbar-fixed-top {
    background-color: #0000008c;
    border: #0b0b0b;
/*   width:74% !important;
    margin: 0 auto ;
    left:0;
    right:0;
    padding:0; */

}


/* .breadcrumbs {
    padding: 30px 0;
    color: white;
} */

body {
background: #0b0b0b url("https://m4d.pro/backgroundimlek.jpg") center center no-repeat !important;
background-position: top !important;
background-attachment: fixed !important;
}

#footer {
background-color: rgba(0,0,0,0.6) !important;
/*    width:74% !important;
    margin: 0 auto ;
    left:0;
    right:0;
    padding:0; */
}

.footer-bottom .copyright {
    padding-top: 5px;
    text-align: center;
}
.btn {
    border-radius:50px;
    
}


.btn.btn-theme {
 background: rgba(255, 255, 255);
background: -moz-linear-gradient(top, rgba(255,0,0) 0%, rgba(236,36,36) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0)), color-stop(100%, rgba(236,36,36))) !important;
background: -webkit-linear-gradient(top, rgb(255 0 0) 0%, rgb(255 0 0 / 47%) 100%) !important;
background: -o-linear-gradient(top, rgba(255,0,0) 0%, rgba(236,36,36) 100%) !important;
background: -ms-linear-gradient(top, rgba(255,0,0) 0%, rgba(236,36,36) 100%) !important;
background: linear-gradient(to bottom, rgba(0, 47, 81, 1) 0%, rgba(0, 47, 81, 1) 100%) !important
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ad6f', endColorstr='#e3d6aa', GradientType=0 ) !important;
}

.results {
color: #ffffff;

}

.results {
    background: #004b8300;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid #f9f6f6;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.results > h4 > i {
    color: #ed2024 !important;
background: none !important;
-webkit-text-fill-color: #ed2024 !important;
}

h4 {
	color: #dadada !important;

}
.results-detail{
color: #01baf0;

}

.blog-sidebar .nav.menu > li > a > i {
    
    color: #ff0000 !important;
}

.blog-sidebar .nav.menu > li > a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}    

.blog-sidebar .nav.menu > li > a:hover, a:active, a:focus {
    color: #fff;
    background: #4c0f05;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #4c0f05;
}

/*
.blog-sidebar .nav.menu > li > a > i {
    color: #fff !important;
}
*/

.section .container {
    background: #0b0b0bd9 !important;

}

.news-detail {
color: #01baf0;

}

.news-head {
    background: #0b0b0b;
    height: 35px;
}

.news-body {
    background: #0b0b0b;
    
}
    
    
    
    
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}    
