/**
 * Frog Micro CMS
 *
 * An open source micro content management framework for PHP
 *
 * This content is released under the GNU General Public 3.0 License
 *
 * Copyright (c) 2015, Briddle Rich Internet Applications
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @package		Frog
 * @author		W.A. Bergsma
 * @copyright	Copyright (c) 2015, Briddle Rich Internet Applications (http://briddle.nl/)
 * @license		http://www.gnu.org/copyleft/gpl.html GNU General Public 3.0 License
 * @link		http://briddle.nl/frog/
 * @since		Version 1.0.0
 * @filesource
 */
/* Include Bourbon Neat 
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Font
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Bad Script';
  src: url("badscript-regular-webfont.eot");
  src: url("badscript-regular-webfont.eot?#iefix") format("embedded-opentype"), url("badscript-regular-webfont.woff2") format("woff2"), url("badscript-regular-webfont.woff") format("woff"), url("Bbadscript-regular-webfont.ttf") format("truetype"), url("badscript-regular-webfont.svg#badscript-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Layout
----------------------------------------------------------------------------- */
html, body {
  width: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  margin-bottom: 75px;
  /* margin needed for footer */
  border-top: solid 10px #b5c910; }

div.section {
  position: relative;
  width: 100%; }

div.container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1100px; }

.section .container h1 {
  font-family: 'Bad Script';
  font-size: 40px; }

