/*
Theme Name: Upgraded Incentive
Theme URI:
Description: Theme op maat voor Upgraded
Author: Stijn De Lathouwer stijn@defunkt.nu
Author URI: http://www.defunkt.nu
Version: 1.0
Tags:
.
Copyright defunkt.nu - All rights reserved.

.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 18, sass/partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, sass/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, sass/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 34, sass/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, sass/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 41, sass/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, sass/partials/_page.scss */
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 9, sass/partials/_page.scss */
* html .group {
  zoom: 1;
}

/* IE6 */
/* line 10, sass/partials/_page.scss */
*:first-child + html .group {
  zoom: 1;
}

/* IE7 */
/* line 13, sass/partials/_page.scss */
.lt-ie8 .group {
  zoom: 1;
}

/* line 18, sass/partials/_page.scss */
html {
  min-height: 100%;
}

/* line 22, sass/partials/_page.scss */
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #191919;
}

/* line 37, sass/partials/_page.scss */
.fade_background {
  width: 100%;
  min-width: 940px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /*z-index: -2;*/
  background: url(img/fade_2.png) repeat-x 0 bottom;
}

/* line 48, sass/partials/_page.scss */
.bg_slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
  overflow: hidden;
}
/* line 55, sass/partials/_page.scss */
.bg_slide img {
  width: 100%;
}

/* line 60, sass/partials/_page.scss */
#type_background {
  z-index: -1;
  position: absolute;
  color: #fff;
  right: 2%;
  top: 1.05em;
  font-size: 14em;
  text-transform: uppercase;
  /*font-family: 'WalkwayBlackRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  opacity: 0.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* line 75, sass/partials/_page.scss */
.lt-ie9 #type_background {
  display: none;
}

/* line 83, sass/partials/_page.scss */
.lt-ie8 header h1 a {
  zoom: 1;
  float: left;
}

/* line 92, sass/partials/_page.scss */
header {
  max-width: 940px;
  margin: 0 auto;
  color: #fff;
}
/* line 97, sass/partials/_page.scss */
header h1 {
  float: left;
}
/* line 99, sass/partials/_page.scss */
header h1 a {
  display: inline-block;
  text-indent: -9999px;
}
/* line 104, sass/partials/_page.scss */
header h2 {
  font-size: 6.166666667em;
  line-height: 1em;
  text-transform: uppercase;
  /*font-family: 'WalkwayBlackRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  letter-spacing: 0.1em;
  text-align: right;
}
/* line 112, sass/partials/_page.scss */
header[role="banner"] {
  position: relative;
}
/* line 115, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] {
  background: #ececec;
  width: 100%;
  overflow: hidden;
  line-height: 1em;
}
/* line 120, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] ul {
  padding: 1em 0 1em 80px;
  overflow: hidden;
}
/* line 124, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] li {
  float: left;
  padding: 0 1% 0 0;
  margin: 0 0.5% 0;
  display: inline;
  border-right: 1px solid #808080;
}
/* line 130, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] li:last-child {
  border-right: none;
}
/* line 134, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] a {
  color: #808080;
  text-decoration: none;
  text-transform: lowercase;
}
/* line 138, sass/partials/_page.scss */
header[role="banner"] nav[role="navigation"] a:hover {
  color: #000000;
}
/* line 143, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 147, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav ul {
  padding: 1em 0;
  overflow: hidden;
  margin-right: 1em;
}
/* line 152, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav li {
  float: left;
  padding: 0 3px 0 0;
  margin: 0 3px 0;
  display: inline;
  border-right: 1px solid #808080;
}
/* line 158, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav li:last-child {
  border-right: none;
}
/* line 162, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav a {
  color: #808080;
  text-decoration: none;
  text-transform: lowercase;
}
/* line 166, sass/partials/_page.scss */
header[role="banner"] nav#lang_nav a:hover {
  color: #cdcdcd;
}

/* line 175, sass/partials/_page.scss */
p {
  padding: 0 0 1.13em 0;
}

