Difference between revisions of "Template:BIOSINT Mexico"

Line 1: Line 1:
<html>
+
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
<style>
+
 
+
/*
import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
+
Future Imperfect by HTML5 UP
 
+
html5up.net | @ajlkn
 +
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 +
*/
 +
 +
/* Reset */
 +
 +
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, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
 +
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, q:before, q:after {
 +
content: '';
 +
content: none;
 +
}
 +
 +
table {
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
}
 +
 +
body {
 +
-webkit-text-size-adjust: none;
 +
}
 +
 +
/* Box Model */
 +
 +
*, *:before, *:after {
 +
-moz-box-sizing: border-box;
 +
-webkit-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
 +
 
/* Basic */
 
/* Basic */
 
+
 
@-ms-viewport {
 
@-ms-viewport {
 
width: device-width;
 
width: device-width;
 
}
 
}
 
+
 
body {
 
body {
 
-ms-overflow-style: scrollbar;
 
-ms-overflow-style: scrollbar;
 
}
 
}
 
+
 
@media screen and (max-width: 480px) {
 
@media screen and (max-width: 480px) {
 
+
 
html, body {
 
html, body {
 
min-width: 320px;
 
min-width: 320px;
 
}
 
}
 
+
 
}
 
}
 
+
 
body {
 
body {
background: #ffffff;
+
background: #f4f4f4;
 
}
 
}
 
+
 
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
 
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
 
-moz-animation: none !important;
 
-moz-animation: none !important;
Line 36: Line 88:
 
transition: none !important;
 
transition: none !important;
 
}
 
}
 
+
 
/* Type */
 
/* Type */
 
+
 
body, input, select, textarea {
 
body, input, select, textarea {
 
color: #646464;
 
color: #646464;
Line 46: Line 98:
 
line-height: 1.75;
 
line-height: 1.75;
 
}
 
}
a {
+
 +
@media screen and (max-width: 1680px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 980px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
body, input, select, textarea {
 +
font-size: 12pt;
 +
}
 +
 +
}
 +
 +
a {
 
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
 
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
Line 55: Line 148:
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 
+
 
a:before {
 
a:before {
 
-moz-transition: color 0.2s ease;
 
-moz-transition: color 0.2s ease;
Line 62: Line 155:
 
transition: color 0.2s ease;
 
transition: color 0.2s ease;
 
}
 
}
 
+
 
a:hover {
 
a:hover {
 
border-bottom-color: transparent;
 
border-bottom-color: transparent;
 
color: #2ebaae !important;
 
color: #2ebaae !important;
 
}
 
}
 
+
 
a:hover:before {
 
a:hover:before {
 
color: #2ebaae !important;
 
color: #2ebaae !important;
 
}
 
}
 
   
 
   
strong, b {
+
strong, b {
 
color: #3c3b3b;
 
color: #3c3b3b;
 
font-weight: 700;
 
font-weight: 700;
 
}
 
}
 
+
 
em, i {
 
em, i {
 
font-style: italic;
 
font-style: italic;
 
}
 
}
 
+
 
p {
 
p {
 
margin: 0 0 2em 0;
 
margin: 0 0 2em 0;
 
}
 
}
 
+
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
color: #3c3b3b;
 
color: #3c3b3b;
Line 94: Line 187:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 
color: inherit;
 
color: inherit;
 
border-bottom: 0;
 
border-bottom: 0;
 
}
 
}
 
+
 
h2 {
 
h2 {
 
font-size: 1.1em;
 
font-size: 1.1em;
                color: #2ebaae
 
 
}
 
}
 
+
 
h3 {
 
h3 {
 
font-size: 0.9em;
 
font-size: 0.9em;
 
}
 
}
 
+
 
