/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../bundles/gmssite/components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-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-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../.././ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../.././fonts/slick.eot');
    src: url('../.././fonts/slick.eot?#iefix') format('embedded-opentype'), url('../.././fonts/slick.woff') format('woff'), url('../.././fonts/slick.ttf') format('truetype'), url('../.././fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../Resources/public/components/slick-carousel/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../Resources/public/components/slick-carousel/slick/./fonts/slick.eot');
    src: url('../../Resources/public/components/slick-carousel/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../Resources/public/components/slick-carousel/slick/./fonts/slick.woff') format('woff'), url('../../Resources/public/components/slick-carousel/slick/./fonts/slick.ttf') format('truetype'), url('../../Resources/public/components/slick-carousel/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position:static;
	margin-top:0;
	margin-right:0;
	margin-left:6px;
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px dashed transparent;
}
.navbar-fixed-bottom .sub-arrow {
	margin-top:-5px;
	border-top:4px dashed transparent;
	border-bottom:4px solid;
}
.navbar-nav ul .sub-arrow {
	position:absolute;
	right:0;
	margin-top:6px;
	margin-right:15px;
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right:30px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	overflow:hidden;
	border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top:6px;
	border-top:7px solid;
	border-right:7px dashed transparent;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
	padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left:65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space:normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space:nowrap;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left:0;
	right:auto;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
    color: #666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
/*    height: 300px;
    width: 400px;*/
}

/*rules applied to all axes*/
.jqplot-axis {
    font-size: 0.75em;
}

.jqplot-xaxis {
    margin-top: 10px;
}

.jqplot-x2axis {
    margin-bottom: 10px;
}

.jqplot-yaxis {
    margin-right: 10px;
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 10px;
    margin-right: 10px;
}

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
    position: absolute;
    white-space: pre;
}


.jqplot-xaxis-tick {
    top: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
/*    padding-top: 10px;*/
    vertical-align: top;
}

.jqplot-x2axis-tick {
    bottom: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
/*    padding-bottom: 10px;*/
    vertical-align: bottom;
}

.jqplot-yaxis-tick {
    right: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
/*    padding-right: 10px;*/
    text-align: right;
}

.jqplot-yaxis-tick.jqplot-breakTick {
    right: -20px;
    margin-right: 0px;
    padding:1px 5px 1px 5px;
    /*background-color: white;*/
    z-index: 2;
    font-size: 1.5em;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
/*    padding-left: 10px;*/
/*    padding-right: 15px;*/
    text-align: left;
}

.jqplot-yMidAxis-tick {
    text-align: center;
    white-space: nowrap;
}

.jqplot-xaxis-label {
    margin-top: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-x2axis-label {
    margin-bottom: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-yaxis-label {
    margin-right: 10px;
/*    text-align: center;*/
    font-size: 11pt;
    position: absolute;
}

.jqplot-yMidAxis-label {
    font-size: 11pt;
    position: absolute;
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
/*    text-align: center;*/
    font-size: 11pt;
    margin-left: 10px;
    position: absolute;
}

.jqplot-meterGauge-tick {
    font-size: 0.75em;
    color: #999999;
}

.jqplot-meterGauge-label {
    font-size: 1em;
    color: #999999;
}

table.jqplot-table-legend {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #cccccc;
    position: absolute;
    font-size: 0.75em;
}

td.jqplot-table-legend {
    vertical-align:middle;
}

/*
These rules could be used instead of assigning
element styles and relying on js object properties.
*/

/*
td.jqplot-table-legend-swatch {
    padding-top: 0.5em;
    text-align: center;
}

tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
    padding-top: 0px;
}
*/

td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
    cursor: pointer;
}

.jqplot-table-legend .jqplot-series-hidden {
    text-decoration: line-through;
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid #cccccc;
    padding:1px;
}

div.jqplot-table-legend-swatch {
    width:0px;
    height:0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.jqplot-title {
    top: 0px;
    left: 0px;
    padding-bottom: 0.5em;
    font-size: 1.2em;
}

table.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
}


.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208,208,208,0.5);
    padding: 1px;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208,208,208,0.5);
    padding: 1px;
}

.jqplot-point-label {
    font-size: 0.75em;
    z-index: 2;
}
      
td.jqplot-cursor-legend-swatch {
    vertical-align: middle;
    text-align: center;
}

div.jqplot-cursor-legend-swatch {
    width: 1.2em;
    height: 0.7em;
}

.jqplot-error {
/*   Styles added to the plot target container when there is an error go here.*/
    text-align: center;
}

.jqplot-error-message {
/*    Styling of the custom error message div goes here.*/
    position: relative;
    top: 46%;
    display: inline-block;
}

div.jqplot-bubble-label {
    font-size: 0.8em;
/*    background: rgba(90%, 90%, 90%, 0.15);*/
    padding-left: 2px;
    padding-right: 2px;
    color: rgb(20%, 20%, 20%);
}

div.jqplot-bubble-label.jqplot-bubble-label-highlight {
    background: rgba(90%, 90%, 90%, 0.7);
}

div.jqplot-noData-container {
    text-align: center;
    background-color: rgba(96%, 96%, 96%, 0.3);
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("../../bundles/gmssite/components/ionicons/fonts/ionicons.eot?v=2.0.0"); src: url("../../bundles/gmssite/components/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../bundles/gmssite/components/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../../bundles/gmssite/components/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../../bundles/gmssite/components/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.5
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../../bundles/gmssite/components/videojs/dist/video-js/font/vjs.eot');
  src: url('../../bundles/gmssite/components/videojs/dist/video-js/font/vjs.eot?#iefix') format('embedded-opentype'), url('../../bundles/gmssite/components/videojs/dist/video-js/font/vjs.woff') format('woff'), url('../../bundles/gmssite/components/videojs/dist/video-js/font/vjs.ttf') format('truetype'), url('../../bundles/gmssite/components/videojs/dist/video-js/font/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */

  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */

  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */

  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */

  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */

  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */

  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */

  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */

  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

  font-size: 10px;
  /* Allow poster to be vertically aligned. */

  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/

  /* Provide some basic defaults for fonts */

  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */

  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@charset "UTF-8";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/bundles/gmssite/components/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("/bundles/gmssite/components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/bundles/gmssite/components/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/bundles/gmssite/components/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/bundles/gmssite/components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "cabinregular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  background-color: #fff;
}

/* line 36, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #2A5972;
  text-decoration: none;
}
/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #152d3a;
  text-decoration: underline;
}
/* line 58, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 30px;
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 24px;
}

/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 18px;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 14px;
}

/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 12px;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 11px;
}

/* line 58, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 158, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}
/* line 189, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

/* line 200, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 269, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 80, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 320, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 330, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  /* line 400, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 425, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 485, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 491, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #2A5972;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #152d3a;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 47, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 123, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 165, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 175, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #2A5972;
}
/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 177, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 203, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 208, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 214, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 232, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 240, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 248, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 229, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 289, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 292, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 315, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 303, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 375, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #666666;
}
/* line 400, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #4d4d4d;
  background-color: transparent;
}
/* line 407, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #666666;
}
/* line 412, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #666666;
}
/* line 415, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 422, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 430, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #666666;
  background-color: transparent;
}
/* line 439, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 441, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 445, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 450, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 459, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 470, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  /* line 472, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 479, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 487, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #666666;
    background-color: transparent;
  }
}
/* line 503, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #666666;
}
/* line 505, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #fff;
}
/* line 510, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #666666;
}
/* line 512, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
/* line 518, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #666666;
}

/* line 528, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 532, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 534, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 541, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 549, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 556, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 564, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 574, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 576, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 580, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 585, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 593, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 604, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 619, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 627, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 638, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 640, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 645, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 647, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 653, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 20px 0;
  border-radius: 4px;
}
/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #2A5972;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #152d3a;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 63, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2A5972;
  background-color: #fff;
}
/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}

/* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2A5972;
}

/* line 9, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
/* line 77, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 91, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 95, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 57, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
/* line 79, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 82, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 102, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 116, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 131, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 135, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 142, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 150, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 161, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 170, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 179, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
/* line 216, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 117, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 46, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 57, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 94, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 117, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 132, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 137, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 159, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 180, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 191, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 213, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 222, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 226, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 233, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 240, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*@import "_variables.scss";*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 133, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* line 175, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 239, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 306, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* line 394, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 451, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 508, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 565, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 622, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 679, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
/* line 736, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 782, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 828, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 874, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 920, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 945, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 980, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1015, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1050, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1085, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1120, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1155, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1225, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1250, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* line 1285, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/* line 1320, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* line 1355, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 1390, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* line 1425, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 1460, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* line 1495, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 1530, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1614, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/* line 1674, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1734, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/* line 1772, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/* line 1810, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/* line 1874, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/* line 1911, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 1958, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2003, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2048, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2093, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* line 2138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 2183, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2228, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2273, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/* line 2318, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 2363, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2396, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2429, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2462, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/* line 2495, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/* line 2528, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/* line 2561, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
/* line 2665, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 2702, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/* line 2739, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* 1. --------- BUTTONS -------------------------------------------- */
/* 2. --------- FLEXBOX --------------------------------------------- */
/* 3. --------- LIGHTBOX -------------------------------------------- */
/* line 10, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
html,
body {
  height: 100%;
}

/* line 15, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
body {
  font-family: "cabinregular", Helvetica, Arial, sans-serif;
  background: #fff;
}

/* line 19, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
h1 {
  color: #4EBDCC;
  font-family: "ralewayregular", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 27, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
h2 {
  font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
  color: #4EBDCC;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}

/* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
h3 {
  font-family: "ralewayregular", Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin: 20px 0 20px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #EF7C0E;
}

/* line 42, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
h4 {
  font-family: "ralewayregular", Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #d9534f;
}
/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
h4 strong {
  font-weight: normal;
}

/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.page p a {
  color: #EF7C0E;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.page p a:hover, .page p a:focus {
  color: #d9534f;
}

/* line 60, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.carousel,
.item,
.active {
  height: 100%;
}

/* line 65, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.carousel-inner {
  height: 100%;
}

/* line 66, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.fa-circle {
  color: #fff;
}

/* line 70, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.page {
  border-top: 10px solid #4EBDCC;
}

/* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
p {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
/* line 76, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
p strong {
  font-family: 'cabinbold', Verdana, Arial, sans-serif;
  font-weight: normal;
}

/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
p.description {
  white-space: pre-wrap;
}

/* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.clear {
  clear: both;
}

/* line 82, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.space {
  padding: 20px 0;
}

/* line 83, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.pr-10 {
  padding-right: 10px;
}

/* line 84, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.pb-clear {
  padding-bottom: 0;
}

/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.text-muted {
  margin-top: 20px;
  color: #fff;
}

/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.liste li {
  font-size: 17px;
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.print-images {
  margin-bottom: 30px;
}

/* line 90, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.centered {
  text-align: center;
}

/* line 91, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.white p {
  padding-top: 25px;
}

/* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
hr {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid #4EBDCC;
}

/* line 93, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.more {
  margin-top: 30px;
}

/* line 94, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.border-radius50 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 97, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
::-moz-selection {
  background: #2A5972;
  text-shadow: none;
  color: #fff;
}

/* line 102, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
::selection {
  background: #2A5972;
  text-shadow: none;
  color: #fff;
}

/* 1. --------- BUTTONS -------------------------------------------- */
/* line 110, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'ralewaymedium', Verdana, Arial, sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 117, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-circle {
  width: 75px;
  height: 75px;
  margin-top: 15px;
  padding: 8px 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 2s ease-in-out;
  -o-transition: background 2s ease-in-out;
  transition: background 2s ease-in-out;
}

/* line 129, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Custom Button Styles */
/* line 136, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-dark, .contact .btn-dark.btn-primary {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #EF7C0E;
  background: #fff !important;
  border: 3px solid #EF7C0E !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 15px 30px;
}

/* line 144, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-dark:hover, .contact .btn-dark.btn-primary:hover,
.btn-dark:focus, .contact .btn-dark.btn-primary:focus,
.btn-dark:active, .contact .btn-dark.btn-primary:active {
  color: #fff !important;
  background: #d9534f !important;
  border: 3px solid #d9534f !important;
}

/* line 151, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-light {
  border-radius: 0;
  color: #333;
  background-color: white;
}

/* line 156, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}

/* 2. --------- FLEXBOX -------------------------------------------- */
/* line 167, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.row-flex .box:hover a:hover span {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 168, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
  .row-flex, .row-flex > div.element {
    display: flex;
  }
}

@media (min-width: 768px) {
  /* line 173, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
  .row-flex-wrap {
    flex-flow: row wrap;
  }
}

@media (min-width: 768px) {
  /* line 178, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
  .row-flex > div.element, .container-flex > div.element {
    margin-left: -.4px;
    /* hack adjust for wrapping */
    margin-right: -.4px;
  }
}
@media (min-width: 992px) {
  /* line 178, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
  .row-flex > div.element, .container-flex > div.element {
    margin-left: -.2px;
    /* hack adjust for wrapping */
    margin-right: -.2px;
  }
}

