@font-face {
  font-family: 'FontAwesome';
  src: url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.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.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-square:before,
.fa-pied-piper: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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra: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-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";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: normal;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/PIPMHY90P7jtyjpXuZ2cLLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Berlin Sans FB';
  src: url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/berlin_sans_fb.eot);
  src: url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/berlin_sans_fb.eot?#iefix) format('embedded-opentype'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/berlin_sans_fb.svg#Berlin Sans FB) format('svg'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/berlin_sans_fb.woff) format('woff'), url(//kiddies.lu/wp-content/themes/kiddies/css/fonts/berlin_sans_fb.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
}
.alert p {
  margin: 0;
}
.alert-help {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-help p {
  margin: 0;
}
.alert-info {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-info p {
  margin: 0;
}
.alert-error {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-error p {
  margin: 0;
}
.alert-success {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.alert-success p {
  margin: 0;
}
.button,
.button:visited {
  border: 1px solid #361e17;
  border-top-color: #4c2920;
  border-left-color: #4c2920;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #532d23 !important;
  background-image: -webkit-linear-gradient(left bottom,#65372a,#532d23) !important;
  background-image: -moz-linear-gradient(top right,#65372a,#532d23) !important;
  background-image: -o-linear-gradient(top right,#65372a,#532d23) !important;
  background-image: linear-gradient(to top right,#65372a,#532d23) !important;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #fff;
  border: 1px solid #361e17;
  border-top-color: #1d100c;
  border-left-color: #1d100c;
  background-color: #41231b !important;
  background-image: -webkit-linear-gradient(left bottom,#532d23,#41231b) !important;
  background-image: -moz-linear-gradient(top right,#532d23,#41231b) !important;
  background-image: -o-linear-gradient(top right,#532d23,#41231b) !important;
  background-image: linear-gradient(to top right,#532d23,#41231b) !important;
}
.button:active,
.button:visited:active {
  background-color: #65372a !important;
  background-image: -webkit-linear-gradient(left bottom,#532d23,#65372a) !important;
  background-image: -moz-linear-gradient(top right,#532d23,#65372a) !important;
  background-image: -o-linear-gradient(top right,#532d23,#65372a) !important;
  background-image: linear-gradient(to top right,#532d23,#65372a) !important;
}
html,
body {
  height: 100%;
}
.home #wpadminbar {
  margin-top: -32px;
}
body {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #65372a;
  background-color: #fff1d4;
  background-color: #fffcf5 !important;
  background-image: -webkit-linear-gradient(left bottom,#ffefce,#fffcf5) !important;
  background-image: -moz-linear-gradient(top right,#ffefce,#fffcf5) !important;
  background-image: -o-linear-gradient(top right,#ffefce,#fffcf5) !important;
  background-image: linear-gradient(to top right,#ffefce,#fffcf5) !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.home #content {
  margin-top: 0;
}
body.home .header #inner-header {
  margin-bottom: 20px;
}
::selection {
  background: #ea640d;
  color: white;
}
::-moz-selection {
  background: #ea640d;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.hide {
  display: none;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
.disc {
  background-color: #c49a6c;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
a,
a:visited {
  color: #65372a;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #45251d;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "PT Sans", Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header #inner-header {
  width: 100% !important;
  margin-bottom: 40px;
}
.header #inner-header .navi-footer .middle-part {
  width: 100%;
  max-width: 1080px;
  height: 9px;
  background-color: #705543;
}
.header #inner-header .navi-footer .right-triangle,
.header #inner-header .navi-footer .left-triangle {
  display: none;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.header #inner-header .navi-footer .right-triangle {
  border-width: 0px 0 9px 13px;
  border-color: transparent transparent transparent #705543;
}
.header #inner-header .navi-footer .left-triangle {
  border-width: 0px 13px 9px 0;
  border-color: transparent #705543 transparent transparent;
}
.header #inner-header .qtranxs_language_chooser {
  float: right;
  list-style: none;
  margin-top: 5px;
  right: 5px;
  position: absolute;
}
.header #inner-header .qtranxs_language_chooser li {
  float: left;
  border-right: 2px solid #cdc2b3;
  font-family: "Berlin Sans FB", Arial, sans-serif;
}
.header #inner-header .qtranxs_language_chooser li.lang-en,
.header #inner-header .qtranxs_language_chooser li.lang-lb {
  display: none;
}
.header #inner-header .qtranxs_language_chooser li:last-child,
.header #inner-header .qtranxs_language_chooser li.lang-pt {
  border-right: none;
}
.header #inner-header .qtranxs_language_chooser li:last-child a,
.header #inner-header .qtranxs_language_chooser li.lang-pt a {
  margin-right: 0;
}
.header #inner-header .qtranxs_language_chooser li.active a {
  color: #705543;
}
.header #inner-header .qtranxs_language_chooser li a {
  display: block;
  font-weight: bold;
  margin: 0 6px;
  color: #cdc2b3;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 11px;
}
.header #inner-header .qtranxs_language_chooser li a span {
  padding: 0;
  margin: 0;
}
.header #inner-header #logo {
  max-width: 650px;
  width: 100%;
  margin: 10px auto 10px auto;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  color: #ea640d;
  font-size: 16px;
  letter-spacing: 2px;
}
.header #inner-header #logo .first,
.header #inner-header #logo .last,
.header #inner-header #logo .creche-location {
  text-align: center;
}
.header #inner-header #logo a#logoimage {
  display: block;
  width: 262px;
  height: 61px;
  margin: 0 auto;
  background: url(//kiddies.lu/wp-content/themes/kiddies/images/kiddies_logo.png) center no-repeat;
  background-size: 235px auto;
}
.header #inner-header #logo .home-single {
  display: none;
}
.header #inner-header #logo .creche-location {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  max-width: 650px;
}
.header #inner-header .subtitle {
  text-align: center;
  color: #ea640d;
  letter-spacing: 4px;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  line-height: 1.1em;
  font-size: 10px;
}
.chzn-select {
  width: 300px !important;
}
nav {
  background-color: #916e57;
  max-width: 1080px;
  width: 100%;
}
nav .nav ul {
  list-style: none;
}
nav .nav ul li a {
  display: block;
  text-decoration: none;
  padding: 1px 0;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  color: #fff1d4;
}
nav .nav ul li ul.sub-menu li a,
nav .nav ul li ul.children li a {
  padding-left: 30px;
}
.back-top-top-container {
  max-width: 1080px;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
}
.back-top-top-container #back-to-top {
  float: right;
  display: block;
  background-color: #c49a6c;
  width: 40px;
  height: 20px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  z-index: 9000;
  background: url(//kiddies.lu/wp-content/themes/kiddies/images/back-to-top.png) #c49a6c no-repeat center center;
  background-size: 30px 12px;
}
#content {
  margin-top: 15px;
}
#content #inner-content .shadow {
  background-color: #f9edd7;
  -webkit-box-shadow: 2px 2px 17px 0 #d9ba9d;
  -moz-box-shadow: 2px 2px 17px 0 #d9ba9d;
  box-shadow: 2px 2px 17px 0 #d9ba9d;
}
#content #inner-content .main-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 10px auto;
}
#content #inner-content .main-content em {
  font-style: italic;
  font-weight: bold;
}
#content #inner-content .content-padding {
  padding: 10px;
}
#content #inner-content .contact-left {
  padding: 30px 20px;
}
#content #inner-content .contact-left h3 {
  margin: 0 0 5px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