h4 {
 
h4 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
h5 {
 
h5 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
h6 {
 
h6 {
 
font-size: 0.7em;
 
font-size: 0.7em;
 
}
 
}
 
+
 
sub {
 
sub {
 
font-size: 0.8em;
 
font-size: 0.8em;
Line 126: Line 218:
 
top: 0.5em;
 
top: 0.5em;
 
}
 
}
 
+
 
sup {
 
sup {
 
font-size: 0.8em;
 
font-size: 0.8em;
Line 132: Line 224:
 
top: -0.5em;
 
top: -0.5em;
 
}
 
}
 
+
 
blockquote {
 
blockquote {
 
border-left: solid 4px rgba(160, 160, 160, 0.3);
 
border-left: solid 4px rgba(160, 160, 160, 0.3);
Line 139: Line 231:
 
padding: 0.5em 0 0.5em 2em;
 
padding: 0.5em 0 0.5em 2em;
 
}
 
}
 
+
 
code {
 
code {
 
background: rgba(160, 160, 160, 0.075);
 
background: rgba(160, 160, 160, 0.075);
Line 148: Line 240:
 
padding: 0.25em 0.65em;
 
padding: 0.25em 0.65em;
 
}
 
}
 
+
 
pre {
 
pre {
 
-webkit-overflow-scrolling: touch;
 
-webkit-overflow-scrolling: touch;
Line 155: Line 247:
 
margin: 0 0 2em 0;
 
margin: 0 0 2em 0;
 
}
 
}
 
+
 
pre code {
 
pre code {
 
display: block;
 
display: block;
Line 162: Line 254:
 
overflow-x: auto;
 
overflow-x: auto;
 
}
 
}
 
+
 
hr {
 
hr {
 
border: 0;
 
border: 0;
Line 168: Line 260:
 
margin: 2em 0;
 
margin: 2em 0;
 
}
 
}
 
+
 
hr.major {
 
hr.major {
 
margin: 3em 0;
 
margin: 3em 0;
 
}
 
}
 
+
 
.align-left {
 
.align-left {
 
text-align: left;
 
text-align: left;
 
}
 
}
 
+
 
.align-center {
 
.align-center {
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
.align-right {
 
.align-right {
 
text-align: right;
 
text-align: right;
 
}
 
}
 
+
 
+
 
+
/* Post-------------------------------------------------------------------------------------------- */
+
/* Blurb */
 
+
 +
.blurb h2 {
 +
font-size: 0.8em;
 +
margin: 0 0 1.5em 0;
 +
}
 +
 +
.blurb h3 {
 +
font-size: 0.7em;
 +
}
 +
 +
.blurb p {
 +
font-size: 0.9em;
 +
}
 +
 +
 +
/* List */
 +
 +
ol {
 +
list-style: decimal;
 +
margin: 0 0 2em 0;
 +
padding-left: 1.25em;
 +
}
 +
 +
ol li {
 +
padding-left: 0.25em;
 +
}
 +
 +
ul {
 +
list-style: disc;
 +
margin: 0 0 2em 0;
 +
padding-left: 1em;
 +
}
 +
 +
ul li {
 +
padding-left: 0.5em;
 +
}
 +
 +
ul.alt {
 +
list-style: none;
 +
padding-left: 0;
 +
}
 +
 +
ul.alt li {
 +
border-top: solid 1px rgba(160, 160, 160, 0.3);
 +
padding: 0.5em 0;
 +
}
 +
 +
ul.alt li:first-child {
 +
border-top: 0;
 +
padding-top: 0;
 +
}
 +
 +
ul.icons {
 +
cursor: default;
 +
list-style: none;
 +
padding-left: 0;
 +
}
 +
 +
ul.icons li {
 +
display: inline-block;
 +
padding: 0 1em 0 0;
 +
}
 +
 +
ul.icons li:last-child {
 +
padding-right: 0;
 +
}
 +
 +
ul.icons li > * {
 +
text-decoration: none;
 +
border: 0;
 +
}
 +
 +
ul.icons li > *:before {
 +
-moz-osx-font-smoothing: grayscale;
 +
-webkit-font-smoothing: antialiased;
 +
font-family: FontAwesome;
 +
font-style: normal;
 +
font-weight: normal;
 +
text-transform: none !important;
 +
}
 +
 +
ul.icons li > * .label {
 +
display: none;
 +
}
 +
 +
ul.actions {
 +
cursor: default;
 +
list-style: none;
 +
padding-left: 0;
 +
}
 +
 +
ul.actions li {
 +
display: inline-block;
 +
padding: 0 1.5em 0 0;
 +
vertical-align: middle;
 +
}
 +
 +
ul.actions li:last-child {
 +
padding-right: 0;
 +
}
 +
 +
ul.actions.pagination .next {
 +
text-decoration: none;
 +
}
 +
 +
ul.actions.pagination .next:after {
 +
content: "";
 +
-moz-osx-font-smoothing: grayscale;
 +
-webkit-font-smoothing: antialiased;
 +
font-family: FontAwesome;
 +
font-style: normal;
 +
font-weight: normal;
 +
text-transform: none !important;
 +
}
 +
 +
ul.actions.pagination .next:after {
 +
content: '\f054';
 +
}
 +
 +
ul.actions.pagination .previous {
 +
text-decoration: none;
 +
}
 +
 +
ul.actions.pagination .previous:before {
 +
content: "";
 +
-moz-osx-font-smoothing: grayscale;
 +
-webkit-font-smoothing: antialiased;
 +
font-family: FontAwesome;
 +
font-style: normal;
 +
font-weight: normal;
 +
text-transform: none !important;
 +
}
 +
 +
ul.actions.pagination .previous:before {
 +
content: '\f053';
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
ul.actions.pagination {
 +
text-align: center;
 +
}
 +
 +
ul.actions.pagination .next, ul.actions.pagination .previous {
 +
min-width: 20em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
ul.actions.pagination .next, ul.actions.pagination .previous {
 +
min-width: 18em;
 +
}
 +
 +
}
 +
 +
ul.actions.small li {
 +
padding: 0 1em 0 0;
 +
}
 +
 +
ul.actions.vertical li {
 +
display: block;
 +
padding: 1.5em 0 0 0;
 +
}
 +
 +
ul.actions.vertical li:first-child {
 +
padding-top: 0;
 +
}
 +
 +
ul.actions.vertical li > * {
 +
margin-bottom: 0;
 +
}
 +
 +
ul.actions.vertical.small li {
 +
padding: 1em 0 0 0;
 +
}
 +
 +
ul.actions.vertical.small li:first-child {
 +
padding-top: 0;
 +
}
 +
 +
ul.actions.fit {
 +
display: table;
 +
margin-left: -1em;
 +
padding: 0;
 +
table-layout: fixed;
 +
width: calc(100% + 1em);
 +
}
 +
 +
ul.actions.fit li {
 +
display: table-cell;
 +
padding: 0 0 0 1em;
 +
}
 +
 +
ul.actions.fit li > * {
 +
margin-bottom: 0;
 +
}
 +
 +
ul.actions.fit.small {
 +
margin-left: -0.5em;
 +
width: calc(100% + 0.5em);
 +
}
 +
 +
ul.actions.fit.small li {
 +
padding: 0 0 0 0.5em;
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
ul.actions {
 +
margin: 0 0 2em 0;
 +
}
 +
 +
ul.actions li {
 +
padding: 1em 0 0 0;
 +
display: block;
 +
text-align: center;
 +
width: 100%;
 +
}
 +
 +
ul.actions li:first-child {
 +
padding-top: 0;
 +
}
 +
 +
ul.actions li > * {
 +
width: 100%;
 +
margin: 0 !important;
 +
}
 +
 +
ul.actions.small li {
 +
padding: 0.5em 0 0 0;
 +
}
 +
 +
ul.actions.small li:first-child {
 +
padding-top: 0;
 +
}
 +
 +
}
 +
 +
 +
 +
dl {
 +
margin: 0 0 2em 0;
 +
}
 +
 +
dl dt {
 +
display: block;
 +
font-weight: 700;
 +
margin: 0 0 1em 0;
 +
}
 +
 +
dl dd {
 +
margin-left: 2em;
 +
}
 +
 +
 +
 +
/* Post */
 +
 
.post {
 
.post {
 
padding: 2em 3em 1em 3em ;
 
padding: 2em 3em 1em 3em ;
Line 196: Line 547:
 
position: relative;
 
position: relative;
 
}
 
}
 
+
 
.post > header {
 
.post > header {
 
display: -moz-flex;
 
display: -moz-flex;
Line 206: Line 557:
 
margin: -3em 0 3em 0;
 
margin: -3em 0 3em 0;
 
position: relative;
 
position: relative;
width: calc(100% + 5em);
+
width: calc(100% + 6em);
 
}
 
}
 
+
 
.post > header .title {
 
.post > header .title {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 215: Line 566:
 
flex-grow: 1;
 
flex-grow: 1;
 
-ms-flex: 1;
 
-ms-flex: 1;
padding: 2em 3em 1em 3em;
+
padding: 3.75em 3em 3.3em 3em;
 
}
 
}
 
+
 
.post > header .title h2 {
 
.post > header .title h2 {
 
font-weight: 900;
 
font-weight: 900;
 
font-size: 1.5em;
 
font-size: 1.5em;
 
}
 
}
 
+
 
.post > header .title > :last-child {
 
.post > header .title > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
.post > header .meta {
 
.post > header .meta {
 
padding: 3.75em 3em 1.75em 3em ;
 
padding: 3.75em 3em 1.75em 3em ;
Line 234: Line 585:
 
width: 17em;
 
width: 17em;
 
}
 
}
 
+
 
.post > header .meta > * {
 
.post > header .meta > * {
 
margin: 0 0 1em 0;
 
margin: 0 0 1em 0;
 
}
 
}
 
+
 
.post > header .meta > :last-child {
 
.post > header .meta > :last-child {
 
margin-bottom: 0;
 
margin-bottom: 0;
 
}
 
}
 
+
 
.post > header .meta .published {
 
.post > header .meta .published {
 
color: #3c3b3b;
 
color: #3c3b3b;
Line 254: Line 605:
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
 
+
 
.post > a.image.featured {
 
.post > a.image.featured {
 
overflow: hidden;
 
overflow: hidden;
 
}
 
}
 
+
 
.post > a.image.featured img {
 
.post > a.image.featured img {
 
-moz-transition: -moz-transform 0.2s ease-out;
 
-moz-transition: -moz-transform 0.2s ease-out;
Line 265: Line 616:
 
transition: transform 0.2s ease-out;
 
transition: transform 0.2s ease-out;
 
}
 
}
 
+
 
.post > a.image.featured:hover img {
 
.post > a.image.featured:hover img {
 
-moz-transform: scale(1.05);
 
-moz-transform: scale(1.05);
Line 272: Line 623:
 
transform: scale(1.05);
 
transform: scale(1.05);
 
}
 
}
 
+
 
.post > footer {
 
.post > footer {
 
display: -moz-flex;
 
display: -moz-flex;
Line 283: Line 634:
 
align-items: center;
 
align-items: center;
 
}
 
}
 
+
 
.post > footer .actions {
 
.post > footer .actions {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 290: Line 641:
 
flex-grow: 1;
 
flex-grow: 1;
 
}
 
}
 
+
 
.post > footer .stats {
 
.post > footer .stats {
 
cursor: default;
 
cursor: default;
Line 296: Line 647:
 
padding: 0;
 
padding: 0;
 
}
 
}
 
+
 
.post > footer .stats li {
 
.post > footer .stats li {
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
 
border-left: solid 1px rgba(160, 160, 160, 0.3);
Line 309: Line 660:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
.post > footer .stats li:first-child {
 
.post > footer .stats li:first-child {
 
border-left: 0;
 
border-left: 0;
Line 315: Line 666:
 
padding-left: 0;
 
padding-left: 0;
 
}
 
}
 
+
 
.post > footer .stats li .icon {
 
.post > footer .stats li .icon {
 
border-bottom: 0;
 
border-bottom: 0;
 
}
 
}
 
+
 
.post > footer .stats li .icon:before {
 
.post > footer .stats li .icon:before {
 
color: rgba(160, 160, 160, 0.3);
 
color: rgba(160, 160, 160, 0.3);
 
margin-right: 0.75em;
 
margin-right: 0.75em;
 
}
 
}
 
+
+
@media screen and (max-width: 980px) {
 
+
 
+
.post {
 
+
border-left: 0;
 +
border-right: 0;
 +
left: -3em;
 +
width: calc(100% + (3em * 2));
 +
}
 +
 +
.post > header {
 +
-moz-flex-direction: column;
 +
-webkit-flex-direction: column;
 +
-ms-flex-direction: column;
 +
flex-direction: column;
 +
padding: 3.75em 3em 1.25em 3em ;
 +
border-left: 0;
 +
}
 +
 +
.post > header .title {
 +
-ms-flex: 0 1 auto;
 +
margin: 0 0 2em 0;
 +
padding: 0;
 +
text-align: center;
 +
}
 +
 +
.post > header .meta {
 +
-moz-align-items: center;
 +
-webkit-align-items: center;
 +
-ms-align-items: center;
 +
align-items: center;
 +
display: -moz-flex;
 +
display: -webkit-flex;
 +
display: -ms-flex;
 +
display: flex;
 +
-moz-justify-content: center;
 +
-webkit-justify-content: center;
 +
-ms-justify-content: center;
 +
justify-content: center;
 +
border-left: 0;
 +
margin: 0 0 2em 0;
 +
padding-top: 0;
 +
padding: 0;
 +
text-align: left;
 +
width: 100%;
 +
}
 +
 +
.post > header .meta > * {
 +
border-left: solid 1px rgba(160, 160, 160, 0.3);
 +
margin-left: 2em;
 +
padding-left: 2em;
 +
}
 +
 +
.post > header .meta > :first-child {
 +
border-left: 0;
 +
margin-left: 0;
 +
padding-left: 0;
 +
}
 +
 +
.post > header .meta .published {
 +
margin-bottom: 0;
 +
margin-top: 0;
 +
}
 +
 +
.post > header .meta .author {
 +
-moz-flex-direction: row-reverse;
 +
-webkit-flex-direction: row-reverse;
 +
-ms-flex-direction: row-reverse;
 +
flex-direction: row-reverse;
 +
margin-bottom: 0;
 +
}
 +
 +
.post > header .meta .author .name {
 +
margin: 0 0 0 1.5em;
 +
}
 +
 +
.post > header .meta .author img {
 +
width: 3.5em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
.post {
 +
padding: 1.5em 1.5em 0.1em 1.5em ;
 +
left: -1.5em;
 +
margin: 0 0 2em 0;
 +
width: calc(100% + (1.5em * 2));
 +
}
 +
 +
.post > header {
 +
padding: 3em 1.5em 0.5em 1.5em ;
 +
left: -1.5em;
 +
margin: -1.5em 0 1.5em 0;
 +
width: calc(100% + 3em);
 +
}
 +
 +
.post > header .title h2 {
 +
font-size: 1.1em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 480px) {
 +
 +
.post > header .meta {
 +
-moz-align-items: center;
 +
-webkit-align-items: center;
 +
-ms-align-items: center;
 +
align-items: center;
 +
-moz-flex-direction: column;
 +
-webkit-flex-direction: column;
 +
-ms-flex-direction: column;
 +
flex-direction: column;
 +
}
 +
 +
.post > header .meta > * {
 +
border-left: 0;
 +
margin: 1em 0 0 0;
 +
padding-left: 0;
 +
}
 +
 +
.post > header .meta .author .name {
 +
display: none;
 +
}
 +
 +
.post > .image.featured {
 +
margin-left: -1.5em;
 +
margin-top: calc(-1.5em - 1px);
 +
width: calc(100% + 3em);
 +
}
 +
 +
.post > footer {
 +
-moz-align-items: stretch;
 +
-webkit-align-items: stretch;
 +
-ms-align-items: stretch;
 +
align-items: stretch;
 +
-moz-flex-direction: column-reverse;
 +
-webkit-flex-direction: column-reverse;
 +
-ms-flex-direction: column-reverse;
 +
flex-direction: column-reverse;
 +
}
 +
 +
.post > footer .stats {
 +
text-align: center;
 +
}
 +
 +
.post > footer .stats li {
 +
margin: 0 0 0 1.25em;
 +
padding: 0 0 0 1.25em;
 +
}
 +
 +
}
 +
 
/* Section/Article */
 
/* Section/Article */
 
+
 
section.special, article.special {
 
section.special, article.special {
 
text-align: center;
 
text-align: center;
 
}
 
}
 
+
 
header p {
 
header p {
 
font-family: "Raleway", Helvetica, sans-serif;
 
font-family: "Raleway", Helvetica, sans-serif;
Line 344: Line 845:
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
+
 
/* --Header */
 
/* --Header */
 
/* --Header */
 
 
   
 
   
 
body {
 
body {
Line 547: Line 1,046:
 
   
 
   
 
}
 
}
 
+
 
/* Wrapper */
 
/* Wrapper */
#wrapper {
+
 +
#wrapper {
 
display: -moz-flex;
 
display: -moz-flex;
 
display: -webkit-flex;
 
display: -webkit-flex;
Line 562: Line 1,062:
 
-ms-transition: opacity 0.5s ease;
 
-ms-transition: opacity 0.5s ease;
 
transition: opacity 0.5s ease;
 
transition: opacity 0.5s ease;
left: 5em;
+
margin: 0 auto;
 +
max-width: 100%;
 
opacity: 1;
 
opacity: 1;
 
padding: 4.5em;
 
padding: 4.5em;
width: 130%;
+
width: 90em;
 
}
 
}
 
+
 
body.is-menu-visible #wrapper {
 
body.is-menu-visible #wrapper {
 
opacity: 0.15;
 
opacity: 0.15;
 
}
 
}
 
+
 
@media screen and (max-width: 1680px) {
 
@media screen and (max-width: 1680px) {
 
+
 
#wrapper {
 
#wrapper {
 
padding: 4em;
 
padding: 4em;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 1280px) {
 
@media screen and (max-width: 1280px) {
 
+
 
#wrapper {
 
#wrapper {
 
display: block;
 
display: block;
 
}
 
}
 
+
 
}
 
}
 
+
 
@media screen and (max-width: 736px) {
 
@media screen and (max-width: 736px) {
 
+
 
#wrapper {
 
#wrapper {
 
padding: 1.5em;
 
padding: 1.5em;
 
}
 
}
 
+
 
}
 
}
 
+
 
body.single #wrapper {
 
body.single #wrapper {
 
display: block;
 
display: block;
 
}
 
}
+
 
+
 
/* Main */
 
/* Main */
 
+
 
#main {
 
#main {
 
-moz-flex-grow: 1;
 
-moz-flex-grow: 1;
Line 611: Line 1,111:
 
width: 100%;
 
width: 100%;
 
}
 
}
 +
 
/* Sidebar */
 
/* Sidebar */
 
+
 
#sidebar {
 
#sidebar {
 
margin-left: 2em;
 
margin-left: 2em;
 
margin-right: 2em;
 
margin-right: 2em;
width: 30%;
+
width: auto;
 
}
 
}
 
+
 
#sidebar > * {
 
#sidebar > * {
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
Line 624: Line 1,125:
 
padding: 3em 0 0 0;
 
padding: 3em 0 0 0;
 
}
 
}
 
