/*** --- css/normalize.css ***/
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,
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:transparent;}
a:active,
a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.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:-0.5em;}
sub{bottom:-0.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 #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,
th{padding:0;}

/*** --- style.css --- **/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    /*background: #ececec;*/
    color: #444;
}

body.no-background {
    background: none;
    background-color: transparent;
}

body.bg-custom {
    /*background: #f6f6f6;*/
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.awesomplete > ul
{
  width: 100%;
}

.awesomplete > ul li
{
  padding: 5px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
  
.awesomplete > ul li[aria-selected="true"]
{
		background: hsl(205, 40%, 40%) !important;
		color: white;
}

.awesomplete > ul li img
{
  width: 75px;
  margin: 0 10px 0 0;
  vertical-align: middle !important;
}
  
  
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a,
span {
    color: #151515;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    color: #9c0058;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04a4cc;
}

h1, h2, h3, h4, h5, h6 {
    color: #151515;
}

ul, ol {
    margin: 0;
    padding: 0;
}

		
		.tab-single-content h4.anchor i.fa-chevron-up, .tab-single-content-ul h4.anchor i.fa-chevron-up, #veelgestelde-vragen h3.anchor i.fa-chevron-up, .tab-single-content h4#recensies i.fa-chevron-up, .tab-single-content .opendagen h3 i.fa-chevron-up,
		.tab-single-content h4.anchor i.fa-chevron-down, .tab-single-content-ul h4.anchor i.fa-chevron-down, #veelgestelde-vragen h3.anchor i.fa-chevron-down, .tab-single-content h4#recensies i.fa-chevron-down, .tab-single-content .opendagen h3 i.fa-chevron-down,
		span.h2 i.fa-chevron-up, span.h2 i.fa-chevron-down
		{
			display: none;
		}

#responsive-menu-button
{
  margin: 0 0 0 10px !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

/* header */
header {
    background: #000;
    /*margin-bottom: 2em;*/
}

main
{
  margin: 70px 0 0;
}

/* logo */
.sitename {
    margin: 0;
    text-align: center;
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 50;
    height: 50px;
    left: 0px;
}

.sitename a
{
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}

.sitename img {    
    padding: 10px 0;
}

.sitename img.small
{
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 8px 0 0 !important;
  height: 30px;
}

.sitename img.big
{
height: 100%;
display: none;
}

header.extra-margin-bottom {
    margin-bottom: 2em;
}

.uspbar { margin: 0 !important; }

#info-bar {
    height: 35px;
    line-height: 35px;
    margin-bottom: 2em;
    background: #f58a00;
    margin-top: 50px;
    width: 100%;
    position: fixed;
    z-index: 900;
}   

#info-bar p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

#header-pusher { display: none; }

/* footer */
footer {
    background: #000;
    padding: 10px 0;    
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    

}

footer .footer-social
{
  float: right;
}

footer .footer-social a
{
  color: #FFF;
  font-size: 20px;
  margin-left: 20px;
}

footer .footer-social a:first-child
{
  margin: 0 !important;
}


footer .copy
{
  display: block;
  margin: 5px 0 0;
}

footer .copy a {
    color: white;
    float: none;
}

footer .copy a:hover {
    color: #ccc;
    transition: all 250ms ease-in-out;
}

/*------------------------------------*\
    TOPBAR
\*------------------------------------*/
.topbar {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
    border-top: 6px solid #000;
    display: none;
}

.topbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar li {
    text-transform: uppercase;
}

.topbar a {
    color: #fff;
}

.topbar #searchform {
    display: none;
}

header #searchform input[type=text]
{
  border: none;
}

.socialmedia {
    margin-left: 60%;
}

.topbar .socialmedia ul {
  font-size: 0 !important;
}

.socialmedia a {        
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;    
    font-size: 12px;
    line-height: 25px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}

.topbar .instagram a {
    border: 2px solid #856E1C;
    color: #856E1C;
    margin-right: 3px;
    font-size: 15px;
}

.topbar .twitter a {
    background: url(img/top-social.png) no-repeat -66px top;
    margin-right: 12px;
}

.topbar .facebook a {
    border: 2px solid #1C63C4;
    color: #1C63A4;
    margin-right: 12px;
    font-size: 14px;
}

.topbar .googleplus a {
    border: 2px solid #921D1D;
    color: #921D1D; 
    margin-right: 12px;
}

.contact-wrap {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.contact-bttn {
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
}

.contact-wrap .contact-bttn {
    background: #0b93a0;
    padding: 6px 8px;
    display: inline-block;
    float: right;
    font-size: 10px;
}

.contact-list {
    display: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.contact-list li {
    display: block;
    clear: both;
    line-height: 2;
}

.contact-list a {
    padding: 0;
    color: #000;
    background: none;
}

.contact-list .phone:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/small-phone.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.contact-list .email:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/small-email.png) no-repeat left 4px;
    background-size: contain;
    margin-right: 5px;
}

.contact-list.active {
    position: absolute;
    display: block;
    background: #ececec;
    z-index: 999;
    top: 25px;
    padding: 10px;
    border: 1px solid #4f4f4f;
    border-radius: 6px;
}

.uspbar
{
  background: rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 42px;
}

.uspbar.new
{
  background: #FFFFFF !important;
}

.uspbar ul
{
  text-align: center;
}

.uspbar ul li
{
  display: inline-block;
  color: #000000;  
  padding: 0 15px;
  font-weight: bold;
}

.uspbar ul li i
{
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
    #info-bar {
        margin-bottom: 0!important;
    }
    .cat-nav {
        display: none;
    }
    .home .cat-nav {
        display: block;
    }
	
	.tab-single-content.mobile-hide
	{
		display: none;
	}

}
@media screen and (max-width: 1175px) {       
    .location_calendar li { margin: 10px 5px 0px 0px !important; }
}

@media screen and (max-width: 600px) {
    .wp-caption {
        width: 100%!important;
    }
    .wp-caption img {
        height: auto!important;
    }
    
    .course_calendar li a span
    {
      display: none;
    }
}

ul#course-side li
{
  list-style: none;
  margin: 0 0 4px;
}

ul#course-side li a
{
  background: #ececec;
  text-decoration: none;
  cursor: pointer;
  
  display: block;
  width: 100%;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  color: #151515;
}

ul#course-side li a:hover, ul#course-side li.active a
{
  background: #B7D9DC;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
#responsive-menu-button:focus {
    outline: none;
}
#responsive-menu {
    text-transform: uppercase;
}
.fa-bars {
    display:none!important;
    position: fixed;
    top: 0;
    left: 85%;
    z-index: 999;
    background-color: #11888c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 136, 140)), to(rgb(10, 96, 99)));
    background-image: -webkit-linear-gradient(top, rgb(17, 136, 140), rgb(10, 96, 99));
    background-image: -moz-linear-gradient(top, rgb(17, 136, 140), rgb(10, 96, 99));
    background-image: -o-linear-gradient(top, rgb(17, 136, 140), rgb(10, 96, 99));
    background-image: -ms-linear-gradient(top, rgb(17, 136, 140), rgb(10, 96, 99));
    background-image: linear-gradient(top, rgb(17, 136, 140), rgb(10, 96, 99));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#11888c', EndColorStr='#0a6063');
    font-size: 20px;
    color: #fff;
    padding: 12px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.fa-bars:hover {
    color: #fff;
    background-color: #0a6063;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 96, 99)), to(rgb(17, 136, 140)));
    background-image: -webkit-linear-gradient(top, rgb(10, 96, 99), rgb(17, 136, 140));
    background-image: -moz-linear-gradient(top, rgb(10, 96, 99), rgb(17, 136, 140));
    background-image: -o-linear-gradient(top, rgb(10, 96, 99), rgb(17, 136, 140));
    background-image: -ms-linear-gradient(top, rgb(10, 96, 99), rgb(17, 136, 140));
    background-image: linear-gradient(top, rgb(10, 96, 99), rgb(17, 136, 140));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0a6063', EndColorStr='#11888c');
}

#menu-hoofdmenu {
    position: fixed;
    top: -800px;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    width: 80%;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

#menu-hoofdmenu.active {
    top: -20px;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    z-index: 998;
    max-height: 400px;
    overflow-y: scroll;
}

#menu-hoofdmenu li {
    padding: 3px 0;
    line-height: 1;
}

#menu-hoofdmenu, .sub-menu {
    padding: 0;
    list-style: none;
}

.sub-menu {
    padding-left: 20px;
}

#menu-hoofdmenu a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 8px;
}

#menu-hoofdmenu a:hover, #menu-hoofdmenu .current_page_item > a, .current_page_parent > a {
    background: #991f56;
    background: #11888c;
    color: #fff;
    border-radius: 3px
}

                          #new-menu #menu-hoofdmenu li:not(.register) a:hover, #new-menu #menu-hoofdmenu li:not(.register).current_page_item > a, #new-menu li.current_page_parent:not(.register) > a,
    #new-menu #menu-hoofdmenu > li:not(.register):hover > a { background: #ffffff !important; color: #444; }
    
#new-menu li:not(.register) a:hover, #new-menu li:not(.register).current_page_item > a, #new-menu li:not(.register).current_page_parent > a, #new-menu > li:not(.register):hover > a {
    background: #ffffff !important;
    border-bottom: 3px solid #11888c;
    color: #444 !important;
    margin-top: 0px;
    height: 40px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}                   

#new-menu ul li ul li:not(.register) a:hover, #new-menu ul li ul li:not(.register).current_page_item > a {
  border-bottom: none !important;
  height: auto !important;
  color: #11888c !important;
  background: #fff !important;
}

#new-menu .sub-menu
{
  padding-top: 3px;
}

#new-menu ul li ul li.current_page_parent a
{
  height: auto !important;
  border-bottom: none !important;
}

.breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebar h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #151515;
}

.sidebar .voordelen {
    padding-top: 1em;
    margin-bottom: 2em;
}

.voordelen ul {
    list-style: none;
    padding: 0;
}

.voordelen li {
    font-weight: 700;
    color: #151515;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 20px 30px;
    background: url(img/arrow2.png) no-repeat;
}

.belons, .mailons, .course-reviews {
    margin-bottom: 3em;
}

.belons {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 1em;
}

.belons h3 {
    margin-top: 0;
}

.tweetons {
    margin-bottom: 5em;
}

.course-reviews {
    background-color: #fff;
    margin-top: 3em;
    padding: 0.6em 0.7em;
    width: 100%;
}

.course-reviews .slides {
  width: 100%;
}

.course-reviews h3 { color: #11888c; font-size: 24px; font-weight: normal; margin: 5px 5px 10px 5px; }

.course-reviews img { width: auto !important; }

.course-reviews .image { width: 70px; height: 70px; background-size: cover; backgorund-repeat: no-repeat; background-position: center center; -webkit-border-radius: 99em; -moz-border-radius: 99em; border-radius: 99em; float: left; margin: 2px 10px 18px 0; }

.course-reviews h4 { font-size: 14px !important; margin: 8px 0 0 0 !important; background: none !important; font-weight: bold !important; }

.course-reviews p { font-size: 14px !important; clear: both; font-style: italic; }

.course-reviews .review { margin: 10px 0 25px 0; }

.sidebar img {
    width: 100%;
}

.sidebar .slides img
{
  width: auto;
}

.sidebar p {
    font-size: 14px;
    font-size: 1.4rem;
}

.sidebar h4 {
    margin: 1em 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px;
    font-weight: normal;
    /* background: #dcdddd; */
    background: none;
    border-bottom: 1px #333 solid;
}

.sidebar .telnr {
    font-size: 24px;
    font-size: 2.4rem;
}

.sidebar .telnr:before {
    content: url(img/phone.png);
    margin-right: 10px;
}

.sidebar .wpcf7 input, .sidebar .wpcf7 textarea {
    border: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 4px;
    width: 100%;
}

.sidebar .wpcf7 textarea {
    height: 120px;
}

.sidebar .wpcf7-response-output {
    margin: 0px !important;
    padding: 0;
    border: 0;
    font-style: italic;
    font-size: 1.4rem;
    color: #f00;
}

.sidebar .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    font-style: italic;
    color: #f00;
}

.sidebar .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    width: auto;
    padding: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.sidebar .wpcf7 input[type="submit"]:hover, .sidebar .wpcf7 input[type="submit"]:focus {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

/* LET OP: DIT LIJKT EEN BUG UIT WPCF7
ALS DIE GEFIXED IS KAN DIT ERUIT */
div.wpcf7 img.ajax-loader {
    display: none;
}

/*------------------------------------*\
   SIGNUP FORMULIER LOOPBAANBEGELEIDING
\*------------------------------------*/

#signup_loopbaan p {
    clear: both;
}

#signup_loopbaan label {
    width: 150px;
    display: inline-block;
}

#signup_loopbaan input[type=text], #signup_loopbaan input[type=email] {
    width: 205px;
    height: 24px;
    border: 1px solid #aeaeae;
    padding: 2px;
    display: inline-block;
}

#signup_loopbaan select {
    width: 210px;
}

#signup_loopbaan .width145 {
    width: 145px !important;
}

#signup_loopbaan .width53 {
    width: 53px !important;
}

