/******************************************************************
Site Name: Pieterman
Author: Joep Rongen

Stylesheet: Main Stylesheet

Combionation of Normalize and custom styles
******************************************************************/

/*********************
HTML DEF
*********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}

/*********************
BASE RESET
*********************/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;

}

/*********************
LINK RESET
*********************/
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
    outline: 0;
}

/*********************
TYPO RESET
*********************/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0.8em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/*********************
LIST RESET
*********************/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*********************
EMBED RESET
*********************/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}

/*********************
FIGURE RESET
*********************/
figure {
  margin: 0;
}

/*********************
TABLE RESET
*********************/
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
    -webkit-border-radius: 0;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="text"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

/*********************
TABLE RESET
*********************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************
CUSTOM RESET
*********************/

p,.h1,
h2,
h3,
h4,
h5,
li,
td {
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  /*word-break: break-all;*/

}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
    padding-left: 20px;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearboth {
  zoom: 1;
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/******************************************************************
        END OF NORMALIZING

        START OF CUSTOM SITE STYLES
******************************************************************/

/*********************
GENERAL STYLES
*********************/
html,
body {
  height: 100%;

}
body {
    font-family: 'Lato', sans-serif;
    line-height: 34px;
    color: #292929;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #fff;
    font-weight: 300;
}

/*********************
LAYOUT & GRID STYLES
*********************/
#pagewrapper {
    overflow-x: hidden;
}
#pagewrapper > .container {
    max-width: 100%;
    margin: 0 auto;
}
.wpb_row > .jr_inner_row,
 .header > .wpb_row > .jr_inner_row {
    margin-left: auto;
    margin-right: auto;
}
.wpb_row .jr_inner_row {
    padding-top: 25px;
    padding-bottom: 25px;
}
.wpb_row .jr_inner_row.marginless .jr_inner_row {
    padding-top: 6px;
    padding-bottom: 6px;
}
.wpb_row .jr_inner_row.nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.container > .wpb_row:first-child > .jr_inner_row {
    padding-top: 0px;
    padding-bottom: 0px;
}
.wpb_row > .row-extralarge {
    max-width: 1140px;
}
.wpb_row > .row-large {
     max-width: 960px;
}
/*.wpb_row > .row-large > .vc_span12 {*/
   /*padding: 0px;*/
/*}*/
/*WAAROM STOND DIT AAN?*/
.wpb_row > .row-medium {
    max-width: 748px;
}
.wpb_text_column {
    padding: 0px 50px;
}
.wpb_row > .row-small {
    max-width: 640px;
}
.wpb_row > .row-full {
    max-width: 1920px;
}
.greybg {
    background: #f5f5f5;
}
.greenbg {
    background: #e8f2e9;
}
.bluebg {
    background: #8daabd;
}
.lightbluebg {
    background: #e8eef2;
}
.wpb_row .wpb_row {
    margin-left: -6px;
    margin-right: -6px;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0px;
}
.wpb_separator {
    margin: 50px 0px !important;
}
.wpb_content_element {
    margin: 25px 0px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
    color: #292929;
    font-weight: 400;
    text-decoration: unerline;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    color: #6a8ca2;
    text-decoration: underline;
}
a:active,
a:visited:active {
    color: #292929 ;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: normal;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
    color: #292929
}
h1,
 .h1 {
     font-size: 70px;
     line-height: 70px;
     font-weight: 900;
     margin: 0px 0px 8px 0px !important;
     text-transform: uppercase;
 }

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
h3,
.h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 900;
    margin: 0px 0px 10px 0px;
}
h4,
.h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin: 0px 0px 1px;
}
h5,
.h5 {
    font-size: 22px;
    ine-height: 30px;
    font-weight: 800;
    margin: 0px 0px 1px;
}
h2 + p {
    margin-top: 0px;
}
h3 + p {
    margin-top: 0px;
}
h4 + p {
    margin-top: 0px;
}
iframe {
    border: 0 none;
}

/*********************
HEADER STYLES
*********************/
.admin-bar .header {
    top: 40px
}
.admin-bar .header.sticky {
    top: 30px
}
.header {
    padding: 0px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
    margin-left: -6px;
    margin-right: -6px;
}
.header .wpb_row {
    margin-left: -3px;
}
.header .row-large {
    background: #292929;
    background: rgba(41,41,41,0.9);
    max-width: 930px;
}
.header.sticky {
    position: fixed;
    top: 0px;
}
.nomarginleft {
    padding-left: 0px !important;
}
.header .logolink {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    height: 60px;
    background: #292929;
    padding-right: 12px;
}
.header .logolink img {
    margin-top: 10px;
}
.header .logo {
    vertical-align: middle;
}
#open-mobile-menu {
    display: none;
}
#header-menu {
    display: inline-block;
    vertical-align: middle;
}
#header-menu ul {
    padding: 0px;
    margin: 0px;
}
#header-menu ul li {
    display: inline-block;
    position: relative;
    height: 60px;
}
#header-menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 11px;
    display: block;
    text-decoration: none;
    position: relative;
}

