|
@ -14497,14 +14497,14 @@ a:hover { |
|
|
|
|
|
|
|
|
/* line 21, global.scss */ |
|
|
/* line 21, global.scss */ |
|
|
.box { |
|
|
.box { |
|
|
background: #eceeef; |
|
|
|
|
|
|
|
|
background: #d1efb5; |
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 26, global.scss */ |
|
|
/* line 26, global.scss */ |
|
|
.container { |
|
|
.container { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
max-width: 1280px; |
|
|
|
|
|
|
|
|
max-width: 1366px; |
|
|
padding: 0 20px; |
|
|
padding: 0 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -14585,7 +14585,6 @@ a:hover { |
|
|
/* line 99, global.scss */ |
|
|
/* line 99, global.scss */ |
|
|
#map { |
|
|
#map { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
/* height: 150px; */ |
|
|
|
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
@ -14766,32 +14765,34 @@ header .breadcrumb { |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
/* background-color: $light-grey; */ |
|
|
|
|
|
|
|
|
background-color: #d1efb5; |
|
|
border-radius: 0; |
|
|
border-radius: 0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
left: 0; |
|
|
left: 0; |
|
|
top: 70px; |
|
|
top: 70px; |
|
|
color: #aaa; |
|
|
|
|
|
|
|
|
color: #666; |
|
|
height: 30px; |
|
|
height: 30px; |
|
|
|
|
|
z-index: 1; |
|
|
} |
|
|
} |
|
|
/* line 107, header.scss */ |
|
|
|
|
|
|
|
|
/* line 108, header.scss */ |
|
|
header .breadcrumb .container { |
|
|
header .breadcrumb .container { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
overflow-x: auto; |
|
|
overflow-x: auto; |
|
|
} |
|
|
} |
|
|
/* line 111, header.scss */ |
|
|
|
|
|
|
|
|
/* line 112, header.scss */ |
|
|
header .breadcrumb .container .crumbs { |
|
|
header .breadcrumb .container .crumbs { |
|
|
height: 20px; |
|
|
height: 20px; |
|
|
display: ruby; |
|
|
display: ruby; |
|
|
} |
|
|
} |
|
|
/* line 114, header.scss */ |
|
|
|
|
|
|
|
|
/* line 115, header.scss */ |
|
|
header .breadcrumb .container .crumbs a { |
|
|
header .breadcrumb .container .crumbs a { |
|
|
color: #aaa; |
|
|
|
|
|
|
|
|
color: #4e984a; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
|
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
/* line 118, header.scss */ |
|
|
|
|
|
|
|
|
/* line 120, header.scss */ |
|
|
header .breadcrumb .container .crumbs a:hover { |
|
|
header .breadcrumb .container .crumbs a:hover { |
|
|
color: #666; |
|
|
color: #666; |
|
|
} |
|
|
} |
|
@ -14800,12 +14801,14 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
.dropdown { |
|
|
.dropdown { |
|
|
border-top: 3px solid #71986e; |
|
|
border-top: 3px solid #71986e; |
|
|
border-bottom: 3px solid #71986e; |
|
|
border-bottom: 3px solid #71986e; |
|
|
|
|
|
background: #d1efb5; |
|
|
|
|
|
border-top: 3px solid #4e984a; |
|
|
|
|
|
border-bottom: 3px solid #4e984a; |
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
margin-bottom: 4px; |
|
|
margin-bottom: 4px; |
|
|
background: #eceeef; |
|
|
|
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 11, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 15, navigation.scss */ |
|
|
.dropdown .title { |
|
|
.dropdown .title { |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
@ -14814,10 +14817,11 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
position: relative; |
|
|
position: relative; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
background: #71986e; |
|
|
background: #71986e; |
|
|
|
|
|
background: #4e984a; |
|
|
color: white; |
|
|
color: white; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 22, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 27, navigation.scss */ |
|
|
.dropdown .title:after { |
|
|
.dropdown .title:after { |
|
|
content: '\f105'; |
|
|
content: '\f105'; |
|
|
font-family: 'FontAwesome'; |
|
|
font-family: 'FontAwesome'; |
|
@ -14825,23 +14829,23 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
right: 10px; |
|
|
right: 10px; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 33, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 38, navigation.scss */ |
|
|
.dropdown:hover { |
|
|
.dropdown:hover { |
|
|
border-top: 3px solid #4e984a; |
|
|
border-top: 3px solid #4e984a; |
|
|
border-bottom: 3px solid #4e984a; |
|
|
border-bottom: 3px solid #4e984a; |
|
|
} |
|
|
} |
|
|
/* line 36, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 41, navigation.scss */ |
|
|
.dropdown:hover .title { |
|
|
.dropdown:hover .title { |
|
|
background: #4e984a; |
|
|
background: #4e984a; |
|
|
} |
|
|
} |
|
|
/* line 41, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 46, navigation.scss */ |
|
|
.dropdown .items { |
|
|
.dropdown .items { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
height: 0px; |
|
|
height: 0px; |
|
|
padding: 0 10px; |
|
|
padding: 0 10px; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
} |
|
|
} |
|
|
/* line 47, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 52, navigation.scss */ |
|
|
.dropdown .items li { |
|
|
.dropdown .items li { |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
text-align: left; |
|
|
text-align: left; |
|
@ -14849,40 +14853,60 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
padding: 10px 0; |
|
|
padding: 10px 0; |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
} |
|
|
} |
|
|
/* line 54, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 59, navigation.scss */ |
|
|
.dropdown .items li a { |
|
|
.dropdown .items li a { |
|
|
color: #666; |
|
|
color: #666; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
/* line 59, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 64, navigation.scss */ |
|
|
.dropdown .items li a:hover { |
|
|
.dropdown .items li a:hover { |
|
|
color: #aaa; |
|
|
color: #aaa; |
|
|
} |
|
|
} |
|
|
/* line 63, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 68, navigation.scss */ |
|
|
.dropdown .items li:last-child { |
|
|
.dropdown .items li:last-child { |
|
|
border-bottom: none; |
|
|
border-bottom: none; |
|
|
} |
|
|
} |
|
|
/* line 70, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 75, navigation.scss */ |
|
|
.dropdown.active { |
|
|
.dropdown.active { |
|
|
border-top: 3px solid #4e984a; |
|
|
border-top: 3px solid #4e984a; |
|
|
border-bottom: 3px solid #4e984a; |
|
|
border-bottom: 3px solid #4e984a; |
|
|
} |
|
|
} |
|
|
/* line 74, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 79, navigation.scss */ |
|
|
.dropdown.active .title { |
|
|
.dropdown.active .title { |
|
|
background: #4e984a; |
|
|
background: #4e984a; |
|
|
} |
|
|
} |
|
|
/* line 76, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 81, navigation.scss */ |
|
|
.dropdown.active .title:after { |
|
|
.dropdown.active .title:after { |
|
|
transform: rotate(90deg); |
|
|
transform: rotate(90deg); |
|
|
} |
|
|
} |
|
|
/* line 80, navigation.scss */ |
|
|
|
|
|
|
|
|
/* line 85, navigation.scss */ |
|
|
.dropdown.active .items { |
|
|
.dropdown.active .items { |
|
|
height: auto; |
|
|
height: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 1, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 94, navigation.scss */ |
|
|
|
|
|
.pages { |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 96, navigation.scss */ |
|
|
|
|
|
.pages a { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
background: #d1efb5; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
margin: 4px; |
|
|
|
|
|
color: #4e984a; |
|
|
|
|
|
padding: 4px 8px; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 105, navigation.scss */ |
|
|
|
|
|
.pages a:hover, .pages a.selected { |
|
|
|
|
|
color: white; |
|
|
|
|
|
background: #4e984a; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* line 1, sections/homepage.scss */ |
|
|
.banner, |
|
|
.banner, |
|
|
.spot { |
|
|
.spot { |
|
|
height: 150px; |
|
|
height: 150px; |
|
@ -14890,16 +14914,16 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
position: relative; |
|
|
position: relative; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
} |
|
|
} |
|
|
/* line 9, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 9, sections/homepage.scss */ |
|
|
.banner .content, |
|
|
.banner .content, |
|
|
.spot .content { |
|
|
.spot .content { |
|
|
background: #eceeef; |
|
|
|
|
|
|
|
|
background: #d1efb5; |
|
|
position: relative; |
|
|
position: relative; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
} |
|
|
} |
|
|
/* line 16, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 16, sections/homepage.scss */ |
|
|
.banner .content .title, |
|
|
.banner .content .title, |
|
|
.spot .content .title { |
|
|
.spot .content .title { |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -14914,7 +14938,7 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
text-transform: uppercase; |
|
|
text-transform: uppercase; |
|
|
} |
|
|
} |
|
|
/* line 30, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 30, sections/homepage.scss */ |
|
|
.banner .content img, |
|
|
.banner .content img, |
|
|
.spot .content img { |
|
|
.spot .content img { |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -14926,60 +14950,84 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
object-position: center; |
|
|
object-position: center; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 44, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 44, sections/homepage.scss */ |
|
|
.banner:hover .content img, |
|
|
.banner:hover .content img, |
|
|
.spot:hover .content img { |
|
|
.spot:hover .content img { |
|
|
transform: scale(1.2); |
|
|
transform: scale(1.2); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 53, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 53, sections/homepage.scss */ |
|
|
.banner { |
|
|
.banner { |
|
|
height: 90px; |
|
|
height: 90px; |
|
|
margin-bottom: 4px; |
|
|
margin-bottom: 4px; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 59, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 59, sections/homepage.scss */ |
|
|
.contacts { |
|
|
.contacts { |
|
|
padding: 15px 25px; |
|
|
padding: 15px 25px; |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
} |
|
|
} |
|
|
/* line 62, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 62, sections/homepage.scss */ |
|
|
.contacts .fa { |
|
|
.contacts .fa { |
|
|
color: #4e984a; |
|
|
color: #4e984a; |
|
|
width: 25px; |
|
|
width: 25px; |
|
|
font-size: 1rem; |
|
|
font-size: 1rem; |
|
|
height: 25px; |
|
|
height: 25px; |
|
|
} |
|
|
} |
|
|
/* line 68, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 68, sections/homepage.scss */ |
|
|
.contacts b { |
|
|
.contacts b { |
|
|
color: #4e984a; |
|
|
color: #4e984a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 73, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 2, sections/news.scss */ |
|
|
.last-news { |
|
|
.last-news { |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
} |
|
|
} |
|
|
/* line 75, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 4, sections/news.scss */ |
|
|
.last-news .item { |
|
|
.last-news .item { |
|
|
border-bottom: 1px solid #eceeef; |
|
|
|
|
|
|
|
|
border-bottom: 1px solid #d1efb5; |
|
|
padding: 8px 10px; |
|
|
padding: 8px 10px; |
|
|
} |
|
|
} |
|
|
/* line 78, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 7, sections/news.scss */ |
|
|
.last-news .item .date { |
|
|
.last-news .item .date { |
|
|
color: #aa0000; |
|
|
color: #aa0000; |
|
|
} |
|
|
} |
|
|
/* line 81, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 10, sections/news.scss */ |
|
|
.last-news .item a { |
|
|
.last-news .item a { |
|
|
color: #666; |
|
|
color: #666; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 85, homepage.scss */ |
|
|
|
|
|
|
|
|
/* line 14, sections/news.scss */ |
|
|
.last-news .item a:hover { |
|
|
.last-news .item a:hover { |
|
|
color: black; |
|
|
color: black; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* line 21, sections/news.scss */ |
|
|
|
|
|
.news { |
|
|
|
|
|
font-size: 0.75rem; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 23, sections/news.scss */ |
|
|
|
|
|
.news .item { |
|
|
|
|
|
border-bottom: 1px solid #d1efb5; |
|
|
|
|
|
padding: 8px 10px; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 26, sections/news.scss */ |
|
|
|
|
|
.news .item .date { |
|
|
|
|
|
color: #aa0000; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 29, sections/news.scss */ |
|
|
|
|
|
.news .item a { |
|
|
|
|
|
color: #666; |
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
transition: .4s; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 33, sections/news.scss */ |
|
|
|
|
|
.news .item a:hover { |
|
|
|
|
|
color: black; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) { |
|
|
@media only screen and (min-width: 768px) { |
|
|
/* line 5, mediaqueries/viewports/_768up.scss */ |
|
|
/* line 5, mediaqueries/viewports/_768up.scss */ |
|
|
header { |
|
|
header { |
|
|