

/* Start:/local/templates/hmao/components/bitrix/news.list/online_main/style.css?154217364748*/
.headnews img{
	width:100%;
	max-height:250px;
}
/* End */


/* Start:/local/templates/hmao/components/bitrix/news.list/main_news/style.css?1453215032565*/
.aside-events {
    margin-bottom: 30px;
}
.aside-events .newsContent p {
    margin: 0;
    padding: 0 5px 5px;
    font-size: 13px;
}
.aside-events .newsContent .info {
    margin-bottom: 20px;
}
.aside-events .newsContent .date {
    font-size: 12px;
    color: #9d9fa1;
}
.aside-events .more {
    padding-right: 10px;
    float: right;
}
.aside-events .mid-button, .aside-events .small-button {
    margin: 0 auto;
}
/*.aside-events.news-list a:link, .aside-events.announce-list a:visited  {color: #606060}*/
.aside-events.news-list a:hover  {color: #144f78}


/* End */


/* Start:/local/templates/hmao/components/bitrix/news.list/main_announce/style.css?1456377078448*/
.aside-events {
    margin-bottom: 30px;
}
.aside-events .newsContent p {
    margin: 0;
    padding: 0 5px 5px;
    font-size: 13px;
}
.aside-events .newsContent .info {
    margin-bottom: 20px;
}
.aside-events .newsContent .date {
    font-size: 12px;
    color: #9d9fa1;
}
.aside-events .more {
    padding-right: 10px;
}
.aside-events .mid-button {
    margin: 0 auto;
}
.event:link, .event:visited  {color: #606060}
.event:hover  {color: #000}
/* End */


/* Start:/local/templates/hmao/components/bitrix/menu/main_css/style.css?1506410919826*/

.item .title {
	color: #0B963F;
	font-weight: bold;
	text-transform: uppercase;
	font: 18px/22px Tahoma,Arial,Verdana,sans-serif;
	border-bottom: 1px solid #ABABAB;
	padding: 8px 0px 3px!important;
	text-align:center;
}
.main-block{
	display:inline-block;
	width:32.5%;
	vertical-align:top;
}
.main-block li {margin:10px 5px 8px 0;}
.main-block li a {/*color: #144F78;*/font-size: 12pt;line-height:100%;}

.item {margin-left:-5px;}
.item ul.row{
	-moz-column-count: 3; /* Для Firefox */ 
    -webkit-column-count: 3; /* Для Safari и Chrome */ 
    column-count: 3;
	-moz-column-rule: 1px dotted #ccc;  
    -webkit-column-rule: 1px dotted #ccc;  
    column-rule: 1px dotted #ccc; 
	
}
ul.row li{
	margin:3px 5px 5px 0;
	display: inline-block;
	line-height:100%;
	padding-left: 5px; 
}
ul.row li a{
	font-size: 11pt;
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/informers_carusel/style.css?14760754641566*/
#informer {
    margin: 40px auto 25px;
}

#informer .jcarousel-container {
	width: 580px;
    height: 86px;
    margin: auto;
}

#informer .jcarousel-clip {
    overflow: hidden;
    width: 570px;
    height: 88px;
}

#informer .item {padding:8px 3px 3px 8px;}

#informer .jcarousel-item {
    border: 2px solid #ddd;
    border-radius: 5px;
    height: 82px;
    overflow: hidden;
    width: 184px;
	display:block;
}

#informer .jcarousel-item .informer-content{
	margin:-1px;
}

#informer .jcarousel-item .informer{
    padding: 7px;
}

#informer .jcarousel-item-horizontal {
    margin: 0 6px 0 0;
}

#informer .jcarousel-next-horizontal {
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: -30px;
    width: 32px;
    height: 47px;
    background: url('/local/components/bitrix/news.list/templates/informers_carusel/images/next-horizontal.gif') no-repeat;
}

#informer .jcarousel-prev-horizontal {
    cursor: pointer;
    position: absolute;
    top: 27px;
    left: -42px;
    width: 32px;
    height: 47px;
    background: url('/local/components/bitrix/news.list/templates/informers_carusel/images/prev-horizontal.gif') no-repeat;
}

#informer .informer-header {
    color: #008acf;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	text-align:left;
}

#informer .informer-info {
    color: #767e81;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
	text-align:left;
}

#informer .informer-img {
    padding-top: 14px;
    float:right;
	top: 15px;
    position:relative;
    padding-left: 2px
}
#informer .informer-bg{
	display:block;
	height:84px;
	margin:0;
	background-repeat:no-repeat;
	background-size: 182px 84px;
}
/* End */


