/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@charset "UTF-8";
html {
	font-family: 'roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../font/Roboto-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../font/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../font/Roboto-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(../font/Roboto-ThinItalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(../font/Roboto-LightItalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(../font/Roboto-MediumItalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../font/Roboto-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url(../font/Roboto-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(../font/Roboto-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url(../font/Roboto-BoldItalic.woff) format('woff');
}

*[class*="fa-"]::before {   
	font-family: AWS;
}
@font-face {
  font-family: 'AWS';
  src: url('../font/aws/fontawesome-webfont.eot?v=4.3.0');
  src: url('../font/aws/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/aws/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../font/aws/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../font/aws/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
      font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42857143;
  color: #6c6c69;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #424242;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
 padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
 /*padding-right: 15px;
  padding-left: 15px;*/
  
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > 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: #c0dbb4;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > 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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > 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: #ed7034;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.obli i {
    font-style: normal;
    padding: 0 0 0 5px;
    font-size: 8px;
    vertical-align: top;
    line-height: 8px;
    color: #ea6060;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
/*.checkbox input[type="checkbox"],*/
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #8ec63f;
  border-color: #8ec63f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #8ec63f;
  border-color: #8ec63f;
}
.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.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-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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.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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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.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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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.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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
          background-color: #d1d1d1;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #fff;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 36px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: #eee;*/
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*background-color: #eee;
  border-color: #337ab7;*/
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  /*margin-bottom: -1px;*/
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
	overflow-y: hidden;
	height: 0;
	margin: 0;
  /*display: none;*/
}
.tab-content > .active {
  display: block;
  height: auto;
  overflow-y: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
 /* min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;*/
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
	/*
  padding-right: 15px;
  padding-left: 15px;
  */
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
 /* border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);*/
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  padding: 5px;
  margin-top:10px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: #002e62;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: white;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


















@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
	/*
	border-radius: 4px;
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px
  line-height: 20px;*/
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #00285e;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-top: 0;

  }
  
  
  li.dropdown {
      /*background-color: #00285e;*/
  }
  .navbar-nav > li > a {
   	color: white;
   	padding-left: 10px;
   }
  .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: 36px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    /*float: left;*/
  }
  .navbar-nav > li > a {
   /* padding-top: 15px;
    padding-bottom: 15px;
    */
  }
}
@media (max-width: 770px) { 
    .nav-tabs > li {
        float:none;
    }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
    margin-bottom: 8px;
 /* margin-right: -15px;

  margin-left: -15px;
  */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
 /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          */
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;

}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #5a7a7d;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 /* border-color: #e7e7e7*/;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 0;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          */
}
.panel-group {
border: 1px solid #bbbbbb;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);	
          border-bottom: 0;
}
.panel-body {
  padding: 0 15px;
}
.panel-heading {
  padding: 5px 10px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95em;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
 /*border-radius: 4px;*/
}
.panel-group .panel + .panel {
  margin-top: 0;
  
}

.panel.panel-default {
border-bottom: 1px solid #bbbbbb; 
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  /*border-bottom: 1px solid #ddd;*/
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {

}
.panel-default {

}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}
.panel-default > .panel-heading.selected, .categorie-left-menu nav ul.lvl2 li.selected {
  color: #fff;
  background-color: #7f8c8d;
  border-color: #7f8c8d;	
}
.categorie-left-menu nav ul.lvl2 li.selected a {
  color: #fff;	
  padding-left: 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #e74c3c;
  text-shadow: 0 1px 0 #fff;
  /*filter: alpha(opacity=20);
  opacity: .2;*/
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;

}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.lien-item a {
	display: inline-block;
}
.carousel-inner, .carousel-chirurgie-inner, .carousel-technique-inner {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.carousel-inner > div {
  padding: 0 10%;
    overflow: hidden;	
}
.carousel-inner > .item, .carousel-chirurgie-inner > .item, .carousel-technique-inner> .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    /*left: 0;*/
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    /*left: 0;*/
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
 color: #d5d5d5;
  text-align: center;

}
.carousel-control.left {
	/*
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  */
}
.carousel-control.right {
	
  right: 0;
  left: auto;
  /*
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
  */
}
.carousel-control:hover,
.carousel-control:focus {
  color: #5a7a7d;
  text-decoration: none;
  outline: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
    border: 1px solid #d5d5d5;
  padding: 5px 10px;
}
.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .fa-angle-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-chirurgie-indicators {
	display: none;
	/*
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;*/
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */


/* AJOUTE PAR LIO */

/*
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 100;
  src: local('Avenir Light'), local('Avenir-Light'), url(../font/Avenir-Light.woff) format('woff');
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  src: local('Avenir Light'), local('Avenir-Light'), url(../font/Avenir-Light.woff) format('woff');
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: local('Avenir Light'), local('Avenir-Light'), url(../font/Avenir-Light.woff) format('woff');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 100;
  src: local('Avenir Light Oblique'), local('Avenir-LightOblique'), url(../font/Avenir-LightOblique.woff) format('woff');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 300;
  src: local('Avenir Light Oblique'), local('Avenir-LightOblique'), url(../font/Avenir-LightOblique.woff) format('woff');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 400;
  src: local('Avenir Light Oblique'), local('Avenir-LightOblique'), url(../font/Avenir-LightOblique.woff) format('woff');
}

.navbar-nav > li:first-child a {
	padding-left: 0;
}*/

.navbar-nav > li > a {
	color: #5e5e5e;
	font-weight: 300;
	font-size: 1.1em;
}
@media (max-width: 990px) {
.navbar-nav > li > a {
		font-weight: 400;
		color: white;
	}
}
.navbar-nav > li > a.li-accueil {
	background-color: #8ec63f;
	font-size: 1.1em;
	color: white;
	padding: 0 10px;
	border-radius: 0;
}
.navbar-nav > li > a:hover.li-accueil {
	background-color: #003b6b;
	color: white;
}
.navbar-nav > li > a:hover {

}
.row.bordure {
	padding: 10px 0;
}
.row.bordure.bottom {
	border-bottom: 1px solid #526570;
}	
.row.bordure.top {
	border-top: 1px solid #526570;
}	

.orange {
	color: #f26522;	
}
#main-header p {
	display: inline;
	/*margin: 20px 0 0;*/
}
@media (min-width: 768px) {
  .navbar-nav {
    /*float: right;*
  }
  
  #main-header p {
  	/*margin-top: 80px;*/
  }
}
#main-header adress {
	font-size: 1.3em;
	display: inline;
		color: #f26522;
		padding: 0 0 0 30px;
}
#main-header adress a {
		color: #f26522;
}
@media (min-width: 990px) {
	#main-header adress {
		font-size: 1.2em;
		margin: 20px 0 0;		
	}
}

#main-header adress i {
	font-size: 0.9em;
	padding: 0 3px 0 0;
}
#main-header .titre {
	font-size: 1em;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #f26522;
	font-weight: normal;
	margin: 20px 0 0;
	display: inline;
	/*text-align: right;*/
}



@media (min-width: 768px) {
	#main-header p .orange {
		font-size: 1.5em;
	}
	#main-header nav {
		margin: 20px 0 0;
	}
}
@media (min-width: 1170px) {
	#main-header nav {
		font-size: 1em;
	}
}
@media (min-width: 768px) {
	.nav > li:last-child > a {
	 
	}
}
section#galerie-home {
	margin: 0 0 20px 0;
	/*background-color: white;*/
}
section#galerie-home .row .visuel img {
	/*padding: 2px 2px 0 2px;*/
}

.block-visuel {
	display: block;
}
.visuel {
	overflow: hidden;
	display: block;
	position: relative;
}
.visuel img {
  /*width: 100%;*/
  height: auto;
}
.opacite {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); 
}
.info-smart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 background: rgba(81, 100, 111, 0.3);	
}
.opacite:hover {
	background: rgba(81, 100, 111, 0.5);
	opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);	
}	
.opacite .info, .info-smart .info {
  position: absolute;
  /*height: 60px;*/
  width: 100%;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  	color: white;
  	overflow: hidden;
}
.opacite .info h2, .info-smart .info h2 {
	margin:0;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
}
.opacite .info p, .info-smart .info p  {
	display: block;
	width: 100%;
	font-size: 1.5em;
	margin: 0;	
}
#actualites-home .row > div {
	padding: 0;
	margin: 5px 0 20px 0;	
}
@media (min-width: 991px) {
	#actualites-home .row > div:nth-child(2n) {
		padding-right: 0;
	}
	#actualites-home .row > div:nth-child(even) h2, #actualites-home .row > div:nth-child(even) .text-intro {
		padding-left: 0;
	}	
		#actualites-home .row > div:nth-child(odd) {
		clear: both;
	}
	#actualites-home img {
	padding: 5px
	}
	#actualites-home .row > div {
	/*padding: 0 20px 0 0;*/
	}
	#actualites-home .row > div > div {
		/*padding: 0 20px 0 0;*/
		padding: 0;
	}	
}
@media (max-width: 1171px) {
	#actualites-home .row > div:nth-child(2n) {
		padding-right: 0;
	}

}
#actualites-home {
	padding: 40px 0;
}
#actualites-home img {
	/*padding-right: 20px;*/
}
@media (max-width: 991px) {
	#actualites-home img {
		padding: 20px 0;
	}
	#actualites-home video {
		padding: 20px 0;
	}
	#actualites-home .row > div {
		margin: 20px 0;
		padding: 0;
	}	
}
@media (max-width: 1200px) {
	#actualites-home .row > div:nth-child(odd) {
		clear: both;
	}		
}
@media (max-width: 780px) {
	#actualites-home .row > div {
		margin: 20px 0;
	}		
}
#actualites-home a img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; 	
}
#actualites-home a:hover img {
	opacity: 0.4;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=0.4); 	
}
#actualites-home h2 {
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal; 
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#actualites-home h2 a:hover {
	color: #f26522;
	text-decoration: none;
}
#actualites-home span {
	display: block;
	font-style: italic;
	font-size: 0.9em;
	margin: 2px 0 0;
}
#actualites-home .text-intro {
	/*font-size: 0.9em;*/
	margin: 10px 0 0;
	text-align: justify;
	padding: 0 10px 0 0;
}
#actualites-home .lien-actu {
	margin: 15px 0 0;	
}
#actualites-home .lien-actu a {
	background-color: #f26522;
	text-transform: uppercase;
	padding: 2px 10px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#actualites-home .lien-actu a:hover {
	color: white;
	text-decoration: none;
	opacity: 0.4;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=0.4); 	
}

@media (max-width: 770px) {
	 .navbar-toggle {
     margin:  25px 0 0;
     padding: 10px;
    }
}
@media (max-width: 991px) {
	.navbar-nav > li > a.li-accueil {
	padding: 10px;}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
         margin:  25px 0 0;
        display: block;
    }
    .navbar-collapse {
        /*border-top: 1px solid transparent;
         border-bottom: 1px solid #566a75;
         background-color: #566a75;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
        /*border-bottom: 1px dotted #eee;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;

    }
}
#main-footer .row > div {
	padding: 30px 0;
}
#main-footer .row > div.block-info-bottom {
	padding: 10px;	
}
#main-footer .block-info-bottom h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;	
}
#main-footer .block-info-bottom .contenu {
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 0 10px 0;	
}
#main-footer .block-info-bottom .lien a {
    font-size: 0.85em;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    background-color: #5a7a7d;
    border-radius: 3px;
}
#main-footer .block-info-bottom .lien a:hover {
	background-color: #87b5b9;
}

.block-main-footer img {
	padding-right: 15px;
}
.block-main-footer h3 {
	margin: 0;
}
#main-footer .entete {
	font-size: 1.3em;
	text-transform: uppercase;
}
#main-footer .texte-slux {
	padding: 10px 0 0;
}
#main-footer .texte-suivre {
	padding: 0 10px 0 0;
}
.logo-reseaux-sociaux {
	text-align: center;
	padding: 0;
}
.info-footer {
	padding: 0 0 30px 0;
	font-size: 1.3em;
}
.info-footer span {
  text-transform: uppercase;
}

.logo-reseaux-sociaux a {
	margin: 0 5px;
  	display: inline-block;
  	width: 	45px;
  	height: 45px;
  		  background-color: #5a7a7d;
  	border: 1px solid #5a7a7d;	

  	border-radius: 50%; 
  	color: white;
  	line-height: 45px;
  	font-size: 1.8em;
}
.logo-reseaux-sociaux a:hover {
  	background-color: #87b5b9;
  	border: 1px solid #87b5b9;
}
#main-footer .row > div.menu-bas {
	padding: 30px 0 10px 0;
	text-align: center;
}
.menu-bas a {
	margin: 0 10px;
  display: inline-block;
  color: white;
  font-size: 0.85em;
  font-weight: 300;	
}
.menu-bas a:hover {
	color: #87b5b9
}
@media (max-width: 500px) {
	.menu-bas a {
		padding: 0 0 5px 0;
	}
}
#main-footer adress {
	/*font-size: 1.2em;*/
}
#main-footer adress h3 {
	font-size: 1em;
}
#main-footer .lien-contact {
	padding: 10px 0;
}
#main-footer .lien-contact a {
	background-color: #f26522;
  text-transform: uppercase;
  padding: 5px 10px;
    transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-size: 0.8em;	
}
#main-footer .lien-contact a:hover {
  text-decoration: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=0.4);
  color: white;	
}
h1.visible-xs {
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #fff;
  background-color: #003b6b;
  border-color: transparent;
}
@media (min-width: 991px) {
	.dropdown-menu > li > a {
		/*text-transform: uppercase;*/
	}
	.dropdown-menu > li > a:hover {
		color: #fff;
	}
}
.dropdown-menu {
	border: 0;
}

@media (max-width: 990px) {
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	  padding: 5px 8px;
	  color: white;
	  font-weight: 400;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	  color: #87b5b9;
	  text-decoration: none;
	  background-color: transparent;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #87b5b9;
	}
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding-left: 0;
	font-size: 0.8em;
    line-height: 1.5em;
    padding: 0;
}
.row.propriete > div {
	padding: 0 20px 0 0;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.row.propriete > div:nth-child(3n+1) {
		clear: both;
	}
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
	.row.propriete > div:nth-child(2n) {
		padding-right: 0;
	}	
}
*/
@media (max-width: 991px) {
	.row.propriete > div {
		padding: 0;
	}	
}




.vignette-propriete a img {
	border: none;
	transition: opacity  0.5s ease-in-out;
	-moz-transition: opacity  0.5s ease-in-out;
	-webkit-transition: opacity  0.5s ease-in-out;
	-o-transition: opacity  0.5s ease-in-out;
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Hack IE8 */
	filter: alpha(opacity = 100); /* Hack IE 5-7 */	
	text-decoration: none;
}
.vignette-propriete a:hover img {
	text-decoration: none;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
}
.vignette-propriete a h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
	margin: 10px 0 0;
}
.vignette-propriete a span {
	width: 100%;
	text-align: center;	
	font-size: 1.1em;
	margin: 2px 0 0;
	display: block;	
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.vignette-propriete a span {
		font-size: 0.9em;
	}	
}

.vignette-propriete a .info-propriete {
	margin: 8px 0 0;
	text-align: center;
}
.vignette-propriete a .info-propriete > div {
	display: inline;
	padding: 0 10px 0 0;
}
.vignette-propriete a .info-propriete i {
	padding: 0 3px 0 0;
}
.texte-ref h1 {
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}
.row.detail h1 {
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #f26522;
}
@media (max-width: 780px) {
	.row.detail h1 {
		font-size: 1.2em;
	}	
}



.texte-intro {
	margin: 20px 0 0;
	text-align: justify;
}
.infos-propriete > div {
	padding: 10px 0 0;
}
.infos-propriete i, .infos-onaime i {
	padding: 0 5px 0 0;
}
.infos-onaime i {
	color: #f26522;
}
.infos-onaime > div {
	padding: 20px 0 0;	
}

