/*
  Theme Name:  iDEAL
  Theme URI:   http://www.ideal.nl/
  Author:      Clearsite Webdesigners
  Author URI:  http://www.clearsite.nl/
  Version:     1.0.8
  SVN:         $Id: style.css 10827 2015-04-07 14:40:30Z john $
*/
/*=========================================
  DEFAULTS
=========================================*/
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas, img, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/*=========================================
  HELPERS
=========================================*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.menu, .list, .menu ul, .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list {
  overflow: hidden;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 53%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lc {
  text-transform: lowercase !important;
}