@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../bootstrap/blob/master/LICENSE)
 */
/*@import "colors-premium";*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*@import "../bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  /*color: $text-color;*/
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  /*color: $link-color;*/
  text-decoration: none; }
  a:hover, a:focus {
    /*color: $link-hover-color;*/
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.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;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f5f6f7; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo Narrow", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  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: #e8e8e8; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  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%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e8e8e8; }

.text-primary {
  color: #D9D9D9; }

a.text-primary:hover,
a.text-primary:focus {
  color: silver; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #D9D9D9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: silver; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f5f6f7; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e8e8e8; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f5f6f7; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #e8e8e8; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f6f7;
  border-left: 0;
  text-align: right; }
  .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: ''; }
  .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'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

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); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

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; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 10px;
  padding-right: 10px; }

.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; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e8e8e8;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .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; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.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; }

.table-bordered {
  border: 1px solid #ddd; }
  .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; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.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; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .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; }
      .table-responsive > .table-bordered {
        border: 0; }
        .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; }
        .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; }
        .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; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #717171; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #717171;
  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; }
  .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); }
  .form-control::-moz-placeholder {
    color: #717171;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #717171; }
  .form-control::-webkit-input-placeholder {
    color: #717171; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f5f6f7;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .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-group-sm input[type="date"],
  input[type="time"].input-sm,
  .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-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .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-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .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,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .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-group-lg input[type="date"],
  input[type="time"].input-lg,
  .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-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .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-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.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; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

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; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .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, .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; }

.input-sm, .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; }

select.input-sm, .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; }

textarea.input-sm, .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,
.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; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .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.33333;
  border-radius: 6px; }

select.input-lg, .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; }

textarea.input-lg, .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,
.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; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.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); }
  .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; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.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); }
  .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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.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); }
  .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; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  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; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #D9D9D9;
  border-color: #D9D9D9; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: silver;
    border-color: #999999; }
  .btn-primary:hover {
    color: #fff;
    background-color: silver;
    border-color: #bababa; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: silver;
    border-color: #bababa; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #aeaeae;
      border-color: #999999; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #D9D9D9;
    border-color: #D9D9D9; }
  .btn-primary .badge {
    color: #D9D9D9;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #D9D9D9;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #b3b3b3;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #e8e8e8;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

h1, h2, h3, h4 {
  font-family: "Archivo Narrow", Times, serif;
  margin-top: 0; }

h1 {
  font-size: 30px;
  margin: 20px 0;
  padding: 0; }
  @media (max-width: 480px) {
    h1 {
      font-size: 22px; } }
  h1 .fa {
    font-size: 22px; }
  h1 .details {
    font-size: 18px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.no-padding {
  padding: 0 !important; }

.margin {
  margin-bottom: 30px; }

.bold {
  font-weight: bold; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .demi-col-xs-12 {
    width: 50% !important; }
  .demi-col-xs-6 {
    width: 25% !important; }
  .demi-col-xs-4 {
    width: 33% !important; } }

.container {
  padding: 20px 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.bg-white {
  background: #fff; }

.bg-with-color {
  color: #fff; }

.bg {
  background: #D9D9D9; }

.bg-light {
  background: #e8e8e8; }

.bg-light.row {
  box-shadow: inset 0 0 10px -5px #B3B3B3; }

.bg-lighter {
  background: #f5f6f7; }

.btn {
  border-radius: 0 !important;
  -webkit-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s; }

.btn-colored {
  color: #fff !important; }

.display-patch {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0; }

.content-patch {
  display: inline-block;
  vertical-align: middle; }

.head-mobile {
  padding: 15px;
  color: #fff;
  text-align: right; }

.head-mobile span.fa {
  font-size: 30px; }

.title-with-bg {
  position: relative;
  color: #fff;
  font-size: 18px !important;
  padding: 5px; }
  .title-with-bg .name {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 19px;
    max-height: 40px;
    font-size: 15px;
    width: 83%; }
    @media screen and (max-width: 480px) {
      .title-with-bg .name {
        width: 70%; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      .title-with-bg .name {
        width: 80%; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .title-with-bg .name {
        width: 75%; } }
  .title-with-bg .nb-pers {
    display: block;
    vertical-align: middle;
    background: #f5f6f7;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: 0; }

input[type="checkbox"] {
  margin-top: 2px; }

.close-popover {
  margin: 20px; }

.customNavigation a {
  -webkit-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s; }

.customNavigation .fa-chevron-right:before {
  content: none; }

.customNavigation .fa-chevron-right:after {
  content: "\f054"; }

@media (min-width: 768px) and (max-width: 991px) {
  .custom-visible-sm {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .custom-hidden-xs {
    display: none !important; } }

.flag_FR {
  background: url(/ressources/pip2/images/flags/flag_FR.png) no-repeat; }

.flag_ES {
  background: url(/ressources/pip2/images/flags/flag_ES.png) no-repeat; }

.flag_NL {
  background: url(/ressources/pip2/images/flags/flag_NL.png) no-repeat; }

.flag_EN {
  background: url(/ressources/pip2/images/flags/flag_EN.png) no-repeat; }

.flag_IT {
  background: url(/ressources/pip2/images/flags/flag_IT.png) no-repeat; }

.flag_DA {
  background: url(/ressources/pip2/images/flags/flag_DK.png) no-repeat; }

.flag_PT {
  background: url(/ressources/pip2/images/flags/flag_PT.png) no-repeat; }

.flag_DE {
  background: url(/ressources/pip2/images/flags/flag_DE.png) no-repeat; }

.flag_CA {
  background: url(/ressources/pip2/images/flags/flag_CA.png) no-repeat; }

.flag_HR {
  background: url(/ressources/pip2/images/flags/flag_HR.png) no-repeat; }

.flag_PL {
  background: url(/ressources/pip2/images/flags/flag_PL.png) no-repeat; }

#main-header {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  position: relative; }
  @media (min-width: 480px) {
    #main-header #top-header {
      min-height: 50px;
      width: 100%;
      position: relative;
      z-index: 2002;
      line-height: 22px; } }
  @media (max-width: 480px) {
    #main-header #top-header {
      text-align: center; } }
  #main-header #top-header .container {
    position: relative;
    padding: 0;
    z-index: 1; }
  #main-header #top-header #logo {
    white-space: nowrap;
    text-align: center; }
    @media (min-width: 480px) {
      #main-header #top-header #logo {
        width: 140px;
        min-height: 50px;
        max-height: 130px;
        padding: 5px 9px;
        margin-right: 10px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 480px) {
      #main-header #top-header #logo {
        width: 100%;
        background: none;
        max-height: 70px;
        text-align: center; } }
    #main-header #top-header #logo img {
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      white-space: nowrap; }
      @media (min-width: 480px) {
        #main-header #top-header #logo img {
          min-height: 29px;
          max-height: 120px;
          max-width: 106px; } }
      @media (max-width: 480px) {
        #main-header #top-header #logo img {
          max-height: 60px;
          max-width: 60px; } }
  @media (min-width: 480px) {
    #main-header #top-header #camping-name.with-logo {
      margin-left: 150px; } }
  #main-header #top-header #camping-name {
    padding: 0 10px; }
    @media (max-width: 480px) {
      #main-header #top-header #camping-name {
        width: 100%; } }
    @media (min-width: 480px) {
      #main-header #top-header #camping-name {
        float: left;
        max-width: 68%;
        line-height: 30px;
        margin-top: 14px;
        margin-bottom: 14px; } }
    #main-header #top-header #camping-name .name {
      color: #fff;
      font-family: "Archivo Narrow", Times, serif;
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      line-height: 22px; }
      @media (max-width: 480px) {
        #main-header #top-header #camping-name .name {
          font-size: 14px; } }
    #main-header #top-header #camping-name .nb-stars {
      display: inline-block;
      font-size: 12px;
      vertical-align: middle; }
  @media (max-width: 480px) {
    #main-header #top-header #header-modules {
      width: 67px;
      margin: 5px auto 5px auto; } }
  #main-header #top-header #selected-offer {
    position: relative; }
    #main-header #top-header #selected-offer .nbProductsBasket {
      position: absolute;
      color: #fff;
      top: -7px;
      right: -4px;
      padding: 0 5px !important;
      border-radius: 3px;
      height: auto !important;
      width: auto !important;
      font-size: 14px !important; }
    @media (min-width: 480px) {
      #main-header #top-header #selected-offer {
        position: absolute;
        right: 52px;
        top: 9px; } }
    @media (max-width: 480px) {
      #main-header #top-header #selected-offer {
        float: left;
        margin-right: 10px; } }
    #main-header #top-header #selected-offer .btn {
      padding: 5px;
      border-radius: 5px; }
      @media (max-width: 480px) {
        #main-header #top-header #selected-offer .btn {
          padding: 1px; } }
      #main-header #top-header #selected-offer .btn span {
        width: 20px;
        height: 20px;
        display: block;
        font-size: 16px;
        padding: 1px 0 0 2px; }
  @media (min-width: 480px) {
    #main-header #top-header #top-buttons {
      position: absolute;
      right: 10px;
      top: 9px; } }
  #main-header #top-header #top-buttons .btn {
    padding: 5px;
    border-radius: 5px; }
    @media (max-width: 480px) {
      #main-header #top-header #top-buttons .btn {
        padding: 1px; } }
    #main-header #top-header #top-buttons .btn span {
      width: 20px;
      height: 20px;
      display: block;
      font-size: 16px; }
    #main-header #top-header #top-buttons .btn span.flag {
      background-size: 20px;
      background-position: 0 3px; }
  #main-header #top-header #top-buttons #change_lg_list {
    position: absolute;
    width: 140px;
    background: white;
    z-index: 999; }
    #main-header #top-header #top-buttons #change_lg_list .col-xs-4 {
      padding-left: 0; }
  @media (max-width: 480px) {
    #main-header #top-header #top-buttons #change_lg_list {
      right: 35px; } }
  #main-header #search-form-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(53, 53, 53, 0.5); }
    @media (max-width: 480px) {
      #main-header #search-form-container {
        position: relative;
        background: none;
        bottom: 20px; } }
    #main-header #search-form-container #search-form {
      color: #fff;
      padding: 10px 6px 32px 6px;
      position: relative; }
      @media (max-width: 640px) {
        #main-header #search-form-container #search-form {
          padding: 10px 0 25px 0; } }
      #main-header #search-form-container #search-form #main-search {
        width: 100%;
        position: relative; }
      #main-header #search-form-container #search-form .dates {
        min-width: 100%; }
      @media (max-width: 480px) {
        #main-header #search-form-container #search-form {
          margin: 35px auto 0; } }
      #main-header #search-form-container #search-form .title {
        font-family: "Archivo Narrow", Times, serif;
        letter-spacing: 1px;
        font-weight: normal;
        margin: 0 0 10px 15px;
        line-height: 28px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        font-size: 30px; }
        @media (max-width: 480px) {
          #main-header #search-form-container #search-form .title {
            text-align: center;
            font-size: 22px; } }
        @media (max-width: 992px) {
          #main-header #search-form-container #search-form .title {
            padding: 0 10px; } }
      #main-header #search-form-container #search-form #search-form-bg {
        padding: 12px 6px 0 6px; }
        @media screen and (max-width: 768px) {
          #main-header #search-form-container #search-form #search-form-bg {
            padding: 12px 2px 5px 2px; } }
        #main-header #search-form-container #search-form #search-form-bg .search-part {
          margin-bottom: 12px; }
          @media screen and (max-width: 768px) {
            #main-header #search-form-container #search-form #search-form-bg .search-part {
              margin-bottom: 5px; } }
          #main-header #search-form-container #search-form #search-form-bg .search-part .dates {
            float: right;
            min-width: inherit;
            line-height: normal !important; }
            @media screen and (max-width: 991px) {
              #main-header #search-form-container #search-form #search-form-bg .search-part .dates {
                width: 100%; } }
        #main-header #search-form-container #search-form #search-form-bg .form-control {
          font-size: 14px;
          height: 38px !important;
          border-radius: 0 !important; }
          @media screen and (max-width: 768px) {
            #main-header #search-form-container #search-form #search-form-bg .form-control {
              padding: 8px; } }
          @media screen and (max-width: 768px) {
            #main-header #search-form-container #search-form #search-form-bg .form-control {
              height: 26px;
              padding: 3px 6px; } }
      #main-header #search-form-container #search-form #search-form-submit {
        height: 62px;
        font-size: 20px;
        text-align: center;
        display: block;
        font-family: "Archivo Narrow", Times, serif; }
        @media screen and (max-width: 768px) {
          #main-header #search-form-container #search-form #search-form-submit {
            height: 60px;
            padding: 12px 4px; }
            #main-header #search-form-container #search-form #search-form-submit .fa {
              line-height: 25px !important; } }
        #main-header #search-form-container #search-form #search-form-submit .fa {
          line-height: 50px; }
      #main-header #search-form-container #search-form fieldset .fa-calendar {
        display: block !important;
        font-size: 19px;
        height: 22px;
        position: absolute;
        right: 14px;
        top: 8px;
        width: 22px;
        cursor: pointer; }
    #main-header #search-form-container #moreCriter {
      z-index: 1;
      position: absolute;
      top: 100%; }
    #main-header #search-form-container #searchAdvanced {
      padding: 10px;
      font-size: .9em;
      font-weight: 400;
      box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 767px) {
        #main-header #search-form-container #searchAdvanced {
          max-height: 200px;
          overflow-y: auto; } }
      #main-header #search-form-container #searchAdvanced span.sub-title {
        margin: 0 0 0 10px;
        font-size: 1.4em;
        display: block; }
      #main-header #search-form-container #searchAdvanced ul {
        margin-bottom: 15px; }
        #main-header #search-form-container #searchAdvanced ul li {
          line-height: 36px;
          min-height: 36px; }
          #main-header #search-form-container #searchAdvanced ul li input {
            vertical-align: middle;
            margin: 0;
            cursor: pointer; }
          #main-header #search-form-container #searchAdvanced ul li select {
            height: 25px;
            min-width: 45px;
            cursor: pointer; }
          #main-header #search-form-container #searchAdvanced ul li label {
            max-width: 78%;
            margin: 0 0 0 5px;
            vertical-align: middle;
            line-height: normal; }
            @media screen and (min-width: 640px) and (max-width: 1024px) {
              #main-header #search-form-container #searchAdvanced ul li label {
                max-width: 70%; } }
    #main-header #search-form-container #btnFilter span {
      color: #fff;
      padding: 0 20px 3px 20px;
      cursor: pointer;
      width: 190px;
      margin: 0 auto;
      display: inline-block; }
    #main-header #search-form-container #filterLess {
      box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.6);
      position: relative;
      z-index: 10000; }

#main-header.booking {
  height: auto;
  background: none; }

#search_overlay {
  display: none;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background: #000; }

.navbar-nav.nav-justified > li {
  float: none; }

#main-menu {
  background: #d5d9db;
  font-size: 15px;
  font-family: "Archivo Narrow", Times, serif;
  padding: 0; }
  #main-menu .main-menu-container {
    /*margin: 0 auto;*/
    text-align: center; }
    #main-menu .main-menu-container a {
      color: #075454;
      padding: 15px 0;
      display: block;
      text-align: center;
      height: 100%; }
    #main-menu .main-menu-container a:hover {
      text-decoration: none;
      background: #bfc5c8; }
    #main-menu .main-menu-container > ul {
      margin-bottom: 0;
      padding: 0;
      text-align: center;
      display: inline-block;
      float: none; }
      @media (max-width: 991px) {
        #main-menu .main-menu-container > ul {
          display: none; } }
      #main-menu .main-menu-container > ul > li {
        list-style: none;
        text-align: center;
        border-right: 1px dotted #fff;
        padding: 0;
        float: none;
        vertical-align: middle;
        display: inline-block;
        height: 100%; }
        @media (max-width: 479px) {
          #main-menu .main-menu-container > ul > li {
            border-bottom: 1px dotted #fff; } }
      #main-menu .main-menu-container > ul > li:last-of-type {
        border-right: none; }
        @media (max-width: 479px) {
          #main-menu .main-menu-container > ul > li:last-of-type {
            border-bottom: none; } }
    #main-menu .main-menu-container .sub-menu {
      background-color: #d5d9db;
      display: none;
      font-size: 14px;
      list-style: none outside none;
      width: 100%;
      padding: 0;
      z-index: 1000; }
      @media (min-width: 480px) {
        #main-menu .main-menu-container .sub-menu {
          position: absolute; } }
      @media (min-width: 480px) {
        #main-menu .main-menu-container .sub-menu li {
          border-top: 1px dotted #fff; } }
      #main-menu .main-menu-container .sub-menu li a {
        background: #bfc5c8; }
      #main-menu .main-menu-container .sub-menu li a:hover {
        background: #a9b1b5; }

.popover {
  max-width: 45% !important; }
  @media screen and (max-width: 480px) {
    .popover {
      max-width: 75% !important; } }

.popover.left {
  z-index: 10000; }

.score {
  font-family: "Archivo Narrow", Times, serif; }
  .score .average {
    font-weight: bold; }

.nb-stars {
  text-align: center; }

.navigation .go {
  position: absolute;
  display: block; }

#main-footer, #main-footer-booking {
  text-align: center;
  font-family: "Archivo Narrow", Times, serif; }
  #main-footer #services-summary, #main-footer-booking #services-summary {
    border-top: 1px solid #F0F0F0; }
    @media (max-width: 479px) {
      #main-footer #services-summary .container, #main-footer-booking #services-summary .container {
        padding-top: 0; } }
    #main-footer #services-summary .social-links, #main-footer-booking #services-summary .social-links {
      display: inline-block;
      border-right: 1px dotted #798789; }
      @media (min-width: 768px) {
        #main-footer #services-summary .social-links, #main-footer-booking #services-summary .social-links {
          padding: 25px 10px; } }
      @media (max-width: 479px) {
        #main-footer #services-summary .social-links, #main-footer-booking #services-summary .social-links {
          text-align: center; } }
      #main-footer #services-summary .social-links .fa, #main-footer-booking #services-summary .social-links .fa {
        padding: 5px 5px 5px 10px;
        border-radius: 25px;
        height: 45px;
        width: 45px !important;
        color: #fff;
        line-height: 35px;
        display: inline-block;
        margin-right: 5px; }
        @media (max-width: 767px) {
          #main-footer #services-summary .social-links .fa, #main-footer-booking #services-summary .social-links .fa {
            float: none; } }
      #main-footer #services-summary .social-links .fa:hover, #main-footer-booking #services-summary .social-links .fa:hover {
        text-decoration: none; }
      #main-footer #services-summary .social-links .fa-envelope, #main-footer-booking #services-summary .social-links .fa-envelope {
        background: #2C8345;
        font-size: 24px; }
      #main-footer #services-summary .social-links .fa-envelope:hover, #main-footer-booking #services-summary .social-links .fa-envelope:hover {
        background: #226435; }
      #main-footer #services-summary .social-links .fa-facebook, #main-footer-booking #services-summary .social-links .fa-facebook {
        background: #346da6;
        font-size: 28px; }
      #main-footer #services-summary .social-links .fa-facebook:hover, #main-footer-booking #services-summary .social-links .fa-facebook:hover {
        background: #2a5987; }
      #main-footer #services-summary .social-links .fa-twitter, #main-footer-booking #services-summary .social-links .fa-twitter {
        background: #4086cd;
        font-size: 24px; }
      #main-footer #services-summary .social-links .fa-twitter:hover, #main-footer-booking #services-summary .social-links .fa-twitter:hover {
        background: #2f72b5; }
      #main-footer #services-summary .social-links .fa-google-plus, #main-footer-booking #services-summary .social-links .fa-google-plus {
        background: #ca4638;
        font-size: 26px; }
      #main-footer #services-summary .social-links .fa-google-plus:hover, #main-footer-booking #services-summary .social-links .fa-google-plus:hover {
        background: #ac3a2e; }
      #main-footer #services-summary .social-links p, #main-footer-booking #services-summary .social-links p {
        line-height: 45px;
        font-size: 18px;
        margin: 0; }
        @media (min-width: 768px) {
          #main-footer #services-summary .social-links p, #main-footer-booking #services-summary .social-links p {
            float: left;
            text-align: left; } }
        @media (max-width: 767px) {
          #main-footer #services-summary .social-links p, #main-footer-booking #services-summary .social-links p {
            width: 100%;
            text-align: center; } }
        @media (max-width: 479px) {
          #main-footer #services-summary .social-links p, #main-footer-booking #services-summary .social-links p {
            width: 100%; } }
      @media (min-width: 768px) {
        #main-footer #services-summary .social-links .links, #main-footer-booking #services-summary .social-links .links {
          float: left;
          margin-left: 10px;
          min-width: 200px; } }
      @media (max-width: 479px) {
        #main-footer #services-summary .social-links .links, #main-footer-booking #services-summary .social-links .links {
          text-align: center;
          display: inline-block; } }
    #main-footer #services-summary .security, #main-footer-booking #services-summary .security {
      padding: 15px 25px;
      border-right: 1px dotted #798789; }
      @media (max-width: 991px) {
        #main-footer #services-summary .security, #main-footer-booking #services-summary .security {
          padding: 37px 25px; } }
      @media (max-width: 479px) {
        #main-footer #services-summary .security, #main-footer-booking #services-summary .security {
          margin-top: 15px;
          padding: 15px;
          border-top: 1px dotted #e8e8e8; } }
      #main-footer #services-summary .security .fa-lock, #main-footer-booking #services-summary .security .fa-lock {
        width: 65px;
        height: 65px;
        color: #fff;
        padding: 10px 10px 10px 16px;
        font-size: 50px;
        line-height: 45px; }
        @media (min-width: 768px) {
          #main-footer #services-summary .security .fa-lock, #main-footer-booking #services-summary .security .fa-lock {
            float: left;
            margin-right: 15px; } }
      #main-footer #services-summary .security p, #main-footer-booking #services-summary .security p {
        font-size: 25px;
        line-height: 32px;
        margin: 0; }
        @media (min-width: 768px) {
          #main-footer #services-summary .security p, #main-footer-booking #services-summary .security p {
            text-align: left; } }
        @media (max-width: 767px) {
          #main-footer #services-summary .security p, #main-footer-booking #services-summary .security p {
            text-align: center; } }
        @media (max-width: 479px) {
          #main-footer #services-summary .security p, #main-footer-booking #services-summary .security p {
            font-size: 20px; } }
    @media (min-width: 768px) {
      #main-footer #services-summary .payments, #main-footer-booking #services-summary .payments {
        padding: 30px 10px; } }
    #main-footer #services-summary .payments ul, #main-footer-booking #services-summary .payments ul {
      margin: 0; }
      @media (min-width: 768px) {
        #main-footer #services-summary .payments ul, #main-footer-booking #services-summary .payments ul {
          padding: 0 90px; } }
      @media (max-width: 767px) {
        #main-footer #services-summary .payments ul, #main-footer-booking #services-summary .payments ul {
          padding: 0; } }
      #main-footer #services-summary .payments ul li, #main-footer-booking #services-summary .payments ul li {
        float: left;
        list-style: none; }
        @media (max-width: 767px) {
          #main-footer #services-summary .payments ul li, #main-footer-booking #services-summary .payments ul li {
            width: 16.67%; } }
        @media (max-width: 767px) {
          #main-footer #services-summary .payments ul li img, #main-footer-booking #services-summary .payments ul li img {
            width: 100%; } }
  #main-footer #footer-coords, #main-footer-booking #footer-coords {
    line-height: 25px;
    padding-bottom: 25px; }
    #main-footer #footer-coords .coords, #main-footer-booking #footer-coords .coords {
      margin-bottom: 20px; }
    #main-footer #footer-coords .links, #main-footer-booking #footer-coords .links {
      display: inline;
      border-top: 1px dotted #798789;
      padding-top: 13px; }