.row.tabs {
	margin: 20px 0 0;
}
.nav-tabs {
	border: 0;
	
}

.table > thead > tr.dispo_tete_mois > td {
	padding: 40px 0 10px 0;
	font-size: 1.2em;
}
@media (max-width: 780px) {
	.table > thead > tr.dispo_tete_mois > td {
		font-size: 0.8em;
	}
	.table > thead > tr.dispo_tete_mois > td  .pull-left {
		width: 100%;
		text-align: left;
	}
	.table > thead > tr.dispo_tete_mois > td  .pull-right {
		width: 100%;
		float: left;
		text-align: center;
		margin: 10px 0 0;
	}			
}



.row.tabs .nav > li > a {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 1.2em;
}
.row.tabs .nav > li > a i {
	font-size: 1em;
	padding: 0 5px 0 0;
}
#galerie > div {
	/*background-color: white;*/
}
#galerie img {
	/*border: 1px solid white;*/
}
h2.titre-info {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 40px 0 10px 0;	
}
h2.titre-info.center {
	text-align: center;
}
h2.titre-info span {
	font-weight: normal;
	text-transform: none;
	font-size: 0.8em;
	color: #fff;
	padding: 0 20px 0;
	float: right;	
}
form.resa {
	padding: 0;
}
form.resa .row > div {
	padding: 0 30px 10px 0;
}


@media (max-width: 770px) {
	form.resa.contact .row > div {
		padding: 0 0 10px 0;	
	}
	form.resa .row > div {
		padding: 0 0 10px 0;
	}	
}
@media (max-width: 2000px) {
	form.resa .row > div:last-child {
		padding: 0 0 10px 0;
	}	
}

@media (max-width: 1200px) {
	form.resa.contact .row > div {
		padding: 0 0 10px 0;	
	}
}

@media (min-width: 992px) {
	form.resa.contact .row > div {
		padding: 0 10px 10px 0;	
	}
}

form.resa .contact .row > div.col-md-4 {
	padding: 0 10px 10px 0;
}
form.resa.contact .row > div.col-md-4:last-child {
	padding-right: 0;
}
form.resa .row > div.nomarge {
	padding-right: 0;
}


@media (max-width: 770px) {
	/*form.resa .row > div:nth-child(odd) {
		padding-right: 10px;
	}*/	
	form.resa .row > div:nth-child(2n) {
		padding-right: 0;
	}
}
@media (max-width: 1200px) {
	form.resa .row > .calendar {
		padding-right: 0;
	}
}
.btn-envoyer {
	 color: #fff;
  background: #f26522;
  border-color: transparent;
  text-transform: uppercase; 
  border-radius: 0;
}
.btn:hover  {
/*
  color: #fff;	
  */
}
label {
	font-weight: normal;
	font-size: 0.9em;
}
h3.uppercase {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 10px 0 10px 0;
}


footer {
	float: left;
	width: 100%;	
	padding: 0;
	margin:0;
}
#footer-top {
	background-color: #5a7a7d;
	padding: 20px 0;
}
#footer-top .block-main-footer {
	display: inline-block;
	text-align: center;
	width: 100%;	
}
#footer-top .block-main-footer .titre {
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;	
}
#footer-top .block-main-footer .titre.pere {
    font-size: 1.8em;	
}
#footer-top .block-main-footer .lieu {
	font-size: 0.9em;
	font-weight: 300;
	margin: 10px 0 0;
}
#footer-top .block-main-footer .bouton-contact a {
	font-size: 0.85em;
	font-weight: 300;
	margin: 15px 0 0;	
	display: inline-block;
	color: white;
	padding: 5px 10px;
	background-color: #6a8e91;
	border-radius: 3px;
}
@media (max-width: 770px) {
	.coord-docteur .bouton-contact {
		/*text-align: center;*/
	}
	.coord-docteur {
		padding-bottom: 20px;
	}
}
#footer-top .block-main-footer .bouton-contact a:hover {
    background-color: #87b5b9;	
}
#footer-top .container > div {
	/*width: 100%;*/	
}
#main-footer #footer-top .block-info {
	padding: 30px 10px;
}
#main-footer #footer-top .block-info .titre {
	text-align: center;	
}
#main-footer #footer-top .block-info .titre > div {
	 float: none;
	display: inline-block;
}
#main-footer #footer-top .block-info .titre h2 {
    font-size: 0.9em;
    font-weight: 400;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;	
}
#main-footer #footer-top .block-info .titre h2 a {
	color: white;
}
#main-footer #footer-top .block-info .titre span  {
    border-top: 1px solid #fff;
    width: 100%;
    display: inline-block;
}
#main-footer #footer-top .block-info .contenu {
    font-weight: 300;
    font-size: 0.85em;	
    margin: 0 0 5px 0
}
#main-footer #footer-top .block-info .lien a {
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
    font-size: 0.8em;	
}
#footer-bottom {
	background-color: #6a8e91;
	padding: 10px 0;
}
.info-cadre-orange {
	padding: 0;
	color: #f26522;
	font-size: 1.3em;
}
@media (max-width: 770px) {
	form.resa .row > div:nth-child(2n) {
		font-size: 1.5em;
	}
	form.resa.detail .row > div:nth-child(2n) {
		font-size: 1em;
	}	
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #e1e1e1;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #d1d1d1;
}
.tarif-periode {
	float: left;
	color: #303e48;
}
.tarif-valeur {
	float: right;
	color: #303e48;
	font-size: 1.2em;
}
@media (min-width: 770px) {
	.calendar  {
		padding: 0 10px 0 10px;
	}
}


h2.titre-contact {
	 font-size: 1.2em;
  text-transform: uppercase;
  color: #5a7a7d;	
}
#texte-actualites img {
	margin: 0 0 20px 0;
	/*border: 1px solid white;*/
}
#texte-actualites h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #f26522;
	margin: 0 0 10px 0; 	
}
.info-actu {
	margin: 5px 10px 0 0;
}
.lien-retour-actu {
	margin: 0;	
}
.lien-retour-actu a {
	text-transform: uppercase;
	padding: 5px 10px;
	background: #f26522;
	  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.lien-retour-actu a:hover {
  opacity: 0.4;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=0.4);
  text-decoration: none;	
}
.pied .table > thead > tr > th,
.pied .table > tbody > tr > th,
.pied .table > tfoot > tr > th,
.pied .table > thead > tr > td,
.pied .table > tbody > tr > td,
.pied .table > tfoot > tr > td {
  border-top: 0;
  vertical-align: middle;
}
.pied .table img.img-responsive {
	display: inline;
}
@media screen and (max-width: 767px) {
	.table-responsive {
	  border: 0;
	}
}
#sitemap-info a {
	text-decoration: none;
	text-transform: uppercase;
}
#sitemap-info a:hover {
	color: #f26522;
}
#sitemap-info ul {
	list-style-type: none;
	padding: 0;
}
#sitemap-info li.lvl1 {
	margin: 0 0 15px 0;
}
#sitemap-info li.lvl1 ul {
	padding: 0 0 0 20px;
}
#sitemap-info li.lvl1 ul a {
	font-size: 0.9em;
}
#sitemap-info {
	padding-top: 20px;
}
.footer-sab {
	height: 100%;
}
.footer-sab > div {
	height: 100%;
	vertical-align: middle;	
}
#main-footer table {
	padding: 0;
}
 #main-footer .table > thead > tr > th, #main-footer .table > tbody > tr > th, #main-footer .table > tfoot > tr > th, #main-footer .table > thead > tr > td, #main-footer .table > tbody > tr > td, #main-footer .table > tfoot > tr > td {
	padding: 0;	
}
@media (max-width: 770px) {
	#main-header h1 {
		font-size: 0.9em;
		margin: 0 0 0 0;
	}
	.info-smart .info h2 {
		font-size: 1.2em;
	}	
}
p.distance {
	margin: 10px 0 0;
}
.autre-proprio > div {
	padding: 0 15px 0 0;
}
@media (max-width: 770px) {
	.autre-proprio > div:nth-child(odd) {
		clear: both;
	}
}
.autre-proprio a img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
} 
.autre-proprio a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);	
}
.autre-proprio > div {
	margin: 0 0 20px 0;
}
@media (max-width: 990px) {
	.autre-proprio > div:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 768px) {
	.autre-proprio > div {
		padding-right: 0;
	}	
}
/*@media (max-width: 1200px) {
	.autre-proprio > div:nth-child(4n) {
		clear: both;
	}
}*/

.titre-adresse {
	float: left;
	width: 100%;
}
@media (min-width: 768px) {
	.titre-adresse {
		text-align: right;
		margin: 20px 0 0;
	}
}
.autre-proprio h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  margin: 10px 0 0;	
}
.autre-proprio span {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin: 2px 0 0;
  display: block;	
}
.bordure-bottom {
	border-bottom: 1px solid white;
}
@media (max-width: 990px) {
	.bordure-top {
	border-top: 1px solid white;
}
}
.bordure-top {
	/*border-top: 1px solid white;*/	
}
.bordure-top-new {
	border-top: 1px solid white;	
}
.bordure-right {
	border-right: 1px solid white;		
}
.bordure-left {
	border-right: 1px solid white;		
}
@media (min-width: 990px) {
	.bordure-right-first {
		border-right: 1px solid white;		
	}
	
	.bordure-top-first {
		/*border-top: 1px solid white;*/	
	}
	.bordure-second-first {
		border-top: 1px solid white;	
	}	
	.bordure-top-first > div:first-child {
		/*border-right: 1px solid white;*/
	}
}
@media (min-width: 990px) {
	.autrevignette > div {
		padding: 0;
		border-top: 1px solid white;
		border-right: 1px solid white;
	}
	.autrevignette > div:nth-child(4n) {
		border-right: 0;	
	}
}
@media (min-width: 1180px) {
	.bordure-top-first > div:first-child {
		/*border-right: 1px solid white;*/
	}
}

@media (min-width: 1200px) {
	.bordure-right-vignette-first {
		border-right: 1px solid white;		
	}
	.bordure-bas {
	 border-bottom: 1px solid white;
	}
	.bordure-second-first > div:first-child {
	    border-right: 1px solid white;
	}	
	
}
@media (max-width: 1200px) {
	.bordure-second-first {
	    border-bottom: 1px solid white;
	}
	.bordure-second-first > div:first-child {
	   /* border-right: 1px solid white;*/
	}		
}
@media (max-width: 990px) {
	.bordure-second-first > div:first-child {
	    border-right: 0;	  
	}		
	.bordure-second-first > div {
		border-bottom: 1px solid white;
	}
	.bordure-right-vignette-first > div:first-child {
		border-bottom: 1px solid white;
	}
	.bordure-second-first {
	    border-bottom: 0;
	}
	.autrevignette > div {
		border-bottom: 1px solid white;
	}	
}


@media (max-width: 990px) {
	#main-header .titre {
	font-size: 1em;
	width: 100%;
	text-align: right;
	float: right;
	}
	#main-header adress {
	width: 100%;
	text-align: right;
	margin: 0 0 20px 0;
	padding-left: 0;	
		font-size: 1.1em;
		float: right;
	}
	.titre-adresse {
	margin-top: 10px;
	}
	#main-header p {
		/*clear: both;
		float: right;*/	
	}		
}
.section-coord {
	padding: 20px 0 0;
}
tr.dispo_tete_mois {
	text-transform: uppercase;
	background-color: transparent;
	color: white;
}
tr.dispo_tete_mois i {
	cursor: pointer;
}
tr.dispo_tete_jour {
	background-color: #d1d1d1;
}
table.dispo_table.table {
	color: #303e48;
	text-align: center;
	font-size: 1.2em;
}
@media (max-width: 770px) {
	table.dispo_table.table {
	font-size: 0.8em;
	}
	.table > tbody > tr > td {
	padding: 4px;
	}
}
@media (max-width:1200px) {
	table.dispo_table.table {
	font-size: 1em;
	}	
}
@media (min-width: 1200px) {
	table.dispo_table.table {
		font-size: 1em;
	}
}

table.dispo_table>tbody>tr>td {
	background-color: #e1e1e1; 	
}
table.dispo_table>tbody>tr>td.now {
	background-color: #303e48; 
	color: white;	
}
table.dispo_table.table {
	margin-bottom: 8px;
}
.table-responsive.calendrier {
	margin-bottom: 15px;	
}
table.dispo_table>tbody>tr>td.dispo {
	background-color: #dff0d8; 	
}
@media (max-width: 770px) {
	#main-header adress  p {
		clear: right;
		float: right;
	}
	#main-header adress {
		font-size: 0.9em;
	}
	.tarif-valeur, .tarif-periode {
		font-size: 0.9em;	
	}
	tr.dispo_tete_mois {
		font-size: 1.5em;
	}
}
.explication-dispo > div {
}
.explication-dispo .carre {
	padding: 0.5em;
	display: inline-block;
		vertical-align: middle;
}
.explication-dispo label {

	margin: 0;
	padding: 0 0 0 3px;
}
.explication-dispo .success {
	background-color: #85c06b;
}
.table > tbody > tr > td.dispo_jour.success {
	background-color: #85c06b;	
}
.explication-dispo .busy {
	background-color: #e1e1e1;
}
.explication-dispo .today {
	background-color: #ed7034;
}
@media (min-width: 770px) {
	.table-responsive.pied {
		padding: 0 0 0 80px;	
	}
}
#main-footer .row > div.section-coord {
	padding-top: 80px;
}
td.dispo_jour {
	text-decoration: line-through;
}
td.dispo_jour.success {
	text-decoration: none;
}
.table > tbody > tr > td.danger.success {
	background-color: #fff;	
}





@media (max-width: 767px) {
	.video {
  		padding-top: 20px;
  	}
  	.breadcrumb {
  	font-size: 0.8em;}
}
.formulaire-contact-right {
	margin: 20px 0 0;
}


.text-intexte {
	padding: 10px 0 0;
	float: left;
	width: 100%;	
}
.explication-dispo {
	float: left;
	margin: 0;
	width: 100%;
}

@media (min-width: 990px) {
	.text-intexte {
		padding: 20px 0 0;
		float: left;
		width: 100%;	
	}
	.explication-dispo {
		float: left;
		margin: 71px 0 0;
		width: 100%;
	}
}
.partage-fiche {
	float: left;
	margin: 50px 0 0;
}
.partage-fiche i {
	padding: 0 5px 0 0;
}
.partage-fiche > a {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
}
.visible-xs .partage-fiche {
	margin: 0;
}
@media (min-width: 990px) {
	.padding {
		padding-left: 10px;
	}
}
.modal-header h4 {
	color: #303e48; 
}
.modal-header h5 {
	color: #303e48; 
}
.modal-content label {
	color: #303e48; 
}
.popover {
	background-color: #e74c3c;
	color: #ecf0f1;
	width: 120px;
}
.popover.right .arrow:after {
	border-right-color: #e74c3c;
}
button.slux {
	background-color: transparent; border: 0; padding: 0;  clear: both; margin: 0 0 10px 0;
  float: left;
}
button:hover.slux {
	  color: #f26522;
}
.block-contact > div:last-child {
	padding: 30px 0 0 20px;
}
.bouton-galerie-photos {
	padding: 30px 0 0;
	text-align: center;
}
.bouton-galerie-photos a {
    background-color: #f26522;
    border-radius: 4px;
    padding: 10px;
}
#gmap {
    height: 300px;
    width: 100%;
    padding: 3px;
    border: 5px solid #ddd;
    font-size: 90%;
}
.goToTop {
  position: fixed;
  top: 0;
  height: 36px;
  z-index: 1;
  width: 100%;
}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}


	.header-top {
		width: 100%;
	}
	.header-menu {
	
	}