+
 
#sidebar > :first-child {
 
#sidebar > :first-child {
 
border-top: 0;
 
border-top: 0;
Line 630: Line 1,131:
 
padding-top: 0;
 
padding-top: 0;
 
}
 
}
 
+
 
@media screen and (max-width: 1280px) {
 
@media screen and (max-width: 1280px) {
 
+
 
#sidebar {
 
#sidebar {
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
 
border-top: solid 1px rgba(160, 160, 160, 0.3);
Line 640: Line 1,141:
 
width: 100%;
 
width: 100%;
 
}
 
}
 
+
 
}
 
}
 
+
 
+
 
+
 
/* --Menu */
 
/* --Menu */
#menu {
+
 +
ul, ol {
 +
list-style:none;
 +
}
 +
.nav li a {
 +
padding:0px 12px;
 +
display:block;
 +
}
 +
 +
.nav li a:hover {
 +
}
 +
 +
.nav li ul {
 +
display:none;
 +
position:absolute;
 +
}
 +
 +
.nav li:hover > ul {
 +
background-color:#4E4444;
 +
display:block;
 +
}
 +
 +
.nav li ul li {
 +
position:relative;
 +
 +
}
 +
 +
 +
 +
 +
/* Intro */
 +
 +
#intro .logo {
 +