#header-menu ul li a .notifications, .mm-list > li > a .notifications {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #56778d;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: -8px;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
}
.mm-list > li > a {
    position: relative;
}
.mm-list > li > a .notifications {
    position: absolute;
    right: 20px;
    top: 4px;
}
#header-menu ul li.current-menu-item a,
#header-menu ul li.current-menu-parent > a,
 #header-menu ul li a:hover,
 #header-menu ul li:hover a  {
    background: #8daabd;
    color: #fff;
}
#header-menu ul ul {
    display: none;
}
#header-menu ul li:hover ul {
    display: block;
}

#header-menu ul ul {
    background: #6a8ca2;
    padding: 15px;
    position: absolute;
    top: 60px;
    display: none;
    z-index: 2;
}
#header-menu ul ul li {
    margin: 0px 0px;
    display: block;
    height: auto;
    padding-right: 30px;
}
#header-menu ul ul li a,#header-menu ul li:hover ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    white-space: nowrap;
    display: block;
    padding: 0px 0px;
    background: none;
}
#header-menu ul ul li a:hover {
    background: none;
    text-decoration: underline;
}
#header-menu ul ul li.current-menu-item a {
    /*color: #ffffff !important;*/
    /*border-bottom: 0;*/
}
.header #btn-search-site {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 83px;
    height: 100%;
    display: block;
    background: #8daabd;
    text-align: center;
    text-decoration: none;
}
.header #btn-search-site:hover {
    background: #6a8ca2;
    text-decoration: none;
}
.header #btn-search-site i {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
.header #btn-search-site i.fa-times {
    display: none;
    font-size: 24px;
}
.header #btn-search-site i.fa-search {
    display: block;
}
.header #btn-search-site.open i.fa-times {
    display: block;
}
.header #btn-search-site.open i.fa-search {
    display: none;
}
#search-site-small {
    position: absolute;
    top: 61px;
    right: 0px;
    height: 60px;
    width: 300px;
    display: none;
}
#search-site-small input {
    width: 197px;
    max-width: 197px;
    max-height: 60px;
    float: left;
    line-height: 36px;
    font-size: 16px;
    padding: 11px 0px 11px 20px;
    border: 0 none;
    font-weight: 300;
    background: #eaeaea;
}
#search-site-small input:focus {
    outline: 0;
}
#search-site-small button {
    width: 83px;
    height: 60px;
    text-align: center;
    display: block;
    background: #8daabd;
    float: left;
    border: 0 none;
    padding: 0px;
}
#search-site-small button:hover {
    background: #6a8ca2;
    text-decoration: none;
}
#search-site-small button i {
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}



/*********************
FORM STYLES
*********************/
.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    width: 300px;
    cursor: pointer;
}

.selectricResponsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
    border-radius: 2px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    min-height: 18px;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectricHover .selectric {
    border-color: #CCC;
}

.selectricHover .selectric .button {
    color: #888;
}

.selectricHover .selectric .button:after {
    border-top-color: #888;
}

.selectricOpen {
    z-index: 9999;
}

.selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    box-shadow: 0 0 10px -6px;
}

.selectricAbove .selectricItems {
    top: auto;
    bottom: 100%;
}

.selectricItems ul,.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

.selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0;
}

.selectricItems li:hover {
    background: #F0F0F0;
    color: #444;
}

.selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
}
form input[type="text"],form input[type="search"],.selectric {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    font-size: 16px;
    height: 38px;
    line-height: 40px;
    vertical-align: top;
    padding: 0px 10px;
}
form input[type="text"],form input[type="search"],form textarea {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    font-size: 16px;
    height: 38px;
    line-height: 26px;
    vertical-align: top;
    padding: 0px 10px;
}
form button.orangebutton-rightarrow {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
form button.orangebutton-rightarrow:after {
    line-height: 40px;
}
div#gform_confirmation_wrapper_1 {
    background: rgb(163, 235, 163);
    padding: 20px;
}
.gform_wrapper {
    margin-bottom: 30px;
    padding: 0px 100px;
}
.gform_wrapper .gform_wrapper_description {
    font-size: 18px;
    line-height: 22px;
}
.gform_wrapper .gform_wrapper_body {
    background: #f6f6f6;
    border: 1px solid #cdcdcc;
    padding: 10px 20px;
    margin-top: 0px;
}
.gform_wrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.gform_wrapper ul.gform_fields > li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}
.gform_wrapper ul.gform_fields > li input[type="text"] {
    height: 50px;
}
.gform_wrapper ul.gform_fields > li input[type="text"],.gform_wrapper ul.gform_fields > li textarea {
    width: 100%;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    color: #141414;
}
::-webkit-input-placeholder { color:#9d9d9d; }
:-moz-placeholder { opacity: 1; color:#9d9d9d; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#9d9d9d; } /* firefox 19+ */
:-ms-input-placeholder { color:#9d9d9d; } /* ie */
input:-moz-placeholder { color:#9d9d9d; }
.gform_wrapper ul.gform_fields > li textarea {
    height: 150px;
}
.gform_wrapper ul.gform_fields > li:last-child {
    border-bottom: 0 none;
}
.gform_wrapper div.ginput_container {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.gform_wrapper label.gfield_label {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
}
.gform_wrapper .gform_fields {
    zoom: 1;
}
.gform_wrapper .gform_fields:before,
.gform_wrapper .gform_fields:after {
    content: "";
    display: table;
}
.gform_wrapper .gform_fields:after {
    clear: both;
}
.gform_wrapper .gform_fields {
    zoom: 1;
    clear: both;
}
.gform_wrapper li.gfield_error label {
    color: red;
}
.gform_wrapper label.gfield_label {
    text-align: left;
    font-size: 16px;
}
.gform_wrapper .gfield_description {
    width: 50%;
    font-size: 10px;
    padding-right: 20px;
    text-align: right;
    line-height: 14px;
}

.gform_wrapper .gfield_radio li {
    display: inline-block;
    margin-right: 20px;
}
.gform_wrapper .gfield_radio li label {
    margin-left: 5px;
}
.gform_wrapper .gform_footer {
    padding: 20px 0px;
    position: relative;
}
.gform_wrapper .validation_error {
    color: red;
}
.gform_wrapper .gform_wrapper_page_footer {
    position: relative;
}
.gform_wrapper .gform_button {
    background: #8daabd;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    font-weight: normal;
}
.gform_wrapper .gform_footer .validation_error {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    padding: 20px 0px;

}
.gform_wrapper .validation_message {
    display: none;
}
.gform_wrapper button.selectpicker {
    position: relative;
}
.gform_description {
    padding: 20px 50px;
    display: block;
}

/* COntact form */
#field_1_1,#field_1_5,#field_1_3 ,#field_1_2,.gfield.half,
#field_2_1,#field_2_5,#field_2_3 ,#field_2_2 {
    width: 50%;
    float: left;
}
.gfield.half:nth-child(odd),#field_2_2,#field_2_5 {
    clear: right;
    padding-left: 10px;
}
#field_2_6 > label {
    display: none;
}
.gfield_checkbox label {
    font-size: 18px;
    padding-left: 10px;
}
#gform_wrapper_2 {
    margin-top: 50px;
}
.selectricWrapper {
    width: 100%;
}
.selectric {
    width: 100%;
    height: 50px;
}
.selectric .label,.selectric .button {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 0px;
}
.selectricItems li {
    font-size: 16px;
    padding: 0px 8px;
    height: 40px;
    line-height: 40px;
}
/*********************
FOOTER STYLES
*********************/
.footer {
    background: #f5f5f5;
    border-bottom: 5px solid #9abccc;
    max-width: 100%;
    overflow: hidden;
    max-height: 46px;
    padding: 11px 20px;
    line-height: 20px;
}
.footer .widget_icl_lang_sel_widget {
}
.footer #lang_sel_list a.lang_sel_sel {
    background: none;
}
.footer #lang_sel_list {
    height: auto;
}
.footer #lang_sel_list a, #lang_sel_list a:visited {
    background: none;
}
.footer .socialiconwidget {

    margin-left: 25px;
}
.footer .socialiconwidget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer .socialiconwidget li {
    float: left;
    margin-right: 10px;
}
.footer .socialiconwidget li a {
    color: #292929;
    font-size: 15px;
    line-height: 25px;
    width: 20px;
    text-align: center;
    display: inline-block;
}
.footer .socialiconwidget li a:hover {
    color: #6a8ca2;
}

.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer #footer-left {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
}
.footer #footer-left > div {
    display: inline-block;
    vertical-align: middle;
}
.footer #footer-right > div {
    display: inline-block;
    vertical-align: middle;
}
.footer #footer-right {
    float: right;
    width: 50%;
    position: relative;
    min-height: 1px;
    font-size: 14px;
}
.footer #footer-right #menu-footer-menu {
    margin: 0px;
    line-height: 0px;
    list-style: none;
}
.footer #footer-right #menu-footer-menu li {
    float: left;
}
.footer #footer-right #menu-footer-menu li a {
    border-right: 1px solid #292929;
    color: #292929;
    display: block;
    line-height: 12px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 300;
    text-decoration: none;
}
.footer #footer-right #menu-footer-menu li a:hover {
    text-decoration: underline;
}



/*********************
CONTENT STYLES
*********************/

body .page {
    padding-bottom: 30px;
}
.jr_carousel {
}
.jr_carousel .flexslider {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}


.homeslider {
    margin-right: -6px;
    margin-left: -6px;
}