/* line 188, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.container-flex > div.element div, .row-flex > div.element div {
  width: 100%;
}

/* 3. --------- LIGHTBOX -------------------------------------------- */
/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox-container {
  position: relative;
}

/* line 197, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/* line 205, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 217, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

/* line 218, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 222, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

/* line 228, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

/* line 234, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_base.scss */
.ekko-lightbox .modal-footer {
  text-align: left;
}

@font-face {
  font-family: 'ralewaybold';
  src: url("/fonts/raleway/Raleway-Bold-webfont.eot");
  src: url("/fonts/raleway/Raleway-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Bold-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Bold-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Bold-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextrabold';
  src: url("/fonts/raleway/Raleway-ExtraBold-webfont.eot");
  src: url("/fonts/raleway/Raleway-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-ExtraBold-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-ExtraBold-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-ExtraBold-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-ExtraBold-webfont.svg#ralewayextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextralight';
  src: url("/fonts/raleway/Raleway-ExtraLight-webfont.eot");
  src: url("/fonts/raleway/Raleway-ExtraLight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-ExtraLight-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-ExtraLight-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-ExtraLight-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-ExtraLight-webfont.svg#ralewayextralight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayheavy';
  src: url("/fonts/raleway/Raleway-Heavy-webfont.eot");
  src: url("/fonts/raleway/Raleway-Heavy-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Heavy-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Heavy-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Heavy-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Heavy-webfont.svg#ralewayheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaylight';
  src: url("/fonts/raleway/Raleway-Light-webfont.eot");
  src: url("/fonts/raleway/Raleway-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Light-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Light-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Light-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url("/fonts/raleway/Raleway-Medium-webfont.eot");
  src: url("/fonts/raleway/Raleway-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Medium-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Medium-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Medium-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url("/fonts/raleway/Raleway-Regular-webfont.eot");
  src: url("/fonts/raleway/Raleway-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Regular-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Regular-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Regular-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaysemibold';
  src: url("/fonts/raleway/Raleway-SemiBold-webfont.eot");
  src: url("/fonts/raleway/Raleway-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-SemiBold-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-SemiBold-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-SemiBold-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-SemiBold-webfont.svg#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaythin';
  src: url("/fonts/raleway/Raleway-Thin-webfont.eot");
  src: url("/fonts/raleway/Raleway-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/Raleway-Thin-webfont.woff2") format("woff2"), url("/fonts/raleway/Raleway-Thin-webfont.woff") format("woff"), url("/fonts/raleway/Raleway-Thin-webfont.ttf") format("truetype"), url("/fonts/raleway/Raleway-Thin-webfont.svg#ralewaythin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinmedium_italic';
  src: url("/fonts/cabin/Cabin-MediumItalic-webfont.eot");
  src: url("/fonts/cabin/Cabin-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-MediumItalic-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-MediumItalic-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-MediumItalic-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-MediumItalic-webfont.svg#cabinmedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinregular';
  src: url("/fonts/cabin/Cabin-Regular-webfont.eot");
  src: url("/fonts/cabin/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-Regular-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-Regular-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-Regular-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-Regular-webfont.svg#cabinregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinsemibold';
  src: url("/fonts/cabin/Cabin-SemiBold-webfont.eot");
  src: url("/fonts/cabin/Cabin-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-SemiBold-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-SemiBold-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-SemiBold-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-SemiBold-webfont.svg#cabinsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinsemibold_italic';
  src: url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.eot");
  src: url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-SemiBoldItalic-webfont.svg#cabinsemibold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinbold';
  src: url("/fonts/cabin/Cabin-Bold-webfont.eot");
  src: url("/fonts/cabin/Cabin-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-Bold-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-Bold-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-Bold-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-Bold-webfont.svg#cabinbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinbold_italic';
  src: url("/fonts/cabin/Cabin-BoldItalic-webfont.eot");
  src: url("/fonts/cabin/Cabin-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-BoldItalic-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-BoldItalic-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-BoldItalic-webfont.svg#cabinbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinitalic';
  src: url("/fonts/cabin/Cabin-Italic-webfont.eot");
  src: url("/fonts/cabin/Cabin-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-Italic-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-Italic-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-Italic-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-Italic-webfont.svg#cabinitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinmedium';
  src: url("/fonts/cabin/Cabin-Medium-webfont.eot");
  src: url("/fonts/cabin/Cabin-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin/Cabin-Medium-webfont.woff2") format("woff2"), url("/fonts/cabin/Cabin-Medium-webfont.woff") format("woff"), url("/fonts/cabin/Cabin-Medium-webfont.ttf") format("truetype"), url("/fonts/cabin/Cabin-Medium-webfont.svg#cabinmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 1. --------- MAIN NAV ------------------------------------ */
/* 2. --------- LOGO, SITE NAME, SLOGAN --------------------- */
/* 3. --------- FOOTER -------------------------------------- */
/* 4. --------- PLAN DU SITE -------------------------------- */
/* 5. --------- LOGIN --------------------------------------- */
/* 6. --------- PAGE SCROLL --------------------------------- */
@-moz-document url-prefix() {
  /* line 18, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  fieldset {
    display: table-cell;
  }
}
/* 1. --------- MAIN NAV ------------------------------------ */
/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header {
  background-color: #2a5972;
  padding: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
}

/* line 30, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header .navbar {
  margin-bottom: 0;
}

/*Layout couleurs*/
/* line 34, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header {
  background-color: #2A5972 !important;
}

/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header .navbar-nav > .current > a:hover, .header .navbar-nav > li > a:hover, .header .navbar-nav > li.open > a {
  background-color: #4EBDCC;
}

/* line 36, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header .navbar-nav > .current > a, .header .navbar-nav > .open > a, .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a, .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
  background-color: #4EBDCC;
}

/* line 37, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu {
  background-color: #4EBDCC;
}

/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu > li > a {
  color: #fff;
}

/* line 39, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .main-nav .dropdown-menu > li.open > a:hover, .dropdown-menu > li.open > a:focus {
  color: #fff;
  background-color: #2A5972;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.header {
  background-image: none;
}

/* line 41, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none;
}

/* line 42, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-brand {
  color: #4EBDCC;
}

/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-brand:hover {
  color: #FFFFFF;
}

/* line 44, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > li > a {
  color: #FFFFFF;
}

/* line 45, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > li > a:hover, .main-nav .navbar-nav > li > a:focus {
  color: #FFFFFF;
}

/* line 46, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .current > a, .main-nav .navbar-nav > .open > a, .main-nav .navbar-nav > .open > a:hover, .main-nav .navbar-nav > .open > a:focus {
  color: #FFFFFF;
}

/* line 47, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .current > a:hover, .main-nav .navbar-nav > .current > a:focus {
  color: #FFFFFF;
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu > li > a {
  color: #FFFFFF;
}

/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu li > a:hover, .main-nav .dropdown-menu > li > a:focus {
  color: #FFFFFF;
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .dropdown > a .caret {
  border-top-color: #FFFFFF;
}

/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFFFFF;
}

/* line 52, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #FFFFFF;
}

/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #FFFFFF;
}

/* line 55, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .nav .open a.highlighted,
.main-nav .nav .open li.open a:hover,
.main-nav .nav .open a.highlighted:hover,
.main-nav .nav .open a.highlighted:focus {
  color: #fff;
}

/* line 61, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav ul.navbar-nav li.current_ancestor a.has-submenu {
  background: #4EBDCC;
}

/* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav ul.navbar-nav li.current.open ul li.current a,
.main-nav ul.navbar-nav li.current_ancestor.open ul li.current_ancestor a,
.main-nav ul.navbar-nav li.current_ancestor.open ul li.current a,
.main-nav ul.navbar-nav li.current_ancestor li a:hover {
  background: #2A5972;
}
@media (max-width: 767px) {
  /* line 62, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav ul.navbar-nav li.current.open ul li.current a,
  .main-nav ul.navbar-nav li.current_ancestor.open ul li.current_ancestor a,
  .main-nav ul.navbar-nav li.current_ancestor.open ul li.current a,
  .main-nav ul.navbar-nav li.current_ancestor li a:hover {
    background: none;
  }
}

@media (max-width: 767px) {
  /* line 72, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav ul.navbar-nav li.current.open ul li.current a, .main-nav ul.navbar-nav li.current_ancestor.open ul li.current a, .main-nav ul.navbar-nav li.current_ancestor li a:hover {
    color: #2A5972 !important;
  }
}

/* line 77, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-default {
  background-color: transparent;
  border: none;
}

@media (max-width: 767px) {
  /* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav ul.navbar-nav li.current_ancestor a.has-submenu.highlighted:hover {
    color: #fff !important;
  }
}

/* line 86, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.menu_level_1 .open a.highlighted {
  color: #fff !important;
  background: #2A5972 !important;
}

/* line 87, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu.menu_level_1 .open ul.menu_level_2 {
  background: #4EBDCC !important;
}

/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu.menu_level_1 .open ul.menu_level_2 li a {
  background: #4EBDCC !important;
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu.menu_level_1 .open ul.menu_level_2 li a:hover {
  background: #2A5972 !important;
}

/*Layout menu*/
@media (max-width: 767px) {
  /* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav.navbar-right {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  /* line 92, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav.navbar-right {
    float: none;
    text-align: center;
  }
}

/* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-default .navbar-nav.navbar-right li {
  display: block;
}
@media (min-width: 992px) {
  /* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav.navbar-right li {
    display: block;
  }
}

/* line 105, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-default .navbar-nav > li {
  position: relative;
}

/* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-default .navbar-nav > li > a {
  margin: 0;
  color: #fff !important;
  font-family: "ralewaylight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 18px 10px;
}
@media (min-width: 768px) {
  /* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav > li > a {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  /* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav > li > a {
    font-size: 1.05em;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  /* line 106, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-default .navbar-nav > li > a {
    padding: 30px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

/* line 123, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav ul.menu_level_1 {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 123, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-nav ul.menu_level_1 {
    background: #4EBDCC !important;
  }
}
/* line 128, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-nav ul.menu_level_1 a {
  font-size: 1.2em;
  color: #fff !important;
}
@media (max-width: 767px) {
  /* line 131, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-nav ul.menu_level_1 a:hover {
    color: #2A5972 !important;
  }
}

@media (min-width: 768px) {
  /* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-nav .menu_level_1 {
    top: 66px !important;
    left: 1px !important;
  }
}
@media (min-width: 992px) {
  /* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .navbar-nav .menu_level_1 {
    top: 90px !important;
  }
}

@media (min-width: 768px) {
  /* line 142, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .dropdown-menu.menu_level_1 {
    width: 200px !important;
  }
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu .menu_level_2 {
  padding: 0;
}

/* line 144, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 144, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
  }
}

/* line 150, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-default .navbar-nav li a.caret-click {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 151, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .header.navbar-fixed-top {
    position: relative;
  }
}
@media (min-width: 768px) {
  /* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .header.navbar-fixed-top {
    position: fixed;
  }
}

/* line 161, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .dropdown-menu .menu_level_2 li {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 161, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .main-nav .dropdown-menu .menu_level_2 li {
    text-align: left;
  }
}

/* line 168, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-nav li ul li.open {
  position: relative;
}
/* line 170, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-nav li ul li.open ul {
  display: block !important;
  position: absolute;
  top: 36px !important;
  left: 198px !important;
  margin-left: 0px !important;
}
/* line 176, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-nav li ul li.open ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 10px;
}

/* line 184, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.main-nav .navbar-collapse.in {
  overflow-y: visible !important;
}

/* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none !important;
}

/* line 188, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-toggle {
  margin: 0 0 10px 0;
  background: #2A5972;
  width: 40px;
}

/* line 193, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #EF7C0E;
}

/* line 199, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #2A5972;
}

/* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
header .clearfix:after {
  clear: none;
}

/* Fixed Header
----------------------------------------------------------------------------- */
/* line 207, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.fixed-header-on .header {
  background-color: #2a5972;
}

/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.fixed-header-on .main-nav .navbar-nav .dropdown-menu {
  top: 66px !important;
  left: 1px !important;
}

/* line 211, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.fixed-header-on .site-name {
  font-size: 24px;
}

/* line 214, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.fixed-header-on .logo {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}

/* line 219, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.fixed-header-on .navbar-default .navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 223, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

/* line 227, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 234, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.navbar-nav ul.sm-nowrap > li > a {
  white-space: pre-wrap;
}

/* 2. --------- LOGO, SITE NAME, SLOGAN --------------------- */
/* line 241, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.logo {
  margin: 10px 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  /* line 244, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .logo a {
    display: block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  /* line 251, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .logo,
  .site-name-and-slogan {
    float: left;
  }
}

/* line 257, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.site-name {
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

/* line 262, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.site-slogan {
  font-size: 12px;
  display: none;
}

/* 3. --------- FOOTER -------------------------------------- */
/* line 271, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer {
  margin: 0 0;
  padding: 0 0;
  background: #4EBDCC;
}
/* line 275, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer h2 {
  margin-top: 0;
  font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
  color: #2A5972;
}
/* line 279, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer p {
  margin: 0;
  color: #fff;
}
/* line 283, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer p a {
  color: #fff;
}
/* line 285, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer p a:hover {
  color: #2A5972;
}

/* line 291, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .fa-facebook-square {
  color: #fff;
}

/* line 292, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .col-sm-4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 292, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  footer .col-sm-4 {
    text-align: center;
  }
}

/* line 298, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.footer.section {
  padding-bottom: 40px;
}

/* line 299, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
#footerwrap {
  background: #2A5972;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 305, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
#footerwrap h4 {
  color: #fff;
}
@media (max-width: 767px) {
  /* line 308, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  #footerwrap .page-scroll {
    display: none;
  }
}

/* line 312, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.footer-links p {
  margin-top: 0;
  font-size: 18px;
}

/* line 318, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .contact .adresse .fa-map-marker {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 318, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  footer .contact .adresse .fa-map-marker {
    display: none;
  }
}
/* line 323, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .contact .adresse .postal-code, footer .contact .adresse .streetadress, footer .contact .adresse .fn {
  margin: 0 0 0 0;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 323, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  footer .contact .adresse .postal-code, footer .contact .adresse .streetadress, footer .contact .adresse .fn {
    margin: 0 0 0 35px;
  }
}
/* line 330, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .contact .adresse .locality {
  color: #fff;
}

/* line 333, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .contact .numbers .phone span, footer .contact .numbers .fax span {
  margin: 0 0 0 8px;
}

/* line 337, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .contact .numbers i {
  font-size: 24px;
}

/* 4. --------- PLAN DU SITE -------------------------------- */
/* line 343, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
#primaryNav ol, #primaryNav ul, #primaryNav li {
  list-style: none;
}

/* --------	Top Level --------- */
/* line 347, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li {
  width: 16.6%;
}

/* line 348, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site .navbar-nav {
  float: none;
}

/* line 349, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}

/* line 354, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site .dropdown-menu {
  border: none;
  box-shadow: none;
}

/* line 358, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site .navbar-nav ul a.has-submenu,
.plan-du-site .dropdown-menu li a {
  padding-right: 0;
}

/* line 364, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site .navbar-nav .sub-arrow {
  display: none;
}

/* line 365, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site #home {
  display: block;
  float: none;
  background: #ffffff url("/bundles/gmssite/css/images/L1-left.png") center bottom no-repeat;
  position: relative;
  z-index: 2;
  padding: 0 0 30px 0;
}

/* line 373, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li {
  float: left;
  background: url("/bundles/gmssite/css/images/L1-center.png") center top no-repeat;
  padding: 30px 0;
  margin-top: -30px;
}

/* line 379, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li:first-child {
  background: url("/bundles/gmssite/css/images/L1-left-first.png") center top no-repeat;
}

/* line 382, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li:first-child {
  background: url("/bundles/gmssite/css/images/vertical-line.png") center bottom repeat-y;
}

/* line 385, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li li:first-child {
  background: url("/bundles/gmssite/css/images/L3-center.png") left center no-repeat;
}

/* line 388, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li a, .plan-du.site li span {
  margin: 0 20px 0 0;
  padding: 10px 0;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2A5972;
  border: 2px solid transparent;
  	/*@include border-radius(5px);
      @include box-shadow(rgba(0,0,0,0.5) 2px 2px 2px);*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 402, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li a.caret-click {
  display: none;
}

/* line 405, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li ul.dropdown-menu {
  padding: 0;
  position: relative !important;
  display: block !important;
}

/* line 410, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li ul.dropdown-menu li ul.menu_level_2 {
  position: relative !important;
  display: block !important;
}

/* line 414, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li ul.dropdown-menu li ul.menu_level_2 li {
  list-style-type: none;
}

/* line 417, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li ul.dropdown-menu li ul.menu_level_2 li a {
  margin: 0 !important;
}

/* line 421, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site .menu_level_1,
.plan-du-site .menu_level_2 {
  opacity: 1 !important;
}

/* line 425, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li a:hover {
  background-color: #4EBDCC;
  border-color: transparent;
  color: #2A5972;
  text-decoration: none;
}

/* line 431, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li:last-child {
  background: url("/bundles/gmssite/css/images/L1-right.png") center top no-repeat;
}

/* line 434, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site a:link:before,
.plan-du-site a:visited:before {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
  word-wrap: break-word;
}

/* line 442, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li a:link:before,
.plan-du-site li a:visited:before {
  color: #fff;
}

/* line 446, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li a:hover:link:before,
.plan-du-site li a:hover:visited:before {
  color: #fff;
}

/* --------	Second Level --------- */
/* line 452, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li {
  width: 100%;
  clear: left;
  margin-top: 0;
  padding: 10px 0 0 0;
  background: url("/bundles/gmssite/css/images/vertical-line.png") center bottom repeat-y;
}

/* line 459, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li a {
  background-color: #EF7C0E;
  border-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 464, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li a:hover {
  border-color: transparent;
  background-color: #d9534f;
  color: #fff;
}

/* line 469, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li:first-child {
  padding-top: 30px;
}

/* line 472, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li:last-child {
  background: url("/bundles/gmssite/css/images/vertical-line.png") center bottom repeat-y;
}

/* line 475, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.plan-du-site li li a:link:before,
.plan-du-site li li a:visited:before {
  color: #fff;
}

/* line 479, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.footer-links p a img {
  margin-left: 10px;
}

@media (max-width: 991px) {
  /* line 484, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site ul {
    float: none;
  }
}

@media (max-width: 991px) {
  /* line 489, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  /* line 494, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site li {
    background: none !important;
    margin: 0 auto;
    padding: 0 0 20px;
    float: none;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 494, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site li {
    width: 75%;
  }
}

@media (max-width: 991px) {
  /* line 507, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site li a {
    margin: 0;
    padding: 10px 20px !important;
  }
}

@media (max-width: 991px) {
  /* line 513, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site li li a {
    margin: 0 !important;
    padding: 5px 20px !important;
  }
}

@media (max-width: 991px) {
  /* line 519, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .plan-du-site li.first {
    padding-top: 10px !important;
  }
}

/* 5. --------- LOGIN --------------------------------------- */
/* line 530, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login {
  padding-top: 30px;
}

/* line 531, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login-page a i {
  margin-right: 10px;
}

/* line 532, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login-nav.navbar-nav > li > a {
  padding: 0;
}

/* line 533, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login-nav.navbar-nav > li > a i {
  margin-right: 10px;
}

/* line 534, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login-nav.navbar-nav > li > a:hover, .login-nav.navbar-nav > li > a:focus {
  background: none;
}

/* line 537, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.login-nav.nav > li {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 538, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
  .login-nav.navbar-nav.navbar-right:last-child {
    margin: 0;
  }
}

/* 6. --------- PAGE SCROLL --------------------------------- */
/* line 547, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.intro .page-scroll {
  text-align: center;
}

/* line 548, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .page-scroll {
  text-align: center;
}
/* line 550, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .page-scroll a {
  color: #fff;
  border: 3px solid #fff;
}
/* line 553, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
footer .page-scroll a i {
  color: #fff;
}

/* line 558, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.page-scroll .btn-circle.animated {
  -webkit-transition: transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
}

/* line 561, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_layout.scss */
.page-scroll .btn-circle:hover.animated {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* 1. --------- PORTFOLIO ------------------------------- */
/* line 5, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio {
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

/* line 11, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio .col-sm-6, .portfolio .col-md-4, .portfolio .col-lg-3 {
  margin: 0 0 30px 0;
}

/* line 14, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio h2.portfolio-h2 {
  padding-bottom: 20px;
  width: 50%;
  margin: 0 auto 40px auto;
  font-size: 32px;
  border-bottom: 3px solid #4EBDCC;
}

/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.img-portfolio {
  margin: 0 auto;
}

/* line 22, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio-item {
  padding: 5px;
}
/* line 24, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio-item p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 2. --------- FILTRE GALERIE ------------------------------ */
/* line 37, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.clr {
  clear: both;
}

/* line 38, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container label {
  cursor: pointer;
  color: #EF7C0E;
  font-size: 17px;
  background: #fff;
  border: 3px solid #EF7C0E;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 49, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container label:hover {
  color: #d9534f;
  border: 3px solid #d9534f;
}

/* line 53, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-1:checked ~ label.ff-label-media-1 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-1:checked ~ label.ff-label-work-1 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-2:checked ~ label.ff-label-media-2 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-2:checked ~ label.ff-label-work-2 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-3:checked ~ label.ff-label-media-3 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-3:checked ~ label.ff-label-work-3 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-4:checked ~ label.ff-label-media-4 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-4:checked ~ label.ff-label-work-4 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-5:checked ~ label.ff-label-media-5 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-5:checked ~ label.ff-label-work-5 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-6:checked ~ label.ff-label-media-6 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-6:checked ~ label.ff-label-work-6 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-7:checked ~ label.ff-label-media-7 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-7:checked ~ label.ff-label-work-7 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-8:checked ~ label.ff-label-media-8 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-8:checked ~ label.ff-label-work-8 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-9:checked ~ label.ff-label-media-9 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-9:checked ~ label.ff-label-work-9 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-10:checked ~ label.ff-label-media-10 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-10:checked ~ label.ff-label-work-10 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-11:checked ~ label.ff-label-media-11 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-11:checked ~ label.ff-label-work-11 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-12:checked ~ label.ff-label-media-12 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-12:checked ~ label.ff-label-work-12 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-13:checked ~ label.ff-label-media-13 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-13:checked ~ label.ff-label-work-13 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-14:checked ~ label.ff-label-media-14 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-14:checked ~ label.ff-label-work-14 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-15:checked ~ label.ff-label-media-15 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-15:checked ~ label.ff-label-work-15 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-16:checked ~ label.ff-label-media-16 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-16:checked ~ label.ff-label-work-16 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-17:checked ~ label.ff-label-media-17 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-17:checked ~ label.ff-label-work-17 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-18:checked ~ label.ff-label-media-18 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-18:checked ~ label.ff-label-work-18 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-19:checked ~ label.ff-label-media-19 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-19:checked ~ label.ff-label-work-19 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-20:checked ~ label.ff-label-media-20 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 64, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-work-20:checked ~ label.ff-label-work-20 {
  background: #d9534f;
  color: #fff;
  border: 3px solid #d9534f;
}

/* line 70, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input {
  display: none;
}

/* line 71, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-items {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

/* line 77, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-items .test img {
  display: block;
  margin: 0 auto;
}

/* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-items .test {
  /*@include scale(0,0);*/
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

/* line 88, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-type-all:checked ~ .ff-items .test {
  /*@include scale(1,1);
  @include transition(transform 0.3s linear);*/
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-1:checked ~ .ff-items .ff-item-media-1 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .ff-item-media-1 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .ff-item-media-1 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .ff-item-media-1 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .ff-item-media-1 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-1:checked ~ .ff-items .ff-item-work-1 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-2:checked ~ .ff-items .ff-item-media-2 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .ff-item-media-2 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .ff-item-media-2 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .ff-item-media-2 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .ff-item-media-2 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-2:checked ~ .ff-items .ff-item-work-2 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-3:checked ~ .ff-items .ff-item-media-3 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .ff-item-media-3 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .ff-item-media-3 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .ff-item-media-3 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .ff-item-media-3 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-3:checked ~ .ff-items .ff-item-work-3 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-4:checked ~ .ff-items .ff-item-media-4 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .ff-item-media-4 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .ff-item-media-4 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .ff-item-media-4 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .ff-item-media-4 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-4:checked ~ .ff-items .ff-item-work-4 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-5:checked ~ .ff-items .ff-item-media-5 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .ff-item-media-5 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .ff-item-media-5 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .ff-item-media-5 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .ff-item-media-5 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-5:checked ~ .ff-items .ff-item-work-5 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-6:checked ~ .ff-items .ff-item-media-6 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .ff-item-media-6 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .ff-item-media-6 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .ff-item-media-6 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .ff-item-media-6 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-6:checked ~ .ff-items .ff-item-work-6 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-7:checked ~ .ff-items .ff-item-media-7 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .ff-item-media-7 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .ff-item-media-7 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .ff-item-media-7 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .ff-item-media-7 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-7:checked ~ .ff-items .ff-item-work-7 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-8:checked ~ .ff-items .ff-item-media-8 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .ff-item-media-8 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .ff-item-media-8 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .ff-item-media-8 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .ff-item-media-8 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-8:checked ~ .ff-items .ff-item-work-8 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-9:checked ~ .ff-items .ff-item-media-9 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .ff-item-media-9 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .ff-item-media-9 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .ff-item-media-9 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .ff-item-media-9 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-9:checked ~ .ff-items .ff-item-work-9 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-10:checked ~ .ff-items .ff-item-media-10 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .ff-item-media-10 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .ff-item-media-10 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .ff-item-media-10 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .ff-item-media-10 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-10:checked ~ .ff-items .ff-item-work-10 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-11:checked ~ .ff-items .ff-item-media-11 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .ff-item-media-11 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .ff-item-media-11 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .ff-item-media-11 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .ff-item-media-11 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-11:checked ~ .ff-items .ff-item-work-11 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-12:checked ~ .ff-items .ff-item-media-12 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .ff-item-media-12 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .ff-item-media-12 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .ff-item-media-12 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .ff-item-media-12 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-12:checked ~ .ff-items .ff-item-work-12 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-13:checked ~ .ff-items .ff-item-media-13 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .ff-item-media-13 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .ff-item-media-13 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .ff-item-media-13 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .ff-item-media-13 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-13:checked ~ .ff-items .ff-item-work-13 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-14:checked ~ .ff-items .ff-item-media-14 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .ff-item-media-14 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .ff-item-media-14 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .ff-item-media-14 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .ff-item-media-14 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-14:checked ~ .ff-items .ff-item-work-14 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-15:checked ~ .ff-items .ff-item-media-15 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .ff-item-media-15 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .ff-item-media-15 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .ff-item-media-15 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .ff-item-media-15 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-15:checked ~ .ff-items .ff-item-work-15 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-16:checked ~ .ff-items .ff-item-media-16 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .ff-item-media-16 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .ff-item-media-16 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .ff-item-media-16 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .ff-item-media-16 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-16:checked ~ .ff-items .ff-item-work-16 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-17:checked ~ .ff-items .ff-item-media-17 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .ff-item-media-17 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .ff-item-media-17 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .ff-item-media-17 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .ff-item-media-17 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-17:checked ~ .ff-items .ff-item-work-17 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-18:checked ~ .ff-items .ff-item-media-18 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .ff-item-media-18 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .ff-item-media-18 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .ff-item-media-18 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .ff-item-media-18 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-18:checked ~ .ff-items .ff-item-work-18 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-19:checked ~ .ff-items .ff-item-media-19 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .ff-item-media-19 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .ff-item-media-19 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .ff-item-media-19 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .ff-item-media-19 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-19:checked ~ .ff-items .ff-item-work-19 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-20:checked ~ .ff-items .ff-item-media-20 {
  /*@include transition(transform 0.3s linear, width 0s linear 0.3s);*/
  -webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
  -o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
  -ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
  transition: transform 0.3s linear, width 0s linear 0.3s;
}
@media (min-width: 480px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .ff-item-media-20 {
    /*@include animation(scaleUpXs 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -o-animation: scaleUpXs 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpXs 0.3s linear 0.4s forwards;
    animation: scaleUpXs 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 768px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .ff-item-media-20 {
    /*@include animation(scaleUpSm 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -o-animation: scaleUpSm 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpSm 0.3s linear 0.4s forwards;
    animation: scaleUpSm 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 992px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .ff-item-media-20 {
    /*@include animation(scaleUpMd 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -o-animation: scaleUpMd 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpMd 0.3s linear 0.4s forwards;
    animation: scaleUpMd 0.3s linear 0.4s forwards;
  }
}
@media (min-width: 1200px) {
  /* line 103, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .ff-item-media-20 {
    /*@include animation(scaleUpLg 0.3s linear 0.4s forwards);*/
    -webkit-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -moz-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -o-animation: scaleUpLg 0.3s linear 0.4s forwards;
    -ms-animation: scaleUpLg 0.3s linear 0.4s forwards;
    animation: scaleUpLg 0.3s linear 0.4s forwards;
  }
}

/*.ff-container input.ff-selector-work-20:checked ~ .ff-items .ff-item-work-20 {
    @include transition(transform 0.3s linear, width 0s linear 0.3s);
    @media (min-width:$screen-xs-min){@include animation(scaleUpXs 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleUpSm 0.3s linear 0.4s forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleUpMd 0.3s linear 0.4s forwards);} 
    @media (min-width:$screen-lg-min){@include animation(scaleUpLg 0.3s linear 0.4s forwards);}
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-1:checked ~ .ff-items .test:not(.ff-item-media-1) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .test:not(.ff-item-media-1) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .test:not(.ff-item-media-1) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .test:not(.ff-item-media-1) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-1:checked ~ .ff-items .test:not(.ff-item-media-1) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-1:checked ~ .ff-items .test:not(.ff-item-work-1) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-2:checked ~ .ff-items .test:not(.ff-item-media-2) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .test:not(.ff-item-media-2) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .test:not(.ff-item-media-2) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .test:not(.ff-item-media-2) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-2:checked ~ .ff-items .test:not(.ff-item-media-2) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-2:checked ~ .ff-items .test:not(.ff-item-work-2) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-3:checked ~ .ff-items .test:not(.ff-item-media-3) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .test:not(.ff-item-media-3) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .test:not(.ff-item-media-3) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .test:not(.ff-item-media-3) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-3:checked ~ .ff-items .test:not(.ff-item-media-3) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-3:checked ~ .ff-items .test:not(.ff-item-work-3) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-4:checked ~ .ff-items .test:not(.ff-item-media-4) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .test:not(.ff-item-media-4) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .test:not(.ff-item-media-4) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .test:not(.ff-item-media-4) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-4:checked ~ .ff-items .test:not(.ff-item-media-4) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-4:checked ~ .ff-items .test:not(.ff-item-work-4) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-5:checked ~ .ff-items .test:not(.ff-item-media-5) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .test:not(.ff-item-media-5) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .test:not(.ff-item-media-5) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .test:not(.ff-item-media-5) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-5:checked ~ .ff-items .test:not(.ff-item-media-5) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-5:checked ~ .ff-items .test:not(.ff-item-work-5) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-6:checked ~ .ff-items .test:not(.ff-item-media-6) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .test:not(.ff-item-media-6) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .test:not(.ff-item-media-6) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .test:not(.ff-item-media-6) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-6:checked ~ .ff-items .test:not(.ff-item-media-6) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-6:checked ~ .ff-items .test:not(.ff-item-work-6) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-7:checked ~ .ff-items .test:not(.ff-item-media-7) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .test:not(.ff-item-media-7) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .test:not(.ff-item-media-7) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .test:not(.ff-item-media-7) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-7:checked ~ .ff-items .test:not(.ff-item-media-7) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-7:checked ~ .ff-items .test:not(.ff-item-work-7) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-8:checked ~ .ff-items .test:not(.ff-item-media-8) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .test:not(.ff-item-media-8) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .test:not(.ff-item-media-8) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .test:not(.ff-item-media-8) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-8:checked ~ .ff-items .test:not(.ff-item-media-8) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-8:checked ~ .ff-items .test:not(.ff-item-work-8) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-9:checked ~ .ff-items .test:not(.ff-item-media-9) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .test:not(.ff-item-media-9) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .test:not(.ff-item-media-9) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .test:not(.ff-item-media-9) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-9:checked ~ .ff-items .test:not(.ff-item-media-9) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-9:checked ~ .ff-items .test:not(.ff-item-work-9) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-10:checked ~ .ff-items .test:not(.ff-item-media-10) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .test:not(.ff-item-media-10) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .test:not(.ff-item-media-10) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .test:not(.ff-item-media-10) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-10:checked ~ .ff-items .test:not(.ff-item-media-10) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-10:checked ~ .ff-items .test:not(.ff-item-work-10) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-11:checked ~ .ff-items .test:not(.ff-item-media-11) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .test:not(.ff-item-media-11) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .test:not(.ff-item-media-11) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .test:not(.ff-item-media-11) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-11:checked ~ .ff-items .test:not(.ff-item-media-11) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-11:checked ~ .ff-items .test:not(.ff-item-work-11) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-12:checked ~ .ff-items .test:not(.ff-item-media-12) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .test:not(.ff-item-media-12) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .test:not(.ff-item-media-12) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .test:not(.ff-item-media-12) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-12:checked ~ .ff-items .test:not(.ff-item-media-12) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-12:checked ~ .ff-items .test:not(.ff-item-work-12) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-13:checked ~ .ff-items .test:not(.ff-item-media-13) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .test:not(.ff-item-media-13) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .test:not(.ff-item-media-13) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .test:not(.ff-item-media-13) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-13:checked ~ .ff-items .test:not(.ff-item-media-13) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-13:checked ~ .ff-items .test:not(.ff-item-work-13) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-14:checked ~ .ff-items .test:not(.ff-item-media-14) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .test:not(.ff-item-media-14) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .test:not(.ff-item-media-14) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .test:not(.ff-item-media-14) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-14:checked ~ .ff-items .test:not(.ff-item-media-14) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-14:checked ~ .ff-items .test:not(.ff-item-work-14) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-15:checked ~ .ff-items .test:not(.ff-item-media-15) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .test:not(.ff-item-media-15) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .test:not(.ff-item-media-15) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .test:not(.ff-item-media-15) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-15:checked ~ .ff-items .test:not(.ff-item-media-15) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-15:checked ~ .ff-items .test:not(.ff-item-work-15) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-16:checked ~ .ff-items .test:not(.ff-item-media-16) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .test:not(.ff-item-media-16) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .test:not(.ff-item-media-16) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .test:not(.ff-item-media-16) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-16:checked ~ .ff-items .test:not(.ff-item-media-16) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-16:checked ~ .ff-items .test:not(.ff-item-work-16) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-17:checked ~ .ff-items .test:not(.ff-item-media-17) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .test:not(.ff-item-media-17) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .test:not(.ff-item-media-17) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .test:not(.ff-item-media-17) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-17:checked ~ .ff-items .test:not(.ff-item-media-17) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-17:checked ~ .ff-items .test:not(.ff-item-work-17) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-18:checked ~ .ff-items .test:not(.ff-item-media-18) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .test:not(.ff-item-media-18) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .test:not(.ff-item-media-18) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .test:not(.ff-item-media-18) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-18:checked ~ .ff-items .test:not(.ff-item-media-18) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-18:checked ~ .ff-items .test:not(.ff-item-work-18) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-19:checked ~ .ff-items .test:not(.ff-item-media-19) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .test:not(.ff-item-media-19) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .test:not(.ff-item-media-19) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .test:not(.ff-item-media-19) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-19:checked ~ .ff-items .test:not(.ff-item-media-19) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-19:checked ~ .ff-items .test:not(.ff-item-work-19) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
/* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.ff-container input.ff-selector-media-20:checked ~ .ff-items .test:not(.ff-item-media-20) {
  padding: 0;
}
@media (min-width: 480px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .test:not(.ff-item-media-20) {
    /*@include animation(scaleDownXs 0.3s linear forwards);*/
    -webkit-animation: scaleDownXs 0.3s linear forwards;
    -moz-animation: scaleDownXs 0.3s linear forwards;
    -o-animation: scaleDownXs 0.3s linear forwards;
    -ms-animation: scaleDownXs 0.3s linear forwards;
    animation: scaleDownXs 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .test:not(.ff-item-media-20) {
    /*@include animation(scaleDownSm 0.3s linear forwards);*/
    -webkit-animation: scaleDownSm 0.3s linear forwards;
    -moz-animation: scaleDownSm 0.3s linear forwards;
    -o-animation: scaleDownSm 0.3s linear forwards;
    -ms-animation: scaleDownSm 0.3s linear forwards;
    animation: scaleDownSm 0.3s linear forwards;
  }
}
@media (min-width: 992px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .test:not(.ff-item-media-20) {
    /*@include animation(scaleDownMd 0.3s linear forwards);*/
    -webkit-animation: scaleDownMd 0.3s linear forwards;
    -moz-animation: scaleDownMd 0.3s linear forwards;
    -o-animation: scaleDownMd 0.3s linear forwards;
    -ms-animation: scaleDownMd 0.3s linear forwards;
    animation: scaleDownMd 0.3s linear forwards;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .ff-container input.ff-selector-media-20:checked ~ .ff-items .test:not(.ff-item-media-20) {
    /*@include animation(scaleDownLg 0.3s linear forwards);*/
    -webkit-animation: scaleDownLg 0.3s linear forwards;
    -moz-animation: scaleDownLg 0.3s linear forwards;
    -o-animation: scaleDownLg 0.3s linear forwards;
    -ms-animation: scaleDownLg 0.3s linear forwards;
    animation: scaleDownLg 0.3s linear forwards;
  }
}

 /*.ff-container input.ff-selector-work-20:checked ~ .ff-items .test:not(.ff-item-work-20) {
    @media (min-width:$screen-xs-min){@include animation(scaleDownXs 0.3s linear forwards);}
    @media (min-width:$screen-sm-min){@include animation(scaleDownSm 0.3s linear forwards);}
    @media (min-width:$screen-md-min){@include animation(scaleDownMd 0.3s linear forwards);}
    @media (min-width:$screen-lg-min){@include animation(scaleDownLg 0.3s linear forwards);}
    padding:0;
}*/
@-webkit-keyframes scaleUpXs {
  50% {
    width: 100%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 100%;
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleDownXs {
  0% {
    width: 100%;
    -webkit-transform: scale(1, 1);
  }
  99% {
    width: 100%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -webkit-transform: scale(0, 0);
  }
}
@-moz-keyframes scaleUpXs {
  50% {
    width: 100%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 100%;
    -moz-transform: scale(1, 1);
  }
}
@-moz-keyframes scaleDownXs {
  0% {
    width: 100%;
    -moz-transform: scale(1, 1);
  }
  99% {
    width: 100%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -moz-transform: scale(0, 0);
  }
}
@-o-keyframes scaleUpXs {
  50% {
    width: 100%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 100%;
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes scaleDownXs {
  0% {
    width: 100%;
    -o-transform: scale(1, 1);
  }
  99% {
    width: 100%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -o-transform: scale(0, 0);
  }
}
@-ms-keyframes scaleUpXs {
  50% {
    width: 100%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 100%;
    -ms-transform: scale(1, 1);
  }
}
@-ms-keyframes scaleDownXs {
  0% {
    width: 100%;
    -ms-transform: scale(1, 1);
  }
  99% {
    width: 100%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -ms-transform: scale(0, 0);
  }
}
@keyframes scaleUpXs {
  50% {
    width: 100%;
    transform: scale(0, 0);
  }
  100% {
    width: 100%;
    transform: scale(1, 1);
  }
}
@keyframes scaleDownXs {
  0% {
    width: 100%;
    transform: scale(1, 1);
  }
  99% {
    width: 100%;
    transform: scale(0, 0);
  }
  100% {
    width: 0px;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes scaleUpSm {
  50% {
    width: 50%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 50%;
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleDownSm {
  0% {
    width: 50%;
    -webkit-transform: scale(1, 1);
  }
  99% {
    width: 50%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -webkit-transform: scale(0, 0);
  }
}
@-moz-keyframes scaleUpSm {
  50% {
    width: 50%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 50%;
    -moz-transform: scale(1, 1);
  }
}
@-moz-keyframes scaleDownSm {
  0% {
    width: 50%;
    -moz-transform: scale(1, 1);
  }
  99% {
    width: 50%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -moz-transform: scale(0, 0);
  }
}
@-o-keyframes scaleUpSm {
  50% {
    width: 50%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 50%;
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes scaleDownSm {
  0% {
    width: 50%;
    -o-transform: scale(1, 1);
  }
  99% {
    width: 50%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -o-transform: scale(0, 0);
  }
}
@-ms-keyframes scaleUpSm {
  50% {
    width: 50%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 50%;
    -ms-transform: scale(1, 1);
  }
}
@-ms-keyframes scaleDownSm {
  0% {
    width: 50%;
    -ms-transform: scale(1, 1);
  }
  99% {
    width: 50%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -ms-transform: scale(0, 0);
  }
}
@keyframes scaleUpSm {
  50% {
    width: 50%;
    transform: scale(0, 0);
  }
  100% {
    width: 50%;
    transform: scale(1, 1);
  }
}
@keyframes scaleDownSm {
  0% {
    width: 50%;
    transform: scale(1, 1);
  }
  99% {
    width: 50%;
    transform: scale(0, 0);
  }
  100% {
    width: 0px;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes scaleUpMd {
  50% {
    width: 33.3333%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleDownMd {
  0% {
    width: 33.3333%;
    -webkit-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -webkit-transform: scale(0, 0);
  }
}
@-moz-keyframes scaleUpMd {
  50% {
    width: 33.3333%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -moz-transform: scale(1, 1);
  }
}
@-moz-keyframes scaleDownMd {
  0% {
    width: 33.3333%;
    -moz-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -moz-transform: scale(0, 0);
  }
}
@-o-keyframes scaleUpMd {
  50% {
    width: 33.3333%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes scaleDownMd {
  0% {
    width: 33.3333%;
    -o-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -o-transform: scale(0, 0);
  }
}
@-ms-keyframes scaleUpMd {
  50% {
    width: 33.3333%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -ms-transform: scale(1, 1);
  }
}
@-ms-keyframes scaleDownMd {
  0% {
    width: 33.3333%;
    -ms-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -ms-transform: scale(0, 0);
  }
}
@keyframes scaleUpMd {
  50% {
    width: 33.3333%;
    transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    transform: scale(1, 1);
  }
}
@keyframes scaleDownMd {
  0% {
    width: 33.3333%;
    transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    transform: scale(0, 0);
  }
  100% {
    width: 0px;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes scaleUpLg {
  50% {
    width: 33.3333%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes scaleDownLg {
  0% {
    width: 33.3333%;
    -webkit-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -webkit-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -webkit-transform: scale(0, 0);
  }
}
@-moz-keyframes scaleUpLg {
  50% {
    width: 33.3333%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -moz-transform: scale(1, 1);
  }
}
@-moz-keyframes scaleDownLg {
  0% {
    width: 33.3333%;
    -moz-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -moz-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -moz-transform: scale(0, 0);
  }
}
@-o-keyframes scaleUpLg {
  50% {
    width: 33.3333%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes scaleDownLg {
  0% {
    width: 33.3333%;
    -o-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -o-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -o-transform: scale(0, 0);
  }
}
@-ms-keyframes scaleUpLg {
  50% {
    width: 33.3333%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    -ms-transform: scale(1, 1);
  }
}
@-ms-keyframes scaleDownLg {
  0% {
    width: 33.3333%;
    -ms-transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    -ms-transform: scale(0, 0);
  }
  100% {
    width: 0px;
    -ms-transform: scale(0, 0);
  }
}
@keyframes scaleUpLg {
  50% {
    width: 33.3333%;
    transform: scale(0, 0);
  }
  100% {
    width: 33.3333%;
    transform: scale(1, 1);
  }
}
@keyframes scaleDownLg {
  0% {
    width: 33.3333%;
    transform: scale(1, 1);
  }
  99% {
    width: 33.3333%;
    transform: scale(0, 0);
  }
  100% {
    width: 0px;
    transform: scale(0, 0);
  }
}
/*@keyframes scaleUpXs {
    50% { width: 100%; @include scale(0,0); }
    100% { width: 100%; @include scale(1,1); }
}
@keyframes scaleDownXs {
    0% { width: 100%; @include scale(1,1);}
    99% { width: 100%; @include scale(0,0);}
    100% { width: 0px; @include scale(0,0); }
}                       
@keyframes scaleUpSm {
    50% { width: 50%; @include scale(0,0); }
    100% { width: 50%; @include scale(1,1); }
}
@keyframes scaleDownSm {
    0% { width: 50%; @include scale(1,1);}
    99% { width: 50%; @include scale(0,0);}
    100% { width: 0px; @include scale(0,0); }
}                      
@keyframes scaleUpMd {
    50% { width: 33.3333%; @include scale(0,0); }
    100% { width: 33.3333%; @include scale(1,1); }
}
@keyframes scaleDownMd {
    0% { width: 33.3333%; @include scale(1,1);}
    99% { width: 33.3333%; @include scale(0,0);}
    100% { width: 0px; @include scale(0,0); }
}
@keyframes scaleUpLg {
    50% { width: 33.3333%; @include scale(0,0); }
    100% { width: 33.3333%; @include scale(1,1); }
}
@keyframes scaleDownLg {
    0% { width: 33.3333%; @include scale(1,1);}
    99% { width: 33.3333%; @include scale(0,0);}
    100% { width: 0px; @include scale(0,0); }
}*/
/* 1. --------- EFFET PORTFOLIO --------------------- ------- */
/* Common style */
/* line 439, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure {
  position: relative;
  overflow: hidden;
  background: #F7BB1D;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 439, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .portfolio figure {
    height: 259px;
  }
}
@media (min-width: 992px) {
  /* line 439, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .portfolio figure {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  /* line 439, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
  .portfolio figure {
    height: 270px;
  }
}

/* line 455, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 462, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 469, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure figcaption::before,
.portfolio figure figcaption::after {
  pointer-events: none;
}

/* line 473, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure figcaption,
.portfolio figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 483, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
}

/* line 491, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
/* line 494, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure h2 span {
  font-weight: 800;
}

/* line 498, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure h2,
.portfolio figure p {
  margin: 0;
}

/* line 502, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.portfolio figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* line 506, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

/* line 510, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 514, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio figcaption {
  text-align: left;
}

/* line 517, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 100%;
}

/* line 526, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio h2,
figure.effect-portfolio p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  color: #fff;
}

/* line 531, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio h2 span, figure.effect-portfolio p {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(217, 83, 79, 0.9);
}

/* line 536, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio h2 {
  -webkit-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  color: white;
}

/* line 542, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, transform 0.35s;
  -o-transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  margin-top: 5px;
}

/* line 548, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio:hover p {
  opacity: 1;
}

/* line 551, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 556, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
figure.effect-portfolio:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* line 560, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery p {
  white-space: pre-wrap;
}

/* line 561, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail {
  margin-bottom: 20px;
}

/* line 562, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail p.link-gallery {
  margin-bottom: 30px;
}

/* line 563, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail p.technologies {
  margin-bottom: 30px;
}

/* line 564, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail p.link-gallery {
  margin-bottom: 20px;
}
/* line 564, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail p.link-gallery a {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  margin-top: 0 !important;
}

/* line 565, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-description {
  white-space: pre-wrap;
}

/* line 566, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-img-detail, .gallery-description, .gallery-img-first {
  margin-bottom: 30px;
}

/* line 567, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-img-detail {
  clear: both;
}

/* line 568, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.gallery-detail h2 {
  margin-bottom: 30px;
}

/* line 569, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.back-gallery {
  margin-bottom: 30px;
}
/* line 571, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_gallery.scss */
.back-gallery i {
  margin-right: 5px;
}

/* 1. --------- INDEX BANNER + PAGE BANNER -------------- */
/* 2. --------- INDEX A PROPOS -------------------------- */
/* 3. --------- INDEX SERVICES -------------------------- */
/* 4. --------- INDEX CALLOUT --------------------------- */
/* 5. --------- A PROPOS -------------------------------- */
/* 6. --------- NEWS ------------------------------------ */
/* 7. --------- SERVICES -------------------------------- */
/* 8. --------- CONTACT --------------------------------- */
/* 9. --------- GLOSSAIRE ------------------------------- */
/* 10. --------- MISC ----------------------------------- */
/* 1. --------- INDEX BANNER + PAGE BANNER -------------- */
/* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.intro {
  width: 100%;
  position: relative;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  /* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro {
    background: url(/images/montagne-1100.jpg) no-repeat center top fixed;
  }
}
@media (min-width: 992px) {
  /* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro {
    background: url(/images/montagne-1500.jpg) no-repeat center top fixed;
  }
}
@media (min-width: 1200px) {
  /* line 21, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro {
    background: url(/images/montagne-2000.jpg) no-repeat center top fixed;
  }
}
/* line 29, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.intro h4 {
  font-size: 18px;
}

/* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
#intro.intro {
  padding: 0 0 0 0;
  display: block;
}
@media (max-width: 767px) {
  /* line 33, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  #intro.intro {
    display: none;
  }
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.banner-page {
  width: 100%;
  position: relative;
  height: 300px;
  -moz-background-size: 2000px 300px;
  -o-background-size: 2000px 300px;
  -webkit-background-size: 2000px 300px;
  background-size: 2000px 300px;
}
@media (min-width: 768px) {
  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .banner-page {
    background: url(/images/banner-page-1100.jpg) no-repeat center top fixed;
  }
}
@media (min-width: 992px) {
  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .banner-page {
    background: url(/images/banner-page-1500.jpg) no-repeat center top fixed;
  }
}
@media (min-width: 1200px) {
  /* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .banner-page {
    background: url(/images/banner-page-2000.jpg) no-repeat center top fixed;
  }
}

/* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
#intro.banner-page {
  display: block;
}
@media (max-width: 767px) {
  /* line 50, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  #intro.banner-page {
    display: none;
  }
}

/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.intro .slogan {
  padding: 45% 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan {
    padding: 30% 0 0 0;
  }
}
@media (min-width: 992px) {
  /* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan {
    padding: 25% 0 0 0;
  }
}
@media (min-width: 1200px) {
  /* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan {
    padding: 20% 0 0 0;
  }
}
/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.intro .slogan h2 {
  color: #4EBDCC;
  text-shadow: none;
  line-height: 60px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  border-bottom: none !important;
  margin: 0 auto 20px auto;
  font-size: 18px;
  display: inline-block;
  padding: 0 20px;
  width: auto;
}
@media (min-width: 768px) {
  /* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  /* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h2 {
    font-size: 48px;
  }
}
/* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.intro .slogan h4 {
  color: #4EBDCC;
  text-shadow: none !important;
  font-size: 24px;
  width: 20%;
  padding: 10px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  /* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h4 {
    width: 44%;
  }
}
@media (min-width: 992px) {
  /* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h4 {
    width: 34%;
  }
}
@media (min-width: 1200px) {
  /* line 99, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .intro .slogan h4 {
    width: 28%;
  }
}

/* 2. --------- INDEX A PROPOS -------------------------- */
/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.content-section-a {
  background-color: #f8f8f8;
}

/* line 125, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.content-section-a.about {
  background-color: #fff;
  padding-top: 110px;
}

/* line 129, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.content-section-a.about h1 {
  margin: 0;
  line-height: 48px;
}

/* line 133, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.content-section-a.about .about-inner p.first {
  margin-top: 5px;
}

/* line 136, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.content-section-b {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* line 140, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.section-heading {
  margin-bottom: 30px;
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #4EBDCC;
}

/* 3. --------- INDEX SERVICES --------------------------- */
/* line 153, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-blue .fa-square {
  color: #2A5972;
}

/* line 154, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-yellow .fa-square {
  color: #4EBDCC;
}

/* line 155, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-orange .fa-square {
  color: #F2DC5B;
}

/* line 157, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.fa-database {
  color: #2A5972;
}

/* line 158, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.fa-cog {
  color: #4EBDCC;
}

/* line 159, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.fa-desktop {
  color: #EF7C0E;
}

/* line 162, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-blue {
  background: #4EBDCC url(/images/triangle-bleu.png) bottom right no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* line 164, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-orange {
  background: #EF7C0E url(/images/triangle-rouge.png) bottom right no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* line 165, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.color-yellow {
  background: #F2DC5B url(/images/triangle-jaune.png) bottom right no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* line 168, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services .element {
  margin-bottom: 0;
}

/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item p {
  margin-bottom: 30px;
}

/* line 172, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services-col .element {
  margin: 0;
}

/* line 175, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services-col h2 {
  padding-bottom: 20px;
  border-bottom: 3px solid #2A5972;
  width: 75%;
  line-height: 36px;
  margin: 20px auto 40px auto;
  font-size: 24px;
}

/* line 183, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item {
  padding: 50px 0;
}
/* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item h2 {
  color: #000;
  padding: 10px;
  border-bottom: none;
}
/* line 189, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item h2.red {
  background: #d9534f;
}
/* line 192, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item h2.blue {
  background: #4EBDCC;
}
/* line 195, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item h2.yellow {
  background: #F7BB1D;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 185, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .service-item h2 {
    font-size: 16px;
  }
}
/* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.service-item p {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 202, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .service-item p {
    font-size: 18px;
  }
}

/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.home-section {
  display: block;
  position: relative;
  z-index: 120;
}

/* Radial Out */
/* line 217, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.hvr-radial-out {
  color: #2A5972 !important;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  /* line 217, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .hvr-radial-out {
    position: absolute;
    left: 50%;
    margin-left: -2em;
    bottom: 40px;
  }
}

/* line 236, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A5972;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 249, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: #4EBDCC !important;
}

/* line 252, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* 4. --------- INDEX CALLOUT --------------------------- */
/* line 259, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.callout {
  display: table;
  width: 100%;
  height: 400px;
  color: #fff;
  background: url(/images/teamwork-1100.jpg) no-repeat center center scroll;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  /* line 259, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .callout {
    background: url(/images/teamwork-1500.jpg) no-repeat center center scroll;
  }
}
@media (min-width: 1200px) {
  /* line 259, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .callout {
    background: url(/images/teamwork-2200.jpg) no-repeat center center scroll;
  }
}
/* line 268, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.callout h2 {
  color: #fff;
  font-size: 42px;
  font-family: "ralewaylight", Helvetica, Arial, sans-serif, Verdana, Arial, sans-serif;
  text-transform: none;
  margin: 0 0 10px 0;
}
/* line 275, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.callout h3 {
  margin: 10px 0 0 0;
  color: #fff;
  text-transform: initial;
  font-size: 18px;
}

/* line 282, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 286, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* 5. --------- A PROPOS -------------------------------- */
/* line 297, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.about-inner {
  margin-bottom: 40px;
}

/* line 300, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profiles {
  margin: 25px auto;
  width: 650px;
  padding: 0;
  overflow: hidden;
  background: url(/images/timeline_bg.gif) repeat-y center top;
}
@media (max-width: 767px) {
  /* line 300, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .profiles {
    width: 100%;
    background: none;
  }
}
/* line 310, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profiles .profile {
  list-style-type: none;
  width: 324px;
  float: left;
  margin: 0 0 10px;
  padding: 10px 30px 0 0;
  border-top: 3px solid #f0f0f0;
  position: relative;
  clear: both;
}
/* line 319, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profiles .profile div {
  color: #666666;
  line-height: 20px;
}
/* line 323, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profiles .profile p {
  color: #666666;
  margin: 0 0 0 0;
}
/* line 326, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profiles .profile p.date {
  color: #EF7C0E;
  font-size: 36px;
}

/* line 333, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.profile.even {
  float: right;
  padding: 10px 0 0 31px;
  border-color: #f0f0f0;
}

@media (max-width: 767px) {
  /* line 338, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .profile.even, .profile.odd {
    float: none;
    padding: 0;
    width: 100%;
    clear: both;
    text-align: center;
  }
}

/* Section Dividers */
/* line 349, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 140px;
  margin-top: 45px;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

/* line 365, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.textdivider h1 {
  padding-top: 70px;
  color: #fff;
  font-size: 40px;
}
/* line 370, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.textdivider p {
  color: #fff;
  font-size: 18px;
}

/* Section Dividers Backgrounds */
/* line 377, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.divider2 {
  background: url(/images/team-1100.jpg) no-repeat center center;
}
@media (min-width: 992px) {
  /* line 377, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .divider2 {
    background: url(/images/team-1500.jpg) no-repeat center center;
  }
}
@media (min-width: 1200px) {
  /* line 377, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .divider2 {
    background: url(/images/team-2200.jpg) no-repeat center center;
  }
}
/* line 382, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.divider2 hr {
  border-color: #fff;
}

/* line 386, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.padding-services {
  border-bottom: 1px solid #f0f0f0;
}
/* line 388, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.padding-services h2 {
  font-size: 30px;
}

/* line 391, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}
/* line 396, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.list-icons li {
  padding: 0 0 15px 0;
}

/* 6. --------- NEWS ------------------------------------ */
/* line 404, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element {
  margin-bottom: 30px;
}

/* line 405, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box {
  background: #f0f0f0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 408, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px #dddddd;
  box-shadow: 0 0 10px #dddddd;
  background: #EF7C0E;
}

/* line 414, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box .mask-container {
  background: none;
  border: none;
  position: relative;
  display: block;
  vertical-align: middle;
}
/* line 421, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box .mask-container img {
  margin: 0 auto;
}
/* line 422, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box .mask-container .btn {
  min-width: 160px;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 430, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box a h2, .element .box a p em,
.element .box a:focus h2, .element .box a:focus p em,
.element .box a:active h2, .element .box a:active p em,
.element .box a:visited h2, .element .box a:visited p em {
  color: #2A5972;
}

/* line 436, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .box:hover a h2, .element .box:hover a p em,
.element .box:hover a:focus h2, .element .box:hover a:focus p em,
.element .box:hover a:active h2, .element .box:hover a:active p em {
  color: #fff;
}

/* line 441, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-default {
  padding: 0;
  background: none !important;
  border: none;
  text-decoration: none;
}

/* line 447, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-default:hover {
  background: none !important;
}

/* line 450, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box {
  font-weight: normal;
  display: block;
  width: 100%;
  text-decoration: none;
}
/* line 455, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box figure {
  text-align: center;
}
/* line 457, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box figure img {
  display: inline-block;
}
/* line 461, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box h2.title {
  white-space: pre-wrap;
  margin-top: 10px;
  padding: 12px 12px 0 12px;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #2A5972;
}
/* line 469, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box p {
  padding: 0 12px 12px 12px;
}
/* line 471, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box p.date {
  font-weight: normal;
}
/* line 475, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box span {
  display: block;
  white-space: pre-wrap;
  text-transform: initial;
  white-space: normal;
}
/* line 480, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box span.title {
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 483, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.element .btn-box span.title em {
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
}

/*.news .public-description{white-space:pre-wrap;}*/
/* line 489, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.news p.file a i {
  padding-right: 10px;
}
/* line 490, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.news p.file a:hover {
  color: #EF7C0E;
}

/* line 494, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.news .images a {
  display: block;
  margin-bottom: 20px;
}

/* 7. --------- SERVICES ------------------------------------ */
/* line 503, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global {
  padding: 50px 0;
}
/* line 505, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global ul li {
  margin: 0 5px 5px 0;
}
/* line 507, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global ul li a {
  font-size: 18px;
  color: #666666;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/* line 516, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global .nav-tabs > li.active > a:focus, .tab-global ul li.active a, .tab-global ul li a:hover, .tab-global ul li.active a:hover {
  color: #fff;
  background: #4ebdcc;
  border: none;
}

/* line 521, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global .tab-content > .tab-pane {
  border: none;
  padding: 20px 0;
}

/* line 525, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.tab-global .nav-tabs {
  border-bottom: none;
}

/* 8. --------- GLOSSAIRE ------------------------------------------ */
/* line 533, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.liste-glossaire dt, .liste-glossaire dd {
  font-size: 17px;
}

/* line 534, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.liste-glossaire dd {
  margin-bottom: 20px;
}

/* 9. --------- CONTACT --------------------------------- */
/* line 540, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
:required {
  border: 1px solid #F7BB1D;
}

/* line 543, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
label.required:before {
  content: '* ';
  font-size: large;
  font-weight: bolder;
  color: #d9534f;
}

/* line 549, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .form-horizontal .control-label {
  font-size: 17px;
}
@media (min-width: 768px) {
  /* line 549, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
  .contact .form-horizontal .control-label {
    padding-bottom: 7px;
  }
}

/* line 555, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.form-control {
  height: 45px;
  font-size: 17px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 560, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.form-control:focus {
  border-color: #EF7C0E;
  -webkit-box-shadow: 0 1px 1px rgba(239, 124, 14, 0.075) inset, 0 0 8px rgba(239, 124, 14, 0.6);
  box-shadow: 0 1px 1px rgba(239, 124, 14, 0.075) inset, 0 0 8px rgba(239, 124, 14, 0.6);
  outline: none;
}

/* line 565, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.form-control-feedback {
  color: #cccccc;
}

/* line 566, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 15px;
}

/* line 567, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
textarea {
  resize: vertical;
}

/* line 568, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact.container {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 571, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact.container h2 {
  text-transform: initial;
}

/* line 575, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .adresse .fa {
  width: 25px;
}

/* line 577, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .adresse .fa-map-marker {
  position: absolute;
}
/* line 581, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .adresse .postal-code, .contact .adresse .streetadress, .contact .adresse .fn {
  font-size: 17px;
  margin: 0 0 0 25px;
}
/* line 584, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .adresse .locality {
  font-size: 17px;
}

/* line 586, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .adresse, .contact .numbers {
  margin: 20px 0;
}

/* line 588, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .numbers .phone, .contact .numbers .fax {
  display: block;
}
/* line 589, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.contact .numbers .phone span, .contact .numbers .fax span {
  margin: 0 0 0 15px;
  font-size: 17px;
}

/* 10. --------- MISC ------------------------------------ */
/* line 599, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.section2gauche .padding0, .section2droite .padding0 {
  padding: 0;
}

/* line 601, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.link span .fa-circle {
  color: #EF7C0E;
}

/* line 602, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.link span .fa-link {
  color: #fff;
}

/* line 603, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.link a:hover span .fa-circle {
  color: #2A5972;
}

/* line 604, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.link a:hover span .fa-link {
  color: #fff;
}

/* line 605, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 609, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services-section h4, .services-section i {
  color: #2A5972;
}

/* line 610, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.services-section i {
  font-size: 18px;
}

/* line 611, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_modules.scss */
.fb-like {
  margin-top: 7px;
}

/* Background images are set within the HTML using inline CSS, not here */
/*.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    @include background-size(cover);
}
.map {
    height: 500px;
    @media (max-width:$screen-sm-max){
        height: 75%;
    }
}  
.brand-heading {font-size: 40px;}
.intro-text {font-size: 18px;}    
.content-padding-height{
    padding:50px 0;
}
@media (max-width:991px) {
    p.mb-40{
        margin-bottom:20px;
    }
}
 @media (min-width:992px) {
    p.mb-40{
        margin-bottom:40px;
    }
}
}*/
/* 1. --------- BOUTONS -------------------------------------------- */
/* 2. --------- ADMIN LAYOUT --------------------------------------- */
/* 3. --------- FLASH ---------------------------------------------- */
/* 1. --------- BOUTONS -------------------------------------------- */
/* line 13, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-default {
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #555555 !important;
}
/* line 17, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-default:hover {
  color: #555555 !important;
  background-color: #e6e6e6 !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 23, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-primary {
  background-color: #2fa4e7 !important;
  border-color: #178acc !important;
}
/* line 26, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-primary:hover {
  background-color: #178acc !important;
  border-color: #1684c2 !important;
}

/* line 31, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-success {
  background-color: #73a839 !important;
  border-color: #59822c !important;
  color: #fff !important;
}
/* line 35, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-success:hover {
  background-color: #59822c !important;
  border-color: #547a29 !important;
}

/* line 40, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-info {
  background-color: #033c73 !important;
  border-color: #022241 !important;
}
/* line 43, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-info:hover {
  background-color: #022241 !important;
  border-color: #011d37 !important;
}

/* line 48, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-warning {
  background-color: #dd5600 !important;
  border-color: #aa4200 !important;
}
/* line 51, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-warning:hover {
  background-color: #aa4200 !important;
  border-color: #a03e00 !important;
}

/* line 56, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-danger {
  background-color: #c71c22 !important;
  border-color: #9a161a !important;
}
/* line 59, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-danger:hover {
  background-color: #9a161a !important;
  border-color: #911419 !important;
}

/* 2. --------- ADMIN LAYOUT --------------------------------------- */
/* line 68, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_gallerybundle_gallery_images a.btn-primary {
  margin-bottom: 30px;
}

/* line 69, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.page-admin {
  padding: 50px 0;
}

/* line 70, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.drager {
  cursor: move;
}

/* line 71, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.ghost {
  opacity: .5;
  background: #C8EBFB;
}

/* line 75, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-action {
  width: 15%;
}

/* line 78, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-button ul li {
  list-style-type: none;
  margin-right: 5px;
}
/* line 81, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-button ul li span {
  margin-right: 5px;
}

/* line 85, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-button .btn-primary {
  margin-bottom: 10px;
}

/* line 89, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.table-responsive {
  overflow: auto;
  margin-bottom: 10px;
}

/* line 93, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.table-responsive td.wrap-text {
  white-space: pre-wrap;
}

/* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group .checkbox {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  /* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .form-group .checkbox {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  /* line 96, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .form-group .checkbox {
    margin-left: 16.66667%;
  }
}

/* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.record_actions {
  padding: 0;
}
@media (min-width: 1200px) {
  /* line 101, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .record_actions {
    margin-left: 16.66667%;
  }
}
/* line 104, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.record_actions li {
  display: inline-block;
  margin: 0 0 0 5px;
  width: auto;
  padding: 0;
}

/* line 111, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.record_actions li form .form-group {
  margin: 0;
}

/* line 112, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.record_actions.margin {
  margin-left: 0;
}
/* line 114, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.record_actions.margin li {
  margin: 15px 7px 0 0;
}

/* line 118, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.news-edit .record_actions {
  margin-left: 25%;
}

/* line 119, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group ul {
  padding: 0;
  margin: 0;
}
/* line 122, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group ul li {
  list-style-type: none;
}
/* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group ul li .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  /* line 124, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .form-group ul li .col-lg-12 {
    float: left;
    width: 83.33333%;
  }
}

/* line 129, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.bootstrap-date select, .bootstrap-time select {
  display: inline-block;
  width: auto;
}

/* line 130, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tab-content > .tab-pane {
  padding: 20px 10px 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #fff;
}

/* line 137, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-edit {
  padding-top: 50px;
}

/* line 138, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-new {
  padding-top: 50px;
}

/* line 139, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-edit .form-group ul.nav-tabs li a,
.admin-new .form-group ul.nav-tabs li a {
  font-size: 1.1em;
}

/* line 143, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.navigation h1 {
  display: inline-block;
}

/* line 146, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.navigation.admin .pagination {
  margin: 0 0 -5px 15px;
}

/* line 149, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #2A5972;
  border-color: #2A5972;
  color: #fff;
}

/* line 154, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.navigation .admin-button {
  margin-left: 15px;
}
/* line 156, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.navigation .admin-button ul {
  padding: 0;
}
/* line 158, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.navigation .admin-button ul span {
  display: inline;
}

/* line 163, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
ul li a.add_tag_link {
  color: #2A5972;
  font-weight: bold;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  padding: 10px 20px;
}

/* line 171, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add_tag_link {
  color: #2A5972;
  font-weight: bold;
  padding: 6px 12px;
}

/* line 176, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add_tag_link:hover {
  color: #2A5972;
}

/* line 177, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#search-admin .input-group-addon {
  padding: 0;
}
/* line 179, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#search-admin .input-group-addon .btn {
  padding: 9px 20px;
}

/* line 183, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#search-admin {
  display: inline-block;
  margin-left: 15px;
}
/* line 186, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#search-admin .form-group {
  margin-top: -15px;
}

/* line 190, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group .col-lg-20 .form-group {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

/* line 194, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-group .col-lg-20 .form-group .form-group, .form-group .tab-content .form-group {
  border: none;
}

/* line 195, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.show-description {
  white-space: pre-wrap;
}

/* line 196, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin .btn-default span {
  display: block;
  white-space: pre-wrap;
}

/* line 200, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-file span .down-img, .btn-file span .thumb {
  width: 100%;
}

/* line 203, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-file {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.9em;
}

/* line 210, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 225, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
span.thumb {
  margin-top: 10px;
}
/* line 227, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
span.thumb img {
  max-width: 300px;
  max-height: 400px;
}
/* line 231, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
span.thumb span.info {
  margin-top: 10px;
  font-weight: normal;
}
/* line 234, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
span.thumb span.info span.name {
  text-transform: initial;
}

/* line 239, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.delete_tag_link, .delete_tag_link:hover {
  color: #d9534f;
}

/* line 242, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.nestedform .delete_tag_link {
  color: #cc0000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  padding: 10px 20px;
  margin-left: 30px;
}

/* line 249, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_newsbundle_news ul li a.add_tag_link, #gms_gallerybundle_gallery ul li a.add_tag_link {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
}

/* line 257, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_newsbundle_news_docFile {
  margin-bottom: 5px;
}

/* line 260, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-img img {
  margin-right: 12px;
  margin-bottom: 12px;
}

/* line 261, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-new textarea, .admin-edit textarea {
  height: 250px;
}

/* line 262, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-new .nestedform textarea, .admin-edit .nestedform textarea {
  height: 55px;
}

/* line 263, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-index-img img {
  margin: 0 5px 5px 0;
}

/* line 266, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add-news .nestedform .col-lg-20 > div > .form-group:first-of-type,
.edit-news .nestedform .col-lg-20 > div > .form-group:first-of-type,
.add-gallery .nestedform .col-lg-20 > div > .form-group:first-of-type,
.edit-gallery .nestedform .col-lg-20 > div > .form-group:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  /* line 266, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .add-news .nestedform .col-lg-20 > div > .form-group:first-of-type,
  .edit-news .nestedform .col-lg-20 > div > .form-group:first-of-type,
  .add-gallery .nestedform .col-lg-20 > div > .form-group:first-of-type,
  .edit-gallery .nestedform .col-lg-20 > div > .form-group:first-of-type {
    float: left;
    width: 25%;
  }
}

/* line 272, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add-news .nestedform .col-lg-20 > div > .form-group:last-of-type,
.edit-news .nestedform .col-lg-20 > div > .form-group:last-of-type,
.add-gallery .nestedform .col-lg-20 > div > .form-group:last-of-type,
.edit-gallery .nestedform .col-lg-20 > div > .form-group:last-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  /* line 272, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .add-news .nestedform .col-lg-20 > div > .form-group:last-of-type,
  .edit-news .nestedform .col-lg-20 > div > .form-group:last-of-type,
  .add-gallery .nestedform .col-lg-20 > div > .form-group:last-of-type,
  .edit-gallery .nestedform .col-lg-20 > div > .form-group:last-of-type {
    float: left;
    width: 75%;
  }
}

/* line 278, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add-news .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
.edit-news .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
.add-gallery .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
.edit-gallery .nestedform .col-lg-20 > div > .form-group > label.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  /* line 278, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .add-news .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
  .edit-news .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
  .add-gallery .nestedform .col-lg-20 > div > .form-group > label.col-lg-4,
  .edit-gallery .nestedform .col-lg-20 > div > .form-group > label.col-lg-4 {
    float: left;
    width: 100%;
  }
}

/* line 286, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.add-news .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
.edit-news .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
.add-gallery .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
.edit-gallery .nestedform .col-lg-20 > div > .form-group > div.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  /* line 286, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  .add-news .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
  .edit-news .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
  .add-gallery .nestedform .col-lg-20 > div > .form-group > div.col-lg-20,
  .edit-gallery .nestedform .col-lg-20 > div > .form-group > div.col-lg-20 {
    float: left;
    width: 100%;
  }
}

/* line 292, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-button li a, .admin-button a.btn, .admin-button a.btn:hover {
  text-decoration: none;
  text-transform: uppercase;
}

/* line 296, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-button span {
  display: block;
  margin-bottom: 5px;
}

/* line 300, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-table .admin-button a.drager {
  padding-top: 18px;
  padding-bottom: 17px;
}

/* line 304, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-group-sm a.btn {
  font-size: 12px;
  padding-top: 12px;
}

/* line 308, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tooltip-inner {
  background-color: #2A5972;
  color: #fff;
}

/* line 309, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #2A5972;
}

/* line 310, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #2A5972;
}

/* line 311, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2A5972;
}

/* line 312, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #2A5972;
}

/* line 314, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.dz-message span {
  color: #d9534f;
  font-size: 24px;
}

/* line 318, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.pushed {
  color: #EF7C0E;
}

/* line 319, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.unpushed {
  color: #666666;
}

/* line 320, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.editable {
  cursor: pointer;
}

/* line 321, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.just-pushed {
  color: #EF7C0E;
}

/* line 322, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.just-unpushed {
  color: #666666;
}

/* line 323, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.editable.pushed:hover {
  color: #666666;
}

/* line 324, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
figure.editable.unpushed:hover {
  color: #EF7C0E;
}

/* line 325, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
select[multiple] {
  display: none;
}

@media (min-width: 768px) {
  /* line 327, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
  #uploadfile, nav.teaser {
    margin-left: 16.66667%;
  }
}

/* line 328, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#uploadfile, nav.teaser {
  max-width: 800px;
}

/* line 329, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.btn-group.currentState {
  margin-top: 8px;
}

/* line 330, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.form-collection {
  margin-top: 50px;
}

/* line 331, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.icones-admin p {
  font-size: 14px;
  margin-top: 5px;
}

/* line 335, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_businesscentersbundle_businesscenter_coordinates .coord-form {
  width: 60%;
  float: left;
}

/* line 339, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_businesscentersbundle_businesscenter_coordinates .coord-map {
  display: block;
  width: 39% !important;
  height: 130px;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
}

/* line 347, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
textarea.form-control {
  height: 150px;
  width: 100%;
}

/* line 351, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.delete-file:hover {
  text-decoration: underline;
}

/* line 352, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.delete-file {
  color: #cc0000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  padding: 10px 20px;
  margin-left: 30px;
  cursor: pointer;
}

/* line 360, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
#gms_newsbundle_news_date[readonly],
#gms_newsbundle_news_dateStart[readonly],
#gms_newsbundle_news_dateEnd[readonly] {
  cursor: auto;
}

/* line 365, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-index-img ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
}

/* line 370, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.admin-index-img ul li span {
  position: absolute;
  left: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.85);
}

/* 3. --------- FLASH ---------------------------------------------- */
/* line 380, ../home/sites/gms/src/Gms/SiteBundle/Resources/assets/css/_admin.scss */
.flash td {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #7dbb42;
  }
  100% {
    background-color: none;
  }
}
@-moz-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #7dbb42;
  }
  100% {
    background-color: none;
  }
}
@-ms-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #7dbb42;
  }
  100% {
    background-color: none;
  }
}
