﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Sue+Ellen+Francisco);
/*-------------- Imports --------------*/
/* ---------- CSS website naam ---------- */
html {
  width: 100%;
  color: #808080;
  font-size: 100%;
}
body {
  height: 100%;
  width: 100%;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ededed;
  background-image: url('../Images/header-bg2.jpg');
  background-repeat: no-repeat;
  background-size: 1680px;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f26c4c;
}
::selection {
  color: #fff;
  background: #f26c4c;
}
/*-------------- Content style --------------*/
a {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
section {
  overflow: hidden;
  font: 0.95em/2 'Open Sans', sans-serif;
}
section h1,
section h2,
section h3 {
  color: #ccc;
  font-size: 2em;
  margin: 0 0 12px;
  line-height: 1.2em;
}
section p {
  margin: 0 0 20px;
}
section ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-position: outside;
}
section ul li {
  list-style-type: none;
}
section ul li i {
  margin: 0 5px 0 0;
}
section ol {
  margin: 0 0 20px 30px;
  list-style-position: outside;
}
.cnr_contentPart {
  margin: 0 0 12px;
}
.cnr_contentPart table {
  margin: 0 0 20px;
}
.cnr_contentPart table td {
  vertical-align: top;
}
.cnr_contentPart a {
  color: #aaa;
}
.cnr_contentPart a:hover {
  color: #bbb;
}
/*-------------- Header style --------------*/
header {
  padding: 10px 0 20px;
}
header .lead-title a {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Sue Ellen Francisco', cursive;
  width: 300px;
  display: block;
}
header .blue-title-first {
  color: #00c6ca;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  display: block;
  margin: 0 120px -5px 0;
}
header .blue-title-second {
  color: #00c6ca;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  display: block;
  margin: 0 100px 20px 0;
}
header .big-title-first {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 0 60px 0 0;
}
header .big-title-second {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 0 40px 20px 0;
}
header .title-first {
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 0 20px 0 0;
}
header .title-second {
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}
header .col-md-7 p {
  text-align: right;
  margin-top: 30px;
}
header .winkelwagentje p {
  text-align: right;
  margin: 10px 0 0 0;
}
header .winkelwagentje p a {
  color: #666;
  font-size: 0.9em;
}
header .winkelwagentje p a i {
  margin: 0 5px 0 0;
}
/*-------------- Nav style --------------*/
nav {
  margin: 0 0 20px;
  min-height: 10px;
}
nav .fa-heart-o:hover:before {
  content: "\f004";
}
nav .tag {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  border: solid #F78E6A 2px;
}
nav .reset {
  display: inline-block;
  display: block;
  margin: 10px 0 0 0;
}
nav .reset a {
  background: #ccc;
  font-size: 0.8em;
  color: #fff;
  padding: 5px 10px;
}
nav .tag {
  display: inline-block;
  font-weight: 600;
  color: #F78E6A;
  text-align: center;
  text-transform: uppercase;
  border: solid #F78E6A 2px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav .tag a {
  color: #F78E6A;
}
nav .tag .fa-heart-o {
  margin: 0 5px 0 0;
}
nav .tag .fa-thumbs-down {
  margin: 0 0 0 5px;
}
.used-tags {
  text-align: center;
}
.pinned-tags .tag {
  border: solid #F78E6A 2px;
  background-color: #F78E6A;
}
.pinned-tags .tag a {
  color: #fff !important;
}
.dismissed-tags {
  text-align: right;
}
.dismissed-tags .tag {
  border: solid #999 2px;
  background-color: #999;
}
.dismissed-tags .tag a {
  color: #fff !important;
}
/*-------------- Content style --------------*/
#content #target {
  display: none;
  background: #9D0053;
  height: 160px;
  padding: 5px;
}
#content aside {
  padding: 30px;
  background: #fff;
}
#content aside .heart-items {
  color: #F78E6A;
}
#content aside .close-items {
  color: #999;
}
/*-------------- Image style --------------*/
.effects .am-wrapper {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 5px;
  overflow: hidden;
}
.effects .am-wrapper:nth-child(n) {
  margin-right: 5px;
}
.effects .am-wrapper:first-child {
  margin-left: -15px;
}
.effects .am-wrapper:last-child {
  margin-right: 0;
}
.effects .am-wrapper img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay .like {
  margin-top: 10px;
  font: bold 18px 'Open sans', sans-serif;
  color: #555555;
  text-align: center;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.close-overlay {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 120px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #F78E6A;
  cursor: pointer;
}
.close-overlay:hover {
  background-color: #f17146;
}
.close-overlay.hidden {
  display: none;
}
.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#am-container .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#am-container .overlay .expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#am-container .am-wrapper.hover .overlay {
  opacity: 1;
}
#am-container .am-wrapper.hover .overlay .expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
/*-------------- Match balk --------------*/
.match-balk {
  background-color: #F17046;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font: 28px 'Sue Ellen Francisco', cursive;
  z-index: 100;
  padding: 20px 0 40px;
}
.match-balk a {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
}
.match-balk a:hover {
  background-color: #E6EDDB;
}
.match-artikel {
  text-align: center;
}
.match-artikel .button-like,
.match-artikel .button-dislike {
  border: solid 5px #f26c4c;
  border-radius: 100px;
  padding: 5px 15px 0px;
  margin: 20px;
}
.match-artikel .button-like:hover,
.match-artikel .button-dislike:hover {
  background-color: #f26c4c;
  color: #fff;
}
.match-artikel img {
  width: 500px;
}
.match-artikel h2 {
  text-align: center;
  color: #1AC7CD;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
  padding: 0 250px;
  margin-bottom: 30px;
}
.match-artikel a {
  font-size: 60px;
  padding: 10px;
  color: #f26c4c;
}
.site {
  text-align: center;
}
.site .start-shopping {
  background-color: #F17046;
  color: #fff;
  margin: 30px 0;
  padding: 20px 150px;
  text-transform: uppercase;
  font-size: 2em;
  display: inline-block;
}
.site .tag {
  display: inline-block;
  font-weight: 600;
  color: #F78E6A;
  text-align: center;
  text-transform: uppercase;
  border: solid #F78E6A 2px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 10px;
}
.site .tag .fa-heart-o {
  color: #F78E6A;
  margin: 0 5px 0 0;
}
.site .tag .fa-heart-o:hover:before {
  content: "\f004";
}
/*-------------- Footer style --------------*/
footer {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  padding: 20px 0 20px;
  background-color: #fff;
}
footer p {
  color: #666;
  font-size: 0.8em;
  text-align: center;
}
/*-------------- Winkelwagentje style --------------*/
.wrp-artikel {
  padding: 20px;
  height: 420px;
  background-color: #fff;
  margin: 10px;
}
.wrp-artikel img {
  margin-bottom: 15px;
  height: 260px;
  width: 250px;
  margin-left: -40px;
}
.wrp-artikel span {
  height: 280px;
  width: 170px;
  float: left;
  overflow: hidden;
}
.wrp-artikel label {
  height: 70px;
  font-weight: 400;
  font-size: 0.9em;
}
.wrp-artikel .btn-verwijder {
  padding: 5px 10px;
  font-size: 0.8em;
  color: #f4845f;
  text-transform: uppercase;
  border: solid 2px #f4845f;
  width: 100%;
  display: block;
  text-align: center;
}
.wrp-artikel .btn-verwijder:hover {
  color: #fff;
  background-color: #f4845f;
}
.fa-thumbs-o-down {
  color: #F78E6A;
  margin: 0 0 0 5px;
}
.fa-thumbs-o-down:hover:before {
  content: "\f165";
}