/* Start:/local/templates/hmao/components/bitrix/search.form/hmao/style.css?1470129767758*/
#search .search, .aside_r .search {
	background: #0388c1;
    background: -ms-linear-gradient(top, #DFDFE1 0%,#fff 40%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFE1', endColorstr='#fff');
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFE1), to(#fff));
    background: -moz-linear-gradient(top,  #DFDFE1 0%,#fff 40%,#fff 100%);
    background: gradient(linear, top,  #DFDFE1 0%,#fff 40%,#fff 100%);
    background: -o-linear-gradient(top,  #DFDFE1 0%,#fff 40%,#fff 100%);
	border: 2px solid #c5c5c5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.search .input {background: none;}
.glyphicon {color:#7e7e7e;}
.glyphicon-search:before {
  content: "\e003";
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/right_banners/style.css?1584696115233*/
#banners ul {
   list-style: none;
}
#banners ul li {
   text-align: center;
   margin-bottom:5px;
}
#banners .item-bg{
   border-radius: 5px;
   max-width: 265px;
   margin: 5px auto 15px;
}

#banners li img {
   max-width: 265px;
}
/* End */


/* Start:/local/templates/hmao/components/bitrix/news.list/aside_projects/style.css?1453469808448*/
.aside-events {
    margin-bottom: 30px;
}
.aside-events .newsContent p {
    margin: 0;
    padding: 0 5px 5px;
}
.aside-events .newsContent .info {
    margin-bottom: 20px;
}
.aside-events .newsContent .date {
    font-size: 12px;
    color: #9d9fa1;
}
.aside-events .more {
    padding-right: 10px;
}
.aside-events .mid-button {
    margin: 0 auto;
}
.event-title{
	font-size: 13px;
}
.event-desc{
	color: #9D9FA1;
	font-size: 11px!important;
}

/* End */


/* Start:/local/components/admhmao/events.calendar/templates/.default/style.css?14756742755187*/
.events-calendar {
    background: #ffffff;
    border: 1px solid #e2e5ea;
    border-radius: 4px;
}
.events-calendar table{
	width:100%;
}
.EventsCalWeekend, .EventsCalToday, .EventsCalDefault, .EventsCalOtherMonth , .EventsCalHeader, .EventsCalMonthNav, .EventsCalDay, .EventsCalNews{
	font-size:.9em;
	color:#000000;
}
.EventsCalToday, .EventsCalDefault, .EventsCalOtherMonth, .EventsCalWeekend, .EventsCalHeader {
	padding:0;
	text-align:center;
}
.EventsCalToday{
	background-color:#fff;
}
.EventsCalToday a {
    padding:5px;
}
.EventsCalDefault{
/*	background-color:#FFFFFF;*/
    background: #EDEDED;
    background: -ms-linear-gradient(top, #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#e6e6e6');
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6D), to(#e6e6e6));
    background: -moz-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: gradient(linear, top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
}

.EventsCalDefault a{
/*	border: 1px solid #d3d3d3;*/
    background: #EDEDED;
    background: -ms-linear-gradient(top, #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#e6e6e6');
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6D), to(#e6e6e6));
    background: -moz-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: gradient(linear, top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
	padding:5px;
	display:block;
}
.EventsCalTable a:link, .EventsCalTable a:visited {color: #356b91;	font-weight:bold;}

.EventsCalDefault:hover a{
    background: -ms-linear-gradient(top, #e4e4e4 0%,#e4e4e4 50%,#dadada 51%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#dadada');
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#dadada));
    background: -moz-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 50%,#dadada 51%,#dadada 100%);
    background: gradient(linear, top,  #e4e4e4 0%,#e4e4e4 50%,#dadada 51%,#dadada 100%);
    background: -o-linear-gradient(top,  #e4e4e4 0%,#e4e4e4 50%,#dadada 51%,#dadada 100%);
}

.EventsCalOtherMonth{
/*	background-color:#F8F9EF;*/
    background: #EDEDED;
    background: -ms-linear-gradient(top, #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#e6e6e6');
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6D), to(#e6e6e6));
    background: -moz-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: gradient(linear, top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);

}
.EventsCalWeekend{
/*	background-color:#F6E5E1;*/
    background: #EDEDED;
    background: -ms-linear-gradient(top, #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#e6e6e6');
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6D), to(#e6e6e6));
    background: -moz-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: gradient(linear, top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ededed 50%,#e6e6e6 51%,#e6e6e6 100%);
}
.EventsCalHeader{
/*	background-color:#EFF1F9;*/
	background: none;
	color:#636466;
	font-weight:bold;
	padding:3px 5px;
	border: 0px!important;
}
.EventsCalTable{
	border-collapse: separate;
	border-spacing:2px!important;
}
.EventsCalTable table{
	width:100%;
}
.EventsCalTable td{
	border-collapse:collapse;
	border:1px solid #d3d3d3;
	padding:0!important;
}
.EventsCalTable td span{padding:5px 3px;display:block}

.EventsCalMonthNav{
	position: relative;
	text-align: center;
}
.EventsCalDay{
	color:#000000;
}
.EventsCalDayOther{
	color:#365D91;
}
.EventsCalNews{
	color:#7488B9;
	font-size:8pt;
}
.EventsCalMonthNav a {
	position: absolute;
    top: 15px;
}
.EventsCalMonthNav .ui-icon {
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
	width: 15px;
    height: 15px;
	text-indent: -99999px;
    background: url(/local/components/admhmao/events.calendar/templates/.default/image/ui-icons.png) no-repeat;
}
.EventsCalMonthNav .ui-icon.prev {
	background-position: -14px 0;
}

.EventsCalMonthNav .NavCenter{
    display: inline-block;
}
.EventsCalMonthNav .NavPrev {
    left: 10px;
}
.EventsCalMonthNav .NavNext {
    right: 25px;
}
.EventsCalMonthNav .NavTitle{
    color: #407ea6;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
#EventsCalYearList {
  display: inline-block;
  float: left;
  margin: 7px 0 0 7px;
}

.calendar-day-curdate {
    background: #CECECE !important;
}
/* End */
/* /local/templates/hmao/components/bitrix/news.list/online_main/style.css?154217364748 */
/* /local/templates/hmao/components/bitrix/news.list/main_news/style.css?1453215032565 */
/* /local/templates/hmao/components/bitrix/news.list/main_announce/style.css?1456377078448 */
/* /local/templates/hmao/components/bitrix/menu/main_css/style.css?1506410919826 */
/* /local/components/bitrix/news.list/templates/informers_carusel/style.css?14760754641566 */
/* /local/templates/hmao/components/bitrix/search.form/hmao/style.css?1470129767758 */
/* /local/components/bitrix/news.list/templates/right_banners/style.css?1584696115233 */
/* /local/templates/hmao/components/bitrix/news.list/aside_projects/style.css?1453469808448 */
/* /local/components/admhmao/events.calendar/templates/.default/style.css?14756742755187 */