border-bottom: 0;
 +
display: inline-block;
 +
margin: 0 0 1em 0;
 +
overflow: hidden;
 +
position: relative;
 +
width: 11em;
 +
}
 +
 +
#intro .logo:before {
 +
background-position: top left;
 +
background-repeat: no-repeat;
 +
background-size: 100% 100%;
 +
content: '';
 +
display: block;
 +
height: 100%;
 +
left: 0;
 +
position: absolute;
 +
top: 0;
 +
width: 100%;
 +
}
 +
 +
#intro .logo img {
 +
display: block;
 +
margin-left: -0.15em;
 +
width: 9em;
 +
}
 +
 +
#intro header h2 {
 +
font-size: 2em;
 +
font-weight: 900;
 +
}
 +
 +
#intro header p {
 +
font-size: 0.8em;
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
#intro {
 +
margin: 0 0 3em 0;
 +
text-align: center;
 +
}
 +
 +
#intro header h2 {
 +
font-size: 2em;
 +
}
 +
 +
#intro header p {
 +
font-size: 0.7em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
#intro {
 +
margin: 0 0 1.5em 0;
 +
padding: 1.25em 0;
 +
}
 +
 +
#intro > :last-child {
 +
margin-bottom: 0;
 +
}
 +
 +
#intro .logo {
 +