#content #inner-content .contact-left h4 {
  margin: 0;
  font-size: 14px;
}
#content #inner-content .contact-left p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
#content #inner-content #sendtofriend {
  display: block;
  margin: 20px auto 0 auto;
  opacity: 0.8;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  font-weight: normal;
  color: #302319;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 10px 25px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 20px 1px #423535;
  -moz-box-shadow: inset 0 0 20px 1px #423535;
  box-shadow: inset 0 0 20px 1px #423535;
  text-decoration: none;
  text-align: center;
}
#content #inner-content #map-canvas {
  text-align: center;
  margin-top: 20px;
  height: 250px;
}
.menu_cycle_list {
  list-style: none;
  margin-bottom: 40px;
}
.menu_cycle_list li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.menu_cycle_list li a {
  text-decoration: none;
  background: url(//kiddies.lu/wp-content/themes/kiddies/images/pdf_icon.png) no-repeat left center;
  background-size: 17px 17px;
  padding-left: 20px;
}
.quote {
  width: 100%;
  text-align: center;
  margin: 40px auto 0 auto;
  font-weight: bold;
  font-style: italic;
}
.quote p {
  margin: 2px 0 0 0;
}
.quote h6 {
  margin: 10px;
}
#post-20 {
  max-width: 690px;
  font-family: "Berlin Sans FB", Arial, sans-serif;
}
#post-20 .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
#post-20 .gform_wrapper input,
#post-20 .gform_wrapper textarea {
  border: 0;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 13px;
  padding: 2px 4px;
}
#post-20 .gform_wrapper .gfield_required {
  display: none;
}
#post-20 .gform_wrapper .gfield_label {
  text-align: right;
  font-weight: normal !important;
}
#post-20 .gform_wrapper #field_1_10 .gfield_label {
  float: none;
}
#post-20 .gform_wrapper #field_1_10 textarea {
  width: 100%;
  margin-top: 10px;
}
#post-20 .gform_wrapper #field_1_9 .gfield_label {
  float: none;
}
#post-20 .gform_wrapper #field_1_9 ul.gfield_checkbox {
  margin: 5px !important;
}
#post-20 .gform_wrapper #field_1_9 ul.gfield_checkbox li {
  margin-bottom: 5px;
}
#post-20 .gform_wrapper #field_1_9 ul.gfield_checkbox li label {
  font-weight: normal !important;
  color: #ea640d;
  font-size: 12px;
}
#post-20 .gform_wrapper #field_1_9 ul.gfield_checkbox li input[type=checkbox] {
  background-color: white;
  width: 25px !important;
}
#post-20 .gform_wrapper #field_1_11 {
  font-size: 12px;
  margin-bottom: 0;
}
#post-20 .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 30px;
  font-size: 15px;
}
#post-20 .gform_wrapper .gform_footer {
  padding: 0;
  text-align: center;
}
#post-20 .gform_wrapper .gform_footer input[type=submit] {
  width: 200px;
  opacity: 0.8;
  margin-top: 15px;
  background-color: #705543;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  font-weight: normal;
  color: #fff1d4;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 0 25px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 20px 5px #231211;
  -moz-box-shadow: inset 0 0 20px 5px #231211;
  box-shadow: inset 0 0 20px 5px #231211;
}
.creche-10 #sendtofriend,
.creche-73 #sendtofriend,
.creche-17 #sendtofriend,
.creche-82 #sendtofriend {
  color: #fff1d4 !important;
}
.chzn-container {
  background-color: white !important;
  width: 300px !important;
}
.chzn-container .chzn-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background-image: none !important;
  border-radius: 0 !important;
}
.chzn-container .chzn-single div {
  border-radius: 0 !important;
  background-image: none !important;
  background-color: #916e57 !important;
  border: 0 !important;
  width: 25px !important;
}
.chzn-container .chzn-single div b {
  background: url(//kiddies.lu/wp-content/themes/kiddies/images/form-arrow.png) center center no-repeat !important;
}
.chzn-container .chzn-single-with-drop {
  background-color: white !important;
}
.chzn-container .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 !important;
  width: 300px !important;
}
.chzn-container .chzn-drop .chzn-search {
  display: none;
}
.chzn-container .chzn-drop .chzn-results {
  margin: 0 !important;
  padding: 0 !important;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #cd661f !important;
  background-image: -webkit-linear-gradient(#f58a41,#cd661f) !important;
  background-image: -moz-linear-gradient(#f58a41,#cd661f) !important;
  background-image: -o-linear-gradient(#f58a41,#cd661f) !important;
  background-image: linear-gradient(#f58a41,#cd661f) !important;
}
.chzn-container .chzn-results li {
  margin-bottom: 0 !important;
}
.creche-select {
  margin: 10px auto;
  text-align: center;
}
.creche-select select {
  width: 60%;
}
#contactmap {
  max-width: 100%;
  height: auto;
}
#home-circlesmall {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
#home-map-navigation .title-creche {
  color: #7d7d7d;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
#home-map-navigation .title-creche a {
  text-decoration: none !important;
  display: block;
  color: white;
  width: 100%;
  max-width: 240px;
  font-size: 22px;
  margin: 0 auto;
  padding: 7px;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0px -60px 75px -32px rgba(28,28,28,0.3);
  -moz-box-shadow: inset 0px -60px 75px -32px rgba(28,28,28,0.3);
  box-shadow: inset 0px -60px 75px -32px rgba(28,28,28,0.3);
}
#home-map-navigation .title-creche .text-creche {
  background-image: none !important;
  font-size: 15px;
}
#home-map-navigation .title-creche .text-creche br {
  display: none;
}
.byline {
  color: #999;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #fffcf5;
  padding: 1px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 0 0 2px 0 !important;
  text-align: center;
  line-height: 16px;
}
.gallery {
  list-style: none;
  margin: 30px auto 0 auto;
  width: 90%;
}
.gallery a {
  text-decoration: none;
}
.gallery li {
  text-align: center;
  margin: 0 auto 30px auto;
  background-color: #fbf1df;
  -webkit-box-shadow: 0 0 15px 0 #ae8d82;
  -moz-box-shadow: 0 0 15px 0 #ae8d82;
  box-shadow: 0 0 15px 0 #ae8d82;
  max-width: 280px;
}
.gallery li img {
  max-width: 100%;
  height: auto;
}
.gallery li .gallery-title {
  color: #916e57;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  letter-spacing: 1px;
}
#cboxOverlay {
  background: #fbf1df;
}
#cboxLoadedContent {
  padding: 0;
  background: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}
