|
|
@ -14368,6 +14368,7 @@ a:hover { |
|
|
|
|
|
|
|
/* line 84, global.scss */ |
|
|
|
.section-title { |
|
|
|
position: relative; |
|
|
|
font-size: 0.75rem; |
|
|
|
color: white; |
|
|
|
background: #4e984a; |
|
|
@ -14379,35 +14380,41 @@ a:hover { |
|
|
|
height: 35px; |
|
|
|
line-height: 35px; |
|
|
|
} |
|
|
|
/* line 97, global.scss */ |
|
|
|
.section-title .right { |
|
|
|
position: absolute; |
|
|
|
right: 10px; |
|
|
|
top: 0; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 99, global.scss */ |
|
|
|
/* line 106, global.scss */ |
|
|
|
.items-list .item { |
|
|
|
padding: 10px; |
|
|
|
transition: .4s; |
|
|
|
font-size: 0.875rem; |
|
|
|
border-bottom: 1px solid #d1efb5; |
|
|
|
} |
|
|
|
/* line 105, global.scss */ |
|
|
|
/* line 112, global.scss */ |
|
|
|
.items-list .item .fa-angle-right { |
|
|
|
padding: 0 5px; |
|
|
|
transition: .4s; |
|
|
|
} |
|
|
|
/* line 111, global.scss */ |
|
|
|
/* line 118, global.scss */ |
|
|
|
.items-list .item a:after { |
|
|
|
content: '\f0c1'; |
|
|
|
font-family: 'FontAwesome'; |
|
|
|
padding: 0 5px; |
|
|
|
} |
|
|
|
/* line 118, global.scss */ |
|
|
|
/* line 125, global.scss */ |
|
|
|
.items-list .item:hover { |
|
|
|
background: #d1efb5; |
|
|
|
} |
|
|
|
/* line 120, global.scss */ |
|
|
|
/* line 127, global.scss */ |
|
|
|
.items-list .item:hover .fa-angle-right { |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 127, global.scss */ |
|
|
|
/* line 134, global.scss */ |
|
|
|
#MainContent { |
|
|
|
position: absolute; |
|
|
|
top: 40px; |
|
|
@ -14418,7 +14425,7 @@ a:hover { |
|
|
|
transform: translateX(-50%); |
|
|
|
} |
|
|
|
|
|
|
|
/* line 137, global.scss */ |
|
|
|
/* line 144, global.scss */ |
|
|
|
#map { |
|
|
|
width: 100%; |
|
|
|
border-radius: 3px; |
|
|
@ -14426,12 +14433,12 @@ a:hover { |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 145, global.scss */ |
|
|
|
/* line 152, global.scss */ |
|
|
|
#menuLeft { |
|
|
|
margin-top: 70px; |
|
|
|
} |
|
|
|
@media only screen and (min-width: 768px) { |
|
|
|
/* line 145, global.scss */ |
|
|
|
/* line 152, global.scss */ |
|
|
|
#menuLeft { |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
@ -14956,7 +14963,13 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
|
.news .item a:hover { |
|
|
|
color: black; |
|
|
|
} |
|
|
|
/* line 41, sections/news.scss */ |
|
|
|
/* line 42, sections/news.scss */ |
|
|
|
.news .append .item a:before { |
|
|
|
content: '\f019'; |
|
|
|
font-family: 'FontAwesome'; |
|
|
|
padding-right: 4px; |
|
|
|
} |
|
|
|
/* line 48, sections/news.scss */ |
|
|
|
.news .append .item .size { |
|
|
|
float: right; |
|
|
|
} |
|
|
|