@media screen and (min-width: 480px) and (max-width: 1600px) {
  #main-header {
    background-size: 1600px 350px; } }

@media screen and (max-width: 479px) {
  #main-header {
    height: auto;
    background-size: auto 100%; } }

.more-pic {
  background: #fff;
  text-align: center;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding: 6px; }

.picture-container {
  overflow: hidden;
  text-align: center;
  padding: 0;
  position: relative; }
  .picture-container .picture {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .picture-container .picture img {
      min-width: 100%;
      max-width: 120%;
      min-height: 100%;
      max-height: 125%; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../js/owl-carousel/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../js/owl-carousel/AjaxLoader.gif) no-repeat center center; }

/*tooltip*/
.popover {
  border-radius: 0;
  text-align: left;
  padding: 10px;
  font-size: 11px;
  position: relative; }
  .popover .close-popover {
    font-size: 20px;
    position: absolute;
    right: -13px;
    top: -13px;
    height: 10px;
    width: 10px;
    display: block;
    cursor: pointer; }
    .popover .close-popover:hover {
      text-decoration: none; }
  .popover .os-popover {
    right: -30px;
    top: -30px; }
  .popover .sous-title {
    font-weight: bold;
    font-size: 11px;
    width: 96%; }
  .popover .liste {
    display: list-item;
    margin: 5px 0 5px 20px; }
  .popover .item {
    display: list-item;
    margin-left: 35px;
    width: 100%; }
  .popover .popover-content {
    max-width: 200px;
    overflow-y: auto; }

/*page CGV*/
#salesterms .cgv-article-title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 30px; }
  #salesterms .cgv-article-title:first-child {
    margin-top: 0; }

#salesterms p {
  text-align: justify; }

#salesterms .pre_saisie_assurance {
  margin-top: 30px; }

#salesterms .cgv-sous-article-title {
  font-family: "Archivo Narrow", Times, serif;
  font-size: 16px;
  font-style: italic; }

.lv_window .lv_button_top_close.close_lightview {
  right: 40px;
  top: 40px;
  left: auto;
  width: 30px !important;
  height: 30px !important;
  font-size: 19px;
  padding: 0 7px;
  border: 1px solid #666;
  background: #e8e8e8;
  background-image: none !important;
  border-radius: 20px;
  font-family: "fontello";
  box-shadow: 0px 0px 5px #666 inset;
  -webkit-box-shadow: 0px 0px 5px #666 inset;
  -moz-box-shadow: 0px 0px 5px #666 inset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lv_window .lv_button_top_close.close_lightview:empty {
    width: 1em; }

.lv_window .lv_button_top_close.close_lightview:before {
  content: "\f00d"; }

.no-mobile {
  text-align: center;
  font-size: 16px; }

#_atssh {
  bottom: 0; }

@media (max-width: 330px) {
  #widget-search fieldset.search-part {
    width: 100%; } }

/* Btn Promo code */
.btnCodePromo {
  border: solid 1px rgba(255, 255, 255, 0);
  height: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Archivo Narrow", Times, serif;
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  /* transition pour Chrome et Safari */
  -moz-transition: all 0.3s ease-in-out;
  /* transition pour Firefox */
  -o-transition: all 0.3s ease-in-out;
  /* transition pour Opera */
  transition: all 0.3s ease-in-out; }

/* Input Promo Code */
input#codePromoText.codePromo {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #717171;
  display: block;
  font-size: 14px;
  height: 34px;
  padding: 6px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  float: left;
  margin-right: 10px; }

.option-require {
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px; }

.option-container {
  display: flex;
  align-items: baseline; }

#btFreeOptions {
  display: block;
  float: left; }

#btFreeOptions span {
  padding: 10px;
  display: block; }

.linkBlockOS {
  font-size: 11px;
  color: #370028;
  float: left; }

.linkSpecialOffers {
  color: #370028;
  font-size: 18px;
  font-family: "Archivo Narrow", Times, serif;
  font-weight: 500; }

.titleIframe {
  color: #FFFFFF;
  font-family: "Archivo Narrow", Times, serif; }

.titleIframe ul {
  color: #FFFFFF; }

@media (max-width: 480px) {
  body {
    width: 100%; } }

/* inventory */
#product-inventory-content .fa-plus-circle {
  margin-left: 10px; }

/* collapse Chaine Personne */
#collapseChainePersonne #caret-collapse {
  margin-left: 10px; }

#collapseOption.collapsing {
  transition: all linear 0.2s; }

/* chat box */
#chatbox {
  z-index: 99999 !important; }

.popover {
  font-size: 11px !important; }

#cookiesPolitics .fa {
  margin-left: 5px;
  margin-right: 5px; }

/*
*  Cookie consent
*/
.cc_banner-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100000;
  bottom: 0; }

.cc_container {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  text-align: center;
  display: block !important; }
  .cc_container p {
    display: inline-block; }
  .cc_container p a {
    font-size: 1.1em;
    text-decoration: underline; }
    .cc_container p a:hover {
      text-decoration: none; }
  .cc_container .cc_btn {
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px; }

.cc_message {
  margin: 0;
  padding: 6px; }

.cc_logo {
  display: none; }

.btn-cookie {
  margin: 5px 0 5px 10px;
  display: inline-block; }
  .btn-cookie .btn-icon-effect {
    display: inline-block;
    float: none !important;
    margin: 0 auto; }
    .btn-cookie .btn-icon-effect:before {
      line-height: 2.1em; }

@media screen and (max-width: 767px) {
  .cc_container {
    text-align: center;
    padding: 0;
    font-size: 1.1em; } }

#home-page h1 {
  font-size: 25px; }

#home-page h2 .fa {
  font-size: 25px; }

#home-page .home-ribbon-container {
  position: relative; }
  #home-page .home-ribbon-container .customNavigation .prev, #home-page .home-ribbon-container .customNavigation .next {
    top: 30%; }

#home-page #products .product {
  padding: 10px 0; }
  @media screen and (max-width: 480px) {
    #home-page #products .product {
      width: 100%; } }

#home-page #products .product h2, #home-page .product-carousel h3 {
  font-size: 16px;
  margin: 0;
  height: 50px;
  padding: 0; }
  #home-page #products .product h2 .nb-pers, #home-page .product-carousel h3 .nb-pers {
    font-size: 18px;
    width: 50px;
    height: 50px; }
    #home-page #products .product h2 .nb-pers .fa, #home-page .product-carousel h3 .nb-pers .fa {
      width: 15px; }

#home-page .product-container {
  position: relative; }
  #home-page .product-container .customNavigation .prev, #home-page .product-container .customNavigation .next {
    top: 39%;
    font-size: 50px; }
  #home-page .product-container .customNavigation .prev {
    left: -50px; }
    @media screen and (max-width: 1024px) {
      #home-page .product-container .customNavigation .prev {
        left: -25px; } }
  #home-page .product-container .customNavigation .next {
    right: -30px; }
    @media screen and (max-width: 1024px) {
      #home-page .product-container .customNavigation .next {
        right: -10px; } }
  #home-page .product-container a {
    text-decoration: none; }
  #home-page .product-container .bloc-product {
    min-height: 400px; }
    @media screen and (max-width: 480px) {
      #home-page .product-container .bloc-product {
        min-height: 410px; } }
    @media screen and (min-width: 480px) and (max-width: 992px) {
      #home-page .product-container .bloc-product {
        min-height: 370px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      #home-page .product-container .bloc-product {
        min-height: 355px; } }
    #home-page .product-container .bloc-product .picture-container {
      height: 260px;
      position: relative; }
      @media screen and (max-width: 480px) {
        #home-page .product-container .bloc-product .picture-container {
          height: 250px; } }
      @media screen and (min-width: 480px) and (max-width: 992px) {
        #home-page .product-container .bloc-product .picture-container {
          height: 200px; } }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        #home-page .product-container .bloc-product .picture-container {
          height: 180px; } }
    #home-page .product-container .bloc-product .content .inventory {
      font-size: 11px;
      padding: 10px;
      margin: 0; }
      #home-page .product-container .bloc-product .content .inventory li {
        margin: 0 0 0 15px; }
        @media screen and (min-width: 1200px) {
          #home-page .product-container .bloc-product .content .inventory li {
            float: left;
            width: 45%; } }

#home-page #home-footer .container {
  padding: 0; }
  #home-page #home-footer .container .bg-white, #home-page #home-footer .container .bg-light {
    padding: 20px 30px;
    /*height: 440px;*/ }
  #home-page #home-footer .container #home-reviews, #home-page #home-footer .container #home-payments, #home-page #home-footer .container #home-agenda {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #home-page #home-footer .container #home-reviews {
      width: 50% !important; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #home-page #home-footer .container #home-payments {
      width: 50% !important; } }
  @media (max-width: 479px) {
    #home-page #home-footer .container #home-payments {
      margin-top: 10px;
      text-align: center; } }
  @media (max-width: 479px) {
    #home-page #home-footer .container #home-payments {
      margin-top: 0; } }
  #home-page #home-footer .container #home-payments h4 {
    font-size: 28px; }
  #home-page #home-footer .container #home-payments ul {
    font-family: "Archivo Narrow", Times, serif;
    font-size: 14px;
    padding: 0;
    margin: 30px 0 0;
    text-align: left; }
    #home-page #home-footer .container #home-payments ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
      #home-page #home-footer .container #home-payments ul li .fa {
        font-size: 13px; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #home-page #home-footer .container #home-agenda {
      width: 100% !important; } }
  #home-page #home-footer .container #home-agenda a:hover {
    text-decoration: none; }
  @media (max-width: 479px) {
    #home-page #home-footer .container #home-agenda {
      margin-top: 10px;
      text-align: center; } }
  #home-page #home-footer .container #home-agenda h4 {
    font-size: 36px;
    text-align: center; }
  #home-page #home-footer .container #home-agenda p {
    font-family: "Archivo Narrow", Times, serif;
    font-size: 16px; }
  #home-page #home-footer .container #home-agenda .picto-agenda {
    margin: 0 auto 10px;
    width: 60px; }
    #home-page #home-footer .container #home-agenda .picto-agenda .dynamic-bg {
      width: 60px;
      height: 60px;
      padding: 7px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      #home-page #home-footer .container #home-agenda .picto-agenda .dynamic-bg .static-bg {
        background: linear-gradient(#fff 50%, #e8e8e8 50%);
        background: -webkit-linear-gradient(#fff 50%, #e8e8e8 50%);
        background: -o-linear-gradient(#fff 50%, #e8e8e8 50%);
        background: -moz-linear-gradient(#fff 50%, #e8e8e8 50%);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        font-family: "Archivo Narrow", Times, serif;
        line-height: 45px; }

/*** HOME RIBBON ***/
#home-ribbon-os, #home-ribbon-packages {
  position: relative; }
  #home-ribbon-os .no-picture, #home-ribbon-packages .no-picture {
    margin: 5px 0 0 -15px; }
  #home-ribbon-os .offer-description, #home-ribbon-packages .offer-description {
    height: 190px; }
  #home-ribbon-os .offer-description .info-offer, #home-ribbon-os .offer-description .info-offer-popover, #home-ribbon-os .bloc-offer .info-offer, #home-ribbon-os .bloc-offer .info-offer-popover, #home-ribbon-packages .offer-description .info-offer, #home-ribbon-packages .offer-description .info-offer-popover, #home-ribbon-packages .bloc-offer .info-offer, #home-ribbon-packages .bloc-offer .info-offer-popover {
    position: absolute !important;
    font-size: 13px; }
    @media (max-width: 767px) {
      #home-ribbon-os .offer-description .info-offer, #home-ribbon-os .offer-description .info-offer-popover, #home-ribbon-os .bloc-offer .info-offer, #home-ribbon-os .bloc-offer .info-offer-popover, #home-ribbon-packages .offer-description .info-offer, #home-ribbon-packages .offer-description .info-offer-popover, #home-ribbon-packages .bloc-offer .info-offer, #home-ribbon-packages .bloc-offer .info-offer-popover {
        font-size: 17px; } }
  #home-ribbon-os .offer-description h3, #home-ribbon-os .bloc-offer h3, #home-ribbon-packages .offer-description h3, #home-ribbon-packages .bloc-offer h3 {
    max-height: 39px;
    /*overflow: hidden;
            text-overflow: ellipsis;*/ }
    #home-ribbon-os .offer-description h3 .name, #home-ribbon-os .bloc-offer h3 .name, #home-ribbon-packages .offer-description h3 .name, #home-ribbon-packages .bloc-offer h3 .name {
      max-height: 39px; }
  #home-ribbon-os .offer-description .conditions, #home-ribbon-os .bloc-offer .conditions, #home-ribbon-packages .offer-description .conditions, #home-ribbon-packages .bloc-offer .conditions {
    width: 76%;
    overflow: hidden; }
    #home-ribbon-os .offer-description .conditions ul, #home-ribbon-os .bloc-offer .conditions ul, #home-ribbon-packages .offer-description .conditions ul, #home-ribbon-packages .bloc-offer .conditions ul {
      padding-left: 15px; }
  #home-ribbon-os .offer-container.dmds-offer, #home-ribbon-packages .offer-container.dmds-offer {
    margin: 0 0 10px; }
    #home-ribbon-os .offer-container.dmds-offer .picture-container, #home-ribbon-packages .offer-container.dmds-offer .picture-container {
      height: 190px; }
      @media (max-width: 479px) {
        #home-ribbon-os .offer-container.dmds-offer .picture-container, #home-ribbon-packages .offer-container.dmds-offer .picture-container {
          height: 215px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        #home-ribbon-os .offer-container.dmds-offer .picture-container, #home-ribbon-packages .offer-container.dmds-offer .picture-container {
          height: 200px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #home-ribbon-os .offer-container.dmds-offer .picture-container, #home-ribbon-packages .offer-container.dmds-offer .picture-container {
          height: 230px; } }
      #home-ribbon-os .offer-container.dmds-offer .picture-container .picture, #home-ribbon-packages .offer-container.dmds-offer .picture-container .picture {
        height: 100%; }
        #home-ribbon-os .offer-container.dmds-offer .picture-container .picture img, #home-ribbon-packages .offer-container.dmds-offer .picture-container .picture img {
          width: 100%; }
    #home-ribbon-os .offer-container.dmds-offer .content, #home-ribbon-packages .offer-container.dmds-offer .content {
      float: left;
      padding: 2px 10px;
      font-size: 11px;
      position: relative;
      height: 100%; }
      #home-ribbon-os .offer-container.dmds-offer .content del, #home-ribbon-packages .offer-container.dmds-offer .content del {
        line-height: 16px; }
      #home-ribbon-os .offer-container.dmds-offer .content .bottom, #home-ribbon-packages .offer-container.dmds-offer .content .bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 48px;
        font-family: "Archivo Narrow", Times, serif;
        text-align: center; }
  #home-ribbon-os .offer-container.classic-offer, #home-ribbon-packages .offer-container.classic-offer {
    margin: 0 0 10px; }
    #home-ribbon-os .offer-container.classic-offer .offer-description, #home-ribbon-packages .offer-container.classic-offer .offer-description {
      padding: 10px 10px 10px 20px;
      height: 190px; }
      #home-ribbon-os .offer-container.classic-offer .offer-description .buttons, #home-ribbon-packages .offer-container.classic-offer .offer-description .buttons {
        position: absolute;
        right: 0;
        bottom: 0;
        height: auto; }
    #home-ribbon-os .offer-container.classic-offer .price, #home-ribbon-packages .offer-container.classic-offer .price {
      font-size: 30px;
      height: 190px; }
      @media (max-width: 479px) {
        #home-ribbon-os .offer-container.classic-offer .price, #home-ribbon-packages .offer-container.classic-offer .price {
          height: 215px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        #home-ribbon-os .offer-container.classic-offer .price, #home-ribbon-packages .offer-container.classic-offer .price {
          height: 200px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #home-ribbon-os .offer-container.classic-offer .price, #home-ribbon-packages .offer-container.classic-offer .price {
          height: 230px; } }
      #home-ribbon-os .offer-container.classic-offer .price ins, #home-ribbon-packages .offer-container.classic-offer .price ins {
        line-height: 36px;
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
      #home-ribbon-os .offer-container.classic-offer .price .fa-caret-right, #home-ribbon-packages .offer-container.classic-offer .price .fa-caret-right {
        position: absolute;
        right: -17px;
        top: 44%;
        font-size: 27px;
        z-index: 10;
        color: #D9D9D9; }
    #home-ribbon-os .offer-container.classic-offer .picture-container .bg-img, #home-ribbon-packages .offer-container.classic-offer .picture-container .bg-img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      left: 0; }
      #home-ribbon-os .offer-container.classic-offer .picture-container .bg-img img, #home-ribbon-packages .offer-container.classic-offer .picture-container .bg-img img {
        min-width: 100%;
        height: 100%; }
    #home-ribbon-os .offer-container.classic-offer .picture-container .label-perso, #home-ribbon-os .offer-container.classic-offer .picture-container ins.with-img-bg, #home-ribbon-packages .offer-container.classic-offer .picture-container .label-perso, #home-ribbon-packages .offer-container.classic-offer .picture-container ins.with-img-bg {
      position: relative;
      color: #fff;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
      z-index: 1000;
      display: inline-block;
      line-height: 1;
      vertical-align: middle;
      max-height: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal; }
  #home-ribbon-os .offer-container.grid-offer, #home-ribbon-packages .offer-container.grid-offer {
    margin: 0 0 10px; }
    #home-ribbon-os .offer-container.grid-offer .content, #home-ribbon-packages .offer-container.grid-offer .content {
      padding: 10px; }
      @media (min-width: 992px) {
        #home-ribbon-os .offer-container.grid-offer .content, #home-ribbon-packages .offer-container.grid-offer .content {
          height: 100%; } }
      @media (max-width: 992px) {
        #home-ribbon-os .offer-container.grid-offer .content, #home-ribbon-packages .offer-container.grid-offer .content {
          height: 190px; } }
    #home-ribbon-os .offer-container.grid-offer .buttons, #home-ribbon-packages .offer-container.grid-offer .buttons {
      position: absolute;
      bottom: 0;
      right: 0; }

/*** FIN HOME RIBBON ***/
.customNavigation a {
  font-size: 45px;
  cursor: pointer;
  width: 24px; }

.customNavigation .prev {
  position: absolute;
  left: -30px; }

.customNavigation .next {
  position: absolute;
  right: -15px; }

.bloc-reviews {
  font-size: 12px;
  text-align: center; }
  .bloc-reviews a:hover {
    text-decoration: none; }
  .bloc-reviews h4 {
    font-size: 36px;
    margin-bottom: 16px; }
  .bloc-reviews .score {
    font-size: 18px;
    text-align: center;
    margin-top: 20px; }
    .bloc-reviews .score .average {
      font-size: 70px;
      line-height: 60px; }
  .bloc-reviews .nb-stars {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px; }