.homeslider .flexslider .post-title {
}
.homeslider .flexslider .post-title-inner {
}
.homeslider ul.slides li {
    padding: 0px;
}
.homeslider ul.slides li .slideritem {
    height: 650px;
    font-weight: 400;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
}
.homeslider ul.slides li .slideritem.roze .slideriteminner {
    background: #a8577f;
    background: rgba(168,87,127,0.7);
}
.homeslider ul.slides li .slideritem.zwart .slideriteminner {
    background: #0e0e11;
    background: rgba(14, 14, 17, 0.7);
}
.homeslider ul.slides li .slideritem.blauw .slideriteminner {
    background: #1a6090;
    background: rgba(26,96,144,0.7);
}
.homeslider ul.slides li .slideritem.geel .slideriteminner {
    background: #e8b500;
    background: rgba(232,181,0,0.7);
}
.homeslider ul.slides li .slideritem.groen .slideriteminner {
    background: #006162;
    background: rgba(0, 97, 98, 0.7);
}
.homeslider ul.slides li .slideritem.blauw2 .slideriteminner {

    background: #3a67b1;
    background: rgba(58,103,177,0.7);
}
.homeslider ul.slides li .slideritem.blauw3 .slideriteminner {

    background: #36639d;
    background: rgba(54,99,157,0.7);
}
.homeslider ul.slides li .slideritemouter {
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
.homeslider ul.slides li .slideriteminner {
    color: #fff;
    padding: 30px 25px;
    width: 100%;
}
.homeslider ul.slides li .slideriteminner a {
    color: #fff;
}
.flex-direction-nav {*height: 0;}

body .homeslider .flex-direction-nav a {
    position: absolute;
    display: block;
    width: 10%;
    min-width: 150px;
    height: 100%;
    text-indent: -9999px;
    top: 0px;
    opacity: 0.9;
    color: #fff;

}
body .homeslider .flex-direction-nav a:after {
    background-image: url(../images/sprite.png);
    width: 18px;
    height: 32px;
    content:"";
    display: block;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    margin-top: -16px;
    -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
    position: absolute;
    opacity: 0.9;
    color: #fff;
}
body .homeslider .flex-direction-nav .flex-next {
    right: 0px;
}
body .homeslider .flex-direction-nav .flex-next:after {
    right: -50px;
    background-position: 0px 0px;
}
body .homeslider .flexslider:hover .flex-next:after {
    right: 90px;
}
body .homeslider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
body .homeslider .flex-direction-nav .flex-prev:after {
    left: -50px;
    background-position: 18px 0px;
}
body .homeslider .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
body .homeslider .flexslider:hover .flex-prev:after {
    left: 90px;
}

/*********************
Page build blocks
*********************/
.jr-title {
}
.wpb_gallery_heading {
    text-align: center;
}
.ctabox {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctabox a {
    text-decoration: none;
}
.ctabox a:hover {


}
.ctabox-content {
    text-align: center;
    vertical-align: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ctabox-link {
    text-align: center;
    height: 100%;
    display: table;
    width: 100%;
}
.ctabox-content .ctabox-link {
    font-size: 28px;
    line-height: 34px;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 300;
    display: table;
    padding-bottom: 10px;
}
.ctabox-content .ctabox-link span {
    display: table-cell;
    vertical-align: bottom;
}
.ctabox-content.white .ctabox-link span:after {
    margin-top: 10px;
    border: 1px solid #fff;
}
.ctabox-content .ctabox-link span:after {
    border: 1px solid #292929;
}
a:hover .ctabox-content .ctabox-link span {
    text-decoration: none;
    color: #292929;
}
a:hover .ctabox-content.white .ctabox-link span {
    color: #ffffff;
}
a:hover .ctabox-content .ctabox-link {
    text-decoration: none;
    background: transparent;
    background: rgba(0,0,0,0.2);
}
.ctabox.ctabox-small .ctabox-content {
    height : 205px;
}
.ctabox.ctabox-big .ctabox-content {
    height : 312px;

}
.ctabox-extracontent {
    padding: 25px 50px;
    max-height: 120px;
    height: 120px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}
a .ctabox-extracontent {
    color: #fff;
}
a:hover .ctabox-extracontent {
    color: #fff;
    text-decoration: none;
}
.ctabox-extracontent.red {
    background: #b40822;
}
.ctabox-extracontent.green {
    background: #08b46d;
}
.ctabox-extracontent.blue {
    background: #0855b4;
}
.ctabox-extracontent.grey {
    background: #cad4e2;
    color: #292929;
}
a:hover .ctabox-extracontent.grey {
    color: #292929;
}
.ctabox-extracontent p {
    margin: 0px;
}
.pageheading {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: table;
    width: 100%;
}
.pageheading .pageheading-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.testimonialbox {

}
.testimonialbox .wpb_content_element {
    margin: 0px;
}
.testimonialbox .vc_span12 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    padding: 20px 0px;
}
.testimonialbox h3.wpb_content_element {
    margin-bottom: 20px;
    margin-top: 0px;
}
.testimonialbox-link {
    text-align: center;
}
.ctabig {
    height: 540px;
    margin-bottom: 40px !important;
}
.ctabig .jr_inner_row {
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;

}
.ctabig .ctabig-link {
    height: 100%;
    width: 100%;
    display: table;
}
.ctabig .ctabig-link a {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 300;
}
.ctabig .ctabig-link a:hover {
    color: inherit;
    text-decoration: none;
    background: transparent;
    background: rgba(0,0,0,0.2);
}
.newseventitem-image {
    background: #000;
}
.newseventitem-image img {
    display: block;
    max-width: 100%;
}
.newseventitem a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.newseventitem a:hover img {
    opacity: 0.8;
}
.newseventitem-title {
    margin-top: 14px;
    padding: 0px 10px;
}
.newseventitem-title h4 {
    line-height: 22px;
}
.newseventitem-date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 0px 10px;
}
.newseventitem-content {
    margin-bottom: 20px !important;
    font-weight: 300;
    padding: 0px 10px;
    padding-top: 8px;
}
.newseventitem-content i {
    margin-left: 5px;
    font-size: 14px;
}
.newseventitemsmall-date {
    font-size: 16px;
    font-weight: 300;
}
.newseventarchive {
    margin-top: 40px;
}
.newsfull-date {
    text-align: center;
}
.newsfull-backtolist {
    text-align: center;
    margin-top: 40px;
}
.jr-blog article.news {
    float: left;
    width: 33.3333333%;
    padding: 0px 6px;
    margin: 20px 0px;
    min-height: 380px;
}
.jr-whitespace-small {
    height: 20px;
}
.jr-whitespace-middle {
    height: 40px;
}
.jr-whitespace-big {
     height: 60px;
 }
.trainingdates {
    padding: 10px 0px 30px;
}
.trainingdate {
    border-bottom: 1px solid #a7a7a7;
    padding: 10px 0px;
}


body .flexslider {
    background: transparent;
}
.jr-carousel .wpb_heading {
    text-align: center;
}
.jr-carousel .slides > li {
    padding: 0px 6px;
}

/* Cases carousel */
#casescarouselwrapper {
    background-color: #fff;
    width: 100%;
    height: 450px;
    margin-top: -225px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
}
.casecarousel-imagewrapper {
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0px 50px;
}
.casecarousel-imagewrapper div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.casecarouselctas .ctabox-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.casecarousel-content {
    padding: 50px 0px;
}
#casescarousel {

}
#casescarousel > div {
    display: block;
    float: left;
    max-width: 1140px;
    width: 1140px;
}
#casescarousel-prev, #casescarousel-next {
    display: block;
    height: 480px;
    width: 50%;
    top: 0;
    position: absolute;
}
#casescarousel-leftwrapper,#casescarousel-rightwrapper {
    background-color: #fff;
    display: block;
    top: 480px;
    width: 50%;
    position: absolute;
    height: 100%;
}
#casescarousel-leftwrapper {
    left: -570px;
}
#casescarousel-rightwrapper {
    right: -570px;
}
#casescarousel-leftwrappertop,#casescarousel-rightwrappertop {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    top: 0px;
    width: 50%;
    position: absolute;
    height: 480px;
}
#casescarousel-leftwrappertop {
    left: -570px;
}
#casescarousel-rightwrappertop {
    right: -570px;
}
.casecarouselmobilelink {
    display: none;
}
#casescarousel-prev, #casescarousel-next {
    top: 0px;
    width: 10%;
    position: absolute;
    height: 480px;
    overflow: hidden;
}
#casescarousel-prev:hover, #casescarousel-next:hover {
    opacity: 1;
}
#casescarousel-prev:after, #casescarousel-next:after {
    background-image: url(../images/sprite.png);
    width: 18px;
    height: 32px;
    content: "";
    display: block;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    margin-top: -16px;
    margin-left: -9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    opacity: 0.9;
    color: #fff;
}
.casescarousel-wrapper #casescarousel-next:after {
    right: 50%;
}
.casescarousel-wrapper #casescarousel-prev:after {
    left: 50%;
}
#casescarousel-prev {
    left: 50%;
    margin-left: -570px;
}
#casescarousel-prev:after {
    background-position: 16px 0px;
}
#casescarousel-next {
    right: 50%;
    margin-right: -570px;
}
#casescarousel-pager {
    margin-left: -470px;
    position: absolute;
    left: 50%;
    top: 420px;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    padding: 0px 15px 0px 20px;
    line-height: 32px;
}
#casescarousel-pager a {
    border: 2px solid #fff;
    border-radius: 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 8px 0 0;
}
#casescarousel-pager a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
#casescarousel-pager a span {
    display: none;
}
#casescarousel-pager a.selected {
    background-color: #fff;
}

