/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: " ";
  display: table;
  line-height: 0;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* GRID OVERVIEW

 1		  76		  84
 2		 160		 168
 3		 244		 252
 4		 328		 336
 5		 412		 420
 6		 496		 504
 7		 580		 588
 8		 664		 672
 9		 748		 756
10		 832		 840
11		 916		 924
12		1000		1008

*/
@font-face {
  font-family: 'Apercu Regular';
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-regular.eot');
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-regular.eot?#iefix') format('embedded-opentype'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-regular.woff') format('woff'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Apercu Bold';
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-bold.eot');
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-bold.eot?#iefix') format('embedded-opentype'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-bold.woff') format('woff'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/apercu-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'SabonLTStd-Roman';
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_0_0.eot');
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_0_0.eot?#iefix') format('embedded-opentype'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_0_0.woff') format('woff'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'SabonLTStd-Italic';
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_1_0.eot');
  src: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_1_0.eot?#iefix') format('embedded-opentype'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_1_0.woff') format('woff'), url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/../fonts/28FEE7_1_0.ttf') format('truetype');
}
/* glue: 0.3 hash: 1ed5b1db5a */
.images-expander-large,
.images-expander-small,
.images-logo,
.images-dial,
.images-plus,
.images-twitter,
.images-pinterest,
.images-facebook {
  background-image: url('http://www.sparkassenfotogalerie.it/wp-content/themes/stsp-archive/stylesheets/less/images.png');
  background-repeat: no-repeat;
}
.images-expander-large {
  background-position: -2px -2px;
  width: 128px;
  height: 128px;
}
.images-expander-small {
  background-position: -134px -2px;
  width: 96px;
  height: 96px;
}
.images-logo {
  background-position: -2px -134px;
  width: 75px;
  height: 75px;
}
.images-dial {
  background-position: -81px -134px;
  width: 75px;
  height: 75px;
}
.images-plus {
  background-position: -134px -102px;
  width: 26px;
  height: 26px;
}
.images-twitter {
  background-position: -164px -102px;
  width: 25px;
  height: 25px;
}
.images-pinterest {
  background-position: -193px -102px;
  width: 20px;
  height: 25px;
}
.images-facebook {
  background-position: -160px -134px;
  width: 25px;
  height: 25px;
}
html {
  background: #ffffff;
}
html body {
  background: transparent;
  margin: 0 auto;
  max-width: 672px;
  padding: 0 32px;
}
@media (min-width: 920px) {
  html body {
    max-width: 840px;
  }
}
@media (min-width: 1088px) {
  html body {
    max-width: 1008px;
  }
}
html body header {
  *zoom: 1;
  display: block;
  width: 680px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 36px;
  margin-top: 24px;
}
html body header:before,
html body header:after {
  content: " ";
  display: table;
  line-height: 0;
}
html body header:after {
  clear: both;
}
html body header:before,
html body header:after {
  content: "";
  display: table;
}
html body header:after {
  clear: both;
}
@media (min-width: 920px) {
  html body header {
    *zoom: 1;
    display: block;
    width: 848px;
    margin-left: -4px;
    margin-right: -4px;
  }
  html body header:before,
  html body header:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  html body header:after {
    clear: both;
  }
  html body header:before,
  html body header:after {
    content: "";
    display: table;
  }
  html body header:after {
    clear: both;
  }
}
@media (min-width: 1088px) {
  html body header {
    *zoom: 1;
    display: block;
    width: 1016px;
    margin-left: -4px;
    margin-right: -4px;
  }
  html body header:before,
  html body header:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  html body header:after {
    clear: both;
  }
  html body header:before,
  html body header:after {
    content: "";
    display: table;
  }
  html body header:after {
    clear: both;
  }
}
@media (min-width: 920px) {
  html body header {
    margin-bottom: 40.8px;
    margin-top: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body header {
    margin-bottom: 48px;
    margin-top: 32px;
  }
}
html body header .dial,
html body header .logo {
  display: inline;
  float: left;
  width: 76px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 920px) {
  html body header .dial,
  html body header .logo {
    display: inline;
    float: left;
    width: 76px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body header .dial,
  html body header .logo {
    display: inline;
    float: left;
    width: 76px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
html body header .dial i,
html body header .logo i {
  -moz-display: inline-block;
  display: inline-block;
  height: 75px;
  width: 75px;
  vertical-align: bottom;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
@media (min-width: 920px) {
  html body header .dial i,
  html body header .logo i {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
  }
}
@media (min-width: 1088px) {
  html body header .dial i,
  html body header .logo i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
html body header .dial {
  margin-left: 46px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -moz-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -moz-transform 0.5s ease-in-out;
  transition: -moz-transform 0.5s ease-in-out;
  -webkit-transition: -ms-transform 0.5s ease-in-out;
  -moz-transition: -ms-transform 0.5s ease-in-out;
  -o-transition: -ms-transform 0.5s ease-in-out;
  transition: -ms-transform 0.5s ease-in-out;
  -webkit-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: -o-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 920px) {
  html body header .dial {
    margin-left: 96.40000000000001px;
  }
}
@media (min-width: 1088px) {
  html body header .dial {
    margin-left: 151px;
  }
}
html body header .dial i {
  margin: 0 auto 0 0;
}
html body header .dial.triggered {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
html body header .logo {
  margin-right: 46px;
}
@media (min-width: 920px) {
  html body header .logo {
    margin-right: 96.40000000000001px;
  }
}
@media (min-width: 1088px) {
  html body header .logo {
    margin-right: 151px;
  }
}
html body header .identity {
  color: #000000;
  display: inline;
  float: left;
  width: 412px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 24px;
}
@media (min-width: 920px) {
  html body header .identity {
    display: inline;
    float: left;
    width: 479.2px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body header .identity {
    display: inline;
    float: left;
    width: 538px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  html body header .identity {
    margin-bottom: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body header .identity {
    margin-bottom: 32px;
  }
}
html body header .identity .brand {
  font-family: 'Apercu Bold', Calibri, sans-serif;
  font-size: 28.8px;
  font-style: normal;
  font-weight: normal;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  html body header .identity .brand {
    font-size: 32.4px;
  }
}
@media (min-width: 1088px) {
  html body header .identity .brand {
    font-size: 36px;
  }
}
@media (min-width: 920px) {
  html body header .identity .brand {
    padding: 13.6px 0;
  }
}
@media (min-width: 1088px) {
  html body header .identity .brand {
    padding: 16px 0;
  }
}
html body header .identity .brand a {
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body header .identity .brand a:hover {
  color: #e2251b;
}
html body header .identity .tagline {
  margin: 0 auto;
  font-family: 'SabonLTStd-Italic', Calibri, sans-serif;
  font-size: 14.4px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 920px) {
  html body header .identity .tagline {
    font-size: 16.2px;
  }
}
@media (min-width: 1088px) {
  html body header .identity .tagline {
    font-size: 18px;
  }
}
html body header form {
  display: inline;
  float: left;
  width: 412px;
  margin-left: 4px;
  margin-right: 4px;
  height: 24px;
  padding: 0 0 12px 0;
}
@media (min-width: 920px) {
  html body header form {
    display: inline;
    float: left;
    width: 496px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body header form {
    display: inline;
    float: left;
    width: 664px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  html body header form {
    height: 27.2px;
    padding: 0 0 13.6px 0;
  }
}
@media (min-width: 1088px) {
  html body header form {
    height: 32px;
    padding: 0 0 16px 0;
  }
}
html body header form input.query {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  width: 144px;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 920px) {
  html body header form input.query {
    width: 163.2px;
  }
}
@media (min-width: 1088px) {
  html body header form input.query {
    width: 192px;
  }
}
@media (min-width: 920px) {
  html body header form input.query {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body header form input.query {
    font-size: 14px;
  }
}
html body header form input.query:-moz-placeholder {
  color: #000000;
}
html body header form input.query::-moz-placeholder {
  color: #000000;
}
html body header form input.query:-ms-input-placeholder {
  color: #000000;
}
html body header form input.query::-webkit-input-placeholder {
  color: #000000;
}
html body header form input.query:focus {
  cursor: text;
}
html body header form input.query:focus:-moz-placeholder {
  color: #999999;
}
html body header form input.query:focus::-moz-placeholder {
  color: #999999;
}
html body header form input.query:focus:-ms-input-placeholder {
  color: #999999;
}
html body header form input.query:focus::-webkit-input-placeholder {
  color: #999999;
}
html body header nav.languages {
  display: inline;
  float: left;
  width: 244px;
  margin-left: 4px;
  margin-right: 4px;
  height: 24px;
  padding: 0 0 12px 0;
}
@media (min-width: 920px) {
  html body header nav.languages {
    display: inline;
    float: left;
    width: 328px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body header nav.languages {
    display: inline;
    float: left;
    width: 328px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  html body header nav.languages {
    height: 27.2px;
    padding: 0 0 13.6px 0;
  }
}
@media (min-width: 1088px) {
  html body header nav.languages {
    height: 32px;
    padding: 0 0 16px 0;
  }
}
html body header nav.languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
html body header nav.languages ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  vertical-align: bottom;
}
html body header nav.languages ul li a {
  text-transform: uppercase;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  html body header nav.languages ul li a {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body header nav.languages ul li a {
    font-size: 14px;
  }
}
html body header nav.languages ul li a:hover {
  color: #e2251b;
}
html body header nav.languages ul li.active a {
  color: #999999;
}
html body header nav.languages ul li:after {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  content: "|";
  display: inline;
  padding: 0 4px;
}
@media (min-width: 920px) {
  html body header nav.languages ul li:after {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body header nav.languages ul li:after {
    font-size: 14px;
  }
}
html body header nav.languages ul li.last-child:after {
  display: none;
}
html body header nav.primary {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 0;
  height: 24px;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 920px) {
  html body header nav.primary {
    height: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body header nav.primary {
    height: 32px;
  }
}
@media (min-width: 920px) {
  html body header nav.primary {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body header nav.primary {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
html body header nav.primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body header nav.primary ul li {
  float: left;
  line-height: 30px;
  text-align: center;
  width: 25%;
}
@media (min-width: 920px) {
  html body header nav.primary ul li {
    line-height: 34px;
  }
}
@media (min-width: 1088px) {
  html body header nav.primary ul li {
    line-height: 40px;
  }
}
html body header nav.primary ul li a {
  text-transform: uppercase;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  html body header nav.primary ul li a {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body header nav.primary ul li a {
    font-size: 14px;
  }
}
html body header nav.primary ul li a:hover {
  color: #e2251b;
}
html body header nav.primary ul li.current-menu-item a {
  color: #999999;
}
html body footer {
  *zoom: 1;
  display: block;
  width: 680px;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 72px;
}
html body footer:before,
html body footer:after {
  content: " ";
  display: table;
  line-height: 0;
}
html body footer:after {
  clear: both;
}
html body footer:before,
html body footer:after {
  content: "";
  display: table;
}
html body footer:after {
  clear: both;
}
@media (min-width: 920px) {
  html body footer {
    *zoom: 1;
    display: block;
    width: 848px;
    margin-left: -4px;
    margin-right: -4px;
  }
  html body footer:before,
  html body footer:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  html body footer:after {
    clear: both;
  }
  html body footer:before,
  html body footer:after {
    content: "";
    display: table;
  }
  html body footer:after {
    clear: both;
  }
}
@media (min-width: 1088px) {
  html body footer {
    *zoom: 1;
    display: block;
    width: 1016px;
    margin-left: -4px;
    margin-right: -4px;
  }
  html body footer:before,
  html body footer:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  html body footer:after {
    clear: both;
  }
  html body footer:before,
  html body footer:after {
    content: "";
    display: table;
  }
  html body footer:after {
    clear: both;
  }
}
@media (min-width: 920px) {
  html body footer {
    margin-top: 81.59999999999999px;
  }
}
@media (min-width: 1088px) {
  html body footer {
    margin-top: 96px;
  }
}
html body footer section.inside {
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  background: #e2251b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 24px;
}
@media (min-width: 920px) {
  html body footer section.inside {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  html body footer section.inside {
    padding: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside {
    padding: 32px;
  }
}
html body footer section.inside .property {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
@media (min-width: 920px) {
  html body footer section.inside .property {
    font-size: 10.8px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside .property {
    font-size: 12px;
  }
}
html body footer section.inside .property a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body footer section.inside .property a:hover {
  color: #dddddd;
}
@media (min-width: 920px) {
  html body footer section.inside .property {
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside .property {
    line-height: 32px;
  }
}
html body footer section.inside a.mail {
  float: left;
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 24px;
}
@media (min-width: 920px) {
  html body footer section.inside a.mail {
    font-size: 10.8px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside a.mail {
    font-size: 12px;
  }
}
html body footer section.inside a.mail:hover {
  color: #dddddd;
}
@media (min-width: 920px) {
  html body footer section.inside a.mail {
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside a.mail {
    line-height: 32px;
  }
}
html body footer section.inside nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
html body footer section.inside nav ul li {
  display: inline;
  line-height: 24px;
}
@media (min-width: 920px) {
  html body footer section.inside nav ul li {
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside nav ul li {
    line-height: 32px;
  }
}
html body footer section.inside nav ul li a {
  text-transform: uppercase;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  html body footer section.inside nav ul li a {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside nav ul li a {
    font-size: 14px;
  }
}
html body footer section.inside nav ul li a:hover {
  color: #dddddd;
}
html body footer section.inside nav ul li.current-menu-item a {
  color: #999999;
}
html body footer section.inside nav ul li:after {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  content: "|";
  display: inline;
  line-height: 24px;
  padding: 0 6px 0 10px;
}
@media (min-width: 920px) {
  html body footer section.inside nav ul li:after {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside nav ul li:after {
    font-size: 14px;
  }
}
@media (min-width: 920px) {
  html body footer section.inside nav ul li:after {
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  html body footer section.inside nav ul li:after {
    line-height: 32px;
  }
}
html body footer section.inside nav ul li.last-menu-item:after {
  display: none;
}
html body div.loader {
  margin: 0;
  padding: 0;
  position: relative;
}
html body div.container {
  *zoom: 1;
  position: relative;
}
html body div.container:before,
html body div.container:after {
  content: " ";
  display: table;
  line-height: 0;
}
html body div.container:after {
  clear: both;
}
html body div.container:before,
html body div.container:after {
  content: "";
  display: table;
}
html body div.container:after {
  clear: both;
}
html body div.container div.obfuscate {
  background: #ffffff;
  opacity: 0.33;
  filter: alpha(opacity=33);
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.has-title h2 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  height: 24px;
  line-height: 24px;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 920px) {
  section.has-title h2 {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  section.has-title h2 {
    font-size: 14px;
  }
}
@media (min-width: 920px) {
  section.has-title h2 {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.has-title h2 {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.has-title h2 {
    height: 27.2px;
    line-height: 27.2px;
    margin-bottom: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.has-title h2 {
    height: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
section.go-to {
  cursor: pointer;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  height: 48px;
  margin-bottom: 48px;
}
@media (min-width: 920px) {
  section.go-to {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.go-to {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.go-to {
    height: 54.4px;
    margin-bottom: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.go-to {
    height: 64px;
    margin-bottom: 64px;
  }
}
section.go-to:hover i,
section.go-to:hover a {
  color: #e2251b;
}
section.go-to i {
  display: block;
  height: 32px;
  text-align: center;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 22.4px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  section.go-to i {
    font-size: 25.2px;
  }
}
@media (min-width: 1088px) {
  section.go-to i {
    font-size: 28px;
  }
}
section.go-to i:hover {
  color: #e2251b;
}
section.go-to a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  section.go-to a {
    height: 27.2px;
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.go-to a {
    height: 32px;
    line-height: 32px;
  }
}
@media (min-width: 920px) {
  section.go-to a {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  section.go-to a {
    font-size: 14px;
  }
}
section.go-to a:hover {
  color: #e2251b;
}
section.go-to.goes-back i {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 920px) {
  section.go-to.goes-back i {
    font-size: 18px;
  }
}
@media (min-width: 1088px) {
  section.go-to.goes-back i {
    font-size: 20px;
  }
}
section.has-pictures h3 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.has-pictures h3 {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures h3 {
    font-size: 14px;
  }
}
section.has-pictures .filters {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 920px) {
  section.has-pictures .filters {
    margin: 0 0 27.2px 0;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .filters {
    margin: 0 0 32px 0;
  }
}
section.has-pictures .filters li {
  -moz-display: inline-block;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 0 12px;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  section.has-pictures .filters li {
    height: 27.2px;
    line-height: 27.2px;
    margin: 0 13.6px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .filters li {
    height: 32px;
    line-height: 32px;
    margin: 0 16px;
  }
}
section.has-pictures .filters li.active {
  border-bottom: 1px solid #000000;
}
section.has-pictures .filters li a {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 920px) {
  section.has-pictures .filters li a {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .filters li a {
    font-size: 14px;
  }
}
section.has-pictures .filters li a:hover {
  color: #999999;
}
section.has-pictures .pictures {
  min-width: 672px;
  width: 100%;
}
section.has-pictures .pictures article.landscape,
section.has-pictures .pictures article.square,
section.has-pictures .pictures article.landscape img,
section.has-pictures .pictures article.square img {
  width: 162px;
  height: 107px;
}
@media (min-width: 920px) {
  section.has-pictures .pictures article.landscape,
  section.has-pictures .pictures article.square,
  section.has-pictures .pictures article.landscape img,
  section.has-pictures .pictures article.square img {
    width: 204px;
    height: 135px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .pictures article.landscape,
  section.has-pictures .pictures article.square,
  section.has-pictures .pictures article.landscape img,
  section.has-pictures .pictures article.square img {
    width: 244px;
    height: 162px;
  }
}
section.has-pictures .pictures article.portrait,
section.has-pictures .pictures article.portrait img {
  width: 162px;
  height: 222px;
}
@media (min-width: 920px) {
  section.has-pictures .pictures article.portrait,
  section.has-pictures .pictures article.portrait img {
    width: 204px;
    height: 278px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .pictures article.portrait,
  section.has-pictures .pictures article.portrait img {
    width: 244px;
    height: 332px;
  }
}
section.has-pictures .pagination {
  margin: 48px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 920px) {
  section.has-pictures .pagination {
    margin: 54.4px 0 0 0;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .pagination {
    margin: 64px 0 0 0;
  }
}
section.has-pictures .pagination li {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 11.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  -moz-display: inline-block;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  text-align: center;
  vertical-align: bottom;
}
@media (min-width: 920px) {
  section.has-pictures .pagination li {
    font-size: 12.6px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .pagination li {
    font-size: 14px;
  }
}
section.has-pictures .pagination li.previous,
section.has-pictures .pagination li.next {
  width: 36px;
}
section.has-pictures .pagination li a {
  -moz-display: inline-block;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 12px;
}
section.has-pictures .pagination li a:hover {
  color: #e2251b;
}
@media (min-width: 920px) {
  section.has-pictures .pagination li {
    height: 27.2px;
    line-height: 27.2px;
    padding: 0 6.8px;
  }
  section.has-pictures .pagination li.previous,
  section.has-pictures .pagination li.next {
    width: 40.8px;
  }
  section.has-pictures .pagination li a {
    width: 13.6px;
  }
}
@media (min-width: 1088px) {
  section.has-pictures .pagination li {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
  }
  section.has-pictures .pagination li.previous,
  section.has-pictures .pagination li.next {
    width: 48px;
  }
  section.has-pictures .pagination li a {
    width: 16px;
  }
}
a.can-be-expanded {
  display: block;
  position: relative;
}
a.can-be-expanded img {
  max-width: 100%;
  vertical-align: bottom;
  z-index: 100;
}
a.can-be-expanded div.expand {
  background-color: #e2251b;
  background-color: rgba(228, 37, 27, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9e4251b, endColorstr=#d9e4251b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9e4251b, endColorstr=#d9e4251b);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transform: rotate(90deg) scale(0.66);
  -moz-transform: rotate(90deg) scale(0.66);
  -ms-transform: rotate(90deg) scale(0.66);
  -o-transform: rotate(90deg) scale(0.66);
  transform: rotate(90deg) scale(0.66);
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  z-index: 200;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  border-top-right-radius: 48px;
  border-top-left-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
  padding: 35px;
  width: 96px;
  height: 96px;
}
a.can-be-expanded div.expand i {
  -moz-display: inline-block;
  display: inline-block;
  width: 26px;
  height: 25px;
}
@media (min-width: 1088px) {
  a.can-be-expanded div.expand {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    border-top-right-radius: 64px;
    border-top-left-radius: 64px;
    margin-left: -64px;
    margin-top: -64px;
    padding: 51px;
    width: 128px;
    height: 128px;
  }
}
a.can-be-expanded:hover div.expand {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
section.random-picture {
  *zoom: 1;
  margin: 0 0 48px 0;
}
section.random-picture:before,
section.random-picture:after {
  content: " ";
  display: table;
  line-height: 0;
}
section.random-picture:after {
  clear: both;
}
section.random-picture:before,
section.random-picture:after {
  content: "";
  display: table;
}
section.random-picture:after {
  clear: both;
}
@media (min-width: 920px) {
  section.random-picture {
    margin: 0 0 54.4px 0;
  }
}
@media (min-width: 1088px) {
  section.random-picture {
    margin: 0 0 64px 0;
  }
}
section.random-picture > a {
  margin-top: 12px;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 499.5px;
  height: 333px;
}
@media (min-width: 920px) {
  section.random-picture > a {
    margin-top: 13.6px;
    margin-bottom: 27.2px;
    width: 566.1px;
    height: 377.4px;
  }
}
@media (min-width: 1088px) {
  section.random-picture > a {
    margin-top: 16px;
    margin-bottom: 32px;
    width: 666px;
    height: 444px;
  }
}
section.random-picture div.album,
section.random-picture div.picture {
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
@media (min-width: 920px) {
  section.random-picture div.album,
  section.random-picture div.picture {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.random-picture div.album,
  section.random-picture div.picture {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
section.random-picture div.album a,
section.random-picture div.picture a {
  -moz-display: inline-block;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
section.random-picture div.album a:hover,
section.random-picture div.picture a:hover {
  color: #e2251b;
}
section.random-picture div.album {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 920px) {
  section.random-picture div.album {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.random-picture div.album {
    font-size: 24px;
  }
}
section.random-picture div.picture {
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 22.4px;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 920px) {
  section.random-picture div.picture {
    font-size: 25.2px;
  }
}
@media (min-width: 1088px) {
  section.random-picture div.picture {
    font-size: 28px;
  }
}
section.page h1 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.page h1 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.page h1 {
    font-size: 24px;
  }
}
@media (min-width: 920px) {
  section.page h1 {
    margin: 0 0 54.4px 0;
  }
}
@media (min-width: 1088px) {
  section.page h1 {
    margin: 0 0 64px 0;
  }
}
section.page .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 26px;
  margin-bottom: 48px;
  padding: 0 72px;
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 920px) {
  section.page .content {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.page .content {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.page .content {
    font-size: 18px;
  }
}
@media (min-width: 1088px) {
  section.page .content {
    font-size: 20px;
  }
}
section.page .content p {
  margin: 0 0 24px 0;
}
section.page .content strong {
  font-weight: normal;
  text-decoration: underline;
}
section.page .content a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
section.page .content a:hover {
  color: #e2251b;
}
@media (min-width: 920px) {
  section.page .content {
    padding: 0 81.59999999999999px;
  }
  section.page .content p {
    margin: 0 0 27.2px 0;
  }
}
@media (min-width: 1088px) {
  section.page .content {
    padding: 0 96px;
  }
  section.page .content p {
    margin: 0 0 32px 0;
  }
}
section.search {
  margin-bottom: 72px;
}
section.search h1 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 0 0 24px 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.search h1 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.search h1 {
    font-size: 24px;
  }
}
section.search .pictures {
  margin-top: 24px;
}
@media (min-width: 920px) {
  section.search {
    margin-bottom: 81.59999999999999px;
  }
  section.search h1 {
    height: 27.2px;
    line-height: 27.2px;
    margin: 0 0 27.2px 0;
  }
  section.search .pictures {
    margin-top: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.search {
    margin-bottom: 96px;
  }
  section.search h1 {
    height: 32px;
    line-height: 32px;
    margin: 0 0 32px 0;
  }
  section.search .pictures {
    margin-top: 32px;
  }
}
section.sets,
section.albums {
  *zoom: 1;
  display: block;
  width: 680px;
  margin-left: -4px;
  margin-right: -4px;
}
section.sets:before,
section.albums:before,
section.sets:after,
section.albums:after {
  content: " ";
  display: table;
  line-height: 0;
}
section.sets:after,
section.albums:after {
  clear: both;
}
section.sets:before,
section.albums:before,
section.sets:after,
section.albums:after {
  content: "";
  display: table;
}
section.sets:after,
section.albums:after {
  clear: both;
}
@media (min-width: 920px) {
  section.sets,
  section.albums {
    *zoom: 1;
    display: block;
    width: 848px;
    margin-left: -4px;
    margin-right: -4px;
  }
  section.sets:before,
  section.albums:before,
  section.sets:after,
  section.albums:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  section.sets:after,
  section.albums:after {
    clear: both;
  }
  section.sets:before,
  section.albums:before,
  section.sets:after,
  section.albums:after {
    content: "";
    display: table;
  }
  section.sets:after,
  section.albums:after {
    clear: both;
  }
}
@media (min-width: 1088px) {
  section.sets,
  section.albums {
    *zoom: 1;
    display: block;
    width: 1016px;
    margin-left: -4px;
    margin-right: -4px;
  }
  section.sets:before,
  section.albums:before,
  section.sets:after,
  section.albums:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  section.sets:after,
  section.albums:after {
    clear: both;
  }
  section.sets:before,
  section.albums:before,
  section.sets:after,
  section.albums:after {
    content: "";
    display: table;
  }
  section.sets:after,
  section.albums:after {
    clear: both;
  }
}
section.sets article,
section.albums article {
  display: inline;
  float: left;
  width: 328px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 920px) {
  section.sets article,
  section.albums article {
    display: inline;
    float: left;
    width: 412px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.sets article,
  section.albums article {
    display: inline;
    float: left;
    width: 496px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
section.sets article img,
section.albums article img {
  max-width: 100%;
  vertical-align: bottom;
}
section.sets article h4,
section.albums article h4,
section.sets article h5,
section.albums article h5,
section.sets article h6,
section.albums article h6 {
  margin: 0;
  text-align: center;
}
section.sets article h6,
section.albums article h6 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  margin-top: 12px;
}
@media (min-width: 920px) {
  section.sets article h6,
  section.albums article h6 {
    font-size: 10.8px;
  }
}
@media (min-width: 1088px) {
  section.sets article h6,
  section.albums article h6 {
    font-size: 12px;
  }
}
@media (min-width: 920px) {
  section.sets article h6,
  section.albums article h6 {
    margin-top: 13.6px;
  }
}
@media (min-width: 1088px) {
  section.sets article h6,
  section.albums article h6 {
    margin-top: 16px;
  }
}
section.sets article h4,
section.albums article h4 {
  margin-bottom: 48px;
}
@media (min-width: 920px) {
  section.sets article h4,
  section.albums article h4 {
    margin-bottom: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.sets article h4,
  section.albums article h4 {
    margin-bottom: 64px;
  }
}
section.sets article h4 a,
section.albums article h4 a {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 21px;
  max-height: 48px;
}
@media (min-width: 920px) {
  section.sets article h4 a,
  section.albums article h4 a {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.sets article h4 a,
  section.albums article h4 a {
    font-size: 24px;
  }
}
section.sets article h4 a:hover,
section.albums article h4 a:hover {
  color: #e2251b;
}
@media (min-width: 920px) {
  section.sets article h4 a,
  section.albums article h4 a {
    line-height: 23.8px;
    max-height: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.sets article h4 a,
  section.albums article h4 a {
    line-height: 28px;
    max-height: 64px;
  }
}
section.sets article h5,
section.albums article h5 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  line-height: 21px;
}
@media (min-width: 920px) {
  section.sets article h5,
  section.albums article h5 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.sets article h5,
  section.albums article h5 {
    font-size: 24px;
  }
}
@media (min-width: 920px) {
  section.sets article h5,
  section.albums article h5 {
    line-height: 23.8px;
  }
}
@media (min-width: 1088px) {
  section.sets article h5,
  section.albums article h5 {
    line-height: 28px;
  }
}
section.tagged {
  margin-bottom: 48px;
}
section.tagged h1 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.tagged h1 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.tagged h1 {
    font-size: 24px;
  }
}
section.tagged .pictures {
  margin-top: 32px;
}
@media (min-width: 920px) {
  section.tagged {
    margin-bottom: 54.4px;
  }
  section.tagged h1 {
    height: 27.2px;
    line-height: 27.2px;
    margin: 0 0 54.4px 0;
  }
  section.tagged .pictures {
    margin-top: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.tagged {
    margin-bottom: 64px;
  }
  section.tagged h1 {
    height: 32px;
    line-height: 32px;
    margin: 0 0 64px 0;
  }
  section.tagged .pictures {
    margin-top: 32px;
  }
}
section.tag-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  margin: 0 0 48px 0;
}
section.tag-list:before,
section.tag-list:after {
  content: " ";
  display: table;
  line-height: 0;
}
section.tag-list:after {
  clear: both;
}
section.tag-list:before,
section.tag-list:after {
  content: "";
  display: table;
}
section.tag-list:after {
  clear: both;
}
@media (min-width: 920px) {
  section.tag-list {
    margin: 0 0 54.4px 0;
  }
}
@media (min-width: 1088px) {
  section.tag-list {
    margin: 0 0 64px 0;
  }
}
section.tag-list div {
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 920px) {
  section.tag-list div {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.tag-list div {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
section.tag-list div a,
section.tag-list div span {
  padding: 0 8px 0 0;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 22.4px;
  font-style: normal;
  font-weight: normal;
}
section.tag-list div a:hover,
section.tag-list div span:hover {
  color: #e2251b;
}
@media (min-width: 920px) {
  section.tag-list div a,
  section.tag-list div span {
    font-size: 25.2px;
  }
}
@media (min-width: 1088px) {
  section.tag-list div a,
  section.tag-list div span {
    font-size: 28px;
  }
}
section.tag-list div a {
  -moz-display: inline-block;
  display: inline-block;
  line-height: 24px;
}
@media (min-width: 920px) {
  section.tag-list div a {
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.tag-list div a {
    line-height: 32px;
  }
}
section.set,
section.album {
  margin-bottom: 48px;
}
@media (min-width: 920px) {
  section.set,
  section.album {
    margin-bottom: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.set,
  section.album {
    margin-bottom: 64px;
  }
}
section.set h1,
section.album h1 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.set h1,
  section.album h1 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.set h1,
  section.album h1 {
    font-size: 24px;
  }
}
@media (min-width: 920px) {
  section.set h1,
  section.album h1 {
    height: 27.2px;
    line-height: 27.2px;
    margin: 0 0 54.4px 0;
  }
}
@media (min-width: 1088px) {
  section.set h1,
  section.album h1 {
    height: 32px;
    line-height: 32px;
    margin: 0 0 64px 0;
  }
}
section.album h2 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 9.6px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  margin: -12px 0 0 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.album h2 {
    font-size: 10.8px;
  }
}
@media (min-width: 1088px) {
  section.album h2 {
    font-size: 12px;
  }
}
@media (min-width: 920px) {
  section.album h2 {
    line-height: 13.6px;
    margin: -13.6px 0 0 0;
  }
}
@media (min-width: 1088px) {
  section.album h2 {
    line-height: 16px;
    margin: -16px 0 0 0;
  }
}
section.album h2 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.album h2 a:hover {
  color: #e2251b;
}
section.picture {
  *zoom: 1;
  margin-bottom: 48px;
}
section.picture:before,
section.picture:after {
  content: " ";
  display: table;
  line-height: 0;
}
section.picture:after {
  clear: both;
}
section.picture:before,
section.picture:after {
  content: "";
  display: table;
}
section.picture:after {
  clear: both;
}
@media (min-width: 920px) {
  section.picture {
    margin-bottom: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.picture {
    margin-bottom: 64px;
  }
}
section.picture h1,
section.picture h2 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: normal;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.picture h1,
  section.picture h2 {
    font-size: 21.6px;
  }
}
@media (min-width: 1088px) {
  section.picture h1,
  section.picture h2 {
    font-size: 24px;
  }
}
@media (min-width: 920px) {
  section.picture h1,
  section.picture h2 {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture h1,
  section.picture h2 {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.picture h1,
  section.picture h2 {
    height: 27.2px;
    line-height: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.picture h1,
  section.picture h2 {
    height: 32px;
    line-height: 32px;
  }
}
section.picture h2 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.picture h2 a:hover {
  color: #e2251b;
}
section.picture .image-wrapper {
  *zoom: 1;
  position: relative;
}
section.picture .image-wrapper:before,
section.picture .image-wrapper:after {
  content: " ";
  display: table;
  line-height: 0;
}
section.picture .image-wrapper:after {
  clear: both;
}
section.picture .image-wrapper:before,
section.picture .image-wrapper:after {
  content: "";
  display: table;
}
section.picture .image-wrapper:after {
  clear: both;
}
section.picture .image {
  text-align: center;
}
section.picture .image.horizontal {
  display: inline;
  float: left;
  width: 496px;
  margin-left: 4px;
  margin-right: 4px;
  margin-left: 88px;
}
@media (min-width: 920px) {
  section.picture .image.horizontal {
    display: inline;
    float: left;
    width: 664px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.horizontal {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.picture .image.horizontal {
    margin-left: 88px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.horizontal {
    margin-left: 88px;
  }
}
section.picture .image.horizontal,
section.picture .image.horizontal img {
  height: 373.2px;
}
@media (min-width: 920px) {
  section.picture .image.horizontal,
  section.picture .image.horizontal img {
    height: 497.6px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.horizontal,
  section.picture .image.horizontal img {
    height: 622px;
  }
}
section.picture .image.vertical {
  display: inline;
  float: left;
  width: 412px;
  margin-left: 4px;
  margin-right: 4px;
  margin-right: 46px;
  margin-left: 130px;
}
@media (min-width: 920px) {
  section.picture .image.vertical {
    display: inline;
    float: left;
    width: 496px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.vertical {
    display: inline;
    float: left;
    width: 664px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.picture .image.vertical {
    margin-right: 88px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.vertical {
    margin-right: 88px;
  }
}
@media (min-width: 920px) {
  section.picture .image.vertical {
    margin-left: 172px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.vertical {
    margin-left: 172px;
  }
}
section.picture .image.vertical,
section.picture .image.vertical img {
  height: 702px;
}
@media (min-width: 920px) {
  section.picture .image.vertical,
  section.picture .image.vertical img {
    height: 795.6px;
  }
}
@media (min-width: 1088px) {
  section.picture .image.vertical,
  section.picture .image.vertical img {
    height: 936px;
  }
}
section.picture .image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  padding-bottom: 24px;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 920px) {
  section.picture .image img {
    padding-top: 40.8px;
    padding-bottom: 27.2px;
  }
}
@media (min-width: 1088px) {
  section.picture .image img {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
section.picture a.navigation {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 76px;
  margin-left: 4px;
  margin-right: 4px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  text-align: center;
  top: 50%;
}
@media (min-width: 920px) {
  section.picture a.navigation {
    font-size: 54px;
  }
}
@media (min-width: 1088px) {
  section.picture a.navigation {
    font-size: 60px;
  }
}
@media (min-width: 920px) {
  section.picture a.navigation {
    display: inline;
    float: left;
    width: 76px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture a.navigation {
    display: inline;
    float: left;
    width: 76px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
section.picture a.navigation:hover {
  color: #e2251b;
}
@media (min-width: 920px) {
  section.picture a.navigation {
    line-height: 54.4px;
    margin-top: -27.2px;
  }
}
@media (min-width: 1088px) {
  section.picture a.navigation {
    line-height: 64px;
    margin-top: -32px;
  }
}
section.picture a.navigation.previous {
  left: 0;
}
section.picture a.navigation.next {
  right: 0;
}
section.picture h4 {
  font-family: 'Apercu Regular', Calibri, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 32px;
  margin: 24px 0 0 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.picture h4 {
    font-size: 18px;
  }
}
@media (min-width: 1088px) {
  section.picture h4 {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  section.picture h4 {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture h4 {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.picture h4 {
    margin: 27.2px 0 0 0;
  }
}
@media (min-width: 1088px) {
  section.picture h4 {
    margin: 32px 0 0 0;
  }
}
section.picture h5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  font-family: 'SabonLTStd-Roman', Calibri, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0 96px;
  text-align: center;
}
@media (min-width: 920px) {
  section.picture h5 {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.picture h5 {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.picture h5 {
    font-size: 18px;
  }
}
@media (min-width: 1088px) {
  section.picture h5 {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  section.picture h5 {
    padding: 0 108.8px;
  }
}
@media (min-width: 1088px) {
  section.picture h5 {
    padding: 0 128px;
  }
}
section.picture p {
  margin: 0;
}
section.social {
  width: 100%;
}
section.social h2 {
  margin-bottom: 0;
}
section.social ul {
  display: inline;
  float: left;
  width: 664px;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 60px;
  height: 48px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 920px) {
  section.social ul {
    display: inline;
    float: left;
    width: 832px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  section.social ul {
    display: inline;
    float: left;
    width: 1000px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 920px) {
  section.social ul {
    line-height: 68px;
    height: 54.4px;
  }
}
@media (min-width: 1088px) {
  section.social ul {
    line-height: 80px;
    height: 64px;
  }
}
section.social ul li {
  display: inline;
  padding: 0 4px;
}
section.social ul li a i {
  -moz-display: inline-block;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
@media (min-width: 920px) {
  section.social ul li a i {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (min-width: 1088px) {
  section.social ul li a i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