#product-page {
  margin: 10px 0;
  /*** OS PAGE PRODUIT ***/
  /*** FIN OS PAGE PRODUIT ***/ }
  #product-page .others-products {
    position: relative; }
    #product-page .others-products #carousel-products {
      margin: auto;
      text-align: center; }
      #product-page .others-products #carousel-products .bloc-otherProd {
        border: 2px solid #fff;
        height: 125px;
        overflow: hidden;
        position: relative; }
        #product-page .others-products #carousel-products .bloc-otherProd .picture-container {
          height: 100%; }
        #product-page .others-products #carousel-products .bloc-otherProd .info-prod {
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 0;
          padding: 4px;
          color: #fff;
          text-align: left;
          height: 28px; }
          #product-page .others-products #carousel-products .bloc-otherProd .info-prod .type {
            overflow: hidden;
            white-space: nowrap;
            height: 25px;
            width: 65%;
            word-wrap: break-word;
            display: inline-block;
            text-overflow: ellipsis; }
      #product-page .others-products #carousel-products .bloc-otherProd:hover {
        opacity: .9; }
      #product-page .others-products #carousel-products .bloc-otherProd.active:hover {
        opacity: 1; }
      #product-page .others-products #carousel-products .bloc-otherProd.active::before {
        content: "\f06e";
        font-family: "fontello";
        z-index: 1000;
        background: rgba(0, 0, 0, 0.5);
        font-size: 3em;
        padding: .5em 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    #product-page .others-products .customNavigation.other-prod .prev, #product-page .others-products .customNavigation.other-prod .next {
      bottom: 8px;
      font-size: 1.8em; }
    #product-page .others-products .customNavigation.other-prod .prev {
      left: 10px; }
    #product-page .others-products .customNavigation.other-prod .next {
      right: 10px; }
  #product-page .popover {
    max-width: 100% !important; }
  #product-page .container {
    padding: 10px 0;
    width: 100% !important;
    max-width: 1160px !important; }
  #product-page h1 {
    font-size: 22px;
    margin: 0;
    height: 60px;
    padding: 0; }
    @media (max-width: 480px) {
      #product-page h1 {
        font-size: 19px; } }
    #product-page h1 .name {
      max-height: 60px;
      line-height: 22px;
      font-size: 19px; }
      @media (max-width: 480px) {
        #product-page h1 .name {
          font-size: 16px;
          line-height: 19px; } }
    #product-page h1 .nb-pers {
      width: 60px; }
      @media (min-width: 480px) {
        #product-page h1 .nb-pers {
          height: 60px; } }
      @media (max-width: 480px) {
        #product-page h1 .nb-pers {
          height: 100%; } }
      #product-page h1 .nb-pers .nb-pers-inner {
        vertical-align: middle;
        display: inline-block;
        text-align: center; }
        #product-page h1 .nb-pers .nb-pers-inner .fa {
          width: 17px; }
  #product-page h2 {
    margin: 5px 0 15px;
    font-size: 23px; }
    @media (max-width: 480px) {
      #product-page h2 {
        margin-bottom: 5px; } }
    #product-page h2 .fa {
      font-size: 20px; }
  #product-page .right-column h3 {
    font-size: 17px; }
  #product-page #product-gallery {
    white-space: nowrap; }
    @media (max-width: 480px) {
      #product-page #product-gallery {
        margin-top: 10px; } }
    #product-page #product-gallery #gallery-pictures-mobile {
      padding: 10px; }
      @media (max-width: 479px) {
        #product-page #product-gallery #gallery-pictures-mobile .picture-container {
          height: 245px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        #product-page #product-gallery #gallery-pictures-mobile .picture-container {
          height: 360px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #product-page #product-gallery #gallery-pictures-mobile .picture-container {
          height: 390px; } }
      #product-page #product-gallery #gallery-pictures-mobile .picture-container .picture {
        width: auto !important; }
    #product-page #product-gallery #gallery-picture-container {
      overflow: hidden;
      text-align: center;
      margin-top: 10px;
      background: #fff;
      padding: 0;
      width: 100%; }
      @media (min-width: 480px) {
        #product-page #product-gallery #gallery-picture-container {
          height: 450px; } }
      #product-page #product-gallery #gallery-picture-container .pic {
        height: 100%; }
        #product-page #product-gallery #gallery-picture-container .pic img {
          max-width: 100%;
          max-height: 100%; }
    #product-page #product-gallery .customNavigation a {
      display: block;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      font-size: 24px; }
    #product-page #product-gallery .customNavigation .next-thumb-list {
      right: 0; }
    #product-page #product-gallery .customNavigation .prev-thumb-list {
      left: 0; }
    #product-page #product-gallery #pictures-carousel {
      margin-top: 10px; }
      #product-page #product-gallery #pictures-carousel .pic img {
        max-width: 100%;
        max-height: 100%; }
    #product-page #product-gallery .thumbs-list {
      overflow: hidden;
      position: relative; }
      @media (min-width: 480px) {
        #product-page #product-gallery .thumbs-list {
          height: 460px;
          padding: 0 10px 0 0; } }
      @media (min-width: 480px) {
        #product-page #product-gallery .thumbs-list .list-container {
          position: absolute;
          top: 0;
          left: 0; } }
      #product-page #product-gallery .thumbs-list .list-container div.thumb:hover {
        cursor: pointer; }
      #product-page #product-gallery .thumbs-list .list-container div.thumb {
        padding: 10px 10px 0 0;
        overflow: hidden;
        display: block;
        float: left;
        width: 49.5%;
        height: 108px; }
        @media (min-width: 480px) {
          #product-page #product-gallery .thumbs-list .list-container div.thumb {
            /*width: 145px;*/ } }
        #product-page #product-gallery .thumbs-list .list-container div.thumb img {
          width: 102%;
          min-height: 100%;
          /*@media(min-width:$screen-xs) {
                            height: 92px;
                        }*/ }
          @media (max-width: 480px) {
            #product-page #product-gallery .thumbs-list .list-container div.thumb img {
              height: 57px; } }
      #product-page #product-gallery .thumbs-list .navigation .go {
        background: #fff;
        height: 35px; }
        #product-page #product-gallery .thumbs-list .navigation .go .fa {
          margin: 10px auto 0;
          width: 15px;
          display: block; }
      #product-page #product-gallery .thumbs-list .navigation .go:hover, #product-page #product-gallery .thumbs-list .navigation .go:focus {
        text-decoration: none; }
      #product-page #product-gallery .thumbs-list .navigation .go-top {
        top: 0;
        left: 0;
        width: 100%;
        display: none; }
      #product-page #product-gallery .thumbs-list .navigation .go-bottom {
        bottom: 0;
        left: 0;
        width: 100%; }
  #product-page .links-galleries {
    margin-top: 10px; }
    #product-page .links-galleries a {
      margin-right: 7px;
      width: 47%;
      font-family: "Archivo Narrow", Times, serif; }
  #product-page #gallery-videos {
    padding: 10px 0; }
    #product-page #gallery-videos .thumb-video {
      display: block;
      position: relative;
      width: 150px;
      height: 100px; }
      #product-page #gallery-videos .thumb-video img {
        width: 102%; }
      #product-page #gallery-videos .thumb-video .fa {
        font-size: 65px;
        position: absolute;
        top: 20px;
        left: 46px; }
  #product-page .content .left-column article.bg-white {
    margin-top: 10px;
    padding: 10px; }
  @media (max-width: 480px) {
    #product-page .content .left-column .product-item-content {
      padding-top: 20px; } }
  #product-page .content .left-column #product-reviews #product-reviews-content {
    padding: 0 20px;
    position: relative; }
    #product-page .content .left-column #product-reviews #product-reviews-content #reviews-carousel {
      z-index: 1; }
    #product-page .content .left-column #product-reviews #product-reviews-content .navigation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
      #product-page .content .left-column #product-reviews #product-reviews-content .navigation .go-left {
        left: 0; }
      #product-page .content .left-column #product-reviews #product-reviews-content .navigation .go-right {
        right: 0; }
      #product-page .content .left-column #product-reviews #product-reviews-content .navigation .go {
        font-size: 17px;
        width: 10px;
        top: 46%; }
  #product-page .content .left-column #product-inventory .title {
    margin-left: 20px;
    font-size: 17px;
    margin-top: 20px; }
  #product-page .content .left-column #product-inventory ul {
    /*margin: 0 20px;*/ }
    #product-page .content .left-column #product-inventory ul li {
      padding: 0 0 5px; }
    #product-page .content .left-column #product-inventory ul .underlined, #product-page .content .left-column #product-inventory ul .dashed {
      list-style: disc; }
      #product-page .content .left-column #product-inventory ul .underlined .fa, #product-page .content .left-column #product-inventory ul .dashed .fa {
        margin-left: 5px; }
    #product-page .content .left-column #product-inventory ul .underlined ul, #product-page .content .left-column #product-inventory ul .dashed ul {
      display: none; }
  #product-page .content .left-column #product-inventory .popover {
    height: auto;
    width: 240px; }
    #product-page .content .left-column #product-inventory .popover .popover-content {
      max-height: 200px; }
      #product-page .content .left-column #product-inventory .popover .popover-content .item, #product-page .content .left-column #product-inventory .popover .popover-content .liste {
        width: auto; }
      #product-page .content .left-column #product-inventory .popover .popover-content .double-item {
        margin-left: 55px;
        display: list-item; }
    #product-page .content .left-column #product-inventory .popover .sous-title {
      font-size: 14px; }
  #product-page .content .right-column {
    padding: 10px 10px 0 0; }
    #product-page .content .right-column article {
      margin-bottom: 10px; }
    #product-page .content .right-column .short-inventory {
      padding-bottom: 5px; }
  #product-page .content #product-availabilities {
    padding: 0 5px; }
    #product-page .content #product-availabilities .tooltip {
      max-width: 230px; }
    #product-page .content #product-availabilities .item {
      padding: 8px;
      max-width: 450px; }
      #product-page .content #product-availabilities .item table {
        width: 100%;
        text-align: center; }
        #product-page .content #product-availabilities .item table caption {
          font-family: "Archivo Narrow", Times, serif;
          font-size: 15px; }
        #product-page .content #product-availabilities .item table th {
          text-align: center;
          padding: 5px 0; }
        #product-page .content #product-availabilities .item table td {
          padding: 1px; }
          #product-page .content #product-availabilities .item table td a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none; }
        #product-page .content #product-availabilities .item table td.available span {
          display: block;
          padding: 5px;
          background: #52ab2b;
          color: #fff; }
        #product-page .content #product-availabilities .item table td.available span.semi-active {
          background: -moz-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #52ab2b), color-stop(50%, #dc0000));
          background: -webkit-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -o-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -ms-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: linear-gradient(to right, #52ab2b 50%, #dc0000 50%); }
        #product-page .content #product-availabilities .item table td.available span.semi-active:hover {
          background: -moz-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3e8221), color-stop(50%, #a90000));
          background: -webkit-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -o-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -ms-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: linear-gradient(to right, #3e8221 50%, #a90000 50%); }
        #product-page .content #product-availabilities .item table td.available span.semi-active.selected {
          background: -moz-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2b5917), color-stop(50%, #760000));
          background: -webkit-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -o-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -ms-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: linear-gradient(to right, #2b5917 50%, #760000 50%); }
        #product-page .content #product-availabilities .item table td.available .selectable {
          display: block;
          padding: 5px;
          background: #52ab2b;
          color: #fff;
          cursor: pointer; }
        #product-page .content #product-availabilities .item table td.available .selectable:hover {
          background: #3e8221; }
        #product-page .content #product-availabilities .item table td.available .selectable.selected {
          background: #2b5917; }
        #product-page .content #product-availabilities .item table td.off span {
          display: block;
          padding: 5px;
          background: #dc0000;
          color: #fff; }
        #product-page .content #product-availabilities .item table td span.hover {
          background: #2b5917 !important; }
    #product-page .content #product-availabilities .navigation a {
      top: 60%;
      width: 10px;
      height: 10px; }
    #product-page .content #product-availabilities .navigation a.go-left {
      left: 7px; }
    #product-page .content #product-availabilities .navigation a.go-right {
      right: 7px; }
    #product-page .content #product-availabilities .navigation .go span {
      font-size: 17px; }
  @media (min-width: 480px) {
    #product-page .content .collapse {
      display: block !important;
      height: auto !important; } }
  @media (max-width: 480px) {
    #product-page .content h2 .visible-xs {
      display: inline-block !important; } }
  @media (min-width: 480px) {
    #product-page .content h2 .hidden-xs {
      display: inline-block !important; } }
  #product-page .content .xs-link-product {
    display: none; }
    @media (max-width: 480px) {
      #product-page .content .xs-link-product {
        display: inline-block; } }
  #product-page .product-special-offers #offers-carousel-responsive, #product-page .product-packages #offers-carousel-responsive {
    margin-top: 10px; }
  #product-page .product-special-offers h3, #product-page .product-packages h3 {
    margin: 5px 0 0; }
  #product-page .product-special-offers .info-offer, #product-page .product-packages .info-offer {
    position: absolute !important; }
  #product-page .product-special-offers .offer-container, #product-page .product-packages .offer-container {
    /*height: 148px;*/
    width: 100%; }
    @media (min-width: 992px) {
      #product-page .product-special-offers .offer-container, #product-page .product-packages .offer-container {
        padding: 5px 0; } }
    #product-page .product-special-offers .offer-container .picture-container, #product-page .product-packages .offer-container .picture-container {
      height: 90px; }
    #product-page .product-special-offers .offer-container .bloc-offer, #product-page .product-packages .offer-container .bloc-offer {
      height: 100%; }
    #product-page .product-special-offers .offer-container .bloc-offer, #product-page .product-special-offers .offer-container .offer-description, #product-page .product-packages .offer-container .bloc-offer, #product-page .product-packages .offer-container .offer-description {
      overflow: hidden; }
      #product-page .product-special-offers .offer-container .bloc-offer .text, #product-page .product-special-offers .offer-container .offer-description .text, #product-page .product-packages .offer-container .bloc-offer .text, #product-page .product-packages .offer-container .offer-description .text {
        padding: 5px 0 5px 8px; }
        @media screen and (min-width: 481px) and (max-width: 767px) {
          #product-page .product-special-offers .offer-container .bloc-offer .text, #product-page .product-special-offers .offer-container .offer-description .text, #product-page .product-packages .offer-container .bloc-offer .text, #product-page .product-packages .offer-container .offer-description .text {
            min-height: 120px; } }
        #product-page .product-special-offers .offer-container .bloc-offer .text .name, #product-page .product-special-offers .offer-container .offer-description .text .name, #product-page .product-packages .offer-container .bloc-offer .text .name, #product-page .product-packages .offer-container .offer-description .text .name {
          font-size: 16px;
          line-height: 19px;
          display: block;
          font-family: "Archivo Narrow", Times, serif;
          margin-bottom: 5px;
          width: 92%; }
        #product-page .product-special-offers .offer-container .bloc-offer .text .product, #product-page .product-special-offers .offer-container .offer-description .text .product, #product-page .product-packages .offer-container .bloc-offer .text .product, #product-page .product-packages .offer-container .offer-description .text .product {
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          width: 92%;
          white-space: nowrap; }
        #product-page .product-special-offers .offer-container .bloc-offer .text .short-description, #product-page .product-special-offers .offer-container .offer-description .text .short-description, #product-page .product-packages .offer-container .bloc-offer .text .short-description, #product-page .product-packages .offer-container .offer-description .text .short-description {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          display: block; }
  #product-page .product-special-offers .offer-container:last-child, #product-page .product-packages .offer-container:last-child {
    border-bottom: 0; }
  #product-page .product-special-offers .offer-container.classic-offer .price ins, #product-page .product-packages .offer-container.classic-offer .price ins {
    padding: 11px 0; }
  #product-page .product-packages h3 {
    margin: 5px 0 8px 0; }
  #product-page .product-packages .tarifs {
    height: 48px;
    padding: 5px;
    text-align: center;
    line-height: 50px; }
  #product-page #product-prices-content {
    font-size: 11px; }

#search-form-product {
  margin-bottom: 10px; }
  #search-form-product #search-form-submit {
    height: 34px;
    padding: 3px;
    font-size: 25px;
    text-align: center;
    display: block; }
    @media (max-width: 640px) {
      #search-form-product #search-form-submit {
        margin-top: 6px; } }
  #search-form-product input {
    cursor: pointer;
    border-radius: 0;
    min-width: 100%; }
    @media screen and (max-width: 991px) {
      #search-form-product input {
        padding-left: 35px !important; } }
  @media (max-width: 991px) {
    #search-form-product #departure-date {
      padding-right: 0;
      min-width: 0; } }
  @media (max-width: 991px) {
    #search-form-product #arrival-date {
      min-width: 0; } }
  #search-form-product fieldset .fa-calendar {
    display: block !important;
    font-size: 19px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: 8px;
    width: 22px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      #search-form-product fieldset .fa-calendar {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%); }
        #search-form-product fieldset .fa-calendar.second {
          left: 20px; } }

#ui-datepicker-div {
  box-shadow: #535353 2px 5px 12px; }
  @media screen and (max-width: 991px) {
    #ui-datepicker-div {
      width: auto;
      font-size: 1.3em; }
      #ui-datepicker-div .ui-datepicker-title {
        font-size: 1em; }
      #ui-datepicker-div .ui-datepicker-calendar td span, #ui-datepicker-div .ui-datepicker-calendar td a {
        padding: 10px; } }

.bloc-offer {
  margin-bottom: 10px; }

.sales-booster {
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: white; }

@media (max-width: 480px) {
  #search-page h1 .details, #pricing-page h1 .details {
    display: block;
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
    font-size: 14px; } }

#search-page h2, #pricing-page h2 {
  margin: 20px 0 0;
  font-size: 22px; }
  @media (max-width: 480px) {
    #search-page h2, #pricing-page h2 {
      font-size: 19px; } }

#search-page .product-header:hover, #pricing-page .product-header:hover {
  opacity: 0.8;
  -webkit-transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -ms-transition: opacity .30s ease-in-out;
  -o-transition: opacity .30s ease-in-out;
  transition: opacity .30s ease-in-out; }
  #search-page .product-header:hover a, #pricing-page .product-header:hover a {
    text-decoration: none; }

#search-page .product-header, #pricing-page .product-header {
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }
  @media (min-width: 992px) {
    #search-page .product-header, #pricing-page .product-header {
      height: 190px; } }
  #search-page .product-header .picture-container, #pricing-page .product-header .picture-container {
    position: relative; }
    @media (min-width: 992px) {
      #search-page .product-header .picture-container, #pricing-page .product-header .picture-container {
        height: 190px; } }
    @media (max-width: 992px) and (min-width: 480px) {
      #search-page .product-header .picture-container, #pricing-page .product-header .picture-container {
        height: 340px; } }
    @media (max-width: 480px) {
      #search-page .product-header .picture-container, #pricing-page .product-header .picture-container {
        height: 280px; } }
  #search-page .product-header .product-details, #pricing-page .product-header .product-details {
    padding: 0;
    height: 100%; }
    #search-page .product-header .product-details h3, #pricing-page .product-header .product-details h3 {
      margin: 0;
      height: 55px;
      font-size: 20px; }
      @media (max-width: 992px) {
        #search-page .product-header .product-details h3, #pricing-page .product-header .product-details h3 {
          text-align: center; } }
      #search-page .product-header .product-details h3 .name, #pricing-page .product-header .product-details h3 .name {
        /*text-decoration: underline;*/ }
    #search-page .product-header .product-details .nb-pers, #pricing-page .product-header .product-details .nb-pers {
      text-align: center;
      font-size: 20px;
      font-family: "Archivo Narrow", Times, serif; }
      @media (min-width: 992px) {
        #search-page .product-header .product-details .nb-pers, #pricing-page .product-header .product-details .nb-pers {
          padding: 38px 0; } }
      @media (max-width: 992px) {
        #search-page .product-header .product-details .nb-pers, #pricing-page .product-header .product-details .nb-pers {
          padding: 10px 0; } }
      #search-page .product-header .product-details .nb-pers .fa, #pricing-page .product-header .product-details .nb-pers .fa {
        font-size: 25px; }
    @media (min-width: 992px) {
      #search-page .product-header .product-details .short-inventory, #pricing-page .product-header .product-details .short-inventory {
        padding: 18px 0; } }
    @media (max-width: 992px) {
      #search-page .product-header .product-details .short-inventory, #pricing-page .product-header .product-details .short-inventory {
        text-align: center; } }
    #search-page .product-header .product-details .short-inventory ul, #pricing-page .product-header .product-details .short-inventory ul {
      padding: 10px;
      margin: 0;
      font-size: 12px; }
      @media (max-width: 992px) {
        #search-page .product-header .product-details .short-inventory ul, #pricing-page .product-header .product-details .short-inventory ul {
          list-style: none; } }

#search-page .content, #pricing-page .content {
  font-size: 11px; }

@media (min-width: 480px) {
  #search-page .exact-dates.with-border, #pricing-page .exact-dates.with-border {
    margin-bottom: 20px; } }

