/*
Theme Name:     Theme AFB
Theme URI:      http://silacci.ch/
Description:    Theme dédié au site de l'association fribourgeoise de badminton
Author:         Alessandro Silacci
Author URI:     http://silacci.ch/
Template:       theme-afb
Version:        1.18
*/
@import url(entypo.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.dropper .drop-toggler {
  color: #ffffff; }
  .dropper .drop-toggler .ico:before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .dropper .drop-toggler:hover {
    cursor: pointer; }
.dropper .drop-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  position: absolute;
  z-index: 2;
  display: none;
  margin-top: 20px;
  background-color: #cdcdcd;
  color: #3a3a3a;
  -webkit-box-shadow: 0px 3px 0 #919191;
  -moz-box-shadow: 0px 3px 0 #919191;
  -o-box-shadow: 0px 3px 0 #919191;
  box-shadow: 0px 3px 0 #919191; }
  .dropper .drop-content:last-child {
    margin-right: 0; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .dropper .drop-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      display: none;
      margin-left: -22px; }
      .dropper .drop-content:last-child {
        margin-right: 0; } }
  .dropper .drop-content li {
    list-style: none;
    opacity: 0.6;
    padding-top: 10px;
    padding-bottom: 10px; }
    .dropper .drop-content li a {
      color: #3a3a3a; }
    .dropper .drop-content li:hover {
      cursor: pointer;
      opacity: 1; }
.dropper.opened .ico:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.dropper.opened .drop-content {
  display: block; }

.toolbar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 0 #cdcdcd;
  font-size: 20px; }

.article-expanded {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .article-expanded:last-child {
    margin-right: 0; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .article-expanded {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      font-size: 20px;
      text-align: justify; }
      .article-expanded:last-child {
        margin-right: 0; }
      .article-expanded::after {
        clear: both;
        content: "";
        display: table; } }
  .article-expanded .article-header h2 {
    border-bottom: 1px dashed #3a3a3a;
    padding: 5px; }
    .article-expanded .article-header h2 .article-date {
      font-weight: normal;
      font-size: 14px; }
  .article-expanded .article-author {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 2px 0 #cdcdcd; }
    .article-expanded .article-author::after {
      clear: both;
      content: "";
      display: table; }
    .article-expanded .article-author .author-avatar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      overflow: hidden; }
      .article-expanded .article-author .author-avatar:last-child {
        margin-right: 0; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .article-expanded .article-author .author-avatar {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .article-expanded .article-author .author-avatar:last-child {
            margin-right: 0; } }
      .article-expanded .article-author .author-avatar img {
        border-radius: 50%; }
    .article-expanded .article-author .author-infos {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .article-expanded .article-author .author-infos:last-child {
        margin-right: 0; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .article-expanded .article-author .author-infos {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .article-expanded .article-author .author-infos:last-child {
            margin-right: 0; } }
      .article-expanded .article-author .author-infos .author-name {
        color: #45a99d; }
      @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .article-expanded .article-author .author-infos .author-description {
          display: none; } }

.page-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .page-container:last-child {
    margin-right: 0; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .page-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      font-size: 20px;
      text-align: justify; }
      .page-container:last-child {
        margin-right: 0; }
      .page-container::after {
        clear: both;
        content: "";
        display: table; } }
  .page-container .page-header h2 {
    padding: 5px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-image: url(images/back.png); }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    body {
      width: 100%; } }

a {
  color: #45a99d;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  a:hover {
    opacity: 1; }

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  header {
    width: 100%;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px; }
    header::after {
      clear: both;
      content: "";
      display: table; } }
header .header-bar {
  width: 100%;
  display: block; }
  header .header-bar::after {
    clear: both;
    content: "";
    display: table; }
  header .header-bar .compress {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 17.05961%;
    position: absolute; }
    header .header-bar .compress:last-child {
      margin-right: 0; }
    @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      header .header-bar .compress {
        display: none; } }
    header .header-bar .compress h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      padding: 2.35765%;
      padding: 20px;
      margin: 0;
      font-weight: lighter;
      color: #ffffff; }
      header .header-bar .compress h1:last-child {
        margin-right: 0; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        header .header-bar .compress h1 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 82.94039%; }
          header .header-bar .compress h1:last-child {
            margin-right: 0; } }
    header .header-bar .compress .lang {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      padding: 2.35765%;
      padding: 20px;
      font-weight: lighter;
      font-size: 28px;
      text-align: right; }
      header .header-bar .compress .lang:last-child {
        margin-right: 0; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        header .header-bar .compress .lang {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          header .header-bar .compress .lang:last-child {
            margin-right: 0; } }
header .header-bar .compress .lang li{
	list-style:none;
}
header .header-bar .compress .lang li a{
	color:white;
}
header .header-content {
  height: 200px; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header .header-content {
      display: block; }
      header .header-content::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    header .header-content {
      display: none; } }
  header .header-content .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    header .header-content .logo:last-child {
      margin-right: 0; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      header .header-content .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        header .header-content .logo:last-child {
          margin-right: 0; } }
    header .header-content .logo img {
      width: 100%;
      margin-left: 8px;
      margin-top: 5px;
      height: 200px; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        header .header-content .logo img {
          margin-top: 20px;
          margin-left: 20px;
          max-width: 150px; } }
  header .header-content .header-img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    height: 220px; }
    header .header-content .header-img:last-child {
      margin-right: 0; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      header .header-content .header-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        header .header-content .header-img:last-child {
          margin-right: 0; } }
