/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

::-webkit-input-placeholder {
   font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 14px;
   line-height: 1.6;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 14px;
   line-height: 1.6;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 14px;
   line-height: 1.6;
}

:-ms-input-placeholder {
   font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 14px;
   line-height: 1.6;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	background: #f3f3f3;
}

body {
	padding-top: 160px;
}

/* UI Elements */
.button {
	display: block;
}

/* Header */
.site-header {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 160px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.site-header .columns {
	width: 100% !important;
	float: left !important;
}

.site-header.fixed {
	height: 100px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.site-header.fixed .logo {
	margin-top: 12px;
	background-size: 150px 75px;
}

.lt-ie9 .site-header.fixed { height: 160px; }

.lt-ie9 .site-header.fixed .logo { margin-top: 30px; }

.site-header.fixed ul {
	margin: 40px 0 0 0;
}

.logo {
	width: 197px;
	height: 99px;
	margin-top: 30px;
	display: block;
	float: left;
	background: url('../../images/skin/default/logo.png') no-repeat;
	background-size: 197px 99px;
	text-indent: -99999px;
}

.site-nav {
	display: block;
	float: right;
	text-align: right;
}

.site-nav ul {
	margin: 70px 0 0 0;
}

.site-nav a {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #929292;
}

.site-nav li .line {
	opacity: 0;
	filter: alpha(opacity=0);
}

.site-nav li:hover .line {
	opacity: 1;
	filter: alpha(opacity=100);
}

.site-nav a.active + .line {
	opacity: 1;
	filter: alpha(opacity=100);
}

.langs {
	position: absolute; right: 0px; top: 10px;
}

.langs a {
	color: #929292;
}

.langs a.active {
	color: #91DC38;
}

.login {
	height: 30px;
	display: block !important;
	margin-top: -5px;
	padding: 0 15px;
	background: #90dc36;
	color: #fff !important;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border-radius: 30px;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.nav-btn {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 1.5em;
	text-decoration: none;
	display: none;
	visibility: hidden;
}
.icon-nav-btn:before { content: "f"; }

/* Sub navigation */
.sub-nav {
	padding: 30px 0;
}

/* Slider */
.slider {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 85px 0 40px 0;
	background: url('../../images/skin/default/slider-bg.png') no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(http://www.factsandfeelings.be/beta/data/css/backgroundsize.min.htc);
}

.slider .box {
	width: 230px;
	height: 230px;
	position: absolute;
	left: 50%;
	bottom: -115px;
	margin-left: -115px;
}

.register-btn {
	width: 230px;
	height: 230px;
	background: url('../../images/skin/default/trans-bg.png');
	background: rgba(0,0,0,0.5);
	border-radius: 115px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	-webkit-animation: animate-big 2.5s infinite ease-in-out;
	-moz-animation:    animate-big 2.5s infinite ease-in-out;
	-o-animation:      animate-big 2.5s infinite ease-in-out;
	animation:         animate-big 2.5s infinite ease-in-out;
}

.box .inner {
	width: 170px;
	height: 170px;
	display: block;
	background: url('../../images/skin/default/green-btn-bg.png') repeat;
	border-radius: 85px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -85px 0 0 -85px;
	padding-top: 50px;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.8), inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
    box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.8), inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}

.section-header .box {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 15px;
}

.section-header .box .register-btn {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	position: absolute;
	right: 0;
	left: auto;
	-webkit-animation: animate-small 2.5s infinite ease-in-out; /* Safari 4+ */
	-moz-animation:    animate-small 2.5s infinite ease-in-out; /* Fx 5+ */
	-o-animation:      animate-small 2.5s infinite ease-in-out; /* Opera 12+ */
	animation:         animate-small 2.5s infinite ease-in-out; /* IE 10+ */
}

.section-header .box .inner {
	width: 110px;
	height: 110px;
	border-radius: 70px;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -55px;
	padding-top: 38px;
	font-size: 1em;
}

/* Section header */
.section-header {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 40px 0;
	background: url('../../images/skin/default/slider-bg.png') no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	z-index: 1;
}

/* Page block */
.page-block {
	position: relative;
	width: 100%;
	padding: 65px 0;
}

.white {
	background-color: #fff;
}

.grey {
	background-color: #e7e7e7;
}

.image-1 {
	background-image: url('../../images/skin/default/bg-1.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.image-2 {
	background-image: url('../../images/skin/default/bg-2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.line {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 2px;
	margin-bottom: 35px;
	display: block;
}

.line.green {
	margin-top: 10px;
	background: #91dc38;
}

.line.green.no-bottom {
	margin-bottom: unset;
}

.page-block ul {
	margin-left: 18px;
}

/* Footer */
.site-footer {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 80px;
	background: #343434;
}

.footer-logo {
	width: 102px;
	height: 41px;
	display: block;
	float: left;
	margin-top: 20px;
	background: url('../../images/skin/default/footer-logo.png') no-repeat;
}

.site-footer ul.align-list {
	margin-bottom: 0;
	height: 80px;
}

.site-footer li {
	margin-left: 0 !important;
	position: relative;
}

.site-footer iframe#twitter-widget-0 {margin-top: 5px;}

/* UI elements */
.button, .ui-dialog-buttonset .ui-button, .ui-datepicker .ui-datepicker-buttonpane button  {
	padding: 10px 25px;
	color: #676767;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.button.green {
	background: #90dc36;
	color: #fff;
}

.button.green:hover { background: #679C28; }

.button.green-border {
	width: fit-content;
	background-color: #fefefe;
	color: #90dc36;
	border: 2px solid #90dc36;
}

.button.green-border:hover {
	background-color: #eee;
	color: #679C28;
	border: 2px solid #679C28;
}

.input-table {
	margin: 0 -5px;
}
.input-table td { vertical-align: top; }
.input-table th,
.input-table td { padding: 0 5px; }

.input-table [class^="icon-"],
.input-table [class*=" icon-"] {
	position: relative;
	top: -6px;
	font-size: 2em;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
	display: inline !important;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	position: relative;
	padding-left: 25px;
}

.lt-ie9 input[type="checkbox"] + label,
.lt-ie9 input[type="radio"] + label {
	padding-left: 0 !important;
	display: inline !important;
}

input[type="checkbox"] + label span,
input[type="radio"] + label span {
	display:inline-block;
    width:18px;
    height:18px;
    margin: -2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    position: absolute;
    left: 0;
    top: 4px;
}

.lt-ie9 input[type="checkbox"] + label span,
.lt-ie9 input[type="radio"] + label span {
	display: none !important;
}
input[type="checkbox"] + label span {
	background-image: url(../../images/ui/checkbox.png);
}

input[type="radio"] + label span {
	background-image: url(../../images/ui/radio.png);
}

input[type="checkbox"] + label:hover span,
input[type="radio"] + label:hover span {
	background-position: -18px 0;
}

input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span {
	background-position: -36px 0;
}


/* Contact */

#map-canvas {
	width: 100%;
	position: unset !important;
	overflow: unset !important;
}

.contact-box {
	margin: 0 auto 25px auto;
	padding: 20px;
	background: #f2f2f2;
}

.contact-box.full-width {
	width: 100%;
	max-width: 100%;
}

.contact-box textarea {
	height: 200px;
}

/* Location */

.location-box {
	margin: 0 auto 25px auto;
}

.location-box:first-of-type {
	margin-top: 1em;
}

.location-title {
	color: #595959;
}

.location-info {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 65px;
}

.map-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 39%;
	overflow: hidden;
}

/* Overlay */
.subscribe {
	width: 100%;
	max-width: 460px;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

.subscribe .row {
	width: 420px;
	max-width: 100%;
	min-width: 100px;
}

.subscribe select {
	margin-bottom: 12px;
}

.subscribe input[type="checkbox"] {
	margin: 5px 10px 0 0;
}

/* Helper classes */
.cWhite { color: #fff; }

.margin-0 { margin: 0; }
.margin-bottom-20 { margin-bottom: 20px; }


/* ==========================================================================
   Lists
   ========================================================================== */
ul.align-list {
	display: table !important;
}
ul.align-list > li {
	display: table-cell;
	vertical-align: middle !important;
	float: none !important;
	padding: 0 5px;
}

.services-list li {
	position: relative;
	/*height: 265px;*/
}
.services-list li .image-block {
	/*width: 144px;*/
	/*height: 250px;*/
	width: 100%;
	height: 144px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.services-list li .inner {
	padding: 25px;
	/*position: absolute;
	top: 0;
	right: 15px;
	bottom: 65px;
	left: 0;*/
	background: #f4f4f4;
}
.services-list li .image-block + .inner {
	/*left: 159px;*/
	height: 200px;
}
.services-list li .inner h3,
.services-list li .inner p { margin: 0; }
.services-list li .inner h3 { font-size: 1.4em; }
.services-list li .inner p { font-size: 0.9em; }
.services-list li a {
	width: auto !important;
	height: 50px;
	padding: 0 25px;
	display: block;
	position: relative;
	/*bottom: 15px;
	right: 15px;
	left: 0;*/
	font-size: 1.4em;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: #91dc38;
	line-height: 50px;
}
.services-list li .image-block + .inner + a {
	/*left: 159px;*/
}
.services-list li img {
	width: 100%;
	height: auto;
}
.services-list li a span {
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 1.2em;
}

.services-list li.no-image .inner {
	/*left: 159px;*/
	height: 344px;
}

/* ==========================================================================
   CSS3
   ========================================================================== */

a,
.site-nav *,
.register-btn {
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

body,
.site-header,
.site-header .logo,
.site-header ul {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

@-webkit-keyframes animate-small {
  0%   { -webkit-transform: translateZ(0); }
  50% { -webkit-transform: scale(1.1) translateZ(0); }
  100% { -webkit-transform: translateZ(0); }
}
@-moz-keyframes animate-small {
  0%   { -moz-transform: translateZ(0); }
  50% { -moz-transform: scale(1.1) translateZ(0); }
  100% { -moz-transform: translateZ(0); }
}
@-o-keyframes animate-small {
  0%   { -o-transform: translateZ(0); }
  50% { -o-transform: scale(1.1) translateZ(0); }
  100% { o-webkit-transform: translateZ(0); }
}
@keyframes animate-small {
  0%   { transform: translateZ(0); }
  50% { transform: scale(1.1) translateZ(0); }
  100% { transform: translateZ(0); }
}

@-webkit-keyframes animate-big {
  0%   { -webkit-transform: translateZ(0); }
  50% { -webkit-transform: scale(1.1) translateZ(0); }
  100% { -webkit-transform: translateZ(0); }
}
@-moz-keyframes animate-big {
  0%   { -moz-transform: translateZ(0); }
  50% { -moz-transform: scale(1.1) translateZ(0); }
  100% { -moz-transform: translateZ(0); }
}
@-o-keyframes animate-big {
  0%   { -o-transform: translateZ(0); }
  50% { -o-transform: scale(1.1) translateZ(0); }
  100% { o-webkit-transform: translateZ(0); }
}
@keyframes animate-big {
  0%   { transform: translateZ(0); }
  50% { transform: scale(1.1) translateZ(0); }
  100% { transform: translateZ(0); }
}


/* ==========================================================================
   External fonts
   ========================================================================== */

@font-face {
  font-family: "facts-feelings";
  src:url("../../fonts/facts-feelings.eot");
  src:url("../../fonts/facts-feelings.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/facts-feelings.woff") format("woff"),
    url("../../fonts/facts-feelings.ttf") format("truetype"),
    url("../../fonts/facts-feelings.svg#facts-feelings") format("svg");
  font-weight: normal;
  font-style: normal;

}

/* ==========================================================================
   Icon font styles
   ========================================================================== */

[data-icon]:before {
  font-family: "facts-feelings" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "facts-feelings" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-open:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-twitter:before {
  content: "c";
}
.icon-linkedin:before {
  content: "d";
}
.icon-delete:before {
  content: "e";
}


.icon-arrow-right:before { content: "a"; }
.icon-facebook {position: relative; z-index: 1;}
.icon-facebook:before { color: #3b5998; }
.facebook-bg {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 29px;
	left: 4px;
	z-index: 0;
}
.icon-twitter:before { color: #55acee; }
.icon-twitter,
.icon-facebook,
.icon-linkedin { font-size: 1.6em; text-decoration: none; line-height: 1; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	body {
		padding-top: 60px;
	}

	body.active {
		right: 200px;
	}

	.site-header {
		height: 60px !important;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}

	.site-header.active {
		right: 200px !important;
		left: -200px !important;
	}

	.site-header .logo {
		margin-top: 5px !important;
		background-size: 99px 50px !important;
	}

	.site-header ul {
		margin: 40px 0 0 0;
	}

	.site-nav {
		width: 200px;
		position: absolute;
		right: -200px;
		text-align: left;
	}

	.site-nav li {
		width: 156px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #bebebe;
	}

	.site-nav li:last-child {
		border-bottom: none;
	}

	.site-nav .line {
		display: none;
		visibility: hidden;
	}


	.login {
		margin-top: 0;
	}

	.nav-btn {
		display: block;
		visibility: visible;
	}

	.slider .box {
		bottom: -50px;
	}

	.hide-on-mobile {
		display: none !important;
		visibility: hidden !important;
	}
}

@media only screen and (max-width: 420px) {
	.footer-logo { display: none; }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fLeft { float: left; }
.fRight { float: right; }

.pRelative { position: relative; }


.margin-top-100 { margin-top: 100px !important; }
.margin-left-20 { margin-left: 20px !important; }
.width-100 { width: 100%; height: auto; }

.fb-btn {
	height: 20px;
	overflow: hidden;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.swipe {
	overflow: hidden;
  	visibility: hidden;
  	position: relative;
  	margin-top: 20px;
}
.swipe-wrap {
	  overflow: hidden;
	  position: relative;
	  width: 50%;
}
.swipe-wrap > img {
	  float:left;
	  width:100%;
	  position: relative;
	  cursor: zoom-in;
}

.control {
	position: absolute;
	top: 50%;
	height: 62px;
	width: 35px;
	margin-top: -31px;
	cursor: pointer;
	opacity: .7;
}

.control:hover {
	opacity: 1;
}

.prev {
	background: url("../../images/facilities/prev.png");
}

.next {
	right: 0;
	background: url("../../images/facilities/next.png");
}

#lightbox {
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background-color: black;
	background-color: rgba(0,0,0,.8);
	overflow-y: scroll;
	text-align: center;
	width: 100%;
}

#img-wrapper {
	margin: 0 auto;
}

#lightbox-img {
	max-width: 100%;
	max-height: 100%;
}
.noscroll {
	overflow: hidden;
}

#close-lightbox {
	cursor: pointer;
	opacity: .7;
	background: url("../../images/facilities/close.png");
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
}

#close-lightbox:hover {
	opacity: 1;
};