#search-page .exact-dates.with-border .title, #pricing-page .exact-dates.with-border .title {
  color: #fff; }

#search-page .proposal-dates, #pricing-page .proposal-dates {
  margin-bottom: 5px; }
  #search-page .proposal-dates .title, #pricing-page .proposal-dates .title {
    background: #f5f6f7;
    width: 100%; }

#search-page .title, #pricing-page .title {
  font-family: "Archivo Narrow", Times, serif;
  display: block;
  padding: 5px 15px 5px 10px;
  font-size: 14px;
  display: inline-block; }

#search-page .offer-container, #pricing-page .offer-container {
  font-size: 11px;
  padding: 10px 0;
  position: relative; }

#search-page .bloc-offer, #pricing-page .bloc-offer {
  white-space: nowrap;
  cursor: default; }
  #search-page .bloc-offer .no-result, #pricing-page .bloc-offer .no-result {
    font-size: 15px;
    padding: 10px; }
    #search-page .bloc-offer .no-result p, #pricing-page .bloc-offer .no-result p {
      white-space: normal; }
  #search-page .bloc-offer .main-details, #pricing-page .bloc-offer .main-details {
    text-align: center; }
    #search-page .bloc-offer .main-details .no-period-result, #pricing-page .bloc-offer .main-details .no-period-result {
      white-space: normal;
      margin-bottom: 0; }
    #search-page .bloc-offer .main-details .offer-items, #pricing-page .bloc-offer .main-details .offer-items {
      padding: 5px 10px 5px 0;
      display: inline-block;
      vertical-align: middle;
      float: none; }
    #search-page .bloc-offer .main-details .offer-items:first-child, #pricing-page .bloc-offer .main-details .offer-items:first-child {
      padding-left: 10px;
      margin: 0; }
    #search-page .bloc-offer .main-details .dates, #pricing-page .bloc-offer .main-details .dates {
      font-size: 11px; }
      #search-page .bloc-offer .main-details .dates span, #pricing-page .bloc-offer .main-details .dates span {
        display: block;
        text-align: left; }
    #search-page .bloc-offer .main-details .short-condition, #pricing-page .bloc-offer .main-details .short-condition {
      font-size: 15px;
      font-weight: bold;
      font-family: "Archivo Narrow", Times, serif; }
    #search-page .bloc-offer .main-details .nb-pers .fa, #pricing-page .bloc-offer .main-details .nb-pers .fa {
      vertical-align: middle; }
    #search-page .bloc-offer .main-details .nb-pers .text, #pricing-page .bloc-offer .main-details .nb-pers .text {
      display: inline-block;
      vertical-align: middle; }
    #search-page .bloc-offer .main-details .book, #pricing-page .bloc-offer .main-details .book {
      padding: 0;
      margin: 0;
      display: block; }
      @media (min-width: 768px) {
        #search-page .bloc-offer .main-details .book, #pricing-page .bloc-offer .main-details .book {
          display: inline-block; } }
      #search-page .bloc-offer .main-details .book .buttons, #pricing-page .bloc-offer .main-details .book .buttons {
        white-space: nowrap;
        padding: 0; }
        #search-page .bloc-offer .main-details .book .buttons a.booking-btn, #pricing-page .bloc-offer .main-details .book .buttons a.booking-btn {
          padding: 10px; }
        #search-page .bloc-offer .main-details .book .buttons a, #pricing-page .bloc-offer .main-details .book .buttons a {
          height: 50px;
          font-family: "Archivo Narrow", Times, serif; }
          #search-page .bloc-offer .main-details .book .buttons a .text, #pricing-page .bloc-offer .main-details .book .buttons a .text {
            display: block; }
          #search-page .bloc-offer .main-details .book .buttons a .fa, #pricing-page .bloc-offer .main-details .book .buttons a .fa {
            font-size: 18px; }
        #search-page .bloc-offer .main-details .book .buttons .select-button .fa, #pricing-page .bloc-offer .main-details .book .buttons .select-button .fa {
          margin: 11px 1px; }
        #search-page .bloc-offer .main-details .book .buttons > div, #pricing-page .bloc-offer .main-details .book .buttons > div {
          padding: 0; }
          #search-page .bloc-offer .main-details .book .buttons > div a, #pricing-page .bloc-offer .main-details .book .buttons > div a {
            width: 100%; }
      #search-page .bloc-offer .main-details .book .price, #pricing-page .bloc-offer .main-details .book .price {
        font-family: "Archivo Narrow", Times, serif;
        line-height: 19px;
        text-align: right;
        height: 50px;
        padding: 3px 10px 3px 0;
        white-space: nowrap; }
        #search-page .bloc-offer .main-details .book .price .values, #pricing-page .bloc-offer .main-details .book .price .values {
          display: inline-block;
          vertical-align: middle;
          font-size: 26px; }
          #search-page .bloc-offer .main-details .book .price .values del, #pricing-page .bloc-offer .main-details .book .price .values del {
            display: block;
            font-size: 15px; }
          #search-page .bloc-offer .main-details .book .price .values ins, #pricing-page .bloc-offer .main-details .book .price .values ins {
            display: block;
            text-decoration: none; }
        #search-page .bloc-offer .main-details .book .price > div, #pricing-page .bloc-offer .main-details .book .price > div {
          padding: 0; }
          #search-page .bloc-offer .main-details .book .price > div a, #pricing-page .bloc-offer .main-details .book .price > div a {
            width: 100%; }
  #search-page .bloc-offer .offer-details, #pricing-page .bloc-offer .offer-details {
    background: #fcfcfc;
    padding: 5px 10px; }
    #search-page .bloc-offer .offer-details .text, #pricing-page .bloc-offer .offer-details .text {
      text-overflow: ellipsis;
      width: 100%;
      overflow: hidden;
      white-space: nowrap; }
      #search-page .bloc-offer .offer-details .text span.grid, #pricing-page .bloc-offer .offer-details .text span.grid {
        font-weight: bold; }
    #search-page .bloc-offer .offer-details .fa, #pricing-page .bloc-offer .offer-details .fa {
      font-size: 14px;
      position: inherit; }
    #search-page .bloc-offer .offer-details .info-offer:hover, #search-page .bloc-offer .offer-details .info-offer-popover:hover, #pricing-page .bloc-offer .offer-details .info-offer:hover, #pricing-page .bloc-offer .offer-details .info-offer-popover:hover {
      text-decoration: none; }

#search-page .navigation .go, #pricing-page .navigation .go {
  position: absolute;
  top: 55px;
  z-index: 100;
  width: 26px; }
  #search-page .navigation .go span, #pricing-page .navigation .go span {
    font-size: 40px;
    width: 26px; }

#search-page .navigation .go-left, #pricing-page .navigation .go-left {
  left: 3px; }
  @media (min-width: 992px) {
    #search-page .navigation .go-left, #pricing-page .navigation .go-left {
      left: 125px; } }

#search-page .navigation .go-right, #pricing-page .navigation .go-right {
  right: 3px; }
  @media (min-width: 992px) {
    #search-page .navigation .go-right, #pricing-page .navigation .go-right {
      right: 125px; } }

#search-page .navigation .go-left:hover, #search-page .navigation .go-right:hover, #pricing-page .navigation .go-left:hover, #pricing-page .navigation .go-right:hover {
  opacity: 0.6; }

#search-page .navigationAjax .go, #pricing-page .navigationAjax .go {
  width: 42px; }

#search-page .navigation.navigationAjax .go, #pricing-page .navigation.navigationAjax .go {
  display: none; }
  #search-page .navigation.navigationAjax .go .fa, #pricing-page .navigation.navigationAjax .go .fa {
    width: 16px; }

#search-page .swiper-slide-not-active .bloc-offer .main-details .short-condition, #search-page .swiper-slide-not-active .bloc-offer .main-details .nb-nights, #search-page .swiper-slide-not-active .bloc-offer .main-details .nb-pers, #search-page .swiper-slide-not-active .bloc-offer .main-details .book .buttons, #search-page .swiper-slide-not-active .bloc-offer .main-details .text .info-offer, #pricing-page .swiper-slide-not-active .bloc-offer .main-details .short-condition, #pricing-page .swiper-slide-not-active .bloc-offer .main-details .nb-nights, #pricing-page .swiper-slide-not-active .bloc-offer .main-details .nb-pers, #pricing-page .swiper-slide-not-active .bloc-offer .main-details .book .buttons, #pricing-page .swiper-slide-not-active .bloc-offer .main-details .text .info-offer {
  display: none; }

#search-page .swiper-slide-not-active .bloc-offer .offer-details .text .info-offer, #pricing-page .swiper-slide-not-active .bloc-offer .offer-details .text .info-offer {
  display: none; }

#search-page .swiper-slide-not-active .dates, #pricing-page .swiper-slide-not-active .dates {
  width: 60%; }

#search-page .swiper-slide-not-active .book, #pricing-page .swiper-slide-not-active .book {
  width: 40%; }
  #search-page .swiper-slide-not-active .book .price, #pricing-page .swiper-slide-not-active .book .price {
    width: 100%; }

#search-page .mode_calendar, #pricing-page .mode_calendar {
  margin: 10px 0; }
  #search-page .mode_calendar .day, #pricing-page .mode_calendar .day {
    float: left;
    position: relative;
    background: #EEE;
    z-index: 1000;
    height: 30px;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #e8e8e8; }
  #search-page .mode_calendar .weekend, #pricing-page .mode_calendar .weekend {
    background: #F9F9F9; }
  #search-page .mode_calendar .day_selected, #pricing-page .mode_calendar .day_selected {
    background-color: #fff;
    z-index: 1010;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #e8e8e8; }
  #search-page .mode_calendar .month, #pricing-page .mode_calendar .month {
    float: left;
    position: relative;
    z-index: 1000;
    height: 30px;
    font-family: "Archivo Narrow", Times, serif;
    font-size: 13px;
    padding: 6px 10px;
    border-left: 1px solid #e8e8e8;
    text-align: center; }
  #search-page .mode_calendar .month:first-child, #pricing-page .mode_calendar .month:first-child {
    border-left: 0; }
  #search-page .mode_calendar .shcalendar_modeperiod, #pricing-page .mode_calendar .shcalendar_modeperiod {
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    z-index: 1000; }
  #search-page .mode_calendar .offer-details.no-results p, #pricing-page .mode_calendar .offer-details.no-results p {
    margin: 0; }
  #search-page .mode_calendar .shcalendar_modeperiod_hover, #pricing-page .mode_calendar .shcalendar_modeperiod_hover {
    background: #fcfcfc;
    z-index: 1012; }
  #search-page .mode_calendar .offer_guideline, #pricing-page .mode_calendar .offer_guideline {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    position: absolute;
    z-index: 1;
    top: 0px; }
  #search-page .mode_calendar .offer_guideline_selected, #pricing-page .mode_calendar .offer_guideline_selected {
    z-index: 1000;
    background: #fcfcfc;
    opacity: 0.6; }
  #search-page .mode_calendar .inner_calendar, #pricing-page .mode_calendar .inner_calendar {
    margin: 0 auto; }
  #search-page .mode_calendar .visible-large .main-details-visible-medium-small, #pricing-page .mode_calendar .visible-large .main-details-visible-medium-small {
    display: none; }
  #search-page .mode_calendar .visible-medium .main-details-visible-large, #search-page .mode_calendar .visible-small .main-details-visible-large, #pricing-page .mode_calendar .visible-medium .main-details-visible-large, #pricing-page .mode_calendar .visible-small .main-details-visible-large {
    display: none; }
  #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .dates, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .dates {
    width: 100%;
    padding: 5px 10px; }
    #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .dates span, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .dates span {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 100%; }
  #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price {
    width: 50%;
    text-align: center;
    padding: 5px; }
    #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price .values, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price .values {
      font-size: 16px; }
      #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price .values del, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .price .values del {
        font-size: 11px; }
  #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .buttons .col-md-9, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .buttons .col-md-9 {
    width: 100%; }
  #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .nb-nights, #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .nb-pers, #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .short-condition, #search-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .buttons .col-md-3, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .nb-nights, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .nb-pers, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .short-condition, #pricing-page .mode_calendar .visible-small .rolled-up .main-details-visible-medium-small .buttons .col-md-3 {
    display: none; }
  #search-page .mode_calendar .visible-small:hover, #pricing-page .mode_calendar .visible-small:hover {
    width: 310px !important; }
  #search-page .mode_calendar .bloc-offer .price, #pricing-page .mode_calendar .bloc-offer .price {
    background: #f5f6f7; }

.result-loader {
  display: none;
  text-align: center;
  position: relative; }
  .result-loader img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 1500; }

#reviews-page #reviews-loader {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 150px;
  z-index: 1000; }

#reviews-page .reviews-header {
  font-size: 12px; }
  @media (min-width: 480px) {
    #reviews-page .reviews-header {
      margin-bottom: 30px; } }
  #reviews-page .reviews-header .score-summary {
    padding: 10px;
    text-align: center;
    margin-top: 3px; }
    #reviews-page .reviews-header .score-summary .score {
      font-size: 18px;
      text-align: center;
      margin: 10px 0; }
      #reviews-page .reviews-header .score-summary .score .average {
        font-size: 70px;
        line-height: 60px; }
    #reviews-page .reviews-header .score-summary .nb-stars {
      font-size: 18px;
      text-align: center;
      margin-bottom: 10px; }
    #reviews-page .reviews-header .score-summary p {
      margin: 0; }
  #reviews-page .reviews-header .score-filter {
    padding: 0; }
  #reviews-page .reviews-header .title-with-bg {
    font-size: 18px;
    padding: 5px; }
  #reviews-page .reviews-header #reviews-types-xs {
    margin-top: 20px; }
  @media (min-width: 480px) {
    #reviews-page .reviews-header .reviews-types {
      margin: 20px 0; } }
  @media (max-width: 480px) {
    #reviews-page .reviews-header .reviews-types {
      margin: 20px 0; } }
  #reviews-page .reviews-header .reviews-types li {
    margin-bottom: 3px;
    list-style: none; }
    #reviews-page .reviews-header .reviews-types li input {
      vertical-align: middle;
      line-height: 20px;
      margin: 0; }
    #reviews-page .reviews-header .reviews-types li label {
      margin: 0 0 0 5px;
      padding: 0;
      vertical-align: middle;
      line-height: 20px;
      font-weight: normal; }
  #reviews-page .reviews-header .reviews-product {
    padding: 0 0 0 50px;
    margin: 0 0 12px 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #reviews-page .reviews-header .reviews-product {
        padding: 0; } }
    #reviews-page .reviews-header .reviews-product label {
      margin: 0 10px 0 0; }
    #reviews-page .reviews-header .reviews-product .form-control {
      width: auto !important; }
      @media screen and (max-width: 767px) {
        #reviews-page .reviews-header .reviews-product .form-control {
          width: 100% !important; } }

#reviews-page .content {
  font-size: 11px;
  padding: 20px 0;
  position: relative; }

#reviews-page .review-pagination {
  margin-bottom: 20px; }
  #reviews-page .review-pagination .go {
    display: block;
    padding: 11px;
    text-align: center;
    background: #fff; }
  #reviews-page .review-pagination a.disabled {
    background: #f5f6f7;
    cursor: default; }

#reviews-page .review-pagination-select {
  text-align: center; }

#reviews-page .btn {
  display: block;
  text-align: center;
  padding: 8px; }

#reviews-page #review-pagination li {
  float: left;
  list-style: none; }

.review-container:last-child {
  margin-bottom: 0; }

