/* TO DO

* Default styling for webshop (webshop.less + views + modules) Clean up styles and reference everything to the base colors
* Create basic demo templates and data

+ Create helper styles for module and widget views (basic styles available, suggestions welcome)

Modules and Widgets:
* blog_webshop
* calendar
* downloads
* events
* locations
* pages
* products
* ~ search (products)

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/

// ==========================================================================
// Base styles: opinionated defaults
// ==========================================================================

// Moved global H5BP text styles to global.less


// Remove text-shadow in selection highlight: h5bp.com/i
// These selection rule sets have to be separate.
// Customize the background color to match your design.
*/
::-moz-selection {
  background: #f2f2f2;
  text-shadow: none;
}
::selection {
  background: #f2f2f2;
  text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of
// their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Allow only vertical resizing of textareas */
textarea {
  resize: vertical;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*	CROSS BROWSER HELPERS

	http://lesselements.com/test.html
	mixins that focus on consolidating cross-browser prefixes

	.gradient(#6CB1EE, #4F85B2, #BCE6FF);
	.bw-gradient(#EEE, 150, 255);
	.bordered(#DDD, #BBB, #555, #BBB);
	.drop-shadow(2px, 5px, 10px, 0.5);
	.rounded(10px);
	.border-radius(10px, 10px, 0, 0);
	.opacity(0.4);
	.transition-duration(0.5s);
	.rotation(20deg);
	.scale(0.5);
	.transition(1s, linear);
	.inner-shadow(2px, 5px, 10px, 0.5);
	.box-shadow(2px 5px 10px green);
	.columns(40px, 3, 20px, #EEE, solid, 1px);
	.translate(100px, 0);
	.box-sizing(border-box);
	.user-select(none); 
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.lt-ie8 .row {
  zoom: 1;
}
.row {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12 {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.span-12 {
  width: 100%;
}
.span-11 {
  width: 91.66666667%;
}
.span-10 {
  width: 83.33333333%;
}
.span-9 {
  width: 75%;
}
.span-8 {
  width: 66.66666667%;
}
.span-7 {
  width: 58.33333333%;
}
.span-6 {
  width: 50%;
}
.span-5 {
  width: 41.66666667%;
}
.span-4 {
  width: 33.33333333%;
}
.span-3 {
  width: 25%;
}
.span-2 {
  width: 16.66666667%;
}
.span-1 {
  width: 8.33333333%;
}
html,
button,
input,
select,
textarea {
  font-family: "proxima-nova", "Times New Roman";
  color: #515151;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 16px;
  line-height: 1.5;
  background: #FFF;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
header,
#main,
footer {
  clear: both;
}
header {
  background: #FFF;
}
#main {
  background: #FFF;
}
footer {
  background: #FFF;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
fieldset {
  padding: 0;
  margin: 0 0 25px 0;
  color: #515151;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "proxima-nova", "Times New Roman";
  font-size: 16px;
  line-height: 1.1;
  color: #60d1e0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1,
h1 a {
  color: #60d1e0;
  font-size: 32px;
}
h2,
h2 a {
  color: #60d1e0;
  font-size: 20px;
  margin-bottom: 10px;
}
#main-content h2 {
  margin-top: 35px;
}
h3,
h3 a {
  color: #60d1e0;
  font-size: 18px;
}
ul,
ol {
  list-style: none;
}
li {
  padding-left: 25px;
  background: url('/img/li-tand.png') 2px 4px no-repeat;
}
address {
  font-style: normal;
}
a,
.fake-link {
  cursor: pointer;
  color: #cf102d;
  text-decoration: underline;
}
a:hover,
.fake-link:hover {
  text-decoration: none;
}
table td,
table th {
  vertical-align: top;
}
label,
.fake-label {
  display: inline-block;
  vertical-align: top;
}
form label + label {
  margin-left: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 200px;
  padding: 7px;
  border: 1px solid #e5e5e5;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #3399ff;
}
textarea {
  height: 80px;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
input[type="submit"],
button[type="submit"],
.button {
  background: #999999;
  border: none;
  color: #FFF;
  padding: 5px 15px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  background: #7a7a7a;
}
.button {
  text-transform: uppercase;
  padding: 10px 25px !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
}
.red {
  background: #cf102d !important;
}
.red:hover {
  opacity: 0.9;
}
fieldset {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  background: #f2f2f2;
  padding: 20px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}
legend {
  margin-left: -5px;
  padding: 0 5px;
}
form table th,
form table td {
  padding: 4px 8px 4px 0;
  word-wrap: break-word;
}
form table label,
form table .fake-label {
  margin-top: 7px;
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    width: 100%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    float: left;
    margin-top: 2px;
  }
  table td {
    display: block;
  }
}
/* ==========================================================================
// Javascript and jQuery classes
// ==========================================================================
*/
.accordion-block .record {
  margin: 0 0 3px 0;
}
.accordion-block .record h3.header {
  cursor: pointer;
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 0px;
  max-width: none;
}
.accordion-block .record div.content {
  border: 1px solid #f2f2f2;
  padding: 10px;
  display: none;
  max-width: 600px;
}
/* set navigation absolute (@rNavAbsolute) to true, change sub-slide-menu-active to appropriate */
@media only screen and (max-width: 880px) {
  #main-nav .fold-out,
  #main-nav .sub-fold-out {
    display: none;
    background: #f2f2f2;
  }
  #main-nav .parent:hover ul,
  #main-nav .sub-parent:hover ul {
    display: none;
  }
  #main-nav .slide-menu-active.parent > span.back,
  #main-nav .sub-slide-menu-active.sub-parent > span.back {
    display: inline-block;
    float: left;
    width: 40px;
    height: 41px;
    margin: 0 15px 0 0;
    cursor: pointer;
    background-image: url(/img/arrow-back.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 0 solid #f2f2f2;
    border-right-width: 1px;
  }
  #main-nav .slide-menu-active.parent > span.back:hover,
  #main-nav .sub-slide-menu-active.sub-parent > span.back:hover {
    background-color: #f2f2f2;
  }
  #main-nav .slide-menu-active.parent > a:before,
  #main-nav .sub-slide-menu-active.sub-parent > a:before {
    content: '';
  }
  #main-nav .slide-menu-active,
  #main-nav .sub-slide-menu-active {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #f2f2f2;
  }
}
.responsive {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.error {
  display: block;
  font-size: 13px;
  color: #CC0033;
  margin-top: 2px;
}
.error input[type="text"],
.error textarea {
  border-color: #CC0033;
}
.fr {
  float: right;
}
.arrow-r,
button.arrow-r[type="submit"] {
  padding-right: 30px;
}
.arrow-l,
button.arrow-l[type="submit"] {
  padding-left: 30px;
}
.arrow-r:after,
.arrow-l:before {
  position: absolute;
  content: ' ';
  height: 0;
  width: 0;
  margin-top: 5px;
  border: 6px solid transparent;
}
.arrow-r.right:after,
.arrow-l.right:before {
  margin-left: 8px;
  border-left-color: #FFF;
}
.arrow-r.left:after,
.arrow-l.left:before {
  margin-left: -22px;
  border-right-color: #FFF;
}
.toggle {
  cursor: pointer;
}
.panel {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}
.list-1,
.list-2,
.list-3,
.list-4,
.list-5 {
  margin-left: -20px;
  margin-right: -20px;
}
.list-1 a,
.list-2 a,
.list-3 a,
.list-4 a,
.list-5 a {
  display: block;
  text-decoration: none;
}
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li,
.list-5 li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  background-image: none;
}
.list-1 img.responsive,
.list-2 img.responsive,
.list-3 img.responsive,
.list-4 img.responsive,
.list-5 img.responsive {
  margin-bottom: 40px;
}
.list-1 {
  margin-left: 0;
  margin-right: 0;
}
.list-1 li {
  display: block;
  padding: 0;
}
.list-2 li {
  width: 50%;
}
.list-3 li {
  width: 33.33%;
}
.list-4 li {
  width: 25%;
}
.list-5 li {
  width: 20%;
}
.module a,
.widget a {
  display: block;
}
@media only screen and (min-width: 1000px) {
  #main p,
  #main ul,
  #main ol,
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6 {
    max-width: 600px;
  }
  #main ul.module,
  #main ul.widget {
    max-width: none;
  }
}
#search-results h2 {
  color: #CCCCCC;
  margin-bottom: 20px;
}
#search-results h3 {
  margin-bottom: 0;
}
#search-results h3 a {
  text-decoration: none;
  font-weight: normal;
}
#search-results .url {
  text-decoration: none;
  color: #999999;
  font-size: 0.9em;
}
#breadcrumb {
  font-size: 13px;
  color: #999999;
  text-transform: lowercase;
  margin-top: -7px;
  margin-bottom: 5px;
}
#breadcrumb a {
  text-decoration: none;
  padding-right: 0;
  color: #999999;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb a:after {
  content: " > ";
}
.rsnav {
  clear: both;
  padding: 13px 0;
}
.rsnav a {
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 7px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #e5e5e5;
  color: #999999;
}
.rsnav a:hover,
.rsnav a.active {
  background: #f2f2f2;
}
.rsnav div {
  display: table;
  margin: 0 auto;
}
.rsnav div span {
  float: left;
  display: table-cell;
  margin-right: 7px;
}
.rsnav div a {
  float: left;
  display: table-cell;
}
.rsnav .back {
  float: left;
}
.rsnav .next {
  float: right;
  margin-top: -29px;
}
.frm-bldr label,
.frm-bldr .fake-label {
  width: 150px;
}
.frm-bldr input[type="submit"],
.frm-bldr button[type="submit"] {
  margin-left: 150px;
}
.frm-bldr li {
  clear: both;
  padding: 0;
  background: none;
  margin-bottom: 7px;
}
.frm-bldr .form-rows {
  width: 200px;
  display: inline-block;
  margin: 0 0 5px 0;
}
.frm-bldr .form-rows .form-row {
  margin: 0 0 5px 0;
}
.frm-bldr .form-rows .form-row label {
  display: block;
  margin-left: 22px;
}
.frm-bldr .form-rows .form-row input[type="checkbox"],
.frm-bldr .form-rows .form-row input[type="radio"] {
  float: left;
  margin-top: 2px;
}
.frm-bldr .error {
  display: inline-block;
}
.frm-bldr .error span {
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 400px) {
  .frm-bldr label,
  .frm-bldr .fake-label {
    width: auto;
  }
  .frm-bldr input[type="submit"],
  .frm-bldr button[type="submit"] {
    margin-left: 0;
  }
  .frm-bldr .form-rows {
    width: 100%;
  }
  .frm-bldr .error {
    display: block;
  }
}
.custom-form td {
  padding-bottom: 7px;
  padding-right: 10px;
}
@media only screen and (max-width: 400px) {
  .custom-form table {
    width: 100%;
  }
  .custom-form td {
    display: block;
    padding-right: 0;
  }
}
#bar-preview {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  padding: 5px 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #000;
}
#bar-preview a {
  float: right;
  display: inline-block;
  margin-right: 10px;
}
#hmn {
  display: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.lt-ie8 .ir {
  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;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
.removed-item {
  background: #ededed none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 15px 15px 1px;
}
#tel {
  float: right;
  margin-right: 20px;
  padding: 7px 23px;
  background: #999999;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#tel a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
}
#logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
#menu-container {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
}
.fixed-layer {
  position: fixed;
  top: 0;
}
header nav ul {
  margin-bottom: 0;
}
header nav li {
  float: left;
  position: relative;
  padding: 0;
  background: none;
}
header nav a {
  display: block;
  text-decoration: none;
}
header nav li ul {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 0;
  margin: 0;
  background: #f2f2f2;
  z-index: 101;
}
header nav li:hover > ul {
  display: block;
}
header nav li ul li {
  float: none;
}
header nav li ul li ul {
  left: 100%;
  top: 0;
}
#main-nav-switch {
  display: none;
  position: relative;
  /*margin: @navSwitchMargin;
    padding: @navSwitchPadding;
    color: @navSwitchColor;
	background: @navSwitchBg;
    cursor: pointer;
    z-index: 10;
	width:200px;*/
  color: #858585;
  margin: 0px;
  padding: 13px 10px 13px 44px;
  background: url("/img/menu-switch.png") no-repeat 22px center #ffffff;
  cursor: pointer;
  width: 100%;
  z-index: 300;
}
#main-nav {
  /*background:@mainNavBg;*/
}
#main-nav-tree {
  margin-left: -15px;
  font-size: 16px;
}
#main-nav-tree a {
  display: block;
  color: #858585;
  padding: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