#signup_loopbaan .block2 {
    margin-top: 20px;
    padding-top: 10px;
}

#signup_loopbaan .widelabel label {
    width: auto;
}

#signup_loopbaan input[type=submit] {
    padding: 4px 8px;
    margin-top: 10px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* BLOG & SEARCH */
main h1 {
    font-weight: normal;
    font-size: 32px;
    font-size: 3.2rem;
    background: url(img/line.png) no-repeat left bottom;
    padding-bottom: 1em;
}

h3 .right {
    float: right;
}

.date, .author, .category-name {
    display: none;
}

.blog-post {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #fff;
}

.blog-post h2, .single-post h2 {
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
}

.blog-post img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.blog-post p, .single-blog p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
      zoom: 1;
}




.blog-post p:after, .single-blog p:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.blog-post p a, .single-blog p a, .tab a, .single-location p a {
    color: #9c0058;
}

.blog-post h2 a, .single-blog h2 a
{
  color: #9c0058;
}

.blog-post h2 a:hover, .single-blog h2 a:hover
{
  color: #007b7f;
}

.blog-post p a:hover, .single-blog p a:hover, .tab a:hover, .single-location p a:hover {
    color: #007b7f;
}

.single-page ul:not(.courses), .single-blog ul:not(.courses) {
    padding-left: 1em;
}