@media (min-width: 990px) {	
	.header-menu {
				
	}
}
	
header {
	margin: 0;
}	
.header-top .portrait {
	float: left;
	margin: 10px 0 0;
}
.header-top .info {
	float: left;
	padding: 10px 0 0;
}
.header-top .info > span {
	float: left;
	display: block;
	clear: left;
}
.header-top .info > span.titre-docteur {
    font-size: 0.85em;
    font-weight: 300;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;	
}
.header-top .info > span.nom-docteur {
    font-size: 1.8em;
    line-height: 1em;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
    margin: 20px 0 0;		
}

header#top {
	width: 100%;
	display: inline-block;	
}
.header-top .info > span.titre-docteur-blue {
	color: #87b5b9;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    font-size: 1em;	
}
@media (max-width: 770px) {	
	.header-top .info > span.nom-docteur {
	    margin: 0;	
	   font-size: 1.3em;
	   padding-left: 10px;	
	}
	.header-top .info > span.titre-docteur-blue {
	    font-size: 0.8em;	
	     padding-left: 10px;
	     padding-top: 5px;
	}
	.coord-docteur {
	  padding-left: 10px;	
	}
	.coord-docteur > div {
		padding-bottom: 10px;	
	}
}

.coord-docteur {
	float: left;
	margin: 10px 0 0;
}
@media (min-width: 990px) {	
	.coord-docteur {
		float: right;
	}
	.coord-docteur > div {
		padding-bottom: 10px
	}
}

@media (max-width: 990px) {	
	.coord-docteur > div {
		padding-bottom: 10px
	}
}

.coord-docteur > div {
	/*width: 100%;*/
}
.coord-docteur > div.bouton-contact a {
    font-size: 0.85em;
    font-weight: 300;
    margin:  0;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    background-color: #87b5b9;
    border-radius: 3px;	
}
@media (min-width: 990px) {
	.coord-docteur > div.bouton-contact a {.
	margin: 15px 0 0;
	}
}
.coord-docteur > div.tel {
	    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
}
.coord-docteur > div.cabinet {
    font-size: 0.9em;
    font-weight: 300;	
}
section#home-docteur-bottom {
	color: white;
}
@media (min-width: 990px) {
	section#home-docteur-bottom .row > div {
		min-height: 260px;
	}
}	
div.first {
	background-color: #77abb0;
	height: 100%;
	padding: 10px;
}
div.second {
	background-color: #6a8e91;
	height: 100%;
	padding: 10px;
}
div.third {
	background-color: #5a7a7d;
	height: 100%;
	padding: 10px;
}
#home-docteur-top h1 {
	color: #5a7a7d;
	font-weight: 600;
	font-size: 1.6em;
}
#home-docteur-top .text-intro {
	font-size: 1.1em;
	font-weight: 300;
}
#home-docteur-bottom h2 {
	font-size: 1.1em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid white;
	margin: 0;
	font-weight: 600;
	line-height: 1.4em;
}
#home-docteur-bottom .contenu {
	font-size: 0.9em;
	font-weight: 300;
	padding: 10px 0 0;	
}
#home-docteur-bottom .contenu img {
	border: 3px solid #5a7a7d;
}
@media (min-width: 990px) {
	#home-docteur-top h1 {
	margin: 80px 0 0;	
	}
	#home-docteur-top .text-intro {
		margin: 20px 0 0;
	}
}
.carousel-inner > .active .img-responsive {
	text-align: center;
	display: inline-block;
}
.carousel-inner h3 {
	font-size: 1.2em;
}
.carousel-inner .texte {
	width: 100%;
	margin: 0 0 20px 0;
}
.carousel-inner .lien-item a {
	color: #848484;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: 300;
}
.carousel-inner .lien-item a:hover {
	border: 1px solid #848484;
	color: #454545;
}
.carousel-inner h3 a {
	color: #5a7a7d;

}
.carousel-inner .texte a {
	font-weight: 300;
	color: #424242;
}

#home-operation {
	margin: 0 0 20px 0;
}
#home-operation .titre {
	padding: 20px 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}
#home-intervention .titre, #home-news-technique .titre {
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
#home-intervention .sous-titre {
	text-align: center;	
	padding: 0 0 20px 0;
	font-style: italic;
	font-weight: 300;
}
#home-operation .titre h2, #home-intervention .titre h2, #home-news-technique .titre h2 {
	font-size: 1.3em;
	font-weight: 400;
	font-family: 'Marcellus', serif;
	text-transform: uppercase;
}

#home-operation .titre span, #home-intervention .titre span, #home-news-technique .titre span {
	border-top: 1px solid #dedede;
	width: 100%;
	display: inline-block;
}
#home-operation .titre > div, #home-intervention .titre > div, #home-news-technique .titre > div {
	float: none;
	 display: inline-block;
    text-align: center;
}
#home-operation img {
	/*border: 2px solid #dedede;*/
}
#home-intervention .liste-intervention {
	text-align: center;
	padding: 10px 0;
}
#home-intervention .liste-intervention > div {
	float: none;
	display: inline-block;
    text-align: center;	
    height: 100px;
    margin: 0 10px 20px 10px;
    font-size: 0.8em;
    font-weight: 300;
}
#home-intervention .liste-intervention a {
	display: inline-block;	
	height: 100px;
	width: 100%;
}
#home-intervention .liste-intervention a > div {
    background-position:top center;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 10px;
}
@media (min-width: 1170px) {
	#home-intervention .liste-intervention a > div {	
   	 border-radius: 50%;
	}	
}
#home-intervention .liste-intervention > div span {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
    text-align: center;	
    background-color: white;	
}
#home-intervention .liste-intervention a:hover {
	opacity: 0.5;
}
.block-news-home {
	margin: 0 0 20px 0;
}
.block-news-home img {
	border: 1px solid #dedede;
}
.block-news-home h4 {
	margin: 0;
	font-size: 1em;
	font-weight:400;
}
.block-news-home .contenu-actu-news {
	margin: 10px 0 5px 0;
    font-weight: 300;
    color: #424242;	
    font-size: 0.85em;
}
.block-news-home .lien-actu a {
    font-weight: 300;
    color: #848484;	
    text-decoration: underline;
    font-size: 0.8em;	
}
.block-news-home .lien-actu a:hover {
	color: #454545
}
#home-news-technique .container > div {
	padding: 0 10px;
}
#home-news-technique .container {
	padding: 0;
}
.block-temoignages {
	margin: 0 0 20px 0;
}
.block-temoignages .gris {
	padding: 10px;
	background-color: #e8e8e8;
	border: 1px dotted #d1d1d1;
	border-radius: 5px;
    font-weight: 300;
    color: #424242;
    font-size: 0.85em;	
}
.block-temoignages .info-tem {
	margin: 5px 0 0;
	padding: 0 0 0 10px;
	font-weight: 400;
	font-style: italic;
}
label {
    font-weight: normal;
    font-size: 0.9em;
}
@media (min-width: 768px) {
	.modal-body .row > div {
	    padding: 5px;
	}
}
@media (max-width: 790px) {
	.go-top {
	  position: fixed;
	  bottom: -5px;
	  right: 20px;
	  text-align: center;
	  display: none;
	}
	.go-top a {
	  text-decoration: none;
	  border: 0 none;
	  display: block;
	  width: 40px;
	  height: 40px;
	  background-color: #a1bf35;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  color: #fff;
	  font-size: 12px;
	  line-height: 25px;
	  border-radius: 3px;
	}
	.go-top a:hover {
	  background: #EA7D60;
	}
}
@media (min-width: 800px) {
	.go-top {
	  position: fixed;
	  bottom: -5px;
	  right: 15px;
	  text-align: center;
	  display: none;
	}
	.go-top a {
	  text-decoration: none;
	  border: 0 none;
	  display: block;
	  width: 48px;
	  height: 48px;
	  background-color: #003c66;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  color: #fff;
	  font-size: 16px;
	  line-height: 40px;
	  border-radius: 3px;
	}
	.go-top a:hover {
	  background: #6a9829;
	}
}
.intro-modal-alerte {
	font-weight: 900;
	 color: #ea6060;
	 padding-top: 5px;
}
.visible-xs.info {
	text-align: center;
	padding-bottom: 20px;
	font-size: 0.8em;
	padding: 10px 5px 0 5px;
}
.rubrique .left h2 {
    float: left;
    width: 100%;
    margin: 20px 0 5px;
    font-size: 0.9em;
    line-height: 1.5em;	
}
.rubrique .left.sousrub h2 {
    margin: 0 0 5px 0;	
}
.rubrique .left.sousrub {
	margin: 20px 0 0;
}
.rubrique .left h2 a {
    float: left;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
}
.rubrique .left nav {
	float: left;
	width: 100%;
}
.rubrique .left nav ul {
	width: 100%;
	background-color: #e7e7e7;	
}
.rubrique .left nav ul li a {
	float: left;
	width: 100%;
	padding: 12px 5%;	
	font-weight: 300;
	line-height: 1.2em;
}
.rubrique .left nav ul li a:hover {
	background-color: #d7d7d7;	
	color: black;	
}
.rubrique .left nav ul li.active a {
	background-color: #d7d7d7;	
	color: black;	
}
@media (min-width: 768px) {
	.bs-docs-sidebar {
	    padding-right: 20px;
	}
}
.texte-rub {
	width: 100%;
}
.texte-rub h1 {
	width: 100%;
	font-weight: 100;
	font-size: 2.5em;
	color: #5a7a7d;
}
#texte-rubrique {
	margin: 20px 0 0;
	font-weight: 300;
}
#texte-rubrique img {
	padding: 10px;
}
#texte-rubrique a {
	text-decoration: underline;
}
h1.rubrique {
	font-size: 24px;
	color: #00285e;
}
#texte-rubrique h1, #texte-rubrique h2 {
 font-size: 1.2em;
  text-transform: uppercase;
  color: #8ec63f;
  margin: 30px 0 10px 0;
}
.rubrique .left {
	margin: 30px 0 0;
}
.rubrique .left .tabs-info .nav-tabs {
	border-bottom: 0;
}
.rubrique .left .tabs-info .nav-tabs li {

}
.rubrique .left .tabs-info .nav-tabs li a {
	padding: 8px 20px;
	background-color: #5a7a7d;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	border: 0;		
}
.rubrique .left .tabs-info .nav-tabs li a:hover {
	  color: #424242;
	background-color: #e7e7e7;
  border: 0;
  border-bottom-color: transparent;
}
.rubrique .left .tabs-info .nav-tabs > li.active > a, .rubrique .left .tabs-info .nav-tabs > li.active > a:hover, .rubrique .left .tabs-info .nav-tabs > li.active > a:focus {
  color: #424242;
  cursor: default;
	background-color: #e7e7e7;
  border: 0;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color:transparent;
   color: #f26522; 
}
.nav-tabs > li > a {
	border-radius: 0;
}
.rubrique .left .tabs-info .tab-content {
	background-color: #e7e7e7;	
}
.rubrique .left .tabs-info .tab-content > div {
	padding: 20px;
	font-weight: 300;
}
.resultats-rub {
	margin: 30px 0 0;
}
.resultats-rub > div {
	float: left;
	 padding: 20px;
    font-weight: 300;
    background-color: #e7e7e7;
}
.resultats-rub > div .texte  {
	padding-right: 15px;
}
.resultats-rub > div .texte .titre {
	 font-size: 1em;
    line-height: 1.5em;
    font-family: 'Marcellus', serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.resultats-rub > div .texte .texte-res {
	font-weight: 300;
	font-size: 0.85em;
	line-height: 1.2em;
	font-style :italic;
}
.resultats-rub > div .galerie a img {
	padding: 0 10px;
}
.resultats-rub > div .galerie a:hover img {
	opacity: 0.5;
}
.sous-rubrique {
	margin: 20px 0 0;
	padding: 20px 0;
	background-color: #e7e7e7;
}
.sous-rubrique .titre {
	margin: 0 0 20px 0;
	text-align: center;
    width: 100%;
    font-weight: 100;
    font-size: 2em;
    color: #5a7a7d;	
    text-transform: uppercase;
}
.sous-rubrique nav {
	width: 100%;
	text-align: center;
}
.sous-rubrique nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sous-rubrique nav ul li {
	display: inline-block;
	padding: 10px;
}
.sous-rubrique nav ul li a {
	display: inline-block;
	padding: 10px;
	background-color: #eff6e8;
	font-weight: 300;
	color: #424242;
}
.sous-rubrique nav ul li a:hover {
	background-color: #eaeaea;
}
#home-news-technique {
	padding-bottom: 20px;
}
.container.rubrique {
	padding-bottom: 30px;
}


@media (max-width: 770px) {
	.breadcrumb, .texte-rub {
		padding: 0 5px;
	}
	.block-choix-adresse-livraison h1 {
		padding: 0 5px;
	}
	 .intro-page-coord {
	padding-left: 0px;}
}
.bottom-panier {
	/*margin-bottom: 20px;*/
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.logo {
	margin: 0;
}

.logo a {
	display: inline-block;
}
.logo span {
	font-weight: 400;
	font-size: 0.75em;
	margin: 0;
	color: #003b6b;
	padding: 0;
vertical-align: top;
    line-height: 0.8em;
}
.navbar-nav > li > a span {
	padding-right: 1px;
}




.recherche .navbar-form .form-control {
	width: 90%;
	font-weight: 300;
	font-size: 0.85em;
	border: 0;    
}

.btn.btn-default.btn-search {
	border: 0;
	float: right;
}
.btn.btn-default.btn-search:hover {
	background-color: transparent;
    border-color: transparent;	
    color: #8ec63f;
}
#div_panier {
    float: right;
    /*width: 380px;*/
    width: 100%;
    padding: 0;
    margin: 2em 0 0;
    background-color: #e6e6e6;
    z-index: 100000;
    display: none;
    /*border: 1px dashed #d0d0d0;*/
}
.dropdown-menu > li > a i {
	float: right;
	margin: 12px 0 0;
}
.dropdown-menu > li {
	float: left;
	display: block;
	width: 100%;
}
.dropdown-submenu > .dropdown-menu {
    border-bottom-left-radius: 0;	
    border-top-left-radius: 0;
}
.espace-compte-cmd {
    margin-top: 15px;	
}
.espace-compte-cmd .titre {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.9em;
}
.espace-compte-cmd .titre i {
	padding-right: 5px;
	color: #a9a9a9;
}
.espace-compte-cmd .titre.panier i {
	color: #8ec63f;
}
.espace-compte-cmd .titre.panier {
	color: #8ec63f;
	font-weight: 600;		
}
@media (max-width: 1190px) {
	.espace-compte-cmd .titre {
		font-size: 0.8em;
	}
}
.espace-compte-cmd .contenu {
	padding-top: 0;
	font-size: 0.8em;
}
.espace-compte-cmd .contenu .indice-panier {
    vertical-align: super;
        font-size: 0.85em;
    line-height: 1.5em;
}
.espace-compte-cmd .contenu a:hover {
	background-color: #e6e6e6;
	/*
	text-decoration: underline;
	*/
}
.espace-compte-cmd .contenu .contenu-panier a {
	text-decoration: none;
	font-style: italic;
}

@media (max-width: 990px) {
	.recherche .navbar-form {
		float: left;
		width: 100%;
	}
	.recherche .navbar-form .form-control {
		width: 85%;
		float: left;
	}

	.espace-compte-cmd > div {
		margin-bottom: 0;
	}
	.button-navbar {
		float: left;

	}
	.navbar-toggle{
		padding: 10px;
	}
}
@media (min-width: 770px) {
	.logo {
		float: left;
	}
	.logo {
		/*padding: 0 0 0 20px;*/
	}
}

@media (max-width: 768px) {
	.button-navbar {
		padding-left: 10px;
	}
}