/*********************
SEARCH INPUT
*********************/
.searchinputwrapper {
    text-align: center;
    margin-top: 20px;
}
form.searchform input {
    height: 45px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 15px;
}
form.searchform button {
    background: #8daabd;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    font-weight: normal;
    border-radius: 0px;
    height: 45px;
    vertical-align: middle;
}
.searchresults_wrapper {
    margin-top: 20px;
    min-height: 200px;
}
.searchresults_wrapper h2 {
    text-align: center;
}
#searchcount_wrapper,.searchcount_wrapper {
    text-align: center;
}
.searchresults {
    list-style-type: none;
    padding: 0px 20px;
}
.searchresults li {
    margin-bottom: 40px;
}
.searchresults a {
    text-decoration: none;
}
.searchresults a p {
    font-size: 18px;
    line-height: 30px;
}
.searchresults h3 {
    line-height: 30px;
    margin-bottom: 0px;
}
.searchresult_url {
    font-size: 16px;
}

/* Event */
.eventheader {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 15px !important;
}
.eventheader .jr_inner_row {
    padding-bottom: 0px;
}
/* Open training search */
#trainingsearch_form {
    height: 80px;
    width:100%;
    background: #c4c4c4;
    padding: 10px;
}
.trainingsearch {
    margin-top: -90px;
}
#trainingsearch_submit {
    background: #08b46d;
    color: #fff;
    line-height: 16px;
    height: 60px;
    border: 0 none;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    width: 15%;
    float: left;
    font-size: 16px;
}
#trainingsearch_form  {

    position: relative;
}
#trainingsearch_form .selectric {
    height: 60px;
    border-radius: 0px;
}
#trainingsearch_form .selectric .button {

}
#trainingsearch_submit:focus {
    outline: 0;
}
#trainingsearch_form .selectric .button:after {
    content: "\f078";
    font-family: "FontAwesome", sans-serif;
    border: 0 none;
    position: static;
    font-size: 12px;
    color: #797979;
}
.selectricHover .selectric {
    border-color: #ebebeb;
}
#trainingsearch_form .selectric .label,#trainingsearch_form .selectric .button {
    height: 60px;
    line-height: 60px;
}
#trainingsearch_select_reason_wrapper {
    width: 40%;
    float: left;
}
#trainingsearch_select_reason_wrapper .selectricWrapper {
    padding-right: 2px;
}
#trainingsearch_select_month_wrapper {
    width: 25%;
    float: left;
}
#trainingsearch_select_month_wrapper .selectricWrapper {
    padding-right: 2px;
}
#trainingsearch_select_person_wrapper {
    width: 20%;
    float: left;
}
#trainingsearch_select_person_wrapper .selectricWrapper {
    padding-right: 2px;
}
#trainingsearch_resultwrapper {
    background: #ebebeb;
    padding: 30px;
}
.trainingsearch_result_wrapper {
    margin: 20px 0px 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a7a7a7;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}