.review-container {
  border: 1px solid #ebebeb;
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .review-container .customer-summary {
      padding: 15px; } }
  @media (max-width: 480px) {
    .review-container .customer-summary {
      padding: 10px 0; } }
  .review-container .customer-summary .score {
    font-size: 14px; }
    @media (min-width: 480px) {
      .review-container .customer-summary .score {
        margin-bottom: 20px; } }
    .review-container .customer-summary .score .average {
      font-size: 50px;
      line-height: 40px; }
    .review-container .customer-summary .score .nb-stars {
      text-align: left; }
  .review-container .customer-summary .customer {
    font-size: 15px;
    font-family: "Archivo Narrow", Times, serif; }
    @media (min-width: 480px) {
      .review-container .customer-summary .customer {
        margin-bottom: 15px; } }
    .review-container .customer-summary .customer .fa-user {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      height: 21px; }
    .review-container .customer-summary .customer .name {
      display: inline-block;
      vertical-align: middle; }
    .review-container .customer-summary .customer .flag {
      width: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      .review-container .customer-summary .customer .flag img {
        width: 100%; }
  .review-container .customer-summary .details .title {
    font-weight: bold;
    display: block;
    margin-top: 10px; }
  .review-container .customer-summary .details .title:first-of-type {
    margin-top: 0; }
  .review-container .review-more-details a.btn {
    display: block; }
  @media (max-width: 480px) {
    .review-container .review-details {
      display: none; } }
  .review-container .review {
    padding: 10px; }
    .review-container .review .tab-menu .tab {
      border: 1px solid #f1f1f1;
      padding: 10px;
      font-size: 14px;
      display: block;
      float: left;
      font-family: "Archivo Narrow", Times, serif; }
      .review-container .review .tab-menu .tab .fa {
        font-size: 17px;
        margin-right: 5px; }
    .review-container .review .tab-menu .tab:hover {
      text-decoration: none;
      background: #e8e8e8; }
    .review-container .review .tab-menu .tab.active {
      background: #f1f1f1; }
    .review-container .review .tab-content {
      background: #f1f1f1;
      padding: 0 10px; }
      .review-container .review .tab-content .tab {
        border: 1px solid #f1f1f1;
        padding: 10px;
        font-size: 12px;
        display: block;
        float: left; }
    .review-container .review .general {
      padding: 5px 5px 10px;
      word-wrap: break-word; }
      .review-container .review .general h4 {
        margin-top: 10px !important; }
      .review-container .review .general .fa {
        font-size: 18px;
        margin-right: 5px;
        text-align: center;
        float: left;
        text-align: center;
        width: 25px; }
    .review-container .review .details {
      padding: 5px 5px 10px; }
      .review-container .review .details h4 {
        margin-top: 10px !important; }
      .review-container .review .details .scores .score-table {
        margin-bottom: 3px; }
        .review-container .review .details .scores .score-table .fa {
          font-size: 16px;
          margin-right: 5px;
          text-align: center;
          width: 25px; }
        .review-container .review .details .scores .score-table .title {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .review-container .review .details .scores .score-table .score {
          width: 101px;
          position: relative;
          height: 18px; }
          .review-container .review .details .scores .score-table .score .score-background {
            position: absolute;
            top: 1px;
            left: 1px;
            display: block;
            height: 12px;
            width: 100%; }
          .review-container .review .details .scores .score-table .score .score-background.inactive {
            background: #e8e8e8;
            z-index: 1; }
          .review-container .review .details .scores .score-table .score .score-background.active {
            z-index: 2; }
          .review-container .review .details .scores .score-table .score .squares {
            width: 100%;
            height: 12px;
            border: 1px solid #888;
            position: absolute;
            top: 1px;
            left: 1px;
            display: block;
            z-index: 3; }
            .review-container .review .details .scores .score-table .score .squares .square {
              display: block;
              width: 10px;
              height: 10px;
              float: left;
              border-right: 1px dotted #818b8c; }
            .review-container .review .details .scores .score-table .score .squares .square:last-child {
              border-right: 0; }

#special-offers-page {
  /*** FILTRES PAGE OS ***/
  /*** FIN FILTRES PAGE OS ***/
  /*** FIN OFFRE ***/ }
  @media (min-width: 480px) {
    #special-offers-page .collapse {
      display: block !important; }
    #special-offers-page a.offer-name {
      display: none; } }
  @media (min-width: 480px) {
    #special-offers-page h2 {
      margin: 5px 0 15px;
      font-size: 24px; } }
  @media (max-width: 480px) {
    #special-offers-page h2 {
      display: none; } }
  #special-offers-page .special-offer-bloc {
    margin: 15px 0; }
    #special-offers-page .special-offer-bloc h3 {
      margin: 5px 0 15px;
      font-size: 18px; }
  #special-offers-page .content {
    font-size: 11px; }
  #special-offers-page #os-carousel {
    padding: 20px 0 10px; }
    #special-offers-page #os-carousel .info-offer {
      position: absolute !important;
      font-size: 14px; }
      @media (max-width: 767px) {
        #special-offers-page #os-carousel .info-offer {
          font-size: 17px; } }
    #special-offers-page #os-carousel .container {
      position: relative; }
      #special-offers-page #os-carousel .container .go {
        position: absolute;
        top: 40%;
        width: 10px; }
      #special-offers-page #os-carousel .container .go-left {
        left: -5px; }
      #special-offers-page #os-carousel .container .go-right {
        right: -5px; }
    #special-offers-page #os-carousel .buttons {
      height: 100%; }
  #special-offers-page #dmds-container .offer-container .offer-description {
    max-height: 122px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #special-offers-page #dmds-container .offer-container .offer-description {
        height: 173px; } }
    @media (max-width: 991px) {
      #special-offers-page #dmds-container .offer-container .offer-description {
        height: 210px; } }
    #special-offers-page #dmds-container .offer-container .offer-description .text {
      padding-top: 5px;
      height: 122px; }
  #special-offers-page #dmds-container-ref {
    display: none; }
  #special-offers-page #no-dmds {
    text-align: center; }
  #special-offers-page .os-filters {
    text-align: center;
    white-space: nowrap;
    padding: 20px 0; }
    #special-offers-page .os-filters .view-nav-container .go {
      background: #fff;
      height: 30px;
      vertical-align: top; }
    #special-offers-page .os-filters .view-nav-container .go.inactive {
      background: #D9D9D9; }
    #special-offers-page .os-filters .view-nav-container .go:hover, #special-offers-page .os-filters .view-nav-container .go:focus {
      text-decoration: none;
      background: #f5f6f7; }
    #special-offers-page .os-filters .view-nav-container .go-left, #special-offers-page .os-filters .view-nav-container .go-right {
      display: block;
      padding: 8px; }
    #special-offers-page .os-filters .view-nav-container #monthNavigation {
      display: inline-block;
      height: 30px;
      vertical-align: top; }
    #special-offers-page .os-filters .view-nav-container #Nav a {
      text-decoration: none; }
    #special-offers-page .os-filters .view-nav-container#Nav a:hover {
      text-decoration: none;
      background: #f5f6f7; }
    #special-offers-page .os-filters .view-nav-container #Nav a.active {
      color: #fff;
      text-decoration: none; }
    #special-offers-page .os-filters .accomodation-filter .title {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      @media (max-width: 480px) {
        #special-offers-page .os-filters .accomodation-filter .title {
          display: block;
          text-align: center;
          font-weight: bold; } }
    #special-offers-page .os-filters .accomodation-filter ul {
      display: inline-block;
      padding-left: 0; }
      #special-offers-page .os-filters .accomodation-filter ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        line-height: 20px; }
        #special-offers-page .os-filters .accomodation-filter ul li input {
          margin: 0 5px 0 0;
          vertical-align: middle;
          position: inherit; }
        #special-offers-page .os-filters .accomodation-filter ul li label {
          vertical-align: middle;
          margin: 0;
          font-weight: normal;
          font-size: 12px;
          padding: 0; }
      #special-offers-page .os-filters .accomodation-filter ul li:last-of-type {
        margin-right: 0; }
    #special-offers-page .os-filters .accomodation-filter .product-type {
      margin: 20px 0; }
      #special-offers-page .os-filters .accomodation-filter .product-type .btn-second {
        border-color: silver; }
    #special-offers-page .os-filters .months-filter {
      white-space: nowrap;
      margin: 0 auto; }
      #special-offers-page .os-filters .months-filter a {
        background: #fff;
        display: inline-block;
        padding: 5px 10px;
        /*width: 130px;*/
        width: 100%;
        font-family: "Archivo Narrow", Times, serif;
        margin-left: -3px; }
      #special-offers-page .os-filters .months-filter a.go {
        width: 50px; }
      #special-offers-page .os-filters .months-filter a:hover {
        background: #f5f6f7;
        text-decoration: none; }
  #special-offers-page .special-offer-bloc {
    padding: 10px;
    /*** OFFRE ***/ }
    #special-offers-page .special-offer-bloc h3 {
      margin-bottom: 10px; }
      #special-offers-page .special-offer-bloc h3 .fa {
        margin-right: 5px;
        font-size: 17px;
        text-align: center; }
    #special-offers-page .special-offer-bloc .offer-name {
      font-size: 14px; }
    #special-offers-page .special-offer-bloc .short-description, #special-offers-page .special-offer-bloc .description {
      font-size: 12px; }
      @media (max-width: 480px) {
        #special-offers-page .special-offer-bloc .short-description, #special-offers-page .special-offer-bloc .description {
          margin-top: 10px; } }
    #special-offers-page .special-offer-bloc .short-description {
      font-weight: bold; }
    #special-offers-page .special-offer-bloc .conditions, #special-offers-page .special-offer-bloc .periods, #special-offers-page .special-offer-bloc .freeOptions {
      margin-bottom: 10px; }
      #special-offers-page .special-offer-bloc .conditions ul, #special-offers-page .special-offer-bloc .periods ul, #special-offers-page .special-offer-bloc .freeOptions ul {
        list-style: none;
        line-height: 20px; }
        #special-offers-page .special-offer-bloc .conditions ul .period, #special-offers-page .special-offer-bloc .periods ul .period, #special-offers-page .special-offer-bloc .freeOptions ul .period {
          vertical-align: middle;
          display: inline-block; }
          #special-offers-page .special-offer-bloc .conditions ul .period .info-offer, #special-offers-page .special-offer-bloc .periods ul .period .info-offer, #special-offers-page .special-offer-bloc .freeOptions ul .period .info-offer {
            margin-left: 3px;
            font-size: 13px; }
            @media (max-width: 767px) {
              #special-offers-page .special-offer-bloc .conditions ul .period .info-offer, #special-offers-page .special-offer-bloc .periods ul .period .info-offer, #special-offers-page .special-offer-bloc .freeOptions ul .period .info-offer {
                font-size: 17px; } }
          #special-offers-page .special-offer-bloc .conditions ul .period .info-offer:hover, #special-offers-page .special-offer-bloc .periods ul .period .info-offer:hover, #special-offers-page .special-offer-bloc .freeOptions ul .period .info-offer:hover {
            text-decoration: none; }
        #special-offers-page .special-offer-bloc .conditions ul .btn-dispo, #special-offers-page .special-offer-bloc .periods ul .btn-dispo, #special-offers-page .special-offer-bloc .freeOptions ul .btn-dispo {
          font-size: 13px;
          margin-left: 10px; }
          #special-offers-page .special-offer-bloc .conditions ul .btn-dispo .fa, #special-offers-page .special-offer-bloc .periods ul .btn-dispo .fa, #special-offers-page .special-offer-bloc .freeOptions ul .btn-dispo .fa {
            width: 19px;
            height: 19px;
            padding: 3px 4px;
            font-size: 12px;
            color: #fff;
            margin-right: 5px; }
  #special-offers-page .grid-bloc {
    padding: 10px;
    margin: 15px 0; }
    #special-offers-page .grid-bloc .picture-container {
      height: 230px; }
      #special-offers-page .grid-bloc .picture-container .picture {
        overflow: hidden;
        width: 100%;
        position: relative; }
        #special-offers-page .grid-bloc .picture-container .picture img {
          width: 100%; }
      #special-offers-page .grid-bloc .picture-container .title-with-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left;
        font-family: "Archivo Narrow", Times, serif; }
    #special-offers-page .grid-bloc .product-prices-content.collapse {
      display: block !important;
      height: auto !important; }

/*** COMMUN ***/
.offer-container h3 {
  font-size: 15px;
  font-family: "Archivo Narrow", Times, serif;
  margin: 0 20px 2px 0;
  display: block;
  line-height: 18px; }

.offer-container .picture-container {
  padding: 0;
  height: 100%;
  overflow: hidden; }
  .offer-container .picture-container .picture {
    display: block;
    width: 100%;
    overflow: inherit;
    height: 100%; }
    @media (min-width: 768px) {
      .offer-container .picture-container .picture img {
        min-width: 102%;
        max-width: 120%;
        min-height: 100%; } }

.offer-container .offer-price {
  height: 48px; }

.offer-container .price {
  font-family: "Archivo Narrow", Times, serif;
  line-height: 19px;
  padding: 0;
  font-size: 26px;
  height: 48px;
  text-align: center;
  padding: 4px; }
  .offer-container .price del {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px; }
  .offer-container .price ins {
    text-decoration: none;
    display: block;
    vertical-align: middle;
    padding: 0 !important; }

.offer-container .buttons {
  padding: 0;
  font-family: "Archivo Narrow", Times, serif;
  height: 48px; }
  .offer-container .buttons .btn {
    float: left;
    padding: 3px 5px; }
    @media (min-width: 992px) {
      .offer-container .buttons .btn {
        height: 100%; } }
    .offer-container .buttons .btn .fa {
      font-size: 20px; }

.offer-container .offer-description, .offer-container .bloc-offer {
  font-size: 11px; }
  .offer-container .offer-description .dates, .offer-container .bloc-offer .dates {
    font-size: 12px; }
  .offer-container .offer-description .dates, .offer-container .offer-description .name, .offer-container .offer-description .product, .offer-container .offer-description .description, .offer-container .offer-description .nb-pers, .offer-container .bloc-offer .dates, .offer-container .bloc-offer .name, .offer-container .bloc-offer .product, .offer-container .bloc-offer .description, .offer-container .bloc-offer .nb-pers {
    display: block;
    margin-bottom: 2px; }
  .offer-container .offer-description .product, .offer-container .bloc-offer .product {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .offer-container .offer-description .row, .offer-container .bloc-offer .row {
    margin-bottom: 8px; }

.offer-container .info-offer {
  right: 15px;
  top: 10px;
  font-size: 14px;
  z-index: 1000; }
  @media (max-width: 767px) {
    .offer-container .info-offer {
      font-size: 17px; } }

.offer-container .info-offer:hover {
  text-decoration: none; }

.tooltip-os ul {
  padding: 0 10px;
  margin: 0 0 0 10px; }

.tooltip-os .row {
  margin-bottom: 10px; }

/*** FIN COMMUN ***/
#special-offers-page .special-offer-bloc, #page-packages {
  /*** CAROUSSEL PRODUITS CONCERNES PAR L'OFFRE ***/ }
  #special-offers-page .special-offer-bloc .products, #page-packages .products {
    margin-bottom: 10px; }
    #special-offers-page .special-offer-bloc .products .product-carousel, #page-packages .products .product-carousel {
      position: relative;
      padding: 0 30px; }
      #special-offers-page .special-offer-bloc .products .product-carousel .product:hover, #page-packages .products .product-carousel .product:hover {
        background: #f5f6f7; }
      #special-offers-page .special-offer-bloc .products .product-carousel .product, #page-packages .products .product-carousel .product {
        padding: 0;
        height: 65px; }
        #special-offers-page .special-offer-bloc .products .product-carousel .product .picture-container, #page-packages .products .product-carousel .product .picture-container {
          height: 100%;
          padding: 0; }
          #special-offers-page .special-offer-bloc .products .product-carousel .product .picture-container .picture img, #page-packages .products .product-carousel .product .picture-container .picture img {
            max-width: 120%;
            min-height: 100%;
            min-width: 102%; }
            @media (max-width: 480px) {
              #special-offers-page .special-offer-bloc .products .product-carousel .product .picture-container .picture img, #page-packages .products .product-carousel .product .picture-container .picture img {
                width: 100%; } }
        #special-offers-page .special-offer-bloc .products .product-carousel .product .name, #page-packages .products .product-carousel .product .name {
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          font-family: "Archivo Narrow", Times, serif;
          font-weight: normal;
          line-height: 16px;
          padding: 5px 10px; }
      #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go, #page-packages .products .product-carousel .navigation .go {
        position: absolute;
        height: 35px;
        top: 10px; }
        #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go .fa, #page-packages .products .product-carousel .navigation .go .fa {
          margin: 10px auto 0;
          width: 15px;
          display: block; }
      #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go:hover, #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go:focus, #page-packages .products .product-carousel .navigation .go:hover, #page-packages .products .product-carousel .navigation .go:focus {
        text-decoration: none; }
      #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go-left, #page-packages .products .product-carousel .navigation .go-left {
        left: -10px;
        display: none; }
      #special-offers-page .special-offer-bloc .products .product-carousel .navigation .go-right, #page-packages .products .product-carousel .navigation .go-right {
        right: -10px; }
    #special-offers-page .special-offer-bloc .products .products-nav .navigation span, #page-packages .products .products-nav .navigation span {
      font-size: 14px; }
    #special-offers-page .special-offer-bloc .products .products-nav .navigation .go-left, #page-packages .products .products-nav .navigation .go-left {
      left: 20px;
      top: 45%; }
    #special-offers-page .special-offer-bloc .products .products-nav .navigation .go-right, #page-packages .products .products-nav .navigation .go-right {
      right: 20px;
      top: 45%;
      text-align: right; }

/*** FIN CAROUSSEL PRODUITS CONCERNES PAR L'OFFRE ***/
#price-page h1 {
  float: left; }

#price-page h2 {
  font-size: 24px; }
  @media (max-width: 480px) {
    #price-page h2 {
      font-size: 20px; } }

#price-page #period-type {
  margin: 20px; }
  @media (max-width: 992px) {
    #price-page #period-type {
      margin-bottom: 20px;
      margin: 20px 0; } }
  #price-page #period-type .weekends {
    margin: 5px; }

#price-page .picture {
  overflow: hidden;
  position: relative; }
  @media (max-width: 992px) {
    #price-page .picture {
      margin-bottom: 10px;
      text-align: center; } }
  #price-page .picture a {
    color: #fff;
    cursor: pointer;
    padding: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  #price-page .picture a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out; }
  #price-page .picture h2 {
    margin: 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 5px 8px; }
  @media (min-width: 768px) {
    #price-page .picture img {
      width: 100%;
      height: 130px; } }
  @media (max-width: 768px) {
    #price-page .picture img {
      max-height: 215px; } }

#price-page .navigation .go {
  top: 100px; }
  #price-page .navigation .go span {
    font-size: 40px; }

#price-page .navigation .go-left {
  left: 10%; }

#price-page .navigation .go-right {
  right: 10%; }

#price-page .periods {
  padding: 0;
  float: right; }
  #price-page .periods ul li {
    float: left; }

#price-page .product-details {
  padding: 0; }
  #price-page .product-details .nb-pers {
    text-align: center;
    font-size: 20px;
    font-family: "Archivo Narrow", Times, serif;
    padding: 38px 0; }
    #price-page .product-details .nb-pers .fa {
      font-size: 25px; }
  #price-page .product-details .short-inventory {
    padding: 18px 0; }
    #price-page .product-details .short-inventory ul {
      padding: 10px;
      margin: 0;
      font-size: 11px; }

#price-page .months-filter {
  white-space: nowrap;
  margin: 20px 0;
  text-align: center; }
  #price-page .months-filter a {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-family: "Archivo Narrow", Times, serif;
    display: block;
    text-decoration: none; }
  #price-page .months-filter a:hover {
    background: #f5f6f7; }
  #price-page .months-filter a.active {
    color: #ffffff; }
  #price-page .months-filter .go {
    padding: 8px; }

#price-page .product {
  padding: 6px;
  margin-bottom: 30px;
  width: 100%; }
  #price-page .product h2 {
    margin-bottom: 0; }
  #price-page .product .period-dates {
    padding: 0 0 0 4px; }
    @media (max-width: 767px) {
      #price-page .product .period-dates {
        margin-top: 10px; } }
    #price-page .product .period-dates .tab-date {
      font-size: 12px;
      padding: 0 2px 4px 2px;
      text-align: center;
      font-family: "Archivo Narrow", Times, serif; }
      @media (max-width: 479px) {
        #price-page .product .period-dates .tab-date {
          padding: 0 0 5px 0; } }
      #price-page .product .period-dates .tab-date .bg {
        padding: 5px;
        border: 1px solid #cecece; }
    #price-page .product .period-dates .tab-date:last-child {
      padding-right: 5px; }
  #price-page .product .customNavigation a {
    cursor: pointer;
    position: absolute;
    top: 40%; }
  #price-page .product .customNavigation .next {
    right: 0; }
  #price-page .product .customNavigation .prev {
    left: 2px; }

#price-page .offers {
  position: relative;
  font-size: 11px; }
  #price-page .offers .bloc-offer {
    padding: 2px !important; }
    @media (max-width: 479px) {
      #price-page .offers .bloc-offer {
        padding: 0 0 5px 0; } }
    #price-page .offers .bloc-offer > div {
      border: 1px solid #cecece; }
    #price-page .offers .bloc-offer .no-content {
      font-family: "Archivo Narrow", Times, serif;
      font-size: 16px;
      line-height: 70px; }
    #price-page .offers .bloc-offer .main-details {
      text-align: center;
      padding: 10px 0; }
      #price-page .offers .bloc-offer .main-details > div {
        padding: 5px 10px; }
      #price-page .offers .bloc-offer .main-details > div:first-child {
        padding-left: 10px;
        margin: 0; }
      #price-page .offers .bloc-offer .main-details .dates span {
        display: block;
        text-align: left; }
      #price-page .offers .bloc-offer .main-details .short-condition {
        font-size: 16px;
        text-align: left;
        font-family: "Archivo Narrow", Times, serif; }
      #price-page .offers .bloc-offer .main-details .price {
        font-family: "Archivo Narrow", Times, serif;
        line-height: 19px;
        white-space: nowrap;
        float: right; }
        @media (min-width: 480px) {
          #price-page .offers .bloc-offer .main-details .price {
            text-align: right; } }
        #price-page .offers .bloc-offer .main-details .price .values {
          display: inline-block;
          vertical-align: middle;
          font-size: 26px; }
          #price-page .offers .bloc-offer .main-details .price .values del {
            display: block;
            font-size: 15px; }
          #price-page .offers .bloc-offer .main-details .price .values ins {
            display: block;
            text-decoration: none; }
    #price-page .offers .bloc-offer .with-os {
      padding: 0; }
    #price-page .offers .bloc-offer .offer-details {
      background: #fcfcfc;
      padding: 5px 10px;
      border-top: 1px solid #cecece; }
      #price-page .offers .bloc-offer .offer-details .text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: left; }
        #price-page .offers .bloc-offer .offer-details .text span.grid {
          display: block;
          font-weight: bold; }
      #price-page .offers .bloc-offer .offer-details .fa {
        font-size: 14px; }
      #price-page .offers .bloc-offer .offer-details .info-offer:hover {
        text-decoration: none; }
  @media (min-width: 480px) {
    #price-page .offers .bloc-offer:last-child {
      padding-right: 5px; } }
  #price-page .offers .no-offer {
    background: #e8e8e8;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    text-align: center;
    margin: 2px;
    height: 77px; }
    #price-page .offers .no-offer p {
      margin: 24px 0 0 0; }