/* design
----------------------------------------------------------------------------- */
span.green {
  color: #b5c910; }

div.smallbanner {
  min-height: 100px;
  padding: 0px;
  margin-bottom: 0px;
  background: url(slider-sub2.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div.banner {
  min-height: 700px;
  padding: 0px;
  margin-bottom: 0px;
  background: url(slider-img.jpg) no-repeat 50% 50% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  div.banner div.floater {
    width: 450px;
    background-color: #d2cecb;
    display: block;
    opacity: 0.8;
    font-size: 26px;
    float: right;
    position: relative;
    top: 100px;
    padding: 40px 20px;
    margin-bottom: 200px; }
    div.banner div.floater ul {
      list-style-type: none;
      padding: 2.5%; }
      div.banner div.floater ul i {
        color: #e48b13; }

div.bar {
  width: 100%;
  padding: 20px;
  margin-bottom: 0px;
  background-color: #372113; }
  div.bar div.left {
    color: #d2cecb;
    font-family: 'Bad Script';
    font-size: 40px;
    text-align: center;
    float: left; }
  div.bar div.right {
    text-align: center;
    float: right; }
    div.bar div.right a.c2a {
      background-color: #e48b13;
      text-align: center;
      padding: 10px 20px 10px 20px;
      font-size: 30px;
      font-family: 'lato';
      color: #fffeff;
      text-decoration: none; }

div.overview {
  min-height: 300px; }
  div.overview div.split {
    float: left;
    width: 50%;
    margin: 50px 0 50px 0; }
    div.overview div.split h2 {
      font-family: 'Bad Script';
      font-size: 40px; }
    div.overview div.split p {
      font-family: 'Lato';
      font-size: 20px; }
    div.overview div.split a {
      color: #b5c910; }

#map-canvas {
  height: 400px;
  width: 100%; }

div.contact {
  min-height: 500px;
  background-color: #42571e;
  padding-bottom: 20px; }
  div.contact div.split {
    float: left;
    width: 50%;
    margin: 50px 0 50px 0; }
    div.contact div.split p {
      line-height: 1em;
      font-family: 'Lato';
      font-size: 18px;
      color: #daddd2; }

footer {
  margin-top: 50px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #372113;
  padding: 20px 0 20px 0; }
  footer p {
    color: #716358;
    text-align: center; }
  footer a:link, footer a:active, footer a:visited, footer a:hover, footer span.tcp {
    color: #e4e2e3; }

div.split {
  float: left;
  width: 50%;
}

div.features div.split{
  margin: 50px 0 50px 0; 
}
  div.features div.split a img {
    padding: 5px 5px 5px 5px; }

div.pricing, div.info {
  padding-bottom: 50px;
  padding-top: 50px; }

div.gallery {
  min-height: 900px;
  padding-top: 50px;
  /* Define a 2 column horizontal grid */
  /* make the margin the same all around */ }
  div.gallery .slider-wrapper .slider-content .slider-item {
    background: #d2cecb;
    -webkit-border-radius: 5px;
    /* Chrome, Safari, Opera */
    -moz-border-radius: 5px;
    /* Firefox */
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 3px -3px #777777;
    /* Chrome, Safari, Opera */
    -moz-box-shadow: 0 5px 3px -3px #777777;
    /* Firefox */
    box-shadow: 0 5px 3px -3px #777777;
    color: #222222;
    float: left;
    margin: 2.5%;
    height: auto;
    opacity: 1;
    position: relative;
    width: 46.25%;
    text-align: center; }
  div.gallery .slider-wrapper .slider-content .slider-item:nth-child(2n+0) {
    margin-left: 0; }
  div.gallery .slider-wrapper .slider-content .slider-item a img {
    margin: 5% 5% 5% 5%;
    width: 90%;
    -webkit-border-radius: 5px;
    /* Chrome, Safari, Opera */
    -moz-border-radius: 5px;
    /* Firefox */
    border-radius: 5px; }
  div.gallery .slider-wrapper .slider-content .slider-item .frame a span {
    display: none !important; }
  div.gallery .slider-wrapper .slider-content .slider-item header {
    height: 50px; }
  div.gallery .slider-wrapper .slider-content .slider-item header h4 {
    text-align: center; }

/* Forms
----------------------------------------------------------------------------- */
form p {
  padding: 0; }
form textarea {
  height: 100px; }
form input[type='text'], form textarea {
  background-color: #e8e8e8;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 15px 10px 15px 10px;
  min-width: 300px;
  width: 80%; }
form input[type='text']:focus, form textarea:focus {
  background-color: #ffffff;
  outline: none; }
form input[type='submit'], form input[type='reset'] {
  background-color: #B5C910;
  border: 1px solid #B5C910;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: 15px 10px 15px 10px;
  min-width: 145px;
  width: 20%; }
form input[type='submit']:hover, form input[type='reset']:hover {
  background-color: #A1B30E;
  border: 1px solid #A1B30E;
  cursor: pointer; }

/* Menu
----------------------------------------------------------------------------- */
div.menu {
  background-color: #372113;
  height: 68px;
  width: 100%;
  z-index: 999; }
  div.menu img {
    float: left;
    height: 68px; }

nav.menu {
  height: 58px;
  text-transform: uppercase;
  float: right; }
  nav.menu ul ul {
    display: none;
    height: 80%; }
  nav.menu ul li:hover > ul {
    display: block;
    z-index: 100; }
  nav.menu ul {
    color: #ffffff;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-table; }
  nav.menu ul:after {
    content: "";
    clear: both;
    display: block; }
  nav.menu ul li {
    float: left; }
  nav.menu ul li:hover {
    background: #B5C910; }
  nav.menu ul li:hover a {
    color: #ffffff; }
  nav.menu ul li a {
    display: block;
    padding: 24px 25px;
    color: #ffffff;
    text-decoration: none; }
  nav.menu ul ul {
    background: #666666;
    padding: 0;
    position: absolute;
    top: 100%; }
  nav.menu ul ul li {
    float: none;
    border-top: 1px solid #777777;
    position: relative; }
  nav.menu ul ul li a {
    padding: 15px 40px;
    color: #ffffff;
    width: 300px; }
  nav.menu ul ul li a:hover {
    background: #333333; }
  nav.menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }

/* Mobile menu replacement
----------------------------------------------------------------------------- */
.slicknav_menu {
  display: none; }

@media screen and (max-width: 40em) {
  nav.menu {
    display: none; }

  .slicknav_menu {
    display: block; } }
/* Matrix
----------------------------------------------------------------------------- */
div.matrix {
  float: left;
  height: 350px;
  margin: 10px;
  overflow: hidden;
  width: 200px; }
  div.matrix a img {
    float: left;
    width: 200px;
    height: 300px; }
  div.matrix a span {
    float: left;
    padding: 10px;
    text-align: center; }

/* WYSIWYG
----------------------------------------------------------------------------- */
div.editor table {
  border-collapse: collapse; }
  div.editor table td {
    border: 1px solid #eeeeee;
    padding: 10px; }
div.editor ol {
  list-style-type: decimal;
  margin-left: 40px; }
div.editor ul {
  list-style-type: disc;
  margin-left: 40px; }
div.editor h2 {
  font-family: 'Bad Script';
  font-size: 40px; }

/* WEBSHOP
----------------------------------------------------------------------------- */
/* Product */
div.simpleCart_shelfItem {
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-family: Helvetica;
  margin: 10px;
  padding: 20px; }

img.item_thumb {
  border: 1px solid #e1e1e1; }

select.item_size {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input.item_Quantity {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px;
  outline: none; }

span.item_price {
  float: right; }

a.item_add img {
  vertical-align: middle; }

/* Cart */
div.simpleCart {
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 0 15px #888888;
  display: none;
  font-family: Helvetica;
  margin: 10px;
  padding: 20px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
  width: 800px; }

div.simpleCart_checkout_steps {
  background: #dddddd;
  clear: both;
  height: 50px; }

div.simpleCart_checkout_steps div {
  color: #222222;
  float: left;
  padding: 15px 0 15px 0;
  height: 20px;
  width: 50%; }

div.simpleCart_checkout_steps div:first-child {
  background: #199BD7;
  height: 50px; }

div.simpleCart_checkout_steps div span {
  background: #cccccc;
  border-radius: 3px;
  color: #666666;
  margin: 0 10px 0 10px;
  padding: 5px; }

div.simpleCart_checkout_steps div:first-child span {
  background: #003087;
  color: #ffffff; }

div.simpleCart_items table {
  border-collapse: collapse;
  width: 100%; }

div.simpleCart_items table th {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  padding: 10px;
  text-align: left; }

div.simpleCart_items table td {
  background: #ffffff;
  border: 1px solid #222222;
  padding: 10px; }

div.simpleCart_items table td a {
  color: #003087;
  text-decoration: none; }

div.simpleCart p {
  text-align: right; }

/* # items in cart */
span.simpleCart_quantity {
  display: inline-block; }

/* Total */
span.simpleCart_total {
  display: inline-block; }

/* Vat */
span.simpleCart_tax {
  display: inline-block; }

/* Vat rate */
span.simpleCart_taxRate {
  display: inline-block; }

/* Shippingcost */
span.simpleCart_shipping {
  display: inline-block; }

/* Grand total */
span.simpleCart_grandTotal {
  display: inline-block; }

/* Checkout & empty */
a.simpleCart_checkout img {
  vertical-align: middle; }

a.simpleCart_hide {
  color: #003087; }

a.simpleCart_empty {
  color: #003087; }

a.simpleCart_show img {
  vertical-align: middle; }

/* Minicart */
div.miniCart {
  background: #222222;
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 15px #666666;
  color: #999999;
  padding: 10px;
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999; }

.editor img {max-width: 100%;}

@media screen and (max-width: 768px) {
  div.contact div.split, div.features div.split, div.overview div.split {
    float: left;
    width: 100%; }

  div.bar div.left {
    font-size: 2em; }
  div.bar div.right {
    display: none; }

  div.banner div.floater {
    width: 100%;
    font-size: 1.5em;
    padding: 20px 20px; }

  input[type="text"], textarea {
    width: 100% !important; } }