/* line 179, sass/partials/_page.scss */
#main {
  max-width: 940px;
  min-height: 200px;
  margin: 0 auto 0 auto;
  background: #fff;
  padding: 3.571428571em 0 4.285714286em 0;
}
/* line 185, sass/partials/_page.scss */
#main article {
  margin: 0 80px 0 80px;
  max-width: 780px;
}
/* line 188, sass/partials/_page.scss */
#main article h2 {
  /*font-family: 'WalkwayBlackRegular'; */
  font-size: 1.333333333em;
  letter-spacing: 0.16em;
  padding: 0 0 1em 0;
}
/* line 195, sass/partials/_page.scss */
#main article a:hover {
  text-decoration: none;
}
/* line 199, sass/partials/_page.scss */
#main article sup, #main article sub {
  vertical-align: 0;
  position: relative;
  font-size: 0.7em;
}
/* line 204, sass/partials/_page.scss */
#main article sup {
  bottom: 1ex;
}
/* line 207, sass/partials/_page.scss */
#main article sub {
  top: 0.8ex;
}
/* line 210, sass/partials/_page.scss */
#main article strong {
  font-weight: 700;
}
/* line 213, sass/partials/_page.scss */
#main article em {
  font-style: italic;
}

/* line 221, sass/partials/_page.scss */
#home #main article {
  margin: 0 80px 0 80px;
  max-width: 780px;
  overflow: hidden;
}

/* line 231, sass/partials/_page.scss */
#program #main article {
  float: left;
  margin: 0;
  padding: 0 0 0 80px;
  max-width: 500px;
}
/* line 236, sass/partials/_page.scss */
#program #main article h2 {
  font-size: 2.083333333em;
}
/* line 240, sass/partials/_page.scss */
#program #main article h3 {
  font-size: 1.333333333em;
  letter-spacing: 0.16em;
  padding: 0 0 1em 0;
}
/* line 246, sass/partials/_page.scss */
#program #main article #program_overview li {
  position: relative;
  padding: 2em 0 0.8em 0;
}
/* line 250, sass/partials/_page.scss */
#program #main article #program_overview .day_counter {
  /**font-family: arial, verdana, sans-serif;*/
  background: url(img/day_background.png) no-repeat;
  position: absolute;
  left: -91px;
  top: 0;
  width: 67px;
  height: 64px;
  padding: 0 11px 0 0;
  color: #808080;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
}
/* line 264, sass/partials/_page.scss */
#program #main article #program_overview .day_counter .day_word {
  font-size: 0.419354839em;
  line-height: 1.5em;
  padding: 0.6em 0 0 0;
  text-transform: uppercase;
  display: block;
}
/* line 275, sass/partials/_page.scss */
#program #main #photos {
  float: right;
  width: 281px;
  padding: 0 40px 0 0;
}
/* line 279, sass/partials/_page.scss */
#program #main #photos li {
  padding: 0 0 10px 0;
  float: left;
}
/* line 282, sass/partials/_page.scss */
#program #main #photos li a {
  float: left;
}
/* line 284, sass/partials/_page.scss */
#program #main #photos li a img {
  float: left;
}

/* line 295, sass/partials/_page.scss */
#form #main article {
  margin: 0 0 0 80px;
  max-width: 780px;
  overflow: hidden;
}
/* line 300, sass/partials/_page.scss */
#form #main article .frm_form_field.left {
  width: 48%;
  float: left;
  clear: both;
}
/* line 305, sass/partials/_page.scss */
#form #main article .frm_form_field.right {
  width: 48%;
  float: right;
  clear: none;
}
/* line 311, sass/partials/_page.scss */
#form #main article input[type="text"], #form #main article textarea, #form #main article input[type="email"] {
  line-height: 1.4em;
  padding: 0.5em;
  background: #F5F5F5;
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 8px;
}

