﻿body
{
    margin: 5px;
}

body, table, div, p, a, li
{
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.375;
    letter-spacing: -0.05em;
    margin: 0 0 1rem 0;
}
 
a {
    color: black;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: underline;
} 

a:hover {
    color: #47D3E5;
    text-decoration: none;
}

li.index
{
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*li.index a 
{
    padding: 5px;
    text-decoration: none;
}*/

button, .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
    color: #000000 !important;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.75rem;
    max-width: 20rem;
    height: 2.75em;
    line-height: 2.75em;
    border-radius: 2.75em;
    padding: 0 1.0em;
    text-overflow: ellipsis;
    overflow: hidden;
}

    button.small, .button.small {
        font-size: 0.6rem;
        height: 3.325em;
        line-height: 3.325em;
        border-radius: 3.325em;
        padding: 0 2em;
    }

    /*li.index a {
        transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
        border: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.125em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 0.75rem;
        max-width: 20rem;
        height: 3.75em;
        line-height: 3.75em;
        border-radius: 3.75em;
        padding: 0 2.5em;
        text-overflow: ellipsis;
        overflow: hidden;
    }*/

li.plan
{
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*span.index
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

span.index img {
    width: 50%;
    height: 50%;
    opacity: 0.9;    
}*/
    
li.index img {
    opacity: 1;    
}

li.index img:hover 
{
    opacity: 0.8;    
}

li.element
{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: bottom;
}

@media screen and (max-width: 800px) {
  a { font-size: 16pt; }
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%; 
  height: auto;
  max-width: 160px; 
  max-height: 160px;
  /* crop: rect(0, 0, 100, 100); */
  overflow: hidden;

}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  width: 10%;
  vertical-align: top;
  float: left;
}

.responsive25 {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  vertical-align: top;

}

@media only screen and (max-width: 700px) {
  .responsive .responsive25 {
    width: 49.99999%;
    margin: 6px 0;
  }
  
  .wooden img
  {
    width: 75%;

  }
 }

@media only screen and (max-width: 500px) {
  .responsive .responsive25 {
    width: 100%;
  }
  
  .wooden img
  {
    width: 50%;

  }  
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sotet {
    background-color: #999999;
    box-shadow: none;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
}

li.wooden
{
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
}