#cboxCurrent {
  padding-bottom: 3px;
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #65372a;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #65372a;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: 700;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
.energysaver_page_navi li.pagenavi-prev-link a:hover,
.energysaver_page_navi li.pagenavi-next-link a:hover,
.energysaver_page_navi li.pagenavi-first-page-link a:hover,
.energysaver_page_navi li.pagenavi-last-page-link a:hover {
  background: none;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.footer {
  clear: both;
  width: 100% !important;
  max-width: 1080px;
}
.footer .kiddies-info {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Berlin Sans FB", Arial, sans-serif;
  letter-spacing: 2px;
}
.footer .kiddies-info a {
  color: #ea640d;
  text-decoration: none;
}
.footer .kiddies-info a:hover {
  text-decoration: underline;
}
.footer .kiddies-info .fa {
  color: #705543;
}
.footer .kiddies-info .kiddies-image {
  display: none;
  margin-top: -60px;
  background: url(//kiddies.lu/wp-content/themes/kiddies/images/footer-kids.png) center center no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 100px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.footer .kiddies-info .phone {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0;
}
.footer .kiddies-info .phone .small {
  font-size: 16px;
}
.footer .kiddies-info .email {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0;
}
.footer .kiddies-info .enter {
  text-align: center;
  font-size: 16px;
  padding: 3px 0;
}
.footer .footer-top .middle-part {
  width: 100%;
  max-width: 1080px;
  height: 9px;
  background-color: #705543;
}
.footer .footer-top .right-triangle,
.footer .footer-top .left-triangle {
  display: none;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.footer .footer-top .right-triangle {
  border-width: 9px 0 0 13px;
  border-color: transparent transparent transparent #705543;
}
.footer .footer-top .left-triangle {
  border-width: 9px 13px 0 0;
  border-color: transparent #705543 transparent transparent;
}
.footer #inner-footer {
  background: #916e57;
  width: 100% !important;
  color: #c49a6c;
}
.footer #inner-footer .content-footer {
  position: relative;
  max-width: 1080px;
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  padding: 0 10px;
}
.footer #inner-footer .content-footer .text {
  line-height: 18px;
  padding-top: 15px;
}
.footer #inner-footer .content-footer .social {
  text-align: center;
}
.footer #inner-footer .content-footer .social .fa {
  background-color: #c49a6c;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #a97c50;
  line-height: 32px;
  font-size: 21px;
  text-align: center;
  margin: 10px 8px;
  color: #916e57;
}
.footer #inner-footer .content-footer .social .fa-facebook {
  color: white;
  background-color: #3b5998;
  -webkit-box-shadow: inset 0 0 10px #283863;
  -moz-box-shadow: inset 0 0 10px #283863;
  box-shadow: inset 0 0 10px #283863;
}
.footer #inner-footer .content-footer .social a:hover .fa-google-plus {
  color: white;
  background-color: #d5492f;
  -webkit-box-shadow: inset 0 0 10px #7f3321;
  -moz-box-shadow: inset 0 0 10px #7f3321;
  box-shadow: inset 0 0 10px #7f3321;
}
.footer #inner-footer .content-footer .social a:hover .fa-twitter {
  color: white;
  background-color: #4099ff;
  -webkit-box-shadow: inset 0 0 10px #25639e;
  -moz-box-shadow: inset 0 0 10px #25639e;
  box-shadow: inset 0 0 10px #25639e;
}
.footer #inner-footer .content-footer .social a:hover .fa-facebook {
  color: white;
  background-color: #3b5998;
  -webkit-box-shadow: inset 0 0 0 #283863;
  -moz-box-shadow: inset 0 0 0 #283863;
  box-shadow: inset 0 0 0 #283863;
}
.footer #inner-footer .content-footer .social a:hover .fa-rss {
  color: white;
  background-color: #f97900;
  -webkit-box-shadow: inset 0 0 10px #954b00;
  -moz-box-shadow: inset 0 0 10px #954b00;
  box-shadow: inset 0 0 10px #954b00;
}
.footer #inner-footer .content-footer .green {
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: 15%;
}
.footer #inner-footer .content-footer .green img {
  margin-top: 9px;
  width: 70px;
  height: auto;
}
.copyright-container {
  height: 30px;
  background-color: #fff0d2;
  width: 100%;
}
.copyright-container .RGPD {
  margin-right: 15px;
}
.copyright-container .copyright-center {
  font-size: 12px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.copyright-container .copyright-center a {
  color: #ea640d;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  html {
    overflow-y: scroll;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  #main {
    width: 65.74585634900001%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin-left: 0;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  html {
    min-height: 100%;
  }
  body {
    min-height: 100%;
  }
  .wrap {
    width: 100%;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  h2 {
    font-size: 1.6em;
    line-height: 1.5em;
  }
  #container {
    min-height: 100%;
    padding-bottom: 180px;
    position: relative;
  }
  .header #inner-header {
    margin-bottom: 0;
  }
  .header #inner-header #logo {
    margin: 50px auto 10px auto;
  }
  .header #inner-header #logo .first,
  .header #inner-header #logo .last {
    padding-top: 40px;
  }
  .header #inner-header #logo .first {
    text-align: right;
    margin-left: 3%;
  }
  .header #inner-header #logo .last {
    text-align: left;
    float: left;
  }
  .header #inner-header #logo .sixcol {
    width: auto;
  }
  .header #inner-header #logo .creche-location {
    margin-top: 0;
    text-align: left;
  }
  .header #inner-header .qtranxs_language_chooser {
    float: right;
    display: block;
    margin-top: 35px;
    position: relative;
    right: 0;
  }
  .header #inner-header .qtranxs_language_chooser li a {
    font-size: 15px;
    line-height: 14px;
  }
  .header #inner-header .subtitle {
    margin-top: 0;
    font-size: 15px;
  }
  .header #sound-button {
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    margin-top: 35px;
    margin-left: 40px;
    position: relative;
    left: 0;
    background: url(//kiddies.lu/wp-content/themes/kiddies/images/sound.png) no-repeat top center;
    background-position: 0 -16px;
    cursor: pointer;
  }
  .header #sound-button.muted,
  .header #sound-button:hover {
    background-position: 0 0;
  }
  body.home .nav .nav-wrapper {
    max-width: 900px;
    float: none;
  }
  body.home .nav ul {
    width: 85%;
  }
  nav .nav {
    height: 50px;
  }
  nav .nav .current-creche {
    position: absolute;
    margin-left: 102px;
  }
  nav .nav .current-creche .square {
    display: block;
    height: 85px;
    width: 90px;
    padding: 0;
    background-color: #d9ccb2;
    padding-top: 35px;
    -webkit-box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  nav .nav .current-creche .square .circle {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
  }
  nav .nav .current-creche .locality {
    text-align: center;
    color: #7d7d7d;
    font-size: 17px;
    padding: 5px;
  }
  nav .nav .left-screw,
  nav .nav .right-screw {
    display: block;
    padding: 0;
    background-color: #c49a6c;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #a97c50;
    line-height: 32px;
    font-size: 21px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
  }
  nav .nav .left-screw {
    float: left;
    margin: 10px 40px 0 15px;
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/screw.png);
  }
  nav .nav .right-screw {
    position: absolute;
    right: 0;
    margin: 10px 15px 0 0px;
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/screw2.png);
  }
  nav .nav .nav-wrapper {
    width: 85%;
    margin: 0 auto;
    float: left;
  }
  nav .nav ul {
    width: 89%;
    max-width: 900px;
    margin: 0 auto;
  }
  nav .nav ul li {
    float: left;
  }
  nav .nav ul li a {
    text-decoration: none;
    line-height: 50px;
    padding: 10px 10px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    color: #fff1d4;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav .nav ul li a:hover,
  nav .nav ul li a:focus {
    color: #3d1e1d;
  }
  nav .nav ul.main-navigation {
    max-width: 900px;
    margin-left: 90px;
  }
  nav .nav ul.main-navigation li {
    width: 20%;
  }
  nav .nav ul.main-navigation li a {
    border-right: 1px #705543 solid;
    max-height: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  nav .nav ul.main-navigation li.current_page_item a {
    color: #3d1e1d;
  }
  nav .nav ul.main-navigation li:last-child a {
    border-right: 0;
  }
  nav .nav ul.home {
    cursor: url(//kiddies.lu/wp-content/themes/kiddies/images/cursor.png), url(//kiddies.lu/wp-content/themes/kiddies/images/cursor_32.cur), auto;
    z-index: 100;
    position: absolute;
    top: 0;
  }
  nav .nav ul.home li {
    float: left;
    width: 10%;
    padding-right: 1px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  nav .nav ul.home li a {
    cursor: url(//kiddies.lu/wp-content/themes/kiddies/images/cursor.png), url(//kiddies.lu/wp-content/themes/kiddies/images/cursor_32.cur), auto !important;
    opacity: 0.5;
    display: block;
    height: 85px;
    width: 100%;
    padding: 0;
    padding-top: 32px;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }
  nav .nav ul.home li a .circle {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
  }
  nav .nav ul.home li a.empty {
    background-color: #d9ccb2;
    -webkit-box-shadow: inset 0 0 50px #502400;
    -moz-box-shadow: inset 0 0 50px #502400;
    box-shadow: inset 0 0 50px #502400;
  }
  nav .nav ul.home li a.filled {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 0 40px #494b49, inset 0 -35px 0 rgba(0,0,0,0.1);
  }
  nav .nav ul.home li a.filled.active_page:active {
    -webkit-box-shadow: inset 0 0 55px #191a19, inset 0 -35px 0 rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 55px #191a19, inset 0 -35px 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 55px #191a19, inset 0 -35px 0 rgba(0,0,0,0);
  }
  nav .nav ul.home li:last-child {
    padding-right: 0;
  }
  nav .home {
    position: relative;
  }
  nav .home ul {
    float: left;
  }
  nav .home ul li {
    float: left;
  }
  nav .home ul li a {
    display: block;
    height: 90px;
    width: 103px;
    margin-right: 1px;
    background-color: black;
  }
  #back-to-top {
    bottom: 70px;
  }
  #content #inner-content .contact-left {
    padding: 30px 40px;
    height: 500px;
  }
  #content #inner-content .main-content {
    margin: 0 auto 100px auto;
  }
  #content #inner-content .content-padding {
    padding: 50px 60px;
  }
  #post-20 .gform_wrapper .gform_footer input[type=submit] {
    left: 50%;
    margin-left: -100px;
    position: absolute;
    margin-top: 15px;
  }
  .gallery {
    width: 100%;
  }
  .gallery li {
    float: left;
    margin: 0 20px 30px 0;
  }
  .gallery li .gallery-title {
    padding: 10px;
  }
  .widgettitle {
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  #home-map-navigation {
    cursor: url(//kiddies.lu/wp-content/themes/kiddies/images/cursor.png), auto;
    position: relative;
    max-width: 700px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }
  #home-map-navigation #circle {
    position: absolute;
    z-index: 5;
    left: 50%;
    height: 220px;
    width: 220px;
    margin-top: 140px;
    margin-left: -110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3f3e3a;
    opacity: 0.1;
  }
  #home-map-navigation #map {
    position: absolute;
    z-index: 6;
    max-width: 98px;
    width: 100%;
    height: 136px;
    left: 50%;
    margin-left: -49px;
    margin-top: 180px;
    background: url(//kiddies.lu/wp-content/themes/kiddies/images/map.png) center no-repeat;
  }
  #home-map-navigation #map .map-point {
    opacity: 0;
    position: absolute;
    z-index: 5;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  #home-map-navigation #kids-circle {
    position: relative;
    z-index: 2;
    top: 42px;
    left: 50%;
    max-width: 435px;
    width: 100%;
    height: 415px;
    margin-left: -217px;
    background: url(//kiddies.lu/wp-content/themes/kiddies/images/home-kids-circle-new.png) center no-repeat;
  }
  #home-map-navigation .title-creche {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    text-align: left;
    font-size: 20px;
    letter-spacing: 2px;
    z-index: 99999;
  }
  #home-map-navigation .title-creche a {
    color: #7d7d7d;
    background-color: transparent !important;
    width: auto;
    font-size: 20px;
    padding: 0;
    letter-spacing: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #home-map-navigation .title-creche .text-creche {
    color: white;
    background-repeat: no-repeat;
    background-position: top left;
    width: 178px;
    height: 105px;
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    line-height: 22px;
    z-index: 0;
  }
  #home-map-navigation .title-creche .text-creche.right {
    text-align: left;
  }
  #home-map-navigation .title-creche .text-creche.left {
    text-align: right;
  }
  #home-map-navigation .title-creche .text-creche br {
    display: block;
  }
  #home-map-navigation .rectangle-creche {
    display: block;
    position: absolute;
    z-index: 4;
    width: 80px;
    height: 28px;
    -webkit-box-shadow: inset 0 0 17px #575d57;
    -moz-box-shadow: inset 0 0 17px #575d57;
    box-shadow: inset 0 0 17px #575d57;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #home-map-navigation .rectangle-creche.active:hover {
    -webkit-box-shadow: inset 0 0 12px #696e69;
    -moz-box-shadow: inset 0 0 12px #696e69;
    box-shadow: inset 0 0 12px #696e69;
  }
  #home-map-navigation .rectangle-creche .pointline {
    background: url(//kiddies.lu/wp-content/themes/kiddies/images/map-circle-point-new.png) top center no-repeat;
    width: 11px;
    height: 28px;
    margin-left: 7px;
  }
  #home-map-navigation .title-position-1 {
    top: 75px;
    left: 468px;
  }
  #home-map-navigation .title-position-1 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-15.png) !important;
    padding: 22px 0 0 37px;
    top: -90px;
    left: 76px;
  }
  #home-map-navigation .position-1 {
    -ms-transform: rotate(126deg);
    -webkit-transform: translate3d(0,0,0) rotate(126deg);
    transform: translate3d(0,0,0) rotate(126deg);
    top: 131px;
    left: 388px;
  }
  #home-map-navigation .title-position-2 {
    top: 179px;
    left: 536px;
  }
  #home-map-navigation .title-position-2 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-73.png) !important;
    padding: 22px 0 0 40px;
    top: -64px;
    left: 111px;
  }
  #home-map-navigation .position-2 {
    -ms-transform: rotate(162deg);
    -webkit-transform: translate3d(0,0,0) rotate(162deg);
    transform: translate3d(0,0,0) rotate(162deg);
    top: 197px;
    left: 435px;
  }
  #home-map-navigation .title-position-3 {
    top: 291px;
    left: 536px;
  }
  #home-map-navigation .title-position-3 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-10.png) !important;
    padding: 24px 0 0 40px;
    top: -57px;
    left: 93px;
  }
  #home-map-navigation .position-3 {
    -ms-transform: rotate(198deg);
    -webkit-transform: translate3d(0,0,0) rotate(198deg);
    transform: translate3d(0,0,0) rotate(198deg);
    top: 275px;
    left: 435px;
  }
  #home-map-navigation .title-position-4 {
    top: 394px;
    left: 468px;
  }
  #home-map-navigation .title-position-4 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-75.png) !important;
    padding: 18px 0 0 43px;
    top: 9px;
    left: 97px;
  }
  #home-map-navigation .position-4 {
    -ms-transform: rotate(234deg);
    -webkit-transform: translate3d(0,0,0) rotate(234deg);
    transform: translate3d(0,0,0) rotate(234deg);
    top: 340px;
    left: 387px;
  }
  #home-map-navigation .title-position-5 {
    top: 470px;
    left: 295px;
  }
  #home-map-navigation .title-position-5 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-17.png) !important;
    padding: 40px 0 0 20px;
    top: 30px;
    left: 41px;
  }
  #home-map-navigation .position-5 {
    -ms-transform: rotate(-90deg);
    -webkit-transform: translate3d(0,0,0) rotate(-90deg);
    transform: translate3d(0,0,0) rotate(-90deg);
    top: 365px;
    left: 310px;
  }
  #home-map-navigation .title-position-6 {
    top: 394px;
    left: 110px;
  }
  #home-map-navigation .title-position-6 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-77.png) !important;
    padding: 25px 55px 0 0;
    top: 23px;
    left: -171px;
  }
  #home-map-navigation .position-6 {
    -ms-transform: rotate(-54deg);
    -webkit-transform: translate3d(0,0,0) rotate(-54deg);
    transform: translate3d(0,0,0) rotate(-54deg);
    top: 340px;
    left: 234px;
  }
  #home-map-navigation .title-position-7 {
    top: 291px;
    left: 80px;
  }
  #home-map-navigation .title-position-7 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-8.png) !important;
    padding: 20px 56px 0 0;
    top: 5px;
    left: -182px;
  }
  #home-map-navigation .position-7 {
    -ms-transform: rotate(-18deg);
    -webkit-transform: translate3d(0,0,0) rotate(-18deg);
    transform: translate3d(0,0,0) rotate(-18deg);
    top: 275px;
    left: 186px;
  }
  #home-map-navigation .title-position-8 {
    top: 181px;
    left: 37px;
  }
  #home-map-navigation .title-position-8 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-79.png) !important;
    padding: 25px 47px 0 0;
    top: -22px;
    left: -193px;
  }
  #home-map-navigation .position-8 {
    -ms-transform: rotate(18deg);
    -webkit-transform: translate3d(0,0,0) rotate(18deg);
    transform: translate3d(0,0,0) rotate(18deg);
    top: 197px;
    left: 186px;
  }
  #home-map-navigation .title-position-9 {
    top: 75px;
    left: 148px;
  }
  #home-map-navigation .title-position-9 .text-creche {
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/creche-text-6.png) !important;
    padding: 15px 54px 0 0;
    top: -51px;
    left: -181px;
  }
  #home-map-navigation .position-9 {
    -ms-transform: rotate(54deg);
    -webkit-transform: translate3d(0,0,0) rotate(54deg);
    transform: translate3d(0,0,0) rotate(54deg);
    top: 130px;
    left: 234px;
  }
  #home-map-navigation .title-position-10 {
    left: 322px;
    top: 6px;
  }
  #home-map-navigation .title-position-10 .text-creche {
    padding: 17px 40px 0 0;
  }
  #home-map-navigation .position-10 {
    -ms-transform: rotate(90deg);
    -webkit-transform: translate3d(0,0,0) rotate(90deg);
    transform: translate3d(0,0,0) rotate(90deg);
    top: 106px;
    left: 310px;
  }
  #sendtofriend {
    position: absolute;
    bottom: -20px;
    width: 220px;
    left: 50%;
    margin-left: -110px !important;
    margin-right: 0 !important;
  }
  #map-canvas {
    height: 500px !important;
    margin-top: 0 !important;
  }
  .creche-colour,
  .creche-colour a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  .back-top-top-container #back-to-top {
    width: 60px;
    height: 30px;
    background-size: 45px 21px;
  }
  .footer {
    position: absolute;
    bottom: 30px;
    margin-top: 30px;
  }
  .footer .kiddies-info .kiddies-image {
    display: block;
  }
  .footer .kiddies-info .fa {
    float: left;
  }
  .footer .kiddies-info .data {
    float: left;
    padding: 0 0 0 10px;
  }
  .footer .kiddies-info .phone {
    text-align: left;
    padding: 60px 0 0 0;
  }
  .footer .kiddies-info .phone .fa {
    font-size: 22px;
  }
  .footer .kiddies-info .email {
    text-align: left;
    padding: 60px 0 0 0;
  }
  .footer .kiddies-info .email .fa {
    font-size: 18px;
  }
  .footer .kiddies-info .enter {
    padding-top: 55px;
  }
  .footer .kiddies-info .enter .fa {
    font-size: 22px;
    float: right;
  }
  .footer .kiddies-info .enter .data {
    float: right;
  }
  .footer #inner-footer .content-footer .social {
    text-align: right;
  }
  .footer #inner-footer .content-footer .social .fa {
    float: right;
  }
  .footer #inner-footer .content-footer .green {
    right: 90px;
  }
  .footer #inner-footer .content-footer:before,
  .footer #inner-footer .content-footer:after {
    content: "";
    display: block;
    padding: 0;
    background-color: #c49a6c;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #a97c50;
    line-height: 32px;
    font-size: 21px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .footer #inner-footer .content-footer:before {
    float: left;
    margin: 10px 40px 0 15px;
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/screw2.png);
  }
  .footer #inner-footer .content-footer:after {
    float: right;
    margin: 10px 15px 0 40px;
    background-image: url(//kiddies.lu/wp-content/themes/kiddies/images/screw.png);
  }
  .copyright-container {
    position: absolute;
    bottom: 0;
  }
  .copyright-container .copyright-center {
    text-align: right;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  footer {
    bottom: 0;
  }
  nav .nav .right-screw {
    float: right;
    position: relative;
    margin: 10px 25px 0 0px;
  }
  nav .nav .left-screw {
    margin: 10px 40px 0 25px;
  }
  nav .nav ul li a {
    font-size: 28px;
  }
  .footer #inner-footer .content-footer .green {
    margin-left: 2%;
  }
  #sendtofriend {
    font-size: 16px !important;
    letter-spacing: 2px !important;
    width: 250px;
    margin-left: -125px !important;
  }
}
@media only screen and (min-width: 1080px) {
  .footer {
    left: 50%;
    margin-left: -540px;
  }
}
@media only screen and (min-width: 1200px) {
  .header #inner-header .navi-footer .middle-part {
    float: left;
    max-width: 1054px;
  }
  .header #inner-header .navi-footer .right-triangle,
  .header #inner-header .navi-footer .left-triangle {
    float: left;
    display: block;
  }
  nav .nav ul.main-navigation {
    padding-right: 0;
  }
  .footer .footer-top .middle-part {
    float: left;
    max-width: 1054px;
  }
  .footer .footer-top .right-triangle,
  .footer .footer-top .left-triangle {
    float: left;
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .header #inner-header #logo a#logoimage {
    background: url(//kiddies.lu/wp-content/themes/kiddies/images/kiddies_logo@2x.png) center no-repeat;
    background-size: 235px auto;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}