#main-nav-tree a:hover,
#main-nav-tree a.active {
  color: #cf102d;
  /*background:@mainNavBgHover;*/
}
#main-nav-tree ul {
  padding: 15px 25px;
  width: 280px;
}
#main-nav-tree ul li a {
  padding: 5px 0 5px 25px;
  color: #515151;
  text-transform: none;
  font-weight: 300;
  background: url('/img/li-tand.png') no-repeat left center;
}
#main-nav-tree ul li a:hover,
#main-nav-tree ul li a.active {
  color: #cf102d;
  /*background:@mainNavSubBgHover;*/
}
#top-nav-tree {
  position: absolute;
  top: -72px;
  right: 250px;
  font-size: 14px;
}
#top-nav-tree a {
  color: #515151;
  padding: 5px 10px;
}
#top-nav-tree a:hover,
#top-nav-tree a.active {
  color: #999999;
}
#tools-nav {
  float: right;
  margin: 5px 0 0 0;
}
#search {
  position: absolute;
  right: 28px;
  top: 8px;
  z-index: 400;
}
#search .toggle {
  padding: 6px;
}
#search .panel {
  right: -8px;
  top: 42px;
  width: 270px;
  z-index: 20;
}
#search #search-btn {
  float: right;
  margin-top: 0;
  padding: 0;
  width: 50px;
  height: 41px;
  text-indent: -9999px;
  background: url("/img/search.png") no-repeat 21px center #f2f2f2;
}
#search #search-field {
  width: 100%;
  height: 36px;
  border: none;
  background: #f2f2f2;
}
#search form {
  background: #f2f2f2;
  /*padding: 5px;*/
  margin: 0;
  width: 100%;
}
#search form span {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
}
@media only screen and (max-width: 880px) {
  #menu-container {
    background-color: #FFF;
  }
  #menu-container .span-12 {
    padding: 0;
  }
  #main-nav-switch {
    display: block;
  }
  #main-nav {
    display: none;
    background: #f2f2f2;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 200;
  }
  #main-nav ul {
    display: block;
    position: relative;
  }
  #main-nav li {
    float: none;
  }
  #main-nav .row {
    padding: 0;
  }
  #main-nav-tree {
    padding: 15px 0 25px;
    /*box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);*/
  }
  #main-nav-tree ul {
    width: 100%;
    padding: 0 25px;
  }
  #main-nav-tree,
  #top-nav-tree {
    font-size: 16px;
  }
  #main-nav-tree a,
  #top-nav-tree a {
    padding: 5px 0 5px 25px;
    color: #858585;
    word-break: break-word;
    font-size: 16px !important;
  }
  #main-nav-tree a:hover,
  #top-nav-tree a:hover,
  #main-nav-tree a.active,
  #top-nav-tree a.active {
    color: #cf102d;
  }
  #main-nav-tree {
    margin-left: 0;
  }
  #top-nav-tree {
    position: relative;
    top: 0;
    left: 0;
  }
  header nav li {
    float: none;
  }
  header nav li ul {
    display: block;
    position: relative;
    background: none;
  }
  header nav li ul li {
    border-top: none;
  }
  header nav li ul li ul {
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  #search {
    right: 0;
    top: 40px;
    width: 100%;
  }
  #search .panel {
    width: 100%;
    top: 10px;
    right: 0;
  }
  #search .toggle {
    padding: 6px;
    position: absolute;
    right: 8px;
    top: -30px;
  }
  #search #search-btn {
    height: 45px;
  }
}
footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}
footer .span-3 {
  margin-bottom: 10px;
}
footer address {
  font-style: normal;
  margin-bottom: 5px;
}
footer address .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer address strong {
  font-size: 16px;
  margin-botom: 5px;
}
footer address ul {
  margin-bottom: 0;
}
footer address li {
  background: none;
  padding-left: 0;
  padding-right: 15px;
  display: block;
}
footer address li:last-child {
  padding-right: 0;
}
footer address li a {
  text-decoration: none;
}
footer address li a span {
  border-bottom: 1px solid #f4d5d8;
}
footer table tr td img {
  padding-left: 10px;
}
footer table td:first-child {
  padding-right: 5px;
}
footer table td:last-child {
  text-align: right;
}
footer #copyright,
footer #copyright a {
  color: #afafaf;
  font-size: 13px;
  margin-bottom: 10px;
}
footer #copyright ul {
  display: inline-block;
}
footer #copyright ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  padding: 0 0 0 1px;
  text-transform: lowercase;
}
footer #copyright ul a {
  color: #afafaf;
  text-decoration: none;
}
footer #copyright ul a:before {
  content: "|";
  padding-right: 4px;
}
footer #copyright ul a:hover {
  text-decoration: underline;
}
footer #sub-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 20px 0px 0px 0px;
}
footer #sub-footer #follow {
  line-height: 25px;
}
footer #sub-footer #logos {
  text-align: right;
}
footer #sub-footer #logos a {
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
footer #sub-footer #logos a img {
  max-height: 25px;
}
footer #sub-footer #logos a:first-child {
  margin-left: 0px;
}
footer #sub-footer #copyright {
  text-align: center;
  padding-top: 30px;
}
#main {
  padding: 50px 0;
}
#right img {
  margin-bottom: 15px;
}
header {
  position: relative;
  z-index: 100;
}
#tpl-home header {
  position: absolute;
  width: 100%;
  background: none;
}
#tpl-home #right {
  float: right;
}
#tpl-home #right .inschrijven {
  position: absolute;
  right: 20px;
  top: 48%;
}
#tpl-home #right img {
  margin-top: -50px;
}
#tpl-home #main-content {
  margin-top: 180px;
}
#tpl-wide #right img {
  margin: 0;
}
#news-list {
  margin: 0;
}
#news-list li {
  background: none;
  padding: 0;
  margin-bottom: 15px;
  display: block;
}
#news-list li:last-child {
  margin-bottom: 0;
}
#news-list a {
  text-decoration: none;
}
#news-list .img-container {
  padding-left: 0;
}
#news-list .news-item {
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  padding: 20px 0 0;
}
#news-list .news-item h3 {
  margin-bottom: 5px;
  color: #515151;
}
#news-list .news-item p {
  font-weight: 400;
  margin: 0;
}
#news-list.module {
  margin: 0 -10px;
}
#news-list.module li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#news-list.module li a {
  margin: 0 10px;
}
.read-more {
  color: #cf102d;
}
.read-more u {
  text-decoration: none;
  border-bottom: 1px solid #f4d5d8;
}
.read-more u:hover {
  border-bottom: none;
}
.location-widget > ul,
.location-widget #left {
  display: none;
}
#pages-widget {
  background-image: url("/img/drie-jonge-meiden.jpg");
  background-repeat: no-repeat;
  background-position: bottom 0px left -140px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
