/*==============================================================================
//	Проект "Общински съвет на Русе"
// Home URL : https://obs-ruse.gate.bg/
// Created By : Gate.BG
// Contact Email : support@gate.bg
//==============================================================================
// Описание : Основен CSS
// Последна промяна на файла на : 16.11.2021г. / 12:33ч.
// Последна промяна на файла от : Асен Сотиров
//============================================================================*/
/*=== Basic styles & default colors ===#499dd;================================*/
.dc{color: #a3daf8;}
.dc_bg{background-color: #a3daf8;}
.dc2{color: #005590;}
.dc2_bg{background-color: #005590;}
.clearfix{clear:both;}
/*=== Style : Header =========================================================*/
.header{background-color: #fff;padding: 15px;text-transform: uppercase;}
.logo{width:auto;max-height:130px;}
.date{text-transform: none;text-align: right;font-size: 11px;font-family: monospace;letter-spacing: 2px;}
.divider{background-color: #fff;border-top: 3px solid #005590;border-bottom: 1px solid #005590;height: 20px;}
/*=== Style : Content ========================================================*/
body{background-color: #ddd;font-size: 14px;font-family: 'Roboto Slab', serif;letter-spacing: 1px;}
h6{letter-spacing: 3px;}
.content{border: 1px solid #005590;background-color: #fff;margin-top: 30px;margin-bottom: 30px;}
.post{}
.post h1{font-size: 26px;}
.post h2{font-size: 18px;font-weight:bold;padding: 10px;}
.post .post-meta{font-size: 12px;margin-bottom: 30px;}
.post-image{width:100%;}
.file{margin-top: 5px;margin-bottom: 10px;word-break:break-all;}
.quorum{list-style:none;margin-top:30px;padding-left:10px;}
/*=== Style : Header =========================================================*/
.menu{margin-top: 5px;padding-bottom:5px;text-transform:none;}
.main-menu{}
#MainMenu{border: 1px solid #005590;background-color:#a3daf8;padding:10px;}
.main-menu ul{margin:auto;margin-bottom:5px;}
.main-menu ul li{display:inline-block;margin-right:20px;}
.main-menu .dropdown-menu li{font-size:16px;display:list-item;font-weight:normal;line-height: 32px;}
.dropdown:hover>.dropdown-menu{display: block;}
.dropdown-menu{margin:0px !important;margin-left:15px !important;min-width: 22rem;padding:15px;border-radius:unset;background-color:#a3daf8;color:#000;}
.dropdown-menu li:active, .dropdown-menu li:hover, .dropdown-menu li:focus{font-weight:bold;}
.dropdown-menu li a, .dropdown-menu li a, .dropdown-menu li a{color:#000;}
/*=== Style : Footer =========================================================*/
.footer{background-color: #005590;color: #fff;letter-spacing: 2px;}
.footer a{color:#fff;}
.footer a:not([href]):not([tabindex]){color:#fff;}
.footer a:hover{color:#a3daf8;}
.link-small{list-style:none;padding-left: 10px;}
.divider_foot{background-color: #005590;border-top: 3px solid #fff;border-bottom: 1px solid #fff;height: 20px;margin-top: 10px;margin-bottom: 10px;}
.footer .copyright{text-align: center;color: white;}
@media (max-width: 576px){

	.content{margin: 0px;}
}
@media (max-width: 400px){

}
/*=== END of Style ===========================================================*/