/*Product - Prices*/
#product-prices, .product-prices-content {
  margin: 10px 0; }
  #product-prices .grid_choice, .product-prices-content .grid_choice {
    margin: 10px 0; }
    #product-prices .grid_choice .title, .product-prices-content .grid_choice .title {
      font-size: 15px;
      padding-left: 0 !important;
      display: inline !important;
      font-family: "Archivo Narrow", Times, serif; }
    #product-prices .grid_choice input, .product-prices-content .grid_choice input {
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline; }
    #product-prices .grid_choice label, .product-prices-content .grid_choice label {
      margin: 0 15px 0 0;
      vertical-align: middle;
      display: inline; }
  #product-prices .prices_grids, .product-prices-content .prices_grids {
    list-style: none;
    padding: 0; }
    #product-prices .prices_grids .info-offer, .product-prices-content .prices_grids .info-offer {
      font-size: 1.4em !important; }
    #product-prices .prices_grids .info-offer:hover, .product-prices-content .prices_grids .info-offer:hover {
      text-decoration: none; }
  #product-prices div.prices_slider, .product-prices-content div.prices_slider {
    width: 415px;
    height: 6px;
    margin: 15px 1%;
    background: #f2f2f2;
    border: 1px solid #f5f6f7;
    position: relative;
    float: right; }
  #product-prices a.ui-slider-handle, .product-prices-content a.ui-slider-handle {
    width: 20px !important;
    height: 14px;
    position: absolute;
    top: -6px !important;
    background: #1D96B8;
    border: solid 1px #333;
    cursor: pointer !important; }
  #product-prices table.table_titles, .product-prices-content table.table_titles {
    table-layout: fixed;
    float: left;
    clear: left;
    font-family: "Archivo Narrow", Times, serif; }
    #product-prices table.table_titles th, #product-prices table.table_titles td, .product-prices-content table.table_titles th, .product-prices-content table.table_titles td {
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-color: #FFFFFF;
      vertical-align: middle;
      height: 40px;
      padding: 0 5px; }
    #product-prices table.table_titles th.title, .product-prices-content table.table_titles th.title {
      color: #FFFFFF;
      height: 40px;
      text-align: left;
      font-family: "Archivo Narrow", Times, serif;
      font-size: 13px; }
    #product-prices table.table_titles td, #product-prices table.table_titles th, .product-prices-content table.table_titles td, .product-prices-content table.table_titles th {
      background: #f5f6f7; }
    #product-prices table.table_titles td.row_title_stay, .product-prices-content table.table_titles td.row_title_stay {
      vertical-align: middle; }
  #product-prices .prices_scroll, .product-prices-content .prices_scroll {
    overflow: hidden; }
  #product-prices table.prices, .product-prices-content table.prices {
    table-layout: fixed;
    margin-bottom: 5px; }
    #product-prices table.prices th.empty, .product-prices-content table.prices th.empty {
      border-top: 0;
      border-bottom: 0;
      border-right: 0; }
    #product-prices table.prices td.empty, .product-prices-content table.prices td.empty {
      background: none;
      height: 40px;
      border-top: 0;
      border-bottom: 0;
      border-right: 0; }
    #product-prices table.prices th, #product-prices table.prices td, .product-prices-content table.prices th, .product-prices-content table.prices td {
      padding: 0 5px;
      height: 40px;
      vertical-align: middle;
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-color: #FFF; }
    #product-prices table.prices th.title, #product-prices table.prices td.title, .product-prices-content table.prices th.title, .product-prices-content table.prices td.title {
      font-family: "Archivo Narrow", Times, serif;
      font-size: 13px;
      display: table-cell !important; }
    #product-prices table.prices th.title, #product-prices table.prices td.title, #product-prices table.prices td.period, .product-prices-content table.prices th.title, .product-prices-content table.prices td.title, .product-prices-content table.prices td.period {
      color: #fff;
      line-height: 28px;
      font-weight: normal;
      min-width: 43px; }
    #product-prices table.prices th.title, #product-prices table.prices td.row_title, .product-prices-content table.prices th.title, .product-prices-content table.prices td.row_title {
      text-align: left;
      white-space: nowrap; }
    #product-prices table.prices td, .product-prices-content table.prices td {
      background: #f5f6f7;
      text-align: center; }
    #product-prices table.prices td div, .product-prices-content table.prices td div {
      text-align: center; }
    #product-prices table.prices td.period, #product-prices table.prices td.price, .product-prices-content table.prices td.period, .product-prices-content table.prices td.price {
      text-align: center;
      padding: 5px 8px; }
      #product-prices table.prices td.period .line, #product-prices table.prices td.price .line, .product-prices-content table.prices td.period .line, .product-prices-content table.prices td.price .line {
        display: block;
        line-height: 18px; }
  #product-prices table.options, #product-prices table.frais, .product-prices-content table.options, .product-prices-content table.frais {
    margin-top: 40px; }
  #product-prices tr.options, #product-prices tr.frais, .product-prices-content tr.options, .product-prices-content tr.frais {
    display: none; }
  #product-prices tr.frais td.empty, .product-prices-content tr.frais td.empty {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #FFF;
    background: #f5f6f7; }
  #product-prices .toggle-options, #product-prices .toggle-frais, .product-prices-content .toggle-options, .product-prices-content .toggle-frais {
    font-weight: bold; }
    #product-prices .toggle-options .fa, #product-prices .toggle-frais .fa, .product-prices-content .toggle-options .fa, .product-prices-content .toggle-frais .fa {
      margin-left: 5px; }
  #product-prices .toggle-options.open .text-closed, #product-prices .toggle-frais.open .text-closed, .product-prices-content .toggle-options.open .text-closed, .product-prices-content .toggle-frais.open .text-closed {
    display: inline-block; }
  #product-prices .toggle-options.open .text-open, #product-prices .toggle-frais.open .text-open, .product-prices-content .toggle-options.open .text-open, .product-prices-content .toggle-frais.open .text-open {
    display: none; }
  #product-prices .toggle-options.closed .text-closed, #product-prices .toggle-frais.closed .text-closed, .product-prices-content .toggle-options.closed .text-closed, .product-prices-content .toggle-frais.closed .text-closed {
    display: none; }
  #product-prices .toggle-options.closed .text-open, #product-prices .toggle-frais.closed .text-open, .product-prices-content .toggle-options.closed .text-open, .product-prices-content .toggle-frais.closed .text-open {
    display: inline-block; }
  #product-prices ul.navigation_grid, .product-prices-content ul.navigation_grid {
    list-style: none;
    width: 100%;
    padding: 0; }
    #product-prices ul.navigation_grid li, .product-prices-content ul.navigation_grid li {
      float: right;
      height: 35px; }
      #product-prices ul.navigation_grid li li a:hover, .product-prices-content ul.navigation_grid li li a:hover {
        color: #fff; }
    #product-prices ul.navigation_grid li.next a, #product-prices ul.navigation_grid li.prev a, .product-prices-content ul.navigation_grid li.next a, .product-prices-content ul.navigation_grid li.prev a {
      color: #fff;
      padding: 7px 10px;
      font-weight: bold;
      font-size: 0.9em;
      text-decoration: none; }
    #product-prices ul.navigation_grid li.next, .product-prices-content ul.navigation_grid li.next {
      float: right; }
      #product-prices ul.navigation_grid li.next a, .product-prices-content ul.navigation_grid li.next a {
        float: right; }
      #product-prices ul.navigation_grid li.next .fa, .product-prices-content ul.navigation_grid li.next .fa {
        margin-left: 5px; }
    #product-prices ul.navigation_grid li.prev, .product-prices-content ul.navigation_grid li.prev {
      float: left; }
      #product-prices ul.navigation_grid li.prev a, .product-prices-content ul.navigation_grid li.prev a {
        float: left; }
      #product-prices ul.navigation_grid li.prev .fa, .product-prices-content ul.navigation_grid li.prev .fa {
        margin-right: 5px; }

#pricing-page .container .product {
  margin: 30px 0;
  padding: 0;
  font-size: 11px; }
  @media (min-width: 480px) {
    #pricing-page .container .product .collapse {
      display: block !important;
      height: auto !important; } }

.picture-contain {
  overflow: hidden;
  text-align: center;
  padding: 0;
  position: relative;
  max-width: 100%;
  height: 115px; }
  @media (max-width: 767px) {
    .picture-contain {
      height: 195px; } }
  @media (min-width: 480px) and (max-width: 639px) {
    .picture-contain {
      width: 60%;
      margin-left: 20%; } }
  @media (min-width: 640px) and (max-width: 767px) {
    .picture-contain {
      width: 40%;
      margin-left: 30%; } }
  .picture-contain .picture {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .picture-contain .picture img {
      max-height: 125%;
      max-width: 120%;
      min-height: 100%;
      min-width: 100%; }

.contain-prices {
  position: relative;
  min-height: 115px; }
  .contain-prices #loader img {
    position: absolute;
    left: 50%;
    top: 15%; }

@font-face {
  font-family: "fontello";
  src: url("/ressources/pip2/fonts/fontello.eot");
  src: url("/ressources/pip2/fonts/fontello.eot?#iefix") format("embedded-opentype"), url("/ressources/pip2/fonts/fontello.woff") format("woff"), url("/ressources/pip2/fonts/fontello.ttf") format("truetype"), url("/ressources/pip2/fonts/fontello.svg#fontello") format("svg"); }

.fa {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fa:empty {
    width: 1em; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-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-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-aboveground-rail:before {
  content: '\e970'; }

.fa-airfield:before {
  content: '\e971'; }

.fa-airport:before {
  content: '\e972'; }

.fa-art-gallery:before {
  content: '\e973'; }

.fa-bar:before {
  content: '\e974'; }

.fa-baseball:before {
  content: '\e975'; }

.fa-basketball:before {
  content: '\e976'; }

.fa-beer-1:before {
  content: '\e977'; }

.fa-belowground-rail:before {
  content: '\e978'; }

.fa-bicycle:before {
  content: '\e979'; }

.fa-bus:before {
  content: '\e97a'; }

.fa-cafe:before {
  content: '\e97b'; }

.fa-campsite:before {
  content: '\e97c'; }

.fa-cemetery:before {
  content: '\e97d'; }

.fa-cinema:before {
  content: '\e97e'; }

.fa-college:before {
  content: '\e97f'; }

.fa-commerical-building:before {
  content: '\e980'; }

.fa-credit-card-1:before {
  content: '\e981'; }

.fa-cricket:before {
  content: '\e982'; }

.fa-embassy:before {
  content: '\e983'; }

.fa-fast-food:before {
  content: '\e984'; }

.fa-ferry:before {
  content: '\e985'; }

.fa-fire-station:before {
  content: '\e986'; }

.fa-football:before {
  content: '\e987'; }

.fa-fuel:before {
  content: '\e988'; }

.fa-garden:before {
  content: '\e989'; }

.fa-giraffe:before {
  content: '\e98a'; }

.fa-golf:before {
  content: '\e98b'; }

.fa-grocery-store:before {
  content: '\e98c'; }

.fa-harbor:before {
  content: '\e98d'; }

.fa-heliport:before {
  content: '\e98e'; }

.fa-hospital-1:before {
  content: '\e98f'; }

.fa-industrial-building:before {
  content: '\e990'; }

.fa-library:before {
  content: '\e991'; }

.fa-lodging:before {
  content: '\e992'; }

.fa-london-underground:before {
  content: '\e993'; }

.fa-minefield:before {
  content: '\e994'; }

.fa-monument:before {
  content: '\e995'; }

.fa-museum:before {
  content: '\e996'; }

.fa-pharmacy:before {
  content: '\e997'; }

.fa-pitch:before {
  content: '\e998'; }

.fa-police:before {
  content: '\e999'; }

.fa-post:before {
  content: '\e99a'; }

.fa-prison:before {
  content: '\e99b'; }

.fa-rail:before {
  content: '\e99c'; }

.fa-religious-christian:before {
  content: '\e99d'; }

.fa-religious-islam:before {
  content: '\e99e'; }

.fa-religious-jewish:before {
  content: '\e99f'; }

.fa-restaurant:before {
  content: '\e9a0'; }

.fa-roadblock:before {
  content: '\e9a1'; }

.fa-school:before {
  content: '\e9a2'; }

.fa-shop:before {
  content: '\e9a3'; }

.fa-skiing:before {
  content: '\e9a4'; }

.fa-soccer:before {
  content: '\e9a5'; }

.fa-swimming:before {
  content: '\e9a6'; }

.fa-tennis:before {
  content: '\e9a7'; }

.fa-theatre:before {
  content: '\e9a8'; }

.fa-toilet:before {
  content: '\e9a9'; }

.fa-town-hall:before {
  content: '\e9aa'; }

.fa-trash-1:before {
  content: '\e9ab'; }

.fa-tree-1:before {
  content: '\e9ac'; }

.fa-tree-2:before {
  content: '\e9ad'; }

.fa-warehouse:before {
  content: '\e9ae'; }

.fa-blind:before {
  content: '\e9b0'; }

.fa-guidedog:before {
  content: '\e9af'; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0; }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  color: #B0B0B0; }

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 13em;
  padding: .2em .2em 0;
  display: none;
  background: #fff; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 12px;
    height: 15px;
    top: 4px;
    display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev:before {
    content: ""; }
  .ui-datepicker .ui-datepicker-next:before {
    content: ""; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    text-decoration: none; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 12px; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select .ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select .ui-datepicker-month,
  .ui-datepicker select .ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .8em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
    .ui-datepicker table th {
      padding: .7em .3em;
      text-align: center;
      font-weight: bold;
      border: 0; }
    .ui-datepicker table td {
      border: 0;
      padding: 1px; }
    .ui-datepicker table td span,
    .ui-datepicker table td a {
      display: block;
      padding: .2em;
      text-align: center;
      text-decoration: none;
      background: #f5f6f7; }
    .ui-datepicker table td a:hover {
      background: white; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: left; }

/*@media (max-width: $screen-sm-max) {
	.ui-datepicker { transform:scale(1.2);}
}*/
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*agenda*/
#agenda #agenda-top {
  padding-bottom: 20px; }
  #agenda #agenda-top .agenda-filters label {
    text-align: left; }
  #agenda #agenda-top .agenda-filters .btn {
    display: block; }

#agenda #agenda-events {
  padding: 0; }
  #agenda #agenda-events .video {
    position: relative;
    display: block; }
    #agenda #agenda-events .video .fa {
      font-size: 66px;
      position: absolute;
      top: 28%;
      left: 40%; }
      @media (max-width: 480px) {
        #agenda #agenda-events .video .fa {
          font-size: 86px; } }
  #agenda #agenda-events .event {
    margin: 10px;
    padding: 10px; }
    #agenda #agenda-events .event .picture-container {
      height: 180px; }
      @media (max-width: 992px) {
        #agenda #agenda-events .event .picture-container {
          text-align: center;
          height: auto; }
          #agenda #agenda-events .event .picture-container img {
            height: inherit !important; } }
      #agenda #agenda-events .event .picture-container img {
        /*@media(max-width:$screen-md) {
                        margin: 10px 0 20px;
                        height: auto;
                        width: auto;
                    }*/ }
    #agenda #agenda-events .event h3 small {
      display: block;
      text-decoration: underline;
      margin-left: 2%;
      margin: 10px 0 20px 0; }

.other-search {
  text-align: center;
  margin: 30px 0; }
  .other-search span {
    font-size: 18px;
    margin: 9px 0;
    display: block; }
  .other-search .fa {
    display: inline-block; }

#contre_proposition {
  font-size: 13px; }
  #contre_proposition .other-campsite {
    margin-bottom: 30px; }
    #contre_proposition .other-campsite .col-md-3, #contre_proposition .other-campsite .col-md-9 {
      padding: 0; }
    #contre_proposition .other-campsite .container-img img {
      width: 100%; }
    #contre_proposition .other-campsite .infos-camp .name {
      color: #ffffff;
      font-size: 20px; }
      #contre_proposition .other-campsite .infos-camp .name span {
        margin-bottom: 0; }
    #contre_proposition .other-campsite .infos-camp p {
      padding: 10px; }
      #contre_proposition .other-campsite .infos-camp p .localisation {
        text-transform: uppercase; }
  #contre_proposition .bloc-estab {
    background: #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 30px; }
    #contre_proposition .bloc-estab .estab-header {
      margin-bottom: 20px; }
      #contre_proposition .bloc-estab .estab-header .estab-details {
        color: #000; }
        #contre_proposition .bloc-estab .estab-header .estab-details .title-with-bg {
          padding: 10px; }
          #contre_proposition .bloc-estab .estab-header .estab-details .title-with-bg .name {
            font-size: 1.2em; }
            #contre_proposition .bloc-estab .estab-header .estab-details .title-with-bg .name .stars {
              font-size: .6em;
              vertical-align: super;
              margin-left: 5px; }
        #contre_proposition .bloc-estab .estab-header .estab-details .localisation {
          padding: 10px;
          display: block;
          font-size: 1.1em; }
        #contre_proposition .bloc-estab .estab-header .estab-details p {
          padding: 10px;
          color: #000; }
        #contre_proposition .bloc-estab .estab-header .estab-details .web {
          padding: 10px; }
    #contre_proposition .bloc-estab .bloc-product {
      margin-top: 10px; }
      #contre_proposition .bloc-estab .bloc-product h3.title-with-bg .name {
        font-size: 1em; }
      #contre_proposition .bloc-estab .bloc-product h3.title-with-bg .nb-pers {
        background: none;
        color: #fff;
        padding: 10px 12px;
        font-size: .9em; }
        #contre_proposition .bloc-estab .bloc-product h3.title-with-bg .nb-pers .fa {
          font-size: 1.1em;
          display: block; }
      #contre_proposition .bloc-estab .bloc-product .product-header:hover {
        opacity: 1; }
      #contre_proposition .bloc-estab .bloc-product .offer-container {
        padding: 10px;
        /*padding : 30px 30px 0 30px;*/ }
        #contre_proposition .bloc-estab .bloc-product .offer-container .offer-items {
          font-size: 1.2em; }
        #contre_proposition .bloc-estab .bloc-product .offer-container .nb-pers {
          font-size: 1.1em; }
          #contre_proposition .bloc-estab .bloc-product .offer-container .nb-pers .fa {
            font-size: 1.4em; }
        #contre_proposition .bloc-estab .bloc-product .offer-container .text {
          font-family: Arial, Helvetica, sans-serif; }
    #contre_proposition .bloc-estab .display {
      font-size: 1.2em;
      margin: 10px 0 20px;
      background: #fff;
      padding: 8px 10px; }

/*header tunnel de resas*/
#header-nav-booking {
  margin-top: 55px; }
  #header-nav-booking .container {
    position: relative; }
  #header-nav-booking #booking_steps {
    padding-left: 0; }
    #header-nav-booking #booking_steps li {
      display: inline-block;
      padding: 10px;
      border-right: 1px dotted #ffffff;
      text-align: center;
      background: #d5d9db;
      font-family: "Archivo Narrow", Times, serif;
      color: #075454;
      font-size: 16px;
      line-height: 14px;
      height: 47px; }
      @media (max-width: 480px) {
        #header-nav-booking #booking_steps li {
          font-size: 11px; } }
    #header-nav-booking #booking_steps li.active {
      color: #fff; }
  #header-nav-booking .return {
    position: absolute;
    top: 10px;
    right: 10px; }

/*navigation*/
@media (max-width: 992px) {
  #booking-navigation {
    margin-top: 30px; } }

@media (max-width: 992px) {
  #booking-navigation a {
    width: 45%;
    float: left; } }

@media (min-width: 992px) {
  #booking-navigation .navigation-tooltip {
    float: right; } }

@media (max-width: 992px) {
  #booking-navigation .navigation-tooltip a {
    width: 100%; } }

@media (max-width: 992px) {
  #booking-navigation #prev {
    margin-right: 5%; } }

@media (max-width: 992px) {
  #booking-navigation #next {
    margin-left: 5%; } }

