/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  /** {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }*/
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  /*.table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }*/
}
.layout-fluid *,
.layout-fluid *:before,
.layout-fluid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-fixed #main.response *,
.layout-fixed #footer *,
.layout-fixed #header *,
.layout-fixed #main.response *:before,
.layout-fixed #footer *:before,
.layout-fixed #header *:before,
.layout-fixed #main.response *:after,
.layout-fixed #footer *:after,
.layout-fixed #header *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #db0129;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #cccccc;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #cccccc;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 23px;
}
h2 small,
.h2 small {
  font-size: 17px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 13px;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #ededed;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 620px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #ededed;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #cccccc;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.layout-fixed .col-xs-1,
.layout-fixed .col-xs-2,
.layout-fixed .col-xs-3,
.layout-fixed .col-xs-4,
.layout-fixed .col-xs-5,
.layout-fixed .col-xs-6,
.layout-fixed .col-xs-7,
.layout-fixed .col-xs-8,
.layout-fixed .col-xs-9,
.layout-fixed .col-xs-10,
.layout-fixed .col-xs-11,
.layout-fixed .col-xs-12,
.layout-fixed .col-sm-1,
.layout-fixed .col-sm-2,
.layout-fixed .col-sm-3,
.layout-fixed .col-sm-4,
.layout-fixed .col-sm-5,
.layout-fixed .col-sm-6,
.layout-fixed .col-sm-7,
.layout-fixed .col-sm-8,
.layout-fixed .col-sm-9,
.layout-fixed .col-sm-10,
.layout-fixed .col-sm-11,
.layout-fixed .col-sm-12,
.layout-fixed .col-md-1,
.layout-fixed .col-md-2,
.layout-fixed .col-md-3,
.layout-fixed .col-md-4,
.layout-fixed .col-md-5,
.layout-fixed .col-md-6,
.layout-fixed .col-md-7,
.layout-fixed .col-md-8,
.layout-fixed .col-md-9,
.layout-fixed .col-md-10,
.layout-fixed .col-md-11,
.layout-fixed .col-md-12,
.layout-fixed .col-lg-1,
.layout-fixed .col-lg-2,
.layout-fixed .col-lg-3,
.layout-fixed .col-lg-4,
.layout-fixed .col-lg-5,
.layout-fixed .col-lg-6,
.layout-fixed .col-lg-7,
.layout-fixed .col-lg-8,
.layout-fixed .col-lg-9,
.layout-fixed .col-lg-10,
.layout-fixed .col-lg-11,
.layout-fixed .col-lg-12 {
  float: left;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 620px) {
  .container {
    max-width: 95%;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 980px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.layout-fixed .col-sm-1 {
  width: 8.33333333%;
}
.layout-fixed .col-sm-2 {
  width: 16.66666667%;
}
.layout-fixed .col-sm-3 {
  width: 25%;
}
.layout-fixed .col-sm-4 {
  width: 33.33333333%;
}
.layout-fixed .col-sm-5 {
  width: 41.66666667%;
}
.layout-fixed .col-sm-6 {
  width: 50%;
}
.layout-fixed .col-sm-7 {
  width: 58.33333333%;
}
.layout-fixed .col-sm-8 {
  width: 66.66666667%;
}
.layout-fixed .col-sm-9 {
  width: 75%;
}
.layout-fixed .col-sm-10 {
  width: 83.33333333%;
}
.layout-fixed .col-sm-11 {
  width: 91.66666667%;
}
.layout-fixed .col-sm-12 {
  width: 100%;
}
.layout-fixed .col-sm-push-0 {
  left: auto;
}
.layout-fixed .col-sm-push-1 {
  left: 8.33333333%;
}
.layout-fixed .col-sm-push-2 {
  left: 16.66666667%;
}
.layout-fixed .col-sm-push-3 {
  left: 25%;
}
.layout-fixed .col-sm-push-4 {
  left: 33.33333333%;
}
.layout-fixed .col-sm-push-5 {
  left: 41.66666667%;
}
.layout-fixed .col-sm-push-6 {
  left: 50%;
}
.layout-fixed .col-sm-push-7 {
  left: 58.33333333%;
}
.layout-fixed .col-sm-push-8 {
  left: 66.66666667%;
}
.layout-fixed .col-sm-push-9 {
  left: 75%;
}
.layout-fixed .col-sm-push-10 {
  left: 83.33333333%;
}
.layout-fixed .col-sm-push-11 {
  left: 91.66666667%;
}
.layout-fixed .col-sm-pull-0 {
  right: auto;
}
.layout-fixed .col-sm-pull-1 {
  right: 8.33333333%;
}
.layout-fixed .col-sm-pull-2 {
  right: 16.66666667%;
}
.layout-fixed .col-sm-pull-3 {
  right: 25%;
}
.layout-fixed .col-sm-pull-4 {
  right: 33.33333333%;
}
.layout-fixed .col-sm-pull-5 {
  right: 41.66666667%;
}
.layout-fixed .col-sm-pull-6 {
  right: 50%;
}
.layout-fixed .col-sm-pull-7 {
  right: 58.33333333%;
}
.layout-fixed .col-sm-pull-8 {
  right: 66.66666667%;
}
.layout-fixed .col-sm-pull-9 {
  right: 75%;
}
.layout-fixed .col-sm-pull-10 {
  right: 83.33333333%;
}
.layout-fixed .col-sm-pull-11 {
  right: 91.66666667%;
}
.layout-fixed .col-sm-offset-0 {
  margin-left: 0;
}
.layout-fixed .col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.layout-fixed .col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.layout-fixed .col-sm-offset-3 {
  margin-left: 25%;
}
.layout-fixed .col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.layout-fixed .col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.layout-fixed .col-sm-offset-6 {
  margin-left: 50%;
}
.layout-fixed .col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.layout-fixed .col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.layout-fixed .col-sm-offset-9 {
  margin-left: 75%;
}
.layout-fixed .col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.layout-fixed .col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.layout-fixed .col-md-1 {
  width: 8.33333333%;
}
.layout-fixed .col-md-2 {
  width: 16.66666667%;
}
.layout-fixed .col-md-3 {
  width: 25%;
}
.layout-fixed .col-md-4 {
  width: 33.33333333%;
}
.layout-fixed .col-md-5 {
  width: 41.66666667%;
}
.layout-fixed .col-md-6 {
  width: 50%;
}
.layout-fixed .col-md-7 {
  width: 58.33333333%;
}
.layout-fixed .col-md-8 {
  width: 66.66666667%;
}
.layout-fixed .col-md-9 {
  width: 75%;
}
.layout-fixed .col-md-10 {
  width: 83.33333333%;
}
.layout-fixed .col-md-11 {
  width: 91.66666667%;
}
.layout-fixed .col-md-12 {
  width: 100%;
}
.layout-fixed .col-md-push-0 {
  left: auto;
}
.layout-fixed .col-md-push-1 {
  left: 8.33333333%;
}
.layout-fixed .col-md-push-2 {
  left: 16.66666667%;
}
.layout-fixed .col-md-push-3 {
  left: 25%;
}
.layout-fixed .col-md-push-4 {
  left: 33.33333333%;
}
.layout-fixed .col-md-push-5 {
  left: 41.66666667%;
}
.layout-fixed .col-md-push-6 {
  left: 50%;
}
.layout-fixed .col-md-push-7 {
  left: 58.33333333%;
}
.layout-fixed .col-md-push-8 {
  left: 66.66666667%;
}
.layout-fixed .col-md-push-9 {
  left: 75%;
}
.layout-fixed .col-md-push-10 {
  left: 83.33333333%;
}
.layout-fixed .col-md-push-11 {
  left: 91.66666667%;
}
.layout-fixed .col-md-pull-0 {
  right: auto;
}
.layout-fixed .col-md-pull-1 {
  right: 8.33333333%;
}
.layout-fixed .col-md-pull-2 {
  right: 16.66666667%;
}
.layout-fixed .col-md-pull-3 {
  right: 25%;
}
.layout-fixed .col-md-pull-4 {
  right: 33.33333333%;
}
.layout-fixed .col-md-pull-5 {
  right: 41.66666667%;
}
.layout-fixed .col-md-pull-6 {
  right: 50%;
}
.layout-fixed .col-md-pull-7 {
  right: 58.33333333%;
}
.layout-fixed .col-md-pull-8 {
  right: 66.66666667%;
}
.layout-fixed .col-md-pull-9 {
  right: 75%;
}
.layout-fixed .col-md-pull-10 {
  right: 83.33333333%;
}
.layout-fixed .col-md-pull-11 {
  right: 91.66666667%;
}
.layout-fixed .col-md-offset-0 {
  margin-left: 0;
}
.layout-fixed .col-md-offset-1 {
  margin-left: 8.33333333%;
}
.layout-fixed .col-md-offset-2 {
  margin-left: 16.66666667%;
}
.layout-fixed .col-md-offset-3 {
  margin-left: 25%;
}
.layout-fixed .col-md-offset-4 {
  margin-left: 33.33333333%;
}
.layout-fixed .col-md-offset-5 {
  margin-left: 41.66666667%;
}
.layout-fixed .col-md-offset-6 {
  margin-left: 50%;
}
.layout-fixed .col-md-offset-7 {
  margin-left: 58.33333333%;
}
.layout-fixed .col-md-offset-8 {
  margin-left: 66.66666667%;
}
.layout-fixed .col-md-offset-9 {
  margin-left: 75%;
}
.layout-fixed .col-md-offset-10 {
  margin-left: 83.33333333%;
}
.layout-fixed .col-md-offset-11 {
  margin-left: 91.66666667%;
}
.layout-fixed .col-lg-1 {
  width: 8.33333333%;
}
.layout-fixed .col-lg-2 {
  width: 16.66666667%;
}
.layout-fixed .col-lg-3 {
  width: 25%;
}
.layout-fixed .col-lg-4 {
  width: 33.33333333%;
}
.layout-fixed .col-lg-5 {
  width: 41.66666667%;
}
.layout-fixed .col-lg-6 {
  width: 50%;
}
.layout-fixed .col-lg-7 {
  width: 58.33333333%;
}
.layout-fixed .col-lg-8 {
  width: 66.66666667%;
}
.layout-fixed .col-lg-9 {
  width: 75%;
}
.layout-fixed .col-lg-10 {
  width: 83.33333333%;
}
.layout-fixed .col-lg-11 {
  width: 91.66666667%;
}
.layout-fixed .col-lg-12 {
  width: 100%;
}
.layout-fixed .col-lg-push-0 {
  left: auto;
}
.layout-fixed .col-lg-push-1 {
  left: 8.33333333%;
}
.layout-fixed .col-lg-push-2 {
  left: 16.66666667%;
}
.layout-fixed .col-lg-push-3 {
  left: 25%;
}
.layout-fixed .col-lg-push-4 {
  left: 33.33333333%;
}
.layout-fixed .col-lg-push-5 {
  left: 41.66666667%;
}
.layout-fixed .col-lg-push-6 {
  left: 50%;
}
.layout-fixed .col-lg-push-7 {
  left: 58.33333333%;
}
.layout-fixed .col-lg-push-8 {
  left: 66.66666667%;
}
.layout-fixed .col-lg-push-9 {
  left: 75%;
}
.layout-fixed .col-lg-push-10 {
  left: 83.33333333%;
}
.layout-fixed .col-lg-push-11 {
  left: 91.66666667%;
}
.layout-fixed .col-lg-pull-0 {
  right: auto;
}
.layout-fixed .col-lg-pull-1 {
  right: 8.33333333%;
}
.layout-fixed .col-lg-pull-2 {
  right: 16.66666667%;
}
.layout-fixed .col-lg-pull-3 {
  right: 25%;
}
.layout-fixed .col-lg-pull-4 {
  right: 33.33333333%;
}
.layout-fixed .col-lg-pull-5 {
  right: 41.66666667%;
}
.layout-fixed .col-lg-pull-6 {
  right: 50%;
}
.layout-fixed .col-lg-pull-7 {
  right: 58.33333333%;
}
.layout-fixed .col-lg-pull-8 {
  right: 66.66666667%;
}
.layout-fixed .col-lg-pull-9 {
  right: 75%;
}
.layout-fixed .col-lg-pull-10 {
  right: 83.33333333%;
}
.layout-fixed .col-lg-pull-11 {
  right: 91.66666667%;
}
.layout-fixed .col-lg-offset-0 {
  margin-left: 0;
}
.layout-fixed .col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.layout-fixed .col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.layout-fixed .col-lg-offset-3 {
  margin-left: 25%;
}
.layout-fixed .col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.layout-fixed .col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.layout-fixed .col-lg-offset-6 {
  margin-left: 50%;
}
.layout-fixed .col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.layout-fixed .col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.layout-fixed .col-lg-offset-9 {
  margin-left: 75%;
}
.layout-fixed .col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.layout-fixed .col-lg-offset-11 {
  margin-left: 91.66666667%;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}
@media (max-width: 620px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ededed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-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-error .help-block,
.has-error .control-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-success .help-block,
.has-success .control-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;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 620px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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 .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 620px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #db0129;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #999999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #db0129;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #cccccc;
}
.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 dotted;
  border-bottom: 4px solid #999999;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 620px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #ededed;
}
.nav > li.disabled > a {
  color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ededed;
  border-color: #666666;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ededed #ededed #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 620px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 620px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.nav a:hover .caret {
  border-top-color: #db0129;
  border-bottom-color: #db0129;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 620px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 620px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 620px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -8px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -8px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 620px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 620px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 620px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 16px 8px;
  font-size: 17px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 620px) {
  .navbar > .container .navbar-brand {
    margin-left: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 620px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 619px) {
  .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: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 620px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 620px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 620px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 619px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 620px) {
  .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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 620px) {
  .navbar-text {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 619px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #cccccc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 619px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #cccccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ededed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #cccccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #cccccc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #666666;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #ededed;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 620px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #666666;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 620px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 13px;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 620px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 619px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 619px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .visible-sm {
    display: block !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: 999px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 619px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 619px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 619px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 619px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 619px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 619px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*
 * 	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: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../bundles/itcecmslayout/themes/ce_theme/css/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);
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e0e0e0;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  border-color: #2d6ca2;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3071a9;
  border-color: #2d6ca2;
}
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  border-color: #419641;
}
.btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(transparent), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, transparent, 0%, rgba(0, 0, 0, 0), 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  background-color: rgba(0, 0, 0, 0);
}
.navbar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.cta-small,
.cta,
.cta-second {
  text-decoration: none;
}
.cta-small:hover,
.cta:hover,
.cta-second:hover,
.cta-small:focus,
.cta:focus,
.cta-second:focus {
  color: #ffffff;
  text-decoration: none;
}
.cta-small.no-link,
.cta.no-link,
.cta-second.no-link {
  color: #ffffff;
}
.cta,
.cta-second {
  border: 0;
  color: #ffffff;
  display: table-cell;
  height: 35px;
  line-height: 1;
  padding: 0 10px 0 17px;
  font-size: 1.15384615em;
  vertical-align: middle;
  background: #db0129;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db0129), to(#b00021));
  background-image: -webkit-linear-gradient(top, #db0129, 0%, #b00021, 100%);
  background-image: -moz-linear-gradient(top, #db0129 0%, #b00021 100%);
  background-image: linear-gradient(to bottom, #db0129 0%, #b00021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0129', endColorstr='#ffb00021', GradientType=0);
}
.cta:after,
.cta-second:after {
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta:focus,
.cta-second:focus,
.cta:hover,
.cta-second:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ea012c), to(#b00021));
  background-image: -webkit-linear-gradient(top, #ea012c, 0%, #b00021, 100%);
  background-image: -moz-linear-gradient(top, #ea012c 0%, #b00021 100%);
  background-image: linear-gradient(to bottom, #ea012c 0%, #b00021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea012c', endColorstr='#ffb00021', GradientType=0);
}
.cta:focus:after,
.cta-second:focus:after,
.cta:hover:after,
.cta-second:hover:after {
  text-decoration: none;
}
.cta.phone-number,
.cta-second.phone-number {
  font-size: 1.30769231em;
  padding: 0 30px;
}
.cta.subscribe {
  padding: 0;
}
.cta.subscribe:before {
  vertical-align: middle;
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  content: "\e60e";
  font-size: 25px;
  margin-right: 6px;
  top: -2px;
  position: relative;
}
.cta.subscribe:after {
  display: none;
}
.cta-small {
  border: 0;
  color: #ffffff;
  display: table-cell;
  height: 24px;
  padding: 0 15px;
  font-size: 0.92307692em;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b3b3b3), to(#999999));
  background-image: -webkit-linear-gradient(top, #b3b3b3, 0%, #999999, 100%);
  background-image: -moz-linear-gradient(top, #b3b3b3 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #999999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff999999', GradientType=0);
}
.cta-small:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a6a6a6), to(#8c8c8c));
  background-image: -webkit-linear-gradient(top, #a6a6a6, 0%, #8c8c8c, 100%);
  background-image: -moz-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a6a6a6 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff8c8c8c', GradientType=0);
  text-decoration: none;
}
.cta-small:hover:after {
  text-decoration: none;
}
[class^="icon-bpce-"].push-link:before,
[class*=" icon-bpce-"].push-link:before {
  color: #db0129;
  font-size: 12px;
}
.cta-second {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b3b3b3), to(#999999));
  background-image: -webkit-linear-gradient(top, #b3b3b3, 0%, #999999, 100%);
  background-image: -moz-linear-gradient(top, #b3b3b3 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #999999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff999999', GradientType=0);
}
.cta-second:focus,
.cta-second:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a6a6a6), to(#8c8c8c));
  background-image: -webkit-linear-gradient(top, #a6a6a6, 0%, #8c8c8c, 100%);
  background-image: -moz-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a6a6a6 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff8c8c8c', GradientType=0);
}
@font-face {
  font-family: 'bpce-icons';
  src: url('../bundles/itcecmslayout/themes/ce_theme/css/./fonts//bpce-icons/bpce-icons.eot?#iefix');
  src: url('../bundles/itcecmslayout/themes/ce_theme/css/./fonts//bpce-icons/bpce-icons.eot?#iefix') format('embedded-opentype'), url('../bundles/itcecmslayout/themes/ce_theme/css/./fonts//bpce-icons/bpce-icons.svg#bpce-icons') format('svg'), url('../bundles/itcecmslayout/themes/ce_theme/css/./fonts//bpce-icons/bpce-icons.ttf') format('truetype'), url('../bundles/itcecmslayout/themes/ce_theme/css/./fonts//bpce-icons/bpce-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-bpce-"].icon:before,
[class*=" icon-bpce-"].icon:before {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
  line-height: 0;
}
[class^="icon-bpce-"]:before,
[class*=" icon-bpce-"]:before {
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
}
[class^="icon-bpce-"].icon-bpce-tools:before,
[class*=" icon-bpce-"].icon-bpce-tools:before {
  content: "\e637";
}
[class^="icon-bpce-"].icon-bpce-burger-alt:before,
[class*=" icon-bpce-"].icon-bpce-burger-alt:before {
  content: "\e636";
}
[class^="icon-bpce-"].icon-bpce-moins:before,
[class*=" icon-bpce-"].icon-bpce-moins:before {
  content: "\e635";
}
[class^="icon-bpce-"].icon-bpce-plus:before,
[class*=" icon-bpce-"].icon-bpce-plus:before {
  content: "\e634";
}
[class^="icon-bpce-"].icon-bpce-pdf:before,
[class*=" icon-bpce-"].icon-bpce-pdf:before {
  content: "\e633";
}
[class^="icon-bpce-"].icon-bpce-stats:before,
[class*=" icon-bpce-"].icon-bpce-stats:before {
  content: "\e600";
}
[class^="icon-bpce-"].icon-bpce-new-profil:before,
[class*=" icon-bpce-"].icon-bpce-new-profil:before {
  content: "\e603";
}
[class^="icon-bpce-"].icon-bpce-phone:before,
[class*=" icon-bpce-"].icon-bpce-phone:before {
  content: "\e60f";
}
[class^="icon-bpce-"].icon-bpce-recommand:before,
[class*=" icon-bpce-"].icon-bpce-recommand:before {
  content: "\e601";
}
[class^="icon-bpce-"].icon-bpce-profil2:before,
[class*=" icon-bpce-"].icon-bpce-profil2:before {
  content: "\e61a";
}
[class^="icon-bpce-"].icon-bpce-pictures:before,
[class*=" icon-bpce-"].icon-bpce-pictures:before {
  content: "\e602";
}
[class^="icon-bpce-"].icon-bpce-disconnect:before,
[class*=" icon-bpce-"].icon-bpce-disconnect:before {
  content: "\e61b";
}
[class^="icon-bpce-"].icon-bpce-lock:before,
[class*=" icon-bpce-"].icon-bpce-lock:before {
  content: "\e604";
}
[class^="icon-bpce-"].icon-bpce-settings:before,
[class*=" icon-bpce-"].icon-bpce-settings:before {
  content: "\e617";
}
[class^="icon-bpce-"].icon-bpce-agenda:before,
[class*=" icon-bpce-"].icon-bpce-agenda:before {
  content: "\e61c";
}
[class^="icon-bpce-"].icon-bpce-burger:before,
[class*=" icon-bpce-"].icon-bpce-burger:before {
  content: "\e606";
}
[class^="icon-bpce-"].icon-bpce-arrow-top:before,
[class*=" icon-bpce-"].icon-bpce-arrow-top:before {
  content: "\e607";
}
[class^="icon-bpce-"].icon-bpce-arrow-right:before,
[class*=" icon-bpce-"].icon-bpce-arrow-right:before {
  content: "\e608";
}
[class^="icon-bpce-"].icon-bpce-arrow-left:before,
[class*=" icon-bpce-"].icon-bpce-arrow-left:before {
  content: "\e609";
}
[class^="icon-bpce-"].icon-bpce-arrow-bottom:before,
[class*=" icon-bpce-"].icon-bpce-arrow-bottom:before {
  content: "\e60a";
}
[class^="icon-bpce-"].icon-bpce-video:before,
[class*=" icon-bpce-"].icon-bpce-video:before {
  content: "\e60b";
}
[class^="icon-bpce-"].icon-bpce-search:before,
[class*=" icon-bpce-"].icon-bpce-search:before {
  content: "\e60c";
}
[class^="icon-bpce-"].icon-bpce-safe:before,
[class*=" icon-bpce-"].icon-bpce-safe:before {
  content: "\e60d";
}
[class^="icon-bpce-"].icon-bpce-profil:before,
[class*=" icon-bpce-"].icon-bpce-profil:before {
  content: "\e60e";
}
[class^="icon-bpce-"].icon-bpce-mail:before,
[class*=" icon-bpce-"].icon-bpce-mail:before {
  content: "\e610";
}
[class^="icon-bpce-"].icon-bpce-france:before,
[class*=" icon-bpce-"].icon-bpce-france:before {
  content: "\e611";
}
[class^="icon-bpce-"].icon-bpce-euro:before,
[class*=" icon-bpce-"].icon-bpce-euro:before {
  content: "\e612";
}
[class^="icon-bpce-"].icon-bpce-chat:before,
[class*=" icon-bpce-"].icon-bpce-chat:before {
  content: "\e613";
}
[class^="icon-bpce-"].icon-bpce-bank:before,
[class*=" icon-bpce-"].icon-bpce-bank:before {
  content: "\e614";
}
[class^="icon-bpce-"].icon-bpce-close:before,
[class*=" icon-bpce-"].icon-bpce-close:before {
  content: "\e61d";
}
[class^="icon-bpce-"].icon-bpce-circle-left:before,
[class*=" icon-bpce-"].icon-bpce-circle-left:before {
  content: "\e61e";
}
[class^="icon-bpce-"].icon-bpce-circle-tel:before,
[class*=" icon-bpce-"].icon-bpce-circle-tel:before {
  content: "\e61f";
}
[class^="icon-bpce-"].icon-bpce-circle-mail:before,
[class*=" icon-bpce-"].icon-bpce-circle-mail:before {
  content: "\e620";
}
[class^="icon-bpce-"].icon-bpce-circle-pins:before,
[class*=" icon-bpce-"].icon-bpce-circle-pins:before {
  content: "\e621";
}
[class^="icon-bpce-"].icon-bpce-circle-contact:before,
[class*=" icon-bpce-"].icon-bpce-circle-contact:before {
  content: "\e622";
}
[class^="icon-bpce-"].icon-bpce-circle-agence:before,
[class*=" icon-bpce-"].icon-bpce-circle-agence:before {
  content: "\e623";
}
[class^="icon-bpce-"].icon-bpce-prdvel:before,
[class*=" icon-bpce-"].icon-bpce-prdvel:before {
  content: "\e62b";
  font-size: 35px !important;
}
[class^="icon-bpce-"].icon-bpce-attention:before,
[class*=" icon-bpce-"].icon-bpce-attention:before {
  content: "\e624";
}
[class^="icon-bpce-"].icon-bpce-download:before,
[class*=" icon-bpce-"].icon-bpce-download:before {
  content: "\e625";
}
[class^="icon-bpce-"].icon-bpce-circle-fax:before,
[class*=" icon-bpce-"].icon-bpce-circle-fax:before {
  content: "\e626";
}
[class^="icon-bpce-"].icon-bpce-pins:before,
[class*=" icon-bpce-"].icon-bpce-pins:before {
  content: "\e628";
}
[class^="icon-bpce-"].icon-bpce-clock:before,
[class*=" icon-bpce-"].icon-bpce-clock:before {
  content: "\e629";
}
[class^="icon-bpce-"].icon-bpce-circle-email:before,
[class*=" icon-bpce-"].icon-bpce-circle-email:before {
  content: "\e615";
}
[class^="icon-bpce-"].icon-bpce-circle-infos:before,
[class*=" icon-bpce-"].icon-bpce-circle-infos:before {
  content: "\e616";
}
[class^="icon-bpce-"].icon-bpce-contact-car:before,
[class*=" icon-bpce-"].icon-bpce-contact-car:before {
  content: "\e618";
}
[class^="icon-bpce-"].icon-bpce-contact-walk:before,
[class*=" icon-bpce-"].icon-bpce-contact-walk:before {
  content: "\e619";
}
[class^="icon-bpce-"].icon-bpce-circle-calend:before,
[class*=" icon-bpce-"].icon-bpce-circle-calend:before {
  content: "\e62b";
}
[class^="icon-bpce-"].icon-bpce-circle-lock:before,
[class*=" icon-bpce-"].icon-bpce-circle-lock:before {
  content: "\e62a";
}
[class^="icon-bpce-"].icon-bpce-circle-play:before,
[class*=" icon-bpce-"].icon-bpce-circle-play:before {
  content: "\e62c";
}
[class^="icon-bpce-"].icon-bpce-circle-question:before,
[class*=" icon-bpce-"].icon-bpce-circle-question:before {
  content: "\e62d";
}
[class^="icon-bpce-"].icon-bpce-arrow-dotted:before,
[class*=" icon-bpce-"].icon-bpce-arrow-dotted:before {
  content: "\e631";
}
[class^="icon-bpce-"].icon-bpce-circle-two:before,
[class*=" icon-bpce-"].icon-bpce-circle-two:before {
  content: "\e62e";
}
[class^="icon-bpce-"].icon-bpce-circle-tree:before,
[class*=" icon-bpce-"].icon-bpce-circle-tree:before {
  content: "\e62f";
}
[class^="icon-bpce-"].icon-bpce-circle-one:before,
[class*=" icon-bpce-"].icon-bpce-circle-one:before {
  content: "\e630";
}
[class^="icon-bpce-"].icon-bpce-arrow-dotted-bottom:before,
[class*=" icon-bpce-"].icon-bpce-arrow-dotted-bottom:before {
  content: "\e632";
}
[class^="icon-bpce-"].icon-bpce-home:before,
[class*=" icon-bpce-"].icon-bpce-home:before {
  content: "\e605";
}
[class^="icon-bpce-"].icon-bpce-print:before,
[class*=" icon-bpce-"].icon-bpce-print:before {
  content: "\e627";
}
html {
  min-width: 320px;
}
::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
::-moz-placeholder {
  color: #999999;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
input::-ms-clear {
  display: none;
}
input:-moz-placeholder {
  color: #999999;
  font-style: italic;
}
input.placeholder {
  font-style: italic;
  color: #aaa;
}
.dropdown-menu {
  z-index: 1;
}
#footer {
  overflow: hidden;
}
a {
  color: #666666;
}
a:active,
a:focus,
a:hover {
  color: #db0129;
  text-decoration: none;
}
a.no-link {
  color: #666666;
  cursor: default;
}
.layout-fixed {
  width: 980px !important;
  margin: auto;
}
.layout-fixed .container {
  max-width: 980px !important;
  width: 980px !important;
  margin: auto;
}
.layout-fixed .visible-lg {
  display: block !important;
}
.title-level1,
.title-level2 {
  font-weight: bold;
  color: #db0129;
  font-size: 1.84615385em;
}
.title-level1.p_as_h1 {
    text-align: center;
}
.title-level2 {
  color: #666666;
}
.dropdown-backdrop {
  display: none !important;
}
.modal-backdrop {
  z-index: 1031;
}
.text-strong {
  font-weight: bold;
}
.text-red {
  color: #db0129;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-border-bottom {
  border-bottom: 1px solid #4d4d4d;
}
.text-border-red {
  border-color: #db0029;
}
.text-italic {
  font-style: italic;
}
.object-left {
  text-align: left;
}
.object-right {
  text-align: right;
}
.object-center {
  text-align: center;
}
.mentions {
  line-height: 1;
  color: #999999;
}
.mentions .mentions-title {
  font-size: 1em;
  color: #db0129;
}
.mentions.row {
  margin-left: 0;
  margin-right: 0;
}
.mentions p {
  font-size: 10px;
  line-height: 10px;
}
.mentions b {
  color: #999999;
  font-weight: normal;
}
.mentions .big, .mentions p.big, .mentions custom[name=big]
{
  font-size: 12px;
}
.select-fake {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.select-fake.form-control {
  padding: 0;
}
.select-fake > select {
  border: 0;
  background-color: transparent;
  width: 105%;
  height: 100%;
}
.select-fake .select-subject-fakr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
.grabbing {
  cursor: url('../bundles/itcecmslayout/themes/ce_theme/images/app/grabbing.png') 8 8, move;
}
.ariane {
  margin: 14px 0 0;
}
.ariane.sticky .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 20;
}
.ariane.sticky .pullup {
  display: block;
}
.ariane .container {
  height: 35px;
  padding: 0;
}
.ariane .container > .row {
  margin: 0;
}
.ariane .container > .row > div {
  padding: 0;
}
.ariane ul.main {
  height: 35px;
  padding: 0;
  border-radius: 0;
  list-style: none;
  margin: 0;
  background-color: #f5f5f5;
}
.ariane ul.main .home a {
  display: block;
  padding: 0 22px 0 10px;
}
.ariane ul.main .home a img {
  vertical-align: -3px;
}
.ariane ul.main > li {
  height: 35px;
  display: none;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/breadcrumb/separator.png") no-repeat right center;
  overflow: hidden;
  /* A GARDER */
  /* A GARDER */
}
.ariane ul.main > li:first-child,
.ariane ul.main > li.last {
  display: inline-block;
}
.ariane ul.main > li.dropdown {
  overflow: visible;
}
.ariane ul.main > li.last {
  max-width: 75%;
}
.ariane ul.main > li.last a {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.ariane ul.main > li > span,
.ariane ul.main > li > a {
  padding: 0 20px 0 10px;
  line-height: 35px;
  display: block;
  font-size: 12px;
}
.ariane ul.main > li > .active {
  color: #cccccc;
}
.ariane ul.main > li.breadcrumb-dynamic {
  display: none;
}
.ariane ul.main > li.breadcrumb-dynamic.shown {
  display: inline-block;
}
.ariane ul.main > li:first-child .ico:before {
  color: #8a8a8a;
  font-size: 26px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
.ariane ul.main > li:first-child .ico:before:hover {
  color: #db0129;
}
.ariane ul.main > li .dropdown-menu {
  border-radius: 0;
  border-width: 1px;
  left: -20px;
}
.ariane ul.main > li .dropdown-menu li {
  clear: both;
  float: left;
  padding: 5px 12px;
}
.ariane ul.pullup {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0;
}
.ariane ul.pullup li {
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/breadcrumb/separator.png") no-repeat left center;
}
.ariane ul.pullup li a {
  display: block;
  padding: 0 4px 0 22px;
  line-height: 35px;
}
.ariane ul.pullup li a .button-text {
  display: none;
}
.ariane ul.pullup li a .button-arrow:before {
  font-size: 15px;
  vertical-align: 0;
}
.ariane .dropdown-toggle:after {
  vertical-align: middle;
  content: "\e60a";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .ariane {
    margin: 20px 0 0;
  }
  .ariane ul.main > li {
    display: inline-block;
  }
  .ariane ul.main > li > a {
    font-size: 13px;
  }
  .ariane ul.pullup li a {
    padding: 0 4px 0 30px;
  }
  .ariane ul.pullup li a .button-text {
    display: inline-block;
  }
  .ariane ul.pullup li a .button-arrow {
    margin-left: 8px;
  }
  .ariane ul.pullup li a .button-arrow:before {
    vertical-align: -2px;
  }
  .ariane .dropdown-toggle:after {
    margin-left: 22px;
  }
}
.modal.loading .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 200;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/loader-white.gif") center center #ffffff no-repeat;
}
.modal .close {
  text-align: center;
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  background: #999999;
  position: absolute;
}
.modal .close span {
  display: none;
}
.modal .close:before {
  content: "\e61d";
  font-family: 'bpce-icons';
  display: block;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
}
.modal .modal-dialog {
  width: 850px;
  padding: 0;
  top: 40px;
  position: absolute;
  margin-left: -425px;
  left: 50%;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 44px;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/border-pauth.png") no-repeat center bottom;
}
.modal .modal-header .modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.69230769em;
  color: #db0129;
  text-transform: uppercase;
}
.modal .modal-header .modal-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 0.92307692em;
}
.modal .modal-header .modal-subtitle strong {
  color: #db0129;
}
.modal .modal-content {
  border-radius: 0;
}
@media screen and (max-width: 999px) {
  .modal-backdrop.in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    padding: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin-right: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    position: initial;
    margin: auto;
  }
}
body.layout-fixed.modal-open {
  margin-right: auto;
  overflow: auto;
}
#pauth .section-password,
#pauth .section-certificat,
#pauth .section-card,
#pauth .section-pro,
#pauth .current-client,
#pauth .type-password,
#pauth .type-certificat,
#pauth .type-card,
#pauth .identification-form,
#pauth .multi-users,
#pauth .step1,
#pauth .step2,
#pauth .step3,
#pauth .step4 {
  display: none;
}
#pauth .section-password.in,
#pauth .section-certificat.in,
#pauth .section-card.in,
#pauth .section-pro.in,
#pauth .current-client.in,
#pauth .type-password.in,
#pauth .type-certificat.in,
#pauth .type-card.in,
#pauth .identification-form.in,
#pauth .multi-users.in,
#pauth .step1.in,
#pauth .step2.in,
#pauth .step3.in,
#pauth .step4.in {
  display: block;
}
#pauth.modal.loading .modal-content:before {
  background-color: #ffffff;
}
#pauth .modal-dialog {
  width: 850px;
  padding: 0;
  top: 40px;
  position: absolute;
  margin-left: -425px;
  left: 50%;
}
#pauth .cta,
#pauth .cta-second {
  display: inline-block;
  position: relative;
  line-height: 35px;
  height: 35px;
  font-weight: normal;
  font-size: 1.07692308em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pauth .app-store-btn {
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  height: 60px;
  margin-bottom: 15px;
  display: none;
  width: 100%;
}
#pauth .app-store-btn.in {
  display: block;
}
#pauth .app-store-btn .content {
  float: left;
  font-size: 1em;
  width: 70%;
}
#pauth .app-store-btn .content img {
  float: left;
  margin: 12px 10px;
}
#pauth .app-store-btn .content p {
  margin: 22px 0;
}
#pauth .app-store-btn .cta {
  height: 100%;
  display: none;
  font-size: 0.92307692em;
  padding: 0;
  text-align: center;
  width: 30%;
  float: right;
  position: relative;
  display: inline-block;
}
#pauth .app-store-btn .cta:before {
  display: none;
}
#pauth .app-store-btn .cta:after {
  content: "\e625";
  position: absolute;
  top: 23px;
  text-align: center;
  left: 50%;
  margin-left: -16px;
  font-size: 32px;
}
#pauth .modal-header .alert-connect {
  display: none;
}
#pauth .modal-content .link-area {
  margin: 20px 0;
}
#pauth .modal-content .link-area li {
  padding: 3px 0;
}
#pauth .modal-content .link-area a {
  font-size: 0.92307692em;
}
#pauth .modal-content .link-area .lost-password {
  display: none;
}
#pauth .modal-content .link-area:before,
#pauth .modal-content .link-area:after {
  width: 50px;
  content: "";
  display: block;
  height: 1px;
  background: #666666;
  margin: 12px 0 ;
}
#pauth .modal-body {
  padding: 0;
  padding-bottom: 20px;
}
#pauth .modal-body .identification-form input[type="text"] {
  border: 1px solid #999999;
  width: 215px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 0 10px;
  outline: none;
}
#pauth .modal-body .identification-form button {
  margin-top: 20px;
  height: 35px;
  font-weight: normal;
  font-size: 1.07692308em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pauth .modal-body .current-client .client-wrapper {
  border: solid 1px #666666;
  padding: 10px;
  width: 220px;
}
#pauth .modal-body .current-client .client-wrapper p {
  margin: 0;
}
#pauth .modal-body .current-client .main-label {
  font-size: 13px;
}
#pauth .modal-body .current-client .client-id {
  font-weight: bold;
  font-size: 1.53846154em;
}
#pauth .modal-body .current-client .back {
  margin-top: 20px;
}
#pauth .modal-body .main-label {
  color: #666666;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 12px;
}
#pauth .modal-body .aside {
  padding-left: 30px;
}
#pauth .modal-body .main-content {
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/pauth/separator.png") left top no-repeat;
  padding-left: 0;
  min-height: 365px;
}
#pauth .modal-body .main-content .step1 {
  text-align: center;
}
#pauth .modal-body .main-content .step2 {
  padding: 10px 30px;
}
#pauth .modal-body .main-content .step3 {
  padding: 10px 10px 10px 30px;
}
#pauth .modal-body .main-content .step3 label {
  font-weight: normal;
  margin: 10px 0;
}
#pauth .modal-body .main-content .step3 .instructions {
  counter-reset: repas;
  padding: 0;
}
#pauth .modal-body .main-content .step3 .instructions li {
  list-style-type: none;
  counter-increment: repas;
  margin-bottom: 10px;
}
#pauth .modal-body .main-content .step3 .instructions li:before {
  content: counter(repas);
  font-size: 1.53846154em;
  color: #666666;
  margin-right: 5px;
}
#pauth .modal-body .main-content .step4 {
  padding: 10px 10px 10px 30px;
}
#pauth .modal-body .main-content .step4 .step-tuto .current {
  font-weight: bold;
  color: #db0129;
}
#pauth .modal-body .main-content .main-title {
  text-transform: uppercase;
  color: #666666;
  font-size: 1em;
}
#pauth .modal-body .password-edit .multi-users,
#pauth .modal-body .password-wrapper .multi-users {
  margin-bottom: 15px;
}
#pauth .modal-body .password-edit .multi-users .main-title,
#pauth .modal-body .password-wrapper .multi-users .main-title {
  margin-top: 0;
}
#pauth .modal-body .password-edit .multi-users .input-element,
#pauth .modal-body .password-wrapper .multi-users .input-element {
  font-size: 1em;
}
#pauth .modal-body .password-edit .input-element,
#pauth .modal-body .password-wrapper .input-element {
  display: block;
  border: solid 1px #999999;
  width: 235px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1.53846154em;
}
#pauth .modal-body .password-edit .password-keyboard,
#pauth .modal-body .password-wrapper .password-keyboard {
  display: inline-block;
  margin-left: 1px;
  list-style: none;
  padding: 0;
  width: 240px;
  margin-top: 20px;
}
#pauth .modal-body .password-edit .password-keyboard li,
#pauth .modal-body .password-wrapper .password-keyboard li {
  cursor: pointer;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