@media (max-width: 1190px) {
	.logo {
	margin: 5px 0 0;}
}	

@media (min-width: 768px) and (max-width: 992px) {
	.recherche {
		margin: 0;
	}
	.avis-verifies-header {
	float: right;
	margin-top: 5px;}
}

@media (max-width: 767px) {
	.logo {
	/*	float: right;
		padding: 5px 0 0 10px;
*/
		/*
		float: left;
		width: 100%;
		text-align: center;
		*/
	}
	/*
	.logo a {
	float: right;}
	*/
		.recherche {
		padding: 0 10px;
	}
}



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

    display: block;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-next {
	    right: -40px;
}
.slick-prev,
.slick-next
{

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #626262;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #626262;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .5;
}

.slick-prev:before,
.slick-next:before
{
	font-family: AWS;
    font-size: 35px;
    line-height: 1;
    opacity: 1;
     color: #626262;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
	content: "\f101";
}
.slick-prev:before {
	content: "\f100";	
}

/* Dots */
.slick-slider
{
    /*margin-bottom: 30px;*/
}
ul.slick-dots {margin-bottom: 0}
.slick-dots
{
   /* position: absolute;
    bottom: -10px;*/
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
	border-radius: 50%;	
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 1px solid #6c6c6c;
}
.slick-dots li.slick-active button {
	background:#6c6c6c;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    background:#6c6c6c;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
#slider-marque a img {
	padding: 10px;
}
#slider-marque a:hover img {
	opacity: 0.5;
}
.slick-prev {
    left: -40px;
}
#index-categorie-article .nav-tabs li a:hover {
	background-color: #e3e3e3;	
	color: #7e7e7e;		
}
#index-categorie-article .nav-tabs li a {
	background-color: #7e7e7e;		
	padding: 5px 10px;
	border-right: 1px solid white;
	margin-right: 0;
	color: white;
	text-transform: uppercase;
}
#index-categorie-article .nav-tabs li.active a {
	background-color: #e3e3e3;	
	color: #7e7e7e;	
}
#index-categorie-article .contenu-tab {
	padding: 10px;
	background-color: #e3e3e3;	
	color: #7e7e7e;	
	min-height: 250px;
	height: auto;	
}
.bloc-article {
	float: left;
	padding: 0 10px;
	margin: 0 5px 0 0;
}
#index-categorie-article article, #block-temp article  {
	float: left;
	padding: 0 10px;
	margin: 0 5px 0 0;	
}
.bloc-article a {
	float: left;
	display: block;
	width: 100%;
}
.bloc-article a:hover img {
	opacity: 0.5;
}
.bloc-article a img {
	float: left;
	display: block;
	width: 100%;
}
.contenu-tab .slick-prev {
	left: -40px;
}
.contenu-tab .slick-next {
    right: -40px;
}
.bloc-article .titre-ref-article {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0 0;
}
.bloc-article .titre-ref-article .titre {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #272727;	
	padding: 0 0 2px 0;
	font-weight: 400;
}
.bloc-article .titre-ref-article .ref {
	font-size: 0.8em;
	color: #636363;
}
.bloc-article .titre-ref-article .price-article {
    margin: 5px 0 0;
    color: #9bc532;
    font-weight: 900;
    font-size: 1.1em;
}
.bloc-article .titre-ref-article .price-article .mention {
    color: #424242;
}
.bloc-article .titre-ref-article .price-article .indice {
	vertical-align: super;
    text-transform: uppercase;
    padding: 0;
    font-size: 0.6em;
    line-height: 13px;
    color: #424242;
     padding-right: 15px;
}

.bloc-article .titre-ref-article .tarif .indice {
	
    vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 3px;
    font-size: 10px;
    line-height: 13px;	
}
@media (min-width: 990px) {
	.bloc-rapide-doute {
		padding-left: 10px;
	}
}
.bloc-rapide-doute .bloc-rapide-piece {
	padding: 10px;
	background-color: #8ec63f;
}
.bloc-rapide-doute .bloc-rapide-piece .titre {
	padding: 5px 0;
	color: #323232;
	width: 100%;
	text-align: center;
	font-weight: 600;
	display:inline-block;
	text-transform: uppercase;
	    font-size: 1.1em;
}
.bloc-rapide-doute .bloc-rapide-piece .navbar-form {
	padding: 0;
	width: 100%;
	text-align: center;
}
.bloc-rapide-doute .bloc-rapide-piece .navbar-form > * {
	margin-bottom: 15px;
}
@media (max-width: 989px) {
	.bloc-rapide-doute .bloc-rapide-piece .navbar-form select, .bloc-rapide-doute .bloc-rapide-piece .navbar-form input {
		width: 30%;
	}
}
@media (max-width: 770px) {
	.bloc-rapide-doute .bloc-rapide-piece .navbar-form select, .bloc-rapide-doute .bloc-rapide-piece .navbar-form input {
		width: 100%;
	}
}
@media (min-width: 990px) {
	.bloc-rapide-doute .bloc-rapide-piece .navbar-form select, .bloc-rapide-doute .bloc-rapide-piece .navbar-form input {
		width: 80%;
	}
}

.bloc-rapide-doute .bloc-rapide-piece .btn {
	padding: 0;
}
.bloc-rapide-doute .bloc-rapide-piece .btn.btn-default.btn-search {
	float: none;
	background-color: transparent;
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.bloc-rapide-doute .bloc-rapide-piece .btn.btn-default.btn-search span {
	margin: 0;
	padding: 10px;	
	background-color: #6a9829;
	border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
}
.bloc-rapide-doute .bloc-rapide-piece .btn.btn-default.btn-search i {
	margin: 0;
	padding: 12px;
	background-color: white;
	color: #6a9829;
	border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;		
}
.bloc-rapide-doute .bloc-rapide-piece .btn.btn-default.btn-search:hover {
	opacity: 0.5;
}
.footer-right .bloc-doute-piece {
	margin-top: 0;
}
.bloc-doute-piece.avis {
	border: 0;
}
.bloc-doute-piece {
	padding: 15px 10px;
	margin: 6px 0 0;
	border: 1px solid #ccc;
}
.bloc-doute-piece h3 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #003b6b;
}
@media (max-width: 992px) {
	.bloc-doute-piece {
		padding: 5px;
	}
	.bloc-doute-piece {
		text-align: left;
	}	
	.bloc-doute-piece h3 {
		width: 50%;	
		text-align: center;
		display: inline-block;
	}	
	.bloc-doute-piece {
	margin-top: 20px;}
}
@media (max-width: 450px) { 
	.bloc-doute-piece {
		text-align: center;
	}	
	.bloc-doute-piece h3 {
		margin: 0 0 5px 0;
		width: 100%;	
		text-align: center;
	}		
}
@media (min-width: 992px) {
	.bloc-doute-piece {
		text-align: center;
	}
	.bloc-doute-piece h3 {
		width: 100%;	
	}
	.bloc-doute-piece img {
		margin: 10px 0 0;		
	}
}
#index-marque {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
#index-marque .index-marque-titre, #index-categorie-article .index-marque-titre {
	text-align: center;
	margin: 10px 0;	
}
#index-marque .index-marque-titre > div, #index-categorie-article .index-marque-titre > div {
	float: none;
    display: inline-block;
	background: transparent url(../img/bg-titre.gif) repeat-x 50% 50%;    	
}
#index-marque .index-marque-titre .titre, #index-categorie-article .index-marque-titre .titre {
    display: inline-block;
	color: #7e7e7e;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.1em;
	background-color: white;
	padding: 0 20px;
}

#index-categorie-article {
	margin: 20px 0;
}
#index-categorie-article .desc-famille {
    padding: 10px;
    background-color: #e3e3e3;
	text-align: center;
    font-size: 0.85em;
}
#index-categorie-article .desc-famille a {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 0 0 0 5px;
}
.tab-pane.art.col-xs-12 {
	min-height: 0;
}
#icones-ecommerce {
	float: left;
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
}
#icones-ecommerce > div {
	/*float: none;*/
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

@media (max-width: 1170px) {
	#icones-ecommerce > div {
		margin-bottom: 20px;	
	}

}
.contenu-icone {
	border: 1px solid #e3e3e3;
	padding: 10px 0;	
}
.contenu-icone .icone {
	padding: 10px 0 0;
}
.contenu-icone .titre {
	padding: 10px 0 0;
	font-weight: 600;
	text-transform: uppercase;
}
.contenu-icone .titre.vert {
	padding: 0;
	color: #8ec63f;
}
.contenu-icone .titre.bleu {
	color: #003b6b;
}
@media (max-width: 770px) {
	.footer-left {
		padding: 0 10px;
	}
	.footer-left > div {
		margin: 0 0 10px 0;
	}

}
@media (max-width: 1190px) {
		.footer-right {
		margin: 30px 0 0;
	}
	.footer-right .avis {
	margin-bottom: 20px}
}
.footer-left > div:first-child {
	padding-right: 20px;
}
.footer-left {
	font-size: 0.8em;
}
.menu-footer {
	padding: 20px 0 0 0;
	text-align: center;
}
.menu-footer ul {
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.menu-footer ul li {
	display: inline;
	font-size: 0.85em;
	padding-right: 10px;
}
footer .coord > div {
	padding: 0 0 10px 0;
}
footer .coord > div i {
	padding-right: 5px;
}
button.menu-contact.corps {
	font-size: 0.85em;
    background-color: #7f8c8d;
    border-radius: 4px;
    margin: 0;
    color: #fff;
    padding: 5px 10px;
}
button.menu-contact {
    display: inline;
    /* float: left; */
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.footer-right .avis {
	text-align: center;
}
#reseaux-sociaux {
	text-align: center;
}
#reseaux-sociaux a {
	display: inline-block;
	margin: 0 5px;
}
#reseaux-sociaux a:hover img {
	opacity:0.5;
}
.categorie-left-menu {
	margin: 0;
}
/*.categorie-left-menu nav, .categorie-left-menu .block-criteres {
	padding-right: 15px;
}*/
.categorie-left-menu nav ul {
	list-style-type: none;
	padding: 0;
}
.categorie-left-menu nav ul.lvl3 li {
	padding: 5px 0 0 0;
}
.categorie-left-menu nav ul.lvl4, .categorie-left-menu nav ul.lvl3   {
	padding: 0 0 15px 8px;	
}

.categorie-left-menu nav ul.lvl3 li:last-child{
	/*padding-bottom: 10px;*/
}
.categorie-left-menu nav ul.lvl4 li:last-child {
	padding-bottom: 0;	
}
.categorie-left-menu nav ul.lvl4 li {
	padding: 2px 0;
}
.categorie-left-menu nav ul.lvl2 {
	margin: 3px 0;
	padding: 0;
	/*border-bottom: 1px solid #ddd;*/
}
.categorie-left-menu nav ul.lvl3 li::before {
	font-family: AWS;
	content: "\f105";

}
.panel-title a i {
	float: right;
	padding: 1px 0 0;
}
.categorie-left-menu nav .panel-body {
	padding: 3px 10px;
}
.categorie-top {
	margin: 0 0 20px 0;
	padding: 0;
}
.categorie-top.margin {
	margin-top: 20px;
}
li.highlight a.a-lvl2,ul.lvl3 .highlight a.a-lvl3, ul.lvl4 .highlight a.a-lvl4 {
	font-weight: 600;
    font-size: 0.95em;	
}
a.a-lvl2 {
	text-transform: uppercase;
	/*font-weight: 400;*/
    font-size: 0.90em;
}

.categorie-left-menu form {
	background-color: #d5d5d5;
}
.categorie-left-menu form .titre-search {
	/*background-color: #7f8c8d;
	color: white;	*/
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 10px;
}
.categorie-left-menu form .block-search {
	padding: 5px;
}
.categorie-left-menu form .block-search h3 {
	margin: 5px 0 10px 0;
	font-size: 1.2em;
	font-weight: 300;
    text-transform: uppercase;
}
.categorie-left-menu .checkbox label {
	padding-left: 0;
}
.categorie-left-menu .checkbox label input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
}
.categorie-left-menu form .block-search .sss-block-search {
	border-bottom: 1px dashed #7f8c8d;
	margin-bottom: 10px;	
}
.categorie-left-menu form .block-search .ss-block-search {
	padding-bottom: 5px;
}
.categorie-left-menu form .block-search .ss-block-search .ss-titre-search {
	color: #444444;
	font-size: 0.95em;
	font-weight: 400;
}
.categorie-left-menu form .block-search .ss-block-search .checkbox {
	margin: 0 0 5px 0;
	padding: 0;
}
.categorie-left-menu form .ligne-bouton-form {
	text-align: center;
	margin: 0 0 10px 0;
}
.categorie-left-menu form .ligne-bouton-form button {
	margin: 0 5px;
	font-size: 0.85em;
}
.categorie-left-menu form .block-search .ss-block-search .checkbox label {
	font-size: 0.85em;
	font-weight: 300;
}
@media (max-width: 770px) {
	.categorie-top {
	padding: 0 10px;
	}
}
.categorie-top .titre {
	float: left;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85em;
}
.categorie-top .form-control {
	float: left;
	background-color: #083264;
	color: white;
	border: 1px solid #083264;
}
.collapse.in {
	background: #d1d1d1;
}
.pres-categorie .top {
	padding: 0;
}
.pres-categorie h1 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: uppercase;
}
.pres-categorie.marque h1 {
	padding: 5px 0 0 0;
	color: #00285e;
}
.pres-categorie .texte-pres-cat {
	padding: 0;
}
.texte-pres-cat-suite, .texte-pres-cat {
		/*font-size: 0.85em;*/
}
.texte-pres-cat-suite a, .texte-pres-cat a {
	    color: #a1bf35;
} 


@media (min-width: 990px) {
	.pres-categorie .top {
	padding: 0 20px 0 0;	
	}
}
@media (max-width: 770px) {
	.categorie-right form {
	padding: 0 5px;}
	.pres-categorie {
	padding: 0 5px;}
	.filtre-tri {
	padding-bottom: 10px;}
}
.categorie-right {
	margin: 0;
}
.categorie-right.marque {
    padding-left: 0;
}
.categorie-right form {
	margin: 5px 0 0;
}
.separation {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #bbbbbb;
}
.categorie-right form .filtre-categorie {
	font-size: 0.85em;
	line-height: 25px;	
}
.categorie-right form .comparateur-tri a {
	/*padding: 3px 10px;
background-color: #d1d1d1;
    color: #424242;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    text-transform: uppercase;*/
}
.categorie-right form .comparateur-tri a:hover {
    background-color: #ddd;
    border: 1px solid #d1d1d1;
}
.categorie-right form .comparateur-tri {
	text-align: right;
}
.filtre-tri span {
	float: left;
	padding:0 10px 0 0;
	line-height: 25px;
}
.filtre-tri select {
	float: left;
	width: 90%;
	font-size: 0.95em;	
	padding: 2px 5px;
	height: 25px;
}
.liste-articles.vignette {
	margin: 12px 0 0;
}
.liste-articles.vignette article {
	float: left;
	padding: 0 10px 25px 0;
}