header .logo-m {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 34.11922%;
  display: block;
  display: none;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 50%; }
  header .logo-m:last-child {
    margin-right: 0; }
  header .logo-m::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    header .logo-m {
      display: block; } }
  header .logo-m img {
    width: 100%; }

.main-content {
  display: block; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .main-content {
      width: 100%;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      .main-content::after {
        clear: both;
        content: "";
        display: table; } }
  .main-content::after {
    clear: both;
    content: "";
    display: table; }

aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-left: 20px;
  margin-top: -23px; }
  aside:last-child {
    margin-right: 0; }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    aside {
      margin-left: 20px;
      margin-top: 0px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      aside:last-child {
        margin-right: 0; } }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    aside {
      display: none; } }
  aside ul li {
    list-style: none;
    position: relative;
    padding: 10px; }
    aside ul li .icon {
      stroke: #3a3a3a;
      -webkit-transition: stroke 0.2s ease-in-out;
      -moz-transition: stroke 0.2s ease-in-out;
      transition: stroke 0.2s ease-in-out; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        aside ul li .icon {
          display: none; } }
    aside ul li:nth-child(n) {
      -webkit-transition: padding 0.2s ease-in-out;
      -moz-transition: padding 0.2s ease-in-out;
      transition: padding 0.2s ease-in-out; }
      aside ul li:nth-child(n) a.iconned {
        margin-left: -1px;
        vertical-align: super; }
      aside ul li:nth-child(n):hover:before {
        border-right: 1px solid #3a3a3a; }
      aside ul li:nth-child(n).current-menu-item:before, aside ul li:nth-child(n).current_page_item:before {
        border-right: 1px solid #45a99d; }
    aside ul li:first-child {
      margin-left: -20px;
      overflow: hidden; }
      aside ul li:first-child:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 47px;
        top: -8px;
        left: -30px;
        -webkit-transform: rotate(13deg);
        -moz-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        -o-transform: rotate(13deg);
        transform: rotate(13deg); }
    aside ul li:nth-child(2) {
      margin-left: -29px;
      overflow: hidden; }
      aside ul li:nth-child(2):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 47px;
        top: -8px;
        left: -30px;
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg); }
    aside ul li:nth-child(3) {
      margin-left: -37px;
      overflow: hidden; }
      aside ul li:nth-child(3):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 42px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg); }
    aside ul li:nth-child(4) {
      margin-left: -44px;
      overflow: hidden; }
      aside ul li:nth-child(4):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 42px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        transform: rotate(9deg); }
    aside ul li:nth-child(5) {
      margin-left: -50px;
      overflow: hidden; }
      aside ul li:nth-child(5):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 45px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg); }
    aside ul li:nth-child(6) {
      margin-left: -55px;
      overflow: hidden; }
      aside ul li:nth-child(6):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 45px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg); }
    aside ul li:nth-child(7) {
      margin-left: -58px;
      overflow: hidden; }
      aside ul li:nth-child(7):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 50px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg); }
    aside ul li:nth-child(8) {
      margin-left: -59px;
      overflow: hidden; }
      aside ul li:nth-child(8):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 45px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    aside ul li:nth-child(9) {
      margin-left: -58px;
      overflow: hidden; }
      aside ul li:nth-child(9):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 45px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg); }
    aside ul li:nth-child(10) {
      margin-left: -55px;
      overflow: hidden; }
      aside ul li:nth-child(10):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 48px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg); }
    aside ul li:nth-child(11) {
      margin-left: -50px;
      overflow: hidden; }
      aside ul li:nth-child(11):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 48px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg); }
    aside ul li:nth-child(12) {
      margin-left: -44px;
      overflow: hidden; }
      aside ul li:nth-child(12):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 48px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        -o-transform: rotate(-9deg);
        transform: rotate(-9deg); }
    aside ul li:nth-child(13) {
      margin-left: -37px;
      overflow: hidden; }
      aside ul li:nth-child(13):before {
        content: '';
        position: absolute;
        width: 40px;
        height: 48px;
        top: -4px;
        left: -30px;
        -webkit-transform: rotate(-11deg);
        -moz-transform: rotate(-11deg);
        -ms-transform: rotate(-11deg);
        -o-transform: rotate(-11deg);
        transform: rotate(-11deg); }
    aside ul li:hover, aside ul li.current-menu-item, aside ul li.current_page_item {
      color: #45a99d; }
      aside ul li:hover a, aside ul li.current-menu-item a, aside ul li.current_page_item a {
        padding-left: 10px; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          aside ul li:hover a, aside ul li.current-menu-item a, aside ul li.current_page_item a {
            padding-left: 10px; } }
      aside ul li:hover .icon, aside ul li.current-menu-item .icon, aside ul li.current_page_item .icon {
        stroke: #45a99d; }
  aside ul a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out; }
    aside ul a:hover {
      text-decoration: none;
      color: inherit; }
  aside ul .icon {
    margin-left: 10px; }

.news {
  float: left;
  display: block;
  /*margin-right: 2.35765%;*/ 
  width: 65.88078%; }
  .news:last-child {
    margin-right: 0; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .news {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .news:last-child {
        margin-right: 0; }
      .news::after {
        clear: both;
        content: "";
        display: table; } }
  .news article {
    width: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #cdcdcd; }
    @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      .news article {
        border: none; } }
    .news article:first-child {
      border-top: none; }
    .news article .img-container {
      display: table-cell;
      width: 25%;
      padding: 2.35765%;
      overflow: hidden; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .news article .img-container {
          display: table-cell;
          width: 33.33333%; }
          .news article .img-container img {
            height: 200px;
            width: 100%; } }
      @media screen and (min-device-width: 1025px) {
        .news article .img-container {
          position: relative; } }
      @media screen and (min-device-width: 1025px) {
        .news article .img-container img {
          position: absolute;
          margin-left: -200px;
          left: 50%;
          top: 50%;
          margin-top: -70px;
          height: 200px;
          width: 400px; } }
      @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .news article .img-container {
          display: table-cell;
          width: 100%;
          display: block;
          float: left;
          text-align: center; }
          .news article .img-container::after {
            clear: both;
            content: "";
            display: table; }
          .news article .img-container img {
            width: 100%;
            min-height: 600px; } }
    .news article .spacer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding: 2.35765%; }
      .news article .spacer:last-child {
        margin-right: 0; }
      @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .news article .spacer {
          display: none; } }
    .news article:nth-child(n) h3 {
      font-size: 36px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      .news article:nth-child(even) .preview-container {
        margin-top: -200px;
        position: relative; }
        .news article:nth-child(even) .preview-container h3 {
          margin-top: 735px;
          position: absolute;
          padding: 10px;
          left: 23px;
          right: 22px; } }
    @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      .news article:nth-child(odd) {
        margin-top: 50px; }
        .news article:nth-child(odd) .preview-container {
          margin-bottom: 0px; }
          .news article:nth-child(odd) .preview-container h3 {
            margin-top: -110px;
            padding: 10px; } }
    .news article .preview-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 2.35765%; }
      .news article .preview-container:last-child {
        margin-right: 0; }
      .news article .preview-container h3 {
        border-bottom: 1px dashed #cdcdcd;
        padding-bottom: 5px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
          .news article .preview-container h3 {
            border: none;
            background-color: transparent;
            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
            background-image: linear-gradient(to top,rgba(0, 0, 0, 0.7), transparent); }
            .news article .preview-container h3 a {
              color: #ffffff; } }
        .news article .preview-container h3 .infos {
          font-weight: normal;
          font-size: 12px;
          padding-top: 5px; }
          @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
            .news article .preview-container h3 .infos {
              display: none; } }
      @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .news article .preview-container .content {
          display: none; } }


