/*!
Theme Name: Socios
Author: Upperkut
Author URI: http://www.upperkut.com
Version: 1.0
License: Proprietary
Text Domain: next
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
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: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ie-box-sizing: border-box;
  box-sizing: border-box;
}
/* Make body the same height as the window */
html {
  height: 100%;
}
body {
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* Common classes */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: block;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  float: none;
}
* {
  word-wrap: break-word;
}
.case-u {
  text-transform: uppercase!important;
}
.case-l {
  text-transform: lowercase!important;
}
.case-d {
  text-transform: none!important;
}
.fw-100 {
  font-weight: 100!important;
}
.fw-200 {
  font-weight: 200!important;
}
.fw-300 {
  font-weight: 300!important;
}
.fw-400 {
  font-weight: 400!important;
}
.fw-500 {
  font-weight: 500!important;
}
.fw-600 {
  font-weight: 600!important;
}
.fw-700 {
  font-weight: 700!important;
}
.fw-800 {
  font-weight: 800!important;
}
.fw-900 {
  font-weight: 900!important;
}
html,
body {
  padding: 0;
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
}
.assistive-text {
  display: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
sup,
sub {
  font-size: 50%;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
#wrapper {
  height: auto;
  margin: 0 auto;
}
/** Fancybox **/
#fancybox-wrap,
#fancybox-wrap * {
  box-sizing: content-box;
}
/** Disabled **/
a.disabled,
input.disabled {
  background: #ccc!important;
}
/** Columns **/
.columns.c2 > div,
.columns.c3 > div,
.columns.c4 > div,
.columns.c2 > li,
.columns.c3 > li,
.columns.c4 > li {
  display: block;
  float: left;
}
.columns.c2 > div:after:last-child,
.columns.c3 > div:after:last-child,
.columns.c4 > div:after:last-child,
.columns.c2 > li:after:last-child,
.columns.c3 > li:after:last-child,
.columns.c4 > li:after:last-child {
  clear: both;
}
.columns.c2 > div,
.columns.c2 > li {
  width: 50%;
}
.columns.c3 > div,
.columns.c3 > li {
  width: 33.333333333%;
}
.columns.c4 > div,
.columns.c4 > li {
  width: 25%;
}
/** Centering **/
.center-h {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.center-v {
  display: table!important;
  width: 100%;
  height: 100%;
}
.center-v > div {
  display: table-cell !important;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
* {
  -webkit-text-size-adjust: 100%;
}
html {
  height: 100%;
}
html,
body,
#wrapper {
  min-width: 970px;
}
body {
  min-height: 100%;
  font-family: 'Metropolis', sans-serif;
  height: auto;
  position: relative;
  background: #0cb79e url(../images/bg.jpg) 50% 50% no-repeat;
  background-attachment: fixed;
}
.fw {
  width: 970px;
  margin: 0 auto;
}
.mobile {
  display: none;
}
#wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
section {
  width: 570px;
  float: left;
}
section article h1.logo {
  width: 213px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url('../images/logo.png') 0 0 / contain no-repeat;
  margin-bottom: 55px;
}
section article p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 1em;
}
section article p:last-child {
  margin-bottom: 0;
}
aside {
  width: 270px;
  float: right;
  margin-top: 129px;
}
aside h2,
aside li {
  color: #333;
}
aside h2 {
  font-size: 30px;
  font-weight: 300;
}
aside a,
aside li {
  font-size: 15px;
  line-height: 18px;
}
aside li {
  text-transform: lowercase;
}
aside li:after,
aside li:first-child:before {
  content: '—';
  display: block;
}
aside a.contact {
  display: block;
}
a.contact {
  margin-top: 1em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  section article h1.logo {
    background-image: url('../images/logo@2x.png');
  }
}
@media screen and (max-width: 750px) {
  html,
  body,
  #wrapper {
    min-width: 750px;
  }
  .mobile {
    display: inherit;
  }
  #wrapper {
    padding-top: 127px;
    position: static;
    top: 0;
    left: 0;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  #wrapper > a.contact {
    font-size: 30px;
    line-height: 87px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    text-align: center;
    background: #333;
    vertical-align: middle;
    margin: 0;
  }
  section,
  aside {
    width: 100%;
    float: none;
    padding: 0 60px;
    text-align: center;
  }
  section article h1.logo {
    width: 426px;
    height: 140px;
    background-image: url('../images/logo@2x.png');
    margin: 0 auto 90px;
  }
  section article p {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
  }
  aside {
    margin-top: 137px;
    margin-bottom: 60px;
  }
  aside h2,
  aside li {
    color: #333;
  }
  aside h2 {
    font-size: 48px;
    font-weight: 300;
  }
  aside a,
  aside li {
    font-size: 36px;
    line-height: 36px;
  }
  aside a.contact {
    margin-top: 0.5em;
  }
  .fw {
    width: 750px;
  }
}
@media screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (max-width: 750px) and (min-resolution: 120dpi) {
  section article h1.logo {
    background-image: url('../images/logo@4x.png');
  }
}