.liste-articles.vignette article h2, .liste-articles.vignette article div.titre-art, #index-categorie-article article div.titre-art, aside#related article div.titre-art, #block-temp article div.titre-art {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px 0 0;
	height: 2.5em;
	font-weight: 500;
}
.liste-articles.vignette article div.titre-art {
	height: 4.2em;
}
.liste-articles.vignette article .ref-article, #index-categorie-article article .ref-article, #block-temp article .ref-article, aside#related article .ref-article {
	font-size: 0.8em;
	margin: 5px 0 0;	
	color: #5c5c5c;
}
#index-categorie-article #dispo, #block-temp #dispo {
	    color: #424242;
	    	font-size: 0.9em;
	    	font-weight: 500;
}
.liste-articles.vignette article .price-article, #index-categorie-article article .price-article, #block-temp article .price-article {
	font-size: 1em;
	margin: 5px 0 0;	
	color: #9bc532;	
    font-weight: 900;
    font-size: 1.1em;
}
.liste-articles.vignette article .price-article .indice, #index-categorie-article article .price-article .indice, #block-temp article .price-article .indice {
    vertical-align: super;
    text-transform: uppercase;
    padding: 0 5px 0 0;
    font-size: 0.6em;
    line-height: 13px;	
}
#index-categorie-article article .price-article .mention, #index-categorie-article article .price-article .indice, #block-temp article .price-article .indice, #block-temp article .price-article .mention {
    color: #424242;
}
#index-categorie-article article .price-article .valeur, #index-categorie-article article .price-article .price, #block-temp article .price-article .price, #block-temp article .price-article .valeur {
	float: right;
}

@media (min-width: 1200px) {
	.liste-articles.vignette article:nth-child(6n+7) {
		clear: both;
	}	
	/*
	.liste-articles.vignette article.vignette-liste-articles.articles-favoris.recherche:nth-child(5n+6) {
		clear: both;
	} 	
	*/
}
@media (min-width: 992px) and (max-width: 1199px) {
	.liste-articles.vignette article:nth-child(4n+5) {
		clear: both;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.liste-articles.vignette article:nth-child(3n+4) {
		clear: both;
	}	
}
@media (max-width: 767px) {
	.liste-articles.vignette article {
		padding-right: 0;
	}	
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.nav-page-tri > div {
	float: left;
}
.nav-page-tri .pagination {
	margin: 0;

}
.nav-page-tri .titre-pagination {
	padding-right: 10px;	
}
.nav-page-tri .pagination-sm > li > a, .nav-page-tri .pagination-sm > li > span {
	padding: 3px 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #d1d1d1;
    border-color: #d1d1d1;
	color: #424242;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #424242;
	background-color: #d1d1d1;
    border-color: #d1d1d1;
}
.pagination > li > a, .pagination > li > span {
	color: #424242;
    background-color: #ddd;
    border-color: #d1d1d1;	
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
	color: #424242;
    text-decoration: none;
    background-color: #ddd;
    border: 1px solid #d1d1d1;
}
@media (max-width: 1200px) {
	.nav-page-tri .pagination-sm > li > a, .nav-page-tri .pagination-sm > li > span {
    	padding: 10px 15px;		
	}.categorie-right form .filtre-categorie {
	line-height: 39px;}
	.filtre-tri select {
		height: 39px;
	}
	.categorie-right form .comparateur-tri a {
	padding: 10px 15px;
	}	
}

.categorie-right form .critere-tri a {
    padding: 10px 15px;
    background-color: #8ec63f;
    color: #fff;
    border: 1px solid #8ec63f;
    border-radius: 3px;  
    font-weight: 400;  
}


@media (min-width: 990px) and (max-width: 1200px) {
	.recherche {
		padding-left: 10px;
	}
}
@media (min-width: 770px) and (max-width: 990px) {
	/*.espace-compte-cmd {
	    margin-top: 0;
	    padding: 0;
	}
	*/
}
@media (max-width: 770px) {
	.espace-compte-cmd {
	    margin-top: 5px;
	    padding: 0 10px;
	}
	.categorie-right form .comparateur-tri {
		text-align: right;}
		.contenu-panier {
		margin-top: 10px;}
		.info-compte-header a.btn .info-nom-prenom {
		margin: 0;}
}

.fiche-article {
	float: left;
	padding: 0;
	margin: 30px 0 0;
}
@media (max-width: 770px) {
	.fiche-article {
	padding: 0 10px;
	}
}
.fiche-article article#product {
	background-color: #e1e1e1;
	padding: 10px;
	border: 1px dashed #d0d0d0;	
}
.fiche-article article .entete-product {
	padding: 0 20px 0 0;
}
.fiche-article article .entete-product header {
	margin: 0;
}


.fiche-article article .entete-product header h1, .fiche-article article .entete-product .titre-pop-in  {
	margin: 10px 0 0;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	font-weight: 400;
}
.fiche-article article .entete-product header h1 i::before {
	padding: 0 0 0 10px;
	color: #8ec63f;
	font-size: 0.8em;
	  vertical-align: super;
}
.fiche-article article .entete-product header .ref-article, .fiche-article article .entete-product .ref-article {
	font-size: 0.9em;
	padding: 0;
}
.fiche-article article .entete-product header .pres-article, .fiche-article article .entete-product .pres-article {
	font-size: 0.85em;
}
article .donnees-product .zone-ajout {
	padding: 10px;
	background-color: #e6e6e6;	
}
article .donnees-product .ligne-tarif {
	padding: 0 0 2px 0;
}
article .donnees-product .ligne-tva {
	font-style: italic;
	font-size: 0.85em;
}
article .donnees-product .ligne-tva .titre {
	float: left;
}
article .donnees-product .ligne-tva .valeur {
	float: right;
}
article .donnees-product .ligne-ajout {
	margin: 5px 0 0;

}
article .donnees-product .ligne-ajout .input-qte {
	padding: 0;
	text-align: center;
	margin: 5px 0;
}
article .donnees-product .ligne-ajout .input-qte > div {
	display: inline-block;
}
article .donnees-product .ligne-ajout .input-qte span {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 3px;	
    text-align: center;
    padding: 5px 10px;	
    cursor: pointer;
	margin: 0;
	display: inline-block;
}
article .donnees-product .ligne-ajout .input-qte span i {
    font-size: 11px;
    font-weight: 300;	
}
article .donnees-product .ligne-ajout .input-qte .btn-achat-moins {	
	padding: 0;
}
article .donnees-product .ligne-ajout .input-qte .fond-inputqte {
	padding: 0 8px;
}
article .donnees-product .ligne-ajout .input-qte .fond-inputqte input {
    border: 1px solid #ccc;
    border-radius: 4px;	
    text-align: center;
    width: 60px;
    padding: 8px 0;
    margin: 0;
    height: 30px;
    background: white;
    font-size:1em;
    line-height: 1em;
}
article .donnees-product .ligne-ajout .input-qte .btn-achat-plus {
	padding: 0;	
}
article .donnees-product .ligne-ajout .bouton-ajout {
	text-align: right;
	margin: 0;
}
@media (min-width: 768px) {
	article .donnees-product .ligne-ajout .input-qte {
		margin: 0;
		padding-left: 20px;
	}

	article .donnees-product .ligne-ajout .input-qte .fond-inputqte {
		padding: 0 5px;
	}
	article .donnees-product .ligne-ajout .input-qte .fond-inputqte input {
		padding: 5px 0;
	}
}	

@media (min-width: 770px) and (max-width: 990px) {
	article .donnees-product .ligne-ajout .input-qte {
		text-align: right;
	}
}	
@media (min-width:990px) {	
	article .donnees-product .ligne-ajout .input-qte span {
		padding: 2px 4px;
	}	
}
@media (min-width:1200px) {
	article .donnees-product .ligne-ajout .input-qte span {
   		padding: 5px 10px;
	}		
}	
article .donnees-product .ligne-ajout .bouton-ajout a {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	background-color: #8ec63f;
	border-radius: 3px;
	font-size: 0.9em;
	font-weight: 400;
	padding: 7px 8px;
}
article .donnees-product .ligne-tarif .titre, article .donnees-product .ligne-tarif .indice {
	float: left;
	font-size: 1.5em;
	line-height: 1.5em;	
	font-weight: 400;
}
article .donnees-product .ligne-tarif .indice {
    vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    font-size: 0.7em;
    line-height: 1.5em;	
}
article .donnees-product .ligne-tarif .valeur {
	float: right;
	font-size: 1.5em;
	line-height: 1.5em;	
	font-weight: 400;
}
.fiche-article article .entete-product header .ref-article {
	padding: 0 0 20px 0;
}

@media (max-width: 1200px) {
	.zone-ajout-left-first {
		padding: 0 10px 0 0;
	}
	article .donnees-product .ligne-ajout {
	margin-top: 2px;}
	article .donnees-product .ligne-ajout .input-qte {
	padding-right: 0;}
}

@media (max-width: 992px) {
	.fiche-article article .entete-product header h1 {
		margin-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	article .donnees-product .ligne-ajout .bouton-ajout a {
	font-size: 0.8em
	}
}
article .ligne-stock {
	margin: 5px 0 0;
	text-align: left;
	/*height: 2.5em;*/
}
article .ligne-stock .valeur {
	float: left;
}
article .ligne-stock #couleurdispo, .comparateur #couleurdispo, .contenu-compte-right #couleurdispo, .ligne-stock-info .couleurdispo {
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 4px 0 0;
}
.ligne-stock-info {
	display: inline-block;
}
article .ligne-stock #dispo, .comparateur #dispo, .contenu-compte-right #dispo, .ligne-stock-info .dispo {
	float: left;
	padding: 0 0 0 5px;
	font-size: 0.8em;
}
article .ligne-stock #livdispo, .ligne-stock-info .livdispo {
	float: left;
	font-style: italic;
	font-size: 0.85em;
	margin: 2px 0 0;
	width: 100%;
}

article .ligne-lien-franchise {
	margin: 0;
	font-size: 0.85em;
	text-align: right;
}
article .ligne-lien-franchise span {
	padding: 0 10px 0 0;
}
/*
article .ligne-lien-franchise a {
	color: white;
	border-radius: 3px;
	background-color: #002e62;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 4px 10px;
}*/
@media (min-width: 1200px) {
	.zone-ajout-left {
		padding: 0;
	}
	article .ligne-stock {
		margin: 4px 0 0;
	}
}

.media-product {
	background-color: white;
	padding: 0px;
}
#image-gallery {
	text-align: right;
	position: relative;
	padding-right: 10px;
}
#image-gallery .ribbonliste {
	position: absolute;
	top: -10px;
	right: 0px;
}
#image-gallery .figure-main {
	/*padding-right: 10px;*/
}
#image-gallery .figure-main.ribbon-div {
	padding-right: 20px;	
}
#image-gallery > div,#image-gallery > div figure, #image-gallery > div figure .img-responsive {
	display: inline-block;
}
#thumbnails {
	width: 100%;
	text-align: center;
	float: left;
	padding: 0;
}
#thumbnails a {
	display: inline-block;	
	padding: 0 10px;
}
.image-gallery-pop a img {
	/*border: 1px solid #e6e6e6;*/
}
#thumbnails a:hover img, .image-gallery-pop a:hover img {
	opacity: 0.5;
}
.media-product .marque-product {
	margin: 10px 0;
}
.media-product .doc-product {
	margin: 10px 0;
}
.media-product .marque-product a img {
	border: 1px solid #e6e6e6
}
.media-product .doc-product, .media-product .marque-product a:hover {
	opacity: 0.5;
}
.media-product .marque-product a.lien-texte, .media-product .ajout-comparateur a.lien-texte {
	font-size: 0.8em;
	text-decoration: underline;
	padding: 10px 0 0 ;
	display: inline-block;
}
.doc-product {
	font-size: 0.8em;
	text-decoration: underline;
	padding: 0;
	display: inline-block;	
}
@media (min-width: 992px) {
	.media-product .marque-product a.lien-texte {
		text-align: right;
	}
}
.media-product .doc-product, .media-product .marque-product a:hover.lien-texte {
	opacity: 1;
}

.titre-doc  {
	font-weight: 400;
	margin: 0 0 5px 0;
}

.ligne-doc {
	margin: 0 0 7px 0;	
	/*background: transparent url('../img/icone-pdf.gif') no-repeat top left;*/
}
.ligne-doc a i {
	color: #e74c3c;

}
.media-right a i {
	padding: 0 5px 0 0;	
}
.ligne-doc a {
	padding: 0;
		text-decoration: underline;
}
.ligne-doc a:hover {
	color: black;
	text-decoration: underline;
}
.media-product .ajout-comparateur {
	padding: 10px 0;
	
}
.media-product .ajout-comparateur a.btn.btn-default {
    font-size: 0.8em;
    padding: 5px 10px;

}
.media-product  i {
	padding-right: 5px;
}
.texte-sm-xs {
	padding: 10px 0;
}
.logo-cat {
	text-align: right;
}
.logo-cat img {
	display: inline-block;
}
@media (max-width: 992px) {
	.logo-cat {
	margin: 10px 0 0;
	}
	.titre-doc {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0}
	.doc-product, .doc-cat {
		background-color: #e1e1e1;
		padding: 10px;
	}
	.ligne-doc {
		margin: 0 0 15px 0;	
		padding: 5px;
		background-color: #fff;
		background-image: none;	
	}
	.ligne-doc a {
		padding: 0;
		text-decoration: none;
	}
	.pres-categorie .top {
	padding-bottom: 20px;}
}
@media (max-width: 992px) {
	#image-gallery > div:first-child {
		padding-right: 0;
	}
	.bloc-rapide-doute {
	margin: 20px 0 0;}
}
aside {
	float: left;
	width: 100%;

}
aside .titre {
	margin: 40px 0 20px 0;
	text-align: center;
}
aside#related article {
	padding: 0 20px 0 0;
}
aside .titre span {
	font-weight: 600;
	padding: 5px 20px;
	display: inline-block;
    background-color: #e1e1e1;
    border: 1px dashed #d0d0d0;
    text-transform: uppercase;	
}
aside#related article a .visuel {
	float: left;
	width: 100%;
	text-align: center;
}
aside#related article a .visuel img {
	display: inline-block;
	border: 1px solid #e6e6e6;
}
aside#related article a:hover .visuel img {
	opacity: 0.5;
}
aside#related article a .titre-mmcat {
	float: left;
	width: 100%;	
	margin: 10px 0 0;
}
aside#related article a .titre-mmcat .titre-titre-mmcat {	
	float: left;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 100%;
    color: #272727;
    padding: 0 0 2px 0;	
    font-weight: 400;
}
aside#related article a .titre-mmcat .ref {
    float: left;
    width: 100%;
    font-size: 0.8em;
    color: #636363;	
}
aside#related article a .price-association {
    float: left;
    width: 100%;
    color: #9bc532;
    padding: 5px 0 0;
    font-weight: 900;
    font-size: 1.1em;
}
aside#related article a .indice {
    vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 3px;
    font-size: 10px;
    line-height: 13px;
}

@media (max-width: 1024px) {
	.slick-prev,
	.slick-next {
		display: none;
	}
	#index-categorie-article .contenu-tab {
	padding-top: 20px;}
}
.noresult-compa {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	min-height: 300px;
	font-weight: 600;
	color: #ea6060;
 }
 .titre-recherche {
 	padding-bottom: 20px;
 }
 a.sitemap {
 text-decoration: underline;}
 button.btn.btn-primary.continuer {
 background-color: #002e62;
  font-weight: 400;
  text-transform: uppercase;
  border-color: #002e62;
}
  a.btn.btn-primary.panier {
  float: right;
   background-color: #8ec63f;
 border: 1px solid #8ec63f;
   text-transform: uppercase;
 }
 .div_panier_entete {
 padding: 5px 10px;
 background: #7f8c8d;
 color: white;
 font-weight: 400;
 }
 .div_panier_entete .libelle {
     vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 2px;
    font-size: 0.7em;
    line-height: 1.5em;
 }
 .div_panier_entete > div {
 text-align: right;}
  .div_panier_entete > div.image {
  text-align: left;}
 #block-liste-article-panier {
  padding: 0 10px 0 10px;
 }
 #block-liste-article-panier .ligne-article-panier > div {
  text-align: right;
  font-size: 0.9em;
 }
  #block-liste-article-panier .ligne-article-panier > div.designation {
  text-align: left;
  padding: 0 10px 0 0;
 }
   #block-liste-article-panier .ligne-article-panier {
   padding: 10px 0;
   border-bottom: 1px solid #d0d0d0;
  }
  #bouton-panier-block {
  padding: 10px 0;
  text-align: center;
  }
    #bouton-panier-block a {
      display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
    background-color: #8ec63f;
    }
  
  .lien-fermer-panier {
  float: left;}