#pauth .modal-body .password-edit .password-keyboard li img,
#pauth .modal-body .password-wrapper .password-keyboard li img {
  border: 1px solid #999999;
}
#pauth .modal-body .password-edit .actions button,
#pauth .modal-body .password-wrapper .actions button {
  margin-top: 20px;
  width: 110px;
  padding: 0;
}
#pauth .modal-body .password-edit .actions button:first-child,
#pauth .modal-body .password-wrapper .actions button:first-child {
  margin-right: 13px;
}
#pauth .modal-body .password-edit .actions .clear-password:before,
#pauth .modal-body .password-wrapper .actions .clear-password:before {
  vertical-align: middle;
  margin-right: 8px;
}
#pauth .modal-body .password-edit .actions .clear-password:after,
#pauth .modal-body .password-wrapper .actions .clear-password:after {
  display: none;
}
#pauth .modal-body .password-edit input[type="text"],
#pauth .modal-body .identification-form input[type="text"],
#pauth .modal-body .password-form input[type="text"],
#pauth .modal-body .certificat-form input[type="text"],
#pauth .modal-body .current-client input[type="text"],
#pauth .modal-body .card-form input[type="text"],
#pauth .modal-body .password-edit input[type="password"],
#pauth .modal-body .identification-form input[type="password"],
#pauth .modal-body .password-form input[type="password"],
#pauth .modal-body .certificat-form input[type="password"],
#pauth .modal-body .current-client input[type="password"],
#pauth .modal-body .card-form input[type="password"] {
  outline: none;
}
#pauth .modal-body .password-edit.error input[type="text"],
#pauth .modal-body .identification-form.error input[type="text"],
#pauth .modal-body .password-form.error input[type="text"],
#pauth .modal-body .certificat-form.error input[type="text"],
#pauth .modal-body .current-client.error input[type="text"],
#pauth .modal-body .card-form.error input[type="text"],
#pauth .modal-body .password-edit.error input[type="password"],
#pauth .modal-body .identification-form.error input[type="password"],
#pauth .modal-body .password-form.error input[type="password"],
#pauth .modal-body .certificat-form.error input[type="password"],
#pauth .modal-body .current-client.error input[type="password"],
#pauth .modal-body .card-form.error input[type="password"] {
  border-color: #db0129;
}
#pauth .modal-body .password-edit button,
#pauth .modal-body .identification-form button,
#pauth .modal-body .password-form button,
#pauth .modal-body .certificat-form button,
#pauth .modal-body .current-client button,
#pauth .modal-body .card-form button {
  width: 110px;
  padding: 0;
}
#pauth .modal-body .password-edit .error-message,
#pauth .modal-body .identification-form .error-message,
#pauth .modal-body .password-form .error-message,
#pauth .modal-body .certificat-form .error-message,
#pauth .modal-body .current-client .error-message,
#pauth .modal-body .card-form .error-message {
  color: #db0129;
  margin: 0;
  line-height: 1;
  padding: 5px 5px 5px 15px;
  position: relative;
  background: #ededed;
  font-size: 0.84615385em;
  color: #333333;
  margin-top: 10px;
  font-style: italic;
}
#pauth .modal-body .password-edit .error-message:before,
#pauth .modal-body .identification-form .error-message:before,
#pauth .modal-body .password-form .error-message:before,
#pauth .modal-body .certificat-form .error-message:before,
#pauth .modal-body .current-client .error-message:before,
#pauth .modal-body .card-form .error-message:before {
  position: absolute;
  top: 5px;
  left: 2px;
  color: #db0129;
  content: "\e61d";
  font-family: 'bpce-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pauth .modal-body .password-edit .error-message {
  max-width: 235px;
}
#pauth .modal-body .section-pro {
  padding-left: 25px;
  border-left: 1px solid #999999;
  position: relative;
}
#pauth .modal-body .section-pro:before {
  content: "ou";
  color: #ffffff;
  background: #db0129;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 15px;
  line-height: 30px;
}
#pauth .modal-body .section-pro .cta-second {
  padding: 0;
  width: 100%;
  font-size: 1em;
  display: inline-block;
  text-align: center;
}
#pauth .modal-body .section-pro > div {
  margin-bottom: 20px;
}
#pauth .modal-body .fishing {
  width: 100%;
  padding: 5px 20px;
  background: #ededed;
}
#pauth .modal-body .fishing .description {
  font-size: 0.92307692em;
}
#pauth .modal-body .fishing .title {
  font-size: 1.08333333em;
  font-weight: bold;
  color: #db0129;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#pauth .modal-body .fishing .title:before {
  margin-right: 3px;
  font-size: 28px;
  vertical-align: bottom;
  position: relative;
  top: 3px;
}
#pauth .modal-body .push {
  border: #999999 solid 1px;
  width: 407px;
  margin: auto;
  background-color: #ffffff;
}
#pauth .modal-body .fishing,
#pauth .modal-body .push {
  text-align: left;
  position: relative;
  display: inline-block;
  color: #666666;
  margin-top: 35px;
}
#pauth .modal-body .fishing.push-without-image .content-media,
#pauth .modal-body .push.push-without-image .content-media {
  margin-left: 0;
}
#pauth .modal-body .fishing .description,
#pauth .modal-body .push .description {
  position: relative;
  display: inline-block;
}
#pauth .modal-body .fishing .introduction,
#pauth .modal-body .push .introduction {
  font-weight: bold;
}
#pauth .modal-body .fishing .media,
#pauth .modal-body .push .media {
  float: left;
  margin-right: 10px;
}
#pauth .modal-body .fishing .content-media,
#pauth .modal-body .push .content-media,
#pauth .modal-body .fishing .content,
#pauth .modal-body .push .content {
  padding: 10px;
}
#pauth .modal-body .fishing .content-media,
#pauth .modal-body .push .content-media {
  margin-left: 100px;
}
#pauth .modal-body .fishing p,
#pauth .modal-body .push p,
#pauth .modal-body .fishing small,
#pauth .modal-body .push small {
  font-size: 0.92307692em;
  line-height: 1.1;
}
#pauth .modal-body .fishing small,
#pauth .modal-body .push small {
  font-size: 0.91666667em;
}
#pauth .modal-body .fishing .cta-small,
#pauth .modal-body .push .cta-small {
  float: right;
  line-height: 24px;
  margin-bottom: 10px;
}
#pauth .modal-body .account-select {
  padding: 0;
  margin-top: 30px;
}
#pauth .modal-body .account-select li {
  display: block;
  color: #666666;
  cursor: pointer;
  margin-bottom: 20px;
}
#pauth .modal-body .account-select li img {
  border: 1px solid #999999;
  width: 100%;
  margin-bottom: 5px;
}
#pauth .modal-body .account-select li span {
  line-height: 1.1;
  display: block;
}
#pauth .modal-body .account-select li span:before {
  color: #db0129;
  font-size: 11px;
}
#pauth .modal-body .account-select li:hover {
  color: #db0129;
}
#pauth .modal-body .account-select li:hover img {
  border-color: #db0129;
}
#pauth .accessibility {
  position: absolute;
  top: 0;
  background: #ffffff;
  height: 100%;
  margin: 0;
  font-size: 1.07692308em;
  padding-top: 20px;
  display: none;
  -webkit-box-shadow: inset 2px 0 5px #cccccc;
  box-shadow: inset 2px 0 5px #cccccc;
}
#pauth .accessibility.in {
  display: block;
  padding-right: 10px;
}
#pauth .accessibility .header {
  font-size: 1.14285714em;
}
#pauth .accessibility .header:after {
  display: block;
  content: "";
  background: #333333;
  width: 50px;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 20px;
}
#pauth .accessibility .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#pauth .accessibility .confirm-wrapper {
  margin: 20px 0;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-weight: normal;
}
#pauth .accessibility .confirm-wrapper:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: " ";
  width: 16px;
  height: 16px;
  border: 1px solid #666666;
}
#pauth .accessibility .confirm-wrapper.checked:after {
  content: "✔";
  font-size: 25px;
  position: absolute;
  top: 3px;
  left: -2px;
}
#pauth .accessibility .confirm-wrapper.error {
  color: #db0129;
}
#pauth .accessibility .back {
  margin-right: 20px;
  padding: 0 20px;
}
#pauth .accessibility .back:after {
  content: "";
  display: none;
}
#pauth.accessibility .modal-body .password-wrapper .password-keyboard,
#pauth.accessibility .modal-body .password-edit .password-keyboard{
  display: none;
}
#pauth .link-secondary {
  display: none;
}
@media screen and (max-width: 999px) {
  #pauth {
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
  }
  #pauth .close-container {
    background: #ffffff;
    padding: 0;
    -webkit-box-shadow: inset 2px 0 5px #cccccc;
    box-shadow: inset 2px 0 5px #cccccc;
  }
  #pauth .close {
    float: none;
    font-size: 1em;
    color: #666666;
    background: none;
    position: relative;
    top: auto;
    text-align: left;
    margin-left: 8px;
    width: 100%;
    display: block;
    min-height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }
  #pauth .close span {
    display: inline;
  }
  #pauth .close:before {
    display: inline;
    font-family: 'bpce-icons';
    color: #db0129;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    content: "\e61e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #pauth .app-store-btn .content p {
    margin: 13px 0;
  }
  #pauth .modal-dialog {
    padding: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 100%;
    margin-right: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    position: initial;
    margin: auto;
  }
  #pauth .modal-header {
    padding-top: 13px;
  }
  #pauth .modal-header .modal-title {
    font-size: 1.23076923em;
  }
  #pauth .modal-header .modal-subtitle {
    font-weight: normal;
  }
  #pauth .modal-content {
    border: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 100px;
    -webkit-box-shadow: inset 2px 0 5px #cccccc;
    box-shadow: inset 2px 0 5px #cccccc;
  }
  #pauth .modal-body {
    padding: 0;
    padding-bottom: 20px;
  }
  #pauth .modal-body .aside {
    padding: 0 8px;
  }
  #pauth .modal-body .main-content {
    padding: 0;
    min-height: 0;
  }
  #pauth .modal-body .main-content .step1,
  #pauth .modal-body .main-content .step2,
  #pauth .modal-body .main-content .step3,
  #pauth .modal-body .main-content .step4 {
    padding: 0 8px;
  }
  #pauth .modal-body .main-content .step1 {
    padding: 0;
    -webkit-box-shadow: inset 2px 0 5px #cccccc;
    box-shadow: inset 2px 0 5px #cccccc;
    background-color: transparent;
  }
  #pauth .modal-body .fishing {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 0;
    background: #ededed;
    background: rgba(0, 0, 0, 0.08);
  }
  #pauth .modal-body .fishing p {
    font-size: 0.92307692em;
  }
  #pauth .modal-body .fishing .cta-small {
    margin-top: 5px;
  }
  #pauth .modal-body .push {
    width: auto;
    margin: 10px 8px 30px;
  }
  #pauth .modal-body .account-select {
    padding: 0 30px;
  }
  #pauth .modal-body .section-pro {
    padding-left: 8px;
    border-left: 0;
  }
  #pauth .modal-body .section-pro:before {
    display: none;
  }
  #pauth .modal-body .section-pro .section-password,
  #pauth .modal-body .section-pro .section-certificat,
  #pauth .modal-body .section-pro .section-card {
    padding-top: 30px;
    border-top: 1px solid #999999;
    position: relative;
    margin-top: 30px;
  }
  #pauth .modal-body .section-pro .section-password:before,
  #pauth .modal-body .section-pro .section-certificat:before,
  #pauth .modal-body .section-pro .section-card:before {
    content: "ou";
    color: #ffffff;
    background: #db0129;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    border-radius: 15px;
  }
  #pauth .accessibility > div {
    margin: 0;
  }
  #pauth .accessibility .title {
    text-align: left;
  }
  #pauth .accessibility button {
    padding: 0 26px;
  }
}
.countdown {
  margin-bottom: 15px;
}
.countdown .label-countdown {
  float: left;
  line-height: 45px;
  font-size: 1.23076923em;
}
.countdown .element {
  -webkit-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 1.69230769em;
  display: inline-block;
  line-height: 45px;
  margin: 0 4px;
}
.countdown .element:before {
  position: absolute;
  height: 1px;
  width: 100%;
  content: "";
  top: 50%;
  left: 0;
}
.countdown .element:after {
  position: relative;
  color: #333333;
  font-size: 0.5em;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
.countdown .element.day {
  background: #db0129;
}
.countdown .element.day:before {
  background: #c20124;
}
.countdown .element.day:after {
  content: "J";
}
.countdown .element.hour,
.countdown .element.minute {
  background: #666666;
}
.countdown .element.hour:before,
.countdown .element.minute:before {
  background: #737373;
}
.countdown .element.hour:after {
  content: "H";
}
.countdown .element.minute:after {
  content: "M";
}
.countdown .element.second {
  background: #999999;
}
.countdown .element.second:before {
  background: #a6a6a6;
}
.countdown .element.second:after {
  content: "S";
}
.countdown.dDay .element:after {
  display: none;
}
.countdown.dDay span {
  font-size: 1.76923077em;
  color: #db0129;
  font-weight: bold;
  margin-left: 10px;
}
.countdown.dDay span:after {
  content: "-";
  color: #000000;
  margin-left: 6px;
  margin-right: 6px;
}
.block-pushes {
  margin-bottom: 11px;
}
.block-pushes .push {
  overflow: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}
.block-pushes .block-content {
  margin-top: 10px;
}
.block-pushes .block-content:before,
.block-pushes .block-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block-pushes .block-content:after {
  clear: both;
}
.block-pushes .block-content:before,
.block-pushes .block-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block-pushes .block-content:after {
  clear: both;
}
.block-pushes a.push-link {
  display: block;
  background-color: #f5f5f5;
  position: relative;
  color: #666666;
  width: 100%;
  height: 100%;
}
.block-pushes .push-content h3,
.block-pushes .push-content h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
}
.block-pushes .push-content p {
  font-size: 12px;
  line-height: 1.2em;
}
.push-basic .push-container {
  color: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.push-basic h3,
.push-basic h4 {
  margin-top: 0;
}
.push-basic p {
  margin: 0;
}
.push-basic .push-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}
.push-basic.push-is-new .push-content h3,
.push-basic.push-is-new .push-content h4 {
  padding-top: 10px;
}
.push-basic .push-picto {
  position: absolute;
  bottom: 11px;
  right: 10px;
}
.push-basic .push-isnew {
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/crossroads/push-basic-new.png') no-repeat 0 0;
  width: 53px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.push-basic .push-icon {
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  text-align: center;
}
.push-basic .push-icon .push-icon-image img {
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 40px;
}
.push-basic .push-icon .push-icon-label {
  font-size: 10px;
  margin-top: 4px;
  text-align: center;
}
.push-basic .btn {
  border-radius: 0;
  border: 0;
  color: #fff;
  margin-top: 10px;
  padding: 3px 16px 4px 17px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a4a4a4), to(#8c8c8c));
  background-image: -webkit-linear-gradient(top, #a4a4a4, 0%, #8c8c8c, 100%);
  background-image: -moz-linear-gradient(top, #a4a4a4 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a4a4a4 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4a4a4', endColorstr='#ff8c8c8c', GradientType=0);
}
.push-basic .btn:hover {
  border: 0;
  background-color: #a4a4a4;
  background-image: none;
}
.push-image .push-container {
  position: relative;
  height: 256px;
}
.push-image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.push-image .push-isnew {
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/crossroads/push-image-new.png') no-repeat 0 0;
  width: 51px;
  height: 14px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.push-image.push-is-new .push-content h3,
.push-image.push-is-new .push-content h4 {
  margin-top: 20px;
}
.push-image .push-content {
  position: absolute;
  bottom: 32px;
  left: 8px;
  right: 10px;
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 6px;
}
.push-image .push-content h3,
.push-image .push-content h4 {
  margin-top: 10px;
}
.push-image .push-content p {
  margin: 0;
}
.push-image .push-content .btn-container {
  display: inline-block;
  margin: 10px auto;
}
.push-image .push-content .btn-container .cta {
  font-size: 13px;
  height: 25px;
  padding: 0 8px 0 11px;
}
.push-image .push-content .btn-container .cta:after {
  font-size: 13px;
}
.push-tools .push-container {
  position: relative;
}
.push-tools .image {
  height: 136px;
  overflow: hidden;
}
.push-tools .image img {
  width: 100%;
}
.push-tools .push-content {
  position: absolute;
  top: 8px;
  right: 16px;
  bottom: 8px;
  left: 80px;
  padding: 16px;
  background-color: #fff;
}
.push-tools .push-content h3,
.push-tools .push-content h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.push-tools .push-content p {
  margin: 6px 0;
}
.push-tools .push-content .button {
  height: 25px;
  font-size: 12px;
}
.push-tools .push-content .btn-container {
  position: absolute;
  bottom: 15px;
}
@media screen and (min-width: 768px) {
  .block-pushes {
    margin-bottom: 50px;
  }
  .block-pushes .block-content {
    margin-left: 0px;
    margin-right: 0px;
  }
  .block-pushes .push-cols {
    padding: 0;
  }
  .block-pushes .block-content {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .block-pushes .push {
    padding: 0;
    margin-top: 0;
  }
  .block-pushes .push > div {
    margin: 10px;
    width: 97%;
  }
  .block-pushes .push-content p {
    font-size: 13px;
  }
  .push-basic {
    height: 140px;
    display: table;
    width: 100%;
  }
  .push-basic.push-is-new .push-container {
    height: 140px;
    padding-top: 22px;
    padding-bottom: 10px;
  }
  .push-basic.push-is-new .push-content h3,
  .push-basic.push-is-new .push-content h4 {
    padding-top: 0;
  }
  .push-basic .push-container {
    display: table-cell;
    vertical-align: middle;
    width: 461px;
    height: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .push-basic .push-content {
    padding-right: 7px;
    padding-left: 0;
  }
  .push-basic .push-icon {
    width: 100px;
  }
  .push-basic .push-icon .push-icon-image img {
    max-width: 43px;
    max-height: 43px;
    width: auto;
    height: auto;
  }
  .push-basic .push-icon .push-icon-label {
    margin-top: 10px;
    font-size: 13px;
  }
  .push-image {
    height: 300px;
    width: 461px;
  }
  .push-image .push-container {
    height: 301px;
  }
  .push-image .push-container .image {
    background-size: auto 100%;
  }
  .push-image.push-is-new .push-content h3,
  .push-image.push-is-new .push-content h4 {
    margin-top: 30px;
    padding-top: 0;
  }
  .push-image .push-content {
    bottom: 20px;
    left: 46px;
    right: 45px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .push-image .push-content h3,
  .push-image .push-content h4 {
    margin-top: 20px;
  }
  .push-image .push-content .btn-container .cta {
    font-size: 15px;
    height: 35px;
    padding: 7px 22px;
  }
  .push-image .push-content .btn-container .cta:after {
    font-size: 15px;
  }
  .push-tools .push-container {
    position: relative;
  }
  .push-tools .image {
    height: 140px;
  }
  .push-tools .push-content {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 160px;
    padding: 10px 23px;
  }
  .push-tools .push-content p {
    margin: 6px 0;
  }
  .push-tools .push-content .btn-container {
    bottom: 10px;
  }
  .push-tools .push-content .button {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  .block-pushes .push-basic .push-icon {
    width: 180px;
  }
  .block-pushes .push-image .push-container .image {
    background-size: 100% 100%;
  }
  .block-pushes .push > div {
    width: 461px;
  }
  .block-pushes .block-content {
    margin-left: 8px;
    margin-right: 10px;
  }
}
.big-push-offers,
a.big-push-offers {
  color: #666666;
}
.big-push-offers:before,
a.big-push-offers:before,
.big-push-offers:after,
a.big-push-offers:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.big-push-offers:after,
a.big-push-offers:after {
  clear: both;
}
.big-push-offers:before,
a.big-push-offers:before,
.big-push-offers:after,
a.big-push-offers:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.big-push-offers:after,
a.big-push-offers:after {
  clear: both;
}
.big-push-offers:hover,
a.big-push-offers:hover {
  color: #666666;
  text-decoration: none;
}
.big-push-offers .autoHeight,
a.big-push-offers .autoHeight {
  -webkit-transition: none;
  transition: none;
}
.big-push-offers .content,
a.big-push-offers .content {
  padding-top: 25px;
  padding-left: 8px;
}
.big-push-offers .content .main-slider-title,
a.big-push-offers .content .main-slider-title,
.big-push-offers .content .main-slider-subtitle,
a.big-push-offers .content .main-slider-subtitle {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2.23076923em;
  margin: 0;
  line-height: 1.2em;
}
.big-push-offers .content .main-slider-title,
a.big-push-offers .content .main-slider-title {
  color: #db0129;
  font-size: 3em;
}
.big-push-offers .content p,
a.big-push-offers .content p {
  font-size: 1.23076923em;
}
.big-push-offers .cta-container,
a.big-push-offers .cta-container {
  margin-top: 20px;
}
.big-push-offers .media,
a.big-push-offers .media {
  float: right;
  margin-top: 0;
  position: relative;
  width: 50%;
}
.big-push-offers .media img,
a.big-push-offers .media img {
  width: 100% !important;
}
.big-push-offers .countdown,
a.big-push-offers .countdown {
  margin-bottom: 15px;
}
.big-push-offers .countdown .label-countdown,
a.big-push-offers .countdown .label-countdown {
  float: left;
  line-height: 45px;
  font-size: 1.23076923em;
}
.big-push-offers .countdown .element,
a.big-push-offers .countdown .element {
  -webkit-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 1.69230769em;
  display: inline-block;
  line-height: 45px;
  margin: 0 4px;
}
.big-push-offers .countdown .element:before,
a.big-push-offers .countdown .element:before {
  position: absolute;
  height: 1px;
  width: 100%;
  content: "";
  top: 50%;
  left: 0;
}
.big-push-offers .countdown .element:after,
a.big-push-offers .countdown .element:after {
  position: relative;
  color: #333333;
  font-size: 11px;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
.big-push-offers .countdown .element.day,
a.big-push-offers .countdown .element.day {
  background: #db0129;
}
.big-push-offers .countdown .element.day:before,
a.big-push-offers .countdown .element.day:before {
  background: #c20124;
}
.big-push-offers .countdown .element.day:after,
a.big-push-offers .countdown .element.day:after {
  content: "J";
}
.big-push-offers .countdown .element.hour,
a.big-push-offers .countdown .element.hour,
.big-push-offers .countdown .element.minute,
a.big-push-offers .countdown .element.minute {
  background: #666666;
}
.big-push-offers .countdown .element.hour:before,
a.big-push-offers .countdown .element.hour:before,
.big-push-offers .countdown .element.minute:before,
a.big-push-offers .countdown .element.minute:before {
  background: #737373;
}
.big-push-offers .countdown .element.hour:after,
a.big-push-offers .countdown .element.hour:after {
  content: "H";
}
.big-push-offers .countdown .element.minute:after,
a.big-push-offers .countdown .element.minute:after {
  content: "M";
}
.big-push-offers .countdown .element.second,
a.big-push-offers .countdown .element.second {
  background: #999999;
}
.big-push-offers .countdown .element.second:before,
a.big-push-offers .countdown .element.second:before {
  background: #a6a6a6;
}
.big-push-offers .countdown .element.second:after,
a.big-push-offers .countdown .element.second:after {
  content: "S";
}
.big-push-offers .countdown.dDay .element:after,
a.big-push-offers .countdown.dDay .element:after {
  display: none;
}
.big-push-offers .countdown.dDay span,
a.big-push-offers .countdown.dDay span {
  font-size: 1.76923077em;
  color: #db0129;
  font-weight: bold;
  margin-left: 10px;
}
.big-push-offers .countdown.dDay span:after,
a.big-push-offers .countdown.dDay span:after {
  content: "-";
  color: #000000;
  margin-left: 6px;
  margin-right: 6px;
}
.big-push-offers .full-media .media,
a.big-push-offers .full-media .media {
  width: 100%;
  max-width: 100%;
  float: none;
}
.big-push-offers .full-media .content,
a.big-push-offers .full-media .content {
  display: none;
}
.big-push-offers .content .mentions,
a.big-push-offers .content .mentions {
  margin-top: 10px;
}
.big-push-offers .content .mentions p,
a.big-push-offers .content .mentions p {
  font-size: 10px;
  color: #999999;
}
.big-push-offers .content .mentions p .big, a.big-push-offers .content .mentions p .big, .big-push-offers .content .mentions p custom[name=big] {
  font-size: 12px;
}
.big-push-offers .content .mentions p b,
a.big-push-offers .content .mentions p b {
  color: #999;
}
@media screen and (max-width: 767px) {
  a.big-push-offers:before,
  a.big-push-offers:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers:after {
    clear: both;
  }
  a.big-push-offers:before,
  a.big-push-offers:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers:after {
    clear: both;
  }
  a.big-push-offers .content {
    padding-bottom: 10px;
  }
  a.big-push-offers .content:before,
  a.big-push-offers .content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers .content:after {
    clear: both;
  }
  a.big-push-offers .content:before,
  a.big-push-offers .content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers .content:after {
    clear: both;
  }
  a.big-push-offers .content p {
    font-size: 1.07692308em;
  }
  a.big-push-offers .content .main-slider-title {
    font-size: 2.23076923em;
  }
  a.big-push-offers .content .main-slider-subtitle {
    font-size: 1.53846154em;
  }
  a.big-push-offers .media {
    max-width: 45%;
  }
  a.big-push-offers .media img {
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  a.big-push-offers:before,
  a.big-push-offers:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers:after {
    clear: both;
  }
  a.big-push-offers:before,
  a.big-push-offers:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  a.big-push-offers:after {
    clear: both;
  }
  a.big-push-offers .content {
    border-top: 4px #db0129 solid;
    position: relative;
  }
  a.big-push-offers .content p {
    font-size: 0.92307692em;
  }
  a.big-push-offers .content .main-slider-title {
    font-size: 1.46153846em;
  }
  a.big-push-offers .content .main-slider-subtitle {
    font-size: 1.07692308em;
  }
  a.big-push-offers .content .mentions {
    margin-left: 8px;
    margin-right: 8px;
  }
  a.big-push-offers .cta-container {
    text-align: center;
  }
  a.big-push-offers .cta-container .cta {
    text-align: center;
    max-width: 280px;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    line-height: 35px;
  }
  a.big-push-offers .media {
    float: none;
    max-width: 90%;
    width: 90%;
    margin: auto;
  }
  a.big-push-offers .full-media .content {
    display: block;
  }
}
.tooltip.bottom {
  margin-top: 30px;
  display: none;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.tooltip.bottom .tooltip-arrow {
  border-width: 0 17px 17px;
  border-bottom-color: #cccccc;
  margin-left: -18px;
  position: relative;
}
.tooltip.bottom .tooltip-arrow:before {
  content: " ";
  position: absolute;
  top: 1px;
  width: 0;
  height: 0;
  margin-left: -16px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 16px 16px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom .tooltip-inner {
  margin-top: -1px;
  border: solid 1px #cccccc;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px #999999;
  box-shadow: 0 2px 7px #999999;
  width: 324px;
  max-width: inherit;
  padding-bottom: 5px;
}
.tooltip.bottom.in {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.tooltip.bottom .tooltip-close {
  background: #999999;
  position: relative;
  top: 4px;
  right: 0;
  text-align: center;
  font-weight: normal;
  outline: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 19.5px;
  line-height: 1;
  z-index: 20;
  float: right;
  margin-bottom: 5px;
}
.tooltip.bottom .tooltip-close:before {
  content: "\e61d";
  font-family: 'bpce-icons';
  display: block;
  color: #ffffff;
  line-height: 20px;
}
.no-touch .tooltip-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-crossroads .big-push-offers .media,
  .product-page .big-push-offers .media {
    float: none;
    width: 100%;
  }
  .page-crossroads .big-push-offers .countdown,
  .product-page .big-push-offers .countdown {
    margin-bottom: 8px;
  }
  .page-crossroads .big-push-offers .countdown .label-countdown,
  .product-page .big-push-offers .countdown .label-countdown {
    font-size: 1em;
    line-height: 32px;
  }
  .page-crossroads .big-push-offers .countdown .element,
  .product-page .big-push-offers .countdown .element {
    font-size: 1.2em;
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
  .page-crossroads .big-push-offers .content,
  .product-page .big-push-offers .content {
    padding-top: 10px;
  }
  .page-crossroads .big-push-offers .content .main-slider-title,
  .product-page .big-push-offers .content .main-slider-title {
    font-size: 1.6em;
    text-transform: uppercase;
  }
  .page-crossroads .big-push-offers .content .main-slider-title sup,
  .product-page .big-push-offers .content .main-slider-title sup {
    font-size: 0.6em;
  }
  .page-crossroads .big-push-offers .content .main-slider-subtitle,
  .product-page .big-push-offers .content .main-slider-subtitle {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .page-crossroads .big-push-offers .content p,
  .product-page .big-push-offers .content p {
    font-size: 1em;
    line-height: 1.2em;
  }
  .page-crossroads .big-push-offers .cta-container,
  .product-page .big-push-offers .cta-container {
    margin-top: 0;
    padding-right: 8px;
  }
  .page-crossroads .big-push-offers .cta-container .cta,
  .product-page .big-push-offers .cta-container .cta {
    width: 100%;
    display: block;
    padding-top: 9px;
    text-align: center;
  }
  .page-crossroads .big-push-offers .mentions,
  .product-page .big-push-offers .mentions {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .page-crossroads .big-push-offers .media,
  .product-page .big-push-offers .media {
    float: right;
    width: auto;
  }
  .page-crossroads .big-push-offers .cta-container .cta,
  .product-page .big-push-offers .cta-container .cta {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}
.find-dealer .container {
  margin-bottom: 20px;
}
.find-dealer .container:before,
.find-dealer .container:after {
  display: block;
  content: " ";
  width: 125px;
  height: 1px;
  background: #BABABA;
}
.find-dealer .media {
  max-width: 257px;
  margin: 20px auto;
}
.find-dealer .media img {
  width: 100%;
}
.find-dealer .title {
  font-size: 1.38461538em;
  color: #db0129;
  font-weight: bold;
  margin-top: 40px;
}
.find-dealer .description {
  margin-bottom: 40px;
}
.find-dealer .description p {
  line-height: 1.2em;
  margin: 0;
}
.find-dealer .dealer-forms {
  margin-bottom: 20px;
  margin-left: -15px;
}
.find-dealer .dealer-forms div {
  padding: 0;
}
.find-dealer .dealer-forms .search-area {
  padding: 0 15px;
}
.find-dealer .dealer-forms .search-area .parsley-error-list {
  position: absolute;
  bottom: 2px;
  font-size: 0.9em;
  list-style: none;
  padding: 0;
  padding-top: 3px;
  color: #db0129;
  margin-bottom: 0;
}
.find-dealer .dealer-forms .search-area .parsley-error-list li + li {
  display: none !important;
}
.find-dealer .dealer-forms .search-label {
  font-weight: bold;
  margin: 5px 0;
  font-size: 0.92307692em;
}
.find-dealer .search-zip {
  border-right: 1px solid #999999;
}
.find-dealer .search-zip .search-input {
  border: solid 1px #cccccc;
  height: 45px;
  background: #ffffff;
  padding: 0;
}
.find-dealer .search-zip .search-input.error {
  border-color: #db0129;
}
.find-dealer .search-zip .search-input input {
  border: 0;
  background: none;
  height: 43px;
  line-height: 43px;
  outline: none;
}
.find-dealer .search-zip .search-input [type="text"] {
  width: 85%;
  padding-left: 10px;
  padding-right: 10px;
}
.find-dealer .search-zip .search-input [type="submit"] {
  font-weight: bold;
  float: right;
  padding: 0;
  right: 10px;
  position: relative;
  color: #999999;
}
.find-dealer .search-zip .search-input [type="submit"]:hover {
  color: #db0129;
}
.find-dealer .select-dealer {
  position: relative;
}
.find-dealer .select-dealer ul {
  display: none;
}
.find-dealer .select-dealer select {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  border: 0;
  background: none;
  -webkit-appearance: menulist;
}
.find-dealer .select-dealer .title-select {
  margin-bottom: 0;
  display: none;
  background: #ffffff;
  position: relative;
  border: solid 1px #cccccc;
  height: 45px;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 0 10px;
  color: #999999;
  font-style: italic;
  padding-right: 25px;
  cursor: pointer;
  font-weight: normal;
}
.find-dealer .select-dealer .title-select:after {
  font-family: 'bpce-icons';
  content: "\e60a";
  font-size: 20px;
  position: absolute;
  right: 10px;
  display: block;
  top: 0;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-dealer ul {
  display: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 45px;
  border: solid 1px #cccccc;
  z-index: 3;
  background: #ffffff;
  list-style: none;
  padding: 0;
  margin-top: -1px;
}
.select-dealer ul a {
  text-decoration: none;
  color: #666666;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.select-dealer ul a:hover {
  color: #db0129;
}
.select-dealer ul.open {
  display: block;
}
@media screen and (max-width: 999px) {
  .no-touch .select-dealer ul {
    right: initial;
    left: 0;
  }
  .find-dealer .dealer-forms {
    margin-left: -8px;
  }
  .find-dealer .dealer-forms .search-label {
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .find-dealer .description {
    margin-bottom: 20px;
  }
  .find-dealer .search-zip {
    margin-bottom: 20px;
  }
  .find-dealer .dealer-forms .search-area {
    padding: 0 8px;
    border-right: 0;
  }
  .find-dealer .dealer-forms .search-label {
    min-height: 0;
  }
  .find-dealer .select-dealer .dropdown-menu {
    width: 100%;
  }
}
.dei-rebound {
  background-color: #e6e7e9;
  color: #666666;
  padding: 16px 12px;
  margin-top: 13px;
}
.dei-rebound p strong {
  font-weight: bold;
}
.dei-rebound .btn {
  border: 1px solid #666666;
  color: #666666;
  border-radius: 0;
}
.dei-rebound .btn:before {
  vertical-align: middle;
  content: "\e609";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  .dei-rebound {
    margin-top: 20px;
    padding: 8px;
  }
  .dei-rebound p {
    float: right;
    text-align: center;
    margin-top: 8px;
    width: 760px;
  }
}
.section-regionalization {
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.section-regionalization .find-dealer {
  background: #f5f5f5;
  padding: 10px 0;
}
.section-regionalization:before {
  font-family: 'bpce-icons';
  top: 50%;
  left: 10px;
  position: absolute;
  content: "\e616";
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -25px;
  color: #db0129;
}
.section-regionalization .content {
  font-weight: bold;
  color: #db0129;
  margin-bottom: 0;
  float: left;
  margin-left: 70px;
  max-width: 65%;
}
.section-regionalization .content p {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.section-regionalization .find-dealer .dealer-forms {
  margin-bottom: 0;
}
.section-regionalization .find-dealer .dealer-forms .search-input {
  height: 40px;
}
.section-regionalization .find-dealer .dealer-forms .search-input input {
  height: 40px;
  line-height: 40px;
}
.section-regionalization .find-dealer .dealer-forms .search-area {
  border: 0;
  float: right;
  width: 230px;
  position: relative;
  padding-right: 0;
}
.section-regionalization .find-dealer .dealer-forms .search-area .parsley-error-list {
  right: auto;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .section-regionalization .content {
    max-width: 55%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-regionalization:before {
    font-size: 30px;
    top: 25%;
  }
  .section-regionalization .find-dealer .dealer-forms .search-area {
    float: none;
    margin: 10px auto;
  }
  .section-regionalization .content {
    float: none;
    max-width: 100%;
    line-height: 1.1;
    margin-left: 60px;
  }
}
.vocabulary {
  margin: 0 8px;
  margin-bottom: 12px;
}
.vocabulary h2 {
  text-align: center;
  font-size: 22px;
  margin: 0;
  padding: 12px 0;
  color: #4d4d4d;
}
.vocabulary .container {
  padding: 0;
}
.vocabulary .words {
  padding: 0;
}
.vocabulary .words:before,
.vocabulary .words:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.vocabulary .words:after {
  clear: both;
}
.vocabulary .words:before,
.vocabulary .words:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.vocabulary .words:after {
  clear: both;
}
.vocabulary .word {
  float: left;
  background-color: #f5f5f5;
  width: 33.33333333%;
  cursor: pointer;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: table;
}
.vocabulary .word p {
  height: 64px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  word-break: break-word;
}
.vocabulary .word:hover {
  background-color: #db0029;
  border-bottom-color: #db0029;
  color: #fff;
  font-weight: bold;
}
.vocabulary .word.active {
  background-color: #db0029;
  border-bottom-color: #db0029;
  color: #fff;
  font-weight: bold;
}
.vocabulary .word.active .definition {
  display: block;
}
.vocabulary .word-inner {
  display: table;
  width: 100%;
  height: 48px;
}
.vocabulary .definition {
  clear: both;
  background-color: #db0029;
  color: #fff;
  display: none;
  font-weight: normal;
  margin-left: 1px;
  font-size: 13px;
  line-height: 1.3em;
  padding: 12px 15px;
}
.vocabulary .definition a {
  color: #fff;
  text-decoration: underline;
}
.vocabulary .definition a:hover {
  color: #fff;
}
@media screen and (min-width: 620px) {
  .vocabulary {
    margin-bottom: 20px;
  }
  .vocabulary h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .vocabulary {
    margin-bottom: 36px;
  }
  .vocabulary h2 {
    font-size: 32px;
    padding: 0 0 30px 18px;
    text-align: left;
  }
  .vocabulary .word {
    width: 25%;
    font-size: 15px;
  }
  .vocabulary .word p {
    height: 77px;
  }
  .vocabulary .definition {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 42px;
  }
}
.section-table {
  margin-bottom: 30px;
}
.section-table table {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  table-layout: fixed;
  /*margin-bottom: 20px;*/
  margin: 0 auto 20px auto;
}
.section-table th {
  font-size: 1.23076923em;
  font-weight: normal;
  padding: 25px 5px;
  border: 1px solid #cccccc;
  line-height: 1.1;
  text-align: center;
}
.section-table .empty {
  border-top: 0;
  border-left: 0;
}
.section-table td {
  border: 1px solid #cccccc;
  line-height: 1.1;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.section-table .bg-dark {
  background: #d4d4d4;
}
.section-table .bg-light {
  background: #ededed;
}
.section-table .negatif td {
  background: #666666;
  color: #ffffff;
  padding: 25px 5px;
  font-size: 1.53846154em;
}
.section-table .transversale td {
  background: #f5f5f5;
  font-weight: bold;
}
.section-table .empty {
  border-bottom: 0;
  border-left: 0;
}
.section-table .footer td {
  padding: 0;
}
.section-table .footer td a {
  display: block;
  width: 100%;
  height: 100%;
  background: #db0129;
  color: #ffffff;
  padding: 25px 5px;
  font-size: 1.15384615em;
}
.section-table .footer td a:after {
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-simple-content {
  margin-bottom: 30px;
}
.section-simple-content.no-title {
  padding: 40px 0 20px;
  margin-bottom: 0;
}
.section-simple-content.no-title p {
  margin-bottom: 20px;
}
.section-simple-content.special-bg {
  padding-top: 0;
}
.section-simple-content.special-bg > .row {
  background: #f5f5f5;
  padding: 50px 20px 50px;
  margin-bottom: 0;
}
.section-simple-content .actions {
  text-align: center;
  clear: both;
  margin-top: 20px;
}
.section-simple-content .actions .cta {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  width: 230px;
}
.section-simple-content .actions .cta:first-child,
.section-simple-content .actions .cta:first-child + .cta + .cta {
  margin-right: 30px;
}
.section-simple-content .iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 41.6%;
  height: 0;
}
.section-simple-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-simple-content .iframe-wrapper.iframe-resize {
  overflow: auto;
  padding-bottom: 0;
  height: auto;
}
.section-simple-content .iframe-wrapper.iframe-resize iframe {
  position: relative;
  height: auto;
}
.section-simple-content .iframe-wrapper.iframe-force-height {
  overflow: auto;
  padding-bottom: 0;
  height: auto;
}
.section-simple-content .iframe-wrapper.iframe-force-height iframe {
  position: relative;
  height: auto;
}
.section-simple-content .actions-wrapper {
  background: #ffffff;
  padding: 25px;
  padding-bottom: 5px;
  margin-top: 15px;
}
.section-simple-content .actions-wrapper .title {
  font-size: 1.53846154em;
  color: #000000;
  text-align: center;
}
.section-simple-content .actions-wrapper .cta {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.section-simple-content .mentions {
  margin-left: 0;
  margin-top: 15px;
  margin-right: 0;
}
.section-simple-content .mentions p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}
.section-simple-content .mentions p .big, .section-simple-content .mentions p custom[name=big] {
  font-size: 14px;
  font-weight: bold;
}
.section-simple-content .title-section {
  margin-top: 0;
}
.section-simple-content .header {
  margin-bottom: 20px;
}
.section-simple-content .header .title-section {
  margin-bottom: 5px;
}
.section-simple-content .header .content p {
  margin-bottom: 0;
}
.section-simple-content .subtitle {
  font-weight: bold;
  font-size: 1.15384615em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px;
}
.section-simple-content .alert-message {
  color: #db0129;
}
.section-simple-content .media {
  display: block;
  width: 100%;
}
.section-simple-content .media img {
  width: 100%;
}
.section-simple-content .content {
  margin: 0;
}
.section-simple-content .content a {
  text-decoration: underline;
}
.section-simple-content .content p {
  margin-bottom: 10px;
}
.section-simple-content .link-next {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.section-simple-content .title-push {
  font-size: 1.53846154em;
  margin-top: 15px;
  margin-left: 8px;
  margin-bottom: 0;
}
.section-simple-content .push {
  margin-top: 15px;
}
.section-simple-content .push-tools,
.section-simple-content .push-basic {
  margin: 0;
  width: 100%;
}
.section-simple-content .block-pushes {
  margin-bottom: 0;
}
.section-simple-content .pictures {
  text-align: center;
}
.section-simple-content .pictures img {
  margin: 10px 5px;
}
@media screen and (max-width: 767px) {
  .section-simple-content .content {
    margin-bottom: 0;
  }
  .section-simple-content .mentions {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-simple-content .mentions p {
    font-size: 10px;
  }
  .section-simple-content .actions .cta,
  .section-simple-content .actions-wrapper .cta {
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 0 auto 15px;
  }
  .section-simple-content .actions .cta:first-child,
  .section-simple-content .actions-wrapper .cta:first-child,
  .section-simple-content .actions .cta:first-child + .cta + .cta,
  .section-simple-content .actions-wrapper .cta:first-child + .cta + .cta {
    margin: 0 auto 15px;
  }
  .section-simple-content .link-wrapper {
    text-align: center;
  }
  .section-simple-content .actions {
    padding-top: 10px;
  }
  .section-simple-content .link-next {
    float: none !important;
    margin-bottom: 10px;
  }
  .section-simple-content .push {
    padding: 0;
  }
  .section-simple-content .section-pushes .title-push {
    font-size: 1.38461538em;
  }
  .section-simple-content .subtitle {
    margin-top: -10px;
  }
  .section-simple-content .block-pushes {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.section-images-content {
  clear: both;
  margin-bottom: 30px;
}
.section-images-content.special-bg {
  background: #f5f5f5;
  padding-bottom: 10px;
  margin-left: -8px;
  margin-right: -8px;
}
.section-images-content.special-bg .push-media .media {
  border-right: 1px solid #ffffff;
}
.section-images-content.special-bg .push-media .media:before {
  display: none;
}
.section-images-content .wrapper-content {
  position: relative;
  margin: 0;
  width: 100%;
}
.section-images-content .wrapper-content .media img {
  width: 100%;
}
.section-images-content .push-media {
  position: relative;
  min-height: 350px;
}
.section-images-content .push-media .link-next {
  text-align: left;
}
.section-images-content .push-media .link-next span {
  display: block;
}
.section-images-content .push-media .actions {
  text-align: center;
  margin: 40px 0 0;
  display: inline-block;
}
.section-images-content .push-media .subtitle,
.section-images-content .push-media .title-section {
  padding-top: 20px;
  text-align: left;
}
.section-images-content .push-media .subtitle.center,
.section-images-content .push-media .title-section.center {
  text-align: center;
}
.section-images-content .push-media .subtitle {
  font-size: 1.69230769em;
  font-weight: normal;
  color: #333333;
  margin-top: 30px;
}
.section-images-content .push-media .actions {
  padding: 20px 25px 0 40px;
  margin: 0 0 20px 0;
}
.section-images-content .push-media .inner {
  width: 50%;
  margin-left: 50%;
  padding: 0 25px 0 40px;
}
.section-images-content .push-media .content p {
  margin-bottom: 10px;
}
.section-images-content .push-media .media {
  margin: 0;
  float: left;
  width: 50%;
  position: relative;
}
.section-images-content .push-media .media:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
.section-images-content .push-media.small-content .inner {
  width: 50%;
  margin-left: 50%;
  padding-top: 20px;
}
.section-images-content .push-media.small-content .subtitle {
  width: auto;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
.section-images-content .push-media.small-content .actions {
  padding: 0;
}
.section-images-content .push-media.small-content .content {
  padding: 0;
}
.section-images-content .push-media.media-right .media {
  float: right;
}
.section-images-content .push-media.media-right .media:before {
  left: 0;
  right: auto;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.section-images-content .push-media.media-right .inner {
  margin-left: 0;
  margin-right: 50%;
}
.section-images-content .push-media.multi-offers {
  margin: 0;
  background: transparent;
}
.section-images-content .push-media.multi-offers > div {
  padding: 0;
}
.section-images-content .push-media.multi-offers .wrapper-content {
  margin-bottom: 15px;
}
.section-images-content .push-media.multi-offers .media {
  position: relative;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
}
.section-images-content .push-media.multi-offers .media img {
  margin: 0;
}
.section-images-content .push-media.multi-offers .inner,
.section-images-content .push-media.multi-offers .subtitle,
.section-images-content .push-media.multi-offers .content,
.section-images-content .push-media.multi-offers .actions {
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.section-images-content .push-media.multi-offers .subtitle {
  margin-bottom: 10px;
}
.section-images-content .push-media.multi-offers .inner {
  position: relative;
  padding-bottom: 40px;
  clear: both;
}
.section-images-content .push-media.multi-offers .inner .actions {
  position: absolute;
  bottom: 0;
}
.section-images-content .mentions {
  margin-top: 15px;
}
.section-images-content .mentions p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}
.section-images-content .mentions p .big, .section-images-content .mentions p custom[name=big] {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .section-images-content .wrapper-content .inner {
    padding-bottom: 0;
    height: auto;
  }
  .section-images-content .push-media {
    min-height: 1px;
  }
  .section-images-content .push-media .inner {
    padding: 0;
    padding-left: 20px;
  }
  .section-images-content .push-media.media-right .inner {
    padding-left: 0;
    padding-right: 20px;
  }
  .section-images-content .push-media.multi-offers .subtitle,
  .section-images-content .push-media.multi-offers .actions,
  .section-images-content .push-media.multi-offers .title-section,
  .section-images-content .push-media.multi-offers .content {
    width: auto;
    margin-left: 0;
  }
  .section-images-content .push-media .media {
    max-height: 100%;
  }
  .section-images-content .push-media .media img {
    width: 100%;
  }
  .section-images-content .push-media .content {
    padding: 0 10px;
  }
  .section-images-content .push-media .content p {
    margin-bottom: 15px;
  }
  .section-images-content .push-media.small-content .media {
    position: relative;
    float: left;
  }
  .section-images-content .push-media.small-content .media img {
    margin-top: 0;
  }
  .section-images-content .push-media.small-content .wrapper-content {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .section-images-content .mentions {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-images-content .mentions p {
    font-size: 10px;
  }
  .section-images-content .header {
    margin: 0 20px;
  }
  .section-images-content.special-bg {
    padding-bottom: 0;
  }
  .section-images-content.special-bg .push-media {
    width: 100%;
    margin: 0;
  }
  .section-images-content.special-bg .push-media .media {
    border: 0;
  }
  .section-images-content .push-media .subtitle,
  .section-images-content .push-media .actions,
  .section-images-content .push-media .title-section,
  .section-images-content .push-media .media,
  .section-images-content .push-media .inner {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .section-images-content .push-media.small-content .subtitle,
  .section-images-content .push-media.media-right .subtitle,
  .section-images-content .push-media.small-content .actions,
  .section-images-content .push-media.media-right .actions,
  .section-images-content .push-media.small-content .title-section,
  .section-images-content .push-media.media-right .title-section,
  .section-images-content .push-media.small-content .media,
  .section-images-content .push-media.media-right .media,
  .section-images-content .push-media.small-content .inner,
  .section-images-content .push-media.media-right .inner {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .section-images-content .push-media.small-content .subtitle,
  .section-images-content .push-media.media-right .subtitle,
  .section-images-content .push-media.small-content .actions,
  .section-images-content .push-media.media-right .actions,
  .section-images-content .push-media.small-content .title-section,
  .section-images-content .push-media.media-right .title-section,
  .section-images-content .push-media.small-content .inner,
  .section-images-content .push-media.media-right .inner {
    width: auto;
  }
  .section-images-content .push-media.small-content .media,
  .section-images-content .push-media.media-right .media {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-images-content .push-media.small-content .subtitle,
  .section-images-content .push-media.media-right .subtitle {
    margin-bottom: 10px;
  }
  .section-images-content .push-media.small-content .content {
    padding: 0;
  }
  .section-images-content .push-media.media-right .title-section,
  .section-images-content .push-media .title-section {
    margin-bottom: 20px;
  }
  .section-images-content .push-media.media-right .media,
  .section-images-content .push-media .media {
    float: none;
    margin-bottom: 25px;
  }
  .section-images-content .push-media.media-right .media img,
  .section-images-content .push-media .media img {
    margin-top: 0;
  }
  .section-images-content .push-media.media-right .media:before,
  .section-images-content .push-media .media:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    margin: 0;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent #ffffff transparent;
  }
  .section-images-content .push-media.small-content .wrapper-content .inner {
    padding: 20px;
  }
  .section-images-content .push-media .title-section {
    text-align: center;
  }
  .section-images-content .push-media .actions {
    text-align: center;
    margin-top: 20px;
  }
  .section-images-content .push-media.multi-offers .inner {
    padding-bottom: 0;
  }
  .section-images-content .push-media.multi-offers .inner .actions {
    position: relative;
    bottom: auto;
  }
  .section-images-content .push-media .link-wrapper {
    float: none !important;
    text-align: center;
  }
}
.section-image-carousel {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.section-image-carousel.no-carousel {
  padding-bottom: 0;
}
.section-image-carousel .link-wrapper {
  text-align: right;
}
.section-image-carousel .link-next {
  margin-top: 15px;
}
.section-image-carousel .owl-carousel {
  border: 1px solid #FFFFFF;
  position: relative;
}
.section-image-carousel .owl-carousel img {
  width: 100%;
}
.section-image-carousel .owl-pagination {
  position: absolute;
  padding: 0;
  width: 100%;
  text-align: center;
  bottom: -30px;
}
.section-image-carousel .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #999999;
  text-indent: -9999px;
  margin: 0 3px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
}
.section-image-carousel .owl-pagination .owl-page.active {
  background: #666666;
}
@media screen and (max-width: 767px) {
  .section-image-carousel .link-wrapper {
    text-align: center;
  }
}
.home-slider .main-slider {
  position: relative;
}
.home-slider .main-slider .slider {
  width: 100%;
  height: 300px;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  position: relative;
  margin-bottom: 0;
}
.home-slider .main-slider .container {
  padding: 0;
}
.home-slider .main-slider .grabbing {
  cursor: default;
}
.home-slider .main-slider .owl-pagination {
  display: none;
  margin-top: 4px;
}
.home-slider .main-slider.resize .flex-viewport {
  -webkit-transition: none;
  transition: none;
}
.home-slider .thumbnails {
  position: relative;
  margin-bottom: 20px;
}
.home-slider .thumbnails .container {
  padding: 0;
}
.home-slider .thumbnails .container:before {
  content: " ";
  height: 4px;
  width: 100%;
  display: block;
  background: #999999;
}
.home-slider .thumbnails .slidee {
  margin-top: -4px;
  border: 1px solid #B4B4B4;
  border-top: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 2px #b4b4b4;
  box-shadow: 0 0 2px #b4b4b4;
  width: 100%;
}
.home-slider .thumbnails .slidee li {
  float: left;
  width: 33.33333333%;
  cursor: pointer;
  border-top: 4px solid #B4B4B4;
  padding: 20px 10px;
  position: relative;
  height: 115px;
  min-height: 115px;
  border-left: solid 1px #EAEAEA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-slider .thumbnails .slidee li:first-child {
  border-left: 0;
}
.home-slider .thumbnails .slidee li .title {
  font-size: 1.23076923em;
  font-weight: bold;
  margin-top: 0;
  height: 34px;
}
.home-slider .thumbnails .slidee li .description {
  line-height: 1.1em;
}
.home-slider .thumbnails .slidee li.active {
  background: #F5F5F5;
  border-top: 4px solid #db0129;
}
.home-slider .thumbnails .slidee li.active:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #db0129 transparent transparent transparent;
}
.home-slider .thumbnails .slidee li.active .title {
  color: #db0129;
}
.home-slider .thumbnails.double .slidee li {
  width: 50%;
}
.home-slider .thumbnails.alone {
  display: none !important;
}
.pushes-slider {
  position: relative;
  margin-bottom: 20px;
}
.pushes-slider .owl-wrapper {
  padding: 0;
  height: 100%;
  list-style: none;
  display: inline-block;
  position: relative !important;
}
.pushes-slider .owl-wrapper .owl-item {
  padding: 0;
}
.pushes-slider .owl-wrapper .owl-item span,
.pushes-slider .owl-wrapper .owl-item a {
  border: 1px solid #999999;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pushes-slider .owl-wrapper .owl-item img {
  width: 100%;
}
.pushes-slider .owl-wrapper .slide {
  text-align: center;
}
.pushes-slider .owl-buttons {
  display: none;
}
.pushes-slider .owl-buttons .owl-prev,
.pushes-slider .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.pushes-slider .owl-buttons .owl-prev:before,
.pushes-slider .owl-buttons .owl-next:before {
  font-family: 'bpce-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #999999;
  cursor: pointer;
}
.pushes-slider .owl-buttons .owl-prev:hover:before,
.pushes-slider .owl-buttons .owl-next:hover:before {
  color: #666666;
}
.pushes-slider .owl-buttons .owl-prev {
  left: 0;
}
.pushes-slider .owl-buttons .owl-prev:before {
  content: "\e609";
}
.pushes-slider .owl-buttons .owl-next {
  right: 0;
}
.pushes-slider .owl-buttons .owl-next:before {
  content: "\e608";
}
.pushes-slider .owl-pagination {
  position: absolute;
  padding: 0;
  width: 100%;
  text-align: center;
  top: 172px;
}
.pushes-slider .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background: #999999;
  text-indent: -9999px;
  margin: 0 3px;
}
.pushes-slider .owl-pagination .owl-page.active {
  background: #666666;
}
.pushes-slider .container {
  background-color: #F5F5F5;
  padding: 30px 0 20px;
}
.pushes-slider .mentions {
  margin-top: 25px;
  padding: 0 8px;
}
.multi-offers {
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
}
.multi-offers .container {
  background-color: #F5F5F5;
}
.small-offer,
.single-offer {
  margin: 0 0 20px;
}
.small-offer .content,
.single-offer .content {
  padding-top: 20px;
}
.small-offer .media,
.single-offer .media {
  overflow: initial;
}
.small-offer .media img,
.single-offer .media img {
  width: 100%;
}
.small-offer .title,
.single-offer .title {
  font-weight: bold;
  color: #db0129;
  font-size: 1.38461538em;
}
.small-offer .title a,
.single-offer .title a {
  color: #db0129;
}
.small-offer .description,
.single-offer .description {
  height: 45px;
  margin-bottom: 20px;
}
.small-offer .description p,
.single-offer .description p {
  margin: 0;
  line-height: 1.2em;
}
.single-offer .container {
  border: 1px solid #b3b3b3;
}
.single-offer .media {
  float: left;
}
.single-offer .content {
  padding-right: 65px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.single-offer .cta-container {
  float: right;
}
.single-offer .description {
  height: auto;
}
.small-offer:first-child > .row {
  border-right: 1px solid #999999;
}
.small-offer > .row {
  margin-top: 20px;
}
.small-offer .content {
  margin-top: 20px;
  padding-bottom: 10px;
}
.small-offer .media {
  position: relative;
  margin-top: -70px;
}
.small-offer .cta-container {
  clear: both;
}
@media screen and (max-width: 999px) {
  .home-slider .thumbnails .container:before {
    display: none;
  }
  .home-slider .thumbnails:before {
    content: " ";
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    background: #999999;
  }
  .home-slider .thumbnails .slidee {
    margin-top: 0;
  }
  .home-slider .thumbnails .slidee li {
    height: auto;
  }
  .pushes-slider {
    background-color: #f5f5f5;
    padding: 30px 0;
  }
  .pushes-slider .owl-pagination {
    display: inline-block;
  }
  .pushes-slider .container {
    background-color: none;
    padding: 0;
  }
  .pushes-slider .mentions {
    margin-top: 28px;
  }
  .multi-offers {
    background-color: #f5f5f5;
  }
  .small-offer .content {
    min-height: 160px;
  }
  .small-offer .media {
    margin-top: -50px;
  }
  .no-touch .pushes-slider .owl-buttons {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .small-offer .cta-container,
  .single-offer .cta-container {
    clear: both;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
  }
  .small-offer .cta,
  .single-offer .cta {
    text-align: center;
    max-width: 280px;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    line-height: 35px;
  }
  .small-offer .content {
    min-height: 195px;
  }
}
@media screen and (max-width: 619px) {
  .home-slider .main-slider .owl-pagination {
    display: inline-block;
    position: absolute;
    padding: 0;
    width: 100%;
    text-align: center;
    top: 330px;
  }
  .home-slider .main-slider .owl-pagination .owl-page {
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #999999 transparent transparent transparent;
    margin: 0;
    background: none;
    text-indent: -9999px;
    margin: 0 4px;
  }
  .home-slider .main-slider .owl-pagination .owl-page.active {
    border-color: #db0129 transparent transparent transparent;
  }
  .home-slider .thumbnails .container {
    padding: 0;
  }
  .home-slider .thumbnails .container .slider {
    border-left: 0;
    border-right: 0;
  }
  .pushes-slider .bx-wrapper .bx-pager {
    display: block;
  }
  .small-offer .title,
  .single-offer .title {
    font-size: 1.23076923em;
  }
  .single-offer .container {
    margin-right: 8px;
    margin-left: 8px;
  }
  .single-offer .content {
    padding-top: 0;
    padding-right: 8px;
  }
  .single-offer .cta-container {
    float: none;
  }
  .single-offer .media {
    display: block;
    width: 90%;
    margin: auto;
    float: none;
  }
  .single-offer .media img {
    width: 100%;
  }
  .small-offer {
    position: relative;
    margin-top: 60px;
    background: #ededed;
  }
  .small-offer:first-child > .row {
    border: 0;
  }
  .small-offer > .row {
    padding-top: 0;
  }
  .small-offer .media {
    padding: 0;
    text-align: center;
    min-height: 0;
  }
  .small-offer .media img {
    top: -20px;
    max-width: 200px;
  }
  .small-offer .content {
    min-height: 0;
    margin-top: 0;
  }
  .small-offer .description {
    margin-bottom: 0;
  }
  .small-offer .cta-container {
    margin-bottom: 20px;
  }
  .multi-offers {
    margin-top: 0;
    background: none;
  }
  .multi-offers .container {
    background: transparent;
  }
  .multi-offers:before {
    background: none;
  }
}

.ie8 #header > .container {
  border: 1px solid #ccc;
}
.ie8 #header .nav-tabs > li .drop-down .clip-wrapper > .row {
  border: 1px solid #ccc;
  margin: 0 7px;
  width: 998px;
}
.ie8 #header nav.row {
  margin: 0 -7px 0 -8px;
}
#header {
  background: #ffffff;
}
#header .container .logo {
  margin: 0;
  display: inline-block;
}
#header .container .hide {
  display: none;
}
#header .container .client-values {
  position: absolute;
  right: 60px;
  top: 0;
  width: 220px;
}
#header .container .client-values .profil-user {
  overflow: hidden;
  display: table-cell;
  line-height: 1;
  height: 51px;
  text-align: right;
  vertical-align: middle;
}
#header .container .client-values .profil-user.professionnel .pro-infos {
  display: inline-block;
}
#header .container .client-values .profil-infos,
#header .container .client-values .pro-infos {
  width: 220px;
  display: inline-block;
  margin: 0;
}
#header .container .client-values .profil-infos {
  max-height: 28px;
  overflow: hidden;
  color: #db0129;
}
#header .container .client-values .pro-infos {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
#header .container .account-type {
  position: relative;
}
#header .container .account-type.open {
  z-index: 15;
}
#header .container .account-type .title {
  background: #ffffff;
  display: block;
  height: 30px;
  padding: 0 10px;
  border: #cccccc 1px solid;
  width: 315px;
  font-size: 14px;
  color: #db0129;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  line-height: 28px;
}
#header .container .account-type .title:focus,
#header .container .account-type .title:hover {
  text-decoration: none;
  outline: none;
}
#header .container .account-type .title:after {
  vertical-align: middle;
  content: "\e60a";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  position: absolute;
  right: 5px;
  color: #db0129;
  top: 2px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .container .account-type .dropdown-menu {
  position: relative;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  padding: 5px 0;
}
#header .container .account-type .dropdown-menu li {
  margin: 0 5px;
  border-top: 1px #cccccc dotted;
}
#header .container .account-type .dropdown-menu li:first-child {
  border-top: 0;
}
#header .container .account-type .dropdown-menu a {
  background: none repeat scroll 0 0 transparent;
  line-height: 1;
  padding: 8px 10px;
  white-space: normal;
  white-space: initial;
}
#header .container .account-type .dropdown-menu a:hover {
  background: #fff;
}
#header .container .account-type .dropdown-menu a.active {
  color: #db0129;
}
#header .container .off-canvas .profil-user {
  margin-top: 15px;
}
#header .container .off-canvas .profil-user.no-link {
  cursor: default;
}
#header .container .off-canvas .profil-user.no-link:focus .pro-infos,
#header .container .off-canvas .profil-user.no-link:hover .pro-infos {
  color: #666666;
}
#header .container .off-canvas .profil-user .profil-link {
  border-right: 1px dotted #ededed;
  width: 64px;
  float: left;
}
#header .container .off-canvas .profil-user .profil-link span {
  padding: 0;
  position: relative;
  color: #999999;
  text-decoration: none;
  font-size: 11px;
  display: block;
  width: 100%;
  padding-top: 35px;
  text-align: center;
  line-height: 1em;
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/header/icon-user.png') no-repeat 23px 9px;
}
#header .container .off-canvas .profil-user .profil-link span:hover {
  color: #666666;
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/header/icon-user-hover.png');
}
#header .container .off-canvas .profil-user .profil-link span:before {
  display: none;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 5px;
  font-size: 25px;
}
#header .container .off-canvas .profil-user .user-container {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
#header .container .off-canvas .profil-user .pro-infos,
#header .container .off-canvas .profil-user .profil-infos {
  display: inline-block;
  width: 290px;
  line-height: 1.1;
  margin: 0;
}
#header .container .off-canvas .profil-user .profil-infos {
  float: left;
  font-size: 14px;
  color: #db0129;
  padding-left: 10px;
  max-height: 30px;
  overflow: hidden;
}
#header .container .off-canvas .profil-user .pro-infos {
  display: none;
  padding-left: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .container .off-canvas .profil-user.professionnel .profil-infos {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
  overflow-y: hidden;
}
#header .container .off-canvas .profil-user.professionnel .profil-infos span {
  height: auto;
}
#header .container .off-canvas .profil-user.professionnel .pro-infos {
  display: block;
}
#header .container .contact-wrapper {
  padding: 14px 17px;
}
#header .container .contact-wrapper .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  color: #666666;
}
#header .container .contact-wrapper .title.conseil {
  font-weight: bold;
}
#header .container .contact-wrapper .contact-conseil {
  display: none;
}
#header .container .contact-wrapper .informations {
  text-align: center;
  color: #666666;
}
#header .container .contact-wrapper .informations .account-link a {
  filter: none;
}
#header .container .contact-wrapper .informations:first-child:after,
#header .container .contact-wrapper .informations + .informations:after {
  width: 80px;
  height: 1px;
  background: #999999;
  content: "";
  display: block;
  margin: 20px auto 5px;
}
#header .container .contact-wrapper .mentions {
  width: 80%;
  margin: auto;
}
#header .container .contact-wrapper .cta {
  filter: none;
}
#header .container .contact-wrapper .other-links {
  position: relative;
}
#header .container .contact-wrapper .other-links a {
  padding: 17px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}
