|
@ -14427,47 +14427,47 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { |
|
|
|
|
|
|
|
|
/* line 29, fonts.scss */ |
|
|
/* line 29, fonts.scss */ |
|
|
.text-right { |
|
|
.text-right { |
|
|
text-align: right; |
|
|
|
|
|
|
|
|
text-align: right !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 32, fonts.scss */ |
|
|
/* line 32, fonts.scss */ |
|
|
.text-center { |
|
|
.text-center { |
|
|
text-align: center; |
|
|
|
|
|
|
|
|
text-align: center !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 35, fonts.scss */ |
|
|
/* line 35, fonts.scss */ |
|
|
.text-left { |
|
|
.text-left { |
|
|
text-align: left; |
|
|
|
|
|
|
|
|
text-align: left !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 39, fonts.scss */ |
|
|
/* line 39, fonts.scss */ |
|
|
.text-white { |
|
|
.text-white { |
|
|
color: white; |
|
|
|
|
|
|
|
|
color: white !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 42, fonts.scss */ |
|
|
/* line 42, fonts.scss */ |
|
|
.text-black { |
|
|
.text-black { |
|
|
color: black; |
|
|
|
|
|
|
|
|
color: black !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 45, fonts.scss */ |
|
|
/* line 45, fonts.scss */ |
|
|
.text-red { |
|
|
.text-red { |
|
|
color: #bf0f3d; |
|
|
|
|
|
|
|
|
color: #bf0f3d !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 48, fonts.scss */ |
|
|
/* line 48, fonts.scss */ |
|
|
.text-grey { |
|
|
.text-grey { |
|
|
color: #ccc; |
|
|
|
|
|
|
|
|
color: #ccc !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 51, fonts.scss */ |
|
|
/* line 51, fonts.scss */ |
|
|
.text-light-grey { |
|
|
.text-light-grey { |
|
|
color: #f2f2f2; |
|
|
|
|
|
|
|
|
color: #f2f2f2 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 56, fonts.scss */ |
|
|
/* line 56, fonts.scss */ |
|
|
.text-upper { |
|
|
.text-upper { |
|
|
text-transform: uppercase; |
|
|
|
|
|
|
|
|
text-transform: uppercase !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 3, global.scss */ |
|
|
/* line 3, global.scss */ |
|
@ -14727,25 +14727,29 @@ header { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
z-index: 100; |
|
|
z-index: 100; |
|
|
} |
|
|
} |
|
|
/* line 11, header.scss */ |
|
|
|
|
|
|
|
|
/* line 9, header.scss */ |
|
|
|
|
|
header.red { |
|
|
|
|
|
background: #bf0f3d; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 14, header.scss */ |
|
|
header .container .row { |
|
|
header .container .row { |
|
|
height: 50px; |
|
|
height: 50px; |
|
|
} |
|
|
} |
|
|
/* line 14, header.scss */ |
|
|
|
|
|
|
|
|
/* line 17, header.scss */ |
|
|
header .container .row .logo { |
|
|
header .container .row .logo { |
|
|
height: 25px; |
|
|
height: 25px; |
|
|
} |
|
|
} |
|
|
/* line 18, header.scss */ |
|
|
|
|
|
|
|
|
/* line 21, header.scss */ |
|
|
header .container .row .menu { |
|
|
header .container .row .menu { |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
/* line 20, header.scss */ |
|
|
|
|
|
|
|
|
/* line 23, header.scss */ |
|
|
header .container .row .menu ul { |
|
|
header .container .row .menu ul { |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
right: 10px; |
|
|
right: 10px; |
|
|
} |
|
|
} |
|
|
/* line 24, header.scss */ |
|
|
|
|
|
|
|
|
/* line 27, header.scss */ |
|
|
header .container .row .menu ul li { |
|
|
header .container .row .menu ul li { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
color: white; |
|
|
color: white; |
|
@ -14758,15 +14762,15 @@ header .container .row .menu ul li { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
} |
|
|
} |
|
|
/* line 37, header.scss */ |
|
|
|
|
|
|
|
|
/* line 40, header.scss */ |
|
|
header .container .row .menu ul li a .fa { |
|
|
header .container .row .menu ul li a .fa { |
|
|
font-size: 0.875rem; |
|
|
font-size: 0.875rem; |
|
|
} |
|
|
} |
|
|
/* line 42, header.scss */ |
|
|
|
|
|
|
|
|
/* line 45, header.scss */ |
|
|
header .container .row .menu ul li.active, header .container .row .menu ul li:hover { |
|
|
header .container .row .menu ul li.active, header .container .row .menu ul li:hover { |
|
|
border-bottom: 4px solid #bf0f3d; |
|
|
border-bottom: 4px solid #bf0f3d; |
|
|
} |
|
|
} |
|
|
/* line 46, header.scss */ |
|
|
|
|
|
|
|
|
/* line 49, header.scss */ |
|
|
header .container .row .menu ul li.active a:hover, header .container .row .menu ul li:hover a:hover { |
|
|
header .container .row .menu ul li.active a:hover, header .container .row .menu ul li:hover a:hover { |
|
|
color: white; |
|
|
color: white; |
|
|
} |
|
|
} |
|
|