/*
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 : 19-jul-2017, 11:44:23
    Author     : Ben
*/
.cat-menu {
  text-align: center; }
  .cat-menu .cat-item {
    display: inline-block;
    min-width: 20%; }
    .cat-menu .cat-item a {
      display: block;
      margin-bottom: 5px;
      padding: 10px 20px;
      color: #777;
      border: 1px solid #999;
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 5px;
      transition: all .3s ease-in-out; }
      .cat-menu .cat-item a.small {
        padding: 5px 10px; }
      .cat-menu .cat-item a:hover, .cat-menu .cat-item a.active {
        text-decoration: none;
        background-color: #29c0d4;
        border-color: #29c0d4;
        color: white; }

@media (max-width: 650px) {
  .hidden-650 {
    display: none !important; } }
@media (max-width: 550px) {
  .hidden-550 {
    display: none !important; } }
.youtube-popup {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .youtube-popup iframe, .youtube-popup object, .youtube-popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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