margin: 0 0 0.5em 0;
 +
}
 +
 +
#intro header h2 {
 +
font-size: 1.25em;
 +
}
 +
 +
#intro header > :last-child {
 +
margin-bottom: 0;
 +
}
 +
 +
}
 +
 +
/* Footer */
 +
 +
#footer .icons {
 +
color: #aaaaaa;
 +
}
 +
 +
#footer .copyright {
 +
color: #aaaaaa;
 +
font-family: "Raleway", Helvetica, sans-serif;
 +
font-size: 1em;
 +
font-weight: 400;
 +
letter-spacing: 1em;
 +
text-transform: uppercase;
 +
}
 +
 +
body.single #footer {
 +
text-align: center;
 +
}
 +
 +
/* Menu */
 +
 +
#menu {
 
-moz-transform: translateX(25em);
 
-moz-transform: translateX(25em);
 
-webkit-transform: translateX(25em);
 
-webkit-transform: translateX(25em);
Line 743: Line 1,374:
 
   
 
   
 
}
 
}
 
 
 
/* Intro */
 
 
#intro .logo {
 
border-bottom: 0;
 
display: inline-block;
 
margin: 0 0 1em 0;
 
overflow: hidden;
 
position: relative;
 
width: 11em;
 
}
 
 
#intro .logo:before {
 
background-position: top left;
 
background-repeat: no-repeat;
 
background-size: 100% 100%;
 
content: '';
 
display: block;
 
height: 100%;
 
left: 0;
 
position: absolute;
 
top: 0;
 
width: 100%;
 
}
 
 
#intro .logo img {
 
display: block;
 
margin-left: -0.15em;
 
width: 9em;
 
}
 
 
#intro header h2 {
 
font-size: 2em;
 
font-weight: 900;
 
}
 
 
#intro header p {
 
font-size: 0.8em;
 
}
 
 
@media screen and (max-width: 1280px) {
 
 
#intro {
 
margin: 0 0 3em 0;
 
text-align: center;
 
}
 
 
#intro header h2 {
 
font-size: 2em;
 
}
 
 
#intro header p {
 
font-size: 0.7em;
 
}
 
 
}
 
 
@media screen and (max-width: 736px) {
 
 
#intro {
 
margin: 0 0 1.5em 0;
 
padding: 1.25em 0;
 
}
 
 
#intro > :last-child {
 
margin-bottom: 0;
 
}
 
 
#intro .logo {
 
margin: 0 0 0.5em 0;
 
}
 
 
#intro header h2 {
 
font-size: 1.25em;
 
}
 
 
#intro header > :last-child {
 
margin-bottom: 0;
 
}
 
 
}
 
 
/* Footer */
 
 
 
#footer .icons {
 
color: #aaaaaa;
 
}
 
 
#footer .copyright {
 
color: #aaaaaa;
 
font-family: "Raleway", Helvetica, sans-serif;
 
font-size: 1em;
 
font-weight: 400;
 
letter-spacing: 1em;
 
text-transform: uppercase;
 
}
 
 
body.single #footer {
 
text-align: center;
 
}
 
 
 
</style>
 
 
<!-- **************************************************** Inicia Pagina **************************** -->
 
</html>
 

Revision as of 11:39, 19 October 2016

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700%7CRaleway:400,800,900");