#lien-bouton-panier {
  float: right;}
  #lien-bouton-panier a, .lien-fermer-panier a {
      display: inline-block;
    color: white;
    text-transform: uppercase;

    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
  }
  #lien-bouton-panier a {
      background-color: #8ec63f;
  }
   .lien-fermer-panier a {
      background-color: #002e62;
  } 
  .content_panier .top_panier {
    padding: 10px;
    background: #7f8c8d;
    color: white;
    font-weight: 400;
  }
  .content_panier .content-ligne-block {
      background-color: #e6e6e6;
        padding: 10px;
  }
  .content_panier .content-ligne-block .ligne_panier {
      padding: 10px 0;
    border-bottom: 1px solid #d0d0d0;
  }
  .content_panier .img_article_panier {
  padding-right: 20px;}
  .content_panier .img_article_panier a {
      border: 1px solid #bbb;
display: inline-block;
    background: white;
    width: 100%;
  }
  .content_panier .titre-prdt {
  font-weight: 400;}
  .delet-article a {
  color: #d9534f;
  font-size: 0.8em;
  text-decoration: underline;
  }
  
  
@media (min-width: 1200px) {
	.actualiser_ligne a {
	  margin: 0;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 400;
    padding: 7px;
    background-color: #bbb;
    border-color: #bbb;
      text-decoration: none;	
	}	
}
  
@media (max-width: 1200px) {  
	.actualiser_ligne a {
	  margin: 0;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
    background-color: #8ec63f;
    border-color: #8ec63f;
      text-decoration: none;	
	}

}
.prixht_panier, .qte_panier, .totalht_panier {
	text-align: right;
}
@media (min-width: 992px) {  
	.ligne-prix {
		float: right;
	}
	.ligne_qte_panier form {
			float: right;
	}
}
@media (max-width: 768px) {  
#block-liste-article-panier .ligne-article-panier > div.dimension, .div_panier_entete > div.dimension {
	text-align: center;
}
}
.content_panier .indice {
vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 2px;
    font-size: 0.7em;
    line-height: 1.5em;	
}
.content_panier .block-quantite {
	float: right;
	text-align: right;
}
.content_panier .block-quantite > div {
	display: inline-block;
}
.content_panier .block-quantite > div span {
padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 3px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}
.content_panier .block-quantite > div span i {
	    font-size: 11px;
    font-weight: 300;
}
.content_panier .block-quantite .fond-inputqte {
    padding: 0 8px;
}
.content_panier .block-quantite .fond-inputqte input {
	border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    width: 60px;
    padding: 8px 0;
    margin: 0;
    height: 30px;
    background: white;
    font-size: 1em;
    line-height: 1em;
}
.content_panier .ligne-prix-md {
	text-align: right;
	width: 100%;
}
.action-ligne-left {
	float: right;
	margin: 10px 0 0;
}
.action-ligne-left .actualiser_ligne {
	float: right;
}
.action-ligne-left .delet-article {
	float: right;
}
.action-ligne-left .delet-article a {
	margin: 0;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
    background-color: #d9534f;
     text-decoration: none;		
}
.content_panier .ligne-prix.titre-xs {
	text-align: left;
	padding: 0 5px 0 0;
	line-height: 1.5em;
}
.prix_ligne_panier_xs {
	margin: 10px 0 0;
}
.prix_ligne_panier_xs > * {
	display: inline-block;
}
.content_panier .block-quantite.xs {
    float: left;
    text-align: left;
    margin: 10px 0 0;
}
.bouton-actualiser-xs {
	margin: 10px 0 10px 0;
}
@media (max-width: 992px) {
.actualiser_ligne a {
	margin-top : 0;
}
}
	a.actualiser_ligne_xs {
	  margin: 0 20px 0 0;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #8ec63f;
    border-color: #8ec63f;
      text-decoration: none;	
	}
   a.delet-article_xs {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #d9534f;
    border-color: #d43f3a;
      text-decoration: none;
   }
   .code-promo {
	   padding: 4px 0;
	   background: #e6e6e6;
	   
	   margin: 1px 0 0;
   }
   .titre-promo {
  	 text-align: center;
  	 padding: 0;
  	 font-size: 1em;
  	 
   }
   .apply-promo {
   text-align: left;
   }



.recap-full-panier .titre .libelle {
	    vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 2px;
    font-size: 0.7em;
    line-height: 1.5em;
}

   .apply-promo .form-control {
   width: 40%;
   display: inline-block;
   border: 0;
   margin-right: 0px;}
   @media (min-width: 992px) {
      .titre-promo {
      	padding:0 0 0 10px;
      }
}  
   .recap-full-panier {
   margin: 1px 0 0;
   padding: 6px 10px;
   background-color: #7f8c8d;
   color: white;
   }
      .recap-full-panier .ligne {
      padding: 5px 0;
      text-align: left;}
      .recap-full-panier .ligne.nomarge {
      padding-top: 0;}
      .recap-full-panier .total .ligne {
      padding-bottom: 0;
      }
   .recap-full-panier .titre {
   font-weight: 600;
   font-size: 0.95em;}
   .recap-full-panier .titre .indication {
   font-style :italic;
     font-size: 0.85em;
     font-weight: 300;
     padding-left: 10px;
   }
    .recap-full-panier .value {
    font-weight : bold;
    text-align: right;}
   .recap-full-panier  .libelle {
   vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 2px;
    font-size: 0.7em;
    line-height: 1.5em;	
   }
   .content_panier .content-ligne-block .ligne_panier:last-child {
   border-bottom: 0;}
   .bouton-finaliser {
   padding: 20px 0 20px 0;
   text-align: center;
      
       margin: 1px 0 0;}
    .bouton-finaliser a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
    background-color: #8ec63f;
    }
    .block-bottom-panier-left {
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #e6e6e6;
    
    }
    .block-bottom-panier-left p {
    margin: 5px 0 0;
    font-size: 0.85em;}
    .block-bottom-panier-left i {
    padding: 0 5px 0 0;}
     .block-bottom-panier-left .titre {
     font-weight: 400;
     }
     .indication {
     font-style :italic;
     font-size: 0.85em;}
     

 @media (max-width: 992px) {    
     .bouton-finaliser {
     text-align: center;}
     .code-promo {
     margin-top: 0;
     padding: 10px 5px;

     }
     .apply-promo {
     text-align: center;}
     
     .apply-promo .form-control {
     width: 70%;}
 }
  @media (min-width: 993px) {  
      .apply-promo .form-control {
     width: 70%;}
}
  @media (min-width: 768px) {  
  .titre-promo {
  padding: 5px 5px 0 10px;}
}
 .btn-promo {
 	text-transform: uppercase;
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
 }
 .ligne-fidelite {
 	margin: 0;}
.ligne-fidelite .bouton {
  text-align:left;
  padding: 0 0 0 10px;}
.video-article iframe {
border: 0;
padding: 0;
  margin: 20px 0 0;
  width: 100%;
 }
 #video_article_xs iframe {
border: 0;
padding: 0;
  margin: 20px 0 0;
  width: 100%;
 }
 .doc-cat {
 margin: 20px 0 0;
 font-size: 0.8em;}
  .doc-cat a:hover {
  text-decoration: underline;
  color: black;}
  .modal-body > div {
  display: inline-block;
      position: inherit;}

  .visu-art-assoce a img {
    display: inline-block;
    border: 1px solid #e6e6e6;

   }
    .ligne-art-asso {
 	padding: 10px;
 	/*border-bottom: 1px solid #e6e6e6;   */ 
     
 }
     @media (max-width: 992px) {   
    .liste-articles-related {
    	padding: 0;
    	}
    	.ligne-art-asso {
    		padding: 10px;
    		 border-bottom: 0;    
    	}
    }  
    @media (min-width: 993px) {   
    .liste-articles-related {
    	padding: 0;
    	}
    	.visu-art-assoce a img {
    	    /*height: 50px;*/
    	}
    }

 .titre-liste-access {
     font-size: 0.9em;
    line-height: 1.2em;
    width: 100%;
    color: #272727;
    padding: 0 0 2px 0;
    font-weight: 400;
 }
 .ref-liste-access {
     width: 100%;
    font-size: 0.8em;
    color: #636363;
 }
 .lien-fiche-art {
 	margin: 10px 0 0;
 	font-size: 0.75em;
 }
  .lien-fiche-art a {
  text-decoration: underline;
  }    
  .price-association {
  float: left;
    color: #9bc532;
    padding: 0;
    margin: 5px 0 0;
    font-weight: 900;
    font-size: 1.1em;
  } 
  .price-association .indice {
    vertical-align: super;
    text-transform: uppercase;
    padding: 0 0 0 3px;
    font-size: 10px;
    line-height: 13px;
}
.price-association .mention {
	    color: #424242;
}
.price-association .indice {
    vertical-align: super;
    text-transform: uppercase;
    padding: 0;
    font-size: 0.6em;
    line-height: 13px;
        padding-right: 15px;
            color: #424242;
}
.bouton-ajout-access {
	float: left;
	padding: 0;
}
.bouton-ajout-access a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background-color: #8ec63f;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 400;
    padding: 7px 8px;
    margin: 0;
}
.visu-art-assoce {
	text-align: center;
}
.visu-art-assoce a {
	/*display: inline-block;*/
	display: block;
}
.bouton-fermer {
	float: left;
	width: 100%;
}
.bouton-fermer button.close {
	background-color: white;
	padding: 10px;
	opacity: 1;
}
.align-center {
	text-align: center;
}
@media (min-width: 992px) {  
	.modal-body .form-group.margin {
		padding-right: 10px;
	}
}
.modal-header .sous-titre {
	padding: 10px 0 0;
	font-size: 0.95em;
	display: inline-block
}
.input-photo {
	margin: 5px 0;
}
.pres-lbdv h1, .pres-lbdv span {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
.pres-lbdv span {
	font-weight: 500;
}
ul.sitemap-ul {
	list-style-type : none;
	padding: 0;

}
ul.sitemap-ul a:hover {
	text-decoration: underline;
}
ul.sitemap-ul.final {
	margin: 10px 0 0	
}
section.sitemap h2 {
	margin: 10px 0 0;
	  font-size: 24px;
    color: #00285e;
}
ul.sitemap-ul li.lvl1 {
	margin: 20px 0 0;
}
.sitemap-marque-block {
	padding: 0 10px 0 0;
	text-align: center;
}
.sitemap-marque-block a {
	display: inline-block;
	margin: 10px 0
}

.sitemap-marque-block img {
	border:1px solid #e3e3e3
}
ul.sitemap-ul li.lvl1 .titre {
	font-size: 16px;
    color: #00285e;	
}
@media (min-width: 992px) {  
	.sitemap-marque-block:nth-child(6n+7) {
		clear: both;
	}
}
@media (max-width: 991px) {  
	.sitemap-marque-block:nth-child(4n+5) {
		clear: both;
	}
		.menu-footer ul li {
		float: left;
	    padding: 5px 10px;
	    text-align: center;
	}
	.menu-footer ul li a {
		float: left;
	    border: 1px solid #e3e3e3;
	    width: 100%;
	    padding: 5px 0;	
	        border-radius: 4px;	
	}
}
@media (max-width: 768px) {  
	.sitemap-marque-block:nth-child(2n+3) {
		clear: both;
	}
	.has-sub.ss a {
	margin: 5px 0;
	float: left;
	width: 100%;
	    border: 1px solid #e3e3e3;
	    padding: 5px 0;
	    text-align: center;
	}
	ul.sitemap-ul li.lvl1 .titre {
		float: left;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		background-color: #00285e;
		color: white;
	}
	section.sitemap h2 {
		float: left;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		background-color: #8ec63f;
		color: white;
	}
	
}

@media (min-width: 992px) {  
	.middle-ouverture-compte > div:nth-child(1){
		padding-right: 50px;
	}
}
@media (max-width: 991px) {  
	.middle-ouverture-compte > div:nth-child(1){
		padding-bottom: 50px;
	}
		.fiche-article article .entete-product {
	padding: 0;}
}
.middle-ouverture-compte .titre {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
}
.middle-ouverture-compte .lien-crea-compte-intro-small {
	font-style: italic;
}
.middle-ouverture-compte .lien-crea-compte-a {
	margin: 20px 0 0;
	text-align: center;
}
.middle-ouverture-compte form {
	margin: 20px 0 0;	
}
button.btn, a.btn {
	text-transform: uppercase;
}
.mdp-oublie {
	margin: 20px 0 0;		
}
#identite_societe {
    display: none;
   /* margin: 10px 0;*/
}
h1.tunnel-vente {
	font-size: 1.6em;
	/*color: #00285e;*/
	margin: 5px 0 0;
    font-weight: 300;
    white-space: nowrap;
    
}
.block-choix-adresse-livraison h1.tunnel-vente {
	font-size: 1.6em;
    font-weight: 300;
    white-space: nowrap;	
	margin: 0;
	border-bottom: 0;	
	padding-bottom: 20px;
}
.intro-compte {
	margin: 5px 0 20px;
	font-size: 0.9em;
	font-style: italic;
}
.champs-obli-titre {
	margin: 10px 0 20px;
	font-size: 0.9em;
	font-weight: 600;
	color: #e74c3c;	
}
.ligne-inscription {
	/*margin: 0 0 10px 0;*/
}
.ligne-inscription.captcha {
	margin: 20px 0 0;
}
@media (min-width: 768px) {  
	.champs-obli-titre {
	text-align: right;
	margin: 11px 0 15px;
}
}
.champs-obli {
	font-size: 0.9em;
	font-weight: 600;
	color: #e74c3c;		
}
@media (max-width: 768px) {  
	form.form-marge {
	padding: 0 10px;
	}
}
.form-inline .form-group label {
	padding: 0;
}
.form-group.marge {
	margin: 10px 0 0;
}
@media (min-width: 769px) and (max-width: 992px) {  
	.form-group.marge-sm {
		margin: 0 0 10px 0;	
	}
}
.btn_valider {
	margin: 30px 0 0;
	text-align: center;
}
.error-adresse {
    font-size: 0.9em;
    font-weight: 600;
    color: #e74c3c;
	
}
.breadcrumb > .active span {
	font-weight: 600;
	color: #7f8c8d;
	font-size: 1.2em;
}
.noarticle-panier {
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.bouton_navigation_panier {
	text-align: center;
	margin: 20px 0;	
}
.ajout-favoris {
	margin: 20px 0 0;
	padding-bottom: 10px;
	font-size: 0.9em;
}
.ajout-favoris a.btn {
	font-size: 0.9em;
	padding: 5px 10px;	
	margin-bottom: 5px;
}
.ajout-favoris a.lien-compte{
	text-decoration: underline;
}
.ajout-new-ad-liv {
	text-align: right;
}
.liste-adresse-domicile {
	margin: 0;
}
.liste-adresse-domicile.no-marge-top {
	margin-top: 0;
}
.block-liste-adresse-domicile {
	padding: 0;
	margin: 10px 0 0;
	/*height: 230px;*/
}
.block-liste-adresse-domicile:nth-child(5) {
	clear: both;
}
.block-liste-adresse-domicile-border {	
    padding: 0 20px 0 0;
}
.block-liste-adresse-domicile-border.paiement {
    padding: 0 0 0 0;
    margin: 0 35px 0 0;		
}
.block-liste-adresse-domicile-retrait label {
	padding: 10px;
	cursor: pointer;
	background-color: #ecf0f1;	
	font-weight: 300;
	margin: 0;	
}
.block-liste-adresse-domicile label {
	padding: 0;
	cursor: pointer;
	font-weight: 300;
	margin: 0;
}
.block-liste-adresse-domicile label span {
	background-color: #ccc;
	padding: 0 10px;	
}
.recap-block .block-liste-adresse-domicile label span {
	background-color: transparent;	}
	
.block-liste-adresse-domicile label span.suivi {
	padding-top: 10px;
	font-weight: 400;
	text-transform: none;
}
.block-liste-adresse-domicile label span.titre {
	padding-top: 10px;
}
.block-liste-adresse-domicile label span.titre a {
	
}
.block-liste-adresse-domicile label span.last {
	padding-bottom: 10px;	
}
.block-liste-adresse-domicile label span.bouton-sel {
	background-color: #2980b9;
	text-align: center;
	padding: 10px;
	color: white;
	font-weight: 400;
	font-size: 1.15em;
}
span.titre-transporteur.value {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #bdc3c7;
}
.block-liste-adresse-domicile label span.indice {
	background-color: transparent;
vertical-align: super;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.5em;
	padding: 0 10px 0 2px;
}
.value-transporteur {
	font-size: 0.95em;
}
.block-liste-adresse-domicile label.transporteur {
	height: 220px;	
}
.block-liste-adresse-domicile.pr label {
	height: auto;
}
.block-liste-adresse-domicile.pr .info-selectionne, .block-liste-adresse-domicile.pr label, #pr_retirepar  {
	display: none;	
}
.block-liste-adresse-domicile.pr input:checked ~ label, .block-liste-adresse-domicile.pr input:checked ~ .info-selectionne {
	display: block;
}

