/* 
    Created on : 05.08.2016, 08:46:17
    Author     : michael
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.08.2016, 08:46:17
    Author     : michael
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.08.2016, 08:46:17
    Author     : michael
*/
/*bboking*/
/*@media all and (min-width: 600px)  {  body  { font-size:0.6em;  } }
@media all and (min-width: 1000px) {  body  { font-size:0.7em;  } }
@media all and (min-width: 1200px) {  body  { font-size:0.8em;  } }
@media all and (min-width: 1400px) {  body  { font-size:1.0em;  } }
@media all and (min-width: 1500px) {  body  { font-size:1.2em;  } }
@media all and (min-width: 1600px) {  body  { font-size:1.4em;  } }
@media all and (min-width: 1700px) {  body  { font-size:1.6em;  } }*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.08.2016, 08:46:17
    Author     : michael
*/
/*@import 'mixins';*/
html {
  font-family: Arial, Helvetica, sans-serif; }

body {
  color: black;
  width: 100%;
  font-size: 14px;
  /*    background-image: url($img_back_body);
      background-repeat: repeat;
      background-position: center center;
      background-attachment: fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      display: block;
      margin: 0px;        
      text-align:center;*/
  background-color: rgba(255, 246, 172, 0.7); }

h1 {
  font-size: 4vmax; }

h2 {
  font-size: 3.25vmax;
  margin: 0 0 0.417em; }

h3 {
  font-size: 2.5vmax;
  margin: 0 0 0.55em; }

h4 {
  font-size: 1.75vmax;
  margin: 0 0 0.55em; }

h5 {
  font-size: 1vmax; }

h6 {
  font-size: 0.75vmax; }

p {
  font-size: 1vmax;
  margin: 0 0 1em;
  display: table-cell; }
  @media all and (max-width: 1200px) {
    p {
      font-size: 2vmax; } }
  @media all and (max-width: 600px) {
    p {
      font-size: 3vmax; } }

a {
  color: #e5322b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a:hover, a:focus {
  color: #ababab;
  text-decoration: none;
  outline: 0 none; }

.card-body table, .card-body th, .card-body td {
  border: 1px solid #e5322b; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.08.2016, 08:46:17
    Author     : michael
*/
.menu-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 960px; }
  .menu-home .overlay {
    background-color: rgba(255, 255, 255, 0.93); }
  .menu-home .hexagon-item:nth-last-child(5),
  .menu-home .hexagon-item:nth-last-child(4),
  .menu-home .hexagon-item:nth-last-child(3),
  .menu-home .hexagon-item:nth-last-child(2),
  .menu-home .hexagon-item:nth-last-child(1) {
    -webkit-transform: translate(79px, -45px);
    -moz-transform: translate(79px, -45px);
    -ms-transform: translate(79px, -45px);
    -o-transform: translate(79px, -45px);
    transform: translate(79px, -45px); }
  @media all and (max-width: 980px) {
    .menu-home {
      width: 768px; }
      .menu-home .hexagon-item:nth-last-child(5),
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3),
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(63px, -36px);
        -moz-transform: translate(63px, -36px);
        -ms-transform: translate(63px, -36px);
        -o-transform: translate(63px, -36px);
        transform: translate(63px, -36px); } }
  @media all and (max-width: 790px) {
    .menu-home {
      width: 672px; }
      .menu-home .hexagon-item:nth-last-child(5),
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3),
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(55px, -31px);
        -moz-transform: translate(55px, -31px);
        -ms-transform: translate(55px, -31px);
        -o-transform: translate(55px, -31px);
        transform: translate(55px, -31px); } }
  @media all and (max-width: 688px) {
    .menu-home {
      width: 576px; }
      .menu-home .hexagon-item:nth-last-child(5),
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3),
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(47px, -27px);
        -moz-transform: translate(47px, -27px);
        -ms-transform: translate(47px, -27px);
        -o-transform: translate(47px, -27px);
        transform: translate(47px, -27px); } }
  @media all and (max-width: 595px) {
    .menu-home {
      width: 388px;
      height: 300px; }
      .menu-home .hexagon-item:nth-last-child(7),
      .menu-home .hexagon-item:nth-last-child(6),
      .menu-home .hexagon-item:nth-last-child(5) {
        -webkit-transform: translate(47px, -27px);
        -moz-transform: translate(47px, -27px);
        -ms-transform: translate(47px, -27px);
        -o-transform: translate(47px, -27px);
        transform: translate(47px, -27px); }
      .menu-home .hexagon-item:nth-last-child(5) {
        margin-right: 10px; }
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3),
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(-1px, -54px);
        -moz-transform: translate(-1px, -54px);
        -ms-transform: translate(-1px, -54px);
        -o-transform: translate(-1px, -54px);
        transform: translate(-1px, -54px); } }
  @media all and (max-width: 400px) {
    .menu-home {
      width: 324px;
      height: 320px; }
      .menu-home .hexagon-item:nth-last-child(7),
      .menu-home .hexagon-item:nth-last-child(6),
      .menu-home .hexagon-item:nth-last-child(5) {
        -webkit-transform: translate(40px, -22px);
        -moz-transform: translate(40px, -22px);
        -ms-transform: translate(40px, -22px);
        -o-transform: translate(40px, -22px);
        transform: translate(40px, -22px); }
      .menu-home .hexagon-item:nth-last-child(5) {
        margin-right: 10px; }
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3),
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(0px, -44px);
        -moz-transform: translate(0px, -44px);
        -ms-transform: translate(0px, -44px);
        -o-transform: translate(0px, -44px);
        transform: translate(0px, -44px); } }
  @media all and (max-width: 320px) {
    .menu-home {
      width: 284px; }
      .menu-home .hexagon-item:nth-last-child(8),
      .menu-home .hexagon-item:nth-last-child(7),
      .menu-home .hexagon-item:nth-last-child(6) {
        -webkit-transform: translate(40px, -22px);
        -moz-transform: translate(40px, -22px);
        -ms-transform: translate(40px, -22px);
        -o-transform: translate(40px, -22px);
        transform: translate(40px, -22px); }
      .menu-home .hexagon-item:nth-last-child(5),
      .menu-home .hexagon-item:nth-last-child(4),
      .menu-home .hexagon-item:nth-last-child(3) {
        -webkit-transform: translate(0px, -44px);
        -moz-transform: translate(0px, -44px);
        -ms-transform: translate(0px, -44px);
        -o-transform: translate(0px, -44px);
        transform: translate(0px, -44px); }
      .menu-home .hexagon-item:nth-last-child(5) {
        margin-right: 0px; }
      .menu-home .hexagon-item:nth-last-child(2),
      .menu-home .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(40px, -66px);
        -moz-transform: translate(40px, -66px);
        -ms-transform: translate(40px, -66px);
        -o-transform: translate(40px, -66px);
        transform: translate(40px, -66px); } }