.widget-area {
  float: left;
  display: block;
  width: 15%;
  padding: 10px;
  background-color: white;
}

.widget-area .widgetizedArea {
  margin: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.widget-area .widgetizedArea img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.widget-area .widgetizedArea h3 {
  margin: auto;
  text-align: center;
  font-size: 1em;
  font-style: italic
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .widget-area {
    width: 100%;
    padding-top: 10%;
  }

  .widget-area .widgetizedArea {
    width: 600px;
    margin-bottom: 15%;
  }
  
  .widget-area .widgetizedArea h3 {
    font-size: 3em;
  }
}

footer {
  width: 100%;
  display: block;
  background-color: #45a99d; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    footer {
      display: none; } }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer div:nth-child(n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0px;
    color: #ffffff; }
    footer div:nth-child(n):last-child {
      margin-right: 0; }
    footer div:nth-child(n) ul {
      list-style: none; }
      footer div:nth-child(n) ul li {
        position: relative;
        opacity: 0.7;
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out; }
        footer div:nth-child(n) ul li:before {
          position: absolute;
          content: '';
          width: 16px;
          height: 16px;
          left: -20px;
          background: url(images/ball.png);
          background-size: 16px 16px; }
        footer div:nth-child(n) ul li:hover, footer div:nth-child(n) ul li a:hover {
          opacity: 1; }
        footer div:nth-child(n) ul li a {
          color: inherit;
          text-decoration: none; }
  footer .copy {
    text-align: center;
    margin-top: 15px; }
  footer .up {
    float: right;
    margin-right: 30px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #45a99d;
    margin-top: 5px;
    border: none;
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    footer .up:focus {
      outline: 0; }
    footer .up:hover {
      opacity: 1;
      cursor: pointer; }

.mobile-only {
  display: none; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .mobile-only {
      display: block;
      font-size: 20px; } }

.menu-m {
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #3a3a3a;
  display: none; }
  .menu-m::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .menu-m {
      display: block; } }
  .menu-m button {
    border: none;
    background-color: #ffffff;
    color: inherit;
    padding: 30px;
    border-radius: 0px;
    font-size: 50px; }
    .menu-m button:focus {
      outline: none; }
    .menu-m button.opened {
      background-color: #45a99d;
      color: white;
      opacity: 0.8; }
  .menu-m .lang {
    float: right;
    padding: 30px;
    font-size: 50px;
    position: absolute;
    right: 10px;
    margin-top: -170px; }
    .menu-m .lang ul {
      list-style: none; }
      .menu-m .lang ul li {
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
        .menu-m .lang ul li a {
          text-transform: uppercase; }
        .menu-m .lang ul li:first-child {
          border-right: 1px solid #3a3a3a; }
  .menu-m .menu-content {
    display: none; }
    .menu-m .menu-content.opened {
      display: block; }
    .menu-m .menu-content ul {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      position: absolute;
      z-index: 2;
      list-style: none;
      background-color: #ffffff;
      margin-top: -1px;
      left: 0;
      right: 0; }
      .menu-m .menu-content ul:last-child {
        margin-right: 0; }
      .menu-m .menu-content ul li {
        font-size: 50px;
        border-bottom: 1px dashed #3a3a3a;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -32px; }

/*# sourceMappingURL=main.css.map */