#pr_retirepar, #retrait_retirepar {
	margin: 15px 0 0;
}
.block-liste-adresse-domicile-border label input.pr-input {
	border: 0;
	padding: 0;
	background-color: transparent;
	margin: 0;
}
.block-liste-adresse-domicile label .tarif.last {
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #2980b9;
	text-align: center;
	    font-weight: 400;
    font-size: 1.15em;
    color: white;
}
/*
.block-liste-adresse-domicile-border input:checked ~ label span {
	background-color: #2980b9;
	font-weight: 400;
	color: white;
}
*/
.block-liste-adresse-domicile-border input:checked ~ label span.titre-transporteur.value {
	border-bottom: 1px dotted #fff;	
}
.recap-block .info-selectionne {
	margin-top: 0;
}
.info-selectionne {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	/*visibility: hidden;*/
	background-color: #7f8c8d;	
	color: white;	
	border-bottom: 1px dotted white;
}
.info-selectionne span {
	font-weight: 400;
	font-size: 1em;	
	padding-left: 10px;
}
.contenu-compte-right .info-selectionne span {
	padding-left: 5px;
	font-weight: 400;	
}
.info-selectionne span.no-padding {
	padding-left: 0;
	font-weight: 400;
}
/*
.block-liste-adresse-domicile-border input:checked ~ .info-selectionne {	
	background-color: #2980b9;
}
*/
.block-liste-adresse-domicile-border label span.bouton-sel {
	background-color:#2980b9;
}
.block-liste-adresse-domicile-border input:checked ~ label span.bouton-sel {
	background-color: #8ec63f;
}
.block-liste-adresse-domicile-border input:checked ~ label span.indice {
	background-color: #7f8c8d;	
}
.block-liste-adresse-domicile-border label span.bouton-sel:before {
	content: 'Cliquez pour s\00E9lectionner';	
}
.block-liste-adresse-domicile-border input:checked ~ label span.adresse.bouton-sel:before {
	content: 'S\00E9lectionn\00E9';	
}
.block-liste-adresse-domicile-border input:checked ~ label span.transport.bouton-sel:before {
	content: 'S\00E9lectionn\00E9';	
}
/*
.block-liste-adresse-domicile-border input:checked ~ .info-selectionne span:before {
	content: 'S\00E9lectionn\00E9';	
	color: #fff;
}
*/
.block-liste-adresse-domicile-border input:checked ~ .info-selectionne span.no-padding:before {
	content: '';
}
.block-liste-adresse-domicile-border .bouton-action-ad-liv {
	float: right;
	padding: 0 5px 0 0;
}
.block-liste-adresse-domicile-border .bouton-action-ad-liv a {
	display: inline-block;
	font-size: 0.85em;
	padding: 0;
	font-weight: 300;
	text-transform: none;
	margin: 0 5px;
    color: #fff;
}
.block-liste-adresse-domicile-border .bouton-action-ad-liv a i {
	font-size: 1.3em;
}
.block-choix-adresse-livraison {
	margin: 10px 0 0 0;
	padding-bottom: 0;
}
.block-choix-adresse-livraison h1 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
    font-weight: 300;
    /*white-space: nowrap;
	border-bottom: 1px solid #bdc3c7;*/
}
.block-choix-adresse-livraison h1.first {
	margin-top: 0;
}
.block-choix-adresse-livraison h1.first.recap-cmd {
	margin-bottom: 20px;
}
.block-choix-adresse-livraison h1.mode-paiement {
	margin: 20px 0 10px 0;
}
.liste-adresse-domicile h2 a {
font-size: 0.8em;
    padding: 3px 8px;
    font-weight: 300;
    text-transform: none;
    margin: 5px;
    background-color: #3498db;
    border: 1px solid #3498db; 
    color: white;
}
.liste-adresse-domicile h2 a:hover {
    background-color: #2980b9;
    border: 1px solid #2980b9; 
}
.liste_adresse_livraison {
	margin-bottom: 20px;
}
.block-liste-adresse-domicile .montant {
	
}
.block-liste-adresse-domicile-border.ajout-adresse a {
	margin: 10px 0 0 ;
	display: inline-block;	
	padding: 20px 0;
	text-align: center;
    background-color: #7f8c8d;
	width: 100%;
	font-weight: 300;
	color: white;
}
.block-liste-adresse-domicile-border.ajout-adresse.nomargin a {
	margin-top: 0;
}
.liste-adresse-domicile h2 {
	margin: 0;
	font-weight: 600;
	padding: 0;
	font-size: 1.3em;
    color: #7f8c8d;	
}
.liste_point_relais .value{
	font-size: 0.9em;
	font-weight: 300;	
}
.liste_point_relais .titre {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 3px 0;
}
@media (min-width: 992px) {  
	.liste_point_relais:nth-child(4n+2) {
		clear: both;
	}
}
.intro-page-coord  {
	margin: 5px 0;
}
.intro-page-coord.big-marge {
	margin-top: 20px;
}
.intro-page-coord a {
	text-decoration: underline;
}
.intro-page-coord a.btn {
	text-decoration: none;
	margin-left: 10px;
}
.btn.btn-marge {
	margin: 0 0 0 20px;	
	display: inline-block;
}
.liste-relais {
	margin: 20px 0 0;
}
.liste-relais ul li {
	float: left;
    font-weight: 300;	
    margin: 0 0 1px 0;
    width: 100%;
    font-size: 0.80em;
}
.liste-relais ul li:nth-child(odd) {
	background-color: #ecf0f1;
}
.liste-relais ul li:nth-child(even) {
	background-color: #e5e5e5;
}
.liste-relais ul li a {
	float: left;
	width: 100%;
	padding: 8px 0;
}
.liste-relais ul li a .titre-pt-relais {
	margin: 5px 0 0;
	font-size: 1.1em;
}
.liste-relais ul li a .titre-pt-relais-distance {
	font-style: italic;
}
.titre-pt-relais {
	font-weight: 600;
}
.value-pt-relais {
	text-transform: lowercase;
}
.liste-relais ul li.active a {
    background-color: #3498db;
}
.liste-relais ul li.active a span  {
	color: white;
}
a.choix-relais{
	font-size: 0.95em;
	margin: 5px 0 0;
	padding: 3px 6px;
	border-radius: 2px;
}
.recap-block, .recap-cmtaire {
	margin: 0 0 5px 0;
}
.recap-cmtaire .titre {
	background: #7f8c8d;
    color: white;
    padding: 10px;
        font-weight: 400;
}
.recap-cmtaire .value {
	padding: 10px;
	    background-color: #e6e6e6;
    color: #424242;
}
.recap-block h3 {
	font-size: 1.1em;
    font-weight: 400;
    margin: 0;
}
.recap-block .block-liste-adresse-domicile-border input ~ .bouton-action-ad-liv, .recap-block .block-liste-adresse-domicile-border input:checked ~ label {
    background-color: #e6e6e6;	
    color: #424242;
}
.selection-autre-adr {
    background-color: #e6e6e6;	
    color: #424242;
    font-weight: 300;
    padding: 10px;
}
.selection-autre-adr span {
	float: left;
	padding: 0 0 5px 0;
}
.selection-autre-adr select {
	float: left;
}
.recap-block .block-liste-adresse-domicile-border input:checked ~ label {
	height: 120px;
	cursor: default;
	font-weight: 300;
}
.recap-block .block-liste-adresse-domicile-border input:checked ~ label.adr-fac {
	height: auto;
	padding-bottom: 10px;	
    text-transform: uppercase;
}
.recap-block .block-liste-adresse-domicile-border .bouton-action-ad-liv a {
    color: #fff;
    /*background-color: #acacac;
    border-color: #acacac;	*/
}
.recap-block .block-liste-adresse-domicile-border input ~ .bouton-action-ad-liv {
	text-align: left;
}
.recap-block .block-liste-adresse-domicile-border input:checked ~ .info-selectionne {
    background: #7f8c8d;
    color: white;	
}
.recap-block .info-selectionne {
	text-align: left;
	padding-left: 10px;
	text-transform: none;
}
.recap-block .block-liste-adresse-domicile {
	border-right: 10px solid white;
	margin-top: 0;
}
.recap-block .block-liste-adresse-domicile:nth-child(even) {
	border-right: 0;
}
.recap-block .block-liste-adresse-domicile-border {
	padding-right: 0;
	margin: 0 0 5px 0;
}
.recap-block .ligne {
	padding: 0;
	margin: 0;
}
.recap-block .ligne span {
	padding: 5px 0 0 10px;
	font-size: 0.95em;
	display: block;
}
.recap-block-left {
	padding: 0;
}
.recap-block-left .recap-block {
	background-color: #e6e6e6;
}
.recap-block .ligne span.titre {
    font-weight: 400;
}
.recap-block .ligne span.value {
	padding: 0 0 8px 10px;
}
.recap-block .ligne textarea {
	font-size: 0.8em;
	line-height: 0.8em;
	margin: 3px 0 0;	
	padding: 2px 0 0 5px;
	height: 40px;
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
	vertical-align: top;
}
.result-fidelite {
	margin: 5px 0 0;
	padding: 0;
}
.result-fidelite .btn {
	color: #d9534f;
    font-size: 0.8em;
    text-decoration: underline;
	background-color: transparent;
	padding: 0 0 5px 0;
	margin: 0;
	border: 0;
	text-transform: none;
	font-weight: 300;
}
.result-fidelite p {
	padding: 5px 10px;
	font-size: 1em;
	color: #e74c3c;
		font-weight: 500;
		margin: 0;
}
.liste-mode-reglement {
	margin: 20px 0 0;
}
.marge-class {
	padding: 0 10px 0 0;
}
.titre-paiement {
	font-weight: 600;
	padding: 0 0 10px 0;
	font-size: 1.25em;
}
.expli-paiement {
	font-size: 0.9em;
}
.panel-default > .panel-heading.deco {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent;
    border: 1px solid transparent;
    border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
}
.panel.panel-default.deco {
	border-bottom: 0;
}
.liste-menu-compte ul {
	list-style-type: none;
	padding: 10px 0 0;
}
.info-connexion {
	float: right;
	text-align: right;
	font-size: 0.8em;
    line-height: 1.5em;
}
.info-connexion span {
	padding-right: 20px;
}
.block-liste-adresse-domicile.compte label {
	cursor: default;
}
.block-liste-adresse-domicile.compte .block-liste-adresse-domicile-border .info-selectionne {
	visibility: visible;	
	background-color: #2980b9;
	color: white;
}
.content_panier.espace-compte .prixht_panier, .content_panier.espace-compte .qte_panier, .content_panier.espace-compte .totalht_panier, .content_panier.espace-compte .ligne-prix-md {
	text-align: left;
}
.lien-cmd-histo {
	text-align: left;
	margin: 20px 0 0 0;
}
.lien-cmd-histo a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 20px;
    background-color: #8ec63f;	
}
.recap-block.gris {
	background-color: #7f8c8d;
	color: white;
	padding: 5px 0 10px 0;
}
.recap-block.gris  .ligne span.titre {
	/*text-transform: uppercase;*/
}
	.info-compte-header {
		padding-right: 10px;}
@media (min-width: 768px) {  
	.recap-block.gris .ligne {
		border-right: 1px dotted #e6e6e6
	}
	.recap-block.gris .ligne.no-border {
		border-right: 0	
	}
}

.bottom-panier.compte .recap-full-panier {
	float: right;
}

@media (max-width: 992px) {  
			.info-compte-header {
		padding-right: 0px;}
	.content_panier .content-ligne-block.espace-compte {
	   background-color: transparent;
	   padding: 0;
	}
	.content_panier .content-ligne-block.espace-compte .ligne_panier {
	   background-color: #e6e6e6;
	   padding: 10px;	
	}
	.recap-block-left {
		padding-right: 0;
	}
		.recap-block.small-margin {
		padding: 5px 0;
	}
	.liste-adresse-domicile {
		margin-top: 10px;
	}	
	
	#nbart {
		text-align: right;
	}
	.espace-compte-cmd .espace-compte {
		margin: 0;
		/*padding: 10px;
		background-color: #00285e;
		color: white;*/	
	}
	.cmd.contenu-panier {
		margin: 0;
		padding: 0;
		/*background-color: #8ec63f;
		color: white;
		*/
	}
	.info-compte-header {
		padding-top: 0;}
	.espace-compte-cmd .titre.panier, .espace-compte-cmd .contenu, .espace-compte-cmd .titre {
		color: white;
	    font-size: 1em;
	}
	.espace-compte-cmd .titre.panier {
	margin-top: 0;}
	.espace-compte-cmd .titre {
	  font-weight: 600;
	  margin: 5px 0 0;
	}
	
	#div_panier {
		/*padding: 0 10px;
		background-color: transparent;*/
	}
	#block-liste-article-panier {
		background-color: #e6e6e6;
	}
	#div_panier {
		padding: 0 10px;
		background-color: transparent;
	}
	#bouton-panier-block {
		background-color: #e6e6e6;
		padding: 10px;
		text-align: center;
	}
	.div_panier_entete {
		font-weight: 300;
		font-size: 0.85em;
	}
	/*.recap-block .block-liste-adresse-domicile {
	border-right: 0;}*/
	.block-choix-adresse-livraison h1 {
	    font-size: 1.2em;
	}
	#icones-ecommerce > div {
	    padding: 0 10px;
	}
	.liste-adresse-domicile ul li {
		margin: 5px 0;
	}	
	h1.tunnel-vente {
		font-size: 1.3em;	
	}
	.liste-adresse-domicile h2 {
		font-size: 1.2em;
	}	
	.block-choix-adresse-livraison {
		margin: 0;
	}
	.intro-page-coord {
	margin-top: 0;}
}
.recap-block .ligne span.value.lien-suivi a {
	display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    color: #7f8c8d;
    text-decoration: underline;
}
.liste-menu-compte ul li a {
	/*
	display: inline-block;
    margin: 0;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 15px;
    background-color: #3498db;
    text-decoration: none;
    color: white;
    */
}
.content_panier.espace-compte .ligne-prix-md a.lien-cmd-detail {
	display: inline-block;
    margin: 0;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 15px;
    background-color: #8ec63f;
    text-decoration: none;
    color: white;	
}
.recap-block .ligne div.bouton-dn-doc {
	display: inline-block;
	 padding: 5px 0 0 10px;
}
.recap-block.gris .ligne div a {
	display: inline-block;
    margin: 0;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 1px 10px 3px 10px;
    background-color: #8ec63f;
    text-decoration: none;
    color: white;
}
.recap-block.gris .ligne div a > * {
	display: inline-block;
}
.recap-block.gris .ligne div a span {
	font-weight: 300;
	font-size: 0.9em; 
	padding-left: 5px;
}
.btn_valider.retour-cmd {
	/*margin-top: 0;*/
}
.block-choix-adresse-livraison.retour-cmd {
	margin-bottom: 0;
}
.contenu-compte-right .block-choix-adresse-livraison {
	margin-top: 5px;
}
.remove-favo a {
	margin: 10px 0 0;
	padding: 1px 6px;
	font-size: 1em;
	font-weight: 100;
}
.info-compte-header a.btn {
	text-transform: none;
}
.info-compte-header a.btn .titre-bouton, .contenu-panier .btn span {
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font-size: 1em;
}
.info-compte-header a.btn .info-nom-prenom, .mention-panier {
	font-weight: 300;
	font-size: 0.95em;
	margin: 5px 0 0;
	text-align: left;
}
.info-compte-header a.btn .info-nom-prenom {
	margin-top: 8px;
}
.info-compte-header a.btn > *, .contenu-panier .btn > * {
	float: left;
	display: inline-block;
}
.info-compte-header a.btn i, .contenu-panier .btn i {
	padding: 2px 0 0;
}
.espace-compte-cmd .contenu .montant-left {
	padding-left: 10px;
}
	.contenu-panier i.fa-chevron-circle-down, .info-compte-header a.btn i.fa-chevron-circle-right {
	float: right;
	margin: 8px 0 0;}