.menu-competition {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 800px; }
  .menu-competition .overlay {
    background-color: rgba(255, 255, 255, 0.93); }
  @media all and (max-width: 980px) {
    .menu-competition {
      width: 640px; } }
  @media all and (max-width: 790px) {
    .menu-competition {
      width: 560px; } }
  @media all and (max-width: 688px) {
    .menu-competition {
      width: 480px; } }
  @media all and (max-width: 495px) {
    .menu-competition {
      width: 288px; }
      .menu-competition .hexagon-item:nth-last-child(2),
      .menu-competition .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(47px, -27px);
        -moz-transform: translate(47px, -27px);
        -ms-transform: translate(47px, -27px);
        -o-transform: translate(47px, -27px);
        transform: translate(47px, -27px); } }
  @media all and (max-width: 400px) {
    .menu-competition {
      width: 243px; }
      .menu-competition .hexagon-item:nth-last-child(2),
      .menu-competition .hexagon-item:nth-last-child(1) {
        -webkit-transform: translate(40px, -22px);
        -moz-transform: translate(40px, -22px);
        -ms-transform: translate(40px, -22px);
        -o-transform: translate(40px, -22px);
        transform: translate(40px, -22px); } }

/* End of container */
.hexagon-item {
  cursor: pointer;
  float: left;
  z-index: 0;
  position: relative;
  margin-left: 1px; }

.hexagon-item:first-child {
  margin-left: 0; }

.hexagon-item:hover {
  z-index: 1; }

.hexagon-item:hover .hexbutton:last-child {
  background-image: url(../img/button_select.png);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.hexagon-item:hover .hexbutton:first-child {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.hexagon-item:hover .hexbutton:first-child div:before,
.hexagon-item:hover .hexbutton:first-child div:after {
  height: 15px; }

.hexagon-item:hover .hexbutton div::before,
.hexagon-item:hover .hexbutton div::after {
  background-color: #e5322b; }

.hexbutton {
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/button.png);
  background-size: 100% 100%;
  border: 0;
  color: black;
  height: 186px;
  width: 159px;
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none; }
  .hexbutton span {
    padding: 2em 0.47em; }
  @media all and (max-width: 980px) {
    .hexbutton {
      height: 149px;
      width: 127px;
      font-size: 120%; } }
  @media all and (max-width: 790px) {
    .hexbutton {
      height: 130px;
      width: 111px;
      font-size: 105%; } }
  @media all and (max-width: 688px) {
    .hexbutton {
      height: 112px;
      width: 95px;
      font-size: 90%; } }
  @media all and (max-width: 400px) {
    .hexbutton {
      height: 93px;
      width: 80px;
      font-size: 75%; } }

.testimonials {
  color: #e5322b; }

/*# sourceMappingURL=hexagon.css.map */