.trainingsearch_result_linkbig {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: relative;
    top: 0px;
    left: 0px;
    text-decoration: none;
}
.trainingsearch_result_wrapper h3 {
    font-size: 22px;
    line-height: 26px;
}
.trainingsearch_result_wrapper .trainingsearch_result_wrapper_image {
    float: left;
    /*width: 207px;*/
    padding-right: 20px;
}
.trainingsearch_result_wrapper .trainingsearch_result_wrapper_image img {
    max-width: 100%;
}
.trainingsearch_result_wrapper_content {
    /*padding-left: 20px;*/
    /*float: left;*/
    /*width: 693px;*/
}
.trainingsearch_result_wrapper_content .specs {
    display: inline-block;
    margin-right: 20px;
}
.trainingsearch_result_wrapper_content .specs strong {
    margin-right: 5px;
    font-weight: 400;
}
.trainingsearch_result_wrapper_content .excerpt {
    padding-right: 200px;
}
.trainingsearch_result_wrapper .btn_gototraining {
    font-size: 16px;
    background: #8daabd;
    color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    right: 0px;
    bottom: 30px;
    position: absolute;
}
#trainingsearch_resultwrapper.loading {
    background: #ebebeb url(../images/loader.gif) center center no-repeat;
    height: 100px;
}
.googlemap {
    position: relative;
}
.googlemapoverlay {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:100%;
    cursor: pointer;
}
/*********************
EDITOR STYLES
*********************/

.headerthin {
    font-weight: 300;
}