#pages-widget div {
  margin-left: 50%;
  padding: 0 20px;
}
#pages-widget div h2 {
  margin-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
#pages-widget div .pages-list {
  margin-bottom: 10px;
}
#pages-widget div .pages-list a {
  color: #515151;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
}
#pages-widget div .pages-list a:hover {
  color: #cf102d;
}
.inschrijven {
  text-align: center;
}
.inschrijven .inner {
  padding: 20px;
}
.inschrijven p {
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.inschrijven p:first-child {
  color: #60d1e0;
  font-size: 50px;
  line-height: 1;
}
.inschrijven span {
  font-size: 16px;
  color: #e8a6ac;
  text-transform: uppercase;
}
#inschrijf-form-container {
  display: none;
}
#inschrijf-form-container .span-12 {
  background: #FFF;
  margin-top: 100px;
  padding: 60px 40px;
}
#patientform h3 {
  color: #60d1e0;
  margin-bottom: 5px;
}
#patientform i {
  margin-bottom: 8px;
  display: inline-block;
}
#patientform .patientExtra {
  background: #e5e5e5;
}
#patientform table {
  margin: 0;
}
#patientform .button {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}
#patientform .small {
  width: 80px;
}
.nav-item-17 ul {
  display: none !important;
}
footer .inschrijven .inner {
  padding: 18px;
}
footer .inschrijven p {
  font-size: 16px;
}
footer .inschrijven p:first-child {
  font-size: 32px;
}
footer .span-6 {
  margin: -20px 0;
  padding: 0;
}
footer .inner {
  display: table;
  position: relative;
  border-spacing: 20px;
}
footer #footer-left,
footer #footer-right {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
footer #footer-right {
  background: url('/_temp/pand.jpg') no-repeat center center;
  background-size: cover;
}
a span:hover {
  border-bottom: none;
}
@media only screen and (max-width: 1130px) {
  #pages-widget {
    background-size: 80%;
  }
  #pages-widget div {
    margin-left: 40%;
  }
  #tpl-home #pages-widget {
    margin-bottom: 15px;
  }
  #tpl-home #right img {
    margin-top: -10px;
  }
  #tpl-home #right .inschrijven p {
    font-size: 18px;
  }
  #tpl-home #right .inschrijven p:first-child {
    font-size: 45px;
  }
}
@media only screen and (max-width: 980px) {
  .row {
    padding: 0;
  }
  #main-nav-tree a {
    font-size: 15px;
  }
  footer table td {
    display: block;
  }
  footer table td:last-child {
    text-align: left;
  }
}
@media only screen and (max-width: 880px) {
  #main-content,
  #right,
  #left-bottom,
  #right-bottom {
    width: 100%;
  }
  footer .span-6 {
    width: 100%;
    margin-bottom: 0;
  }
  footer .span-3 {
    width: 50%;
  }
  footer #footer-left,
  footer #footer-right {
    width: 49%;
  }
  footer table {
    width: 100%;
  }
  footer table td {
    display: table-cell;
  }
  footer table td:last-child {
    text-align: right;
  }
  #pages-widget {
    background-size: initial;
  }
  #pages-widget div {
    margin-left: 50%;
  }
  #tpl-home #main-content {
    margin-top: 0;
  }
  #tpl-home #right {
    float: none;
    margin-top: 140px;
  }
  #tpl-home #right img {
    width: 100% !important;
    height: auto !important;
    margin-top: -10px;
  }
  #tpl-home #right .inschrijven {
    position: relative;
    width: 100%;
    right: inherit;
    float: none;
  }
  #news-list.module {
    margin: 0;
  }
  #news-list.module li {
    width: 100%;
    display: block;
  }
  #news-list.module li a {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #tel {
    float: none;
    width: 100%;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #tel a {
    display: block;
  }
  footer .span-3,
  footer .span-6,
  footer .span-5,
  footer .span-7 {
    width: 100%;
    margin: 0 0 30px;
  }
  footer .span-6 {
    padding: 0 10px;
  }
  footer .inner {
    display: block;
  }
  footer #footer-left {
    width: 100%;
    display: block;
  }
  footer #footer-right {
    display: none;
  }
  footer #sub-footer {
    margin-top: 0px;
  }
  footer #sub-footer #logos,
  footer #sub-footer #copyright {
    text-align: left;
    padding-top: 0px;
  }
  #pages-widget {
    background-image: none;
  }
  #pages-widget div {
    margin-left: 0;
  }
  #news-list p {
    display: none;
  }
  #news-list .img-container {
    width: 41.66%;
  }
  #news-list .news-item {
    width: 58.33%;
  }
  #news-list .news-item h3 {
    font-size: 14px;
  }
  .span-1,
  .span-2,
  .span-3,
  .span-3,
  .span-4,
  .span-5,
  .span-6,
  .span-7,
  .span-8,
  .span-9,
  .span-10,
  .span-11,
  .span-12 {
    padding: 0 10px;
  }
  /*#main-nav-switch{
		margin: 10px;
	}*/
  #inschrijf-form-container .span-12 {
    padding: 30px 10px;
  }
  #inschrijf-form-container .mfp-close {
    right: 0;
  }
  #tpl-home #right {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 400px) {
  #logo {
    max-width: 100%;
    width: auto;
  }
  #logo img {
    width: 100% !important;
    height: auto !important;
  }
  #main {
    padding: 30px 0 40px;
  }
  #tpl-home #right {
    margin-top: 200px;
  }
}
/* ==========================================================================
// HTML5 Boilerplate Print styles
// Inlined to avoid required HTTP connection: h5bp.com/r
// ========================================================================== 

// NOTE: Removed content insertion after a[href]:after and abbr[title]:after
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*@import (inline) "magnific-popup.css";*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-inline-holder .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 40px;
  top: 120px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: url('/img/close.png') no-repeat !important;
  text-indent: -9999px;
  z-index: 1000;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  /*top: 1px;*/
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 400px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 400px;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*# sourceMappingURL=main.css.map */