.frm_style_formidable-style.with_frm_style input[type=submit] {
  background: none !important;
border: 1px solid #82a237 !important;
color: #82a237 !important;
display: inline-block !important;
width: auto !important;
transition: all 0.2s ease-in-out !important;
border-radius: 0 !important;
padding: 10px 20px !important;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover { background: #82a237; color: #FFF; }

/* line 321, sass/partials/_page.scss */
footer {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2em 0 10em 0;
}
/* line 327, sass/partials/_page.scss */
footer p {
  float: right;
  width: 181px;
  height: 55px;
  display: block;
}
/* line 332, sass/partials/_page.scss */
footer p {
  width: 181px;
  height: 55px;
  display: block;
  text-indent: -9999px;
  background: url(img/upgraded_logo_3.png) repeat-x;
}

/* line 343, sass/partials/_page.scss */
.blog_15 footer {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2em 0 10em 0;
}
/* line 349, sass/partials/_page.scss */
.blog_15 footer p {
  float: right;
  width: 181px;
  height: 55px;
  display: block;
}
/* line 354, sass/partials/_page.scss */
.blog_15 footer p span {
  width: 181px;
  height: 67px;
  display: block;
  text-indent: -9999px;
  background: url(img/logo_bat.jpg) repeat-x;
}

/* line 367, sass/partials/_page.scss */
#contact #main article {
  max-width: 830px;
}
/* line 371, sass/partials/_page.scss */
#contact #guides {
  padding: 1.5em 0 2em 0;
}
/* line 373, sass/partials/_page.scss */
#contact #guides h2 {

}
/* line 376, sass/partials/_page.scss */
#contact #guides li {
  float: left;
  padding: 0 19px 0 0;
}
/* line 379, sass/partials/_page.scss */
#contact #guides li:nth-child(5n) {
  padding: 0;
}
/* line 382, sass/partials/_page.scss */
#contact #guides li img {
  -webkit-box-shadow: 0 1px 19px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 1px 19px 1px rgba(0, 0, 0, 0.44);
  box-shadow: 0 1px 19px 1px rgba(0, 0, 0, 0.44);
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
}
/* line 386, sass/partials/_page.scss */
#contact #guides li p {
  padding: 0;
}
/* line 389, sass/partials/_page.scss */
#contact #guides li a {
  color: #191919;
  text-decoration: none;
}
/* line 392, sass/partials/_page.scss */
#contact #guides li a:hover {
  text-decoration: underline;
}
/* line 400, sass/partials/_page.scss */
#contact #hotel h3 {
  font-weight: 700;
  /*font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;*/
}
/* line 404, sass/partials/_page.scss */
#contact #hotel p {
  padding: 0;
}

/* line 412, sass/partials/_page.scss */
#fotos #main article {
  margin: 0 32px 0 32px;
  max-width: 909px;
}
/* line 415, sass/partials/_page.scss */
#fotos #main article li {
  float: left;
  width: 215px;
  overflow: hidden;
}
/* line 419, sass/partials/_page.scss */
#fotos #main article li img {
  width: 100%;
}

/* line 427, sass/partials/_page.scss */
.form_results.with_frm_style tr td {
  width: 30%;
  text-transform: lowercase;
}

span.frm_compact_text {
    clear: both;
    padding: 0.5rem;
    background: #999999;
    display: block;
    text-align: center;
}




.mobbutton { display: none; }

/* TABLET SPACE */


@media all and (max-width: 839px) {
  .mobbutton { display: block;}
  header h2 { font-size: 2em; }
  .main_menu { display: none; }
  header[role="banner"] nav[role="navigation"] ul { padding: 0; }
  header[role="banner"] nav[role="navigation"] li { display: block; float: none; border-bottom: 1px solid #999; border-right: none; }
  header[role="banner"] nav[role="navigation"] li:last-child { border-bottom: none; }
  header[role="banner"] nav[role="navigation"] a { padding: 1em; display: block;}
}





/* SMARTPHONE SPACE */



@media all and (max-width: 480px) {
  body { font-size: 0.75rem;}


  #home #main article { margin: 0 20px; }
  footer p { margin: 0 auto; float: none; }
  #main article, #form #main article {    margin: 0 20px;   }
  #program #main article { padding: 0 20px 0 80px; }

 }



 /* GRAFITY FORMS */

 .gform_wrapper .description_above .gfield_description { padding: 0 !important;}
 .gform_wrapper .field_description_below .gfield_description { padding-top: 4px !important; }
 .gform_wrapper .gform_page_footer input.button { font-size: 1.5rem !important; }
 .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button,  .gform_wrapper .gform_page_footer input[type=submit] {
    background: none !important;
    border: 1px solid #82a237 !important;
    color: #82a237 !important;
    display: inline-block !important;
    width: auto !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
 }

  .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover { background: #82a237 !important; color: #FFF !important; cursor: pointer;}