.btn-bordered-rightarrow a,button.btn-bordered-rightarrow {
    /*color: #ffffff;*/
    border: 1px solid #ccc;
    border-radius: 6px;
    background: transparent;
    padding: 15px 50px 15px 15px;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 17px;
    text-decoration: none;
}
.btn-bordered-rightarrow a:after,button.btn-bordered-rightarrow:after {
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin-left: 10px;
    position: absolute;
    right: 18px;
    border: 0 none;
    top: 17px;
}
.btn-bordered-rightarrow a:hover {
    text-decoration: none;
    background: transparent;
    background: rgba(0,0,0,0.2);
}
.btn-circle-arrowright a,button.btn-circle-arrowright {
    border: 0 none;
    background: transparent;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.btn-circle-arrowright a:after,button.btn-circle-arrowright:after {
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin-left: -17px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    border: 1px solid #292929;
    border-radius: 35px;
    line-height: 35px;
    margin-left: 10px;
}
.btn-circle-arrowright a:hover {
    text-decoration: underline;
    color: inherit;
}
.btn-circle-arrowright-under a,.btn-circle-arrowright-under span,button.btn-circle-arrowright-under {
    border: 0 none;
    background: transparent;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 50px;

}
.btn-circle-arrowright-under a:after,.btn-circle-arrowright-under span:after,button.btn-circle-arrowright-under:after {
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin-left: -17px;
    margin-top: 0px;
    position: absolute;
    display: block;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #292929;
    border-radius: 35px;
    line-height: 35px;
    text-decoration: none;
}
.btn-circle-arrowright-under a:hover {
    text-decoration: underline;
    color: inherit;
}


/*********************
Customizes color STYLES
*********************/
.white .btn-circle-arrowright-under a {
    color: #fff;
}
.white .btn-circle-arrowright-under a:after {
    color: #fff;
    border: 1px solid #fff;
}
.white .btn-circle-arrowright a {
    color: #fff;
}
.white .btn-circle-arrowright a:after {
    color: #fff;
    border: 1px solid #fff;
}
.white {
    color: #fff;
}

/*
.orangebutton-rightarrow a,button.orangebutton-rightarrow,button.gform_button {
    color: #ffffff;
    background: #ff9900;
    padding: 15px 50px 15px 15px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    height: auto;
    border: 0 none;
    line-height: 17px;
}
.orangebutton-rightarrow a:after,button.orangebutton-rightarrow:after,button.gform_button:after {
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    border: 0 none;
    top: 17px;
}
.orangebutton-rightarrow a:hover {
    background: #ff9900;
    color: #ffffff;
    text-decoration: none;
}

.greybutton-rightarrow a,button.greybutton-rightarrow,a.nextpostslink {
    color: #ffffff;
    background: #cccccc;
    padding: 2px 30px 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.greybutton-rightarrow a:after,button.greybutton-rightarrow:after,.nextpostslink:after {
    content: "\f054";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
}
.greybutton-leftarrow a,button.greybutton-leftarrow,a.previouspostslink {
    color: #ffffff;
    background: #cccccc;
    padding: 2px 10px 2px 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.greybutton-leftarrow a:after,button.greybutton-leftarrow:after,.previouspostslink:after {
    content: "\f0d9";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
}
.blackbutton-leftarrow a:after,button.blackbutton-leftarrow:after,a.backtoblog:after {
    content: "\f0d9";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
}
.blackbutton-leftarrow a,button.blackbutton-leftarrow,a.backtoblog {
    color: #ffffff;
    background: #333333;
    padding: 0px 10px 0px 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.blackbutton-leftarrow a:hover,button.blackbutton-leftarrow:hover,a.backtoblog:hover {
    color: #fff;
}
*/

@media only screen and (max-width: 1370px) {


}

@media only screen and (max-width: 1140px) {
    #casescarousel {
        width: auto;
    }
    #casescarousel > div {
        width: auto;
        max-width: none;

    }
    .casecarousel-content .wpb_row {
        margin: 0px !important;
        padding: 0px 15px;
    }
    h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .jr-blog {
        margin-left: -6px;
        margin-right: -6px;
    }
    .newseventarchive {
        padding: 0px 12px;
    }
    .casescarousel-wrapper #casescarousel-next {
        right: 0%;
        margin-right: 0px;
        height: 100%;
    }
    .casescarousel-wrapper #casescarousel-prev {
        left: 0%;
        margin-left: 0px;
        height: 100%
    }

}

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/