#header .container .contact-wrapper .other-links a:before {
  color: #db0129;
  vertical-align: middle;
  font-size: 43px;
  margin-right: 10px;
}
#header .container .contact-wrapper .other-links.links-advice {
  margin-top: 25px;
}
#header .container .contact-wrapper .other-links.links-advice li {
  display: none;
  position: relative;
}
#header .container .contact-wrapper .other-links.links-advice a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 53px;
  position: relative;
  line-height: 1.1;
  margin-bottom: 5px;
  height: 44px;
  text-align: left;
}
#header .container .contact-wrapper .other-links.links-advice a:before {
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 44px;
}
#header .container .contact-wrapper .other-links.links-advice a.contact-no-mbl,
#header .container .contact-wrapper .other-links.links-advice a.contact-mbl {
  display: none;
}
#header .container .contact-wrapper .other-links.links-advice a.contact-no-mbl.in,
#header .container .contact-wrapper .other-links.links-advice a.contact-mbl.in {
  display: table-cell;
}
#header .container .contact-wrapper hr {
  border-color: #999999;
}
#header .container .contact-wrapper .cta {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
#header .container .contact-wrapper .cta.phone-number:after {
  display: none;
}
#header .container .contact-wrapper .default,
#header .container .contact-wrapper .portefeuille,
#header .container .contact-wrapper .hors-portefeuille {
  display: none;
}
#header .container .contact-wrapper .default.in,
#header .container .contact-wrapper .portefeuille.in,
#header .container .contact-wrapper .hors-portefeuille.in {
  display: block;
}
#header .container .speed-links {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
}
#header .container .speed-links .mailbox.new-mail a {
  position: relative;
}
#header .container .speed-links .mailbox.new-mail a:after {
  width: 9px;
  height: 9px;
  content: "";
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/new-mail.png") no-repeat;
  position: absolute;
  top: 4px;
  right: 14px;
}
#header .container .speed-links .mailbox.new-mail .tooltip {
  z-index: 10;
  margin-top: 5px;
}
#header .container .speed-links .mailbox.new-mail .tooltip .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #999999;
  margin-left: -5px;
  position: absolute;
}
#header .container .speed-links .mailbox.new-mail .tooltip .tooltip-arrow:before {
  display: none;
}
#header .container .speed-links .mailbox.new-mail .tooltip .tooltip-inner {
  background: #999999;
  box-shadow: none;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.92307692em;
  width: 200px;
  padding: 2px;
}
#header .container .speed-links > li {
  position: relative;
  display: table-cell;
  width: 64px;
  vertical-align: top;
  border-right: 1px dotted #ededed;
}
#header .container .speed-links > li.hide {
  display: none;
}
#header .container .speed-links > li:first-child {
  border-left: 1px dotted #ededed;
}
#header .container .speed-links > li > button,
#header .container .speed-links > li > a {
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  color: #999999;
  text-decoration: none;
  font-size: 11px;
  display: block;
  width: 100%;
  padding-top: 35px;
  text-align: center;
  line-height: 1em;
}
#header .container .speed-links > li > button:hover,
#header .container .speed-links > li > a:hover {
  color: #666666;
}
#header .container .speed-links > li > button:before,
#header .container .speed-links > li > a:before {
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 2px;
  font-size: 28px;
}
#header .container .speed-links > li > button.active,
#header .container .speed-links > li > a.active,
#header .container .speed-links > li > button.active:hover,
#header .container .speed-links > li > a.active:hover {
  cursor: default;
  color: #db0129;
}
#header .container .account-link {
  width: 220px;
}
#header .container .account-link a {
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 7px 10px 7px 7px;
  background: #db0129;
  background-image: -webkit-linear-gradient(top, #db0129 0%, #b00021 100%);
  background-image: linear-gradient(to bottom, #db0129 0%, #b00021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0129', endColorstr='#ffb00021', GradientType=0);
}
#header .container .account-link a.hide {
  display: none;
}
#header .container .account-link a:before {
  margin-right: 3px;
  font-size: 25px;
}
#header .container .account-link a.disconnect {
  background-image: -webkit-linear-gradient(top, #a4a4a4 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a4a4a4 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4a4a4', endColorstr='#ff8c8c8c', GradientType=0);
}
#header .container .account-link a.disconnect:before {
  font-size: 22px;
  content: "\e61b";
}
#header .container .search-area {
  position: relative;
  border: solid 1px #cccccc;
  width: 220px;
  display: inline-block;
}
#header .container .search-area:before {
  content: "\e60c";
  position: absolute;
  left: 3px;
  color: #999999;
  font-family: 'bpce-icons';
  font-size: 20px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .container .search-area.current-search:before {
  display: none;
}
#header .container .search-area.current-search .clear-search {
  display: block;
}
#header .container .search-area .clear-search {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: transparent;
  padding: 5px 6px;
}
#header .container .search-area .clear-search:before {
  vertical-align: middle;
  font-size: 15px;
  color: #666666;
}
#header .container .search-area .search-send,
#header .container .search-area .search-input {
  color: #999999;
  background: #ffffff;
  border: 0;
  float: left;
  height: 28px;
  line-height: 28px;
  outline: none;
}
#header .container .search-area .search-input {
  margin-left: 30px;
  width: 140px;
}
#header .container .search-area .search-input::-webkit-input-placeholder {
  font-size: 1.07692308em;
}
#header .container .search-area .search-input:-moz-placeholder {
  font-size: 1.07692308em;
}
#header .container .search-area .search-input:-ms-placeholder {
  font-size: 1.07692308em;
}
#header .container .search-area .search-input .placeholder {
  font-size: 1.07692308em;
}
#header .container .search-area .search-send {
  font-weight: bold;
  float: right;
}
#header .container nav .nav-tabs .title {
  padding: 7px 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 3px solid #999999;
  border-bottom: 0;
  margin-left: 20px;
}
#header .container nav .nav-tabs > li {
  padding: 0;
  position: initial;
  vertical-align: top;
}
#header .container nav .nav-tabs > li .drop-down {
  z-index: 100;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .container nav .nav-tabs > li .drop-down .clip-wrapper ul {
  padding: 0;
  list-style: none;
}
#header .container nav .nav-tabs > li .drop-down .clip-wrapper ul li {
  line-height: 1.3em;
}
#header .container nav .nav-tabs > li a {
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  color: #666666;
}
#header .container nav .nav-tabs > li a:hover,
#header .container nav .nav-tabs > li a.active {
  color: #db0129;
  text-decoration: none;
}
#header .container nav .nav-tabs > li > a {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0;
  border-left: 1px solid #cccccc;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background-image: -webkit-linear-gradient(top, #ffffff 60%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ffffff 60%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
}
#header .container nav .nav-tabs > li > a span {
  min-width: 150px;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  width: 100%;
  line-height: 1;
  vertical-align: middle;
  padding: 0 17px;
  position: relative;
}
@media (min-width: 1000px) {
  #header .container nav .nav-tabs > li > a span {
    padding: 0;
  }
}
#header .container nav .nav-tabs > li > a span:after {
  margin-left: 10px;
  vertical-align: middle;
  content: "\e60a";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .container nav .nav-tabs > li > a.simple-link span {
  min-width: 0;
}
#header .container nav .nav-tabs > li > a.simple-link span:before {
  vertical-align: middle;
  margin-right: 5px;
}
#header .container nav .nav-tabs > li > a.simple-link span:after {
  display: none;
}
#header .container nav .nav-tabs > li.open > a {
  color: #db0129;
}
#header .container nav .nav-tabs > li.open .drop-down .clip-wrapper > .row {
  top: 0px;
}
#header .container nav .nav-tabs > li:first-child a {
  border: 0;
}
#header .container nav .nav-tabs .pushes {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
#header .container nav .nav-tabs .pushes img {
  border: 1px solid #999999;
}
#header .container nav .nav-tabs .offers-link {
  clear: both;
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
  text-align: right;
  margin-top: 5px;
  margin-right: 15px;
  float: right;
}
#header .container nav .nav-tabs .offers-link:after {
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.touch #header .container nav .nav-tabs > li > a,
.touch #header .container nav .nav-tabs > li > a:hover {
  color: #666666;
}
.touch #header .container nav .nav-tabs > li.open > a,
.touch #header .container nav .nav-tabs > li.open > a:hover {
  color: #db0129;
}
.layout-fixed #header {
  margin-bottom: 3px;
}
.layout-fixed #header .container {
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
}
.layout-fixed #header .container .client-values {
  display: none;
}
.layout-fixed #header .container .main-header {
  position: relative;
  margin: 0;
}
.layout-fixed #header .container .logo-container {
  height: 130px;
}
.layout-fixed #header .container .account-type {
  right: 235px;
  top: 20px;
  position: absolute;
}
.layout-fixed #header .container .account-type .dropdown-menu {
  position: absolute;
  margin-top: -1px;
}
.layout-fixed #header .container .profil-user {
  position: absolute;
  left: 0;
  top: 50px;
  width: 360px;
}
.layout-fixed #header .container .account-link {
  position: absolute;
  right: 0;
  top: 75px;
  width: 220px;
}
.layout-fixed #header .container .search-area {
  position: absolute;
  top: 20px;
  right: 0;
}
.layout-fixed #header .container .speed-links {
  width: 320px;
  position: absolute;
  left: 415px;
  top: 50px;
}
.layout-fixed #header .container .speed-links .mailbox span {
  display: none;
}
.layout-fixed #header .contact-wrapper {
  display: none;
  clear: both;
}
.layout-fixed #header .contact-wrapper .account-link {
  position: relative;
  top: auto;
  right: auto;
  margin: auto;
}
.layout-fixed #header .tooltip-inner {
  width: 340px;
}
.layout-fixed #header .tooltip-inner .contact-wrapper {
  display: block;
}
.layout-fixed #header .nav-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.layout-fixed #header .nav-tabs.nav-justified {
  display: table-row;
  width: 100%;
}
.layout-fixed #header .nav-tabs:before,
.layout-fixed #header .nav-tabs:after {
  content: '';
  display: none;
}
.layout-fixed #header .nav-tabs li {
  position: inherit;
}
.layout-fixed #header .nav-tabs > li {
  display: table-cell;
  width: auto;
}
.layout-fixed #header .nav-tabs > li > a[class^="icon-bpce-"],
.layout-fixed #header .nav-tabs > li > a[class*=" icon-bpce-"] {
  padding-left: 40px;
}
.layout-fixed #header .nav-tabs > li > a[class^="icon-bpce-"]:before,
.layout-fixed #header .nav-tabs > li > a[class*=" icon-bpce-"]:before {
  vertical-align: middle;
  position: absolute;
  left: 30px;
}
.layout-fixed #header .nav-tabs > li .drop-down {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  border: 0;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper {
  clip: rect(0px, 1011px, 1000px, 0px);
  position: absolute;
  left: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper > .row {
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 8px;
  background: #ffffff;
  width: 980px;
  position: absolute;
  top: -600px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul {
  max-width: 230px;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul li {
  border-bottom: 1px dotted #999999;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul li a {
  padding: 6px 10px;
  display: inline-block;
  text-align: left;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper > .row > div:first-child ul {
  margin-left: 20px;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper ul {
  padding: 0 20px;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper ul li {
  line-height: 1em;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper ul li a {
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
}
.layout-fixed #header .nav-tabs > li .drop-down .clip-wrapper ul li.title {
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  padding: 10px 8px;
  border: 0;
  border-left: 3px solid #999999;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .layout-fluid #header {
    margin-bottom: 3px;
  }
  .layout-fluid #header .container {
    -webkit-box-shadow: 0 0 2px #aaaaaa;
    box-shadow: 0 0 2px #aaaaaa;
  }
  .layout-fluid #header .container .client-values {
    display: none;
  }
  .layout-fluid #header .container .main-header {
    position: relative;
    margin: 0;
  }
  .layout-fluid #header .container .logo-container {
    height: 130px;
  }
  .layout-fluid #header .container .account-type {
    right: 235px;
    top: 20px;
    position: absolute;
  }
  .layout-fluid #header .container .account-type .dropdown-menu {
    position: absolute;
    margin-top: -1px;
  }
  .layout-fluid #header .container .profil-user {
    position: absolute;
    left: 0;
    top: 50px;
    width: 360px;
  }
  .layout-fluid #header .container .account-link {
    position: absolute;
    right: 0;
    top: 75px;
    width: 220px;
  }
  .layout-fluid #header .container .search-area {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .layout-fluid #header .container .speed-links {
    width: 320px;
    position: absolute;
    left: 415px;
    top: 50px;
  }
  .layout-fluid #header .container .speed-links .mailbox span {
    display: none;
  }
  .layout-fluid #header .contact-wrapper {
    display: none;
    clear: both;
  }
  .layout-fluid #header .contact-wrapper .account-link {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
  }
  .layout-fluid #header .tooltip-inner {
    width: 340px;
  }
  .layout-fluid #header .tooltip-inner .contact-wrapper {
    display: block;
  }
  .layout-fluid #header .nav-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .layout-fluid #header .nav-tabs.nav-justified {
    display: table-row;
    width: 100%;
  }
  .layout-fluid #header .nav-tabs:before,
  .layout-fluid #header .nav-tabs:after {
    content: '';
    display: none;
  }
  .layout-fluid #header .nav-tabs li {
    position: inherit;
  }
  .layout-fluid #header .nav-tabs > li {
    display: table-cell;
    width: auto;
  }
  .layout-fluid #header .nav-tabs > li > a[class^="icon-bpce-"],
  .layout-fluid #header .nav-tabs > li > a[class*=" icon-bpce-"] {
    padding-left: 40px;
  }
  .layout-fluid #header .nav-tabs > li > a[class^="icon-bpce-"]:before,
  .layout-fluid #header .nav-tabs > li > a[class*=" icon-bpce-"]:before {
    vertical-align: middle;
    position: absolute;
    left: 30px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper {
    clip: rect(0px, 1011px, 1000px, 0px);
    position: absolute;
    left: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper > .row {
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 8px;
    background: #ffffff;
    width: 980px;
    position: absolute;
    top: -600px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-box-shadow: 0 0 2px #aaaaaa;
    box-shadow: 0 0 2px #aaaaaa;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul {
    max-width: 230px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul li {
    border-bottom: 1px dotted #999999;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper > .row > div ul li a {
    padding: 6px 10px;
    display: inline-block;
    text-align: left;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper > .row > div:first-child ul {
    margin-left: 20px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper ul {
    padding: 0 20px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper ul li {
    line-height: 1em;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper ul li a {
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
  }
  .layout-fluid #header .nav-tabs > li .drop-down .clip-wrapper ul li.title {
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    padding: 10px 8px;
    border: 0;
    border-left: 3px solid #999999;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .layout-fluid.offcanvas-open {
    position: fixed;
    margin-right: 15px;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .layout-fluid.offcanvas-open .main-header {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
  }
  .layout-fluid.offcanvas-open .logo-container {
    width: 100%;
    top: 0;
  }
  .layout-fluid.offcanvas-open #header {
    height: 52px;
  }
  .layout-fluid #header {
    position: relative;
    z-index: 1031;
    border-bottom: 1px solid #cccccc;
  }
  .layout-fluid #header .container {
    width: 100%;
    max-width: 100%;
  }
  .layout-fluid #header .container .client-values {
    top: 3px;
  }
  .layout-fluid #header .container .logo {
    width: 215px;
  }
  .layout-fluid #header .container .logo img {
    width: 100%;
  }
  .layout-fluid #header .burger {
    position: absolute;
    top: 6px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #ffffff;
    visibility: visible;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
  }
  .layout-fluid #header .burger.open {
    right: 285px;
  }
  .layout-fluid #header .burger:before {
    position: absolute;
    top: 4px;
    left: 3px;
    content: "\e636";
    font-family: 'bpce-icons';
    font-size: 32px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .layout-fluid #header .off-canvaslayer.open {
    position: fixed;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .layout-fluid #header .off-canvas {
    outline: none;
    -webkit-box-shadow: inset 2px 0 5px #cccccc;
    box-shadow: inset 2px 0 5px #cccccc;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    height: 101%;
    width: 285px;
    visibility: visible;
    overflow: hidden;
  }
  .layout-fluid #header .off-canvas .inner {
    overflow: hidden;
    overflow-y: auto;
  }
  .layout-fluid #header .off-canvas .contact-wrapper {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    margin-top: 15px;
    -webkit-box-shadow: 0 3px 10px #cccccc;
    box-shadow: 0 3px 10px #cccccc;
  }
  .layout-fluid #header .off-canvas .inner {
    height: 101%;
    overflow-y: auto;
  }
  .layout-fluid #header .off-canvas .inner .account-type {
    margin: 8px 3% 0;
  }
  .layout-fluid #header .off-canvas .inner .account-type .title {
    width: auto;
    height: 34px;
    line-height: 34px;
  }
  .layout-fluid #header .off-canvas .inner .account-type .dropdown-menu {
    top: -1px;
  }
  .layout-fluid #header .off-canvas .inner .profil-user .profil-infos,
  .layout-fluid #header .off-canvas .inner .profil-user .pro-infos {
    width: 195px;
  }
  .layout-fluid #header .off-canvas .inner .speed-links {
    margin: 8px 3% 0;
    display: inline-block;
    width: 94%;
  }
  .layout-fluid #header .off-canvas .inner .speed-links .mailbox.new-mail a:after {
    right: auto;
    top: 10px;
    left: 25px;
  }
  .layout-fluid #header .off-canvas .inner .speed-links .mailbox.new-mail .tooltip {
    display: none !important;
  }
  .layout-fluid #header .off-canvas .inner .speed-links li {
    display: block;
    float: left;
    width: 50%;
    border: 0;
    border-bottom: 1px dotted #cccccc;
  }
  .layout-fluid #header .off-canvas .inner .speed-links li:last-child,
  .layout-fluid #header .off-canvas .inner .speed-links li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
  .layout-fluid #header .off-canvas .inner .speed-links li:nth-child(2n+1) {
    border-right: 1px dotted #cccccc;
  }
  .layout-fluid #header .off-canvas .inner .speed-links li.hidden-phone {
    display: none !important;
  }
  .layout-fluid #header .off-canvas .inner .speed-links.mbl li:last-child,
  .layout-fluid #header .off-canvas .inner .speed-links.mbl li:nth-last-child(2),
  .layout-fluid #header .off-canvas .inner .speed-links.mbl li:nth-last-child(3) {
    border-bottom: 0;
  }
  .layout-fluid #header .off-canvas .inner .speed-links a,
  .layout-fluid #header .off-canvas .inner .speed-links button {
    text-align: left;
    display: table-cell;
    height: 45px;
    font-size: 13px;
    vertical-align: middle;
    padding: 0;
    padding-left: 40px;
    padding-right: 10px;
    position: relative;
  }
  .layout-fluid #header .off-canvas .inner .speed-links a:before {
    top: 6px;
    font-size: 30px;
    left: 20px;
  }
  .layout-fluid #header .off-canvas .inner .search-area {
    margin: 8px 3% 0;
    width: 94%;
  }
  .layout-fluid #header .off-canvas .inner .search-area .search-input,
  .layout-fluid #header .off-canvas .inner .search-area .search-send {
    height: 32px;
  }
  .layout-fluid #header .off-canvas .inner .search-area:before {
    font-size: 23px;
  }
  .layout-fluid #header .off-canvas .inner .account-link {
    margin: 3px 3% 0;
    width: 94%;
  }
  .layout-fluid #header .off-canvas .inner .row {
    margin: 0;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs {
    padding-bottom: 90px;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #999999;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li:first-child {
    border-top: 1px solid #999999;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .row > div {
    width: 100%;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li.open {
    border-bottom: 1px dotted #999999;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li.open .dropdown-toggle {
    border-bottom: 1px solid #666666;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down {
    border: 0;
    position: relative;
    min-width: 0;
    width: 100%;
    background: transparent;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .title {
    margin-left: 10px;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper > .row {
    width: 604px;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper .row {
    width: 100%;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper .row > div {
    padding: 0;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper ul li {
    text-align: left;
    border-bottom: 1px dotted #cccccc;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper ul li a {
    font-weight: normal;
    padding: 10px;
    font-size: 13px;
    display: inline-block;
    white-space: initial;
    text-align: left;
    line-height: 1;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .clip-wrapper ul li a:hover {
    color: #666666;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link {
    text-align: left;
    margin-left: 10px;
    margin-top: 0;
    padding: 0 0 10px;
    position: relative;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link:before {
    content: " ";
    height: 1px;
    width: 120px;
    background: #666666;
    display: block;
    margin-bottom: 10px;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link:after {
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -6px;
    line-height: 1;
    vertical-align: middle;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link:hover {
    color: #666666;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link:first-child {
    padding-top: 10px;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .offers-link:first-child:before {
    display: none;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li .drop-down .pushes {
    display: none;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li > a {
    border: 0;
    text-align: left;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: none;
  }
  .layout-fluid #header .off-canvas .inner nav .nav-tabs > li > a span:after {
    right: 5px;
    position: absolute;
    margin-top: 2px;
  }
  .layout-fluid .pageload #header .off-canvas,
  .layout-fluid .orientationChange #header .off-canvas,
  .layout-fluid .resizing #header .off-canvas {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 999px) {
  .csstransforms3d .layout-fluid #header .off-canvas {
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    right: -285px;
  }
  .csstransforms3d .layout-fluid #header .off-canvas.open {
    right: 0;
  }
  .no-csstransforms3d .layout-fluid #header .off-canvas {
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    right: -285px;
  }
  .no-csstransforms3d .layout-fluid #header .off-canvas.open {
    right: 0;
  }
}
@media screen and (max-width: 360px) {
  .layout-fluid.offcanvas-open .logo-container {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .layout-fluid.offcanvas-open #header {
    height: 51px;
  }
  .layout-fluid #header .burger {
    top: 5px;
  }
  .layout-fluid #header .container .off-canvaslayer.open {
    top: 51px;
  }
  .layout-fluid #header .container .client-values {
    top: 0;
  }
  .layout-fluid #header .container .logo-container {
    padding-top: 9px;
    padding-left: 8px;
    padding-bottom: 10px;
    background: #ffffff;
  }
  .layout-fluid #header .container .logo {
    display: block;
    position: relative;
    height: 31px;
    width: 31px;
    background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/logo-mobile.jpg") no-repeat center center;
    margin: 0;
  }
  .layout-fluid #header .container .logo img {
    display: none;
  }
}
@media screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), screen and (max-width: 767px) and only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), screen and (max-width: 767px) and only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), screen and (max-width: 767px) and only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), screen and (max-width: 767px) and only screen and (min-resolution: 192dpi) and (min-width: 320px), screen and (max-width: 767px) and only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  .layout-fluid #header .container .logo {
    background-image: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/logo-mobile@2x.jpg");
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) and only screen and (-webkit-max-device-pixel-ratio: 1), screen and (max-width: 767px) and only screen and (max--moz-device-pixel-ratio: 1), screen and (max-width: 767px) and only screen and (-ms-max-device-pixel-ratio: 1), screen and (max-width: 767px) and only screen and (-o-max-device-pixel-ratio: 1), screen and (max-width: 767px) and only screen and (max-device-pixel-ratio: 1), screen and (max-width: 767px) and only screen and (max-resolution: 100dpi), screen and (max-width: 767px) and only screen and (max-resolution: 1dppx) {
  .layout-fluid #header .container .logo {
    background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/logo-mobile.jpg") no-repeat center center;
  }
}
.ie8 #header .container .logo {
  background-image: url("../bundles/itcecmslayout/themes/ce_theme/images/app/header/logo-mobile.jpg");
}
@media screen and (max-width: 999px) {
  .ie8 .layout-fluid #header .burger.open {
    right: 285px;
  }
}

