2727 lines
47 KiB
CSS
2727 lines
47 KiB
CSS
@charset "UTF-8";
|
|
@font-face {
|
|
font-family: 'Ubuntu', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Ubuntu"), local("Ubuntu"), url(../fonts/Ubuntu-Regular.ttf) format("ttf"); }
|
|
@font-face {
|
|
font-family: 'Source Serif Pro', serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Source Serif Pro"), local("Source Serif Pro"), url(../fonts/SourceSerifPro-Regular.otf) format("otf"); }
|
|
/* http://meyerweb.com/eric/tools/css/reset/
|
|
v2.0 | 20110126
|
|
License: none (public domain)
|
|
*/
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline; }
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
display: block; }
|
|
|
|
body {
|
|
line-height: 1; }
|
|
|
|
ol, ul {
|
|
list-style: none; }
|
|
|
|
blockquote, q {
|
|
quotes: none; }
|
|
|
|
blockquote:before, blockquote:after {
|
|
content: '';
|
|
content: none; }
|
|
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none; }
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0; }
|
|
|
|
body {
|
|
width: 100%;
|
|
*zoom: 1; }
|
|
body:before, body:after {
|
|
content: "";
|
|
display: table; }
|
|
body:after {
|
|
clear: both; }
|
|
|
|
/*!
|
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url("../scss/fontawsome/fonts/fontawesome-webfont.eot?v=4.3.0");
|
|
src: url("../scss/fontawsome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../scss/fontawsome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../scss/fontawsome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../scss/fontawsome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../scss/fontawsome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal; }
|
|
.fa {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
transform: translate(0, 0); }
|
|
|
|
/* makes the font 33% larger relative to the icon container */
|
|
.fa-lg {
|
|
font-size: 1.33333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%; }
|
|
|
|
.fa-2x {
|
|
font-size: 2em; }
|
|
|
|
.fa-3x {
|
|
font-size: 3em; }
|
|
|
|
.fa-4x {
|
|
font-size: 4em; }
|
|
|
|
.fa-5x {
|
|
font-size: 5em; }
|
|
|
|
.fa-fw {
|
|
width: 1.28571em;
|
|
text-align: center; }
|
|
|
|
.fa-ul {
|
|
padding-left: 0;
|
|
margin-left: 2.14286em;
|
|
list-style-type: none; }
|
|
.fa-ul > li {
|
|
position: relative; }
|
|
|
|
.fa-li {
|
|
position: absolute;
|
|
left: -2.14286em;
|
|
width: 2.14286em;
|
|
top: 0.14286em;
|
|
text-align: center; }
|
|
.fa-li.fa-lg {
|
|
left: -1.85714em; }
|
|
|
|
.fa-border {
|
|
padding: .2em .25em .15em;
|
|
border: solid 0.08em #eee;
|
|
border-radius: .1em; }
|
|
|
|
.pull-right {
|
|
float: right; }
|
|
|
|
.pull-left {
|
|
float: left; }
|
|
|
|
.fa.pull-left {
|
|
margin-right: .3em; }
|
|
.fa.pull-right {
|
|
margin-left: .3em; }
|
|
|
|
.fa-spin {
|
|
-webkit-animation: fa-spin 2s infinite linear;
|
|
animation: fa-spin 2s infinite linear; }
|
|
|
|
.fa-pulse {
|
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
|
animation: fa-spin 1s infinite steps(8); }
|
|
|
|
@-webkit-keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg); } }
|
|
@keyframes fa-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg); }
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg); } }
|
|
.fa-rotate-90 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg); }
|
|
|
|
.fa-rotate-180 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
-webkit-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg); }
|
|
|
|
.fa-rotate-270 {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
-webkit-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform: rotate(270deg); }
|
|
|
|
.fa-flip-horizontal {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
|
|
-webkit-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
transform: scale(-1, 1); }
|
|
|
|
.fa-flip-vertical {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
-webkit-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
transform: scale(1, -1); }
|
|
|
|
:root .fa-rotate-90,
|
|
:root .fa-rotate-180,
|
|
:root .fa-rotate-270,
|
|
:root .fa-flip-horizontal,
|
|
:root .fa-flip-vertical {
|
|
filter: none; }
|
|
|
|
.fa-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle; }
|
|
|
|
.fa-stack-1x, .fa-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center; }
|
|
|
|
.fa-stack-1x {
|
|
line-height: inherit; }
|
|
|
|
.fa-stack-2x {
|
|
font-size: 2em; }
|
|
|
|
.fa-inverse {
|
|
color: #fff; }
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent icons */
|
|
.fa-glass:before {
|
|
content: ""; }
|
|
|
|
.fa-music:before {
|
|
content: ""; }
|
|
|
|
.fa-search:before {
|
|
content: ""; }
|
|
|
|
.fa-envelope-o:before {
|
|
content: ""; }
|
|
|
|
.fa-heart:before {
|
|
content: ""; }
|
|
|
|
.fa-star:before {
|
|
content: ""; }
|
|
|
|
.fa-star-o:before {
|
|
content: ""; }
|
|
|
|
.fa-user:before {
|
|
content: ""; }
|
|
|
|
.fa-film:before {
|
|
content: ""; }
|
|
|
|
.fa-th-large:before {
|
|
content: ""; }
|
|
|
|
.fa-th:before {
|
|
content: ""; }
|
|
|
|
.fa-th-list:before {
|
|
content: ""; }
|
|
|
|
.fa-check:before {
|
|
content: ""; }
|
|
|
|
.fa-remove:before,
|
|
.fa-close:before,
|
|
.fa-times:before {
|
|
content: ""; }
|
|
|
|
.fa-search-plus:before {
|
|
content: ""; }
|
|
|
|
.fa-search-minus:before {
|
|
content: ""; }
|
|
|
|
.fa-power-off:before {
|
|
content: ""; }
|
|
|
|
.fa-signal:before {
|
|
content: ""; }
|
|
|
|
.fa-gear:before,
|
|
.fa-cog:before {
|
|
content: ""; }
|
|
|
|
.fa-trash-o:before {
|
|
content: ""; }
|
|
|
|
.fa-home:before {
|
|
content: ""; }
|
|
|
|
.fa-file-o:before {
|
|
content: ""; }
|
|
|
|
.fa-clock-o:before {
|
|
content: ""; }
|
|
|
|
.fa-road:before {
|
|
content: ""; }
|
|
|
|
.fa-download:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-o-down:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-o-up:before {
|
|
content: ""; }
|
|
|
|
.fa-inbox:before {
|
|
content: ""; }
|
|
|
|
.fa-play-circle-o:before {
|
|
content: ""; }
|
|
|
|
.fa-rotate-right:before,
|
|
.fa-repeat:before {
|
|
content: ""; }
|
|
|
|
.fa-refresh:before {
|
|
content: ""; }
|
|
|
|
.fa-list-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-lock:before {
|
|
content: ""; }
|
|
|
|
.fa-flag:before {
|
|
content: ""; }
|
|
|
|
.fa-headphones:before {
|
|
content: ""; }
|
|
|
|
.fa-volume-off:before {
|
|
content: ""; }
|
|
|
|
.fa-volume-down:before {
|
|
content: ""; }
|
|
|
|
.fa-volume-up:before {
|
|
content: ""; }
|
|
|
|
.fa-qrcode:before {
|
|
content: ""; }
|
|
|
|
.fa-barcode:before {
|
|
content: ""; }
|
|
|
|
.fa-tag:before {
|
|
content: ""; }
|
|
|
|
.fa-tags:before {
|
|
content: ""; }
|
|
|
|
.fa-book:before {
|
|
content: ""; }
|
|
|
|
.fa-bookmark:before {
|
|
content: ""; }
|
|
|
|
.fa-print:before {
|
|
content: ""; }
|
|
|
|
.fa-camera:before {
|
|
content: ""; }
|
|
|
|
.fa-font:before {
|
|
content: ""; }
|
|
|
|
.fa-bold:before {
|
|
content: ""; }
|
|
|
|
.fa-italic:before {
|
|
content: ""; }
|
|
|
|
.fa-text-height:before {
|
|
content: ""; }
|
|
|
|
.fa-text-width:before {
|
|
content: ""; }
|
|
|
|
.fa-align-left:before {
|
|
content: ""; }
|
|
|
|
.fa-align-center:before {
|
|
content: ""; }
|
|
|
|
.fa-align-right:before {
|
|
content: ""; }
|
|
|
|
.fa-align-justify:before {
|
|
content: ""; }
|
|
|
|
.fa-list:before {
|
|
content: ""; }
|
|
|
|
.fa-dedent:before,
|
|
.fa-outdent:before {
|
|
content: ""; }
|
|
|
|
.fa-indent:before {
|
|
content: ""; }
|
|
|
|
.fa-video-camera:before {
|
|
content: ""; }
|
|
|
|
.fa-photo:before,
|
|
.fa-image:before,
|
|
.fa-picture-o:before {
|
|
content: ""; }
|
|
|
|
.fa-pencil:before {
|
|
content: ""; }
|
|
|
|
.fa-map-marker:before {
|
|
content: ""; }
|
|
|
|
.fa-adjust:before {
|
|
content: ""; }
|
|
|
|
.fa-tint:before {
|
|
content: ""; }
|
|
|
|
.fa-edit:before,
|
|
.fa-pencil-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-share-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-check-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-arrows:before {
|
|
content: ""; }
|
|
|
|
.fa-step-backward:before {
|
|
content: ""; }
|
|
|
|
.fa-fast-backward:before {
|
|
content: ""; }
|
|
|
|
.fa-backward:before {
|
|
content: ""; }
|
|
|
|
.fa-play:before {
|
|
content: ""; }
|
|
|
|
.fa-pause:before {
|
|
content: ""; }
|
|
|
|
.fa-stop:before {
|
|
content: ""; }
|
|
|
|
.fa-forward:before {
|
|
content: ""; }
|
|
|
|
.fa-fast-forward:before {
|
|
content: ""; }
|
|
|
|
.fa-step-forward:before {
|
|
content: ""; }
|
|
|
|
.fa-eject:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-left:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-right:before {
|
|
content: ""; }
|
|
|
|
.fa-plus-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-minus-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-times-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-check-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-question-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-info-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-crosshairs:before {
|
|
content: ""; }
|
|
|
|
.fa-times-circle-o:before {
|
|
content: ""; }
|
|
|
|
.fa-check-circle-o:before {
|
|
content: ""; }
|
|
|
|
.fa-ban:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-left:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-right:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-up:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-down:before {
|
|
content: ""; }
|
|
|
|
.fa-mail-forward:before,
|
|
.fa-share:before {
|
|
content: ""; }
|
|
|
|
.fa-expand:before {
|
|
content: ""; }
|
|
|
|
.fa-compress:before {
|
|
content: ""; }
|
|
|
|
.fa-plus:before {
|
|
content: ""; }
|
|
|
|
.fa-minus:before {
|
|
content: ""; }
|
|
|
|
.fa-asterisk:before {
|
|
content: ""; }
|
|
|
|
.fa-exclamation-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-gift:before {
|
|
content: ""; }
|
|
|
|
.fa-leaf:before {
|
|
content: ""; }
|
|
|
|
.fa-fire:before {
|
|
content: ""; }
|
|
|
|
.fa-eye:before {
|
|
content: ""; }
|
|
|
|
.fa-eye-slash:before {
|
|
content: ""; }
|
|
|
|
.fa-warning:before,
|
|
.fa-exclamation-triangle:before {
|
|
content: ""; }
|
|
|
|
.fa-plane:before {
|
|
content: ""; }
|
|
|
|
.fa-calendar:before {
|
|
content: ""; }
|
|
|
|
.fa-random:before {
|
|
content: ""; }
|
|
|
|
.fa-comment:before {
|
|
content: ""; }
|
|
|
|
.fa-magnet:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-up:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-down:before {
|
|
content: ""; }
|
|
|
|
.fa-retweet:before {
|
|
content: ""; }
|
|
|
|
.fa-shopping-cart:before {
|
|
content: ""; }
|
|
|
|
.fa-folder:before {
|
|
content: ""; }
|
|
|
|
.fa-folder-open:before {
|
|
content: ""; }
|
|
|
|
.fa-arrows-v:before {
|
|
content: ""; }
|
|
|
|
.fa-arrows-h:before {
|
|
content: ""; }
|
|
|
|
.fa-bar-chart-o:before,
|
|
.fa-bar-chart:before {
|
|
content: ""; }
|
|
|
|
.fa-twitter-square:before {
|
|
content: ""; }
|
|
|
|
.fa-facebook-square:before {
|
|
content: ""; }
|
|
|
|
.fa-camera-retro:before {
|
|
content: ""; }
|
|
|
|
.fa-key:before {
|
|
content: ""; }
|
|
|
|
.fa-gears:before,
|
|
.fa-cogs:before {
|
|
content: ""; }
|
|
|
|
.fa-comments:before {
|
|
content: ""; }
|
|
|
|
.fa-thumbs-o-up:before {
|
|
content: ""; }
|
|
|
|
.fa-thumbs-o-down:before {
|
|
content: ""; }
|
|
|
|
.fa-star-half:before {
|
|
content: ""; }
|
|
|
|
.fa-heart-o:before {
|
|
content: ""; }
|
|
|
|
.fa-sign-out:before {
|
|
content: ""; }
|
|
|
|
.fa-linkedin-square:before {
|
|
content: ""; }
|
|
|
|
.fa-thumb-tack:before {
|
|
content: ""; }
|
|
|
|
.fa-external-link:before {
|
|
content: ""; }
|
|
|
|
.fa-sign-in:before {
|
|
content: ""; }
|
|
|
|
.fa-trophy:before {
|
|
content: ""; }
|
|
|
|
.fa-github-square:before {
|
|
content: ""; }
|
|
|
|
.fa-upload:before {
|
|
content: ""; }
|
|
|
|
.fa-lemon-o:before {
|
|
content: ""; }
|
|
|
|
.fa-phone:before {
|
|
content: ""; }
|
|
|
|
.fa-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-bookmark-o:before {
|
|
content: ""; }
|
|
|
|
.fa-phone-square:before {
|
|
content: ""; }
|
|
|
|
.fa-twitter:before {
|
|
content: ""; }
|
|
|
|
.fa-facebook-f:before,
|
|
.fa-facebook:before {
|
|
content: ""; }
|
|
|
|
.fa-github:before {
|
|
content: ""; }
|
|
|
|
.fa-unlock:before {
|
|
content: ""; }
|
|
|
|
.fa-credit-card:before {
|
|
content: ""; }
|
|
|
|
.fa-rss:before {
|
|
content: ""; }
|
|
|
|
.fa-hdd-o:before {
|
|
content: ""; }
|
|
|
|
.fa-bullhorn:before {
|
|
content: ""; }
|
|
|
|
.fa-bell:before {
|
|
content: ""; }
|
|
|
|
.fa-certificate:before {
|
|
content: ""; }
|
|
|
|
.fa-hand-o-right:before {
|
|
content: ""; }
|
|
|
|
.fa-hand-o-left:before {
|
|
content: ""; }
|
|
|
|
.fa-hand-o-up:before {
|
|
content: ""; }
|
|
|
|
.fa-hand-o-down:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-left:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-right:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-up:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-down:before {
|
|
content: ""; }
|
|
|
|
.fa-globe:before {
|
|
content: ""; }
|
|
|
|
.fa-wrench:before {
|
|
content: ""; }
|
|
|
|
.fa-tasks:before {
|
|
content: ""; }
|
|
|
|
.fa-filter:before {
|
|
content: ""; }
|
|
|
|
.fa-briefcase:before {
|
|
content: ""; }
|
|
|
|
.fa-arrows-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-group:before,
|
|
.fa-users:before {
|
|
content: ""; }
|
|
|
|
.fa-chain:before,
|
|
.fa-link:before {
|
|
content: ""; }
|
|
|
|
.fa-cloud:before {
|
|
content: ""; }
|
|
|
|
.fa-flask:before {
|
|
content: ""; }
|
|
|
|
.fa-cut:before,
|
|
.fa-scissors:before {
|
|
content: ""; }
|
|
|
|
.fa-copy:before,
|
|
.fa-files-o:before {
|
|
content: ""; }
|
|
|
|
.fa-paperclip:before {
|
|
content: ""; }
|
|
|
|
.fa-save:before,
|
|
.fa-floppy-o:before {
|
|
content: ""; }
|
|
|
|
.fa-square:before {
|
|
content: ""; }
|
|
|
|
.fa-navicon:before,
|
|
.fa-reorder:before,
|
|
.fa-bars:before {
|
|
content: ""; }
|
|
|
|
.fa-list-ul:before {
|
|
content: ""; }
|
|
|
|
.fa-list-ol:before {
|
|
content: ""; }
|
|
|
|
.fa-strikethrough:before {
|
|
content: ""; }
|
|
|
|
.fa-underline:before {
|
|
content: ""; }
|
|
|
|
.fa-table:before {
|
|
content: ""; }
|
|
|
|
.fa-magic:before {
|
|
content: ""; }
|
|
|
|
.fa-truck:before {
|
|
content: ""; }
|
|
|
|
.fa-pinterest:before {
|
|
content: ""; }
|
|
|
|
.fa-pinterest-square:before {
|
|
content: ""; }
|
|
|
|
.fa-google-plus-square:before {
|
|
content: ""; }
|
|
|
|
.fa-google-plus:before {
|
|
content: ""; }
|
|
|
|
.fa-money:before {
|
|
content: ""; }
|
|
|
|
.fa-caret-down:before {
|
|
content: ""; }
|
|
|
|
.fa-caret-up:before {
|
|
content: ""; }
|
|
|
|
.fa-caret-left:before {
|
|
content: ""; }
|
|
|
|
.fa-caret-right:before {
|
|
content: ""; }
|
|
|
|
.fa-columns:before {
|
|
content: ""; }
|
|
|
|
.fa-unsorted:before,
|
|
.fa-sort:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-down:before,
|
|
.fa-sort-desc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-up:before,
|
|
.fa-sort-asc:before {
|
|
content: ""; }
|
|
|
|
.fa-envelope:before {
|
|
content: ""; }
|
|
|
|
.fa-linkedin:before {
|
|
content: ""; }
|
|
|
|
.fa-rotate-left:before,
|
|
.fa-undo:before {
|
|
content: ""; }
|
|
|
|
.fa-legal:before,
|
|
.fa-gavel:before {
|
|
content: ""; }
|
|
|
|
.fa-dashboard:before,
|
|
.fa-tachometer:before {
|
|
content: ""; }
|
|
|
|
.fa-comment-o:before {
|
|
content: ""; }
|
|
|
|
.fa-comments-o:before {
|
|
content: ""; }
|
|
|
|
.fa-flash:before,
|
|
.fa-bolt:before {
|
|
content: ""; }
|
|
|
|
.fa-sitemap:before {
|
|
content: ""; }
|
|
|
|
.fa-umbrella:before {
|
|
content: ""; }
|
|
|
|
.fa-paste:before,
|
|
.fa-clipboard:before {
|
|
content: ""; }
|
|
|
|
.fa-lightbulb-o:before {
|
|
content: ""; }
|
|
|
|
.fa-exchange:before {
|
|
content: ""; }
|
|
|
|
.fa-cloud-download:before {
|
|
content: ""; }
|
|
|
|
.fa-cloud-upload:before {
|
|
content: ""; }
|
|
|
|
.fa-user-md:before {
|
|
content: ""; }
|
|
|
|
.fa-stethoscope:before {
|
|
content: ""; }
|
|
|
|
.fa-suitcase:before {
|
|
content: ""; }
|
|
|
|
.fa-bell-o:before {
|
|
content: ""; }
|
|
|
|
.fa-coffee:before {
|
|
content: ""; }
|
|
|
|
.fa-cutlery:before {
|
|
content: ""; }
|
|
|
|
.fa-file-text-o:before {
|
|
content: ""; }
|
|
|
|
.fa-building-o:before {
|
|
content: ""; }
|
|
|
|
.fa-hospital-o:before {
|
|
content: ""; }
|
|
|
|
.fa-ambulance:before {
|
|
content: ""; }
|
|
|
|
.fa-medkit:before {
|
|
content: ""; }
|
|
|
|
.fa-fighter-jet:before {
|
|
content: ""; }
|
|
|
|
.fa-beer:before {
|
|
content: ""; }
|
|
|
|
.fa-h-square:before {
|
|
content: ""; }
|
|
|
|
.fa-plus-square:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-double-left:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-double-right:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-double-up:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-double-down:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-left:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-right:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-up:before {
|
|
content: ""; }
|
|
|
|
.fa-angle-down:before {
|
|
content: ""; }
|
|
|
|
.fa-desktop:before {
|
|
content: ""; }
|
|
|
|
.fa-laptop:before {
|
|
content: ""; }
|
|
|
|
.fa-tablet:before {
|
|
content: ""; }
|
|
|
|
.fa-mobile-phone:before,
|
|
.fa-mobile:before {
|
|
content: ""; }
|
|
|
|
.fa-circle-o:before {
|
|
content: ""; }
|
|
|
|
.fa-quote-left:before {
|
|
content: ""; }
|
|
|
|
.fa-quote-right:before {
|
|
content: ""; }
|
|
|
|
.fa-spinner:before {
|
|
content: ""; }
|
|
|
|
.fa-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-mail-reply:before,
|
|
.fa-reply:before {
|
|
content: ""; }
|
|
|
|
.fa-github-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-folder-o:before {
|
|
content: ""; }
|
|
|
|
.fa-folder-open-o:before {
|
|
content: ""; }
|
|
|
|
.fa-smile-o:before {
|
|
content: ""; }
|
|
|
|
.fa-frown-o:before {
|
|
content: ""; }
|
|
|
|
.fa-meh-o:before {
|
|
content: ""; }
|
|
|
|
.fa-gamepad:before {
|
|
content: ""; }
|
|
|
|
.fa-keyboard-o:before {
|
|
content: ""; }
|
|
|
|
.fa-flag-o:before {
|
|
content: ""; }
|
|
|
|
.fa-flag-checkered:before {
|
|
content: ""; }
|
|
|
|
.fa-terminal:before {
|
|
content: ""; }
|
|
|
|
.fa-code:before {
|
|
content: ""; }
|
|
|
|
.fa-mail-reply-all:before,
|
|
.fa-reply-all:before {
|
|
content: ""; }
|
|
|
|
.fa-star-half-empty:before,
|
|
.fa-star-half-full:before,
|
|
.fa-star-half-o:before {
|
|
content: ""; }
|
|
|
|
.fa-location-arrow:before {
|
|
content: ""; }
|
|
|
|
.fa-crop:before {
|
|
content: ""; }
|
|
|
|
.fa-code-fork:before {
|
|
content: ""; }
|
|
|
|
.fa-unlink:before,
|
|
.fa-chain-broken:before {
|
|
content: ""; }
|
|
|
|
.fa-question:before {
|
|
content: ""; }
|
|
|
|
.fa-info:before {
|
|
content: ""; }
|
|
|
|
.fa-exclamation:before {
|
|
content: ""; }
|
|
|
|
.fa-superscript:before {
|
|
content: ""; }
|
|
|
|
.fa-subscript:before {
|
|
content: ""; }
|
|
|
|
.fa-eraser:before {
|
|
content: ""; }
|
|
|
|
.fa-puzzle-piece:before {
|
|
content: ""; }
|
|
|
|
.fa-microphone:before {
|
|
content: ""; }
|
|
|
|
.fa-microphone-slash:before {
|
|
content: ""; }
|
|
|
|
.fa-shield:before {
|
|
content: ""; }
|
|
|
|
.fa-calendar-o:before {
|
|
content: ""; }
|
|
|
|
.fa-fire-extinguisher:before {
|
|
content: ""; }
|
|
|
|
.fa-rocket:before {
|
|
content: ""; }
|
|
|
|
.fa-maxcdn:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-circle-left:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-circle-right:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-circle-up:before {
|
|
content: ""; }
|
|
|
|
.fa-chevron-circle-down:before {
|
|
content: ""; }
|
|
|
|
.fa-html5:before {
|
|
content: ""; }
|
|
|
|
.fa-css3:before {
|
|
content: ""; }
|
|
|
|
.fa-anchor:before {
|
|
content: ""; }
|
|
|
|
.fa-unlock-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-bullseye:before {
|
|
content: ""; }
|
|
|
|
.fa-ellipsis-h:before {
|
|
content: ""; }
|
|
|
|
.fa-ellipsis-v:before {
|
|
content: ""; }
|
|
|
|
.fa-rss-square:before {
|
|
content: ""; }
|
|
|
|
.fa-play-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-ticket:before {
|
|
content: ""; }
|
|
|
|
.fa-minus-square:before {
|
|
content: ""; }
|
|
|
|
.fa-minus-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-level-up:before {
|
|
content: ""; }
|
|
|
|
.fa-level-down:before {
|
|
content: ""; }
|
|
|
|
.fa-check-square:before {
|
|
content: ""; }
|
|
|
|
.fa-pencil-square:before {
|
|
content: ""; }
|
|
|
|
.fa-external-link-square:before {
|
|
content: ""; }
|
|
|
|
.fa-share-square:before {
|
|
content: ""; }
|
|
|
|
.fa-compass:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-down:before,
|
|
.fa-caret-square-o-down:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-up:before,
|
|
.fa-caret-square-o-up:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-right:before,
|
|
.fa-caret-square-o-right:before {
|
|
content: ""; }
|
|
|
|
.fa-euro:before,
|
|
.fa-eur:before {
|
|
content: ""; }
|
|
|
|
.fa-gbp:before {
|
|
content: ""; }
|
|
|
|
.fa-dollar:before,
|
|
.fa-usd:before {
|
|
content: ""; }
|
|
|
|
.fa-rupee:before,
|
|
.fa-inr:before {
|
|
content: ""; }
|
|
|
|
.fa-cny:before,
|
|
.fa-rmb:before,
|
|
.fa-yen:before,
|
|
.fa-jpy:before {
|
|
content: ""; }
|
|
|
|
.fa-ruble:before,
|
|
.fa-rouble:before,
|
|
.fa-rub:before {
|
|
content: ""; }
|
|
|
|
.fa-won:before,
|
|
.fa-krw:before {
|
|
content: ""; }
|
|
|
|
.fa-bitcoin:before,
|
|
.fa-btc:before {
|
|
content: ""; }
|
|
|
|
.fa-file:before {
|
|
content: ""; }
|
|
|
|
.fa-file-text:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-alpha-asc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-alpha-desc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-amount-asc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-amount-desc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-numeric-asc:before {
|
|
content: ""; }
|
|
|
|
.fa-sort-numeric-desc:before {
|
|
content: ""; }
|
|
|
|
.fa-thumbs-up:before {
|
|
content: ""; }
|
|
|
|
.fa-thumbs-down:before {
|
|
content: ""; }
|
|
|
|
.fa-youtube-square:before {
|
|
content: ""; }
|
|
|
|
.fa-youtube:before {
|
|
content: ""; }
|
|
|
|
.fa-xing:before {
|
|
content: ""; }
|
|
|
|
.fa-xing-square:before {
|
|
content: ""; }
|
|
|
|
.fa-youtube-play:before {
|
|
content: ""; }
|
|
|
|
.fa-dropbox:before {
|
|
content: ""; }
|
|
|
|
.fa-stack-overflow:before {
|
|
content: ""; }
|
|
|
|
.fa-instagram:before {
|
|
content: ""; }
|
|
|
|
.fa-flickr:before {
|
|
content: ""; }
|
|
|
|
.fa-adn:before {
|
|
content: ""; }
|
|
|
|
.fa-bitbucket:before {
|
|
content: ""; }
|
|
|
|
.fa-bitbucket-square:before {
|
|
content: ""; }
|
|
|
|
.fa-tumblr:before {
|
|
content: ""; }
|
|
|
|
.fa-tumblr-square:before {
|
|
content: ""; }
|
|
|
|
.fa-long-arrow-down:before {
|
|
content: ""; }
|
|
|
|
.fa-long-arrow-up:before {
|
|
content: ""; }
|
|
|
|
.fa-long-arrow-left:before {
|
|
content: ""; }
|
|
|
|
.fa-long-arrow-right:before {
|
|
content: ""; }
|
|
|
|
.fa-apple:before {
|
|
content: ""; }
|
|
|
|
.fa-windows:before {
|
|
content: ""; }
|
|
|
|
.fa-android:before {
|
|
content: ""; }
|
|
|
|
.fa-linux:before {
|
|
content: ""; }
|
|
|
|
.fa-dribbble:before {
|
|
content: ""; }
|
|
|
|
.fa-skype:before {
|
|
content: ""; }
|
|
|
|
.fa-foursquare:before {
|
|
content: ""; }
|
|
|
|
.fa-trello:before {
|
|
content: ""; }
|
|
|
|
.fa-female:before {
|
|
content: ""; }
|
|
|
|
.fa-male:before {
|
|
content: ""; }
|
|
|
|
.fa-gittip:before,
|
|
.fa-gratipay:before {
|
|
content: ""; }
|
|
|
|
.fa-sun-o:before {
|
|
content: ""; }
|
|
|
|
.fa-moon-o:before {
|
|
content: ""; }
|
|
|
|
.fa-archive:before {
|
|
content: ""; }
|
|
|
|
.fa-bug:before {
|
|
content: ""; }
|
|
|
|
.fa-vk:before {
|
|
content: ""; }
|
|
|
|
.fa-weibo:before {
|
|
content: ""; }
|
|
|
|
.fa-renren:before {
|
|
content: ""; }
|
|
|
|
.fa-pagelines:before {
|
|
content: ""; }
|
|
|
|
.fa-stack-exchange:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-o-right:before {
|
|
content: ""; }
|
|
|
|
.fa-arrow-circle-o-left:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-left:before,
|
|
.fa-caret-square-o-left:before {
|
|
content: ""; }
|
|
|
|
.fa-dot-circle-o:before {
|
|
content: ""; }
|
|
|
|
.fa-wheelchair:before {
|
|
content: ""; }
|
|
|
|
.fa-vimeo-square:before {
|
|
content: ""; }
|
|
|
|
.fa-turkish-lira:before,
|
|
.fa-try:before {
|
|
content: ""; }
|
|
|
|
.fa-plus-square-o:before {
|
|
content: ""; }
|
|
|
|
.fa-space-shuttle:before {
|
|
content: ""; }
|
|
|
|
.fa-slack:before {
|
|
content: ""; }
|
|
|
|
.fa-envelope-square:before {
|
|
content: ""; }
|
|
|
|
.fa-wordpress:before {
|
|
content: ""; }
|
|
|
|
.fa-openid:before {
|
|
content: ""; }
|
|
|
|
.fa-institution:before,
|
|
.fa-bank:before,
|
|
.fa-university:before {
|
|
content: ""; }
|
|
|
|
.fa-mortar-board:before,
|
|
.fa-graduation-cap:before {
|
|
content: ""; }
|
|
|
|
.fa-yahoo:before {
|
|
content: ""; }
|
|
|
|
.fa-google:before {
|
|
content: ""; }
|
|
|
|
.fa-reddit:before {
|
|
content: ""; }
|
|
|
|
.fa-reddit-square:before {
|
|
content: ""; }
|
|
|
|
.fa-stumbleupon-circle:before {
|
|
content: ""; }
|
|
|
|
.fa-stumbleupon:before {
|
|
content: ""; }
|
|
|
|
.fa-delicious:before {
|
|
content: ""; }
|
|
|
|
.fa-digg:before {
|
|
content: ""; }
|
|
|
|
.fa-pied-piper:before {
|
|
content: ""; }
|
|
|
|
.fa-pied-piper-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-drupal:before {
|
|
content: ""; }
|
|
|
|
.fa-joomla:before {
|
|
content: ""; }
|
|
|
|
.fa-language:before {
|
|
content: ""; }
|
|
|
|
.fa-fax:before {
|
|
content: ""; }
|
|
|
|
.fa-building:before {
|
|
content: ""; }
|
|
|
|
.fa-child:before {
|
|
content: ""; }
|
|
|
|
.fa-paw:before {
|
|
content: ""; }
|
|
|
|
.fa-spoon:before {
|
|
content: ""; }
|
|
|
|
.fa-cube:before {
|
|
content: ""; }
|
|
|
|
.fa-cubes:before {
|
|
content: ""; }
|
|
|
|
.fa-behance:before {
|
|
content: ""; }
|
|
|
|
.fa-behance-square:before {
|
|
content: ""; }
|
|
|
|
.fa-steam:before {
|
|
content: ""; }
|
|
|
|
.fa-steam-square:before {
|
|
content: ""; }
|
|
|
|
.fa-recycle:before {
|
|
content: ""; }
|
|
|
|
.fa-automobile:before,
|
|
.fa-car:before {
|
|
content: ""; }
|
|
|
|
.fa-cab:before,
|
|
.fa-taxi:before {
|
|
content: ""; }
|
|
|
|
.fa-tree:before {
|
|
content: ""; }
|
|
|
|
.fa-spotify:before {
|
|
content: ""; }
|
|
|
|
.fa-deviantart:before {
|
|
content: ""; }
|
|
|
|
.fa-soundcloud:before {
|
|
content: ""; }
|
|
|
|
.fa-database:before {
|
|
content: ""; }
|
|
|
|
.fa-file-pdf-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-word-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-excel-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-powerpoint-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-photo-o:before,
|
|
.fa-file-picture-o:before,
|
|
.fa-file-image-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-zip-o:before,
|
|
.fa-file-archive-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-sound-o:before,
|
|
.fa-file-audio-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-movie-o:before,
|
|
.fa-file-video-o:before {
|
|
content: ""; }
|
|
|
|
.fa-file-code-o:before {
|
|
content: ""; }
|
|
|
|
.fa-vine:before {
|
|
content: ""; }
|
|
|
|
.fa-codepen:before {
|
|
content: ""; }
|
|
|
|
.fa-jsfiddle:before {
|
|
content: ""; }
|
|
|
|
.fa-life-bouy:before,
|
|
.fa-life-buoy:before,
|
|
.fa-life-saver:before,
|
|
.fa-support:before,
|
|
.fa-life-ring:before {
|
|
content: ""; }
|
|
|
|
.fa-circle-o-notch:before {
|
|
content: ""; }
|
|
|
|
.fa-ra:before,
|
|
.fa-rebel:before {
|
|
content: ""; }
|
|
|
|
.fa-ge:before,
|
|
.fa-empire:before {
|
|
content: ""; }
|
|
|
|
.fa-git-square:before {
|
|
content: ""; }
|
|
|
|
.fa-git:before {
|
|
content: ""; }
|
|
|
|
.fa-hacker-news:before {
|
|
content: ""; }
|
|
|
|
.fa-tencent-weibo:before {
|
|
content: ""; }
|
|
|
|
.fa-qq:before {
|
|
content: ""; }
|
|
|
|
.fa-wechat:before,
|
|
.fa-weixin:before {
|
|
content: ""; }
|
|
|
|
.fa-send:before,
|
|
.fa-paper-plane:before {
|
|
content: ""; }
|
|
|
|
.fa-send-o:before,
|
|
.fa-paper-plane-o:before {
|
|
content: ""; }
|
|
|
|
.fa-history:before {
|
|
content: ""; }
|
|
|
|
.fa-genderless:before,
|
|
.fa-circle-thin:before {
|
|
content: ""; }
|
|
|
|
.fa-header:before {
|
|
content: ""; }
|
|
|
|
.fa-paragraph:before {
|
|
content: ""; }
|
|
|
|
.fa-sliders:before {
|
|
content: ""; }
|
|
|
|
.fa-share-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-share-alt-square:before {
|
|
content: ""; }
|
|
|
|
.fa-bomb:before {
|
|
content: ""; }
|
|
|
|
.fa-soccer-ball-o:before,
|
|
.fa-futbol-o:before {
|
|
content: ""; }
|
|
|
|
.fa-tty:before {
|
|
content: ""; }
|
|
|
|
.fa-binoculars:before {
|
|
content: ""; }
|
|
|
|
.fa-plug:before {
|
|
content: ""; }
|
|
|
|
.fa-slideshare:before {
|
|
content: ""; }
|
|
|
|
.fa-twitch:before {
|
|
content: ""; }
|
|
|
|
.fa-yelp:before {
|
|
content: ""; }
|
|
|
|
.fa-newspaper-o:before {
|
|
content: ""; }
|
|
|
|
.fa-wifi:before {
|
|
content: ""; }
|
|
|
|
.fa-calculator:before {
|
|
content: ""; }
|
|
|
|
.fa-paypal:before {
|
|
content: ""; }
|
|
|
|
.fa-google-wallet:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-visa:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-mastercard:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-discover:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-amex:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-paypal:before {
|
|
content: ""; }
|
|
|
|
.fa-cc-stripe:before {
|
|
content: ""; }
|
|
|
|
.fa-bell-slash:before {
|
|
content: ""; }
|
|
|
|
.fa-bell-slash-o:before {
|
|
content: ""; }
|
|
|
|
.fa-trash:before {
|
|
content: ""; }
|
|
|
|
.fa-copyright:before {
|
|
content: ""; }
|
|
|
|
.fa-at:before {
|
|
content: ""; }
|
|
|
|
.fa-eyedropper:before {
|
|
content: ""; }
|
|
|
|
.fa-paint-brush:before {
|
|
content: ""; }
|
|
|
|
.fa-birthday-cake:before {
|
|
content: ""; }
|
|
|
|
.fa-area-chart:before {
|
|
content: ""; }
|
|
|
|
.fa-pie-chart:before {
|
|
content: ""; }
|
|
|
|
.fa-line-chart:before {
|
|
content: ""; }
|
|
|
|
.fa-lastfm:before {
|
|
content: ""; }
|
|
|
|
.fa-lastfm-square:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-off:before {
|
|
content: ""; }
|
|
|
|
.fa-toggle-on:before {
|
|
content: ""; }
|
|
|
|
.fa-bicycle:before {
|
|
content: ""; }
|
|
|
|
.fa-bus:before {
|
|
content: ""; }
|
|
|
|
.fa-ioxhost:before {
|
|
content: ""; }
|
|
|
|
.fa-angellist:before {
|
|
content: ""; }
|
|
|
|
.fa-cc:before {
|
|
content: ""; }
|
|
|
|
.fa-shekel:before,
|
|
.fa-sheqel:before,
|
|
.fa-ils:before {
|
|
content: ""; }
|
|
|
|
.fa-meanpath:before {
|
|
content: ""; }
|
|
|
|
.fa-buysellads:before {
|
|
content: ""; }
|
|
|
|
.fa-connectdevelop:before {
|
|
content: ""; }
|
|
|
|
.fa-dashcube:before {
|
|
content: ""; }
|
|
|
|
.fa-forumbee:before {
|
|
content: ""; }
|
|
|
|
.fa-leanpub:before {
|
|
content: ""; }
|
|
|
|
.fa-sellsy:before {
|
|
content: ""; }
|
|
|
|
.fa-shirtsinbulk:before {
|
|
content: ""; }
|
|
|
|
.fa-simplybuilt:before {
|
|
content: ""; }
|
|
|
|
.fa-skyatlas:before {
|
|
content: ""; }
|
|
|
|
.fa-cart-plus:before {
|
|
content: ""; }
|
|
|
|
.fa-cart-arrow-down:before {
|
|
content: ""; }
|
|
|
|
.fa-diamond:before {
|
|
content: ""; }
|
|
|
|
.fa-ship:before {
|
|
content: ""; }
|
|
|
|
.fa-user-secret:before {
|
|
content: ""; }
|
|
|
|
.fa-motorcycle:before {
|
|
content: ""; }
|
|
|
|
.fa-street-view:before {
|
|
content: ""; }
|
|
|
|
.fa-heartbeat:before {
|
|
content: ""; }
|
|
|
|
.fa-venus:before {
|
|
content: ""; }
|
|
|
|
.fa-mars:before {
|
|
content: ""; }
|
|
|
|
.fa-mercury:before {
|
|
content: ""; }
|
|
|
|
.fa-transgender:before {
|
|
content: ""; }
|
|
|
|
.fa-transgender-alt:before {
|
|
content: ""; }
|
|
|
|
.fa-venus-double:before {
|
|
content: ""; }
|
|
|
|
.fa-mars-double:before {
|
|
content: ""; }
|
|
|
|
.fa-venus-mars:before {
|
|
content: ""; }
|
|
|
|
.fa-mars-stroke:before {
|
|
content: ""; }
|
|
|
|
.fa-mars-stroke-v:before {
|
|
content: ""; }
|
|
|
|
.fa-mars-stroke-h:before {
|
|
content: ""; }
|
|
|
|
.fa-neuter:before {
|
|
content: ""; }
|
|
|
|
.fa-facebook-official:before {
|
|
content: ""; }
|
|
|
|
.fa-pinterest-p:before {
|
|
content: ""; }
|
|
|
|
.fa-whatsapp:before {
|
|
content: ""; }
|
|
|
|
.fa-server:before {
|
|
content: ""; }
|
|
|
|
.fa-user-plus:before {
|
|
content: ""; }
|
|
|
|
.fa-user-times:before {
|
|
content: ""; }
|
|
|
|
.fa-hotel:before,
|
|
.fa-bed:before {
|
|
content: ""; }
|
|
|
|
.fa-viacoin:before {
|
|
content: ""; }
|
|
|
|
.fa-train:before {
|
|
content: ""; }
|
|
|
|
.fa-subway:before {
|
|
content: ""; }
|
|
|
|
.fa-medium:before {
|
|
content: ""; }
|
|
|
|
html, body {
|
|
height: 100%; }
|
|
|
|
html {
|
|
height: 100%;
|
|
max-height: 100%; }
|
|
|
|
body {
|
|
font-family: "Ubuntu", sans-serif;
|
|
font-size: 1em;
|
|
color: #666666; }
|
|
|
|
::selection {
|
|
background: #979dbd; }
|
|
|
|
::-moz-selection {
|
|
background: #979dbd; }
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #3D4260; }
|
|
a:hover {
|
|
color: #1f2231;
|
|
-o-transition: .5s;
|
|
-ms-transition: .5s;
|
|
-moz-transition: .5s;
|
|
-webkit-transition: .5s; }
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h5 {
|
|
margin-top: .8em;
|
|
margin-bottom: .4em;
|
|
font-family: "Source Serif Pro", serif;
|
|
font-weight: lighter;
|
|
color: #333333;
|
|
-webkit-font-smoothing: antialiased; }
|
|
|
|
h1 {
|
|
margin-top: 0;
|
|
font-size: 3.2em;
|
|
line-height: 1.2em;
|
|
letter-spacing: .05em; }
|
|
|
|
h2 {
|
|
font-size: 2.2em; }
|
|
|
|
h3 {
|
|
font-size: 1.8em; }
|
|
|
|
h4 {
|
|
font-size: 1.4em; }
|
|
|
|
h4 {
|
|
font-size: 1.2em; }
|
|
|
|
h5 {
|
|
font-size: 1em; }
|
|
|
|
p {
|
|
margin-bottom: 1.3em;
|
|
line-height: 1.7em; }
|
|
|
|
strong {
|
|
font-weight: bold; }
|
|
|
|
em {
|
|
font-style: italic; }
|
|
|
|
blockquote {
|
|
margin: 1em 0;
|
|
padding: 2em 0;
|
|
background: #F8F8F8;
|
|
border: 1px solid #EEEEEE;
|
|
border-radius: 3px;
|
|
font-family: "Source Serif Pro", serif;
|
|
font-weight: lighter;
|
|
font-style: italic;
|
|
font-size: 1.3em;
|
|
text-align: center; }
|
|
blockquote p:last-child {
|
|
margin-bottom: 0; }
|
|
|
|
ol, ul {
|
|
margin: 0 0 1.3em 2.5em; }
|
|
ol li, ul li {
|
|
margin: 0 0 .2em 0;
|
|
line-height: 1.6em; }
|
|
ol ol, ol ul, ul ol, ul ul {
|
|
margin: .1em 0 .2em 2em; }
|
|
|
|
ol {
|
|
list-style-type: decimal; }
|
|
|
|
ul {
|
|
list-style-type: disc; }
|
|
|
|
code {
|
|
padding: .1em .4em;
|
|
background: #e8f2fb;
|
|
border: 1px solid #c9e1f6;
|
|
border-radius: 3px;
|
|
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
font-size: .85em; }
|
|
|
|
pre {
|
|
margin-bottom: 1.3em;
|
|
padding: 1em 2.5%;
|
|
background: #e8f2fb;
|
|
border: 1px solid #c9e1f6;
|
|
border-radius: 3px;
|
|
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
font-size: .9em;
|
|
font-weight: normal;
|
|
line-height: 1.3em;
|
|
overflow-y: auto; }
|
|
pre code {
|
|
padding: 0;
|
|
background: none;
|
|
border: none; }
|
|
|
|
.date,
|
|
.time,
|
|
.author,
|
|
.tags {
|
|
font-size: .8em;
|
|
color: #c7c7c7; }
|
|
.date a,
|
|
.time a,
|
|
.author a,
|
|
.tags a {
|
|
color: #666666; }
|
|
.date a:hover,
|
|
.time a:hover,
|
|
.author a:hover,
|
|
.tags a:hover {
|
|
color: #1f2231; }
|
|
|
|
.excerpt {
|
|
margin: 0;
|
|
font-size: .9em;
|
|
color: #999999; }
|
|
|
|
.intro {
|
|
font-family: "Source Serif Pro", serif;
|
|
font-size: 1.2em;
|
|
font-weight: lighter;
|
|
color: #999999; }
|
|
|
|
.block-heading {
|
|
display: inline;
|
|
float: left;
|
|
width: 940px;
|
|
margin: 0 10px;
|
|
position: relative;
|
|
bottom: -15px;
|
|
font-size: .8em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px; }
|
|
|
|
.label {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 8px 18px 9px 18px;
|
|
background: #3D4260;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
color: #FFF; }
|
|
|
|
.container {
|
|
position: relative;
|
|
z-index: 500;
|
|
width: 940px;
|
|
margin: 0 auto; }
|
|
|
|
.content-wrapper {
|
|
z-index: 800;
|
|
width: 60%;
|
|
max-width: 800px;
|
|
margin-left: 40%; }
|
|
|
|
.content-wrapper__inner {
|
|
margin: 0 10%;
|
|
padding: 50px 0; }
|
|
|
|
.footer {
|
|
display: block;
|
|
padding: 2em 0 0 0;
|
|
border-top: 2px solid #DDDDDD;
|
|
font-size: .7em;
|
|
color: #b3b3b3; }
|
|
|
|
.footer__copyright {
|
|
display: block;
|
|
margin-bottom: .7em; }
|
|
.footer__copyright a {
|
|
color: #a6a6a6;
|
|
text-decoration: underline; }
|
|
.footer__copyright a:hover {
|
|
color: #1f2231; }
|
|
|
|
.avatar,
|
|
.logo {
|
|
border-radius: 50%;
|
|
border: 3px solid #FFF;
|
|
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3); }
|
|
|
|
hr {
|
|
border: none; }
|
|
|
|
.section-title__divider {
|
|
width: 30%;
|
|
margin: 2.2em 0 2.1em 0;
|
|
border-top: 1px solid #DDDDDD; }
|
|
|
|
.hidden {
|
|
display: none !important; }
|
|
|
|
.animated {
|
|
-webkit-animation-fill-mode: both;
|
|
-moz-animation-fill-mode: both;
|
|
-ms-animation-fill-mode: both;
|
|
-o-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
-webkit-animation-duration: 1s;
|
|
-moz-animation-duration: 1s;
|
|
-ms-animation-duration: 1s;
|
|
-o-animation-duration: 1s;
|
|
animation-duration: 1s; }
|
|
|
|
.animated.hinge {
|
|
-webkit-animation-duration: 1s;
|
|
-moz-animation-duration: 1s;
|
|
-ms-animation-duration: 1s;
|
|
-o-animation-duration: 1s;
|
|
animation-duration: 1s; }
|
|
|
|
@-webkit-keyframes flash {
|
|
0%, 50%, 100% {
|
|
opacity: 1; }
|
|
25%, 75% {
|
|
opacity: 0; } }
|
|
@-webkit-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
-webkit-transform: translateY(0); }
|
|
40% {
|
|
-webkit-transform: translateY(-30px); }
|
|
60% {
|
|
-webkit-transform: translateY(-15px); } }
|
|
@-moz-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
-moz-transform: translateY(0); }
|
|
40% {
|
|
-moz-transform: translateY(-30px); }
|
|
60% {
|
|
-moz-transform: translateY(-15px); } }
|
|
@-o-keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
-o-transform: translateY(0); }
|
|
40% {
|
|
-o-transform: translateY(-30px); }
|
|
60% {
|
|
-o-transform: translateY(-15px); } }
|
|
@keyframes bounce {
|
|
0%, 20%, 50%, 80%, 100% {
|
|
transform: translateY(0); }
|
|
40% {
|
|
transform: translateY(-30px); }
|
|
60% {
|
|
transform: translateY(-15px); } }
|
|
.bounce {
|
|
-webkit-animation-name: bounce;
|
|
-moz-animation-name: bounce;
|
|
-o-animation-name: bounce;
|
|
animation-name: bounce; }
|
|
|
|
@-webkit-keyframes swing {
|
|
20%, 40%, 60%, 80%, 100% {
|
|
-webkit-transform-origin: top center; }
|
|
20% {
|
|
-webkit-transform: rotate(15deg); }
|
|
40% {
|
|
-webkit-transform: rotate(-10deg); }
|
|
60% {
|
|
-webkit-transform: rotate(5deg); }
|
|
80% {
|
|
-webkit-transform: rotate(-5deg); }
|
|
100% {
|
|
-webkit-transform: rotate(0deg); } }
|
|
@-moz-keyframes swing {
|
|
20% {
|
|
-moz-transform: rotate(15deg); }
|
|
40% {
|
|
-moz-transform: rotate(-10deg); }
|
|
60% {
|
|
-moz-transform: rotate(5deg); }
|
|
80% {
|
|
-moz-transform: rotate(-5deg); }
|
|
100% {
|
|
-moz-transform: rotate(0deg); } }
|
|
@-o-keyframes swing {
|
|
20% {
|
|
-o-transform: rotate(15deg); }
|
|
40% {
|
|
-o-transform: rotate(-10deg); }
|
|
60% {
|
|
-o-transform: rotate(5deg); }
|
|
80% {
|
|
-o-transform: rotate(-5deg); }
|
|
100% {
|
|
-o-transform: rotate(0deg); } }
|
|
@keyframes swing {
|
|
20% {
|
|
transform: rotate(15deg); }
|
|
40% {
|
|
transform: rotate(-10deg); }
|
|
60% {
|
|
transform: rotate(5deg); }
|
|
80% {
|
|
transform: rotate(-5deg); }
|
|
100% {
|
|
transform: rotate(0deg); } }
|
|
.swing {
|
|
-webkit-transform-origin: top center;
|
|
-moz-transform-origin: top center;
|
|
-o-transform-origin: top center;
|
|
transform-origin: top center;
|
|
-webkit-animation-name: swing;
|
|
-moz-animation-name: swing;
|
|
-o-animation-name: swing;
|
|
animation-name: swing; }
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
@-webkit-keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(2000px); }
|
|
100% {
|
|
-webkit-transform: translateX(0); } }
|
|
@-moz-keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
-moz-transform: translateX(2000px); }
|
|
100% {
|
|
-moz-transform: translateX(0); } }
|
|
@-o-keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
-o-transform: translateX(2000px); }
|
|
100% {
|
|
-o-transform: translateX(0); } }
|
|
@keyframes slideInRight {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(2000px); }
|
|
100% {
|
|
transform: translateX(0); } }
|
|
.slideInRight {
|
|
-webkit-animation-name: slideInRight;
|
|
-moz-animation-name: slideInRight;
|
|
-o-animation-name: slideInRight;
|
|
animation-name: slideInRight; }
|
|
|
|
.bounceIn {
|
|
-webkit-animation-name: bounceIn;
|
|
-moz-animation-name: bounceIn;
|
|
-o-animation-name: bounceIn;
|
|
animation-name: bounceIn; }
|
|
|
|
@-webkit-keyframes bounceInDown {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-2000px); }
|
|
60% {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(30px); }
|
|
80% {
|
|
-webkit-transform: translateY(-10px); }
|
|
100% {
|
|
-webkit-transform: translateY(0); } }
|
|
@-moz-keyframes bounceInDown {
|
|
0% {
|
|
opacity: 0;
|
|
-moz-transform: translateY(-2000px); }
|
|
60% {
|
|
opacity: 1;
|
|
-moz-transform: translateY(30px); }
|
|
80% {
|
|
-moz-transform: translateY(-10px); }
|
|
100% {
|
|
-moz-transform: translateY(0); } }
|
|
@-o-keyframes bounceInDown {
|
|
0% {
|
|
opacity: 0;
|
|
-o-transform: translateY(-2000px); }
|
|
60% {
|
|
opacity: 1;
|
|
-o-transform: translateY(30px); }
|
|
80% {
|
|
-o-transform: translateY(-10px); }
|
|
100% {
|
|
-o-transform: translateY(0); } }
|
|
@keyframes bounceInDown {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateY(-2000px); }
|
|
60% {
|
|
opacity: 1;
|
|
transform: translateY(30px); }
|
|
80% {
|
|
transform: translateY(-10px); }
|
|
100% {
|
|
transform: translateY(0); } }
|
|
.bounceInDown {
|
|
-webkit-animation-name: bounceInDown;
|
|
-moz-animation-name: bounceInDown;
|
|
-o-animation-name: bounceInDown;
|
|
animation-name: bounceInDown; }
|
|
|
|
.post-comments {
|
|
border-top: 1px solid #DDDDDD;
|
|
padding: 60px 0; }
|
|
|
|
.post-meta {
|
|
margin: 0 0 .4em 0;
|
|
color: #c7c7c7; }
|
|
|
|
.post-meta__date {
|
|
margin-right: .5em; }
|
|
|
|
.post-meta__tags {
|
|
margin-left: .4em; }
|
|
|
|
.post-meta__author {
|
|
margin-left: 1.5em; }
|
|
|
|
.post-meta__avatar {
|
|
display: inline-block;
|
|
width: 22px;
|
|
height: 22px;
|
|
margin: 0 .3em -.4em 0;
|
|
border: none;
|
|
box-shadow: none; }
|
|
|
|
.post img {
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
border-radius: 3px;
|
|
text-align: center; }
|
|
.post pre {
|
|
width: 95%; }
|
|
.post hr {
|
|
display: block;
|
|
width: 30%;
|
|
margin: 2em 0;
|
|
border-top: 1px solid #DDDDDD; }
|
|
.post .post-date {
|
|
margin-bottom: 1em; }
|
|
.post p {
|
|
margin-top: 1em;
|
|
line-height: 1.2em; }
|
|
|
|
.error-code {
|
|
font-size: 6em; }
|
|
|
|
.sharing {
|
|
border-top: 5px solid #DDDDDD; }
|
|
.sharing a {
|
|
color: #999999; }
|
|
|
|
.panel {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%; }
|
|
|
|
.panel__vertical {
|
|
display: table-cell;
|
|
vertical-align: middle; }
|
|
|
|
.panel-title {
|
|
margin: 0 0 5px 0;
|
|
font-size: 2.5em;
|
|
letter-spacing: 4px;
|
|
color: #FFF; }
|
|
|
|
.panel-subtitle {
|
|
font-family: "Source Serif Pro", serif;
|
|
font-size: 1.2em;
|
|
font-weight: lighter;
|
|
letter-spacing: 3px;
|
|
color: #CCCCCC;
|
|
-webkit-font-smoothing: antialiased; }
|
|
|
|
.panel-cover {
|
|
display: block;
|
|
position: fixed;
|
|
z-index: 900;
|
|
width: 100%;
|
|
max-width: none;
|
|
height: 100%;
|
|
background: url(../images/background-cover.jpg) top left no-repeat #666666;
|
|
background-size: cover; }
|
|
|
|
.panel-cover--collapsed {
|
|
width: 40%;
|
|
max-width: 530px; }
|
|
|
|
.panel-cover--overlay {
|
|
display: block;
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: rgba(68, 68, 68, 0.6);
|
|
background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
|
|
background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)); }
|
|
|
|
.panel-cover__logo {
|
|
margin-bottom: .2em; }
|
|
|
|
.panel-cover__description {
|
|
margin: 0 30px; }
|
|
|
|
.panel-cover__divider {
|
|
width: 50%;
|
|
margin: 20px auto;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.14); }
|
|
|
|
.panel-cover__divider--secondary {
|
|
width: 15%; }
|
|
|
|
.panel-main {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%; }
|
|
|
|
.no-js .panel-main {
|
|
width: 40%;
|
|
max-width: 530px; }
|
|
|
|
.panel-main__inner {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
z-index: 800;
|
|
padding: 0 60px; }
|
|
|
|
.panel-main__content {
|
|
max-width: 620px;
|
|
margin: 0 auto; }
|
|
|
|
.panel-main__content--fixed {
|
|
width: 480px;
|
|
transition: width 1s;
|
|
-webkit-transition: width 1s;
|
|
/* Safari */ }
|
|
|
|
.panel-inverted {
|
|
font-weight: 100;
|
|
text-align: center;
|
|
color: #FFF;
|
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
|
|
.panel-inverted a {
|
|
color: #FFF; }
|
|
|
|
.cover-navigation {
|
|
margin-top: 10px; }
|
|
|
|
.cover-navigation--social {
|
|
margin-left: 30px; }
|
|
|
|
.cover-green {
|
|
background-color: rgba(21, 111, 120, 0.6);
|
|
background-image: -webkit-linear-gradient(-410deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
|
|
background-image: linear-gradient(140deg,rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8)); }
|
|
|
|
.cover-purple {
|
|
background-color: rgba(73, 50, 82, 0.6);
|
|
background-image: -webkit-linear-gradient(-410deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
|
|
background-image: linear-gradient(140deg,rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8)); }
|
|
|
|
.cover-red {
|
|
background-color: rgba(119, 31, 18, 0.6);
|
|
background-image: -webkit-linear-gradient(-410deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
|
|
background-image: linear-gradient(140deg,rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8)); }
|
|
|
|
.cover-slate {
|
|
background-color: rgba(61, 66, 96, 0.6);
|
|
background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
|
|
background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8)); }
|
|
|
|
.cover-disabled {
|
|
background: none; }
|
|
|
|
.btn, .navigation__item a {
|
|
padding: 10px 20px;
|
|
border: 1px solid #3D4260;
|
|
border-radius: 20px;
|
|
font-size: .9em;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
text-shadow: none;
|
|
color: #3D4260;
|
|
-webkit-font-smoothing: antialiased; }
|
|
.btn:hover, .navigation__item a:hover {
|
|
color: #1f2231;
|
|
border-color: #1f2231; }
|
|
|
|
.btn-secondary {
|
|
border-color: #5BA4E5;
|
|
color: #5BA4E5; }
|
|
.btn-secondary:hover {
|
|
color: #217fd2;
|
|
border-color: #217fd2; }
|
|
|
|
.btn-tertiary {
|
|
border-color: #999999;
|
|
color: #999999; }
|
|
.btn-tertiary:hover {
|
|
color: #737373;
|
|
border-color: #737373; }
|
|
|
|
.btn-large {
|
|
padding: 10px 24px;
|
|
font-size: 1.1em; }
|
|
|
|
.btn-small {
|
|
padding: 8px 12px;
|
|
font-size: .7em; }
|
|
|
|
.btn-mobile-menu {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 9999;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 42px;
|
|
background: rgba(13, 71, 77, 0.98);
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
text-align: center; }
|
|
|
|
.btn-mobile-menu__icon,
|
|
.btn-mobile-close__icon {
|
|
position: relative;
|
|
top: 3px;
|
|
font-size: 36px;
|
|
color: #FFF; }
|
|
|
|
nav {
|
|
display: inline-block;
|
|
position: relative; }
|
|
|
|
.navigation {
|
|
display: inline-block;
|
|
float: left;
|
|
position: relative;
|
|
margin: 0;
|
|
list-style-type: none; }
|
|
|
|
.navigation__item {
|
|
display: inline-block;
|
|
margin: 0 1px 0 0;
|
|
line-height: 1em; }
|
|
.navigation__item a {
|
|
display: block;
|
|
position: relative;
|
|
border-color: #FFF;
|
|
color: #FFF;
|
|
opacity: .8; }
|
|
.navigation__item a:hover {
|
|
color: #FFF;
|
|
border-color: #FFF;
|
|
opacity: 1; }
|
|
|
|
.navigation--social {
|
|
margin-left: 1.5em; }
|
|
.navigation--social a {
|
|
padding: 6px 8px 6px 9px; }
|
|
.navigation--social a .label {
|
|
display: none; }
|
|
.navigation--social a .icon {
|
|
display: block;
|
|
font-size: 1.7em; }
|
|
|
|
.pagination {
|
|
display: block;
|
|
margin: 0 0 4em 0; }
|
|
|
|
.pagination__page-number {
|
|
margin: 0;
|
|
font-size: .8em;
|
|
color: #999999; }
|
|
|
|
.pagination__newer {
|
|
margin-right: 1em; }
|
|
|
|
.pagination__older {
|
|
margin-left: 1em; }
|
|
|
|
.post-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
text-align: left; }
|
|
.post-list li {
|
|
margin: 0 0 2.2em 0; }
|
|
.post-list li:last-child hr {
|
|
display: none; }
|
|
|
|
.post-list__post-title {
|
|
margin-top: 0;
|
|
margin-bottom: .2em;
|
|
font-size: 1.5em;
|
|
line-height: 1.3em; }
|
|
.post-list__post-title a {
|
|
color: #333333; }
|
|
.post-list__post-title a:hover {
|
|
color: #1f2231; }
|
|
|
|
.post-list__meta {
|
|
display: block;
|
|
margin: .7em 0 0 0;
|
|
font-size: .9em;
|
|
color: #c7c7c7; }
|
|
|
|
.post-list__meta--date {
|
|
margin-right: .5em;
|
|
margin-bottom: 1em;
|
|
color: #c7c7c7; }
|
|
|
|
.post-list__meta--tags {
|
|
margin-left: .5em; }
|
|
|
|
.post-list__divider {
|
|
width: 30%;
|
|
margin: 2.2em 0 2.1em 0;
|
|
border-top: 1px solid #DDDDDD; }
|
|
|
|
.summary {
|
|
margin-top: .2em;
|
|
margin-left: .2em;
|
|
margin-bottom: .2em;
|
|
font-size: 1em;
|
|
font-family: "Ubuntu", sans-serif; }
|
|
|
|
@media all and (min-width: 1300px) {
|
|
.content-wrapper {
|
|
margin-left: 530px; } }
|
|
@media all and (max-width: 1100px) {
|
|
.panel-cover__logo {
|
|
width: 70px; }
|
|
|
|
.panel-title {
|
|
font-size: 2em; }
|
|
|
|
.panel-subtitle {
|
|
font-size: 1em; }
|
|
|
|
.panel-cover__description {
|
|
margin: 0 10px;
|
|
font-size: .9em; }
|
|
|
|
.navigation--social {
|
|
margin-top: 5px;
|
|
margin-left: 0; } }
|
|
@media all and (max-width: 960px) {
|
|
.btn-mobile-menu {
|
|
display: block; }
|
|
|
|
.panel-main {
|
|
display: table;
|
|
position: relative; }
|
|
|
|
.panel-cover--collapsed {
|
|
width: 100%;
|
|
max-width: none; }
|
|
|
|
.panel-main__inner {
|
|
display: table-cell;
|
|
padding: 60px 10%; }
|
|
|
|
.panel-cover__description {
|
|
display: block;
|
|
max-width: 600px;
|
|
margin: 0 auto; }
|
|
|
|
.panel-cover__divider--secondary {
|
|
display: none; }
|
|
|
|
.panel-cover {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center center; }
|
|
.panel-cover.panel-cover--collapsed {
|
|
display: block;
|
|
position: relative;
|
|
height: auto;
|
|
padding: 0;
|
|
background-position: center center; }
|
|
.panel-cover.panel-cover--collapsed .panel-main__inner {
|
|
display: block;
|
|
padding: 70px 0 30px 0; }
|
|
.panel-cover.panel-cover--collapsed .panel-cover__logo {
|
|
width: 60px;
|
|
border-width: 2px; }
|
|
.panel-cover.panel-cover--collapsed .panel-cover__description {
|
|
display: none; }
|
|
.panel-cover.panel-cover--collapsed .panel-cover__divider {
|
|
display: none;
|
|
margin: 1em auto; }
|
|
|
|
.navigation-wrapper {
|
|
display: none;
|
|
position: fixed;
|
|
top: 42px;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding: 20px 0;
|
|
background: rgba(51, 51, 51, 0.98);
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
|
|
.navigation-wrapper.visible {
|
|
display: block; }
|
|
|
|
.cover-navigation {
|
|
display: block;
|
|
position: relative;
|
|
float: left;
|
|
clear: left;
|
|
width: 100%; }
|
|
.cover-navigation .navigation {
|
|
display: block;
|
|
width: 100%; }
|
|
.cover-navigation .navigation li {
|
|
width: 80%;
|
|
margin-bottom: .4em; }
|
|
.cover-navigation.navigation--social {
|
|
padding-top: 5px; }
|
|
.cover-navigation.navigation--social .navigation li {
|
|
display: inline-block;
|
|
width: 25.8%; }
|
|
|
|
.content-wrapper {
|
|
width: 80%;
|
|
max-width: none;
|
|
margin: 0 auto; }
|
|
|
|
.content-wrapper__inner {
|
|
margin-right: 0;
|
|
margin-left: 0; }
|
|
|
|
.navigation__item {
|
|
width: 100%;
|
|
margin: 0 0 .4em 0; } }
|
|
@media all and (max-width: 340px) {
|
|
.panel-main__inner {
|
|
padding: 0 5%; }
|
|
|
|
.panel-title {
|
|
margin-bottom: .1em;
|
|
font-size: 1.5em; }
|
|
|
|
.panel-subtitle {
|
|
font-size: .9em; }
|
|
|
|
.btn, .navigation__item a {
|
|
display: block;
|
|
margin-bottom: .4em; } }
|
|
|
|
/*# sourceMappingURL=uno.css.map */
|