@media (min-width: 770px) and (max-width: 992px) {
	.info-compte-header a.btn .info-nom-prenom {
	margin: 0;
	padding-left: 15px;
	font-size: 1em;}
	.espace-compte-cmd .espace-compte {
	padding-right: 20px; }
	.info-compte-header a.btn i.fa-chevron-circle-right, .contenu-panier i.fa-chevron-circle-down {
	float: right;
	margin: 1px 0 0;}	
		.info-compte-header a.btn .info-nom-prenom, .mention-panier {
	margin: 0;
	padding-left: 15px;
	font-size: 1em;}
		.contenu-panier .btn span, .contenu-panier .btn  i.fa-shopping-basket {
	margin: 3px 0 0;
	}
}
@media (max-width: 770px) {
	.info-compte-header a.btn .info-nom-prenom {
	margin: 0;
	padding-left: 15px;
	font-size: 1em;}
	.mention-panier {
		margin: 3px 0 0;
			padding-left: 15px;
	font-size: 1em;
	}
	.info-compte-header a.btn i.fa-chevron-circle-right, .contenu-panier i.fa-chevron-circle-down {
	float: right;
	margin: 1px 0 0;}
	.contenu-panier .btn span, .contenu-panier .btn  i.fa-shopping-basket {
	margin: 3px 0 0;
	}
}
.contenu-panier {
	cursor: pointer;
}
.alert-success a {
	text-decoration: underline;
}
.lien-comp {
	margin: 15px 0 0;
}
.media-product .ajout-comparateur .lien-comp a {
	text-decoration: none;
}
article.comparateur .ligne-stock {
	margin-bottom: 0;
}
article.comparateur .ligne-ajout {
	margin: 10px 0;
}
article.comparateur .ligne-ajout a {
display: inline-block;
   color: white;
   text-transform: uppercase;
   background-color: #8ec63f;
   border-radius: 3px;
   font-size: 0.9em;
   font-weight: 400;
   padding: 7px 8px;		
}
article.recherche .block-critere {
	margin: 20px 0 0 0;
    background-color: #e1e1e1;
    padding: 10px;
    border: 1px dashed #d0d0d0;	
}
article.recherche .block-critere.no-border-bottom {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0;	
}
article.recherche .block-critere.garantie {
	margin: 0;
	border-top: 1px solid #e1e1e1;
	padding-top: 0px;	
}
article.recherche .block-critere .ligne {
	border-bottom: 1px dashed #d0d0d0;
	padding: 5px 0;
}
article.recherche .block-critere .titre-categorie, .no-cri {
	font-weight: 400
}
article.recherche

.bouton-del-art-cri {
	margin: 25px 0 0;
	font-size: 0.85em;
}
.bouton-del-art-cri a {
	text-decoration: underline;
}
.liste-articles.vignette article.comparateur h2, .liste-articles.vignette article.articles-favoris h2 {
	font-size: 0.8em;
	margin: 5px 0 0;
	height: 4.2em;
	font-weight: 500;
}
@media (max-width: 768px) {
	.liste-articles.vignette article.vignette-liste-articles.comparateur {
		padding: 0 10px 20px 10px;
		border-bottom: 1px dashed #d0d0d0; 
		margin-bottom: 20px;
	}
}
@media (min-width: 770px) and (max-width: 992px) {
	.liste-articles.vignette article.vignette-liste-articles.comparateur {
		padding: 0 10px 20px 10px;
		border-bottom: 1px dashed #d0d0d0; 
		margin-bottom: 20px;
	}	
}
h2.titre-favoris {
	font-size: 1.6em;
    color: #00285e;
    margin: 5px 0 0;
    border-bottom: 0;
}
.liste-articles.vignette article .price-article .mention, .liste-articles.vignette article .price-article .indice {
	color: #424242;
}
.liste-articles.vignette article.articles-favoris .price-article .indice {
	padding: 0 15px 0 5px;
}
.liste-articles.vignette article.articles-catalogue .price-article .indice {
	padding: 0 15px 0 5px;
}
.liste-articles.vignette article.articles-favoris {
	margin-bottom: 50px;
}
.ligne-ajout-favoris {
	    margin: 10px 0 0 0;
}
.ligne-ajout-favoris a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background-color: #8ec63f;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 7px 8px;
}
.zone-ajout-left-bottom {
	margin: 10px 0 0;
}
@media (max-width: 767px) {
article .ligne-stock #livdispo {
	padding-left: 0;
}
	.zone-ajout-left-top, .zone-ajout-left-bottom {
	padding: 0 10px;}
	article .donnees-product .ligne-ajout .bouton-ajout a {
		font-size: 1em;
	}
	article .donnees-product .ligne-ajout .bouton-ajout {
	margin: 20px 0 0;
	text-align: right;
	}
	article .donnees-product .zone-ajout {
		padding: 10px 0;
	}
	article .donnees-product .ligne-ajout .input-qte {
	margin-top: 20px;
		text-align: left;}
		article .ligne-lien-franchise {
		text-align: left;
		margin: 20px 0;}
		article .ligne-lien-franchise span {
		padding: 0 5px 10px 0;
		float: left;}
		.breadcrumb > .active span {
		    font-size: 0.8em;}
}
.value-categorie {
	text-align: right;
}
.block-result {
	margin: 0 0 20px 0;
}
.block-result h2 {
	font-size: 1.6em;
    /*color: #00285e;*/
    margin: 5px 0 20px 0;
    border-bottom: 0;
}
.block-result h2.small-titre {
	font-size: 1.6em;
    /*color: #00285e;*/
    font-weight: 300;	
}
.block-result .logo-marque {
    margin: 0 0 20px 0;	
}
.block-critere-article {
	margin: 20px 0 0;
	padding: 10px;
    background-color: #e6e6e6;
}
.block-critere-article.garantie {
	margin-top: 0;
}
.block-critere-article.garantie {
	padding-top: 0;
}
.block-critere-article.garantie-padd {
	padding-bottom: 0;
}


.block-critere-article .titre {
    font-size: 1.5em;
    /*color: #00285e;*/
    margin-bottom: 10px;	
}
.block-critere-article .ligne {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d0d0d0
}
.block-critere-article .ligne .titre-categorie {
	font-weight: 400;
}
@media (min-width: 768px) {
	.form-inline .form-control {
	    width: 50%;
	}
	.form-inline .short {
		width: auto;
	}
}
.middle-ouverture-compte .form-inline .form-control {
	 width: 100%;
}
.liste_expediteurs {
	margin: 10px 0 0;
}
.liste_expediteurs .block-liste-transporteur {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.liste_expediteurs .block-liste-transporteur .expli-transporteur {
	font-size: 0.95em;
}
.liste_expediteurs .block-liste-transporteur .titre-transporteur label {
	cursor: pointer;
	font-weight: 400;
    font-size: 1.3em;
    color: #2980b9;		
}
.liste_expediteurs .block-liste-transporteur .titre-transporteur label div {
	display: inline-block;
}
 .info-pr-selectionne {
	display: none;
}
@media (max-width: 768px) {
	.block-transporteur {
		padding-left: 0;
	}
	.recap-block.last {
	margin-bottom: 0;}
	.recap-block .block-liste-adresse-domicile-border {
		padding: 0;
	}
	.block-liste-adresse-domicile-border {
	padding: 0;}

	#nbart {
		text-align: right;}
	.espace-compte-cmd .contenu #nbart a {
	    background-color: #8ec63f;	
	}
	.espace-compte-cmd .espace-compte {
		margin: 0;
		/*padding: 10px;
		background-color: #00285e;
		color: white;*/	
	}
	.cmd.contenu-panier {
		margin: 0;
		padding: 10px 0 0;
		/*background-color: #8ec63f;
		color: white;
		*/
	}
	.info-compte-header {
		padding-top: 10px;}
	.espace-compte-cmd .titre.panier, .espace-compte-cmd .contenu, .espace-compte-cmd .titre {
		color: white;
	    font-size: 1em;
	}
	.espace-compte-cmd .titre.panier {
	margin-top: 0;}
	.espace-compte-cmd .titre {
	  font-weight: 600;
	  margin: 5px 0 0;
	}
	/*
	.espace-compte-cmd .contenu a {
    display: inline-block;
	margin: 0;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 15px;
    background-color: #3498db;
    text-decoration: none;
    color: white;
	}
	*/
	#div_panier {
		padding: 0 10px;
		background-color: transparent;
	}
	#bouton-panier-block {
		background-color: #e6e6e6;
		padding: 10px;
	}
	
	#block-liste-article-panier {
		background-color: #e6e6e6;
	}
	.div_panier_entete {
		font-weight: 300;
		font-size: 0.85em;
	}
	.recap-block .block-liste-adresse-domicile {
	border-right: 0;
	margin-bottom: 20px;}
	.liste-adresse-domicile {
	padding: 0;}
	.block-choix-adresse-livraison h1 {
	    font-size: 1.5em;
	    padding: 0;
	}
	#icones-ecommerce > div {
	    padding: 0 10px;
	}
	.liste-adresse-domicile ul li {
		margin: 5px 0;
	}
	.liste-adresse-domicile {
		margin-top: 0px;
	}
	.content_panier .content-ligne-block.espace-compte {
	   background-color: transparent;
	   padding: 0 10px;
	}	
	.recap-block .ligne {
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 10px;
	}
	.btn.btn-marge {
	margin: 0;}
}
.mention-sel {
	visibility: hidden;
	background-color: #8ec63f;
	text-align: center;
    padding: 10px;
    color: white;
    font-weight: 400;
    font-size: 1.15em;  
}
.mention-sel span:before {
	content:'S\00E9lectionn\00E9';		
}
.block-liste-adresse-domicile-border input:checked ~ .mention-sel {
	visibility: visible;	
}
#bouton-valider-cmd {
	margin-top: 20px;
	display: none;
}
#bouton-valider-cmd a {
	margin-top: 20px;
}
.block-liste-adresse-domicile .paiement label span.bouton-sel {
	padding: 5px;
	font-size: 0.95em;
}

.block-liste-adresse-domicile-border.paiement {
	margin: 0 0 10px 0;
	padding-right: 10px;
}
.block-liste-adresse-domicile-border.paiement .info-selectionne {
	text-align: center;
}
@media (max-width: 768px) {
	.block-liste-adresse-domicile-border.paiement {
		padding-right: 0;
	}
	.logo span {
		font-size: 0.6em;
	}
}
.block-paiement-new:nth-child(odd) {
	padding-right: 10px;
}
.block-paiement-new {
	padding: 0;
}
.block-paiement-new .block-paiement-bg {
	background-color: #e6e6e6;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-titre {
    padding: 10px 0;
    text-align: center;
    /* visibility: hidden; */
    background-color: #7f8c8d;
    color: white;
        font-weight: 400;
    font-size: 1em;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-intro {
	padding: 10px;
	font-style: italic;
	text-align: center;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-intro-liste {
	margin: 10px 0 0;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-intro-liste .block-liste-adresse-domicile-border.paiement {
	text-align: left;
	padding: 0 10px;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-intro-liste .block-liste-adresse-domicile-border.paiement label {
	background-color: #2980b9;
    text-align: center;
    padding: 10px;
    color: white;
    font-weight: 400;
    font-size: 1em;
}
.block-paiement-new .block-paiement-bg .block-paiement-left-intro-liste .block-liste-adresse-domicile-border.paiement label span {
	background-color: transparent;
	padding: 0;
}

.block-paiement-new .block-paiement-bg .block-paiement-left-intro-liste .block-liste-adresse-domicile-border.paiement input:checked ~ label {
	background-color: #8ec63f;
}
label {
	outline-style: none;
}
.contenu-compte .categorie-left-menu {
	padding-right: 15px;
}
.ligne-ajout-favoris a.small {
	font-size: 0.8em;
}
aside#articles-assoce .titre {
	margin-top: 0;
}
.liste-articles.vignette article.articles-catalogue .price-article .valeur,.liste-articles.vignette article.articles-catalogue .price-article .price,.liste-articles.vignette article .price-article .mention, .liste-articles.vignette article .price-article .indice {
	float: left;
}
.liste-articles.vignette article.vignette-liste-articles .price-article .valeur, .liste-articles.vignette article.vignette-liste-articles .price-article .price {
	float: left;
}



.liste-articles.vignette article.price-article .valeur.offre-spe {
	    color: #424242;
}
.liste-articles.vignette article.articles-catalogue .price-article .price.offre-spe-prix, .liste-articles.vignette article.vignette-liste-articles .price-article .price.offre-spe-prix {
	padding-left: 10px;
}
.liste-articles.vignette article.vignette-liste-articles .price-article .indice {
	padding: 0 15px 0 5px;
}
.recap-full-panier .ligne.last {
	margin: 5px 0 0;
	padding-top: 5px;
	border-top: 1px solid #e6e6e6;
}
/*
	.header-fix {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 172px;
		z-index: 1030;
	  }
	  */
.recherche .navbar-form {
	float: right;
	margin: 25px 0 0 0;
	width: 100%;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.navbar-right {
	margin-right: 0;
}
.div_panier_entete .indication {
	    font-style: italic;
    font-size: 0.85em;
    font-weight: 300;
    padding-left: 10px;
}
@media (min-width: 1200px) {
.recherche .navbar-form {
	width: 90%;
}
}

.mention-spe {
	padding: 0 0 0 10px;
}
.mention-spe .titre {
	padding: 5px 0;
    text-align: left;
    background-color: #003b6b;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.mention-spe .contenu {
	background-color: #8ec63f;
    padding: 10px;
    color: #fff;
}
.pres-categorie .texte-pres-cat h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	    color: #a1bf35;
}
.block-ajout-ref {
	margin: 10px 0 10px 0;
}
.block-ajout-ref .mention {
	font-size: 0.8em;
	color: #424242;
	float: left;
	font-weight: 900;
}
.block-ajout-ref .indice {
	float: left;
	font-size: 0.5em;
	padding: 0 15px 0 5px;
	color: #424242;
	    vertical-align: super;
    text-transform: uppercase;
        line-height: 13px;
}
.block-ajout-ref .tarif-price {
	float: left;
}
