html{
    
}
body {
    background: #f5f5f5 url(http://storage.mmdm.ru/image/test/fon-site.png) repeat;
    /*background-attachment: fixed; */
/*background-position: 50% 0px;
background-repeat: no-repeat no-repeat;*/
}
a {
    color: #9e0f0f;
    text-decoration: none;
}
a:hover, a:focus {
    color: #9e0f0f;
    text-decoration: underline;
}
h2, .h2 {
    font-size: 20px;
}
.header-container {
    color: #fff;
    background: #9e0f0f;;
    /*border-bottom: 2px solid #fff; 
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
margin-top: 4px; */
}
.header-container h2{
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-container{
    padding: 20px;
    background: #fff;
    /*
    -webkit-box-shadow: 0 0 1px 1px #cdcdcd;
    -moz-box-shadow: 0 0 1px 1px #cdcdcd;
    box-shadow: 0 0 1px 1px #cdcdcd;
    */
}
.footer{
    padding-top: 0px;
    background: #8b9595 url("/sites/all/themes/mmdm_theme/images/header.png");
    border-top: 12px solid #9e0f0f;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.footer a {
    color: #fff;
}
.navbar {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar.container {
    max-width: 1170px;
    margin-top: 0;
    border-color: #f5f5f5;
   /* background: #d3d3d3 url('http://storage.mmdm.ru/image/box-bg.png') repeat-x 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    margin-top: 15px; */
}
.view-id-news h2 {
    font-size: 22px;
}
.page-header {
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.block-title {
    font-size: 26px;
}
.views-field-created {
    padding-bottom: 5px;
}
.views-field-view-node {
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn a {
    color: #000;
    text-decoration: none;
}
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #9e0f0f;
}
.bs-callout-danger {
    background-color: #fdf7f7;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #9e0f0f;
border-color: #9e0f0f;
}
.field-type-datetime {
    /*
    padding: 10px 0;
    */
}
.hall {
    margin-top: 0;
}
.region-sidebar-first .menu {
    padding-left: 0;
    margin-bottom: 20px;
}
.region-sidebar-first .menu li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.region-sidebar-first .menu li.active-trail {
    text-decoration: none;
    background-color: #f5f5f5;
}
.region-sidebar-first .menu li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.region-sidebar-first .menu li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}