@media only screen and (max-width: 1024px) {

    .header {
        position: static;
        top: 0px;
        left: 0px;
    }
    html.mm-right.mm-opening .mm-fixed-top {
        margin-right: 0px !important;
        overflow: hidden;
    }
    .caroufredsel_wrapper {
      overflow: visible !important;
    }
    .header .logolink {
      height: 50px;
    }
    #pagewrapper {
        margin-top: 50px;
    }
    #header-top-menu-wrapper {
        height: 50px;
    }
    #open-mobile-menu {
        display: block;
        position: absolute;
        right: 23px;
        top: 8px;
        color: #ffffff;
        font-size: 25px;
    }
    .footer {
        max-height: 2000px;
    }
    .footer #footer-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer #footer-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .mm-ismenu {
        background: #646464;
    }
    .mm-list > li > a, .mm-list > li > span {
        color: #ffffff;
    }
    .mm-list > li > a:hover {
        background: #4e4e4e;
        color: #ffffff;
    }
    #header-menu {
        display: none;
    }
    .header .logo {
        display: block;
        width: 150px !important;
        margin-top: 5px !important;
    }
    .header #btn-search-site {
        display: none;
    }
    .header .row-large {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .homeslider ul.slides li .slideritem {
        height: 500px;
    }
    body .homeslider .flex-direction-nav .flex-next {
        right: 20px;
    }
    body .homeslider .flex-direction-nav .flex-prev {
        left: 20px;
    }
    body .homeslider .flexslider:hover .flex-prev {
        left: 20px;
    }
    body .homeslider .flexslider:hover .flex-next {
        right: 20px;
    }
    .pageheading {
        height: 300px;
    }
    .casecarousel-imagewrapper {
        height: 300px;
    }
    .ctabig {
        height: 300px;
    }
    .casecarousel-content {
        display: none;
    }
    .casecarouselmobilelink {
        text-align: center;
        display: block;
    }
    #casescarousel-pager {
        margin-left: 0px;
        left: 20px;
        bottom: 10px;
        top: auto;
        padding: 0px 10px 0px 15px;
    }
    #casescarousel-pager a {
        width: 10px;
        height: 10px;
    }
    .jr-blog article.news {
        width: 50%;
        text-align: left;
        min-height: 415px;
    }
    .newseventitem-image img {
        width: 100%;
    }
    .newseventitem-content,.newseventitem-date,.newseventitem-title {
        text-align: left;
    }
    .eventheader {
        padding: 0px 20px;
        padding-bottom: 0px !important;
    }
    .trainingdates {
        padding: 0px 25px;
    }


}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/

@media only screen and (max-width: 768px) {
    .wpb_row > :last-child, .wpb_row > :last-child > .wpb_column {
        margin-bottom: 35px;
    }
    .wpb_row > :last-child, .wpb_row > :last-child > .wpb_column.vc_span12 {
        margin-bottom: 0px;
    }
    .homeslider ul.slides li .slideritem {
        height: 300px;
    }
    .pageheading {
        height: 200px;
    }
    .casecarousel-imagewrapper {
        height: 200px;
    }
    .ctabig {
        height: 200px;
    }
    .jr-title {
        margin: 0px 20px;
    }
    body {
        font-size: 15px;
        line-height: 20px;
    }
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    h4 {
        font-size: 17px;
        line-height: 22px;
    }
    .gform_wrapper label.gfield_label {
        font-size: 16px;
        padding-bottom: 0px;
    }
    form input[type="text"], form input[type="search"], form textarea {
        font-size: 14px;
    }
    .gform_wrapper ul.gform_fields > li input[type="text"] {
        height: 45px;
    }
    .flex-direction-nav a {
        line-height: 38px;
    }
    article.news {
        min-height: 350px;
    }
    #open-mobile-menu {
        top: 13px;
    }
    #casescarousel-pager {
        display: none !important;
    }
    .ctabox-extracontent {
        max-height: 100%;
        height: auto;
        font-size: 16px;
        line-height: 26px;
    }
    .gform_description {
        padding: 20px 20px;
        display: block;
    }

    /* COntact form */
    #field_1_1,#field_1_5,#field_1_3 ,#field_1_2,
    #field_2_1,#field_2_5,#field_2_3 ,#field_2_2, .gfield.half {
        width: 100%;
        float: none;
    }
    .gfield.half:nth-child(even) {
        padding-left: 0px;
    }
    .gfield_checkbox label {
        font-size: 16px;
    }
    .eventheader {
        padding: 0px 20px
    }
    .trainingsearch_result_wrapper .trainingsearch_result_wrapper_image {
        display: none;
    }
    .trainingsearch_result_wrapper_content {
        float: none;
        padding-left: 0px;
    }
    .trainingsearch_result_wrapper_content .excerpt {
        padding-right: 0px;
    }
    .trainingsearch_result_wrapper .btn_gototraining {
        position: static;
    }
    #trainingsearch_select_reason_wrapper,#trainingsearch_select_month_wrapper,#trainingsearch_select_person_wrapper,#trainingsearch_submit {
        width: 50%;
    }
    #trainingsearch_form {
        height: auto;
    }
    .trainingsearch {
        margin-top: -25px;
    }
    .trainingsearch .jr_inner_row{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .gfield.half:nth-child(even), #field_2_2, #field_2_5 {
        padding-left: 0px;
    }

}
@media only screen and (max-width: 640px) {

}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (max-width: 530px) {

    .jr-title {
        margin: 0px 10px;
    }
    .wpb_text_column {
        padding: 0px 20px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
         font-size: 17px;
     }
    h4 {
        font-size: 16px;
    }
    .gform_wrapper {
        padding: 0px 20px;
    }
    .gform_wrapper label.gfield_label {
        font-size: 14px;
        padding-bottom: 0px;
    }
    form input[type="text"], form input[type="search"], form textarea {
        font-size: 12px;
    }
    .gform_wrapper ul.gform_fields > li input[type="text"] {
        height: 40px;
    }
    .searchresults a p {
        font-size: 14px;
        line-height: 24px;
    }


}
@media only screen and (max-width: 420px) {
    .jr-blog article.news {
        width: 100%;
        min-height: 350px;
    }
}

/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