/*messages d'erreur boites de dialog*/
/*fin messages d'erreur boites de dialog*/
/*contenu booking*/
#booking, #booking-recap, #merci {
  width: auto !important; }
  #booking .alert-msg, #booking-recap .alert-msg, #merci .alert-msg {
    color: red; }
    @media screen and (min-width: 768px) {
      #booking .alert-msg, #booking-recap .alert-msg, #merci .alert-msg {
        min-width: 500px; } }
    #booking .alert-msg.error-accomp:nth-child(3n), #booking-recap .alert-msg.error-accomp:nth-child(3n), #merci .alert-msg.error-accomp:nth-child(3n) {
      margin-bottom: 20px; }
  #booking select, #booking-recap select, #merci select {
    min-width: 45px;
    min-height: 26px; }
  #booking .account, #booking-recap .account, #merci .account {
    background: #f5f6f7;
    font-size: 15px; }
  #booking .important-finalprice, #booking-recap .important-finalprice, #merci .important-finalprice {
    color: #ffffff;
    font-size: 16px; }
  #booking .code-promo input, #booking-recap .code-promo input, #merci .code-promo input {
    height: 34px;
    float: left;
    margin-right: 5px; }
  #booking .code-promo .promo, #booking-recap .code-promo .promo, #merci .code-promo .promo {
    color: #5cb85c;
    margin-left: 12px;
    font-size: 1.2em; }
  #booking h2, #booking-recap h2, #merci h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  #booking .infos-hebergement, #booking-recap .infos-hebergement, #merci .infos-hebergement {
    padding: 10px; }
    #booking .infos-hebergement a, #booking-recap .infos-hebergement a, #merci .infos-hebergement a {
      -webkit-transition: opacity .15s ease-in-out;
      -moz-transition: opacity .15s ease-in-out;
      -ms-transition: opacity .15s ease-in-out;
      -o-transition: opacity .15s ease-in-out;
      transition: opacity .15s ease-in-out; }
      #booking .infos-hebergement a h3, #booking-recap .infos-hebergement a h3, #merci .infos-hebergement a h3 {
        font-size: 15px;
        min-height: 40px; }
    #booking .infos-hebergement a:hover, #booking-recap .infos-hebergement a:hover, #merci .infos-hebergement a:hover {
      text-decoration: none;
      opacity: 0.8;
      -webkit-transition: opacity .30s ease-in-out;
      -moz-transition: opacity .30s ease-in-out;
      -ms-transition: opacity .30s ease-in-out;
      -o-transition: opacity .30s ease-in-out;
      transition: opacity .30s ease-in-out; }
    #booking .infos-hebergement .recap, #booking-recap .infos-hebergement .recap, #merci .infos-hebergement .recap {
      font-size: 12px;
      margin: 20px 0 30px 0; }
      @media (max-width: 992px) {
        #booking .infos-hebergement .recap, #booking-recap .infos-hebergement .recap, #merci .infos-hebergement .recap {
          border-bottom: 1px solid #B3B3B3;
          padding: 10px 0 20px;
          margin: 0; } }
      #booking .infos-hebergement .recap .taxes ul li, #booking-recap .infos-hebergement .recap .taxes ul li, #merci .infos-hebergement .recap .taxes ul li {
        padding-left: 5px; }
        #booking .infos-hebergement .recap .taxes ul li.title, #booking-recap .infos-hebergement .recap .taxes ul li.title, #merci .infos-hebergement .recap .taxes ul li.title {
          margin: 5px 0;
          font-size: 1.2em;
          padding-left: 0; }
      #booking .infos-hebergement .recap span, #booking-recap .infos-hebergement .recap span, #merci .infos-hebergement .recap span {
        font-weight: bold;
        line-height: 20px; }
    @media (max-width: 992px) {
      #booking .infos-hebergement .recap:last-of-type, #booking-recap .infos-hebergement .recap:last-of-type, #merci .infos-hebergement .recap:last-of-type {
        border: none;
        padding: 20px 0 0; } }
    #booking .infos-hebergement .picture-container, #booking-recap .infos-hebergement .picture-container, #merci .infos-hebergement .picture-container {
      display: block;
      overflow: hidden;
      width: 100%;
      height: 170px; }
      @media (max-width: 479px) {
        #booking .infos-hebergement .picture-container, #booking-recap .infos-hebergement .picture-container, #merci .infos-hebergement .picture-container {
          height: 215px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        #booking .infos-hebergement .picture-container, #booking-recap .infos-hebergement .picture-container, #merci .infos-hebergement .picture-container {
          height: 300px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #booking .infos-hebergement .picture-container, #booking-recap .infos-hebergement .picture-container, #merci .infos-hebergement .picture-container {
          height: 370px; } }
    @media (max-width: 992px) {
      #booking .infos-hebergement #booking_prices, #booking .infos-hebergement #prices, #booking-recap .infos-hebergement #booking_prices, #booking-recap .infos-hebergement #prices, #merci .infos-hebergement #booking_prices, #merci .infos-hebergement #prices {
        margin: 20px 0 0 0; } }
  #booking .details, #booking-recap .details, #merci .details {
    width: 100%; }
    #booking .details .price-total, #booking-recap .details .price-total, #merci .details .price-total {
      color: #fff;
      font-weight: bold;
      font-size: 15px; }
    #booking .details td, #booking-recap .details td, #merci .details td {
      padding: 3px; }
    #booking .details .taxes span, #booking-recap .details .taxes span, #merci .details .taxes span {
      font-size: 1.4em;
      margin-left: 5px; }
    #booking .details .price, #booking-recap .details .price, #merci .details .price {
      text-align: right; }
      #booking .details .price .libelle-price, #booking-recap .details .price .libelle-price, #merci .details .price .libelle-price {
        font-size: 11px;
        margin-right: 4px; }
    #booking .details label, #booking-recap .details label, #merci .details label {
      margin: 0 0 0 5px;
      font-weight: normal;
      padding: 5px; }
  @media (max-width: 992px) {
    #booking .right-block, #booking-recap .right-block, #merci .right-block {
      background: #fff;
      margin-top: 20px; } }
  #booking td.option, #booking-recap td.option, #merci td.option {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  #booking .options, #booking .summary, #booking-recap .options, #booking-recap .summary, #merci .options, #merci .summary {
    padding: 10px; }
    @media (max-width: 992px) {
      #booking .options, #booking .summary, #booking-recap .options, #booking-recap .summary, #merci .options, #merci .summary {
        padding: 20px 0; } }
    @media (max-width: 992px) {
      #booking .options #booking_sales_conditions, #booking .summary #booking_sales_conditions, #booking-recap .options #booking_sales_conditions, #booking-recap .summary #booking_sales_conditions, #merci .options #booking_sales_conditions, #merci .summary #booking_sales_conditions {
        border-top: 1px solid #B3B3B3;
        padding-top: 20px; } }
    #booking .options #booking_sales_conditions label, #booking .summary #booking_sales_conditions label, #booking-recap .options #booking_sales_conditions label, #booking-recap .summary #booking_sales_conditions label, #merci .options #booking_sales_conditions label, #merci .summary #booking_sales_conditions label {
      font-weight: normal;
      margin-left: 5px; }
      @media (max-width: 992px) {
        #booking .options #booking_sales_conditions label, #booking .summary #booking_sales_conditions label, #booking-recap .options #booking_sales_conditions label, #booking-recap .summary #booking_sales_conditions label, #merci .options #booking_sales_conditions label, #merci .summary #booking_sales_conditions label {
          display: inline; } }
  #booking #sales_conditions_link, #booking .ipid_link, #booking-recap #sales_conditions_link, #booking-recap .ipid_link, #merci #sales_conditions_link, #merci .ipid_link {
    font-size: 12px;
    padding-left: 19px;
    cursor: pointer; }
  @media (max-width: 992px) {
    #booking #bloc_insurance a, #booking-recap #bloc_insurance a, #merci #bloc_insurance a {
      width: 100%; } }
  #booking #packages_options label, #booking-recap #packages_options label, #merci #packages_options label {
    max-width: 70%;
    vertical-align: middle; }
  #booking #packages_options img, #booking-recap #packages_options img, #merci #packages_options img {
    width: 100%;
    max-width: 90px;
    max-height: 60px; }
  #booking #packages_options .option label, #booking-recap #packages_options .option label, #merci #packages_options .option label {
    padding-left: 0px;
    margin-left: 0px; }
  #booking .customer-form .texte, #booking-recap .customer-form .texte, #merci .customer-form .texte {
    font-weight: normal !important; }
  @media (max-width: 992px) {
    #booking .customer-form .form, #booking-recap .customer-form .form, #merci .customer-form .form {
      background: #fff;
      margin-top: 20px; } }
  #booking .customer-form .customer, #booking-recap .customer-form .customer, #merci .customer-form .customer {
    padding: 10px; }
    @media (max-width: 992px) {
      #booking .customer-form .customer, #booking-recap .customer-form .customer, #merci .customer-form .customer {
        padding: 20px 0; } }
    #booking .customer-form .customer .field-container, #booking-recap .customer-form .customer .field-container, #merci .customer-form .customer .field-container {
      /*@media(min-width:$screen-md) {
            height: 25px;
            line-height: 25px;
        }*/
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        #booking .customer-form .customer .field-container, #booking-recap .customer-form .customer .field-container, #merci .customer-form .customer .field-container {
          text-align: left; } }
      #booking .customer-form .customer .field-container label, #booking-recap .customer-form .customer .field-container label, #merci .customer-form .customer .field-container label {
        font-weight: normal; }
        @media (max-width: 992px) {
          #booking .customer-form .customer .field-container label, #booking-recap .customer-form .customer .field-container label, #merci .customer-form .customer .field-container label {
            display: block;
            text-align: left;
            padding: 0; } }
      #booking .customer-form .customer .field-container input, #booking .customer-form .customer .field-container select, #booking-recap .customer-form .customer .field-container input, #booking-recap .customer-form .customer .field-container select, #merci .customer-form .customer .field-container input, #merci .customer-form .customer .field-container select {
        height: 25px;
        vertical-align: bottom; }
      #booking .customer-form .customer .field-container input, #booking-recap .customer-form .customer .field-container input, #merci .customer-form .customer .field-container input {
        width: 300px; }
      #booking .customer-form .customer .field-container #surName, #booking .customer-form .customer .field-container #firstName, #booking .customer-form .customer .field-container #town, #booking-recap .customer-form .customer .field-container #surName, #booking-recap .customer-form .customer .field-container #firstName, #booking-recap .customer-form .customer .field-container #town, #merci .customer-form .customer .field-container #surName, #merci .customer-form .customer .field-container #firstName, #merci .customer-form .customer .field-container #town {
        width: 250px; }
      #booking .customer-form .customer .field-container #year_birthDate, #booking-recap .customer-form .customer .field-container #year_birthDate, #merci .customer-form .customer .field-container #year_birthDate {
        width: auto; }
      #booking .customer-form .customer .field-container #postCode, #booking-recap .customer-form .customer .field-container #postCode, #merci .customer-form .customer .field-container #postCode {
        width: 100px; }
      #booking .customer-form .customer .field-container #tel, #booking .customer-form .customer .field-container #mobile, #booking .customer-form .customer .field-container #mobile2, #booking-recap .customer-form .customer .field-container #tel, #booking-recap .customer-form .customer .field-container #mobile, #booking-recap .customer-form .customer .field-container #mobile2, #merci .customer-form .customer .field-container #tel, #merci .customer-form .customer .field-container #mobile, #merci .customer-form .customer .field-container #mobile2 {
        width: 140px; }
    #booking .customer-form .customer .selectAdditionalPers label, #booking-recap .customer-form .customer .selectAdditionalPers label, #merci .customer-form .customer .selectAdditionalPers label {
      margin-right: 5px;
      margin-bottom: 0; }
    #booking .customer-form .customer .accompagning-persons, #booking-recap .customer-form .customer .accompagning-persons, #merci .customer-form .customer .accompagning-persons {
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 992px) {
        #booking .customer-form .customer .accompagning-persons, #booking-recap .customer-form .customer .accompagning-persons, #merci .customer-form .customer .accompagning-persons {
          border-top: 1px solid #B3B3B3;
          padding-top: 10px;
          margin-top: 10px; } }
      #booking .customer-form .customer .accompagning-persons:first-child .delete-accompagning, #booking-recap .customer-form .customer .accompagning-persons:first-child .delete-accompagning, #merci .customer-form .customer .accompagning-persons:first-child .delete-accompagning {
        top: -27px; }
      #booking .customer-form .customer .accompagning-persons .delete-accompagning, #booking-recap .customer-form .customer .accompagning-persons .delete-accompagning, #merci .customer-form .customer .accompagning-persons .delete-accompagning {
        position: absolute;
        top: -18px;
        right: 0;
        z-index: 999; }
      #booking .customer-form .customer .accompagning-persons li, #booking-recap .customer-form .customer .accompagning-persons li, #merci .customer-form .customer .accompagning-persons li {
        margin-right: 13px; }
        @media (min-width: 992px) and (max-width: 992px) {
          #booking .customer-form .customer .accompagning-persons li, #booking-recap .customer-form .customer .accompagning-persons li, #merci .customer-form .customer .accompagning-persons li {
            margin-right: 3px; } }
      #booking .customer-form .customer .accompagning-persons .input-date, #booking-recap .customer-form .customer .accompagning-persons .input-date, #merci .customer-form .customer .accompagning-persons .input-date {
        width: auto; }
      @media (max-width: 992px) {
        #booking .customer-form .customer .accompagning-persons span, #booking-recap .customer-form .customer .accompagning-persons span, #merci .customer-form .customer .accompagning-persons span {
          display: block;
          width: 100%; } }
      #booking .customer-form .customer .accompagning-persons input, #booking-recap .customer-form .customer .accompagning-persons input, #merci .customer-form .customer .accompagning-persons input {
        width: 100%; }
        @media (max-width: 479px) {
          #booking .customer-form .customer .accompagning-persons input, #booking-recap .customer-form .customer .accompagning-persons input, #merci .customer-form .customer .accompagning-persons input {
            width: 250px; } }
      @media (max-width: 992px) {
        #booking .customer-form .customer .accompagning-persons .text-right, #booking-recap .customer-form .customer .accompagning-persons .text-right, #merci .customer-form .customer .accompagning-persons .text-right {
          text-align: left; } }
    @media (max-width: 992px) {
      #booking .customer-form .customer .accompagning-persons:first-of-type, #booking-recap .customer-form .customer .accompagning-persons:first-of-type, #merci .customer-form .customer .accompagning-persons:first-of-type {
        border-top: none;
        padding-top: 0; } }
  #booking .customer-form #customer-form-pitch-informations .field-container, #booking-recap .customer-form #customer-form-pitch-informations .field-container, #merci .customer-form #customer-form-pitch-informations .field-container {
    height: auto; }
    #booking .customer-form #customer-form-pitch-informations .field-container .field, #booking-recap .customer-form #customer-form-pitch-informations .field-container .field, #merci .customer-form #customer-form-pitch-informations .field-container .field {
      margin-bottom: 3px; }
    #booking .customer-form #customer-form-pitch-informations .field-container .itemsInfosForPitch, #booking-recap .customer-form #customer-form-pitch-informations .field-container .itemsInfosForPitch, #merci .customer-form #customer-form-pitch-informations .field-container .itemsInfosForPitch {
      margin: 0 5px 0 0;
      height: 15px;
      vertical-align: middle;
      display: inline-block; }
    #booking .customer-form #customer-form-pitch-informations .field-container input, #booking-recap .customer-form #customer-form-pitch-informations .field-container input, #merci .customer-form #customer-form-pitch-informations .field-container input {
      width: auto; }
    #booking .customer-form #customer-form-pitch-informations .field-container label, #booking-recap .customer-form #customer-form-pitch-informations .field-container label, #merci .customer-form #customer-form-pitch-informations .field-container label {
      margin: 0 10px 0 0;
      vertical-align: middle;
      display: inline-block; }
  #booking .customer-form #customer-form-pitch-informations #pitchLength, #booking .customer-form #customer-form-pitch-informations #pitchWidth, #booking-recap .customer-form #customer-form-pitch-informations #pitchLength, #booking-recap .customer-form #customer-form-pitch-informations #pitchWidth, #merci .customer-form #customer-form-pitch-informations #pitchLength, #merci .customer-form #customer-form-pitch-informations #pitchWidth {
    width: 50px;
    margin: 0 5px; }
  #booking .textLink, #booking-recap .textLink, #merci .textLink {
    cursor: pointer; }

@media (max-width: 992px) {
  #booking-recap .form {
    background: #fff;
    margin-top: 20px; } }

@media (max-width: 992px) {
  #booking-recap .form #customer {
    padding: 0; }
    #booking-recap .form #customer .row {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 100%;
      margin: 15px 0 !important; }
      #booking-recap .form #customer .row:last-child {
        align-items: flex-start; } }

#booking-recap .form #customer .row {
  margin: 5px 0; }

@media (max-width: 992px) {
  #booking-recap .form #customer .text-right {
    font-weight: bold; } }

#booking-recap #mop_container {
  text-align: left; }
  #booking-recap #mop_container .btn-default {
    height: 38px;
    line-height: 24px;
    background: #f5f6f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #ebebeb 0%, #f5f6f7 24%, #f5f6f7 41%, #D9D9D9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(24%, #f5f6f7), color-stop(41%, #f5f6f7), color-stop(100%, #D9D9D9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #f5f6f7 24%, #f5f6f7 41%, #D9D9D9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebebeb 0%, #f5f6f7 24%, #f5f6f7 41%, #D9D9D9 100%);
    /* Opera 11.10+ */
    background: linear-gradient(#ebebeb 0%, #f5f6f7 24%, #f5f6f7 41%, #D9D9D9 100%);
    /* W3C */
    margin-bottom: 5px;
    border: none; }
    #booking-recap #mop_container .btn-default:hover {
      background: #f5f6f7; }
  #booking-recap #mop_container .btn_mop_form {
    /*@media(max-width:$screen-md) {
          padding: 10px 0;
      }*/ }
  #booking-recap #mop_container .mop_form {
    margin-top: 10px; }
    #booking-recap #mop_container .mop_form .row {
      margin-bottom: 10px; }

#booking-recap #booking_navigation {
  margin: 0; }

#booking-recap #options td {
  padding-right: 15px; }

#merci {
  padding: 10px; }
  #merci .text-merci {
    margin-top: 40px;
    font-size: 15px; }

#main-footer-booking .security {
  border-right: none !important; }
  @media (max-width: 479px) {
    #main-footer-booking .security {
      margin-top: 0 !important;
      padding-top: 25px;
      border-top: 0 !important; } }

.recap-firstpayment {
  font-size: 15px;
  padding: 10px; }

#msg_error {
  color: #f00;
  font-size: 16px; }

.error {
  border: 2px solid red; }

#dialog {
  width: auto;
  height: auto;
  /*padding-bottom: 10px;*/ }
  @media (max-width: 480px) {
    #dialog {
      max-width: 180px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    #dialog {
      max-width: 350px; } }

.lv_content {
  overflow: visible !important;
  max-width: 640px; }
  .lv_content .lv_content_wrapper {
    width: 100% !important; }

#AbandonedCartModalPhone {
  background: #d5d9db;
  bottom: -100px; }
  #AbandonedCartModalPhone.show {
    bottom: 0px; }
    #AbandonedCartModalPhone.show #closeAbandonedCartModalPhone span {
      display: block; }
  #AbandonedCartModalPhone #closeAbandonedCartModalPhone {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    transition: height .5s ease-in; }
    #AbandonedCartModalPhone #closeAbandonedCartModalPhone span {
      font-size: 25px;
      display: none; }
  #AbandonedCartModalPhone .no-padding-left {
    padding-left: 0; }
  #AbandonedCartModalPhone .content-cancel-cart {
    margin-bottom: 15px; }

.show #abandonedCartFromPhone {
  display: block; }

#abandonedCartFromPhone {
  display: none; }

#check_use_informations #cb_check_use_informations {
  width: 3%; }

#check_use_informations label {
  width: 97%; }

#check_use_informations p {
  text-align: justify; }

.add-info {
  margin-bottom: 30px; }

.last3digits {
  width: 40px; }

.lightview-content {
  max-width: 800px;
  padding-right: 10px;
  text-align: justify; }
  @media (max-width: 479px) {
    .lightview-content {
      max-width: 220px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .lightview-content {
      max-width: 750px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .lightview-content {
      max-width: 800px; } }
  .lightview-content .titleChartMargin {
    margin-bottom: 30px; }

#packages_options select {
  min-width: 45px;
  min-height: 26px;
  padding: 2px;
  font-size: 1.1em; }

.recap #participant_recap {
  font-size: 15px; }

#person_options #tarif_base_chainePersonsDetails {
  padding-bottom: 10px; }

.PaylineWidget .pl-pmContainer {
  background-color: #f8f8f8 !important;
  border-radius: 0 !important;
  border-color: #FFFFFF !important; }

.PaylineWidget .pl-card-logos-container {
  border: 0 !important;
  padding-bottom: 10px !important;
  background-color: #FFFFFF !important;
  border-radius: 0 !important;
  border: 2px solid #B9B9B9 !important; }

.PaylineWidget .pl-label-input {
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important; }

.PaylineWidget .pl-input {
  border: 0px solid !important;
  border-radius: 0 !important; }

.PaylineWidget .pl-pay-btn-container {
  margin-bottom: 0 !important; }

.PaylineWidget .pl-pay-btn {
  border-radius: 0 !important;
  padding: 6px 8px !important;
  font-size: 14px !important; }

#ancvCoMopContainer {
  color: #003F7D; }
  #ancvCoMopContainer .ancv-text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #ancvCoMopContainer .ancv-img-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #ancvCoMopContainer .ancv-img {
    max-width: 100%; }
  #ancvCoMopContainer .ancv-text-max-montant {
    margin-top: 5px;
    font-size: smaller;
    color: grey;
    text-align: center; }
  #ancvCoMopContainer .input-group {
    margin-top: 10px; }
  #ancvCoMopContainer .input-group-addon {
    border-radius: 0; }
  #ancvCoMopContainer input {
    border-radius: 0; }

#results-selection .product {
  padding: 10px;
  position: relative; }
  #results-selection .product .picture-container {
    height: 200px;
    display: inline-block;
    float: none;
    vertical-align: middle; }
    #results-selection .product .picture-container .title-with-bg {
      bottom: 0;
      font-family: "Archivo Narrow", Times, serif;
      left: 0;
      position: absolute;
      text-align: left;
      width: 100%;
      font-size: 14px; }
  #results-selection .product .infos {
    margin: auto 0;
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding-right: 0; }
    #results-selection .product .infos .price {
      display: inline-block;
      vertical-align: middle;
      float: none; }
      #results-selection .product .infos .price del {
        margin-right: 5px; }
      #results-selection .product .infos .price ins {
        font-size: 26px;
        text-decoration: none; }
    #results-selection .product .infos .date, #results-selection .product .infos .pers {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    #results-selection .product .infos a {
      float: none; }
  #results-selection .product .delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 11px; }

.widget .container {
  width: 100% !important;
  padding: 0; }

.widget .popover {
  max-width: 75%; }

#widget-special-offer {
  padding: 10px 0;
  position: relative; }
  #widget-special-offer .offer-description .text {
    padding-top: 5px; }
  #widget-special-offer .owl-pagination {
    max-width: 80%;
    margin: auto; }
    #widget-special-offer .owl-pagination .owl-page span {
      margin: 5px; }
  #widget-special-offer .customNavigation .prev, #widget-special-offer .customNavigation .next {
    font-size: 32px;
    width: auto !important;
    bottom: 5px; }
  #widget-special-offer .customNavigation .prev {
    padding: 4px 0 4px 2px;
    left: 10px; }
  #widget-special-offer .customNavigation .next {
    padding: 4px 2px 4px 0;
    right: 10px; }

#widget-reviews {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 4px; }
  #widget-reviews .reviews-content {
    vertical-align: middle;
    display: inline-block; }
  #widget-reviews .title {
    font-size: 22px; }
  #widget-reviews .score-summary {
    padding: 10px; }
    #widget-reviews .score-summary .score {
      margin: 10px 0; }
    #widget-reviews .score-summary .max {
      display: block; }
    #widget-reviews .score-summary p {
      margin: 0; }
  #widget-reviews .btn {
    color: #fff; }

#widget-search .container {
  max-width: 960px !important;
  position: relative; }

@media (max-width: 767px) {
  #widget-search #arrivalDate, #widget-search #departureDate {
    margin-bottom: 10px; } }

@media (max-width: 479px) {
  #widget-search #nb_person {
    margin-bottom: 10px; } }

#widget-search .bg-searchform {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 54px; }
  @media screen and (max-width: 767px) {
    #widget-search .bg-searchform {
      height: 100%; } }

#widget-search #search-form-bg {
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    #widget-search #search-form-bg .dates {
      margin-bottom: 10px !important; } }
  #widget-search #search-form-bg #personNumber .form-control, #widget-search #search-form-bg #accomodationType .form-control {
    font-size: 12px; }
  #widget-search #search-form-bg .form-control {
    font-size: 12px;
    padding: 8px;
    border-radius: 0; }

#widget-search #search-form-submit {
  height: 54px;
  padding: 13px;
  font-size: 25px;
  line-height: 20px; }

#widget-search fieldset .fa-calendar {
  display: block !important;
  font-size: 19px;
  height: 22px;
  position: absolute;
  right: 14px;
  top: 7px;
  width: 22px;
  cursor: pointer; }

#widget-search .ui-datepicker.ui-widget {
  /*padding-top: 35px;*/
  margin-left: -3px;
  border-top: 0;
  /*max-width : 142px;*/ }

#widget-search #datePickerArrival {
  position: absolute;
  top: 35px;
  left: 12px;
  z-index: 10000; }

#widget-search #datePickerDeparture {
  left: 12px;
  position: absolute;
  top: 35px;
  z-index: 10000; }