/* Future Imperfect by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

  • /

/* Reset */

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, hgroup, menu, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

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, q:before, q:after { content: ; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

body { -webkit-text-size-adjust: none; }

/* Box Model */

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Basic */

@-ms-viewport { width: device-width; }

body { -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {

html, body { min-width: 320px; }

}

body { background: #f4f4f4; }

body.is-loading *, body.is-loading *:before, body.is-loading *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; }

/* Type */

body, input, select, textarea { color: #646464; font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 14pt; font-weight: 400; line-height: 1.75; }

@media screen and (max-width: 1680px) {

body, input, select, textarea { font-size: 12pt; }

}

@media screen and (max-width: 1280px) {

body, input, select, textarea { font-size: 12pt; }

}

@media screen and (max-width: 980px) {

body, input, select, textarea { font-size: 12pt; }

}

@media screen and (max-width: 736px) {

body, input, select, textarea { font-size: 12pt; }

}

@media screen and (max-width: 480px) {

body, input, select, textarea { font-size: 12pt; }

}

a { -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease; -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease; -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease; transition: color 0.2s ease, border-bottom-color 0.2s ease; border-bottom: dotted 1px rgba(160, 160, 160, 0.65); color: inherit; text-decoration: none; }

a:before { -moz-transition: color 0.2s ease; -webkit-transition: color 0.2s ease; -ms-transition: color 0.2s ease; transition: color 0.2s ease; }

a:hover { border-bottom-color: transparent; color: #2ebaae !important; }

a:hover:before { color: #2ebaae !important; }

strong, b { color: #3c3b3b; font-weight: 700; }

em, i { font-style: italic; }

p { margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 { color: #3c3b3b; font-family: "Raleway", Helvetica, sans-serif; font-weight: 800; letter-spacing: 0.25em; line-height: 1.65; margin: 0 0 1em 0; text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; border-bottom: 0; }

h2 { font-size: 1.1em; }

h3 { font-size: 0.9em; }

h4 { font-size: 0.7em; }

h5 { font-size: 0.7em; }

h6 { font-size: 0.7em; }

sub { font-size: 0.8em; position: relative; top: 0.5em; }

sup { font-size: 0.8em; position: relative; top: -0.5em; }

blockquote { border-left: solid 4px rgba(160, 160, 160, 0.3); font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; }

code { background: rgba(160, 160, 160, 0.075); border: solid 1px rgba(160, 160, 160, 0.3); font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; }

pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; }

pre code { display: block; line-height: 1.75em; padding: 1em 1.5em; overflow-x: auto; }

hr { border: 0; border-bottom: solid 1px rgba(160, 160, 160, 0.3); margin: 2em 0; }

hr.major { margin: 3em 0; }

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }


/* Blurb */

.blurb h2 { font-size: 0.8em; margin: 0 0 1.5em 0; }

.blurb h3 { font-size: 0.7em; }

.blurb p { font-size: 0.9em; }


/* List */

ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; }

ol li { padding-left: 0.25em; }

ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; }

ul li { padding-left: 0.5em; }

ul.alt { list-style: none; padding-left: 0; }

ul.alt li { border-top: solid 1px rgba(160, 160, 160, 0.3); padding: 0.5em 0; }

ul.alt li:first-child { border-top: 0; padding-top: 0; }

ul.icons { cursor: default; list-style: none; padding-left: 0; }

ul.icons li { display: inline-block; padding: 0 1em 0 0; }

ul.icons li:last-child { padding-right: 0; }

ul.icons li > * { text-decoration: none; border: 0; }

ul.icons li > *:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

ul.icons li > * .label { display: none; }

ul.actions { cursor: default; list-style: none; padding-left: 0; }

ul.actions li { display: inline-block; padding: 0 1.5em 0 0; vertical-align: middle; }

ul.actions li:last-child { padding-right: 0; }

ul.actions.pagination .next { text-decoration: none; }

ul.actions.pagination .next:after { content: ""; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

ul.actions.pagination .next:after { content: '\f054'; }

ul.actions.pagination .previous { text-decoration: none; }

ul.actions.pagination .previous:before { content: ""; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

ul.actions.pagination .previous:before { content: '\f053'; }

@media screen and (max-width: 1280px) {

ul.actions.pagination { text-align: center; }

ul.actions.pagination .next, ul.actions.pagination .previous { min-width: 20em; }

}

@media screen and (max-width: 736px) {

ul.actions.pagination .next, ul.actions.pagination .previous { min-width: 18em; }

}

ul.actions.small li { padding: 0 1em 0 0; }

ul.actions.vertical li { display: block; padding: 1.5em 0 0 0; }

ul.actions.vertical li:first-child { padding-top: 0; }

ul.actions.vertical li > * { margin-bottom: 0; }

ul.actions.vertical.small li { padding: 1em 0 0 0; }

ul.actions.vertical.small li:first-child { padding-top: 0; }

ul.actions.fit { display: table; margin-left: -1em; padding: 0; table-layout: fixed; width: calc(100% + 1em); }

ul.actions.fit li { display: table-cell; padding: 0 0 0 1em; }

ul.actions.fit li > * { margin-bottom: 0; }

ul.actions.fit.small { margin-left: -0.5em; width: calc(100% + 0.5em); }

ul.actions.fit.small li { padding: 0 0 0 0.5em; }

@media screen and (max-width: 480px) {

ul.actions { margin: 0 0 2em 0; }

ul.actions li { padding: 1em 0 0 0; display: block; text-align: center; width: 100%; }

ul.actions li:first-child { padding-top: 0; }

ul.actions li > * { width: 100%; margin: 0 !important; }

ul.actions.small li { padding: 0.5em 0 0 0; }

ul.actions.small li:first-child { padding-top: 0; }

}


dl { margin: 0 0 2em 0; }

dl dt { display: block; font-weight: 700; margin: 0 0 1em 0; }

dl dd { margin-left: 2em; }


/* Post */

.post { padding: 2em 3em 1em 3em ; background: #ffffff; border: solid 1px rgba(160, 160, 160, 0.3); margin: 0 0 3em 0; position: relative; }

.post > header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; border-bottom: solid 1px rgba(160, 160, 160, 0.3); left: -3em; margin: -3em 0 3em 0; position: relative; width: calc(100% + 6em); }

.post > header .title { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -ms-flex: 1; padding: 3.75em 3em 3.3em 3em; }

.post > header .title h2 { font-weight: 900; font-size: 1.5em; }

.post > header .title > :last-child { margin-bottom: 0; }

.post > header .meta { padding: 3.75em 3em 1.75em 3em ; border-left: solid 1px rgba(160, 160, 160, 0.3); min-width: 17em; text-align: right; width: 17em; }

.post > header .meta > * { margin: 0 0 1em 0; }

.post > header .meta > :last-child { margin-bottom: 0; }

.post > header .meta .published { color: #3c3b3b; display: block; font-family: "Raleway", Helvetica, sans-serif; font-size: 0.7em; font-weight: 800; letter-spacing: 0.25em; margin-top: 0.5em; text-transform: uppercase; white-space: nowrap; }

.post > a.image.featured { overflow: hidden; }

.post > a.image.featured img { -moz-transition: -moz-transform 0.2s ease-out; -webkit-transition: -webkit-transform 0.2s ease-out; -ms-transition: -ms-transform 0.2s ease-out; transition: transform 0.2s ease-out; }

.post > a.image.featured:hover img { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.post > footer { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; }

.post > footer .actions { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; }

.post > footer .stats { cursor: default; list-style: none; padding: 0; }

.post > footer .stats li { border-left: solid 1px rgba(160, 160, 160, 0.3); display: inline-block; font-family: "Raleway", Helvetica, sans-serif; font-size: 0.6em; font-weight: 400; letter-spacing: 0.25em; line-height: 1; margin: 0 0 0 2em; padding: 0 0 0 2em; text-transform: uppercase; }

.post > footer .stats li:first-child { border-left: 0; margin-left: 0; padding-left: 0; }

.post > footer .stats li .icon { border-bottom: 0; }

.post > footer .stats li .icon:before { color: rgba(160, 160, 160, 0.3); margin-right: 0.75em; }

@media screen and (max-width: 980px) {

.post { border-left: 0; border-right: 0; left: -3em; width: calc(100% + (3em * 2)); }

.post > header { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 3.75em 3em 1.25em 3em ; border-left: 0; }

.post > header .title { -ms-flex: 0 1 auto; margin: 0 0 2em 0; padding: 0; text-align: center; }

.post > header .meta { -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; border-left: 0; margin: 0 0 2em 0; padding-top: 0; padding: 0; text-align: left; width: 100%; }

.post > header .meta > * { border-left: solid 1px rgba(160, 160, 160, 0.3); margin-left: 2em; padding-left: 2em; }

.post > header .meta > :first-child { border-left: 0; margin-left: 0; padding-left: 0; }

.post > header .meta .published { margin-bottom: 0; margin-top: 0; }

.post > header .meta .author { -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom: 0; }

.post > header .meta .author .name { margin: 0 0 0 1.5em; }

.post > header .meta .author img { width: 3.5em; }

}

@media screen and (max-width: 736px) {

.post { padding: 1.5em 1.5em 0.1em 1.5em ; left: -1.5em; margin: 0 0 2em 0; width: calc(100% + (1.5em * 2)); }

.post > header { padding: 3em 1.5em 0.5em 1.5em ; left: -1.5em; margin: -1.5em 0 1.5em 0; width: calc(100% + 3em); }

.post > header .title h2 { font-size: 1.1em; }

}

@media screen and (max-width: 480px) {

.post > header .meta { -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.post > header .meta > * { border-left: 0; margin: 1em 0 0 0; padding-left: 0; }

.post > header .meta .author .name { display: none; }

.post > .image.featured { margin-left: -1.5em; margin-top: calc(-1.5em - 1px); width: calc(100% + 3em); }

.post > footer { -moz-align-items: stretch; -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; -moz-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.post > footer .stats { text-align: center; }

.post > footer .stats li { margin: 0 0 0 1.25em; padding: 0 0 0 1.25em; }

}

/* Section/Article */

section.special, article.special { text-align: center; }

header p { font-family: "Raleway", Helvetica, sans-serif; font-size: 0.7em; font-weight: 400; letter-spacing: 0.25em; line-height: 2.5; margin-top: -1em; text-transform: uppercase; }

/* --Header */

body { padding-top: 3.5em; }

#header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-justify-content: space-between; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; background-color: #444; border-bottom: solid 1px rgba(160, 160, 160, 0.3); height: 3.5em; left: 0; line-height: 3.5em; position: fixed; top: 0; width: 100%; z-index: 10000; }

#header a { color: #fff; text-decoration: none; }

#header ul { list-style: none; margin: 0; padding-left: 0; }

#header ul li { display: inline-block; padding-left: 0; }

#header h1 { height: inherit; line-height: inherit; padding: 0 0 0 1.5em; white-space: nowrap; }

#header h1 a { font-size: 0.7em; }

#header .links { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-left: solid 1px rgba(160, 160, 160, 0.3); height: inherit; line-height: inherit; margin-left: 1.5em; overflow: hidden; padding-left: 1.5em; }

#header .links ul li { border-left: solid 1px rgba(160, 160, 160, 0.3); line-height: 1; margin-left: 1em; padding-left: 1em; }

#header .links ul li:first-child { border-left: 0; margin-left: 0; padding-left: 0; }

#header .links ul li a { border-bottom: 0; font-family: "Raleway", Helvetica, sans-serif; font-size: 0.7em; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; }

#header .main { height: inherit; line-height: inherit; text-align: right; }

#header .main ul { height: inherit; line-height: inherit; }

#header .main ul li { border-left: solid 1px rgba(160, 160, 160, 0.3); height: inherit; line-height: inherit; white-space: nowrap; }

#header .main ul li > * { display: block; float: left; }

#header .main ul li > a { text-decoration: none; border-bottom: 0; color: #aaaaaa; overflow: hidden; position: relative; text-indent: 4em; width: 4em; }

#header .main ul li > a:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; }

#header .main ul li > a:before { display: block; height: inherit; left: 0; line-height: inherit; position: absolute; text-align: center; text-indent: 0; top: 0; width: inherit; }

#header form { margin: 0; }

#header form input { display: inline-block; height: 2.5em; position: relative; top: -2px; vertical-align: middle; }

#header #search { -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; max-width: 0; opacity: 0; overflow: hidden; padding: 0; white-space: nowrap; }

#header #search input { width: 12em; }

#header #search.visible { max-width: 12.5em; opacity: 1; padding: 0 0.5em 0 0; }

@media screen and (max-width: 980px) {

#header .links { display: none; }

}

@media screen and (max-width: 736px) {

#header { height: 2.75em; line-height: 2.75em; }

#header h1 { padding: 0 0 0 1em; }

#header .main .search { display: none; }

}

/* Wrapper */

#wrapper { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; transition: opacity 0.5s ease; margin: 0 auto; max-width: 100%; opacity: 1; padding: 4.5em; width: 90em; }

body.is-menu-visible #wrapper { opacity: 0.15; }

@media screen and (max-width: 1680px) {

#wrapper { padding: 4em; }

}

@media screen and (max-width: 1280px) {

#wrapper { display: block; }

}

@media screen and (max-width: 736px) {

#wrapper { padding: 1.5em; }

}

body.single #wrapper { display: block; }

/* Main */

#main { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -ms-flex: 1; width: 100%; }

/* Sidebar */

#sidebar { margin-left: 2em; margin-right: 2em; width: auto; }

#sidebar > * { border-top: solid 1px rgba(160, 160, 160, 0.3); margin: 3em 0 0 0; padding: 3em 0 0 0; }

#sidebar > :first-child { border-top: 0; margin-top: 0; padding-top: 0; }

@media screen and (max-width: 1280px) {

#sidebar { border-top: solid 1px rgba(160, 160, 160, 0.3); margin: 3em 0 0 0; min-width: 0; padding: 3em 0 0 0; width: 100%; }

}

/* --Menu */

ul, ol { list-style:none; } .nav li a { padding:0px 12px; display:block; }

.nav li a:hover { }

.nav li ul { display:none; position:absolute; }

.nav li:hover > ul { background-color:#4E4444; display:block; }

.nav li ul li { position:relative;

}



/* Intro */

#intro .logo { border-bottom: 0; display: inline-block; margin: 0 0 1em 0; overflow: hidden; position: relative; width: 11em; }

#intro .logo:before { background-position: top left; background-repeat: no-repeat; background-size: 100% 100%; content: ; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

#intro .logo img { display: block; margin-left: -0.15em; width: 9em; }

#intro header h2 { font-size: 2em; font-weight: 900; }

#intro header p { font-size: 0.8em; }

@media screen and (max-width: 1280px) {

#intro { margin: 0 0 3em 0; text-align: center; }

#intro header h2 { font-size: 2em; }

#intro header p { font-size: 0.7em; }

}

@media screen and (max-width: 736px) {

#intro { margin: 0 0 1.5em 0; padding: 1.25em 0; }

#intro > :last-child { margin-bottom: 0; }

#intro .logo { margin: 0 0 0.5em 0; }

#intro header h2 { font-size: 1.25em; }

#intro header > :last-child { margin-bottom: 0; }

}

/* Footer */

#footer .icons { color: #aaaaaa; }

#footer .copyright { color: #aaaaaa; font-family: "Raleway", Helvetica, sans-serif; font-size: 1em; font-weight: 400; letter-spacing: 1em; text-transform: uppercase; }

body.single #footer { text-align: center; }

/* Menu */

#menu { -moz-transform: translateX(25em); -webkit-transform: translateX(25em); -ms-transform: translateX(25em); transform: translateX(25em); -moz-transition: -moz-transform 0.5s ease, visibility 0.5s; -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s; -ms-transition: -ms-transform 0.5s ease, visibility 0.5s; transition: transform 0.5s ease, visibility 0.5s; -webkit-overflow-scrolling: touch; background: #ffffff; border-left: solid 1px rgba(160, 160, 160, 0.3); box-shadow: none; height: 100%; max-width: 80%; overflow-y: auto; position: fixed; right: 0; top: 0; visibility: hidden; width: 25em; z-index: 10002; }

#menu > * { border-top: solid 1px rgba(160, 160, 160, 0.3); padding: 3em; }

#menu > * > :last-child { margin-bottom: 0; }

#menu > :first-child { border-top: 0; }

#menu .links { list-style: none; padding: 0; }

#menu .links > li { border: 0; border-top: dotted 1px rgba(160, 160, 160, 0.3); margin: 1.5em 0 0 0; padding: 1.5em 0 0 0; }

#menu .links > li a { display: block; border-bottom: 0; }

#menu .links > li a h3 { -moz-transition: color 0.2s ease; -webkit-transition: color 0.2s ease; -ms-transition: color 0.2s ease; transition: color 0.2s ease; font-size: 0.7em; }

#menu .links > li a p { font-family: "Raleway", Helvetica, sans-serif; font-size: 0.6em; font-weight: 400; letter-spacing: 0.25em; margin-bottom: 0; text-decoration: none; text-transform: uppercase; }

#menu .links > li a:hover h3 { color: #2ebaae; }

#menu .links > li:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

body.is-menu-visible #menu { -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); visibility: visible; }

@media screen and (max-width: 736px) {

#menu > * { padding: 1.5em; }

}