#footer .container .row {
  border-top: 1px solid #999999;
}
#footer .container .row .dropdown {
  width: 100%;
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
}
#footer .container .row .dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 1px;
  background-color: #db0129;
}

#footer .container .row .dropdown.no-before{
  padding-top: 0;
}
#footer .container .row .dropdown.no-before:before{
  width:0;
}
#footer .container .row .dropdown .title {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  display: inline-block;
  color: #5c5c5c;
}
#footer .container .row .dropdown .dropdown-menu {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .container .row .dropdown .dropdown-menu li {
  line-height: 1.4285em;
  margin-bottom: 0;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .container .row .dropdown .dropdown-menu li a {
  white-space: normal;
  display: inline;
  padding: 0;
  font-size: 12px;
  line-height: 1;
}
#footer .container .row .dropdown .dropdown-menu li a:hover {
  color: #db0129;
}
#footer .container .row .socials ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#footer .container .row .socials ul li {
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}
#footer .container .row .socials ul li .social {
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/footer/socials.png') no-repeat;
  width: 27px;
  height: 27px;
  display: block;
}
#footer .container .row .socials ul li .social.facebook {
  background-position: 0 0;
}
#footer .container .row .socials ul li .social.facebook:hover {
  background-position: 0 -27px;
}
#footer .container .row .socials ul li .social.twitter {
  background-position: -54px 0;
}
#footer .container .row .socials ul li .social.twitter:hover {
  background-position: -54px -27px;
}
#footer .container .row .socials ul li .social.youtube {
  background-position: -81px 0;
}
#footer .container .row .socials ul li .social.youtube:hover {
  background-position: -81px -27px;
}
#footer .container .row .socials ul li .social.google {
  background-position: -27px 0;
}
#footer .container .row .socials ul li .social.google:hover {
  background-position: -27px -27px;
}
#footer .container .row > div:first-child .dropdown:first-child:before {
  display: none;
}
#footer .container .logo-group {
  margin-left: -2px;
  margin-top: 20px;
}
.layout-fixed #footer .container .row {
  border-top: 1px solid #999999;
}
.layout-fixed #footer .container .row .dropdown {
  margin-left: 10px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.layout-fixed #footer .container .row .dropdown:first-child:before {
  display: none;
}
.layout-fixed #footer .container .row .dropdown .title {
  padding-top: 2px;
  margin-bottom: 8px;
  color: #666666;
  display: block;
  font-size: 14px;
  cursor: default;
}
.layout-fixed #footer .container .row .dropdown .dropdown-menu {
  z-index: 0;
  display: block;
}
.layout-fixed #footer .container .row .dropdown .dropdown-menu li a {
  color: #999;
}
.layout-fixed #footer .container .row a.regional-fund {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .layout-fluid #footer .container .row {
    border-top: 1px solid #999999;
  }
  .layout-fluid #footer .container .row .dropdown {
    margin-left: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #footer .container .row .dropdown.no-before{
    padding-top: 0;
  }
  .layout-fluid #footer .container .row .dropdown:first-child:before {
    display: none;
  }
  .layout-fluid #footer .container .row .dropdown .title {
    padding-top: 2px;
    margin-bottom: 8px;
    color: #666666;
    display: block;
    font-size: 14px;
    cursor: default;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu {
    z-index: 0;
    display: block;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu li a {
    color: #999;
  }
  .layout-fluid #footer .container .row a.regional-fund {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .layout-fluid #footer .container .row {
    border: 0;
  }
  .layout-fluid #footer .container .row .dropdown {
    position: relative;
  }
  .layout-fluid #footer .container .row .dropdown .title {
    display: block;
    position: relative;
  }
  .layout-fluid #footer .container .row .dropdown .title:after {
    margin-top: 4px;
    vertical-align: middle;
    content: "\e60a";
    font-family: 'bpce-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 15px;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu {
    top: 0;
    margin-bottom: 10px;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu li {
    margin: 0;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu li a {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    color: #999999;
    line-height: 1.4285em;
    border-top: 1px dotted #999999;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu li a.social {
    width: 27px;
    height: 27px;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu li:first-child a {
    border-top: 0;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu .socials {
    text-align: center;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu .socials ul {
    margin: 0;
    margin-bottom: 10px;
  }
  .layout-fluid #footer .container .row .dropdown .dropdown-menu .socials ul li a {
    border: 0;
    padding: 0;
  }
  .layout-fluid #footer .container .row > div:first-child .dropdown:first-child {
    border-top: 1px solid #999999;
  }
  .layout-fluid #footer .container .row .logo-group {
    margin-left: 0;
    margin-top: 15px;
  }
  .layout-fluid #footer .regional-fund {
    text-align: center;
  }
  .layout-fluid #footer .regional-fund a {
    color: #999999;
    text-decoration: underline;
    font-size: 14px;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
  }
}
.page-contact .main-contact .media {
  margin-top: 20px;
}
.page-contact .main-contact .title-level1 {
  margin-bottom: 25px;
}
.page-contact .main-contact .sub-title {
  font-size: 1.23076923em;
  line-height: 1.1;
}
.page-contact .main-contact img {
  max-width: 100%;
}
.page-contact .find-dealer .sub-title:after {
  position: relative;
  content: " ";
  background: #666666;
  width: 100px;
  height: 1px;
  display: block;
  margin: 15px 0 5px;
}
.page-contact .find-dealer .dealer-forms {
  margin-top: 50px;
  position: relative;
}
.page-contact .find-dealer .dealer-forms .search-label {
  margin: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.page-contact .find-dealer .dealer-forms:before {
  content: "OU";
  position: absolute;
  color: #ffffff;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  background: #db0129;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  padding-top: 12px;
  margin-left: -20px;
  display: table-cell;
}
.page-contact .find-dealer .dealer-forms:after {
  clear: both;
}
.page-contact .find-dealer .search-area {
  background: #ededed;
  padding: 20px 15px;
  position: relative;
}
.page-contact .find-dealer .search-zip {
  border: 0;
}
.page-contact .find-dealer .search-zip:after {
  display: none;
}
.page-contact .catch:after {
  position: relative;
  content: " ";
  background: #666666;
  width: 100px;
  height: 1px;
  display: block;
  margin: 15px 0 20px;
}
.page-contact .catch strong {
  color: #db0129;
}
.page-contact .catch em {
  font-style: normal;
  font-weight: bold;
}
.page-contact .list-link li {
  border-bottom: 1px dotted #999999;
}
.page-contact .list-link li a {
  padding: 4px 5px;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.1;
}
.page-contact .list-link li a:after {
  content: "\e608";
  font-family: 'bpce-icons';
  font-size: 12px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  top: 50%;
  margin-top: -6px;
}
.page-contact .call-pushes {
  margin-bottom: 30px;
}
.page-contact .call-pushes .push {
  text-align: center;
}
.page-contact .call-pushes figure {
  margin: 15px 0 5px;
}
.page-contact .call-pushes .content {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.page-contact .call-pushes .cta {
  width: 100%;
  display: inline-block;
  line-height: 35px;
  padding: 0;
  max-width: 200px;
}
.page-contact .call-pushes .mentions {
  font-size: 0.76923077em;
  line-height: 1;
  margin-top: 4px;
}
.page-contact .call-pushes .push-call .cta:after {
  display: none;
}
.page-contact .call-pushes .push-rdv .cta:after,
.page-contact .call-pushes .push-callback .cta:after {
  margin-left: 3px;
}
.page-contact .services {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-contact .services .content {
  min-height: 140px;
}
.page-contact .services .push:before,
.page-contact .services .push:after {
  position: relative;
  content: " ";
  background: #666666;
  width: 100px;
  height: 1px;
  display: block;
  margin: 15px 0 5px;
}
.page-contact .services img {
  max-width: 100%;
}
.page-contact .contact-number {
  background: no-repeat right top #f5f5f5;
  min-height: 220px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.page-contact .contact-number .title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.53846154em;
  color: #666666;
  font-weight: bold;
}
.page-contact .contact-number p {
  margin-bottom: 17px;
}
@media screen and (max-width: 999px) {
  .page-contact .main-contact {
    margin-top: 0;
  }
  .page-contact .call-pushes .content {
    height: 100px;
  }
  .page-contact .services .content {
    min-height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-number {
    padding: 20px 0;
  }
  .page-contact .contact-number .title {
    font-size: 1.23076923em;
  }
  .page-contact .contact-number {
    background-image: none !important;
  }
  .page-contact .find-dealer .col-md-5 {
    width: 100%;
    margin: 0;
  }
  .page-contact .find-dealer .dealer-forms {
    margin-top: 20px;
  }
  .page-contact .find-dealer .search-zip {
    margin-bottom: 80px;
  }
  .page-contact .find-dealer .search-area:after {
    top: -30px;
    right: auto;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    padding-top: 8px;
  }
}
@media screen and (max-width: 619px) {
  .page-contact .main-contact .title-level1 {
    font-size: 1.23076923em;
    margin-bottom: 10px;
  }
  .page-contact .main-contact .sub-title {
    font-size: 1em;
  }
  .page-contact .list-link li a {
    padding: 10px 5px;
  }
  .page-contact .call-pushes {
    margin-bottom: 20px;
  }
  .page-contact .call-pushes .push:before {
    position: relative;
    content: " ";
    background: #666666;
    width: 100px;
    height: 1px;
    display: block;
    margin: 20px auto 10px;
  }
  .page-contact .call-pushes .push:first-child:before {
    display: none;
  }
  .page-contact .call-pushes .content {
    height: auto;
    margin: 20px 0;
    display: block;
  }
  .page-contact .services .push .content {
    min-height: 0;
  }
  .page-contact .services .push:before {
    display: none;
  }
  .page-contact .services .push:first-child:before {
    position: relative;
    content: " ";
    background: #666666;
    width: 100px;
    height: 1px;
    display: block;
    margin: 15px 0 5px;
  }
}

.page-contact.logged .header-wrapper {
  text-align: center;
  padding: 0 40px;
}
.page-contact.logged .header-wrapper .sub-title {
  font-weight: bold;
  font-size: 1.23076923em;
}
.page-contact.logged .header-wrapper .sub-title:after {
  display: none;
}
.page-contact.logged .header-wrapper .description {
  width: auto;
  margin: auto;
}
.page-contact.logged .alert-message {
  position: relative;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  padding-left: 70px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 48px;
}
.page-contact.logged .alert-message:before {
  font-family: 'bpce-icons';
  top: 50%;
  left: 20px;
  position: absolute;
  content: "\e616";
  color: #db0129;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -28px;
}
.page-contact.logged .alert-message .title {
  font-weight: bold;
  color: #db0129;
  font-size: 1em;
  margin-top: 0;
}
.page-contact.logged .alert-message .content {
  font-size: 1em;
  vertical-align: middle;
}
.page-contact.logged .alert-message p {
  margin-bottom: 0;
}
.page-contact.logged .find-dealer .dealer-forms {
  margin-bottom: 40px;
}
.page-contact.logged .find-dealer .dealer-forms .search-label {
  width: 100%;
}
.page-contact.logged .search-agency {
  width: 100%;
  border: 0;
}
.page-contact.logged .small-wrapper {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-contact.logged .header-wrapper .description {
    width: auto;
    margin: auto;
  }
  .page-contact.logged .modal-body {
    padding: 0 8px 20px;
  }
  .page-contact.logged .small-wrapper {
    padding: 0;
  }
  .page-contact.logged .find-dealer .dealer-forms .search-label {
    text-align: center;
  }
}
@media screen and (max-width: 619px) {
  .page-contact.logged .small-wrapper {
    padding: 0 8px;
  }
}
.page-contact.logged .contact-conseil {
  text-align: center;
  margin-bottom: 20px;
}
.page-contact.logged .contact-conseil .advisor {
  line-height: 0.3em;
}
.page-contact.logged .contact-conseil .content {
  background: #f5f5f5;
  margin-left: -8px;
  padding-bottom: 5px;
  height: 100%;
}
.page-contact.logged .contact-conseil .contact-list {
  list-style: none;
  padding: 0;
}
.page-contact.logged .contact-conseil .contact-list li {
  position: relative;
}
.page-contact.logged .contact-conseil .contact-list li:after {
  position: absolute;
  width: 80px;
  top: 0;
  left: 50%;
  margin-left: -40px;
  height: 1px;
  content: "";
  display: block;
  background: #666666;
}
.page-contact.logged .contact-conseil .contact-list li:first-child:after {
  display: none;
}
.page-contact.logged .contact-conseil .contact-list li a {
  display: block;
  width: 100%;
  line-height: 1.1;
  padding: 20px;
  position: relative;
  font-size: 1.15384615em;
}
.page-contact.logged .contact-conseil .contact-list li a.mail {
  word-break: break-all;
  word-wrap: break-word;
}
.page-contact.logged .contact-conseil .contact-list li a:before {
  font-size: 45px;
  color: #db0129;
  display: block;
  margin-bottom: 15px;
}
.page-contact.logged .contact-conseil .contact-list .mentions {
  display: block;
  font-size: 11px;
}
.page-contact.logged .contact-conseil .header {
  padding: 13px 0 20px;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/separator.png") no-repeat center bottom;
}
.page-contact.logged .contact-conseil .header [class^="icon-bpce-"],
.page-contact.logged .contact-conseil .header [class*=" icon-bpce-"] {
  font-size: 1.15384615em;
}
.page-contact.logged .contact-conseil .header [class^="icon-bpce-"]:before,
.page-contact.logged .contact-conseil .header [class*=" icon-bpce-"]:before {
  font-size: 30px;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
.page-contact.logged .contact-conseil .title {
  font-weight: bold;
  font-size: 1.30769231em;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-contact.logged .contact-conseil .title {
    margin-bottom: 15px;
  }
  .page-contact.logged .contact-conseil .content {
    margin: 0 -8px;
  }
  .page-contact.logged .contact-conseil .contact-list {
    width: 100%;
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .page-contact.logged .contact-conseil .contact-list li {
    width: 50%;
    float: left;
    padding: 20px 20px 10px;
  }
  .page-contact.logged .contact-conseil .contact-list li a {
    padding: 0;
  }
  .page-contact.logged .contact-conseil .contact-list li a:before {
    font-size: 65px;
    margin-bottom: 10px;
  }
  .page-contact.logged .contact-conseil .contact-list li:after {
    height: 80px;
    width: 1px;
    top: 20px;
    left: 0;
    margin: 0;
  }
}
.page-contact.logged .contact-informations {
  border: 1px solid #666666;
  padding: 10px 8px;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}
.page-contact.logged .contact-informations.loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/loader-white.gif") center center #ffffff no-repeat;
  z-index: 200;
}
.page-contact.logged .contact-informations .bc-value {
  display: none;
}
.page-contact.logged .contact-informations > div {
  height: 100%;
}
.page-contact.logged .contact-informations:after {
  display: block;
  content: "";
  clear: both;
}
.page-contact.logged .contact-informations .important {
  font-weight: bold;
}
.page-contact.logged .contact-informations .media {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.page-contact.logged .contact-informations .media img {
  width: 100%;
}
.page-contact.logged .contact-informations .separate {
  position: relative;
  padding-left: 0;
  padding-right: 8px;
}
.page-contact.logged .contact-informations .separate:before {
  position: absolute;
  content: "";
  height: 90%;
  top: 0;
  width: 1px;
  background: #666666;
  left: -15px;
  margin: 5% 0;
}
.page-contact.logged .contact-informations .separate.col-md-4 {
  margin-left: 3.33333333%;
}
.page-contact.logged .contact-informations .separate.col-md-6 {
  width: 46%;
  margin-left: 4%;
}
.page-contact.logged .contact-informations .title {
  font-size: 1.07692308em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
.page-contact.logged .contact-informations [class^="icon-bpce-"]:before,
.page-contact.logged .contact-informations [class*=" icon-bpce-"]:before {
  color: #db0129;
  vertical-align: middle;
  top: -2px;
  position: relative;
  margin-right: 5px;
  font-size: 25px;
}
.page-contact.logged .contact-informations .mentions {
  font-size: 0.76923077em;
}
.page-contact.logged .contact-informations .address {
  padding-left: 40px;
  position: relative;
  line-height: 1.2;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/pin-map-small.png") no-repeat left top;
}
.page-contact.logged .contact-informations .number {
  margin-left: 40px;
}
.page-contact.logged .contact-informations .number .mentions {
  position: relative;
  padding-left: 30px;
  margin-top: -5px;
}
.page-contact.logged .contact-informations .number,
.page-contact.logged .contact-informations .address {
  margin-bottom: 15px;
}
.page-contact.logged .contact-informations .number p,
.page-contact.logged .contact-informations .address p {
  margin: 0;
}
.page-contact.logged .contact-informations .services {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}
.page-contact.logged .contact-informations .services li {
  margin-bottom: 5px;
}
.page-contact.logged .contact-informations .details {
  width: 30%;
  margin-top: 40px;
}
.page-contact.logged .contact-informations .details .cta-second {
  margin-left: 20px;
}
.page-contact.logged .contact-informations .details .actions {
  text-align: left;
  margin: 0;
}
.page-contact.logged .contact-informations .actions {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}
.page-contact.logged .contact-informations .actions p {
  display: inline-block;
}
.page-contact.logged .contact-informations .cta {
  margin: 10px 0;
}
.page-contact.logged .contact-informations .cta-second {
  display: inline-block;
  line-height: 35px;
  padding: 0 30px 0 25px;
}
.page-contact.logged .contact-informations .cta-second:before {
  color: #ffffff;
  font-size: 22px;
}
.page-contact.logged .contact-informations .cta-second:after {
  display: none;
}
.page-contact.logged .contact-informations .routing-button {
  display: none;
}
.page-contact.logged .contact-informations .tools {
  list-style: none;
  padding: 0;
}
.page-contact.logged .contact-informations .tools li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.page-contact.logged .contact-informations .tools .tool {
  background-image: -webkit-linear-gradient(#f1f1f1, #f8f8f8 50%, #f1f1f1);
  background-image: linear-gradient(#f1f1f1, #f8f8f8 50%, #f1f1f1);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#fff1f1f1', GradientType=0);
  display: block;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  padding: 0 20px 0 40px;
  position: relative;
  line-height: 1.1;
}
.page-contact.logged .contact-informations .tools .tool span {
  width: 100%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.page-contact.logged .contact-informations .tools .tool:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 5px;
  left: 8px;
  display: block;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/tools.png") no-repeat 0 center;
}
.page-contact.logged .contact-informations .tools .tool.dialog:before {
  background-position: 0 0;
}
.page-contact.logged .contact-informations .tools .tool.callback:before {
  background-position: 0 -40px;
}
.page-contact.logged .contact-informations .tools .tool.meeting:before {
  background-position: 0 -80px;
}
.page-contact.logged .contact-informations .tools .tool.mail:before {
  background-position: 0 -120px;
}
.page-contact.logged .contact-informations .alert-message {
  display: table;
  padding-top: 0;
  padding-bottom: 0;
}
.page-contact.logged .contact-informations .alert-message .content {
  display: table-cell;
}
.page-contact.logged .planning {
  text-align: center;
}
.page-contact.logged .planning:before {
  display: block;
  margin-bottom: 10px;
  content: "";
  height: 1px;
  width: 100px;
  background: #666666;
}
.page-contact.logged .planning .title {
  text-align: left;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-contact.logged .planning .title:before {
  color: #666666;
  font-size: 22px;
}
.page-contact.logged .agenda {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.page-contact.logged .agenda li {
  float: left;
  clear: both;
  display: inline-block;
  position: relative;
  padding: 3px 0;
}
.page-contact.logged .agenda li.bc-value {
  margin-top: -5px;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 3px;
}
.page-contact.logged .agenda li.bc-value.in {
  display: inline-block;
}
.page-contact.logged .agenda .rdv,
.page-contact.logged .agenda .rdv-label,
.page-contact.logged .agenda .openning,
.page-contact.logged .agenda .day {
  float: left;
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-size: 0.92307692em;
}
.page-contact.logged .agenda .rdv-label {
  font-size: 0.76923077em;
  font-style: italic;
}
.page-contact.logged .agenda .openning {
  min-width: 165px;
}
.page-contact.logged .agenda .rdv-label,
.page-contact.logged .agenda .day {
  text-align: right;
  width: 65px;
}
.page-contact.logged .highlight {
  padding: 10px 23px;
  font-size: 1em;
  background: #f5f5f5;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.page-contact.logged .highlight p {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .page-contact.logged .contact-informations .cta {
    font-size: 0.95em;
  }
  .page-contact.logged .contact-informations .separate.col-md-4,
  .page-contact.logged .contact-informations .separate.col-md-6 {
    padding-right: 0;
  }
  .page-contact.logged .contact-informations .separate.col-md-4 .highlight,
  .page-contact.logged .contact-informations .separate.col-md-6 .highlight {
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact.logged .contact-informations .cta {
    font-size: 1.15384615em;
  }
  .page-contact.logged .contact-informations .details {
    width: 100%;
    margin-right: 0;
  }
  .page-contact.logged .contact-informations .details .cta-second {
    margin-left: 0;
  }
  .page-contact.logged .contact-informations .media {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-contact.logged .contact-informations .separate {
    border-top: 1px solid #666666;
    padding-top: 15px;
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-contact.logged .contact-informations .separate.col-md-6,
  .page-contact.logged .contact-informations .separate.col-md-4 {
    margin-left: 0;
  }
  .page-contact.logged .contact-informations .separate.col-md-6 {
    width: 100%;
  }
  .page-contact.logged .contact-informations .separate:before {
    display: none;
  }
  .page-contact.logged .contact-informations .map-agency {
    width: 100%;
    background: #ededed;
    height: 54px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    position: relative;
  }
  .page-contact.logged .contact-informations .map-agency .show-map {
    border: 0;
    position: relative;
    z-index: 10;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100%;
    line-height: 54px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1.15384615em;
    background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/btn-map.jpg") center center;
  }
  .page-contact.logged .contact-informations .map-agency .show-map:after {
    content: "\e608";
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'bpce-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-contact.logged .contact-informations .map-agency .map-viewer {
    border: 1px solid #cccccc;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 235px;
  }
  .page-contact.logged .contact-informations .map-agency.in {
    height: 235px;
  }
  .page-contact.logged .contact-informations .map-agency.in .show-map {
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .page-contact.logged .contact-informations .map-agency.in .map-viewer {
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .page-contact.logged .contact-informations .title {
    font-size: 1em;
  }
  .page-contact.logged .contact-informations .numbers {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-contact.logged .contact-informations .number {
    width: 50%;
    float: left;
    margin: 0;
    padding-left: 10px;
  }
  .page-contact.logged .contact-informations .number [class^="icon-bpce-"]:before,
  .page-contact.logged .contact-informations .number [class*=" icon-bpce-"]:before {
    font-size: 30px;
  }
  .page-contact.logged .contact-informations .number .mentions {
    padding-left: 35px;
    margin-top: -10px;
  }
  .page-contact.logged .contact-informations .number:first-child {
    padding-left: 0;
    position: relative;
  }
  .page-contact.logged .contact-informations .number:first-child:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #666666;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-contact.logged .highlight {
    margin-right: -16px;
    margin-left: -16px;
    padding: 10px 16px;
  }
  .page-contact.logged .agenda {
    margin: 0;
  }
}
@media screen and (max-width: 619px) {
  .page-contact.logged .contact-informations {
    margin: 0 0 20px;
  }
}
.page-contact.logged .routing.modal .modal-body {
  padding-top: 0;
}
.page-contact.logged .routing.modal .cta,
.page-contact.logged .routing.modal .cta-second {
  margin-left: 0;
  padding: 0 30px 0 40px;
}
.page-contact.logged .routing.modal .cta:after,
.page-contact.logged .routing.modal .cta-second:after {
  display: inline-block;
}
.page-contact.logged .routing.modal .routing-section {
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/routing-step-separator.png") center bottom no-repeat;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.page-contact.logged .routing.modal .routing-section > div {
  padding: 0 30px;
}
.page-contact.logged .routing.modal .mode-error {
  color: #db0129;
}
.page-contact.logged .routing.modal .locomotion {
  text-align: center;
}
.page-contact.logged .routing.modal .locomotion button {
  outline: none;
  border: 0;
  position: relative;
  display: inline-block;
  height: 75px;
  width: 55px;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/contact/routing-type.png") no-repeat;
}
.page-contact.logged .routing.modal .locomotion button:first-child {
  margin-right: 15px;
}
.page-contact.logged .routing.modal .locomotion button.type-car {
  background-position: 0 0;
}
.page-contact.logged .routing.modal .locomotion button.type-walk {
  background-position: -55px 0;
}
.page-contact.logged .routing.modal .locomotion button.current.type-car {
  background-position: 0 -75px;
}
.page-contact.logged .routing.modal .locomotion button.current.type-walk {
  background-position: -55px -75px;
}
.page-contact.logged .routing.modal .title {
  font-weight: normal;
  font-style: 1.07692308em;
}
.page-contact.logged .routing.modal .form-start label {
  font-weight: normal;
  display: block;
  font-size: 0.92307692em;
  margin: 5px 0;
}
.page-contact.logged .routing.modal .form-start input {
  outline: none;
  height: 25px;
  line-height: 25px;
  width: 100%;
  border: 1px solid #999999;
}
.page-contact.logged .routing.modal .form-start input.error {
  border-color: #db0129;
}
.page-contact.logged .routing.modal .form-start .error-message {
  color: #db0129;
  margin-bottom: 0;
  font-size: 0.92307692em;
}
.page-contact.logged .routing.modal .form-start .propositions {
  position: relative;
  width: 100%;
  z-index: 3;
}
.page-contact.logged .routing.modal .form-start .propositions ul {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  border: 1px solid #999999;
}
.page-contact.logged .routing.modal .form-start .propositions ul li {
  cursor: pointer;
  line-height: 1;
  padding: 5px 10px;
  border-top: 1px dotted #999999;
}
.page-contact.logged .routing.modal .form-start .propositions ul li:first-child {
  border-top: 0;
}
.page-contact.logged .routing.modal .form-start .propositions ul li:hover {
  color: #db0129;
}
.page-contact.logged .routing.modal .actions {
  text-align: center;
}
.page-contact.logged .routing.modal .geolocalise {
  position: relative;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #333333;
}
.page-contact.logged .routing.modal .geolocalise:before {
  content: "OU";
  position: absolute;
  color: #ffffff;
  top: 0;
  margin-top: -20px;
  left: 50%;
  background: #db0129;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  padding-top: 12px;
  margin-left: -20px;
  display: table-cell;
}
.page-contact.logged .routing-wrapper {
  display: none;
}
.page-contact.logged .routing-way {
  margin-bottom: 30px;
  height: 650px;
}
.page-contact.logged .routing-way #routing-map {
  width: 100%;
  height: 100%;
}
.page-contact.logged .routing-way .routing-map {
  background: #ededed;
  border: 1px solid #999999;
}
.page-contact.logged .routing-way .routing-instructions {
  border: solid 1px #999999;
}
.page-contact.logged .routing-way .routing-instructions .header {
  padding-left: 45px;
  border-bottom: solid 1px #999999;
}
.page-contact.logged .routing-step {
  margin-bottom: 30px;
}
.page-contact.logged .routing-step .wrapper {
  margin-bottom: 20px;
  border: solid 1px #cccccc;
}
.page-contact.logged .routing-step .close-routing:before {
  font-size: 1em;
  margin-right: 10px;
}
.page-contact.logged .routing-step .close-routing:after {
  display: none;
}
.page-contact.logged .routing-step .header {
  border-bottom: solid 1px #cccccc;
  padding: 10px 10px 10px 40px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-contact.logged .routing-step .header:before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 9px;
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #db0129;
}
.page-contact.logged .routing-step .header.mode-car:before {
  content: "\e618";
}
.page-contact.logged .routing-step .header.mode-walk:before {
  content: "\e619";
}
.page-contact.logged .routing-step .header .start,
.page-contact.logged .routing-step .header .end {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.page-contact.logged .routing-step .header .address,
.page-contact.logged .routing-step .header .label {
  color: #666666;
  font-weight: bold;
  font-size: 0.84615385em;
  display: block;
}
.page-contact.logged .routing-step .header .label {
  width: 30px;
  text-align: right;
  float: left;
}
.page-contact.logged .routing-step .header .address {
  display: block;
}
.page-contact.logged .routing-step .steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.page-contact.logged .routing-step .steps li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 5px 0;
  line-height: 1.2;
}
.page-contact.logged .routing-step .steps li.border {
  padding-top: 0;
}
.page-contact.logged .routing-step .steps li.border:before {
  content: "";
  display: block;
  border-top: 1px #999999 dotted;
  width: 65%;
  margin: 5px 0 10px 42px;
}
.page-contact.logged .routing-step .steps li.border:first-child:before {
  display: none;
}
.page-contact.logged .routing-step .steps .time {
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  font-size: 0.84615385em;
}
.page-contact.logged .routing-step .steps .instruction {
  display: block;
  text-align: left;
  width: 82%;
  margin-left: 40px;
  font-size: 0.92307692em;
  cursor: pointer;
}
.page-contact.logged .routing-step .steps .instruction.wayStep {
  font-weight: bold;
}
.page-contact.logged .routing-step .steps .distance {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 0.84615385em;
  font-style: italic;
}
.page-contact.logged .map-container,
.page-contact.logged .map-agency {
  width: 100%;
  background: #ededed;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.page-contact.logged .map-container .show-map,
.page-contact.logged .map-agency .show-map {
  display: none;
}
.page-contact.logged .map-container img,
.page-contact.logged .map-agency img {
  max-width: inherit;
}
.page-contact.logged .map-container {
  height: 300px;
}
.page-contact.logged .map-viewer {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact.logged .routing.modal .modal-dialog,
  .page-contact.logged .routing.modal .modal-content {
    height: 100%;
  }
  .page-contact.logged .routing.modal .modal-content {
    overflow-y: auto;
  }
  .page-contact.logged .routing.modal .actions {
    margin-top: 30px;
  }
  .page-contact.logged .routing.modal .routing-section {
    padding-bottom: 0;
    margin-bottom: 0;
    background: transparent;
  }
  .page-contact.logged .routing.modal .routing-section > div {
    padding: 0 8px;
  }
  .page-contact.logged .routing.modal .geolocalise {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    border: 0;
  }
  .page-contact.logged .routing.modal .geolocalise:before {
    display: none;
  }
  .page-contact.logged .routing-way {
    height: 260px;
  }
  .page-contact.logged .small-wrapper {
    padding: 0;
  }
  .page-contact.logged .find-dealer .dealer-forms .search-label {
    text-align: center;
  }
  .page-contact.logged .highlight {
    margin-left: -16px;
    padding: 10px 16px;
  }
  .page-contact.logged .separate {
    border-top: 1px solid #666666;
    padding-top: 15px;
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-contact.logged .separate.col-md-6,
  .page-contact.logged .separate.col-md-4 {
    margin-left: 0;
  }
  .page-contact.logged .separate.col-md-6 {
    width: 100%;
  }
  .page-contact.logged .separate:before {
    display: none;
  }
}
@media screen and (max-width: 619px) {
  .page-contact.logged .routing-section > div {
    margin-top: 20px;
  }
}