#widget-product {
  background: #fff; }
  #widget-product .container {
    max-width: 960px !important; }
  #widget-product a {
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    #widget-product .bloc-product {
      height: 400px; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #widget-product .bloc-product {
      height: 525px; } }
  @media screen and (max-width: 480px) {
    #widget-product .bloc-product .picture-container {
      height: 230px; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #widget-product .bloc-product .picture-container {
      height: 385px; } }
  #widget-product .bloc-product .picture-container .picture {
    text-align: center; }
  @media screen and (max-width: 480px) {
    #widget-product .bloc-product .inventory li {
      width: 95% !important; } }
  #widget-product .bloc-product .content h2 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 8px;
    height: 50px; }
    #widget-product .bloc-product .content h2 .nb-pers {
      width: 50px;
      height: 50px;
      display: inline-block; }
  #widget-product .bloc-product .content .title-with-bg {
    padding: 0;
    height: 50px; }
  #widget-product .bloc-product .content .inventory {
    font-size: 11px;
    padding: 10px;
    margin: 0; }
    #widget-product .bloc-product .content .inventory li {
      float: left;
      width: 43%;
      margin: 0 0 0 22px; }

#widget-product-planning {
  background: #fff; }
  #widget-product-planning .container {
    max-width: 960px !important; }
  #widget-product-planning a {
    text-decoration: none; }
  @media (max-width: 480px) {
    #widget-product-planning h2 .visible-xs {
      display: inline-block !important; } }
  @media (min-width: 480px) {
    #widget-product-planning h2 .hidden-xs {
      display: inline-block !important; } }
  @media (min-width: 480px) {
    #widget-product-planning .collapse {
      display: block !important;
      height: auto !important; } }
  #widget-product-planning .xs-link-product {
    display: none; }
    @media (max-width: 480px) {
      #widget-product-planning .xs-link-product {
        display: inline-block; } }
  #widget-product-planning #warning-dispo {
    margin: 0 0 20px 0;
    /*white-space: nowrap;*/ }
  #widget-product-planning #search-form-container-product {
    margin: 10px 0 20px; }
  #widget-product-planning #product-availabilities {
    padding: 0 5px; }
    #widget-product-planning #product-availabilities .tooltip {
      max-width: 230px; }
    #widget-product-planning #product-availabilities .item {
      padding: 8px;
      max-width: 280px;
      margin: 0 auto; }
      #widget-product-planning #product-availabilities .item table {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        #widget-product-planning #product-availabilities .item table caption {
          font-family: "Archivo Narrow", Times, serif;
          font-size: 15px; }
        #widget-product-planning #product-availabilities .item table th {
          text-align: center;
          padding: 5px 0; }
        #widget-product-planning #product-availabilities .item table td {
          padding: 1px; }
          #widget-product-planning #product-availabilities .item table td a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none; }
        #widget-product-planning #product-availabilities .item table td.available span {
          display: block;
          padding: 5px;
          background: #52ab2b;
          color: #fff; }
        #widget-product-planning #product-availabilities .item table td.available span.semi-active {
          background: -moz-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #52ab2b), color-stop(50%, #dc0000));
          background: -webkit-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -o-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: -ms-linear-gradient(left, #52ab2b 50%, #dc0000 50%);
          background: linear-gradient(to right, #52ab2b 50%, #dc0000 50%); }
        #widget-product-planning #product-availabilities .item table td.available span.semi-active:hover {
          background: -moz-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3e8221), color-stop(50%, #a90000));
          background: -webkit-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -o-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: -ms-linear-gradient(left, #3e8221 50%, #a90000 50%);
          background: linear-gradient(to right, #3e8221 50%, #a90000 50%); }
        #widget-product-planning #product-availabilities .item table td.available span.semi-active.selected {
          background: -moz-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2b5917), color-stop(50%, #760000));
          background: -webkit-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -o-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: -ms-linear-gradient(left, #2b5917 50%, #760000 50%);
          background: linear-gradient(to right, #2b5917 50%, #760000 50%); }
        #widget-product-planning #product-availabilities .item table td.available .selectable {
          display: block;
          padding: 5px;
          background: #52ab2b;
          color: #fff;
          cursor: pointer; }
        #widget-product-planning #product-availabilities .item table td.available .selectable:hover {
          background: #3e8221; }
        #widget-product-planning #product-availabilities .item table td.available .selectable.selected {
          background: #2b5917; }
        #widget-product-planning #product-availabilities .item table td.off span {
          display: block;
          padding: 5px;
          background: #dc0000;
          color: #fff; }
        #widget-product-planning #product-availabilities .item table td span.hover {
          background: #2b5917 !important; }
    #widget-product-planning #product-availabilities .navigation a {
      top: 55%; }
    #widget-product-planning #product-availabilities .navigation a.go-left {
      left: 8px; }
    #widget-product-planning #product-availabilities .navigation a.go-right {
      right: 0px; }
    #widget-product-planning #product-availabilities .navigation .go span {
      font-size: 2.5em; }

/*** FIN WIDGET PRODUCT ***/
/*** FIN WIDGET PRODUCT ***/
#widget-generatedpricing {
  position: relative; }
  #widget-generatedpricing .header-widget {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px; }
    #widget-generatedpricing .header-widget span {
      padding: 4px 6px; }
    @media screen and (max-width: 767px) {
      #widget-generatedpricing .header-widget .days {
        margin: 10px 0; }
        #widget-generatedpricing .header-widget .days select {
          margin-left: 6px; } }
    #widget-generatedpricing .header-widget #typePricing {
      cursor: pointer; }
    #widget-generatedpricing .header-widget .form-control {
      padding: 4px;
      font-size: 12px;
      height: 100%; }
    #widget-generatedpricing .header-widget .btn {
      padding: 3px 8px; }
  #widget-generatedpricing .content-widget .product {
    padding: 6px;
    margin-bottom: 1px; }
    #widget-generatedpricing .content-widget .product .picture-contain {
      height: 130px; }
      @media (max-width: 479px) {
        #widget-generatedpricing .content-widget .product .picture-contain {
          height: 195px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #widget-generatedpricing .content-widget .product .picture-contain {
          height: 255px;
          width: 55%;
          margin-left: 22.5%; } }
      @media (width: 1024px) {
        #widget-generatedpricing .content-widget .product .picture-contain {
          height: 100px; } }
      @media (width: 980px) {
        #widget-generatedpricing .content-widget .product .picture-contain {
          height: 152px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        #widget-generatedpricing .content-widget .product .picture-contain {
          height: 115px; } }
      #widget-generatedpricing .content-widget .product .picture-contain img {
        max-width: 101%;
        max-height: 101%; }
    #widget-generatedpricing .content-widget .product .title-with-bg {
      margin-bottom: 0;
      display: flex;
      min-height: 50px;
      align-items: center; }
    #widget-generatedpricing .content-widget .product .period-dates {
      padding: 0 0 0 4px; }
      @media (max-width: 767px) {
        #widget-generatedpricing .content-widget .product .period-dates {
          margin-top: 15px; } }
      #widget-generatedpricing .content-widget .product .period-dates .tab-date {
        font-size: 12px;
        padding: 0 2px 2px 2px;
        margin-bottom: 2px;
        text-align: center;
        font-family: "Archivo Narrow", Times, serif; }
        @media (max-width: 479px) {
          #widget-generatedpricing .content-widget .product .period-dates .tab-date {
            padding: 0 0 5px 0; } }
        #widget-generatedpricing .content-widget .product .period-dates .tab-date .bg {
          padding: 5px;
          border: 1px solid #cecece; }
      #widget-generatedpricing .content-widget .product .period-dates .tab-date:last-child {
        padding-right: 5px; }
    #widget-generatedpricing .content-widget .product .customNavigation a {
      cursor: pointer;
      position: absolute;
      top: 40%; }
    #widget-generatedpricing .content-widget .product .customNavigation .next {
      right: -5%; }
    #widget-generatedpricing .content-widget .product .customNavigation .prev {
      left: -5%; }
    #widget-generatedpricing .content-widget .product .offers {
      position: relative;
      font-size: 11px; }
      #widget-generatedpricing .content-widget .product .offers .bloc-offer {
        padding: 0 2px 2px 2px !important; }
        @media (min-width: 480px) {
          #widget-generatedpricing .content-widget .product .offers .bloc-offer {
            /*height: 140px;*/ } }
        @media (max-width: 479px) {
          #widget-generatedpricing .content-widget .product .offers .bloc-offer {
            padding: 0 0 5px 0; } }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer > div {
          border: 1px solid #cecece; }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer .no-content {
          font-family: "Archivo Narrow", Times, serif;
          font-size: 16px;
          line-height: 70px; }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details:hover .hover {
          opacity: 1; }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details {
          text-align: center;
          padding: 10px 0;
          position: relative; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .hover {
            text-align: center;
            transition: opacity 0.3s ease-in-out 0s;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(245, 246, 247, 0.95);
            font-size: 1.4em;
            padding-top: 6px; }
            #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .hover i {
              margin: auto;
              display: block;
              font-size: 1.6em; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details i.fa-suitcase.show {
            font-size: 1.8em;
            position: absolute;
            right: 15px;
            bottom: 2px; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details i.fa-suitcase.show::before {
            position: absolute;
            right: 0;
            bottom: 0; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details > div {
            padding: 3px 10px; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details > div:first-child {
            padding-left: 10px;
            margin: 0; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .dates span {
            display: block;
            text-align: left; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .short-condition {
            font-size: 16px;
            text-align: left;
            font-family: "Archivo Narrow", Times, serif; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .price {
            font-family: "Archivo Narrow", Times, serif;
            line-height: 19px;
            white-space: nowrap;
            float: right;
            position: relative; }
            #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .price .values {
              display: inline-block;
              vertical-align: middle;
              font-size: 26px; }
              #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .price .values del {
                display: block;
                font-size: 15px; }
              #widget-generatedpricing .content-widget .product .offers .bloc-offer .main-details .price .values ins {
                text-decoration: none; }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer .with-os {
          padding: 0; }
        #widget-generatedpricing .content-widget .product .offers .bloc-offer .offer-details {
          background: #fcfcfc;
          padding: 3px 8px;
          border-top: 1px solid #cecece;
          border-bottom: 1px solid #cecece;
          height: auto; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .offer-details .text {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            text-align: left; }
            #widget-generatedpricing .content-widget .product .offers .bloc-offer .offer-details .text span.grid {
              display: block;
              font-weight: bold; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .offer-details .fa {
            font-size: 14px; }
          #widget-generatedpricing .content-widget .product .offers .bloc-offer .offer-details .info-offer:hover {
            text-decoration: none; }
      @media (min-width: 480px) {
        #widget-generatedpricing .content-widget .product .offers .bloc-offer:last-child {
          padding-right: 5px; } }
      #widget-generatedpricing .content-widget .product .offers .no-offer {
        background: #e8e8e8;
        border: 1px solid #D9D9D9;
        font-size: 15px;
        text-align: center;
        margin: 0 2px;
        height: 69px; }
        #widget-generatedpricing .content-widget .product .offers .no-offer p {
          margin: 24px 0 0 0; }
    @media screen and (max-width: 768px) {
      #widget-generatedpricing .content-widget .product .picture-container {
        height: 216px; } }
    #widget-generatedpricing .content-widget .product .picture-container .picture {
      overflow: hidden;
      position: relative; }
      @media (max-width: 768px) {
        #widget-generatedpricing .content-widget .product .picture-container .picture {
          text-align: center; } }
      @media (min-width: 768px) {
        #widget-generatedpricing .content-widget .product .picture-container .picture img {
          width: 100%;
          height: 130px; } }
      @media (max-width: 768px) {
        #widget-generatedpricing .content-widget .product .picture-container .picture img {
          max-height: 215px; } }
  #widget-generatedpricing .content-widget .months-filter {
    white-space: nowrap;
    margin: 20px 0;
    text-align: center; }
    #widget-generatedpricing .content-widget .months-filter a {
      background: #fff;
      display: inline-block;
      padding: 5px 10px;
      font-family: "Archivo Narrow", Times, serif;
      display: block;
      text-decoration: none; }
    #widget-generatedpricing .content-widget .months-filter a:hover {
      background: #f5f6f7; }
    #widget-generatedpricing .content-widget .months-filter a.active {
      color: #ffffff; }
    #widget-generatedpricing .content-widget .months-filter .go {
      padding: 8px; }
  #widget-generatedpricing .content-widget .morepricing {
    margin: 20px 0; }
  #widget-generatedpricing #results-loading {
    position: absolute;
    top: 9%;
    z-index: 1000;
    font-size: 14px; }

#widget-inventory #product-inventory-content ul .dashed ul {
  display: none; }

#widget-inventory #product-inventory-content .title {
  font-size: 17px;
  margin-left: 20px;
  margin-top: 20px; }

#widget-agenda .container {
  max-width: 960px !important;
  position: relative; }

#widget-agenda .customNavigation .prev, #widget-agenda .customNavigation .next {
  font-size: 27px;
  width: auto !important;
  bottom: 5px;
  position: absolute; }

#widget-agenda .customNavigation .prev {
  padding: 4px 0 4px 2px;
  left: 10px; }

#widget-agenda .customNavigation .next {
  padding: 4px 2px 4px 0;
  right: 10px; }

#widget-agenda .event {
  margin: 10px;
  padding: 10px;
  border: 1px solid #D9D9D9; }
  #widget-agenda .event .picture-container {
    height: 180px; }

#widget-agenda .owl-pagination {
  margin: auto;
  max-width: 80%; }
  #widget-agenda .owl-pagination span {
    margin: 3px; }

#page-packages a {
  cursor: pointer; }

@media (min-width: 480px) {
  #page-packages h2 {
    margin: 5px 0 15px;
    font-size: 24px; } }

@media (max-width: 480px) {
  #page-packages h2 {
    margin: 0;
    font-size: 16px; } }

#page-packages h2 small {
  display: block;
  margin-left: 20px; }

#page-packages h3 {
  margin: 5px 0 15px;
  font-size: 18px; }

#page-packages .first-night {
  margin: 0;
  display: block; }

#page-packages .package-content {
  margin-bottom: 10px;
  padding: 10px; }
  #page-packages .package-content ul {
    font-size: 11px; }
  #page-packages .package-content .description {
    width: 52%; }
    @media (max-width: 768px) {
      #page-packages .package-content .description {
        width: 100%; } }
  #page-packages .package-content .tarifs {
    margin-top: 15px; }
    #page-packages .package-content .tarifs li {
      margin-bottom: 8px; }
      #page-packages .package-content .tarifs li .fa {
        float: left;
        margin-top: 3px; }
      #page-packages .package-content .tarifs li .date {
        display: block;
        margin-left: 5px; }
    #page-packages .package-content .tarifs .col-md-6 {
      padding-left: 0; }
    #page-packages .package-content .tarifs p {
      margin: 0;
      display: inline-block;
      width: 93%; }
    #page-packages .package-content .tarifs .price-package {
      font-weight: bold; }
  #page-packages .package-content .services {
    margin-top: 15px;
    margin-bottom: 15px; }

#page-packages .content-infos {
  margin-bottom: 15px; }

#page-packages .picture-container.global {
  position: absolute;
  right: 5%;
  top: 8%;
  max-height: 300px; }
  @media (max-width: 768px) {
    #page-packages .picture-container.global {
      position: inherit;
      right: 0;
      top: 0; } }

#page-packages .pictures-carousel {
  z-index: 15;
  cursor: grab; }
  #page-packages .pictures-carousel img {
    width: 100%; }

#page-packages .customNavigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #page-packages .customNavigation a {
    position: absolute;
    top: 37%; }
    #page-packages .customNavigation a .fa {
      z-index: 15; }
  #page-packages .customNavigation .prev-thumb-list {
    left: 2px; }
  #page-packages .customNavigation .next-thumb-list {
    right: 18px; }

#page-packages .os i {
  float: left;
  margin-top: 3px; }

#page-packages .os p {
  margin: 0;
  display: inline-block;
  width: 93%; }

#page-packages .os .date, #page-packages .os .condition {
  display: block;
  margin-left: 5px; }

.popover-content .tarifs li {
  margin-bottom: 8px; }

.popover-content .tarifs p {
  margin: 0; }

/*packages home*/
#home-ribbon-packages {
  /*.offer-description .info-offer {
        font-size: 15px;
    }*/ }
  #home-ribbon-packages .services ul {
    margin-bottom: 5px; }
    #home-ribbon-packages .services ul .last {
      padding-left: 20px;
      margin-top: -5px;
      margin-bottom: -5px; }
  #home-ribbon-packages .price-package {
    font-weight: bold; }
  #home-ribbon-packages .os-packages {
    position: absolute;
    bottom: 0;
    right: 33%;
    height: 48px;
    background: #e8e8e8;
    padding: 3px 15px;
    text-align: right; }
    #home-ribbon-packages .os-packages span.reduc {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle; }
    #home-ribbon-packages .os-packages span.validity {
      display: block;
      font-size: 11px;
      font-weight: bold; }

/*
 * swiper 2.4.3
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL MIT
 *
 * Released on: January 29, 2014
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  padding-bottom: 20px;
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  width: 25%;
  /*height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */
  width: 50%;
  cursor: grab; }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.device {
  width: auto;
  position: relative;
  margin: 10px auto;
  /*height: 250px;*/
  padding: 30px 40px;
  border-radius: 20px; }

.swiper-container {
  width: auto;
  /*height: 250px;*/ }

.swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 20.4em 0;
  -moz-transform-origin: 50% 20.4em 0;
  -ms-transform-origin: 50% 20.4em 0;
  -o-transform-origin: 50% 20.4em 0;
  transform-origin: 50% 20.4em 0; }

.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.swiper.pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
  margin: 0 auto; }

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px; }

.swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa; }

.swiper-active-switch {
  background: #fff; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #D9D9D9; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e8e8e8; }

.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; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #e8e8e8;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .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; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.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; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.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; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.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; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .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; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #717171;
  text-align: center;
  background-color: #f5f6f7;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .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; }
  .input-group-addon.input-lg,
  .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; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.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; }

.input-group-addon:first-child {
  border-right: 0; }

.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; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f5f6f7; }
    .nav > li.disabled > a {
      color: #e8e8e8; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e8e8e8;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f6f7;
    border-color: #D9D9D9; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f5f6f7 #f5f6f7 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #D9D9D9;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #D9D9D9; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .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) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .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; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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 (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .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; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .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: #555;
      background-color: #e7e7e7; }
    .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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .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: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .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; }
  .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; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .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) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .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; }
    .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; }
    .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; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .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; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #e8e8e8; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f5f6f7;
  color: #e8e8e8;
  cursor: not-allowed; }
  .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; }
  .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: #e8e8e8; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #D9D9D9;
  border-color: #D9D9D9; }
  .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; }
  .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: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

#type-family .compo-fami-height {
  height: 38px; }

@media screen and (max-width: 992px) {
  #type-family .compo-fami-height {
    height: 36px; } }

#type-family .compo-fami-height .dropdown-menu > li > a {
  padding: 0; }

#type-family .compo-fami-height .dropdown-menu > li > a .type-family-span {
  padding: 3px 20px;
  display: block; }

#type-family .compo-fami-height i {
  margin-top: 15px; }

@media screen and (max-width: 991px) {
  #type-family .compo-fami-height i {
    margin-top: 10px; } }

@media screen and (max-width: 991px) {
  #type-family .compo-fami-height i {
    width: 100%; } }

#type-family #wp-more-options {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 0;
  text-align: center;
  padding: 5px 3px;
  z-index: 10; }

@media screen and (max-width: 767px) {
  #type-family #wp-more-options {
    position: relative;
    top: 0;
    padding-bottom: 0; } }

#type-family #wp-more-options p, #type-family #wp-more-options #moreOptionsPerson {
  font-size: 1em; }

@media screen and (max-width: 991px) {
  #type-family #wp-more-options p, #type-family #wp-more-options #moreOptionsPerson {
    font-size: 0.8em; } }

#type-family #wp-more-options #moreOptionsPerson {
  padding: 0; }

#type-family #wp-more-options #moreOptionsPerson > div.col-xs-6 {
  padding-left: 5px;
  padding-right: 5px; }

#type-family #wp-more-options #moreOptionsPerson select {
  color: black; }

#type-family #wp-more-options select {
  padding: 5px 3px; }

#type-family #wp-more-options #wpKidAge {
  padding: 10px 0; }

#type-family #wp-more-options #wpKidAge p {
  margin-bottom: 0px;
  text-align: center; }

#type-family #wp-more-options #wpKidAge .kidAge {
  color: black;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  margin: 10px; }

/*@import "../bootstrap/pagination";
@import "../bootstrap/pager";
@import "../bootstrap/labels";
@import "../bootstrap/badges";
@import "../bootstrap/jumbotron";
@import "../bootstrap/thumbnails";
@import "../bootstrap/media";
@import "../bootstrap/progress-bars";
@import "../bootstrap/panels";
@import "../bootstrap/responsive-embed";
@import "../bootstrap/wells";
@import "../bootstrap/close";*/
.tooltip {
  position: absolute;
  z-index: 3000;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 7px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 7px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 7px; }

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #fff; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #fff; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 75%;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.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; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.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); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.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; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.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); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*@import "../bootstrap/modals";
@import "../bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.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) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