.blog-post ul li, .single-blog ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.blog-post .button, .single-blog .button, h1.with-button .button {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

.blog-post .button:hover, .single-blog .button:hover, h1.with-button .button {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

.single-blog .actions {
    margin: 1em 0 0 0;
    padding-bottom: 4em;
}

h1.with-button .button {
    float: right;
    margin-top: 14px;
}

.navigation {
    background: #fff;
    max-width: 400px;
    margin: 1.5em 0 3em;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
}



.single-post .main-content {
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
    margin-bottom: 3em;
}

.single-post .main-content img {
    width: 100%;
    height: auto;
}

.single-post .main-content a {
    color: #9c0058;
    text-decoration: underline;
}

.single-post .main-content a:hover, .single-post .main-content a:focus {
    color: #151515;
}

/* OPLEIDINGSAANBOD */
.categories-overview {
    margin-bottom: 30px;
}

.categories-overview .categories li {
    background: #dbdbdb url(img/categorie-arrow.png) no-repeat 93% center;
    text-align: center;
    font-size: 19px;
    line-height: 62px;
    margin-bottom: 1px;
    
    
}

.home .categories-overview .categories li:nth-child(even),
.categories-overview .categories li:nth-child(even) {
    background-color: #e9e9e9;    
}


.home .categories-overview .categories li:hover,
.categories-overview .categories li:hover {
    
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

.categories-overview .categories li:before {
    content: none;
}

.categories-overview .categories li > a {
    color: #000;
}

.categories, .courses {
    list-style: none;
    padding: 0;
}

.categories {
    text-align: center;
}

.categories li {
    position: relative;
    display: block;
    height: 62px;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 18px;
    border-radius: 1px;
    background: #fff;
    
}

.categories a > img {
    display: none;
}

.categories a > p {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0.3em 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.categories a span {
    font-weight: 700;
    color: #991f56;
}

.categories a > .call {
    position: relative;
    margin-right: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.call::before {
    position: absolute;
    content: "";
    background: url(img/course-arrow.png) no-repeat;
    width: 14px;
    height: 12px;
    background-size: 92.5%;
    margin-left: -20px;
}

.categories li.active > .call,
.categories li:hover > .call {
    color: #991f56;
}

.courses-listed {
    margin-left: 1em;
}

.course {
    margin-bottom: 2.5em;
}

.course p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.courses img {
    max-width: 150px;
    max-height: 124px;
    height: auto;
    margin-right: 10px;
    float: left;
    object-fit: cover;
}

.course .button {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

.course .button:hover {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

/* COURSE CATEGORIES */
.course-category {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

.course-category span, .category-title span {
    font-weight: 700;
}

.featured-course {
    background: #215b5f;
    color: #fff;
    padding: 20px 0;
    margin-top: 20px;
    box-shadow: inset 0 3px 6px 3px rgba(0, 0, 0, 0.3)
}

.featured-course img {
    border: 2px solid #fff;
    border-radius: 2px;
}

.featured-course h2 {
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.featured-course h2 a {
    color: #fff;
}

.featured-course h2 span {
    font-weight: 700;
    color: #fff;
}

.featured-course .more-info, .featured-course .register {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 4px 8px;
    background: #fff;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #215b5f;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2)
}

.featured-course .more-info:hover {
    background: transparent;
    color: #fff;
}

.featured-course .register {
    background: #11888c;
    color: #fff;
}

.featured-course .register:hover {
    background: #fff;
    color: #11888c;
}

.category-course {
    padding: 8px 8px;
    background: #fff;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    line-height: 1;
}

.category-course a {
    margin-bottom: 0.5em;
}

.category-course a, .category-course a p {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}



.category-course ul.locations
{
  display: none;
  margin: 10px 0px 0px;
}

.category-course ul.locations li
{
  list-style: none;
  display: inline-block;
  margin: 0px 13px 0px 0px;
  font-size: 12px;  
  color: #989898;
  
}

.category-course ul.locations li i
{
  margin: 0px 15px 0px 0px;
  color: #14A0AA;
}

.tab .modular-course {
    width: 90%;
    margin: 1.5em auto 0 auto;
}

.tab .modular-course li {
    background: none;
    padding-left: 8px;
}

.tab .modular-course .category-course::before {
    left: 86px;
}

.tab .modular-course .pre-title {
    font-size: 20px;
    font-size: 2.0rem;
}

.tab .modular-course p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;    
}

.tab .modular-course a {
    color: #151515;
}

.category-course-outer {
    position: relative;
    cursor: pointer;
}

.category-course-outer:hover a span
{
  color: #9c0058;
}

.category-course:hover a .pre-title:after {
    background-position: left -19px;
}


.category-course-outer span.new, .category-course-outer span.popular {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border: 1px solid white;
    color: #fff;
    padding: 6px 7px;
}

.category-course-outer span.new {
    background-color: #9f0c51;
}

.category-course-outer span.popular {
    background-color: #779f0c;
}

.pre-title {
    position: relative;
    margin: 0;
    padding: 8px 8px 0 0;
}

.pre-title:after {
    content: "";
    background: url(img/course-arrow.png) left top;
    position: absolute;
    right: 6px;
    top: 14px !important;
    width: 19px;
    height: 19px !important;
    overflow: hidden;
    visibility: visible !important;
}

.category-course {
    min-height:110px;
}

.category-course a:hover .pre-title:after {
    background-position: left -19px;
}

.category-course a span {
    display: inline-block;
    color: #215b5f;
    max-width: 60%;
}

.category-course a:hover p, .category-course a:hover span {
    color: #9c0058;
}

.category-course p {
    display: inline;
    color: #151515;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.4;
}

.category-course p:not(.pre-title):after
{
  content: none !important;
}

.category-course .button {
    display: inline !important;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    color: #000 !important;
    background: none !important;
    padding: 0 !important;
/*    margin-left: 4px;*/
}

.related-posts h2 {
    background: url(img/line.png) repeat-x left top;
    padding-top: 20px;
    font-weight: 400;
}

.related-posts ul {
    list-style: none;
    padding: 0;
}

.related-posts li {
    background: #e8e8e8 url(img/post-img.png) no-repeat left top;
    min-height: 31px;
    margin-bottom: 5px;
    padding: 6px 0 0 40px;
    line-height: 1;
}

.related-posts a {
    font-size: 13px;
    font-weight: 700;
}

.related-posts li .meta {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}

a.all-related-posts {
    text-decoration: underline;
    text-align: center;
    font-weight: 400;
}

.all-related-posts span {
    font-weight: 700;
}

.bedrijfsbeheer-buttons {
    margin-top: 50px;
}

.loopbaan-buttons {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bedrijfsbeheer-buttons h2, .loopbaan-buttons h2 {
    font-weight: 400;
    padding-top: 10px;
    color: #151515;
}

.bedrijfsbeheer-buttons a, .loopbaan-buttons a {
    display: block;
    width: 45%;
    background-color: #31595e;
    color: white;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px 0px;
    text-align: center;
    float: left;
}

.bedrijfsbeheer-buttons a:last-of-type {
    float: right;
}

.bedrijfsbeheer-buttons a:hover, .loopbaan-buttons a:hover {
    background-color: #860e44 !important;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

/* SINGLE COURSE */
.single-course-title, .single-location-title {
    background: none;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}

.single-location-title {
    margin-bottom: 0.6em;
}

.single-course-title span, .single-location-title span {
    font-weight: normal;
}

.single-course-subtitle {
    margin: 0 0 1em;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    color: #11888c;
}

.single-opleiding .advantages {
    padding: 20px;
    margin: 0 auto 3em;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(25, 25, 25, 0.2);
    position: relative;
}

.advantages img {
    display: block;
    width: 100%;
    height: auto;
}


.advantages ul {
    padding: 0;
    list-style-position: inside;
    list-style: none;
    margin: 26px 1% 0 0;
}

.single-opleiding .advantages li {
    font-weight: 700;
    color: #151515;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 20px 30px;
    background: url(img/arrow2.png) no-repeat;
}

.single-opleiding .advantages .inschrijven, .single-opleiding .mobile-show .inschrijven {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: -23px;
    right: 12px;
    background: #11888c;
    border: 1px solid #1b787d;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;    
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}

.single-opleiding .mobile-show .inschrijven
{
  position: relative !important;
  bottom: 0;
  right: 0;
  width: 100% !important;
}

.single-opleiding .advantages .inschrijven:before, .single-opleiding .mobile-show .inschrijven:before
{
  content: ' ';
  background-color: #1d3034;
  background-image: url(/images/signup-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;    
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #1b787d;
  display: block;
  
  
}

.single-opleiding .advantages .inschrijven:hover, .single-opleiding .mobile-show .inschrijven:hover {
    background-color: #0a6063;
}

.tabs-single
{
  /*
  background: #FFFFFF;
  padding: 20px;*/
}

.tab-single-content, .tab-single-content-ul
{
  background: #FFFFFF;
  padding: 20px;
  margin: 20px 0 0;
}

.tab-single-content:first-child
{
  margin: 0;
}

.tabs-single h4.anchor, h4#recensies
{
  margin: 0px !important;
  color: #11888c !important;
  font-size: 20px !important;  
}

.tabs-single p
{
  font-size: 1.4rem;
  line-height: 1.5;
}

.tabs-single blockquote
{
  background-color: #d9ebed;
  margin: 20px 0 0;
  padding: 1.4em 2em;
  font-size: 19px;
  font-style: italic;
}

.tabs-single blockquote h2
{
  margin: 0;
  font-weight: bold;
  font-size: 19px;
}

.tabs-single blockquote p
{
  margin: 0;
}

.tabs-single ul li
{
  font-size: 14px;
  text-align: left;
}


/* SINGLE COURSE TABS*/
.tabs {
    margin-bottom: 1em;
}

.tab-content {
    display: none;
}

.active .tab-content {
    display: block;
}

.tab-title {
    position: relative;
}

.tab-title:hover {
    color: #11888c;
    cursor: pointer;
}

.tab-title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
}

.active .tab-title:after {
    content: "";
}

.tab {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.tab.hide {
    display: none;
}

.tab-links {
    list-style: none;
    padding: 0;
}

.tab-links li {
    background: #fff;
    float: left;
    margin: 0 2px 2px 0;
    padding: 4px 6px;
    font-size: 12px;
    cursor: pointer;
}

.tab-links li.active {
    font-weight: bold;
    margin-bottom: -2px;
}

.tab-links:hover, .tab-links:hover > a {
    color: #991f56;
}

.tab h5, .tab h4 {
    margin: 0;
}

.tab-content {
    margin-top: 1.5em;
}

#inhoud .tab-content, #cursuslocatie .tab-content {
    margin-top: 0.85em;
}

.tab p {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.tab blockquote {
    background-color: #d9ebed;
    margin: 20px 0;
    padding: 1.4em 2em;
    font-size: 1.9rem;
    font-size: 19px;
    font-style: italic;
}

.tab blockquote p {
    font-size: 1.9rem;
    font-size: 19px;
    font-style: italic;
    margin: 0;
}

.tab ul, .tabs-single ul {
    padding: 0;
    list-style-position: outside;
    list-style: none;
}

.tabs-single h4.anchor, h4#recensies
{
  padding-top: 170px !important;
  margin-top: -170px !important;
}

.tab ul.columnize, .tabs-single ul.columnize {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.tab li, .tab-single-content-ul li:not(.category-course-outer) {
    background: url(img/arrow2.png) 0px 4px no-repeat;
    background-size: 12px;
    padding-left: 17px;
    font-size: 14px;
}

.tabs-single p a
{
  color: #9c0058;
}

.tabs-single p a:hover
{
  text-decoration: underline;
}

#inhoud li, .column li {
    color: #151515;
    background: none;
    padding: 12px 0 12px 30px !important;
    font-weight: 700;
    background: url(img/arrow2.png) center left no-repeat !important;
}



.cursuslocatie li {
    color: #151515;
    background: none;
    padding: 12px 0 12px 30px;
    font-weight: 400;
    background: url(img/arrow2.png) 0px 12px no-repeat;
}

nav.course_calendar ul li, nav.location_calendar ul li
{
  background: none !important;
  padding: 0 !important;
}

nav.location_calendar { margin: 15px 0 0; }

.cursuslocatie li a {
    font-weight: 700;
}

#inhoud .sub, .column .sub {
    font-weight: normal;
    line-height: 1.6;
    text-indent: 15px;
    color: #444;
    background: none !important;
    padding: 0 0 10px 40px !important;
}

#kostprijs p:last-child {
    color: red;
    font-size: 12px;
    font-size: 1.2rem;
}

.social {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
}

.social.left {
    border-bottom: none;
}

.social.right {
    margin-bottom: 1em;
    background: #fff;
    padding: 8px 25px 5px;
}

.social.right iframe, .social.right div {
    display: inline-block;
    float: left;
}

.social.right iframe#twitter-widget-0 {
    margin-top: 1px;
}

.social.right div:nth-child(4) {
    max-width: 35px !important;
    padding-top: 2px !important;
    margin-left: 25px !important;
}

.social.left a {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
}

.print:before {
    position: absolute;
    content: url(img/imgprint.jpg);
    margin-left: -30px;
    padding-top: 4px;
}

.forward:before {
    position: absolute;
    content: url(img/imgfwd.jpg);
    margin-left: -30px;
    padding-top: 3px;
}

div.related {
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 2em;
    margin-bottom: 3em;
}

.related h3 {
    font-weight: normal;
}

.related ul {
    list-style: none;
    padding: 0;
}

.related p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.related li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.related li .title {
    display: block;
}

.related .button {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

/* FAQ */
.faq, .faq-category, .faq-subcategory {
    padding: 0;
    list-style: none;
}

.faq-subcategory {
    display: none;
}

.faq li, .faq-category li, .faq-subcategory li {
    background: #fff;
    padding: 2px 20px;
    margin-bottom: 1px;
    font-size: 14px;
    font-size: 1.4rem;

}

.faq li ul li
{
    list-style: disc inside none;
	display: list-item;	
}

.faq-subcategory li {
    padding: 2px 0 2px 20px;
}

.faq h2 {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
}

.tax-faq-category h3 {
    font-size: 22px;
    font-size: 2.2rem;
}

.faq-category h2, .faq-subcategory h2 {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}

.faq-category > li > h2 {
    font-weight: bold;
}

.faq h2:hover, .faq h2:hover > a, .faq-category h2:hover, .faq-category h2:hover > a, .faq-subcategory h2:hover > a {
    color: #9c0058;
    cursor: pointer;
}

.faq .answer {
    display: none;
    overflow: hidden;
	padding: 0 0 10px;
}


.faq .toggle, .faq-category .toggle {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 24px;
    line-height: 1;
}

/* GLOBAL PAGES */
.page-title {
    background: none;
    font-size: 24px;
    font-size: 2.4rem;
}

ol {
    padding: 0;
    list-style-position: inside;
    font-size: 18px;
    font-size: 1.8rem;
}

ol li {
    margin-bottom: 2em;
}

ol.advantages h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
}

ol.advantages p {
    font-size: 14px;
    font-size: 1.4rem;
}

.page .wpcf7 {
    margin-bottom: 1.5em;
}

.page .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    width: auto;
    padding: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
    border-radius: 3px;
}

.page .wpcf7 input[type="submit"]:hover, .sidebar .wpcf7 input[type="submit"]:focus {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
/* CAROUSEL */
.slider-container {
    position: relative;
    padding: 0;
    height: 100%;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.prev-slide-bttn, .next-slide-bttn {
    background: url(img/slidernav.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    float: right;
    margin-right: 0;
}

.next-slide-bttn {
    background-position: -30px top;
    float: right;
    margin: -25px -30px 0 0;
}

.home-slider
{
  background: url(/wp-content/uploads/2016/07/wa-header-new-737x425.png) left top no-repeat;
  background-size: cover;
  height: 100%;
  max-width: 737px;
}

.home .sep
{
  height: 40px;
}

.home-slider ul {
    position: relative;
    padding: 0;
    list-style: none;
}

.slide {
    display: none;
    width: 100%;
}

.slide img {
    width: 100% !important;
    height: auto !important;
}

.slide:first-of-type {
    display: block;
}

.slide-title {
    margin: 0;
    font-weight: normal;
    padding-bottom: 0;
    background: none;
    font-size: 24px;
    font-size: 2.4rem;
}

.home .slide-title
{
  color: #ffffff;
  background: rgba(11, 147, 160, .66);
  padding: 15px 45px;
  margin: 80px 0px 0px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.slide-subtitle {
    font-weight: normal;
    margin: 0;
    color: #11888c;
}

.slide-info p {
    font-size: 14px;
}

.slide-link {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    width: auto;
    padding: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    border-radius: 3px;
}

.slide-link:hover, .slide-link:focus {
    color: #fff;
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

.home-separator {
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    width: 100%;
    margin: 2em 0;
    text-align: center;
}

.home-separator:before {
    content: url(img/arrow-left.png);
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -15px;
}

.home-separator h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    color: #151515;
}

.home-separator a {
    display: inline-block;
    margin-top: 1em;
    padding: 6px 10px;
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 3px;
}

.home-separator a:hover {
    color: #fff;
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

.home-featured {
    position: relative;
    background: url(img/line.png) repeat-x;
    padding-top: 3em;
}

.course-carousel {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 2em;
}

.course-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}

.course-nav .prev-slide-bttn, .course-nav .next-slide-bttn {
    width: 25px;
    height: 25px;
    background-size: cover;
}

.course-nav .prev-slide-bttn {
    margin-right: 20px;
}

.course-nav .next-slide-bttn {
    background-position: -25px;
    margin-top: -25px;
    margin-right: 0;
}

.home-featured h2, .categories-overview h2 {
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.categories-overview h2 {
    margin: 30px 0;
    display: block;
    background: url(img/line.png) repeat-x;
    padding-top: 30px;
}

.categories-overview h2 {
    background: none;
    padding-top: 0;
}

.featured-courses {
    margin-top: 20px;
}

.featured-courses ul {
    display: block;
    padding: 0;
    list-style: none;
}

.featured-courses li {
    margin: 1em 0 2em;
}

.featured-courses img {
    width: 100%;
    height: auto;
}

.featured-courses .title {
    color: #000;
    display: block;
    margin: 1em 0 0.5em;
}

.featured-courses .button {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

.featured-courses .button:hover, .featured-courses .button:focus {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

.home .login {
    margin-bottom: 2em;
}

.login fieldset {
}

.login fieldset {
    background: #fff;
    border: none;
    padding: 2em;
    margin: 0 auto;
    box-shadow: 2px 2px 6px #d8d8d8;
}

.login h3 {
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.login input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
}

.login p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.login p span {
    font-weight: normal;
}

.login a {
    color: #991f56;
    font-size: 12px;
    font-size: 1.2rem;
}

.login input[type="submit"] {
    margin: 2em 25% 0;
    width: auto;
    padding: 0 15px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}

.home-locations {
    position: relative;
    background: url(img/line.png) repeat-x;
    padding: 40px 0 1em 0;
}

.home-locations li {
    padding: 20px 0;
    list-style: none;
    background: #d5ecee;
    margin-bottom: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.home-locations li:nth-child(4) {
    border-right: none;
}

.location > img {
    border: 1px solid #000;
    margin-bottom: 0.5em;
}

.location h3,
.location p {
    max-width: 182px;
    width: 100%;
    margin: 0 auto;
}

.location h3 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.location h3::after {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    background: url(img/prev-next.png) no-repeat right top;
    background-size: cover;
    width: 14px;
    height: 14px;
}

.location p {
    margin-top: 0;
    text-align: left;
    color: #000;
}

.home-content h3 {
    font-weight: normal;
}

.home-content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2em;
}

.home-content img {
    width: 100%;
    height: auto;
}

.home-content a {
    color: #fff;
    background-color: #991f56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 31, 86)), to(rgb(132, 10, 65)));
    background-image: -webkit-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -moz-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -o-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: -ms-linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    background-image: linear-gradient(top, rgb(153, 31, 86), rgb(132, 10, 65));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#991f56', EndColorStr='#840a41');
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 14px;    
    font-weight: 700;
}

.home-content a:hover {
    background-color: #840a41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 10, 65)), to(rgb(153, 31, 86)));
    background-image: -webkit-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -moz-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -o-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: -ms-linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    background-image: linear-gradient(top, rgb(132, 10, 65), rgb(153, 31, 86));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#840a41', EndColorStr='#991f56');
}


.single-opleiding .advantages span.price
{
  right: 15px;
  margin: -60px 0px 0px;
  position: absolute;
  background: #9c2660;
  border: 1px solid #FFFFFF;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  display: none;
}

.home-bottom {
    background: url(img/line.png) repeat-x;
    padding-top: 1em;
}

.home-bottom .twitter {
    margin-bottom: 2em;
}

.recent-posts h3, .contact-us h3 {
    font-weight: normal;
}

.recent-posts ul {
    padding: 0;
    list-style: none;
}

.recent-post {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
}

.recent-post img {
    width: 20%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.recent-post .date {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #4d4d4d;
}

.contact-us, .recent-posts {
    /*background: url(img/line.png) no-repeat;*/
    padding-top: 1em;
    overflow: hidden;
}

.contact-us p {
    font-size: 14px;
}

.alignright {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px;
}

.alignleft {
    width: 100%;
    height: auto;    
    margin: 0 20px 20px 0 !important;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*------------------------------------*\
    DIVERSEN KL
\*------------------------------------*/
.wpcf7 input, .wpcf7 textarea {
    max-width: 95%;
}

h1.no-bg {
    background: none;
    padding-bottom: 0;
}

.with-bg {
    padding-bottom: 1.2em;
    background: url(img/line.png) no-repeat left bottom;
}

h3.with-bg {
    font-size: 1.6rem;
    font-weight: normal;
}

div.search.with-bg {
    padding-bottom: 1.5em;
    margin-bottom: 2em;
}

.forward-block {
    display: none;
}

.voorwaarden-los .page-title {
    font-size: 1.8rem !important;
    font-size: 18px !important;
}

.voorwaarden-los p, .voorwaarden-los li {
    font-size: 1.3rem !important;
    font-size: 13px !important;
}

.voorwaarden-los ul, ul.pleft {
    padding-left: 18px;
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/
@media screen and (min-width: 600px) {
    /*------------------------------------*\
      WORDPRESS CORE
  \*------------------------------------*/
    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        width: auto;
        height: auto;
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        width: auto;
        height: auto;
        float: left !important;
        margin: 5px 20px 20px 0;
    }

    .aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

    .wp-caption-text {
        padding-top: 10px!important;
    }

    .topbar #searchform {
        display: inline-block;
        margin-left: 40px;
    }

    .topbar #searchform input {
        border: 1px #ccc solid;
        line-height: 1.5;
        color: #151515;
        padding: 2px 6px;
        border-radius: 3px;
    }

    .topbar #searchform input[type="submit"] {
        background: #eee;
        color: #000;
        font-weight: normal;
        border-radius: 1px;
        text-transform: uppercase;
    }

    .featured-courses li {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .recent-post img {
        width: 100%;
    }

    .course {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .login fieldset {
        max-width: 30em;
    }

    .categories a > img {
        display: inline;
        float: left;
    }

    .categories a > p {
        margin-left: 100px;
    }
}

.related-listitem img
{
  max-height: 150px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
    .sitename {
        text-align: center;
        padding-top: 10px;
    }      

    .fa-bars {
        position: absolute;
        left: 90%;
        top: 30px;
        border-radius: 6px;
        font-size: 30px;
    }

    .slider-container {
        height: 400px;
    }

    .slide {
        position: relative;
        overflow: hidden;
        
    }
	
	.home-slider .slide
	{
		height: 425px;
	}

    .slide img {
        margin-left: 200px !important;
        max-height: 368px !important;
        width: auto !important;
    }

    .slide-info {
        position: absolute;
        top: 50%;
        height: 35%;
        margin-top: -15%;

        vertical-align: middle;
    }

    .featured-courses li {
        width: 25%;
    }

    .home-content p {
        max-width: 30em;
    }

    .home-locations li {
        float: left;
        width: 25%;
        border-right: 2px solid #fff;
    }

    .course {
        width: 33.333%;
    }

    /*aside{
      max-width: 30em;
    }*/
    .blog-post {
        width: 50%;
        float: left;
        padding-right: 20px;
        border-bottom: none;
    }

    .single-post .main-content img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .single-post .main-content-left img:not(.related) {
        float: right;
        margin: 0 0 10px 15px;
    }

    .actions {
        display: block;
        overflow: hidden;
        margin-bottom: 0 !important;
    }

    .actions.social div, .actions.social iframe {
        float: left;
    }

    .actions.social .fb-like {
        margin: -2px 25px 0 0;
    }

    .social.left {
        width: 45%;
        float: left;
        background: #fff;
        padding: 6px 10px;
    }

    .social.right {
        width: 52%;
        float: right;
    }

    .social.left a {
        text-align: left;
        display: inline-block;
        background: none;
        margin-bottom: 0;
    }

    a.print {
        margin-right: 50px;
    }

    a.print:before, a.forward:before {
        /*margin-left: 0;*/
    }

    a.print, a.before {
        padding-left: 30px;
    }

    .related-listitem:last-child {
        margin-right: 0;
    }

    .related-listitem {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .related-listitem p {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .related-listitem .title {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .related-listitem a:hover span {
        color: #9c0058;
    }

    .categories a > p {
        margin-left: 240px;
    }                                                                                 

    .categories li::before {
        content: url(img/overlay.png);
        position: absolute;
        z-index: 100;
        left: 50px;
        max-height: 167px;
    }
}

    
    .stick-in-parent
    {
      display: none;
    }
    
    @media screen and (max-width: 1024px)
    {
      .uspbar
          {
          display: none;
            padding-top: 50px;
          }    
          
          .uspbar ul
          {
            height: auto !important;
            line-height: normal !important;
            max-height: 45px;
            overflow: hidden;
          }
          
          .uspbar ul li
          {
            padding: 15px !important;
          }
    }

@media screen and (min-width: 1024px ) {
    body {
        background: /*#f6f6f6*/ url(img/achtergrond-slider.png);
    }

    header {
        height: 125px;
    }
    
    header.medium
    {
      height: 70px;
    }
    
    .top.fixed { position: fixed; width: 100%; z-index: 910; }
    
    #header-pusher
    {
      display: block;
      height: 136px;
    }
    
    .stick-in-parent
    {
      display: block;
    }
    
    .main-content-left.course-view
    {
      float: right !important;
    }
    
     
    
    /*header.medium { position: fixed; width: 100%; z-index: 50; background: #000000; text-align: center; top: 0px; }*/
    header.medium .sitename img.big { display: none; }
    header.medium .sitename img.small { display: block !important; width: 100% !important; margin: 15px 0 0 !important; }
    header.medium nav#main-menu { height: 70px; }
    header.medium nav#main-menu ul li a { line-height: 70px; }
    header.medium nav#main-menu ul li ul li a { line-height: normal !important; }
    header.medium nav#main-menu ul li.register { background-color: #028f9c; background-size: 40px; background-position: 15px center; padding-left: 55px; }
    header.medium nav#main-menu ul li.register a { height: auto !important; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
                                                                   
    #info-bar
    {
      margin-top: 0px;
    }
    

    main
    {
      margin: 0 !important
    }    

    .topbar
    {
      display: block;
    }
    
    .sitename
    {
      position: static;
    }
    
    .sitename img {
        width: 90% !important;
        height: auto !important;        
    }    
    
    .sitename img.big
{
display: block;
}

.sitename img.small
{
display: none;
}

    .contact-wrap a.contact-bttn {
        display: none;
    }

    .contact-list {
        display: inline-block;
        float: left;
    }

    .contact-list li {
        display: inline-block;
        margin-right: 12px;
    }

    .email a {
        text-transform: uppercase;
        line-height: 2;
        padding: 0;
        float: none;
    }

    .fa-bars {
        display: none;
    }

    .socialmedia {
        overflow: hidden;
        height: auto;
        float: right;
    }

    .socialmedia li {
        display: inline-block;
    }

    .header {
        overflow: hidden;
    }

    .sitename {
        display: inline-block;
        float: left;
        width: 24%;
        padding: 20px 0;
    }

    .sitename img {
        width: 100%;
    }

    #main-menu {
        display: inline-block;
        width: auto;
        float: right;
        height: 125px;
    }

    #menu-hoofdmenu {
        position: relative;
        width: 100%;
        top: 0;
        box-shadow: none;
        height: 100%;
        margin: 0;
        text-align: right;
    }

    #menu-hoofdmenu li {
        
        display: inline-block;
        float: left;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        height: 100%;
        padding: 0;
        margin: 0;
        z-index: 1001;
    }
    
    #menu-hoofdmenu li ul li
    {
      float: none !important;
      display: block !important;
      width: 100%;
    }
    
    #menu-hoofdmenu li ul li a
    {
      display: block !important;
    }

    #menu-hoofdmenu li a {
        display: inline-block;
        height: 100%;
        padding: 0 15px;
        line-height: 125px;
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    #menu-hoofdmenu a:hover, #menu-hoofdmenu .current_page_item > a, .current_page_parent > a,
    #menu-hoofdmenu > li:hover > a {
        background: #11888c;
        color: #fff;
        border-radius: 0;
    }

    #menu-hoofdmenu .sub-menu {
        position: absolute;
        display: none;
        padding: 0;
        text-align: left;
        
    }

    #menu-hoofdmenu li:hover > .sub-menu {
        display: block;
    }

    #menu-hoofdmenu .sub-menu li {
        
    }

    #menu-hoofdmenu .sub-menu li a {
        height: auto;
        
        line-height: 2;
        padding: 8px 8px;
        margin-bottom: 1px;
        color: #000;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        text-transform: none;
        text-align: center;
        font-weight: 700;
    }

    #menu-hoofdmenu .sub-menu li a:hover {
        color: #11888c;
    }

    .menu-item-has-children > a:after {
        content: "";
        display: inline-block;
        margin-left: 3px;
        background: url(img/dropdown.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 8px;
    }
    
    #new-menu .menu-item-has-children > a:after
    {
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFBAMAAACOSmBbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAGZmZmZmZmZmZmZmZmZmZmZmZmZmZgz9HV0AAAAHdFJOUwBmQfYz9xFaNzLcAAAAIklEQVQI12NQLTcvL2FgLC8vL2BgEC8vZ2AAcoBMICeBAQBr4wX56pg1qAAAAABJRU5ErkJggg==') no-repeat;
    }

    /* SPECIALE REGISTRATION KNOP */
    #menu-hoofdmenu .register {
        background: #a30a47 url(img/register.png) no-repeat center 30px;
        border-left: 1px #fff solid;
        border-right: 1px #fff solid;
    }

    #menu-hoofdmenu .register.current_page_item {
        background-color: #a30a47;
    }

    #menu-hoofdmenu .register:hover {
        background-color: #b40c4f;
    }

    #menu-hoofdmenu .register a {
        height: 130px;
        font-weight: 700;
        text-shadow: 1px 1px 2px #000;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    #menu-hoofdmenu .register.current_page_item a {
        background: none;
    }

    #menu-hoofdmenu > li.register:hover > a {
        background: none;
    }

    .slider-container {
        height: 380px;
    }

    .slide-title {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .slide img {
        width: 65% !important; /* Kevin-hack, onjuiste breedte slider-images op Firefox */
        height: auto !important;
        float: right !important;
    }


    .home .slide img
    {
      float:  left !important;
      margin-left: 0px !important;
    }

    .slide-info {

    }

    .slide-info p {
        margin-bottom: 2em;
    }

    /* HOME ELEMENTS */
    .home-separator h2 {
        display: inline-block;
    }

    .home-separator {
        text-align: left;
    }

    .home-separator a {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -20px;
        padding: 4px 20px;
    }

    .main-content, .main-content-left {
        width: 72.5%;
        float: left;
    }

    .main-content-right {
        width: 25%;
        float: right;
    }

    .course-carousel {
        width: 65%;
    }

    .login fieldset {
        margin: 0;
    }

    .featured-courses {
        overflow: hidden;
        max-height: 250px;
    }

    .featured-courses li {
        width: 33.333%;
        display: inline-block;
    }

    .home-content {
        padding: 2em 0;
        clear: both;
        display: block;
    }

    .home-content p {
        max-width: 90%;
    }

    .home-content img {
        max-width: 100%;
        border: 10px solid #fff;
    }

    .home-bottom .twitter, .home-bottom .recent-posts, .home-bottom .home-content {
        width: 33.333%;
        float: left;
        padding-right: 2em;
    }

    .home-bottom .recent-posts, .home-bottom .contact-us, .home-bottom .home-content, .home-bottom .wpcf7 {
        background: none;
        padding: 0;
    }

    .home-bottom .wpcf7 {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .home-bottom .wpcf7 input[type=text], .home-bottom .wpcf7 textarea {
        display: block;
        border-radius: 3px;
        border: 1px solid #ccc;
        height: 30px;
    }

    .home-bottom .wpcf7 textarea {
        height: 90px;
    }

    .home-bottom .recent-posts h3, .home-bottom .contact-us h3 {
        margin-top: 12px;
    }

    .recent-post {
        float: none;
        display: block;
        width: 95%;
    }

    .recent-post img {
        display: inline;
        width: auto;
        float: left;
        margin-right: 12px;
    }

    .home-bottom .recent-post a {
        display: inline-block;
        overflow: hidden;
        width: 75%;
    }

    .home-bottom .recent-post .date {
        display: block;
        float: none;
    }

    /* OPLEIDINGEN */
    .home .categories-overview .categories li {
        width: 33.25%;
        float: left;
        margin-right: 1px;
    }

    .categories-overview .categories li {
        width: 49.8%;
        float: left;
        margin-right: 1px;
    }     

    .home .categories-overview .categories li:nth-child(3n+3) {
        margin-right: 0;
    }

    /* kijk, zo zijn de kleuren op desktop EN mobiel om en om */
    .categories-overview.opleidingsaanbod .categories li:nth-child(even) {
        background-color: #dbdbdb;
    }

    .categories-overview.opleidingsaanbod .categories li:nth-child(4n),
    .categories-overview.opleidingsaanbod .categories li:nth-child(4n+1) {
        background-color: #e9e9e9;
    }

    .course {
        width: 25%;
    }

    .categories {
        text-align: left;
    }

    .advantages li {
        position: relative;
        width: 33%;
        float: left;
        padding-right: 1em;
    }

    .single-opleiding .advantages, .tabs, div.related, .actions {
        width: 100%;
        margin: 0 0 2em;
        padding: 5px;
        float: left;
    }

    .single-opleiding div.related {
        padding-bottom: 1.5em;
    }

    .single-opleiding .advantages {
        position: relative;
        margin-bottom: 5em;
        min-height: 256px;
    }

    .single-opleiding .advantages::before {
        content: url(img/courseovl.png);
        position: absolute;
        left: 51.5%;
        margin-left: -180px;
    }

    .single-opleiding .advantages img {
        max-width: 51.5%;
        max-height: 250px;
        float: left;
    }

    .single-opleiding .advantages ul {
        width: 45%;
        float: right;
    }

    .single-opleiding .advantages ul li {
        display: block;
        float: none;
        width: 100%;
    }

    /*.single-opleiding .advantages a.inschrijven{
      position: absolute;
      right:20px;
      bottom: -15px;
    }*/
    .tab {
        background: #fff;
        width: 100%;
        height: auto;
    }

    .tab.closed {
        display: none;
    }

    /* SINGLE COURSE TABS */
    .tabs {
        position: relative;
        height: 950px;
        background: #fff;
        border-left: 1px solid #f6f7f7;
        border-right: 1px solid #f6f7f7;
        border-bottom: 1px solid #f6f7f7;
        padding-left: 0px !important;
    }

    .tab {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0 20px 20px;
        border-bottom: none;
        border-top: 1px solid #f6f7f7;
    }

    .tab-title {
        position: absolute;
        background: #fff;
        top: -2.8em;
        left: -1px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 700;
        padding: 8px 12px;
    }

    .active .tab-title {
        color: #11888c;
        border: 1px solid #f6f7f7;
        z-index: 900;
    }

    /*#inhoud .tab-title{
        left: 99px;
    }
    #werkwijze .tab-title{
        left: 179px;
    }
    #docent .tab-title{
        left: 274px;
    }
    #proef .tab-title{
        left: 349px;
    }
    #kostprijs .tab-title{
        left: 481px;
    }*/
    .tab-title:after {
        content: none;
    }

    #docent
    .tab-title:after {
        content: none;
    }

    /* FEATURED COURSES */
    .featured-course {
        background: #215b5f url(img/featured-course-bg.gif) no-repeat 35% top;
        background-size: contain;
        padding: 2px 0;
    }

    .featured-course .wrapper {
        margin-bottom: 20px;
    }

    .featured-course p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .featured-course .cta-section {
        text-align: right;
    }

    .featured-course img {
        width: auto;
        max-width: 35%;
        max-height: 135px;
        float: left;
        margin-right: 20px;
    }

    .ccategory {
        padding: 2em 10px;
    }

    .category-course {
        overflow: hidden;
        height: 140px;
        padding: 0 1.8em 0 0;
        border: 2px solid #fff;
    }

    .category-course-outer span.new, .category-course-outer span.popular {
        position: absolute;
        top: 9px;
        left: -16px;
    }

    .tab .modular-course li {
        padding-left: 0;
    }

    .pre-title:after {
        right: -0.8em;
    }

    .category-course::before {
        content: "";
        background: url(img/overlay-smaller.png);
        width: 124px;
        height: 136px;
        position: absolute;
        z-index: 100;
        left: 35%;
        margin-left: -124px;
    }

    .category-course img {
        width: 35%;
        max-height: 167px;
        float: left;
        margin: 0 20px 0 0;
    }

    .courses-listed {
        list-style-position: inside;
        margin-left: 0;
        font-size: 14px;
        font-size: 1.4rem;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        margin: 0 0 3em 0;
    }

    .course-listeditem {
        margin-bottom: 1em;
    }

    /* BLOGS */
    .navigation {
        width: 72.5%;
        float: left;
        overflow: hidden;
    }

    .date, .category-name, .author {
        display: inline-block;
        float: left;
    }

    .date {
        margin-right: 10px;
    }

    .category-name, .author {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .day {
        background: #11888c;
        text-align: center;
        color: #fff;
        font-weight: 700;
        height: 2rem;
    }

    .my {
        background: #0e6d70;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 2px 5px;
        height: 2rem;
    }

    .date.plus-type .day {
        text-transform: uppercase;
        padding: 0 6px;
    }

    .date.plus-type .day.high {
        margin-bottom: 2rem;
    }

    .blog-post {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .blog-post h2 {
        margin: 0 0 0.2em;
        line-height: 1;
    }

    .blog-post img {
        max-width: 30%;
        float: left;
        margin: 1em 12px 0 0;
    }

    /* SIDEBAR */
    .login {
        position: relative;
        max-width: 30%;
        float: right;
    }

    .login:before {
        position: absolute;
        content: url(img/top-form.png);
        left: 50%;
        top: -13px;
        margin-left: -15px;
    }

    .login:after {
        position: absolute;
        content: url(img/bottom-form.png);
        left: 50%;
        bottom: -13px;
        margin-left: -15px;
    }


}

@media screen and (min-width: 1152px) {
    .single-opleiding .advantages ul {
        margin: 26px 1% 0 0;
    }
}

@media screen and (min-width: 1115px) {
    .category-course::before {
        
    }

    .tab .modular-course .category-course::before {
        left: 110px;
    }
}

@media print {
    header, aside, .topbar, .single-opleiding .advantages, .actions, .related, .faq h2 a {
        display: none;
    }

    .tab .tab-content {
        display: block;
    }

    .tab .tab-title:after {
        content: '';
    }

    .faq .answer {
        display: block;
    }
}

/*** --- plugins/contact-form-7/includes/css/styles.css --- ***/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/*** --- themes/wellness/style.css --- ***/
.sitename {
    padding: 2px 0;
}

.sitename img {
    width: 50%;
}

footer {
    padding-bottom: 10px;
}

footer span.smaller {
    font-size: 1.1rem;
    color: #fff;
}

footer a img {
    margin-top: 12px;
    display: block;
}


    .footer-img {
        float: left;
    }

.opleiding-faq {
    margin: 1em 0;
}

.home-content {
    padding: 0;
}

.movie {
    margin-bottom: 3em;
}

#kostprijs p:last-child {
    /* waarom was dit rood? */
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
}

h2,
.h2,
h3 {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.home #search
{
  position: absolute;
  bottom: -11px;
  left:0px;  
  padding: 0px;
  background: #FFFFFF;
  width: 65%;
}

.home #search form
{
  
  padding: 25px 60px;
}

.home #search form input[type=text]
{
  border: 1px solid #525252;
  padding: 5px;
  width: 100%;
}

.home #search form input[type=submit]
{
  background: #0b93a0;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 6px;
  border: none;
  cursor: pointer;
  width: 15%;
}

.home #search::before {
    content: url("img/arrow-left.png");
    left: -6px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/* SEC Navigation */
.cat-nav {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
}

.home .cat-nav {
    position: absolute;
    margin: 0px;
    top:0px;
    right: 0px;
    background: #C9C9C9;
    background: rgba(189,189,189,.5);
    width: 35%;
}

.home .cat-nav ul
{
  text-align: left;
}

.home .cat-nav ul li
{
  display: block;
}

.cat-nav-list {
    list-style: none;
    text-align: center;
}

.cat-nav-list li {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.4;
    padding: 0;
}

.cat-nav-list li:hover {
    background: #c1dfdb;
}

.cat-nav-list li.active {
    background: #d9ebed;
}

.cat-nav-list li:nth-child(1) {
    padding-left: 0;
}

.cat-nav-list a {
    padding: 5px 8px;
    margin-right: -4px;
}


    .home nav.cat-nav { margin: 0px; padding: 20px 0px 5px; }
    .home nav.cat-nav .wrapper { width: auto !important; }
    .home nav.cat-nav h3 { margin: 0px 0px 20px; font-size: 2rem; }
    .home .cat-nav-list li { background: url(img/arrow-nav-bar.png) right no-repeat; color: #000000; margin: 0 0 15px 0; height: 38px; line-height: 38px; }
    .home .cat-nav-list li a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #000000; margin: 0px; padding: 0px; line-height: 38px; display: block; height: 38px; background: #ffffff; margin: 0px 39px 0px 0px; padding: 0px 15px; }
    .home .cat-nav-list li a:hover { text-decoration: underline; }
    .home .cat-nav-list li.active a { color: black; }


.location_calendar { margin: -10px 0px 0px; }    
.location_calendar li, .course_calendar li { background: none; display: inline-block; padding: 0px; margin: 10px 15px 0px 0px; }
.course_calendar li { margin: 10px 0 0 !important; }
.location_calendar li a, .course_calendar li a { background: #F1F1F1; color: #000000; cursor: pointer; display: inline-block; padding: 10px 12px; text-transform: uppercase; }

.course_calendar li, .course_calendar li a
{
  display: block;
  text-transform: none;
}

 .course_calendar li a
 {
  font-weight: bold;
 }
 
.course_calendar li a span
{
  font-weight: normal;  
}


.home-right h3,
.page .sidebar h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
}

.page .sidebar h3 span {
    font-weight: 700;
}

.home-content img {
    width: auto;
    max-width: none;
}

.login {
    width: 100%;
    max-width: 100%;
    float: none;
}

.clear {
    clear: both;
}

.home-locations {
    background: #d5ecee;
    padding: 15px 0;
    margin: 1em 0 3em 0;
}

.home-locations h3 {
    margin: 0 0 20px;
    padding-left: 8px
}

.home-locations ul {
    padding: 0;
}

.home-locations li {
    padding: 0px;
    border: none;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    background: #f0f6f7;
}

.home-locations li.right
{
  float: right;
}

.home-locations li p
{
  display: block;
  float: left;
  padding: 0px 0px 0px 10px;
}

.location h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 5px 0 0;
    margin: 0.5em 0 3px;
    width: 100% !important;
    max-width: 100% !important;
}

.location h3 span
{
  font-weight: normal !important;
  color: #859395;
}

.location a { display: block; float: left; width: 19%; }
.location a.detail { width: 81%; padding: 0px 0px 0px 10px; float: right !important;}

.location h3::after {
    width: 20px;
    height: 20px;
    right: 10px !important;
}

.location img {
    display: block;
    float: left;
}

.location p {
    margin: 0;
}

.categories-home ul {
    list-style: none;
    text-transform: uppercase;
}

.categories-home li {
    padding: 8px 0 8px 13px;
    background: #fff url(img/wa/categorie-arrow.png) top right no-repeat;
    border-radius: 0 3px 3px 0;
}

.categories-home li + li {
    margin-top: 15px;
}

.categories-home a {
    display: block;
}

.opendagen h3,
.lastminute h3 {
    font-weight: normal;
    text-align: left;
}

.opendagen ul,
.lastminute ul {
    list-style: none;
}

.opendagen li + li, .opendagen ul + ul {
    margin-top: 10px;
}

.opendagen a {
    position: relative;
    padding-right: 133px;
    background: #000 url(img/wa/small-list-arrow.png) top right no-repeat;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
}

.opendagen a span {
    position: absolute;
    display: inline-block;
    width: 100px;
    right: 34px;
    background: #155a60;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.lastminute li {
    background: #d9ebed;
    padding: 8px;
}

.lastminute li + li {
    margin-top: 5px;
}

.lastminute .datebox {
    display: block;
    float: left;
    margin-right: 3%;
    width: 16%;
}

.lastminute .day {
    display: block;
    background: #000;
    border-bottom: 1px solid #d9ebed;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
}

.lastminute .month {
    display: block;
    background: #1e7e87;
    color: #fff;
    padding: 0 5px;
    text-align: center;
}

.lastminute a {
    display: block;
    float: left;
    vertical-align: top;
    font-size: 15px;
    font-size: 1.5rem;
    width: 80%;
}

.lastminute a strong {
    text-transform: uppercase;
    word-wrap: normal;
}

/* RECENT POSTS*/
.recent-posts {
    margin-bottom: 1.5em;
}

.recent-post {
    padding: 0.6em 4px;
    background: #e0e0e0;
    font-size: 12px;
    font-size: 1.2rem;
}

.recent-post img {
    border: 1px solid #fff;
}

.recent-post a {
    text-transform: uppercase;
    font-weight: 700;
}

.recent-post .date {
    display: block;
    color: #0c4f55;
    float: none;
    margin-top: 0.7em;
}

.recent-post .date::before {
    content: url(img/wa/balloon.png);
    margin-right: 3px;
}

/* HOME BOTTOM BLOCK */
.home-bottom div + div {
    margin-top: 4em;
    border-top: 1px solid #fff;
}

.popular-courses h3,
.home-newsletter h3,
.home-contact h3,
.home-address h3,
.home-address h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.home-address img.alignnone {
    margin: 0;
}

.home-address p {
    margin: 0 0 1em 0;
}

.home-address p:last-of-type {
    margin-bottom: 1.5em;
}

.popular-courses h3 {
    margin-bottom: 1.5em !important;
}

.popular-courses h3 span,
.home-newsletter h3 span,
.home-contact h3 span {
    font-weight: 300;
}

.popular-courses ul {
    list-style: none;
    padding-left: 20px;
    line-height: 1.5;
}

.popular-courses li {
    margin-bottom: 1em;
}

.popular-courses li a {
    color: rgb(68, 68, 68);
}

.page .home-newsletter .wpcf7 {
    margin-bottom: 0;
}

.page .home-bottom .wpcf7 input[type="submit"] {
    border-radius: 0;
}

.home-address {
    background: #1e7e87;
    padding: 15px;
    margin-bottom: 20px;
}

.home-address h3,
.home-address h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.home-address h4 {
    font-weight: 300;
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.8;
}

.home-address p,
.home-address a {
    color: #fff;
}

.home-address p img {
    width: 100%;
}

.home-address p:last-child {
    font-size: 14px;
    font-size: 1.4rem;
}

/* LOGIN FORM */
.login fieldset {
    position: relative;
    background: #000;
    color: #fff;
}

.login h3 {
    text-align: left;
}

.login label {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 10px;
}

.login input {
    display: inline;
    width: 70%;
    float: right;
    border-radius: 0;
}

.login a {
    color: #ececec;
    text-decoration: underline;
}

.login input[type="submit"] {
    position: absolute;
    bottom: -5px;
    right: -55px;
    background: #1e7e87;
    text-transform: uppercase;
    border-radius: 2px;
}

/* SIDEBAR */
.sidebar .home-address h4 {
    background: none;
    font-size: 20px;
}

.sidebar .home-address h3 {
    font-size: 20px;
}

.page .sidebar {
    padding-top: 2em;
}

/*.sidebar div + div,*/
.home-right div + div {
    margin-top: 2em;
}

.main-content-right img.opl-sidebar {
    display: block;
    margin: 1.5em 0;
    border: 1px #000 solid;
}

.main-content-right img.opl-sidebar:first-of-type {
    margin-top: 3em;
}

/* SUBPAGES CATEGORIES*/
.ccategory.main-content-left h4, .main-content-left.by-location h4 {
    font-weight: normal;
    font-size: 1.4em;
    margin: 0 0 1em;
}

.ccategory.main-content-left .courses, .main-content-left.by-location .courses {
    margin-bottom: 2em;
}

.category-course a .pre-title, .main-content-left.by-location a .pre-title {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.3rem;
    max-width: 100%;
}

/* Nieuwe campuspagina */

body.single.single-locations {
    background: /*#f6f6f6*/ url("https://www.wellnessacademie.com/wp-content/uploads/2014/12/achtergrond-home13.png");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.single-location-title {
    position: absolute;
    bottom: 1.6em;
    width: 100%;
    font-size: 1.4em;
    padding: 12px 66px;
    opacity: 0.9;
    background-color: white;
    color: #151515;
    text-transform: uppercase;
}

.map-location {
    width: 339px;
    height: 190px;
float: left;
margin: 20px 10px 0;
}

#map-location-inner {
    width: 339px;
    height: 190px;
    border: 0;
}

.map-gradient {
    width: 100%;
    height: 2.5em;
    background-image: linear-gradient(180deg, #d8d7d7 0%, #e3e2e2 27%, white 100%);
    margin-bottom: 1.5em;
}

.single-location {
    margin-bottom: 3em;
}



.single-location .content {
    margin-bottom: 1em;
}

/*
.single-location .address::before {
    content: url(img/icon-adres.png);
    z-index: 100;
    position: absolute;
    left: 30px;
}

.single-location .contact::before {
    content: url(img/icon-contact.png);
    z-index: 100;
    position: absolute;
    left: 30px;
}   */

.single-location .address, .single-location .contact {
    position: relative;    
    float: left;
    padding: 20px 10px 0;
}

.single-location .location-aanbod a, .delijn-widget input[type=button] {
    width: 100%;
    max-width: 293px;
    background: #155a60 url(img/wa/location-arrow.png) 8px center no-repeat;
    padding: 8px 10px 8px 32px;
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 600;
    white-space: nowrap;
}

.by-location a.button-thuisstudies
{
  display: block;
  background: #02959A;
  text-align: center;
  padding: 20px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Open Sans', Arial;
}

.by-location a.button-thuisstudies span, .by-location a.button-thuisstudies b
{
  display: inline;
  color: #FFFFFF !important;
}

.single-location .location-aanbod a:hover {
    background-color: #11888c;
}

.single-location .opendagen h3, .single-location .location-aanbod h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: normal;
    display: block;
    margin: 0.5em 0 1em 0;
}

.single-location .wp-post-image {
    /*margin: 0 1em 1em 0;*/
}

.delijn-widget, .negentwee-widget {
    margin-bottom: 3em;
}

.delijn-widget .dl-body {
    font-size: 80%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    max-width: 100%;
}

.delijn-widget .dl-header {
    float: left;
    margin-left: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #444;
    font-weight: 700;
}

.delijn-widget .dl-header span {
    font-weight: normal;
}

.delijn-widget .dl-scroll fieldset {
    margin: 12px 0 6px 0;
    padding: 3px 0;
}

.delijn-widget .dl-titel {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #444;
    font-weight: 700;
}

.delijn-widget .dl-content {
    padding: 0;
}

.delijn-widget .dl-icon-swap {
    cursor: pointer;
}

.delijn-widget .dl-border, .delijn-widget fieldset, .delijn-widget .dl-underline {
    border: 0;
}

.delijn-widget input[type=button] {
    width: auto;
    border: 0;
    margin-top: 10px;
}

.delijn-widget .dl-text-right {
    text-align: left !important;
}

.delijn-widget .dl-input-location {
    width: 100%;
}

.negentwee-widget iframe {
    border: 0 !important;
}


/* Nieuwe docent-weergave */

#docent .single-docent {
    padding-bottom: 1.5em;
    margin-bottom: 1.8em;
    border-bottom: 1px #ccc solid;
}

#docent .single-docent:last-of-type {
    border-bottom: none;
}

.single-docent img {
    float: left;
    border: 2px solid white;
    box-shadow: 2px 2.3px 7px rgba(57, 47, 36, 0.41);
    margin: 0 1em 1em 0;
    width: 105px;
    object-fit: cover;
}

.single-docent h3 {
    margin: 0 0 0.3em 125px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}

.single-docent h4 {
    color: #a14;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 0 0 125px;
}

.single-docent h4 span {
    font-weight: 700;
    color: #a14;
}

.single-docent
{
  text-align: left;
}

.single-docent a.read-more 
{ 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: right; 
  margin: 0; 
  cursor: pointer;
  text-decoration: none !important;
  z-index: 200;
  padding: 20px 0 10px 5px;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

.single-docent a.read-less 
{ 
  width: 100%; 
  text-align: right; 
  margin: 0; 
  cursor: pointer;
  position: relative;
  z-index: 200;
  text-decoration: none !important;
  display: none;    
  margin: 0 0 5px;
}

.single-docent a.read-more span, .single-docent a.read-less span
{
  background: #0a6063;
  color: #151515;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none !important;
  color: #fff;
}

.single-docent p {
	margin: 15px 0 0 !important;
}

.single-docent .short
{
	padding: 0 0 0 5px;
	max-height: 110px; 
	overflow: hidden;	
	position: relative;
}

a.info-location
{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 23px;
	background: url(/wp-content/themes/wellness/img/location-info.png) top no-repeat;
	background-size: 20px 20px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

a.info-location.small
{
	background-position: left;
	width: auto !important;
	margin: 10px 0 0 20px !important;
	padding: 0 0 0 30px !important;
	color: #1E7E87;
	display: block !important;
}

div.info-location
{
	display: none;
}

/* Proefhoofdstuk */

#proef label {
    float: left;
    width: 120px;
}

/* Opleidingskalender */

.opleidingskalender h1 {
    padding-bottom: 0;
}

.opleidingskalender .locationsel p {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 21px;
    font-size: 16px;
    font-size: 1.6rem;
}

.opleidingskalender .locationsel ul {
    margin-top: 0;
    padding: 0;
    display: table;
    width: 100%;
    list-style: none;
    background-color: white;
}

.opleidingskalender .locationsel ul li {
    display: table-cell;
    padding: 4px 8px;  
    text-align: center;
    font-size: 14px;    
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.opleidingskalender .locationsel ul li.active {
    opacity: 0.85;
    background-color: #d5ecee;
}

.opleidingskalender .locationsel ul li:hover {
    background-color: #11888c;
}

.opleidingskalender .locationsel ul li:hover a {
    color: #fff;
}

.opleidingskalender .month {
    margin: 2em 0 1.5em 0;
}

.opleidingskalender .month h2 {
    margin: 1em 0 0.5em 0;
}

.opleidingskalender .month h2 span {
    font-size: 20px;
    font-size: 2.0rem;
    color: #939393;
}

.opleidingskalender .month ul {
    list-style: none;
    width: 100%;
    margin: 0.5em 0 1.5em 0;
    padding: 0;
}

.opleidingskalender .month ul li {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 3px;
}

.opleidingskalender .month ul li span, .opleidingskalender .month ul li a {
    display: inline-block;
    text-align: center;
    margin-right: 1px;
}

.opleidingskalender .month ul li span.date {
    width: 10%;
    float: left;
    background-color: black;
    color: white;
}

.opleidingskalender .month ul li span.location {
    width: 16%;
    float: left;
    background-color: #1e7e87;
    color: white;
}

.opleidingskalender .month ul li span.title {
    width: 52%;
    float: left;
    font-weight: 600;
    background-color: #d5ecee;
    color: #000;
    text-align: left;
    padding-left: 15px;
}

.opleidingskalender .month ul li a.costs, .opleidingskalender .month ul li span.full {
    width: 11%;
    float: left;
    background-color: #1e7e87;
    color: white;
}

.opleidingskalender .month ul li span.full {
  font-family: 'Open Sans';
  background-color: #871E57;
}

.opleidingskalender .month ul li a.register {
    width: 5%;
    float: left;
    font-family: 'Open Sans';
    background: #939393 url('img/wa/opleidingskalender-register.png') center center no-repeat;
    color: white;
    text-indent: -9999px;
}

.opleidingskalender .month ul li a.more {
    width: 5%;
    float: left;
    background: #686868 url('img/wa/opleidingskalender-more.png') center center no-repeat;
    color: white;
    text-indent: -9999px;
}

.opleidingskalender-mobile { display: none !important; }

/* Diversen */

.wrapper-outer {

}

/* Dit stond los in single-opleiding... */

.single-opleiding br.clear {
    clear: both;
}

.single-opleiding .course_data h2,
.single-opleiding .course_data .h2
{
    padding-top: 140px;
    margin-top: -120px !important;
    font-weight: bold;
}

.single-opleiding .course_data .h2.title {
    margin: 10px 0 0 0;
    color: #950054;
}
.single-opleiding .course_data .h2.smaller {
    font-size: 22px; font-size:2.2rem;
}

.single-opleiding .course_data .block .item {
    padding: 10px;
    margin: 5px 0px 0px;
    background: #EEEEEE;
}

.single-opleiding .course_data .block .item.one-day {
    padding: 10px;    
}

.single-opleiding .course_data h4 {
    margin: 10px 0px 0px;
    background: #4D4D4D;
    color: #FFFFFF;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.single-opleiding .course_data h4.full {
    color: #9F0000;
}

.single-opleiding .course_data .block.right {
    float: right;
}

.single-opleiding .course_data .left {
    max-width: 585px;
    float: left;
}

.single-opleiding .course_data .right {
    
    float: right;
}

.single-opleiding .course_data a.register {    
    color: #FFFFFF;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #1E7E87;
    float: right;
    font-family: 'Open Sans';
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 720px) {

  .opendagen ul
  {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  
  .single-opleiding .course_data .item .left
  {
    float: none !important;
    max-width: 100% !important;
  }
  
  .single-opleiding .course_data .item .right
  {
    float: none !important;
  }
  
  .single-opleiding ul.cursuslocatie
  {
    width: 100% !important;
    float: none !important;
  }
  
  .single-opleiding ul.cursuslocatie li br
  {
    display: none;
  }  
  
  .single-opleiding .course_data .item .right a, .single-opleiding .course_data .item .right span
  {
    float: left !important;
    margin: 10px 0 0 !important;    
    width: 100% !important;
    text-align: center;
  }

  .single-opleiding .course_data .item br:last-child
  {
    display: none;
  }
  
  .single-opleiding .course_data .item .right br
  {
    display: block !important;
  }  
  
  .popular-courses ul li a span
  {
    display: none;
  }
  
  .tab-single-content-ul.prices span.price
  {
    display: block;
  }
}

.single-opleiding .course_data a.register i
{
  margin: 0 0 0 10px;
}

.single-opleiding .course_data span.full {
    padding: 0 10px;
    margin: 0 10px 0 0;
    background: #a53170;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    font-family: 'Open Sans';
}

.single-opleiding .course_data span.waitlist {    
    
    background: #871E57;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    font-family: 'Open Sans';
}


.single-opleiding .course_data span.waitlist_full {    
    
    background: #999999;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    font-family: 'Open Sans';
}

a.button-other-locations
{
  background: #b7d9dc;
  color: #000 !important;
  display: inline-block;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  position: relative;
}


@media screen and (max-width: 720px )
{
  .blockMsg 
  {
    width: 100%;
    min-width: 100% !important;
    left: 0 !important;
  }
  
  .blockMsg a.button
  {
    display: block !important;
  }
} 


.blockMsg a.button
{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #A6225F;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 5px 0px;
}

.blockMsg input[type=text]
{
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 3px;
  margin: 10px 0 0;
}

.blockMsg input[type=text].error
{
  border: 1px solid red;
}

.single-opleiding .course_data .divider { height: 2.5em; max-width: 1100px; margin: 20px auto; background: url(img/line.png) repeat-x; }

/* Youtube-video responsive! */

.movie {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */    
    height: 0;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Quickfixes Kevin */




/* Signupform als page */

.signupform {
    padding-bottom: 3em;
}

.signupform .cursusblok p {
    float: left;
    margin: 0;
    padding: 16px;
    background-color: #860e44;
    color: #fff;
    border: 4px solid #860e44;
    border-radius: 4px;
}

.signupform .cursusblok label {
    width: 80%;
}

.signupform select {
    width: 90%;
    height: 28px;
    background-color: #fff;
    color: #333;
    border: 1px solid #aeaeae;
    padding: 2px;
}

.signupform #cursus label {
    width: 90%;
}

/*
.signupform label {
    width: 40%;
    display: inline-block;
}
*/

.signupform .width145 {
    width: 60% !important;
}

.signupform .width53 {
    width: 27% !important;
}

.signupform .block2 {
    margin-top: 20px;
    padding-top: 10px;
}

.signupform .widelabel {
    margin-top: 1.2em;
}

.signupform .widelabel label {
    width: auto;
}

.signupform .widelabel a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.3em;
    display: block;
}

.signupform input[type=submit] {
    padding: 6px 10px;
    margin-top: 10px;
    background-color: #860e44;
    color: #fff;
    border: 4px solid #860e44;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
}

.signupform input[type=submit]:hover {
    background-color: #991F56;
    border: 4px solid #991F56;
}

.signupform .keeptogether {
    display: inline-block;
    width: 100%;
}

.signupform .begeleiding_prijs_container {
    display: none;
}

.signupform .totaalprijs_container {
    display: none;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.signupform #cursus {
    margin-bottom: 1.5em;
}

.signupform p.small {
    font-size: 14px;
    font-size: 1.4rem;
}

span.footer-block { color: white; }
.h2 { display: block; }
.faq .h2 { position: relative; font-size: 15px; font-size: 1.5rem; padding-right: 30px; }
.faq .h2:hover, .faq .h2:hover > a, .faq-category .h2:hover, .faq-category .h2:hover > a, .faq-subcategory .h2:hover > a {
    color: #9c0058;
    cursor: pointer;
}
.social.right div:nth-child(4) { margin-left: 5px !important; }
.social.right .fb_iframe_widget { margin-left: 5px !important; }
.actions.social .fb_iframe_widget { margin-left: 5px !important; }


.related-mobile { display: none; }
#omschrijving h2 { font-size: 22px; font-size:2.2rem; }
#omschrijving blockquote h2 { font-size: 19px; font-weight: bold; font-style: italic; margin:0; }
.mobile-show { display: none; }

/* EXPERT PANEL CSS */
.wa-form { float: left; display: block; }
.wa-form-left { float: left; width: 50%; }
.wa-form-right { float: left; width: 50%; }
.wa-form .wa-form-left label { float:left; width: 30%; margin: 15px 0 5px 0; padding: 4px 0 0 0; }
.wa-form .wa-form-left input.wa-form-input { float:left; width: 65%; margin: 15px 0 5px 0; border: 1px solid #333; padding: 5px; }
.wa-full { float: left; clear: both; width: 100%; }
.wa-text-center { text-align: center; }
.wa-text-uc { text-transform: uppercase; }
.wa-form-text-bold { font-weight: bold; }
.wa-form .wa-form-right p { margin: 15px 0 15px 0; }
.wa-form-checkbox-container #wa-expertise { float: left; width: 100%; display:block; }
.wa-form-checkbox-container #wa-expertise .wpcf7-list-item { float:left; display:block; width: 100%; margin: 5px; }
div.wpcf7-validation-errors { border: none !important; }
div.wpcf7-mail-sent-ok { border: none !important;}
.wa-form .wa-full p .wpcf7-submit { width: 30%; padding: 15px;}
.wa-form span.wpcf7-not-valid-tip { float: left; width: 100%; }

a#scrollUp { bottom: 40px !important; }

/* INFOAVONDEN-SHORTCODE */

.sc-infoavond ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-infoavond li {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    color: #993366;
}

.sc-infoavond span {
    color: #993366;
}

.sc-infoavond .locatie, .sc-infoavond .onbekend {
    color: #d60b70;
    text-transform: uppercase;
}

.sc-infoavond .locatie a {
    color: #d60b70;
    text-decoration: none;
}

.sc-infoavond .locatie a:hover {
    color: #850746;
}

/* DK : combined media queries 2015-11-20 */
/* Pixel dimensions for mobile devices can be found at http://mydevice.io/devices/ */

@media screen and (max-width: 414px ) {
    .home-locations h3 { padding-left: 0; margin: 0 auto 10px auto; }
    .home-locations ul { padding: 0; margin: 0 auto; }
    /*.home-locations li { float: none; }
    .home-locations .location { margin: 0 0 40px 0; text-align: center; }*/

    .home-content img { width: 100% !important; display: block; clear: both; }

    .score { display: none; }
}

@media screen and (min-width: 500px) {
    /*.signupform label { width: 200px; }*/
    .signupform .width145 { width: 145px !important; }
    .signupform .width53 { width: 53px !important; }
    .signupform select { width: 256px; }
    .signupform input[type=text], .signupform input[type=email] { width: 250px; }
    .signupform .keeptogether { width: auto; }
}

@media screen and (max-width: 640px) and (min-width: 414px){
    .home-locations li { padding: 0 5px; }
}

@media screen and (max-width : 640px)
{
    body { background: #fff; background-image: none; }

    #info-bar { height: auto; line-height: 30px; padding: 0 10px 0 10px; }
    /*.recent-posts .recent-post { width: 100%; }*/

    /*
    #signup_form .block {
        line-height: 30px!important;
        padding-bottom: 10px!important;
    } */

    span.footer-block { display: block; clear:both; color: white; position: relative; padding-top: 5px; }
    span.footer-hide { display: none; }

    .tab .modular-course a.button { color: white; }
    
    .page .sidebar { padding-top: 0; }
    .advantages ul { margin-top: 30px; }
    h3.slide-subtitle { font-size: 20px; font-size: 2.0rem; max-width: 80%; }

    .categories-overview .categories a { font-size: 16px !important; font-size: 1.6rem !important; }
    .category-course { position: relative; min-height: 140px; }
    .category-course a { position: relative; }
    .category-course a img { max-width: 100% !important; width: 100%; }
    .category-course a .pre-title { width: 100%; padding: 10px; margin: 40px 0 0; font-size: 18px !important; background: rgba(255, 255, 255, 0.9); position: absolute; text-align: center; }
    .category-course p:not(.btn):not(.pre-title) {/* margin-left: 160px;*/ display: none; }    
    .tab .category-course p { margin-left: 160px; }
    .category-course a .pre-title:after { top:4px; }
    .category-course > p > span{
        margin-left: 160px;
        display: inline-block;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 73px;
    }
    .category-course > p a{
        display:block !important;
        clear:both !important;
        margin-top: 15px;
        /*margin-left: 160px !important;*/
        background-color: #11888c;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .category-course > p a:hover {
        background-color: #15b4c7;
    }
    .category-course a span { max-width:90%; }
    .categories-overview.opleidingsaanbod .categories li { margin: 0 0 20px 0; }
    ul.courses-listed { list-style: none;  margin:0; }
    ul.courses-listed li.course-listeditem { width: 100%; background-color: black; text-align:center; margin-bottom: 15px; }
    ul.courses-listed li.course-listeditem a { color: white; width:100%; padding: 10px; display: inline-block; }
    ul.courses-listed li.course-listeditem a:hover { background-color: #11888c; }
    .pre-title {
        padding: 0;
    }
    .popular-courses h3 { margin-bottom: 0px; }
    .popular-courses ul { padding-left: 0; }
    .popular-courses li {  width: 100%; text-align: center; }
    .popular-courses li a { background-color: black; color: white; padding: 5px; width: 100%; display: block; }
    .popular-courses li a:hover { background-color: #11888c; }
    .home-address h3 { font-size: 2.0rem; text-align: center; }
    .home-address h4 { margin-bottom: 0.7em; text-align: center; }

    /* SINGLE COURSE */
    .single-course-title, .single-location-title { font-size: 24px; font-size: 2.4rem; }
    .single-course-subtitle { font-size: 16px; font-size: 1.6rem; }
    .single-opleiding .advantages { margin-bottom: 2rem; }
    .advantages .inschrijven.mobile-hide { display: none !important; }
    .mobile-show { display: block; }
    .mobile-show .inschrijven { }

    h2 { font-size: 20px; font-size: 2.0rem; }
    #omschrijving { margin-top: 20px; }
    #omschrijving blockquote h2 { font-size: 16px; font-size: 1.6rem; }

    .tab ul.columnize, .tabs-single ul.columnize {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }    
    
  

    /*
    div.single-docent img { float: none !important; }
    div.single-docent h3 { margin-left: 0 !important; }
    div.single-docent h4 { margin-left: 0 !important; }
    div.single-docent p { margin-left: 0 !important; }
    */

    .category-course a .pre-title, .main-content-left.by-location a .pre-title { font-size: 20px; font-size: 2.0rem; }
    .tab blockquote {  font-size: 16px; font-size: 1.6rem; }

    .tab blockquote p { font-size: 16px; font-size: 1.6rem; }

    .faq .toggle, .faq-category .toggle { top: auto; }

    .course-reviews { margin-bottom: 0; }

    .related-mobile { display: block; padding-bottom: 0; margin-bottom: 20px; }
    
    .related { background: none; }

    .related-mobile h3 { font-size: 22px; font-size:2.2rem; margin: 0 auto; }
    .related-mobile ul li.related-listitem { margin: 10px 0 0 0; background-color: black; }
    .related-mobile ul li.related-listitem:hover { background-color: #11888c; }
    .related-mobile ul li.related-listitem span.title { color: white; padding: 5px; width:100%; text-align: center; font-size: 16px; font-size:1.6rem; }

    /*.home-locations h3*/

    .wa-form-left { width: 100%; }
    .wa-form-right { width: 100%; margin-top: 20px; }
    .wa-form .wa-full p .wpcf7-submit { width: 50%; padding: 10px;}

    .opleidingskalender-mobile { display: block !important; }
    .opleidingskalender-desktop { display: none !important; }

    .opleidingskalender .locationsel ul li { display: block; background-color: #11888c; color: white; margin: 0 0 20px 0; padding: 5px; }
    .opleidingskalender .locationsel ul li a { color: white; }
    .opleidingskalender .locationsel ul li:hover { background-color: #d5ecee; }
    .opleidingskalender .locationsel ul li.active a { color: black; background-color: #d5ecee; }

    .opleidingskalender .month ul li { margin-bottom: 15px; }
    .opleidingskalender .month ul li span,
    .opleidingskalender .month ul li a { margin: 0; }
    .opleidingskalender .month ul.items li .date { width: 34%; }
    .opleidingskalender .month ul.items li .location { width: 66%; text-align: left; padding-left: 10px; }
    .opleidingskalender .month ul.items li .title { width: 100%; text-align: left; padding: 10px 10px 10px 15px; }
    .opleidingskalender .month ul.items li .costs { width: 34%; padding: 10px 0 10px 0;}
    .opleidingskalender .month ul.items li .register { width: 33%; padding: 10px 0 10px 0;}
    .opleidingskalender .month ul.items li .more { width: 33%; padding: 10px 0 10px 0; }

    .home-locations li { background: none; }
    .home #search form {padding: 25px 0px!important; }
    .home .cat-nav #search form {padding: 0px!important; margin-bottom: 20px!important; }    
    .home #search .awesomplete { width: 70% !important; }
    .home #search form input[type=submit] { width:30%!important; }
}

@media screen and (max-width: 768px ){

    .home_opendays
    {
      width: 100% !important;
    }
    
    .home_recent_blogs
    {
      width: 100% !important;
    } 

    .home-content .opendagen a:not(.button-other-locations)
    {
      font-weight: normal;
      font-size: 1.6rem !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      line-height: 30px;
      background: #000 url(img/wa/small-list-arrow.png) top right no-repeat;
    }
    
    .home-content .opendagen a span
    {
      height: 30px;
      line-height: 30px;
    }
    
    .home-content .recent-post a
    {
      background: none;
      color: #000000;
      padding: 0;
      left: 70px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      font-size: 1.2rem;
    }
    
    .home-content .recent-post
    {
      width: 100%;
    }
    
    .home-content .recent-post img
    {
      max-width: 60px;
      margin-bottom: 0 !important;
    }  
    


    .single-opleiding .advantages span.price { display: block; }
    .home #search {width:100%;position: static;}
    .home #search form {padding: 25px 20px; }
    .home nav.cat-nav {width:100%;position: static;}
    .home .slide-title { font-size: 1.6rem; padding: 15px 20px; }
    .zopim { display: none; }
    a#scrollUp { bottom: 15px !important; }

    .opendagen li { margin-bottom: 20px; }
    .opendagen a:not(.button-other-locations) { background: #000 url(img/wa/categorie-arrow.png) top right no-repeat; line-height: 40px; }
    .opendagen a span { line-height: 40px; right: 40px; }

    nav.cat-nav { margin: 10px 0 40px 0; background: none; }
    .cat-nav-list li { background-color: #11888c; color: white; margin: 0 0 20px 0; padding: 0px; }
    .cat-nav-list li a { color: white; }
    .cat-nav-list li.active a { color: black; }

    .cat-nav-list li { font-size: 1.1em; line-height: 1.7em; }

    .recent-posts li.recent-post { margin-bottom: 1em; }

    .sidebar ul { padding-left: 0; }

    .pre-title:after {
        content: "";
        background: none!important;
    }

  .home-locations li {
        width: 100%;
    }

    .home-slider{
      background: none!important;
      background-color: #11888c;
      margin:15px 0;
    }

    .home-slider .slide-title{
        margin-top: 0;
        min-height: 34px;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }
    .visible-xs {
        display: block;
        visibility: visible;
    }
    .hidden-xs {
        display: none !important;
        
    }
    .home .extra-margin-bottom {
        margin-bottom: 0 !important;
    }
    .map-location {
        margin: 15px 0 !important;
        width:100% !important;
        overflow: hidden !important;
    }
    .home-content img {
        margin-bottom: 20px !important;
    }
}

.single-location .photo { padding-top: 20px; padding-left: 10px; padding-right: 10px; }

.tab-single-content a, .tab-single-content-ul a { color: #9c0058; }
.tab-single-content a:hover, .tab-single-content-ul a:hover { text-decoration: underline; }

.single-location .photo img { object-fit: cover; }
@media screen and (max-width: 769px) {

  .single-location .photo
  {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .single-location .photo img {
    width: 100%;
  }

  .single-location .map-location
  {
    width: 100% !important;
    padding-right: 20px;
  }
  
  .single-location .map-location #map-location-inner
  {
    width: 100% !important;
  }

  .single-blog h3.with-bg a.button
  {
    
    display: block;
    float: none;
    margin: 5px 0 0;
  }
}

/* Home elements voor desktop */
@media screen and (min-width: 769px) {

    .visible-xs {
        display: none;
        visibility: hidden;
    }
    .hidden-xs {
        display: block;
        visibility: visible;
    }

    .single-location .opendagen,
    .single-location .location-aanbod { width: 45%; margin-right: 5%; float: left; }
    .single-location p { margin: 0 0 1em 0; }
    /*.single-location .wp-post-image { float: left; max-width: 33%; border: 2px solid white; box-shadow: 0 0 7px rgba(46, 41, 35, 0.39); }*/
    .single-location .photo { float: left; max-width: 390px; }
    .single-locations .sidebar .opendagen { margin-top: 0px; }
    .single-location .address, .single-location .contact { float: left; max-width:330px; }
    .single-location-title { font-size: 32px; font-size: 3.2rem; }

    .delijn-widget, .negentwee-widget { border-left: 2px #eeeded solid; padding-left: 10px; }


    .slider-container { height: 433px; }

    .slide img {  max-height: 433px !important; }

    .cat-nav-list { display: table; width: 100%; }
    .cat-nav-list li { display: table-cell; }
    .cat-nav-list a { font-size: 1.1em; line-height: 2; padding: 7px 8px; }

    .home-content p { max-width: 100%; }

    /*.location h3::after { right: 5px; }*/

    .recent-post { width: 100%; margin-bottom: 1em; line-height: 1.5rem; }
    .recent-post img { max-width: 60px; }

    .home-line { height: 2.5em; max-width: 1100px; margin: 0 auto; background: url(img/line.png) repeat-x; }
  .home-locations li {
        width: 49% !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{
    .home .cat-nav-list li { background: none;}
    .home .cat-nav-list li a { margin: 0; }
    
    .home_opendays
    {
      width: 100% !important;
    }
    
    .home_recent_blogs
    {
      width: 100% !important;
    } 

    .home-content .opendagen a:not(.button-other-locations)
    {
      font-weight: normal;
      font-size: 1.6rem !important;
      padding-top: 0;
      padding-bottom: 0;
      background: #000 url(img/wa/small-list-arrow.png) top right no-repeat;
    }
    
    .home-content .recent-post a
    {
      background: none;
      color: #000000;
      padding: 0;
      left: 70px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      font-size: 15px;
    }    
}

#klanten_vertellen_opl { position: absolute; bottom: -20px; left: 20px; }
.tabss-content .single-docent { margin-top: 30px; }

@media screen and (max-width:800px )
{
  .home-slider, .slider-container #search
  {
    display: none;
  }
  
  .home-locations .location
  {
    float: none !important;
    width: 100% ! important;
    display: block;
    clear: both;
    padding: 20px 0 0;
  }
  
  .home .cat-nav
  {
    position: static !important;
    width: 100% !important;
  }
}

@media screen and (max-width:1023px )
{
    
    .home_opendays
    {
      width: 100% !important;
    }
    
    .home_recent_blogs
    {
      width: 100% !important;
    } 

    .home-content .opendagen a:not(.button-other-locations)
    {
      font-weight: normal;
      font-size: 1.6rem !important;
      padding-top: 0;
      padding-bottom: 0;
      background: #000 url(img/wa/small-list-arrow.png) top right no-repeat;
    }
    
    .home-content .recent-post a
    {
      background: none;
      color: #000000;
      padding: 0;
      left: 70px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      font-size: 15px;
    }
    
    .home-content .recent-post img
    {
      max-width: 60px;
    } 
    
    .home-content .recent-post
    {
      margin-bottom: 1em;
    }

    footer .wrapper a img { margin-bottom: 10px; }
    .footer-text { text-align: center; }

    .home-address h3 { font-size: 2.0rem; text-align: center; }
    .home-address h4 { margin-bottom: 0.7em; text-align: center; }
    .advantages ul { margin: 26px 1% 0 0 }    
    .advantages .inschrijven.mobile-hide { display: none !important; }
    .advantages ul { float: left; }
    .mobile-show { display: block; }
    .single-docent p { display: none; }
    .actions { display: none; }
    .mobile-show .inschrijven { width: 100%; margin: 0 0 40px; }
    #omschrijving { margin-top: 20px; }

    .related-desktop ul li.related-listitem { margin: 20px 2% 0 0; }
    .related-desktop ul li.related-listitem:last-child { margin-right: 0; }
    #klanten_vertellen_opl { position: static !important; float: right; margin-top: 10px; width: 100%; }
}

@media screen and (min-width: 1024px) {


    .home #search { padding: 0 20px; width: 65%; }
    .home .cat-nav { width: 35%; }

    .login,
    .opendagen,
    .lastminute,
    .recent-posts {
        width: 45%;
    }

    .home-locations li {
        width: 49%;
    }

    .wrapper { max-width: 1100px; }

    .cat-nav-list a { font-size: 1.3em; line-height: 2; }

    .home-left { width: 72%; height: auto; float: left; padding-right: 40px; }

    .home-right,
    .categories-home { width: 28%; float: right; }

    .login { margin-top: 1em; width: 100%; }

    .ardennen { margin-top: 3em !important; }

    .opendagen,    
    .lastminute, 
    .recent-posts { width: 100%; padding-top: 2em; }
    

    .home-content .recent-posts
    {
      padding: 0 0 0 60px;
    }
    
    .home-content .opendagen a:not(.button-other-locations)
    {
      font-weight: normal;
      font-size: 1.6rem !important;
      padding-top: 0;
      padding-bottom: 0;
      background: #000 url(img/wa/small-list-arrow.png) top right no-repeat;
    }
    
    .home-content .recent-post a
    {
      background: none;
      color: #000000;
      padding: 0;
      margin: 12px 0 0;
      display: block;
      font-size: 15px;
    }
    

    .home-bottom .popular-courses,
    .home-bottom .home-newsletter,
    .home-bottom .home-contact,
    .home-bottom .home-address { width: 25%; display: table-cell; padding: 0 18px; border-left: 1px solid #ececec; border-right: 1px solid #ececec; }

    .home .login { margin-bottom: 0; }

    .login:before,
    .login:after {  content: none; }
    .login fieldset { padding: 1.5em; }
    .login input { width: 60%; }

    /* HOME BOTTOM BLOCK */
    .home-bottom { background: #e0e0e0; width: 100%;  margin-bottom: 20px; }
    .home-bottom .wrapper { width: 100%; display: table; table-layout: fixed; }
    .home-bottom div + div { margin-top: 0; border-top: none; }
    .home-bottom div:nth-child(odd) { background: #e8e8e8; }
    .home-bottom .home-newsletter { background: #e0e0e0; }
    .home-bottom { padding: 0; }
    .home-bottom h3,
    .home-bottom h4 { font-size: 20px; margin: 1em 0 0.7em 0; }
    .home-bottom h3 span { display: block; }
    .home-address h3 { margin-bottom: 0; }
    .home-contact h3 span { display: inline; }
    .home-address h4 { margin-top: 0; }
    .home-address { margin-bottom: 0; }

    .category-course img { max-width: 254px; }

    .single-opleiding .advantages img { width: 100%; }

    .category-course-outer.smaller .category-course { min-height: 100px; max-height: 140px; }

    .footer-text { text-align: right; }

    .active .tab-title { background-color: #11888c; color: white; }
    .tab-title { background-color: rgba(17, 136, 140, 0.2); }
    .tab-title:hover { color: white; }


}


@media screen and (min-width: 1152px) {
    .single-opleiding .advantages::before {
        left: 51.5%;
        margin-left: -180px;
    }                 

    .home #search { padding: 0 20px; width: 70%; }
    .home .cat-nav { width: 30%; }

    .opendagen a {
        font-size: 14px;
        font-size: 1.6rem;
    }        
}

@media print {
    .faq .h2 a { display:none; }
}

@media screen and (min-width: 1240px) {
  .category-course ul.locations { display: block; }
}

@media screen and (max-width: 1240px) {
  /*.cat-nav.location_calendar .cat-nav-list a { font-size: 1.1em !important; }*/
}
 
body.single.single-post .belons
{
  display: none !important;
}

#additional
{
  padding: 0px 0px 20px 0px;
}

#additional .block
{
  width: 30%;
  float: left;
  background: #FFFFFF;  
  padding: 40px 20px;  
  box-sizing: border-box;
  height: 500px;
  text-align: center;
}

#additional .block.middle
{
  margin: 0px 5%;
}

#additional .block h4
{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0px 30px;
}

#additional .block p
{
  font-size: 13px;
  text-align: left;
}

@media screen and (max-width: 800px) {
  #additional .block
  {
    width: 100%;
    margin: 0 !important;
    height: auto !important;    
  }
}

h1.overlay
{
  text-transform: uppercase;
  color: #016B6F;
  background: rgba(255, 255, 255, 0.8);  
  padding: 0.5em 0;
}

h1.overlay span
{
  color: #02AEB4;
}

.blog_overview
{
  margin-bottom: 50px;
}

.blog_overview div.category
{
  width: 32%;
  float: left;
}

.blog_overview .category.middle
{
  margin: 0 2%;
}

.blog_overview div.category ul li
{
  list-style: none;
  
  margin: 0px 0px 5px;    
  background: #FFFFFF;
  display: block !important; 
  font-size: 1.4rem;
}

.blog_overview div.category ul li span.date
{
  background: #B10254;
  color: #FFFFFF;
  padding: 10px;
  display: inline-block !important;
  float: left !important;
  margin: 0px 10px 0px 0px !important;
}

.blog_overview div.category ul li a
{   
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  padding: 10px 10px 10px 0px;
}

.blog_overview a.more
{
  float: right;
  padding: 5px;
  background: #C5C5C5;
  margin: 10px 0px 0px;
}

.blog_overview .recent
{
  position: relative;
}

.blog_overview .recent a
{
  display: block;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
}

.blog_overview .recent .text
{
  position: absolute;
  top: 200px;
  color: #B10254;
  float: left;  
  margin: 0px 10px 0px 0px; 
}

.blog_overview .recent .text h3
{
  color: #B10254;
  background: rgba(255, 255, 255, 0.8);  
  padding: 10px;    
  margin: 0;
}       

.blog_overview .recent .text span.category, .blog_overview .recent .text span.date
{
  display: block;
  float: right;
  font-size: 1.4rem;
  background: #B10254;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px;  
}

.blog_overview .recent .text span.category
{
  background: #C5C5C5;
  color: #000000;
}

.blog_overview .recent .item-1
{
  width: 46%;
  height: 330px;   
}

.blog_overview .recent a h3 span.date
{
  float: right;
}

.blog_overview .recent .item-2
{
  margin: 0 2%;
}

.blog_overview .recent .item-2, .blog_overview .recent .item-3
{
  width: 25%;
  height: 190px;
}

.blog_overview .recent .item-2 .text, .blog_overview .recent .item-3 .text
{
  top: 60px;
}

.blog_overview .recent .item-2 .text h3, .blog_overview .recent .item-3 .text h3
{
  font-size: 1.8rem;
}

.blog_overview .recent .item-4
{
  width: 52%;  
  background: #11888C;
  right: 0;
  height: 36%;    
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.blog_overview .recent .item-4 h3
{
  margin: 0 0 10px;
  color: #FFFFFF;
}

.blog_overview .recent .item-4 input[type=text]
{
  width: 90%;
  border: none;
  padding: 5px;
}

.blog_overview .recent .item-4 input[type=submit]
{
  color: #FFFFFF;
  padding: 6px;
  margin: 0px 0px 0px 10px;
  background: #006063;
}

@media screen and (max-width: 1024px ) 
{
  .blog_overview .recent .item-1, .blog_overview .recent .item-2, .blog_overview .recent .item-3, .blog_overview .recent .item-4
  {
    width: 100%;
    float: none;
    position: relative;
    margin: 0 0 15px;
    height: 330px;
  }
  
  .blog_overview .recent .item-4
  {
    height: 70px;
  }
  
  .blog_overview .recent .item-4 h3
  {
    display: none;
  }
  
  .blog_overview .recent .text
  {
    top: 200px !important;
  }
  
  .blog_overview div.category
  {
    width: 100%;
  }
  
  .blog_overview .category.middle
  {
    margin: 0;
  }
}

a#goto_top
{
  color: #FFFFFF;
  background: #1E7E87;
  opacity: .7;
  cursor: pointer;
  position: fixed;
  bottom: 110px;
  left: 10px;
  padding: 5px 10px;
  font-size: 20px;
  display: none;  
  z-index: 10;
}               

a#goto_top i
{
  vertical-align: middle;
  line-height: inherit
}    

a#klantenvertellen
{
  margin: 0px auto;
  display: block;
  width: 120px;
  height: 150px;  
  border: 1px solid #000000;
  text-align: center;
  background: #FFFFFF url(/images/klantenvertellen.png) center 23px no-repeat;
  background-size: 80px;
  position: relative;
}

a#klantenvertellen.small
{
  width: auto;
  height: auto;
  border: none;
  background-position: center 0px;
}

a#klantenvertellen span
{
  display: block;
}

a#klantenvertellen span.name
{
  font-size: 10px;  
  margin: 5px 0 0;
}

a#klantenvertellen span.score
{
  margin: 25px 0 0;
  font-size: 26px;
  font-weight: bold;
}

a#klantenvertellen.small span.score
{
  margin: 23px 0 0;
}

a#klantenvertellen span.score i
{
  font-weight: normal;
  font-style: normal;
}

a#klantenvertellen span.stars
{
  margin: 27px 0 0 0;
}

a#klantenvertellen span.count
{
  font-size: 10px;
}

a.button_member
{
  color: #FFFFFF;
  text-transform: uppercase;
  height: 40px;
  display: block;
  
  line-height: 40px;
  margin: 0 0 10px 0;
  background: #3F880A;
  padding: 0 10px;
  font-family: 'Open Sans';
  font-size: 14px;
}

a.button_member:hover
{
  color: #FFFFFF;
}

a.button_member i
{
  margin: 0 0 0 10px;
}

@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
  }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  //font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  //padding: 24px;
  padding: 0 0 40px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

  
  #inline a.close
  {
	  position: absolute;
	  top: 10px;
	  right: 10px;
  }
  
/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs 
  {
    width: 110px; 
  }
  
  .fancybox-show-thumbs .fancybox-inner 
  {
    right: 110px; 
  }
  
  .fancybox-thumbs > ul > li 
  {
    max-width: calc(100% - 10px); 
  } 
}



/*! jQuery UI - v1.12.1 - 2018-12-17
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/*** --- font-awesome.min.css --- ***/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
