/*.socials {
  float: right;
  max-width: 50%;
  margin: 30px 0 0; }

.socials .login {
  float: left;
  color: #00a651;
  text-transform: uppercase;
  font: 600 18px/18px 'source sans pro', Arial, sans-serif; }

.socials ul {
  float: left; }

.socials li {
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
  text-indent: -9999px;
  position: relative; }

.socials li:after {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  content: '';
  z-index: 2;
  background-size: 100% 100%; }

.socials li:first-child {
  margin: 0 0 0 14px; }

.socials li.fb:after {
  background: url(/images/ico-facebook-off.svg);
  background-size: 100% 100%; }

.socials li.tw:after {
  background: url(/images/ico-twitter-off.svg);
  background-size: 100% 100%; }

.socials li.in:after {
  background: url(/images/ico-linkedin-off.svg);
  background-size: 100% 100%; }

.socials li.ig:after {
  background: url(/images/ico-instagram-off.svg);
  background-size: 100% 100%; }

.socials li.fb:hover:after {
  background: url(/images/ico-facebook-on.svg);
  background-size: 100% 100%; }

.socials li.tw:hover:after {
  background: url(/images/ico-twitter-on.svg);
  background-size: 100% 100%; }

.socials li.in:hover:after {
  background: url(/images/ico-linkedin-on.svg);
  background-size: 100% 100%; }

.socials li.ig:hover:after {
  background: url(/images/ico-instagram-on.svg);
  background-size: 100% 100%; }

.socials li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3; }

.invitation {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0; }

.social-module {
  text-align: center;
  padding: 10px 0 10px 0; }

.social-module h1 {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #6c6c6c;
  font: normal 40px/45px 'source sans pro', Arial, sans-serif; }

* + html .social-module h1 {
  margin: 0;
  display: inline; }

.social-module h1 span {
  color: #00a651;
  margin: 0 10px 0 0; }

.social-module ul {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 10px 0 0;
  padding: 0; }

* + html .social-module ul {
  display: inline; }

.social-module ul li {
  text-indent: -9999px;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.social-module ul li a {
  display: block;
  height: 100%; }

.social-module ul li:before {
  display: none; }

.social-module li.fb2 {
  background: url(/images/facebook.svg) no-repeat; }

.social-module li.tw2 {
  background: url(/images/twitter.svg) no-repeat; }

.social-module li.in2 {
  background: url(/images/linkedin.svg) no-repeat; }

.social-module li.ig2 {
  background: url(/images/instagram.svg) no-repeat; }

.social-module li.fb2:hover {
  background: url(/images/facebook-on.svg) no-repeat; }

.social-module li.tw2:hover {
  background: url(/images/twitter-on.svg) no-repeat; }

.social-module li.in2:hover {
  background: url(/images/linkedin-on.svg) no-repeat; }

.social-module li.ig2:hover {
  background: url(/images/instagram-on.svg) no-repeat; }


@media screen and (max-width: 747px) {
  .social-module h1 {
    margin: 0;
    display: none; }

  #main .social-module ul {
    margin: 0; } }
*/