/* General styles for all menus */
.cbp-spmenu {
    /*background: #47a3da;*/
    /*    background-color: #ffffff;*/
    position: fixed;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

/*.cbp-spmenu a {
        display: block;
        color: #fff;
        font-size: 1.1em;
        font-weight: 300;
}*/

/*.cbp-spmenu a:hover {
        background: #258ecd;
}*/

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

/*.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 1000;
    transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0); 
    -webkit-transform: translate3d(-100%,0,0); 
    background-color: rgba(0,0,0,.6);
    transition: opacity .3s;
}*/

.cbp-spmenu-left.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 1000;
    transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0); /* IE 9 */
    -webkit-transform: translate3d(-100%,0,0); /* Safari */
    background-color: rgba(0,0,0,.6);
    transition: opacity .3s;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding:2.5vw;
}

@media (min-width:750px){
    .cbp-spmenu-vertical a{
        padding: 2vw;
    }
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    /*left: -240px;*/
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0); /* IE 9 */
    -webkit-transform: translate3d(0,0,0); /* Safari */
    display: inline-flex!important;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        /*width: 190px;*/
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        /*left: -190px;*/
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #869690;
  background-color: #ffffff;
}
a {
  color: #3fbf79;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2c8555;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 11px;
  font-weight: 400;
}
.lead {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 200;
  line-height: 33px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-emp {
  color: #6ca838;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 22px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  line-height: 66px;
  margin: 44px 0;
}
h2 {
  color: #4a5853;
  font-weight: 600;
  margin: 22px 0;
}
h3 {
  font-weight: 400;
}
h2,
h3 {
  line-height: 33px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 11px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 22px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 44px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 22px;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 32px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 22px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #afbab6;
}
.help-block {
  display: block;
  margin-bottom: 11px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #bade9b;
  border-color: #6ca838;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table th,
.table td {
  padding: 16px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
.table td {
  background: #f5f5f5;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table .table {
  background-color: #ffffff;
}
.table-bordered {
  border: 1px solid #ffffff;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ffffff;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #ededed;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;

  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 4px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/Awesome/assets/img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 22px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #3cb774;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3cb774;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #3fbf79;
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border: 0px solid #cccccc;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #3fbf79;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #3fbf79;
  color: #ffffff;
  *background-color: #3fbf79;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #39ac6d;
  *background-color: #329961;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2c8555 \9;
}
.btn-warning {
  background-color: #fbb450;
  color: #ffffff;
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #ee5f5b;
  color: #ffffff;
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #ff8a3c;
  color: #ffffff;
  *background-color: #ff8a3c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #ff7920;
  *background-color: #ff6a06;
}
.btn-success:active,
.btn-success.active {
  background-color: #ec5e00 \9;
}
.btn-info {
  background-color: #5bc0de;
  color: #ffffff;
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #444444;
  color: #ffffff;
  *background-color: #444444;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3fbf79;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #2c8555;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 13.6px;
}
.btn-group > .btn-large {
  font-size: 20px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #39ac6d;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #ff7920;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 22px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3fbf79;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #3fbf79;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #3fbf79;
  border-bottom-color: #3fbf79;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #2c8555;
  border-bottom-color: #2c8555;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 22px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 9px 20px 9px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #869690;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #869690;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #7fc242;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 15px 9px;
  color: #869690;
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #7fc242;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #869690;
  text-decoration: none;
  background-color: transparent;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f2f2f2;
  color: #ffffff;
  *background-color: #f2f2f2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #f2f2f2;
  *background-color: #e5e5e5;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #d9d9d9 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #7fc242;
  border-bottom-color: #7fc242;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #869690;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #869690;
  border-bottom-color: #869690;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #869690;
  border-bottom-color: #869690;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  background-color: #151515;
  color: #ffffff;
  *background-color: #151515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 22px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 22px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.pager {
  margin: 22px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.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: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 22px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3fbf79;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 33px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 33px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 22px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 11px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #869690;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-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);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons div{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/Awesome/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.18
*/

.owl-theme .owl-controlls{
    margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
/*
.owl-theme .owl-controlls .owl-buttons div {
    color: #363636;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 2px 8px 3px;
}*/

.owl-theme .owl-controlls .owl-buttons div i.icon-right-open {
    position: relative;
    bottom: 2px;
    right: 6px;
}

.owl-theme .owl-controlls .owl-buttons div i.icon-left-open {
    bottom: 2px;
    position: relative;
    right: 7px;
}

.owl-controlls .owl-buttons { /*MJ*/
   /* position: absolute;
    right: 0;
    top: -45px;*/
}

#upsell-product-table .owl-controlls .owl-buttons {
    position: absolute;
    right: 0;
    top: -58px;
}
/*
.brand-slider .owl-buttons {
    position: absolute;
    right: -35px;
    top: -70px;
}*/

.owl-buttons i:hover {
	color: #FFFFFF !important;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.sliderHome.owl-theme .owl-controlls .owl-page.active span{
    opacity: 0.9;
    background: #fff;
}



/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*: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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row .row {
  margin-right: -15px;
  margin-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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class^="col-"] {
  display: table-column;
  float: none;
}

table td[class^="col-"],
table th[class^="col-"] {
  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 > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 6px;
  margin-bottom: 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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .container .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.form-horizontal .form-group .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 3px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .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-lg > .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-lg > .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;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.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 {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel .list-group {
  margin-bottom: 0;
}

.panel .list-group .list-group-item {
  border-width: 1px 0;
}

.panel .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.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 #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-justified > li > a {
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding: 5px 15px;
  overflow-x: visible;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-width: 0 0 1px;
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 7.5px;
  font-size: 18px;
  line-height: 20px;
  color: #777777;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #777777;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    color: #777777;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse {
  border-top-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.navbar-btn {
  margin-top: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.btn-default .dropup .caret {
  border-bottom-color: #333333;
}

.btn-primary .dropup .caret,
.btn-success .dropup .caret,
.btn-warning .dropup .caret,
.btn-danger .dropup .caret,
.btn-info .dropup .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.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, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px;
}

.dropup .btn-lg .caret {
  border-bottom-width: 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-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 > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.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-bottom-left-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-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:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 50%;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.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;
}

@media screen and (min-width: 768px) {
    
    .modal {
    
    }

  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert hr {
  border-top-color: #f8e5be;
}

.alert .alert-link {
  font-weight: bold;
  color: #a47e3c;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail {
  display: block;
}

.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;


  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  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;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: block !important;
}

tr.visible-xs {
  display: table-row !important;
}

th.visible-xs,
td.visible-xs {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: none !important;
}

tr.hidden-xs {
  display: none !important;
}

th.hidden-xs,
td.hidden-xs {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
    font-family: 'Interstate Bold';
    src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-bold.eot'); /* IE9 Compat Modes */
    src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-bold.woff') format('woff'), /* Modern Browsers */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Interstate';
    src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-light-41255.eot'); /* IE9 Compat Modes */
    src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-light-41255.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-light-41255.woff') format('woff'), /* Modern Browsers */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-light-41255.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fonts/Interstate/interstate-light-41255.svg#svgFontName') format('svg'); /* Legacy iOS */
}

*{margin:0;padding:0;}
body{color:#999999;text-align:center;font-size:12px;line-height:1.5em;}
img{border:0;max-width:100%;vertical-align:top;}
a{color:#818181;text-decoration:none;transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;-moz-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;-webkit-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;-o-transition:color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;}
a:hover, a:focus{color:#02D2D9;text-decoration:none;transition-duration:200ms;-moz-transition-duration:200ms;-webkit-transition-duration:200ms;-o-transition-duration:200ms;}
:focus{outline:0;}
h1,h2,h3,
h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#353535; font-family: 'Interstate Bold'!important;}
h1{font-size:2.5em;line-height:1.5em;text-transform:uppercase;}
h2{font-size:1.7em;line-height:1.7em;text-transform:uppercase;}
h3{font-size:1.3em;line-height:1.3em;text-transform:uppercase;}
h4{font-size:1.2em;line-height:1.2em;text-transform:uppercase;}
h5{font-size:1.1em;line-height:1.1em;text-transform:uppercase;}
h6{font-size:1em;font-weight:bold;line-height:1em;text-transform:uppercase;}
ul, ol{margin:0 0 11px 10px;padding:0;}
.label{display:block;text-align:left;font-size:100%;font-weight:normal !important;color:#808080;}
label{font-weight:normal;}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.label,
.badge{text-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
label, input, button, select, textarea{font-size:12px;}
.modal-backdrop, .modal-backdrop.fade.in{opacity:0.8;background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/overlay.png") repeat 0 0;}
.btn-primary{background:#ef4035;font:14px/20px Arial ,sans-serif;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);color:#fff;border:0;padding:11px 15px;margin:0;text-transform:none;transition:background .25s ease-in-out;-moz-transition:background .25s ease-in-out;-webkit-transition:background .25s ease-in-out;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]{background:#BD262F;outline:none;}
.modal{border:0;width:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:none;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;}
.modal-body{max-height:100%;}
.bootbox{max-width:560px !important;width:100%;}
form{display:inline;}
fieldset{border:0;}
legend{display:none;}
a.infintus-button0{float:left;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat -104px -4px;width:179px;line-height:29px;font-family:'BebasRegular',sans-serif;font-size:16px;text-transform:uppercase;color:#e5e5e5;padding-left:10px;}
table{border:0;border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:100%;}
caption,th,td{vertical-align:top;text-align:left;font-weight:normal;}
p{margin:0 0 10px;}
.mini-cart p{margin:0px; float:right;}
strong{font-weight:bold;}
address{font-style:normal;line-height:18px;}
cite{font-style:normal;}
q,
blockquote{quotes:none;}
q:before,
q:after{content:'';}
small,big{font-size:1em;}
ul,ol{list-style:none;}
.hidden{display:block !important;border:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;width:0 !important;height:0 !important;overflow:hidden !important;}
.nobr{white-space:nowrap !important;}
.wrap{white-space:normal !important;}
.a-left{text-align:left !important;}
.a-center{text-align:center !important;}
.a-right{text-align:right !important;}
.v-top{vertical-align:top;}
.v-middle{vertical-align:middle;}
.f-left,
.left{float:left !important;}
.f-right,
.right{float:right !important;}
.f-none{float:none !important;}
.f-fix{float:left;width:100%;}
.no-display{display:none !important;}
.no-margin{margin:0 !important;}
.no-padding{padding:0 !important;}
.no-bg{background:none !important;}
.wrapper{}
.page{font-family: 'Interstate'!important;}
.page-print{background:#fff;padding:25px 30px;text-align:left;}
.page-empty{background:#fff;padding:20px;text-align:left;}
.page-popup{background:#fff;padding:25px 30px;text-align:left;}
.main-container{
    /*border-color: #EBEBEB; */
    /* border-style: solid; */
    /* border-width: 1px 0 0; */
}
.breadcrumbs-inner{/*border-bottom:1px solid #D9D9D9;*/margin:0 auto 6px;max-width:1170px;width:100%;}
.main{margin:0 auto;max-width:1170px;min-height:400px;padding:0px 0 10px;text-align:left;width:100%;}
.cms-index-index .main{min-height:0;padding:0;}
.col-left{}
.col-main{}
.col-right{}
.col1-layout .col-main{float:none;width:auto;}
.col2-left-layout .col-main{}
.col2-right-layout .col-main{}
.col2-right-layout .columns-layout .col-md-9{margin-right:15px !important;}
.col2-right-layout ol.opc .col-md-4{margin-right:15px !important;}
.col3-layout .col-main{}
.col3-layout .col-wrapper{float:left;width:780px;}
.col3-layout .col-wrapper .col-main{float:right;}
.col2-set .col-1{float:left;width:48.5%;}
.col2-set .col-2{float:right;width:48.5%;}
.col2-set .col-narrow{width:32%;}
.col2-set .col-wide{width:65%;}
.col3-set .col-1{float:left;width:32%;}
.col3-set .col-2{float:left;width:32%;margin-left:2%;}
.col3-set .col-3{float:right;width:32%;}
.col4-set .col-1{float:left;width:23.5%;}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%;}
.col4-set .col-3{float:left;width:23.5%;}
.col4-set .col-4{float:right;width:23.5%;}
.column-5-products .col-md-2{float:left;margin:0 12px !important;max-width:210px;width:100%;}

.category-products-210 .column-5-products .col-md-2{max-width: 268px;}
.category-products-210 .hover-checkout {
padding: 0;
}


input,select,textarea,button{vertical-align:middle;color:#2f2f2f;}
input.input-text,select,textarea{background:#fff;border:1px solid #E5E5E5;}
input.input-text,textarea{padding:7px 2px;height:100%;}
select{padding:6px 6px 6px 2px;}
select option{padding-right:10px;}
select.multiselect option{border-bottom:1px solid #d7d7d7;padding:2px 5px;}
select.multiselect option:last-child{border-bottom:0;}
textarea{overflow:auto;}
input.radio{margin-right:3px;}
input.checkbox{margin-right:3px;}
input.qty{text-align:center;width:2.5em !important;}
input.input-text, select, textarea{border-color:#999;}
input.input-text:focus, select:focus, textarea:focus{border-color:#999;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);outline:0 none;}
.mini-cart .button{margin-top:10px;width:100%;}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]{background:#565656;text-transform:uppercase;text-shadow:none;color:#fff;border:0;padding:10px 30px;float:left;margin:0;transition:background .25s ease-in-out;-moz-transition:background .25s ease-in-out;-webkit-transition:background .25s ease-in-out;cursor:pointer;}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{background:#818181;}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{background:#818181;}
button.disabled span{border-color:#bbb !important;background:#bbb !important;}
button.btn-checkout span{height:40px;border:0;padding:0 0 0 9px;color:#fff;}
button.btn-checkout span span{background-position:100% 0;padding:0 25px 0 16px;}
button.btn-checkout.no-checkout span{background-position:0 100%;color:#b8baba;}
button.btn-checkout.no-checkout span span{background-position:100% 100%;}
p.control input.checkbox,
p.control input.radio{margin-right:6px;}
input.input-text:focus,select:focus,textarea:focus{}
.form-list li{margin:0 0 8px;}
.form-list label{color:#666666;float:left;font-weight:normal;position:relative;z-index:0;}
.form-list label.required{}
.form-list label.required em{color:#EB340A;float:right;font-style:normal;position:absolute;right:-10px;}
.form-list li.control label{float:none;}
.form-list li.control input.radio, .form-list li.control input.checkbox{float:left;margin:0 15px 0 0;}
.form-list li.control .input-box{clear:none;display:inline;width:auto;}
.form-list .input-box{display:block;clear:both;max-width:260px;}
.form-list .field{float:left;max-width:275px;width:100%;}
.form-list input.input-text{height:100%;max-width:254px;width:100%;}
#shipping-zip-form .form-list input.input-text{box-shadow:none;height:100%;max-width:282px;width:100% !important;}
#checkout-step-login .form-list input.input-text, #contactForm #comment{height:100%;margin:0;width:100%;}
#contactForm .form-list input.input-text{height:100%;max-height:30px;max-width:260px;width:100%;}
#contactForm .form-list li.wide .input-box{max-width:262px;width:100%;}
#contactForm #comment{height:170px; max-width:100%;}
#contactForm .buttons-set{border:none;clear:both;margin:20px 0 0;padding:0;text-align:right;}
#contactForm .buttons-set button.button{float:left;margin-left:15px;padding:0; margin-bottom:35px;}
#contactForm .buttons-set button.button span span{font-size:15px;line-height:40px;padding:0 15px;}
#contactForm .buttons-set p.required{color:#EB340A;display:none;font-size:11px;text-align:left;}
.form-list textarea{max-width:254px;width:100%;height:10em;}
.form-list select{width:260px;}
.form-list li.wide .input-box{width:535px;}
.form-list li.wide input.input-text{}
.form-list li.wide textarea{width:529px;}
.form-list li.wide select{width:535px;}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px;}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0;}
.form-list .input-range input.input-text{width:74px;}
.form-list-narrow li{margin-bottom:0;}
.form-list-narrow li .input-box{margin-bottom:6px;}
.form-list-narrow li.wide .input-box{width:260px;}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea{width:254px}
.form-list-narrow li.wide select{width:260px;}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto;}
.form-list .name-prefix{width:65px;}
.form-list .name-prefix select{width:55px;}
.form-list .name-prefix input.input-text{width:49px;}
.form-list .name-suffix{width:65px;}
.form-list .name-suffix select{width:55px;}
.form-list .name-suffix input.input-text{width:49px;}
.form-list .name-middlename{width:70px;}
.form-list .name-middlename input.input-text{width:49px;}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname{width:140px;}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text{width:124px;}
.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px;}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px;}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname{width:210px;}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname{width:205px;}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text{width:189px;}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year{float:left;width:85px;}
.form-list .customer-dob input.input-text{display:block;width:74px;}
.form-list .customer-dob label{font-size:10px;font-weight:normal;color:#888;}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month{width:60px;}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text{width:46px;}
.form-list .customer-dob .dob-year{width:140px;}
.form-list .customer-dob .dob-year input.input-text{width:134px;}
.buttons-set{clear:both;margin:4em 0 0;padding:8px 0 0;border-top:1px solid #E5E5E5;text-align:right;}
.buttons-set p.required{margin:0 0 10px;}
.buttons-set .back-link{float:left;margin:0;}
.buttons-set button.button{clear:both;display:block;float:left !important;margin:20px 0 0;padding:0;}
.discount-form .buttons-set button.button{margin:0;padding:0;}
.buttons-set-nova button.button{float:right !important;}
.buttons-set button.button span span{font-size:13px;line-height:30px;padding:0 15px;}
.buttons-set-order{margin:10px 0 0;}
.buttons-set-order .please-wait{padding:12px 7px 0 0;}
#contactForm .fieldset{border:none;margin:0;padding:0 15px;}
#contactForm .fieldset .legend{background:none;float:left;font-size:15px;font-weight:normal;margin:0;padding:0;text-transform:uppercase; width:100%;}
#contactForm .form-list{margin:0;}
#contactForm .form-list label{color:#808080;float:left;font-weight:normal;position:relative;z-index:0;}
.fieldset{border:1px solid #E5E5E5;margin:25px 0 15px;padding:15px;}
.fieldset .legend{background:none repeat scroll 0 0 #FFFFFF;float:left;font-size:15px;margin:-28px 0 0;padding:0 8px;text-transform:uppercase;}
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:17px;font-size:11px;font-weight:bold;line-height:13px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/validation_advice_bg.gif) 2px 0 no-repeat;color:#eb340a;}
.validation-failed{border:1px dashed #eb340a !important;background:#faebe7 !important;}
.validation-passed{}
p.required{font-size:11px;text-align:right;color:#EB340A;}
.v-fix{float:left;}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative;}
.success{color:#3d6611;font-weight:bold;}
.error{color:#df280a;font-weight:bold;}
.notice{color:#e26703;}
.messages,
.messages ul{list-style:none !important;margin:0 !important;padding:0 !important;}
.messages{width:100%;overflow:hidden;}
.messages li{margin:0 0 10px !important;}
.messages li li{margin:0 0 3px !important;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg{border-style:solid !important;border-width:1px !important;background-position:10px 9px !important;background-repeat:no-repeat !important;padding:8px 8px 8px 32px !important;font-size:11px !important;font-weight:bold !important;}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-error.gif);color:#df280a;}
.success-msg{border-color:#446423;background-color:#eff5ea;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-success.gif);color:#3d6611;}
.note-msg,
.notice-msg{border-color:#fcd344;background-color:#fafaec;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-note.gif);color:#3d6611;}
.breadcrumbs{/*text-transform:uppercase;*/font-size:11px;line-height:20px;margin:0;padding-top:5px;text-align:left;}
.breadcrumbs ul{margin:0; padding-left: 10px;}
.breadcrumbs li{display:inline;}
.breadcrumbs li strong{font-weight:bold;}
.breadcrumbs li span{/*background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/block-arrow-hiden.png) no-repeat center left;margin:0 6px;*/}
.breadcrumbs li strong{font-weight:normal;}
.main .breadcrumbs .home a{}
.page-title{width:100%;margin:0 0 15px; letter-spacing: 2.5px; text-align: center;  margin-top: 20px;  margin-bottom: 20px;}

.page-title h1,
.page-title h2{margin:0;font-size:16px;}
.page-title .separator{margin:0 3px;}
.page-title .link-rss{float:right;margin:7px 0 0;}
.title-buttons{text-align:right;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6{float:left;}
.subtitle,
.sub-title{clear:both;padding:15px 0 0;font-size:15px;font-weight:bold;margin:0 0 6px;}
.pager{padding:10px 0;border-top:1px solid #f0f0f0;}
.pager .amount{float:left;margin:0;}
.pager .pages{float:right;}
.pager .pages ol{display:inline;}
.pager .pages li{display:inline;margin:0 2px;}
.pager .pages a{padding:5px 14px;border:#e5e5e5 solid 1px;}
.pager .pages a:hover, .pager .pages .current{padding:5px 14px;}

.is-blog .pager .pages .current {
    border:none !important;
    padding:0 !important;
}

.is-blog .pager li > a, .is-blog .pager li > a:hover, .is-blog .pager li:hover > a, .is-blog .pager li > span, .is-blog .pager .pages a.previous {
    padding: 5px 14px;
    border: 1px solid #dddddd;
}

.is-blog .pager .pages a.next, .is-blog .pager .pages a.previous {
    background:#FFF;
    border: 1px solid #dddddd;
}

.is-blog .pager .pages a.next i, .is-blog .pager .pages a.previous i {
    margin-top:0;
}

.is-blog .pager .pages a.next:hover, .is-blog .pager .pages a.previous:hover {
    background:#f5f5f5;
}

.is-blog .pager .pages li {
    width:auto;
}

.pager .pages a.next{-webkit-transition:background-color, color 0.2s linear;-moz-transition:background-color, color 0.2s linear;transition:background-color, color 0.2s linear;}
.pager .pages a.next:hover{border:#8a8786 solid 1px;}
.pager .pages a.previous{padding:2px 5px;-webkit-transition:background-color, color 0.2s linear;-moz-transition:background-color, color 0.2s linear;transition:background-color, color 0.2s linear;}
.pager .pages a.previous:hover{background:#9a9695;border:#8a8786 solid 1px;}
.sorter{margin-bottom:10px;}
.sorter .sort-by{position:relative;float:left;}
.sorter .sort-by label{vertical-align:middle;}
.sorter .sort-by select{padding:0;margin:0 0 1px;vertical-align:middle;}
.sorter .link-feed{}
.sorter .sort-by .current{/*border:1px solid #D7D7D7;*/     cursor: pointer;
    margin: 0 5px 0 0;
    padding: 2px 1px 3px;
    width: 102px;}
.sorter .sort-by .current span{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha.svg) no-repeat scroll 0 0 transparent;
                               width: 12px;
                               height: 12px;
                               float: right;
                               margin-top: 5px;}
.sorter .sort-by ul{background-color:#FFFFFF;border:1px solid #D7D7D7;display:none;padding:7px;position:absolute;right:0px;top:23px;width:115px;z-index:1000;}
.sorter .sort-by ul li{line-height:25px;}
.sorter .sort-by ul li a.active{color:#F01C35;}
.sorter .direction{float:left;padding-left:11px;}
.sorter .view-mode label{float:left;margin-right:10px;padding-top:2px;}
.sorter .view-mode{float:left;margin:0;}
.sorter .view-mode .grid{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/grid-icon.png") no-repeat scroll 0 100% #F6F6F6;border:1px solid #EDEDED;height:23px;margin-right:6px;width:23px;}
.sorter .view-mode .list{background:#f6f6f6 url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/list-icon.png) no-repeat 0 100%;width:23px;height:23px;border:1px solid #EDEDED;}
.sorter .view-mode a:hover,
.sorter .view-mode strong{background-position:0 0 !important;background-color:#ee1c35 !important;}
.sorter .view-mode .grid:hover,
.sorter .view-mode strong{background-position:0 100%;background-color:#ee1c35 !important;}
.sorter .view-mode a, .sorter .view-mode strong{display:block;float:left;height:21px;margin:0;overflow:hidden;text-indent:-999px;width:21px;}
.sorter .limiter{float:left;margin-left:8px;position:relative;}
.sorter .limiter label{vertical-align:middle;}
.sorter .limiter .current{border:#d7d7d7 solid 1px;padding:2px 1px 3px 1px;cursor:pointer;margin:0 10px 0 8px;}
.sorter .limiter .current span{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/dropdown-arrow.png") no-repeat scroll right center transparent;display:inline;line-height:20px;padding:1px 30px 2px 5px;width:51px;}
.sorter .limiter ul{background-color:#FFFFFF;border:1px solid #D7D7D7;display:none;left:30px;padding:7px;position:absolute;top:23px;width:55px;z-index:1001;}
.sorter .limiter ul li{line-height:25px;}
.sorter .limiter ul li a.active{color:#9b0e11;}
.toolbar{margin: 10px 0;
         padding: 5px 10px;
         position: relative;
         z-index: 10;
         background-color: #F5F5F5;}
.toolbar-bottom .toolbar{border:none; background:none;}
.toolbar .pager{padding:10px 0;}
.toolbar .sorter{margin-bottom:0px; text-align:center;}
.toolbar-bottom .sort-by,
.toolbar-bottom .direction,
.toolbar-bottom .view-mode,
.toolbar-bottom .limiter,
.toolbar .pages{display:none;}
.toolbar-bottom .toolbar .pages{  
    display: inline-block;
    right: 0;
    left: 0;
    float: none;
    text-align: center;}
.toolbar-bottom .pages{display:block;position:relative;right:40%;}
td.label{font-weight:bold;}
.data-table{width:100%;border:1px solid #e5e5e5;border-collapse:collapse;}
.data-table tr td{background:#fff;}
.data-table .odd td{background:#fff;}
.data-table .even td{background:#fff !important;}
.data-table td.last,
.data-table th.last,
.data-table th:last-child{}
.data-table tr.last td,
.data-table tr.last th{border-bottom:0 !important;}
#shopping-cart-table .cart-price{color:#F01C35;}
.data-table th{white-space:nowrap;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;color:#333;text-transform:uppercase;}
.data-table th.wrap{white-space:normal;}
.data-table th a,
.data-table th a:hover{color:#fff;}
.data-table td,
.data-table th{padding:15px 20px;}
.data-table thead tr th,
.data-table thead tr td{background:none;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;color:#333;}
.data-table thead tr.last th,
.data-table thead tr.last td{border-bottom:1px solid #e5e5e5 !important; background: #e5e5e5;}
.data-table tfoot tr.first td{border-top:0px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.data-table tfoot td{border-bottom:0;border-right:1px solid #e5e5e5;}
.data-table tbody td{border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.cart .data-table,.cart .data-table th,.cart .data-table tbody td,.cart .data-table tfoot tr.first td,.cart .data-table tbody td,
.cart .data-table thead tr.last th,.cart .data-table thead tr.last td{border:none !important;}
.a-right .cart-price{display:block;text-align:right;}
.data-table tfoot td .button{background:none;border:0;font-size:14px;}
.data-table tfoot td .btn-continue{float:left;}
.data-table tbody.odd tr td{background:#F7F7F7 !important;}
.data-table tbody.even tr td{background:#fff !important;}
.data-table tbody.odd tr td,
.data-table tbody.even tr td{border-bottom:0;}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td{border-bottom:1px solid #e5e5e5;}
.data-table tbody td h4.title,
.data-table tbody td h5.title{color:#333;font-size:100%;font-weight:bold;margin:0;padding:0;}
.data-table tbody td .option-label{font-style:italic;font-weight:bold;}
.data-table tbody td .option-value{padding-left:10px;}
.data-table .product-name{font-size:100%;margin:0;}
.box-table select{width:100%;}
.nested-data-table th, .nested-data-table td{padding-bottom:2px;padding-top:2px;}
.generic-table td{padding:0 8px;}
.generic-table td.first{padding-left:0;white-space:nowrap;}
.info-box{background:#fff url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_block-title.gif) 0 0 repeat-x;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px;}
.info-box h2{font-weight:bold;font-size:13px;}
.info-table th{font-weight:bold;padding:2px 15px 2px 0;}
.info-table td{padding:2px 0;}
tr.summary-total{cursor:pointer;}
tr.summary-total td{}
tr.summary-total .summary-collapse{/*float:right;text-align:right;*/padding-left:20px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_collapse.gif) 0 5px no-repeat;cursor:pointer;}
tr.show-details .summary-collapse{background-position:0 -52px;}
tr.show-details td{}
tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465;}
tr.summary-details-first td{border-top:1px solid #d2d8db;}
tr.summary-details-excluded{font-style:italic;}
.cart-tax-info{display:block;}
.cart-tax-info,
.cart-tax-info .cart-price{padding-right:20px;}
.cart-tax-total{display:block;padding-right:20px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer;}
.cart-tax-info .price,
.cart-tax-total .price{display:inline !important;font-weight:normal !important;}
.cart-tax-total-expanded{background-position:100% -52px;}
.std .subtitle{padding:0;}
.std ol.ol{list-style:decimal outside;padding-left:1.5em;}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px;}
.std dl dt{font-weight:bold;}
.std dl dd{margin:0 0 10px;}
.std ul,
.std ol,.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote
.std dl,
.std p,
.std address,
.std blockquote{margin:0 0 1em;padding:0;color: #363636;}
.std ul{list-style:disc outside;padding-left:1.5em;}
.std ol{list-style:decimal outside;padding-left:1.5em;}
.std ul ul{list-style-type:circle;}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul{margin:.5em 0;}
.std dt{font-weight:bold;}
.std dd{padding:0 0 0 1.5em;}
.std blockquote{font-style:italic;padding:0 0 0 1.5em;}
.std address{font-style:normal;}
.std b,
.std strong{font-weight:bold; font-family: 'Interstate Bold'!important;}
.std i,
.std em{font-style:italic;}
.links li{display:inline;}
.links li.first{padding-left:0 !important;}
.links li.last{background:none !important;padding-right:0 !important;}
.link-cart{color:#dc6809 !important;font-weight:bold;}
.link-reorder{font-weight:bold;color:#dc6809 !important;}
.link-print{font-weight:bold;color:#dc6809;}
.link-rss{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_rss.gif) 0 2px no-repeat;padding-left:18px;line-height:14px;white-space:nowrap;}
.btn-remove{display:block;width:16px;height:16px;font-size:0;line-height:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat;background-position:-133px -36px;text-indent:-999em;overflow:hidden;}
.btn-remove:hover{background-position:-133px -53px;}
.btn-previous{display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_previous.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden;}
.btn-remove2{display:block;width:16px;height:16px;font-size:0;line-height:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat;background-position:-133px -36px;text-indent:-999em;overflow:hidden;}
.btn-remove2:hover{background-position:-133px -53px;}
.btn-edit{display:block;width:16px;height:16px;font-size:0;line-height:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat;background-position:-104px -35px;text-indent:-999em;overflow:hidden;}
.btn-edit:hover{background-position:-104px -53px;}
.cards-list dt{margin:5px 0 0;}
.cards-list .offset{padding:2px 0 2px 20px;}
.separator{margin:0 3px;}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_divider1.gif) 0 50% repeat-x;text-indent:-999em;overflow:hidden;}
.global-site-notice{border:1px solid #cfcfcf;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f;}
.global-site-notice .notice-inner{width:860px;margin:0 auto;padding:12px 0 12px 80px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_notice.gif) 20px 25px no-repeat;text-align:left;}
.global-site-notice .notice-inner p{margin:0;border:1px dotted #cccc73;padding:10px;}
.global-site-notice .notice-inner .actions{padding-top:10px;}
.notice-cookie{}
.noscript{}
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:12px;line-height:1.15;border:0;text-align:center;color:#fff;}
.demo-notice .notice-inner{width:auto;padding:0;background:none;text-align:center;}
.demo-notice .notice-inner p{padding:0;border:0;}
.dropdown{float:left;font-size:10px; margin-left:20px;position:relative;text-transform:uppercase;}
.top-header-container .my-setting .text{color:#FFFFFF;float:left;font-size:10px;line-height:35px;margin:0;text-transform:uppercase;}
.top-header-container-2 {margin-bottom: 0;}
.dropdown p{display:block;float:left;}
.dropdown .label{padding:3px 4px;z-index:99999;position:relative;}
.dropdown .text{padding:0px 18px 0px 0;color:#5f5f5f;margin:0;cursor:pointer;}
.dropdown ul{display:none;position:absolute;top:35px;left:0px;padding:10px;z-index:9999;}
.my-setting ul.links{right:0 !important;top:35px;width:135%;}
.dropdown:hover ul{display:block;}
.dropdown.hover:hover ul{display:none;}
.currency-switcher p.text{color:#FFFFFF;float:left;font-size:10px;line-height:35px;margin:0;text-transform:uppercase;}
.top-dropdown ul{/*background-color:#FFF;*/background-color:#FFFFFF; border:1px solid #d4d4d4;}
.top-dropdown li{color:#988a47;text-transform:capitalize;white-space:nowrap;line-height:18px;text-align:left;}
.top-dropdown li a, .top-dropdown li .hlnk{color:#363636;}
.top-dropdown li:hover a, .top-dropdown li .hlnk:hover{color:#02D2D9 !important;text-decoration:underline;}
.top-dropdown a, .top-dropdown .hlnk{font-size:10px;text-decoration:none;}
.static-block-top{float:right;}
.i-top-right .mini-cart{display:block;position:relative;right:0;top:0;}
/*.lang-switcher .text{color:#555;float:left;font-size:10px; margin:0;text-transform:uppercase;}*/


.lang-switcher .text {
    color: #555;
    float: left;
    font-size: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 0px;
}
/*.lang-switcher ul{left:-25px;min-width:80px;padding:10px;position:absolute;top:21px;z-index:9999;padding-bottom:10px !important;}*/
.lang-switcher ul {
    min-width: 80px;
    padding: 0px;
    margin:0px;
    position: absolute;
    width: 100%;
    top: -192px;
    z-index: 9999;
    border: 0px;

}
/*.lang-switcher li{background-position:0 3px;background-repeat:no-repeat;line-height:18px; padding-top:10px;}*/
.lang-switcher li {
    background-position: 0 3px;
    background-repeat: no-repeat;
    /*line-height: 18px;*/
    line-height: 20px;
    padding: 5px !important;
    border: 1px solid #d4d4d4;
    display: list-item!important;
}
.currency-switcher ul{display:none;left:-24px;padding:10px;position:absolute;top:35px;z-index:9999;}
.top-menu-left{display:inline-block;float:right;margin-right: 22px;/*margin-top:7px;margin-bottom:7px;*/height: 35px;}
.top-menu-left ul{margin:0;padding:0;}
.top-menu-left li{border-left:1px solid #FFFFFF;float:left;line-height:10px;/*margin-left:10px;padding-left:10px;*/    }
.top-menu-left li.first{border:none !important;}
.top-menu-left li.last{display:none;}
.top-menu-left li a{color:#555;font-size:10px;text-transform:uppercase;}


.top-header-container{/*background:#EAE9EB;*/ /*margin-bottom:15px; border-bottom: 1px solid #EEEEEE;*/}
.header-container-1 .nav-container{background-color:#373636;display:block;height:50px;}
.header-container-1 .nav-container .nav-inner{margin:0 auto;max-width:1170px;width:100%;}
.header-container-1 .nav-container .nav-inner #nav{float:left;}
.top-header{margin:0 auto;max-width:1170px;position:relative;text-align:right;width:100%;}
.top-header .quick-access{}
.welcome-msg{color:#988A49;display:inline-block;float:right;margin:20px 0 0;position:absolute;right:0;text-align:right;top:0;}
.top-header .i-top-links{margin:0;/*padding:0;*/padding: 8px 0px;border-bottom: 1px solid #B3B3B3;}
.top-header .i-top-links select{display:none;}
.top-header .i-top-right{float:right;line-height:30px;margin-right:10px;}
.top-header .welcome-msg img{max-width:20px;}
.top-header .welcome-msg a{color:#ebbc58;}
.top-header .form-language{clear:both;padding:5px 0 0;text-align:right;}
.top-header .form-language label{font-weight:bold;padding-right:5px;color:#a7c6dd;vertical-align:middle;}
.top-header .form-language select{padding:0;}
.top-header .form-language select.flags option{background-position:4px 50%;background-repeat:no-repeat;padding-left:25px;}
.top-header .links{font-size:10px;text-transform:uppercase;padding-top:5px;margin:0;}
.my-setting ul{right:0 !important;left:auto;}
.top-header .links li{display:block;}
.top-header .links li.last a{background:none;padding-right:0;}
.top-header .links li a:hover{background:none;text-decoration:underline;}


.static-block-top p{float:left;width:130px;margin:4px 15px 0px 0px;background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/dt.png") no-repeat top left;padding-left:10px;position:relative;}
.header-container{}
.header{max-width:1170px;width:100%;margin:0 auto;text-align:right;position:relative;}
.header .logo {
    float: left;
    display: block;
    /* width: 100%; */
    padding: 0px;
}

.header .logo img{
    width: 100%;
    /* width: 150px; */
    /*float: left;*/
    max-width: 200px;
}

.header .logo strong{font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.header h1.logo{}
.header .i-header-content{}
.header .i-header-content .header-left{}
.header .i-header-content .header-center{padding:15px 0;text-align:center;}
.header .i-header-content .header-center p{}
.header .i-header-content .header-right{float:right;}
.search-col{display:block;line-height:35px;/*max-width:220px;position:absolute;right:0;top:160px;*/width:100%;z-index:999; position:relative; float:left;}
#search_mini_form{margin:0;padding:0;}

.search-col input.input-text{box-shadow:none;/*height:35px;*/font-size:13px;padding:7px 4px;    background-color: #EEEEEE;   position:relative; border:none; width: 300px;}   
.header-container-1 .search-col input.input-text{border:none;}
.search-col .form-search button.button{background:none repeat scroll 0 0 transparent !important;top:0px;color:#D0D0D0;font-size:15px;height:31px;line-height:31px;margin:0;padding:0;position:absolute;right:2px;width:25px;}
.search-col .form-search button.button i{left:3px;position:absolute;top:3px; color:#4D4D4D !important;}
.about-title h1{font-size:27px;margin:0;padding:10px 0 30px;}
.about-title h2,.about-gallery h2,.about-video h2{font-size:13px;margin:35px 0;}
.about-title .meet-title{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x scroll 100% 50% transparent;line-height:30px;margin:30px auto;max-width:445px;width:100%;}
.circle-hover:hover .bd-bg{opacity:1;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);}
.circle-hover .bd-bg{text-align:center;background-color:#988a49;border:0 solid #EE1C35;border-radius:50% 50% 50% 50%;color:#FFFFFF;cursor:pointer;font-size:15px;line-height:20px;height:165px;opacity:0;position:absolute;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;width:165px;transform:scale(0.2);-webkit-transform:scale(0.2);-ms-transform:scale(0.2);}
.circle-hover img{cursor:pointer;}
.circle-hover .bd-bg p{font-size:15px;margin:60px 0 0;}
.icon_links{display:block;margin:10px auto;}
.icon_links i{color:#363636;}
.icon_links i:hover{color:#ffffff;}
.meet-content{text-align:center;margin-top:30px;}
.about-gallery img{margin-bottom:15px;}
.about-title .meet-title h3{background-color:#FFFFFF;font-size:13px;line-height:25px;margin:0 auto;max-width:160px;text-align:center;}
.i-top-links .icon-down-open{color:#FFFFFF;cursor:pointer;font-size:14px;margin:0 0 0 -10px;}
.top-header .mini-cart{border-left:1px solid #363636;float:right;line-height:33px;padding-left:5px;}
.top-header .mini-cart .shopping-cart .price{color:#F01C35;padding-left:2px;}
.top-header .mini-cart .block-content{background-color:#FFFFFF;border:1px solid #D4D4D4 !important;border-top:none;box-shadow:2px 2px 0 #F2F2F2;-moz-box-shadow:2px 2px 0 #F2F2F2;-webkit-box-shadow:2px 2px 0 #F2F2F2;display:none;min-width:285px;padding:10px;position:absolute;right:0;text-align:left;top:35px;width:100%;z-index:3000;}
.top-header .mini-cart span{float:left;}
.top-header .mini-cart .cart_circle{cursor:pointer;display:block;text-transform:none;transition:all 0.5s ease 0s;}
.top-header .mini-cart .cart_circle .count{position:absolute;top:-14px;right:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:#fff solid 2px;}
.top-header .mini-cart .cart_circle .count-box{display:table-cell;background:#5d5d5d;width:18px;height:18px;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;vertical-align:middle;}
.top-header .mini-cart .cart_circle i{line-height:37px;font-size:21px;color:#FFFFFF;padding-right:3.5px;}
.top-header .mini-cart .cart_circle:hover i{}
.top-header .mini-cart .cart-icon-top{background:none repeat scroll 0 0 transparent;float:left;height:19px;margin-right:5px;position:relative;top:9px;width:21px;}
.top-header .mini-cart .mini-cart-title{color:#FFFFFF;font-size:10px;text-transform:uppercase;}
.top-header .mini-cart .cart-icon-top i{bottom:3px;color:#FFFFFF;left:2px;position:absolute;}
.mini-cart-above-products-wrapper{margin-bottom:10px;}
.mini-cart .block-content li.item{  
    padding: 10px;
    min-height: 50px;
    border-bottom: 2px solid #EEEEEE;}
.mini-cart .block-content .btn-remove{float:right;}
.mini-cart .block-content .btn-edit{float:right;margin-right:5px;}
.mini-cart .block-content .button-shopcart{
    margin-right:0;padding-left:37px;padding-right:37px;width:100%;
    background-color: #fff;
    font-size: 13px;
    color: #4C4C4C;
    border: #4C4C4C solid 1px;
    letter-spacing: 2.5px;
}

.mini-cart .block-content .button-shopcart:hover, .cart .discount .buttons-set button.button:hover, #shopping-cart-table button.button:hover{
    background-color: #a7a7a7;
    color: #fff;
    border: #a7a7a7 solid 1px;
}
.mini-cart .block-content .button-buy:hover{
    background: #02D2D9;
    color: #FFF;
}

.mini-cart .block-content p.empty{line-height:20px;margin:0;text-align:center;}
.header-container .top-container{clear:both;padding:5px 10px 0 12px;text-align:right;}
.mini-cart .block-content .price{font-weight:bold;}
.mini-cart .block-content .actions{padding-top:10px;}
.mini-cart-act i{color:#444;font-size:15px;}
.mini-cart-act a:hover i{}
.static-block-header-right{margin:5px 0;}
.nav-container{z-index:25;/*width:100%;*/}
.nav-container:nth-child(n){filter:none;}
/*#default-menu .nav-inner, #wide-menu .nav-inner{*/ /*height:50px;*/ /*margin:0 auto;max-width:980px;position:relative;width:100%;text-align:center;}*/


#wide-menu {

}

.header-container-1 #default-menu .nav-inner{height:50px;margin:0 auto;max-width:1170px;position:relative;width:100%;}
#nav{display:inline-block;padding:0;margin:0;}
.nav-custom-link{float:right !important;}
.menu-logo{opacity:0;margin-left:-181px;line-height:57px;}
.menu-logo img{vertical-align:middle;margin:0;}
.menu-logo a:hover{background-color:none;}
.content-head{}
.easy-slider{position:relative;background:#6f5c68;max-width:980px;width:100%;margin:0 auto;text-align:left;}
.easy-slider div.slice1{margin:0 auto;max-width:980px;width:100%;padding:0;}
.easy-slider div div div{margin:0 auto;padding:0;max-width:980px;width:100%;max-height:285px;height:100%;border:0;}
.easy-slider div div div p.img{float:left;}
.easy-slider div div div h2{font-size:30px;color:#382a33 !important;margin:0;padding:5px 0 5px 0;line-height:1.2em;font-weight:normal;}
.easy-slider div div div h3{font-size:25px;color:#b2b2b2 !important;margin:0;padding:15px 0 5px 0;line-height:1.2em;font-weight:normal;}
.easy-slider div div div h2 span{color:#fff;text-transform:uppercase;}
.easy-slider div div div p{color:#ccb4b4;margin:0;padding:0 30px 0 0;line-height:1.8em;}
.easy-slider p.read-more{float:right;margin:15px 0;}
.easy-slider p.read-more a{font-size:20px;color:#fff;}
.easy-slider #controls{position:absolute;z-index:9999;left:414px;bottom:20px;}
.easy-slider #controls span{}
.easy-slider #controls a{background:#8c7d86;padding:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:17px 8px 11px;}
.easy-slider #controls a i{color:#6f5c68;font-size:20px;}
.easy-slider #controls a:hover{background:#5e4c57;padding:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:17px 8px 11px;}
.easy-slider #controls a:hover i{color:#8c7d86;font-size:20px;}
.easy-slider #controls #prevBtn{margin-right:10px;}
#easy-slider-2{margin-top:20px;}
#easy-slider-2 div p.img{float:right;}
#easy-slider-2 div p{color:#ccb4b4;margin:0;padding:0 0 0 30px;line-height:1.8em;}
#easy-slider-2 h3,#easy-slider-2 h2{padding-left:30px;}
.easy-slider #controls2{position:absolute;z-index:9999;left:30px;bottom:20px;}
.easy-slider #controls2 span{}
.easy-slider #controls2 a{background:#8c7d86;padding:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:17px 8px 11px;}
.easy-slider #controls2 a i{color:#6f5c68;font-size:20px;}
.easy-slider #controls2 a:hover{background:#5e4c57;padding:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:17px 8px 11px;}
.easy-slider #controls2 a:hover i{color:#8c7d86;font-size:20px;}
.first-row{margin-bottom:25px;}
.second-row{margin-bottom:5px;}
.poAbs{position:absolute;}
.home-content-container{
    font-family: 'Interstate'!important;
}
.home-content-container strong{
    font-family: 'Interstate Bold'!important;
}
.home-content-container h1,.home-content-container h2{
    font-family: 'Interstate Bold'!important;
}
.home-content{max-width:1170px;width:100%;margin:0 auto;padding:0 0 0px;text-align:left;position:relative;}
.product-flexslider,.product-flexslider-2,.product-flexslider-3{margin:10px auto;max-width:1170px;position:relative; }
.nav-wrapper{position:relative;}
.slider-items{margin:0 auto;}
.slider-width-col5{max-width:945px}
.slider-arrows1 .direction-nav a:hover{}
.slider-arrows1 .direction-nav a.disabled{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.slider-arrows1 .direction-nav a.disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.slider-arrows1 .direction-nav .prev{background-position:-3px -6px;margin-right:10px;}
.slider-arrows1 .direction-nav .prev:hover{background-position:-3px -40px;}
.slider-arrows1 .direction-nav .prev.disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.slider-arrows1 .direction-nav .next{background-position:-26px -6px;}
.slider-arrows1 .direction-nav .next:hover{background-position:-26px -40px;}
.slider-arrows1 .direction-nav .next.disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.slider-arrows1-top-right .direction-nav{height:30px;position:absolute;right:0;top:-40px;}
.slider-arrows1-center .direction-nav{height:30px;position:absolute;left:-47px;top:18px;}
.slider-arrows1-center ul li a{position:absolute;}
.slider-arrows1-center ul li a.next{left:970px;}
.brand-list-direction-nav a{display:block;width:16px;height:28px;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-hover.png);background-repeat:no-repeat;margin:-11px 0 0;position:absolute;overflow:hidden;top:50%;z-index:10;cursor:pointer;text-decoration:none;text-indent:-999px;}
.slider-items{margin:0 auto;}
.slider-width-col5{max-width:945px}
.nova-mg-pd{margin:0 !important;padding:0 !important;}
.nova-mg-left{ text-align:left;}
.nova-mg-center{ text-align:center;}
.nova-mg-right{ text-align:right;}
.nova-pd-right{margin:0 !important;padding-right:0 !important;}
.nova-pd-left{margin:0 !important;padding-left:0 !important;}
.columns-layout .col-md-3{width:17.7%;float:left;}
.columns-layout .col-md-9{width:80%;}
.columns-layout .col-left{margin-right:15px;}
.category-products .col-md-3{width:25%;}
.columns-layout .col-md-6{ }
.catalog-product-view .main .columns-layout .col-md-6{width:50%;float:left;}
.totals .col-md-6{width:50%;}

.header-top-left {text-align: left; /*padding-left: 10px !important; margin-top: 3px !important;*/     margin-top: 9px !important; }
.header-top-right {padding-right:10px !important; }

.col-md-12 .block_contact .col-md-5{}
.block-contact-content .col-md-6 ul{margin:15px 0;padding:0;}
.block-contact-content .col-md-6 ul li{color:#363636;font-size:11px;text-transform:uppercase;}
.block-contact-content .col-md-6 ul li span{color:#808080 !important;}
.block-contact-content { margin-bottom:0px;}
#login-form .col-md-6{width:50%;float:left;}
#checkout-step-login #login-form{margin:0;}
.nova-slider-direction-nav li{}
.nova-slider-direction-nav a{display:block;margin:-11px 0 0;position:absolute;overflow:hidden;top:50%;z-index:10;}
.nova-slider-direction-nav a div{display:table-cell;vertical-align:middle;width:37px;height:37px;cursor:pointer;text-decoration:none;background:#fff;border:#d1d1d1 solid 1px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;}
.nova-slider-direction-nav a{color:#444;}
.nova-slider-direction-nav a div i{font-size:20px;line-height:25px;}
.nova-slider-direction-nav a:hover{}
.nova-slider-direction-nav a.nova-slider-disabled{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.nova-slider-direction-nav a.nova-slider-disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.nova-slider-direction-nav .nova-slider-prev{background-position:-3px -6px;margin-right:10px;left:-43px;}
.nova-slider-direction-nav .nova-slider-prev i{padding-right:3px;}
.nova-slider-direction-nav .nova-slider-prev:hover{}
.nova-slider-direction-nav .nova-slider-prev.nova-slider-disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.nova-slider-direction-nav .nova-slider-next{right:-43px;}
.nova-slider-direction-nav .nova-slider-next i{padding-left:3px;}
.nova-slider-direction-nav .next:hover{}
.nova-slider-direction-nav .nova-slider-next.nova-slider-disabled:hover{opacity:0.4;filter:alpha(opacity=50);cursor:default;}
.more-views .nova-slider-direction-nav .nova-slider-prev{left:0;display:none}
.more-views .nova-slider-direction-nav .nova-slider-next{right:0;display:none}
.more-views:hover .nova-slider-direction-nav .nova-slider-prev{display:block}
.more-views:hover .nova-slider-direction-nav .nova-slider-next{display:block}
.thumb-list-direction-nav a{display:block;width:21px;height:45px;background-image:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-hover1.png");background-color:#585858;background-repeat:no-repeat;margin:-11px 0 0;position:absolute;overflow:hidden;top:30px;z-index:999;cursor:pointer;text-decoration:none;text-indent:-999px;}
.slider-items{margin:0 auto;}
.home-content .item, .box-up-sell .item, .flexslider-related .item{text-align:center;padding:0 10px;}
.products-grid-inner{position:relative;}
.products-grid-inner img{}
.products-list-inner{position:relative;float:left;}
.products-list-inner img{width:100%;}
.products-grid .btn-cart{display:block;position:absolute;left:55px;top:113px;}
a.wishlist{float:left;display:block;height:20px;padding-left:8px;}
.wishlist-compare .dcack{float:left;color:#CFCDCD;display:block;width:10px;position:absolute;left:107px;font-size:16px;font-weight:bold;}
a.wishlist:hover span{color:#6a6a6a;}
a.wishlist span{display:block;color:#cfcdcd;font-size:14px;}
a.compare{float:right;display:block;height:20px;}
a.compare:hover span{color:#6a6a6a;}
a.compare span{display:block;color:#cfcdcd;font-size:14px;}
.brand-slider{position:relative;margin-bottom:20px;}
.slider-items-products{position:relative;}
/*.brand-slider .home-list-title{margin-bottom:5px;}*/
/*.brand-slider .home-list-title{
    margin-bottom: 0px;
}*/

.home-content h3.title{color:#363636 !important;display:inline-block;font-size:14px;margin:0;padding-bottom:8px;   letter-spacing: 2.5px; font-size: 15px;}
.home-content .main-container .std h1 {
    font-size: 15px;
    line-height: 1.7em;
    text-transform: uppercase;
}

.brand-list{position:relative;margin:0 auto;/*MJ*/ max-width:1170px;width:100%;}
#home-3-banner .owl-buttons{display:none;}
#home-3-banner .owl-item{padding:0 5px;}
.brand-list ul.flex-direction-nav{position:absolute;top:0px;left:0px;}
.ajax-loading{float:left;display:none !important;background:#EF4035;color:#fff;padding:5px;font-size:18px;z-index:999;}
.footer-left select{display:none;}
.footer-info-top{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/border-header-bottom.png") repeat-x scroll left top transparent;margin:0 auto;max-width:1170px;padding:20px 0 15px;width:100%;}
.footer-info-top .footer-info li{font-size:18px;line-height:25px;text-transform:uppercase;}
.footer-info-top .footer-info li i{font-size:24px;}
.footer-info-container .footer-info{text-align:left;}
.footer-info-top .footer-info .about-responsive{float:left;text-align:left;}
.footer-info-container .footer-info .about-responsive h4{float:left;width:100%;color:#545454;font-size:24px;line-height:30px;text-transform:capitalize;}
.social-icons{margin-left:7px !important;}
.social-icons a{font-size:20px;}
.social-icons a:hover{}
.shopping-cart:hover .cart_circle{background-color:none !important;}
a.slider-arrows{position:absolute;display:block;width:30px;height:30px;background:#ddd url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/slider-arrows.png) no-repeat;cursor:pointer;text-indent:-999px;overflow:hidden;transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
a.slider-arrows.disabled{opacity:0.4;filter:alpha(opacity=40);cursor:default;}
a.slider-arrows.disabled:hover{background-color:#ddd;}
a.slider-arrows:hover{background-color:#9b0e11;}
.products-upsell .prev{background-position:-10px -10px;top:6px;right:31px;margin-right:1px;}
.products-upsell .prev:hover{background-position:-10px -60px;}
.products-upsell .next{background-position:-60px -10px;top:6px;right:0;}
.products-upsell .next:hover{background-position:-60px -60px;}
.block{margin-bottom:10px;margin-top:20px;}
.block-title strong{}
.block .block-title{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/grey-arrow-right.png) no-repeat 96% 50%;cursor:pointer;}
.block .active{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/grey-arrow-down.png) no-repeat 96% 50%;}
.product-block-right .block .block-title{background:none;cursor:default;}
.custom-html .block-content p{color:#515151;font-size:12px;line-height:20px;padding:5px 10px 5px 0px;text-align:left;}
.block .block-title a{text-decoration:none !important;}
.block .block-subtitle{margin:0;padding:5px 0;font-size:1em;color:#808080;}
.right-block-inner p.block-subtitle{margin-top:10px;}
.block .block-content li.item{padding:7px 0;}
.block .block-content .product-name{color:#1e7ec8;}
.block .btn-remove,
.block .btn-edit{float:right;margin:1px 0 2px 5px;}
.block .actions a{float:right; margin-top:10px;}
.block .actions button.button{float:right;}
.block .empty{margin:0;padding:5px 0 5px 10px;}
.block li.odd{}
.block li.even{}
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login{line-height:1.25;}
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong{}
.sidebar .block-title, .sidebar #custom-html{border-bottom:none !important;cursor:pointer;text-align:left;}
.sidebar .block-title span, .sidebar .block-title strong span, #custom-html strong span{background-color:#EAE9EB;color:#555;display:block;font-size:14px;font-weight:normal;line-height:30px;margin-bottom:3px;padding-left:12px;text-transform:uppercase;width:100%;font-family:'Raleway', sans-serif;}
.sidebar .block-content{margin-top:10px;}
.left-categories ul{margin:0;}
.left-categories ul li{line-height:15px;padding-left:10px;}
.left-categories ul li:last-child{border-bottom:none;}
.top-header .mini-cart .mini-products-list{margin:0;}
.mini-products-list .product-image{float:left;width:50px;/*border:1px solid #e9e9e9;box-shadow:2px 2px 0 #F2F2F2;-moz-box-shadow:2px 2px 0 #F2F2F2;-webkit-box-shadow:2px 2px 0 #F2F2F2;border-top:none;*/}
.mini-products-list .product-details{margin-left:60px;}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small{word-wrap:break-word;}
.block-cart .mini-products-list .product-details .nobr{white-space:normal !important;}
.block-account .block-content ul{margin:0;}
.block-account .block-content li a{display:block;border-bottom:1px solid #e9e9e9;padding:5px 0;text-decoration:none !important;}
.block-account .block-content li a:hover{}
.block-account .block-content li.last a{border-bottom:0;}
.block-account .block-content li.current{border-bottom:1px solid #e9e9e9;padding:5px 0;}
.block-account .block-content li.current.last{border-bottom:0;}
.block-account .block-content li.current strong{font-weight:normal !important;}
.block-currency{border:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_block-currency.gif) 0 0 no-repeat;padding:7px 12px 10px;height:51px;}
.block-currency .block-title{background:none;border:0;padding:0;margin:0 0 5px;}
.block-currency .block-title strong{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_block-currency.gif) 0 50% no-repeat;padding:0 0 0 21px;text-transform:none;color:#fff;}
.block-currency .block-content{background:none;padding:0;}
.block-currency .block-content select{width:100%;padding:0;}
.block-layered-nav{ margin-top:0;}
.vertnav-container{ margin-bottom:20px;}
.block-layered-nav .block-content{padding-right:10px;}
.block-layered-nav .block-subtitle{line-height:1.35;background:#ddd;padding:3px 9px;border-bottom:1px solid #E3E3E3;text-transform:uppercase;color:#1f5070;}
.block-layered-nav dt{color:#818181;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/filter-icon-hiden.png) right center no-repeat;padding:7px 0 0 15px;font-weight:bold;cursor:pointer;}
.block-layered-nav dt.active{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/filter-icon-show.png) right center no-repeat;}
.block-layered-nav dd{padding:0 17px;}
.block-layered-nav dd.last{background:none;}
.block-layered-nav .currently li{background:#f5f5f5;padding:6px 24px 6px 10px;position:relative;z-index:1;line-height:1.5;}
.block-layered-nav .currently .label{font-weight:bold;text-transform:uppercase;display:inline-block;vertical-align:top;}
.block-layered-nav .currently .value{display:inline-block;vertical-align:top;}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove{position:absolute;right:4px;top:6px;margin:0;}
.block-layered-nav .currently .btn-previous{right:17px;}
.block-layered-nav .actions{font-size:11px;padding:4px 5px 4px 9px;border:1px solid #dee5e8;border-width:1px 0;text-align:right;}
.block-layered-nav .actions a{float:none;}
.block-cart .block-title{}
.block-cart .block-title strong{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_block-cart.gif);}
.block-cart .summary{background:#fff;padding:2px 8px 8px;margin:-1px 0 0;position:relative;z-index:1;}
.block-cart .amount{margin:0;}
.block-cart .amount a{font-weight:bold;}
.block-cart .subtotal{margin:5px 0 0;padding:2px 0;background:#fbebd9;text-align:center;}
.block-cart .subtotal .price{font-weight:bold;}
.block-cart .actions{border-bottom:1px solid #c2c2c2;}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right;}
.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0;}
.block-wishlist .block-title strong{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_block-wishlist.gif);}
.block-wishlist .actions{text-align:right;}
.block-wishlist .actions a{float:none;}
.block-related{display:block;}
.block-related .block-title strong{padding:10px 0;}
.block-related input.checkbox{float:left;}
.block-related .product{margin-left:20px;}
.page-popup .link-print{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;font-weight:bold;color:#1e7ec8;}
.compare-table{border:0;}
.compare-table thead tr.first th,
.compare-table thead tr.first td{border:0;background:none;padding:0;font-size:0;line-height:0;}
.compare-table .btn-remove{float:right;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_remove2.gif);width:72px;height:15px;}
.compare-table tbody th{background:#d9e5ee url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_th-v.gif) 100% 0 repeat-y;}
.compare-table tbody th,
.compare-table tbody td{padding:10px;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;}
.compare-table tbody td.last{border-right:1px solid #ccc;}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td{border-bottom:1px solid #ccc !important;}
.compare-table tr.add-to-row td{background:#fffada;text-align:center;}
.compare-table tr.first td{text-align:center;}
.compare-table tr.first td .product-name{font-size:13px;font-weight:bold;margin:0 0 5px;color:#203548;}
.compare-table tr.first td .product-name a{color:#203548;}
.compare-table tr.first td .ratings{width:69px;margin:0 auto;}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p{margin:0;}
.block-viewed .product-img{float:left;padding:3px 10px 0 0;width:75px;}
.block-viewed .product-name{margin-left:75px;margin-bottom:5px;}
.block-viewed .product-img img{}
.block-viewed .price-box{margin-left:75px;}
.block-viewed .regular-price .price{color:#9b0e11;font-size:15px;}
.block-poll .block-subtitle{font-size:12px;}
.block-poll input.radio{float:left;margin:5px -18px 0 0;}
.block-poll .label{display:block;margin-left:18px;}
.block-poll li{padding:0 9px;line-height:25px;}
.block-poll .actions{margin:5px 0 0;}
.block-poll .answer{font-weight:bold;}
.block-poll .votes{float:right;margin-left:10px;}
.block-tags .block-content .tags-list{background:none;border:0;font-size:12px;}
.block-tags .block-content .tags-list a{padding:5px;-webkit-transition:background-color, color 0.2s linear;-moz-transition:background-color, color 0.2s linear;transition:background-color, color 0.2s linear;}
.block-tags .block-content .tags-list a:hover{color:#fff;}
.block-tags .block-content ul.tags-list{margin:0;}
.products-filter .item{max-width:214px;width:100%;}
.products-filter .item h3.product-name{height:45px;}
.products-filter .item .price-box{height:45px;}
.block-tags .actions{border:0 none;float:right !important;margin-top:10px;padding:0 0 0 30px;text-align:left;}
.block-tags .actions a{float:left;background:none;text-transform:uppercase;}
.label, .badge{background:none;}
#poll-answers span.label label{color:#808080;float:left;font-weight:normal;}
.block-poll .block-content .actions .button{font-size:13px;line-height:30px;padding:0 15px;}
#pollForm{display:block;margin:0 0 15px;}
.block-subscribe .block-content{padding:5px 10px;}
.block-subscribe .block-title strong{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_block-subscribe.gif);}
.block-subscribe label{font-weight:bold;color:#666;}
.block-subscribe input.input-text{display:block;width:167px;margin:3px 0;}
.block-subscribe .actions{background:none;padding:0;margin:3px 0 0;text-align:left;}
.block-subscribe .actions button.button{float:none;}
.block-subscribe .actions button.button span{border-color:#406a83;background:#618499;}
.block-reorder .block-title strong{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_block-list.gif);}
.block-reorder input.checkbox{float:left;margin:2px -20px 0 0;}
.block-reorder .product-name{margin-left:20px;}
.block-reorder .validation-advice{margin:3px 9px 7px;}
.block-banner{border:0;}
.block-banner .block-content{padding:0;text-align:center;}
.block-login .block-title strong{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_ma-info.gif);}
.block-login .block-content{padding:5px 10px;}
.block-login label{font-weight:bold;color:#666;}
.block-login input.input-text{display:block;width:167px;margin:3px 0;}
.block-login .actions{background:none;padding:0;margin:3px 0 0;}
.block-login .actions button.button span{border-color:#406a83;background:#618499;}
.facebook-button{background:#4777A6;margin-top:20px;margin-left:10px;}
.sidebar .paypal-logo{display:block;margin:10px 0;text-align:center;}
.sidebar .paypal-logo a{float:none;}
.category-image-head{position:relative;}
.category-title-head{position:absolute;top:92px;right:40px;}
.category-title-head h1,.category-title-head h2,.category-title-head h3,.category-title-head h4{color:#FFF;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);}
.category-title{border:0;margin:0 0 20px;}
.shopping-option-dropdown{position:relative;float:left;margin-left:20px;}
.shopping-option-dropdown label{font-size:18px;line-height:30px;margin:14px 0 0 0;padding:0 10px;border:transparent solid 1px;border-bottom:0;}
.open label{border:1px solid #EDEDED;border-bottom:0;}
.shopping-option-dropdown i{font-size:14px;}
.shopping-option-dropdown label a{color:#818181}
.shopping-option-dropdown label a:hover{text-decoration:none;}
.sub-header-nav{background-color:#FFFFFF;border-top:0 none;display:none;left:0;min-width:192px;padding-right:10px;position:absolute;top:45px;z-index:9999;}
.compare-dropdown{position:relative;float:left;margin-left:5px;max-width:266px;width:100%;}
.compare-dropdown label{font-size:18px;line-height:30px;margin:14px 0 0 0;padding:0 10px;border:transparent solid 1px;border-bottom:0;}
.open label{border:1px solid #EDEDED;border-bottom:0;}
.compare-dropdown i{font-size:14px;}
.compare-dropdown label a{color:#818181}
.compare-dropdown label a:hover{text-decoration:none;}
.ajax-compare{display:none;position:absolute;background:#fff;top:45px;left:0;z-index:9999;border:1px solid #EDEDED;padding:2px 10px 10px 0;max-width:198px;width:100%;border-top:0;}
.ajax-compare ol{margin:0 10px;}
.ajax-compare .actions{margin-left:10px;margin-top:10px;}
.ajax-compare .btn-clear-all-compare{float:right;}
.ajax-compare p{text-align:center;margin:0;}
.category-image{width:100%;overflow:hidden;margin:0;}
.category-image img{}
.category-description{margin:0 0 10px;}
.category-products{}
.category-products .products-grid .item{display:block;margin-bottom:15px !important;padding:0 10px !important;text-align:center;}
.category-products .column-5-products .item{display:block;margin-bottom:25px;padding:0 !important;text-align:center;}
.products-grid{position:relative;margin:0 !important;}
.products-grid li.item{position:relative;float:left;margin:10px 10px 10px 0;clear:none;width:180px;}
.list-col3.products-grid li.item{}
.list-col4{margin:0 auto;}
.list-col4.products-grid li.item{padding:5px 5px;margin:5px 0;}
.list-col4 .item .btn-cart{bottom:7px !important;}
.products-grid li.last{margin-right:0 !important;}
.products-grid .product-image{display:block;}
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a:hover{color:#bcbcbc;}
.products-grid .availability{line-height:21px;}
.products-grid .actions{}
.products-grid .btn-cart{background:none repeat scroll 0 0 #9b0e11;color:#f9d100;display:block;font:20px/24px 'BebasRegular',sans-serif;height:24px;padding:0 10px;text-align:center;white-space:nowrap;text-transform:uppercase;transition:background .25s ease-in-out;-moz-transition:background .25s ease-in-out;-webkit-transition:background .25s ease-in-out;cursor:pointer;}
.item .socialToolBar .btn-cart, .item .socialToolBar .btn-cart:hover{background:none;}
.nova-product-images {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.nova-product-label{border:2px solid #EFEFEF;border-radius:48px 48px 48px 48px;color:#FFFFFF;font-size:9px;height:35px;line-height:32px;text-align:center;text-transform:uppercase;width:35px;z-index:998;}
.nova-new-label{position:absolute;left:15px;top:15px;}
.nova-sale-label{background:#02D2D9;right:15px;position:absolute;top:15px;display:none;}
.descriptions-hidden{bottom:10px;display:none;left:0;position:relative;}
.top-header-container-3 .top-menu-left ul li.first{margin:0;padding:0;}
.header-container-3 h1.logo{text-align:left;}
.header-container-3 .cart-icon-top .cart_circle{background-color:#02D2D9;color:#FFFFFF;font-size:12px;height:15px;left:0;line-height:12px;padding:2px;position:absolute;text-align:center;top:-15px;width:21px;}
.header-container-3 .block-top-call-us{border-bottom:1px solid #F0F0F0;max-width:640px;width:100%;}
.header-container-3 .nova-mgt-header-custom{margin-top:38px;margin-left:15px;}
.header-container-2 .shopping-cart .mini-cart-title{/*left:4px;position:absolute;top:4px;*/}
.descriptions-hidden .quick-act{background-color:#A7A7A7;bottom:5px;cursor:pointer;height:32px;left:22.5%;line-height:33px;position:absolute;text-align:center;width:45%;z-index:9999;}
.descriptions-hidden .quick-act:hover{background-color:#988A47;}
.descriptions-hidden .quick-act .add_to_cart_small{color:#FFFFFF !important;text-decoration:none;}
.quick-whl{background-color:#FFFFFF;height:32px !important;right:0;line-height:30px;position:absolute;top:-37px;width:55%;z-index:9999;}
.quick-whl .add_to_wishlist_small{display:inline-block;float:left;margin-left:10px;}
.quick-whl .add_to_compare_small{display:inline-block;float:left;margin-left:10px;}
.quick-whl .quickview-box{display:inline-block;float:left;margin-left:10px;z-index:9999;}
.quickview-box .quickview_small{color:#909090;display:table-cell;font-size:15px;text-align:center;vertical-align:middle;}
.cart-1{background:#A7A7A7;color:#FFFFFF;font-size:11px;line-height:32px;text-transform:uppercase;width:100%;}
.products-grid .descriptions-hidden a{cursor:pointer;}
.products-grid .descriptions-hidden i{font-size:14px;}
h3.product-name, h2.product-name{line-height:14px;}

.catalog-category-view h1 {
    font-size:2em;
}
.catalog-category-view h3.product-name, .catalog-category-view h2.product-name{line-height:14px;margin:0;font-family: 'Interstate'!important; font-size: 1.3em;}
h3.product-name a, h2.product-name a{font-size:12px;font-weight:normal;text-align:center;text-transform:none; color: #363636;}
.box-up-sell .old-price{color:#999999;float:none;}
.quick-act a{font-size:11px;text-transform:uppercase;}
.box-up-sell .special-price{float:none;}
.item .ratings{width:70px;height:14px;}
.col2-left-layout .columns-layout .col-md-9{margin-left:15px !important;float:left;}
.col3-layout .columns-layout .col-md-6{margin-left:15px !important;margin-right:15px !important;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid{padding:0;}
.col2-right-layout .col-main ol.opc{margin:0;padding:0;}
.col1-layout .products-grid{margin:0 auto;}
.novaworks-label{position:absolute;width:43px;height:43px;text-indent:-99999px;z-index:3;}
.new-top-left{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat top left;}
.new-top-right{right:1px;left:187px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat top right;}
.product-img-box .new-top-right{left:274px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat top right;}
.new-bottom-left{bottom:0px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat left bottom;z-index:99;}
.product-img-box .new-bottom-left{top:302px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat left bottom;z-index:99;}
.new-bottom-right{bottom:0px;left:187px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat right bottom;}
.product-img-box .new-bottom-right{left:274px;top:302px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/new.png) no-repeat right bottom;}
.sale-top-left{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat top left;}
.sale-top-right{right:0px;left:187px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat top right;}
.product-essential .sale-top-right{right:0px;left:274px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat top right;}
.sale-bottom-left{bottom:0px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat left bottom;z-index:99;}
.product-img-box .sale-bottom-left{top:303px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat left bottom;z-index:99;}
.sale-bottom-right{left:187px;bottom:0px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat right bottom;}
.product-img-box .sale-bottom-right{left:274px;top:303px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/sale.png) no-repeat right bottom;}
.products-list li.item{border:1px solid #363636;margin-bottom:20px;padding:20px;}
.products-list li.item.last{}
.products-list .product-image{}
.products-list .product-shop{margin-left:150px;}
.product-shop .add-to-box .btn-cart span span,.product-options-bottom .add-to-cart .btn-cart span span{font-size:15px;padding:0 40px;}
.products-list .product-name{font-size:20px;color:#111;text-align:left;}
.products-list .act-box{display:inline-flex;}
.margin-image{margin-bottom:1px; min-height: 120px;}
.product-img-additional{left:0;position:absolute;top:0;width:100%;z-index:-1;}
.nova-product-images a .front{-webkit-transform:rotateX(0deg) rotateY(0deg);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-moz-transform:rotateX(0deg) rotateY(0deg);-moz-transform-style:preserve-3d;-moz-backface-visibility:hidden;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.nova-product-images a:hover .front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);}
.nova-product-images a .back{-webkit-transform:rotateY(-180deg);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-moz-transform:rotateY(-180deg);-moz-transform-style:preserve-3d;-moz-backface-visibility:hidden;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.nova-product-images a:hover .back{-webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotateY(0deg);z-index:10;position:absolute;}
.products-list .product-name a:hover{text-decoration:none;}
.f-fix .act-box .price-box{float:left;margin:8px 60px 0 0;}
.f-fix .price-box .old-price{padding:5px 0;}
.products-list .price-box{float:left;margin:2px 60px 0 0;}
.products-list .availability{float:left;margin:3px 0 0;}
.products-list .desc{clear:both;padding:6px 0 0;margin:0 0 10px;line-height:1.35;}
.products-list .desc a.link-learn{color:#9b0e11}
.products-list .desc a.link-learn:hover{color:#999}
.products-list .act-box{}
.products-list .btn-cart{background-color:#565656;color:#FFFFFF;cursor:pointer;display:block;font-size:17px;line-height:42px;margin-top:20px;padding:0 10px;text-align:center;text-transform:uppercase;transition:background 0.25s ease-in-out 0s;white-space:nowrap;}
.products-list .btn-cart:hover{background:none repeat scroll 0 0 #F01C35;text-decoration:none;}
.products-list .btn-cart span{padding:0px 5px 0px 5px;}
.act-box ul.add-to-links li a.link-wishlist{border:3px solid #E0E0E0;font-size:14px;padding:5px 19px 13px 8px;}
.act-box ul.add-to-links li a.link-compare{border:3px solid #E0E0E0;font-size:14px;padding:5px 19px 13px 8px;}
.products-list .add-to-links{clear:both;}
.products-list .add-to-links li{display:inline;}
.products-list .add-to-links .separator{display:inline;margin:0 2px;}



.products-list .act-box button, .products-list .act-box a {
    background:#02D2D9;
}

.products-list .act-box button:hover,  .products-list .act-box a:hover {
    background:#a7a7a7;
    color:#FFF !important;
}

.products-list .act-box a.btn-cart {
    line-height: 42px !important;
    padding: 0px 20px 0px 20px;
}

.act-box .add-to-links{float:left;margin:26px 10px 0;}
.act-box .add-to-links .separator{font-size:16px;font-weight:bold;left:97px;position:absolute;top:-1px;}
.quick-view-details .product-img-box{float:left;width:50%;}
.quick-view-details .product-shop{float:right;width:47%;}
.quick-view-details .product-shop .add-to-links a i{font-size:11px !important;margin-top:0 !important;}
#addedoverlay{left:0;top:0;width:100%;height:100%;position:fixed;z-index:295;background:black;opacity:.75;filter:alpha(opacity=75);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);}
#added{position:fixed;width:348px;background-color:#fff;min-height:50px;background-repeat:no-repeat;background-position:center center;border:1px solid #acacac;border-top:none;z-index:305;margin:65px 0 0 100px;}
#added .added-content{text-align:center;padding:15px;min-height:50px;border:#757575 solid 1px;border-top:#757575 solid 4px;}
#added img{margin:0 8px 13px 0;border:1px solid #efefef;width:60px;height:60px;}
#added a{padding:6px 14px;margin:0 0 0 7px;color:white;}
#added a:hover{text-decoration:underline;}
#added #hidewindow{background:#818181;margin:0;}
#added #hidewindow:hover{background:#818181;margin:0;text-decoration:underline;}
.product-view #added{margin:20px 0 0 328px;}
.product-view .product-shop .price-box .old-price, #container2 .product-options-bottom .price-box .old-price{margin-right:5px;margin-left:5px;margin-top:5px;}
.no-rating{margin:0;}
.ratings{font-size:11px;line-height:1.25;}
.ratings strong{float:left;margin:1px 3px 0 0;}
.ratings .rating-links{margin:0;}
.ratings .rating-links .separator{margin:0 2px;}
.ratings dt{}
.ratings dd{}
.rating-box{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_rating.png") repeat-x scroll 0 0 transparent;font-size:0;height:13px;line-height:0;overflow:hidden;text-indent:-999em;width:70px;}
.rating-box .rating{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_rating.png") repeat-x scroll 0 100% transparent;float:left;height:13px;}
.col-main .rating-box{width:69px;height:13px;font-size:0;line-height:0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_rating.png) repeat-x 0 0;text-indent:-999em;overflow:hidden;}
.col-main .rating-box .rating{float:left;height:13px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_rating.png) repeat-x 0 100%;}
.ratings .rating-box{float:left;margin-right:3px;}
.ratings .amount{}
.ratings-table th,
.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0;}
.ratings-table th{font-weight:bold;padding-right:8px;}
.add-to-links a i{font-size:20px !important;margin-top:3px !important;}
.product-shop .add-to-links a i{font-size:20px !important;margin-top:-1px !important;}
.availability{margin:0;}
.detail-availability{margin-top:7px;text-align:center;}
.detail-availability span{color:#363636;font-weight:normal;}
.availability.in-stock span{color: #000000;}
.availability.out-of-stock span{color:#89BC56;}
.availability-only{margin:10px 0 7px;line-height:16px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_availability_only.gif) 0 50% no-repeat;padding-left:15px;}
.availability-only span,
.availability-only a{border-bottom:1px dashed #751d02;color:#000;}
.availability-only a{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_availability_only_?.gif) 100% 0 no-repeat;cursor:pointer;padding-right:15px;text-decoration:none;}
.availability-only .expanded{background-position:100% -15px;}
.availability-only strong{color:#be2c00;}
.availability-only-details{margin:0 0 7px;}
.availability-only-details th{background:#d2d6d9;font-size:10px;padding:0 8px;}
.availability-only-details td{background:#ebf0f3;border-bottom:1px solid #fff;font-size:11px;padding:2px 8px 1px;}
.availability-only-details tr.odd td.last{color:#d95e00;font-weight:bold;}
.product-view .product-shop .availability{font-size:11px;}
.email-friend{margin:0;}
.alert-price{margin:0;font-size:11px;}
.alert-stock{margin:0;font-size:11px;}
.price{white-space:nowrap !important;}
.price-box{}
.price-box .price{color:#818181;font-size:18px;line-height:30px;padding:0;}
.price-box .old-price .price{font-size:12px;}
.regular-price{color:#9b0e11;}
.socialToolBar .price-box{display:block;position:absolute;top:85px;}
.socialToolBar .price-box .regular-price .price{color:#FFF;}
.regular-price .price{font-size:18px;line-height:30px;}
.block .regular-price,
.block .regular-price .price{font-size:20px;line-height:30px;}
.socialToolBar .wishlist-compare{display:block;position:absolute;width:210px;height:20px;line-height:20px;top:149px;left:5px;}
.rating-product-box .ratings{display:inline-block;}
.old-price{display:inline-block;margin:0 3px;    text-decoration: line-through;}
.old-price .price-label{white-space:nowrap;color:#999;}
.old-price .price{color:#555 !important;}
.special-price{display:inline-block;margin:0;padding:0;}
.product-shop .special-price{font-weight:bold; }
.product-shop .discount-price{font-weight:normal; }
.special-price .price-label{font-size:13px;font-weight:bold;white-space:nowrap;color:#cd5033;}
.special-price .price{color:#E33804;font-size:16px;line-height:30px;}
.minimal-price{margin:0;}
.minimal-price .price-label{font-weight:bold;white-space:nowrap;}
.minimal-price-link{display:block;}
.minimal-price-link .label{color:#999;}
.minimal-price-link .price{font-weight:normal;color:#9b0e11;}
.price-excluding-tax{display:block;color:#999;}
.price-excluding-tax .label{white-space:nowrap;color:#999;}
.price-excluding-tax .price{font-size:13px;font-weight:normal;color:#c76200;}
.price-including-tax{display:block;color:#999;}
.price-including-tax .label{white-space:nowrap;color:#999;}
.price-including-tax .price{font-size:13px;font-weight:bold;color:#c76200;}
.configured-price{margin:0;}
.configured-price .price-label{font-weight:bold;white-space:nowrap;}
.configured-price .price{font-weight:bold;}
.weee{display:block;font-size:11px;color:#444;}
.weee .price{font-size:11px;font-weight:normal;}
.price-excl-tax{display:block;}
.price-excl-tax .label{display:block;white-space:nowrap;}
.price-excl-tax .price{display:block;}
.price-incl-tax{display:block;}
.price-incl-tax .label{display:block;white-space:nowrap;}
.price-incl-tax .price{display:block;font-weight:bold;}
.price-from{margin:0;}
.price-from .price-label{font-weight:bold;white-space:nowrap;}
.price-to{margin:0;}
.price-to .price-label{font-weight:bold;white-space:nowrap;}
.price-notice{padding-left:10px;color:#999;}
.price-notice .price{font-weight:bold;color:#2f2f2f;}
.price-as-configured{margin:0;}
.price-as-configured .price-label{font-weight:bold;white-space:nowrap;}
.price-box-bundle{padding:0 0 10px 0;}
.price-box-bundle .price-box{margin:0 !important;padding:0 !important;}
.price-box-bundle .price{color:#555;}
.product-pricing,
.tier-prices{margin:10px 0;padding:10px;background-color:#f4f7f7;border:1px solid #dadddd;color:#424242;}
.tier-prices li{line-height:1.4;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_tier.gif) no-repeat 0 3px;padding:2px 0 2px 10px;}
.tier-prices .benefit{font-style:italic;font-weight:bold;color:#2f2f2f;}
.tier-prices .price{font-weight:bold;color:#2f2f2f;}
.tier-prices-grouped li{padding:2px 0;color:#e26703;}
.tier-prices-grouped li .price{font-weight:bold;}
.add-to-links .separator{display:none;}
.add-to-cart label{color:#666666;float:left;font-weight:bold;line-height:41px;margin-right:5px;}
.add-to-cart .qty{float:left;}
.add-to-cart button.button{float:left;}
.add-to-cart .paypal-logo{clear:left;margin:0;text-align:right;}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px 5px 0;}
.product-view .add-to-cart .paypal-logo{margin:0;}
.add-to-box{margin:20px 0 10px 0; text-align:center}
.add-to-box .add-to-cart{display: table; width: 100%;}

.add-to-box .caja-home {
    float: left;
    width: 100%;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
}

.add-to-box .caja-home div {
    background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -151px -75px;
    width: 25px;
    height: 20px;
    display: inline-flex;
    margin-right: 5px;
    line-height: 25px;
}

.add-to-box .caja-home span {
    line-height: 25px;
}

.add-to-box .or{float:left;font-weight:bold;margin:0 7px;color:#666;}
.add-to-box .add-to-links{float:left;margin:0;font-size:12px !important;line-height:1.25 !important;text-align:left !important;}
.add-to-box .add-to-links li{display:block !important;}
.add-to-box .add-to-links li .separator{display:none !important;}
.product-view{ margin-bottom:20px;}
.product-view .manufacturer-img {line-height:30px;}




@media (max-width: 460px) {
    .product-view .manufacturer-img img { max-width: 170px;}
}

.product-essential{}
.product-essential h2{
    line-height: 14px;
    margin: 0;
    font-family: 'Interstate'!important;
    font-size: 1.3em;
}
.product-collateral{padding:25px 0;float:left;clear:both;margin-top:34px !important;
                    /*MJ*/width: 100%;
}
.product-collateral .std{font-size:12px;padding: 0; margin:10px 0;}
.short-description .std{font-size:13px;text-align:center;}
.product-collateral .box-collateral{margin:0 0 25px;}
.product-collateral .right-block{border-left:#dfdfdf solid 1px;}
.product-essential .product-shop .right-block{float:right;margin-top:12px;max-width:207px;width:100%;}
.product-collateral .right-block-inner{margin-left:20px;}
.limiter{float:right;}
.product-collateral .tabs-left .product-tabs{margin:0;
                                             /*MJ*/
                                             text-transform: uppercase;
                                             font-family: 'Interstate Bold';   
}
.product-tabs{padding-bottom:2px;}
.product-tabs li{display:inline-block;font-size:12px;line-height:12px;}
.product-tabs li.first{border-left:0;}
.product-tabs li.last{border-right:0;}
.product-tabs span.tab{
    display:block;
    /*MJ*/
    /* margin-bottom:2px;*/
    margin-right:0;
    padding:7px 7px;
}
#productTagName{height:100%;max-height:34.5px;}
.product-tabs span.tab:hover, /*.product-tabs li.active a,*/ .product-tabs li.active a:hover{
    /*border-left: 1px solid #02D2D9;*/ /*MJ*/
    /*color: #565656;
    text-decoration: none; */
    /*MJ*/
    /*border-right: 1px solid #02D2D9;
    border-top: 1px solid #02D2D9;*/
    /*   padding: 8px 7px;
       margin-left: 0;
       margin-right: 0;*/
}

.product-tabs span.tab:hover{
    /*MJ*/
    /*    padding: 8px 6px;*/
	cursor: pointer;
}
.product-tabs-content h2{display:none;font-size:12px;font-weight:bold;}
.product-tabs-content{/*MJ*/ /*border-top:#02D2D9 solid 1px;*/}
.tabs-left{ margin-bottom: -5px;
            border-top: #c2c3c7 solid 1px;
            border-bottom: #c2c3c7 solid 1px;}
.product-view .product-img-box{position:relative;text-align:center;}
.col3-layout .product-view .product-img-box{float:none;margin:0 auto;}
.product-view .product-img-box .product-image{margin:0 0 13px;}
.product-view .product-img-box .product-image img{margin:0 auto;}
.product-view .product-img-box .product-image-zoom{position:relative;width:326px;height:370px;overflow:hidden;z-index:9;border:#e3e3e3 solid 1px;}
.product-view .product-img-box .product-image-zoom img{position:absolute;left:0;top:0;cursor:move;border:#e3e3e3 solid 1px;}
.product-view .product-img-box .zoom-notice{font-size:11px;margin:0 0 5px;text-align:center;}
.product-view .product-img-box .zoom{position:relative;z-index:9;height:18px;margin:0 auto 13px;padding:0 28px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/slider_bg.gif) 50% 50% no-repeat;cursor:pointer;}
.product-view .product-img-box .zoom.disabled{-moz-opacity:.3;-webkit-opacity:.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity:.3;}
.product-view .product-img-box .zoom #track{position:relative;height:18px;}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:-1px;width:9px;height:22px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/magnifier_handle.gif) 0 0 no-repeat;}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:2px;top:0;}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:2px;top:0;}
.product-view .product-img-box .more-views h2{font-size:11px;border-bottom:1px solid #ccc;margin:0 0 8px;text-transform:uppercase;}
.product-view .product-img-box .more-views{margin:0 auto; min-height: 120px;}
.product-view .product-img-box .more-views ul{margin:0 auto;}
.product-view .product-img-box .more-views li{margin:5px 0;}
.product-view .product-img-box .more-views li .prev{float:left;}
.product-view .product-img-box .more-views li .next{float:right;}
.product-view .product-img-box .more-views li .aphoto{float:left;overflow:hidden;margin:0 5px;}
.product-view .product-image{position:relative;}
.product-img-box .more-views{margin-top:27px !important;}
.more-views .owl-controlls .owl-buttons{position:absolute;right:0;top:-27px;}
.product-view .product-image .zoom-image{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png") no-repeat scroll -104px -93px transparent;bottom:0;display:none;height:20px;left:0;margin:5px;padding-left:23px;position:absolute;text-indent:-999px;text-transform:uppercase;width:20px;z-index:999;}
.more-view-title{font-size:14px;font-weight:bold;margin:5px 0;}
.more-views{position:relative;}
.right-block .right-block-inner .block-title{border-bottom:1px solid #D4D4D4;}
.right-block .right-block-inner h2{border-bottom:1px solid #363636;display:inline-block;font-size:15px;font-weight:normal;margin-bottom:-1px;}
.nova-detail-link{clear:both;width:270px;display:inline-block;margin:inherit;margin-bottom:25px;left:auto;right:auto;float:inherit;text-align:center;margin-top:5px;}
.nova-detail-link iframe{width:85px;float:left;}
.nova-detail-link ul{margin:0;padding:0;}
.nova-detail-link ul li a{border:2px solid #CCCCCC;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;float:left;font-size:17px;height:36px;left:0;margin-right:10px;position:relative;text-align:center;top:0;width:36px;}
.nova-detail-link ul li a i{color:#CCCCCC;left:6px;position:absolute;top:4px;}
.nova-detail-link ul li a:hover i{color:#FFF !important;}
.nova-detail-link ul li a i.icon-facebook-4{left:4px;position:absolute;top:4px;}
.nova-detail-link ul li a i.icon-twitter{left:5px;position:absolute;top:4px;}
.nova-detail-link ul li a i.icon-pinterest-3{left:4px;position:absolute;top:3px;}
.flexslider-related{max-width:200px;margin:0 auto;}
.flexslider-related .product-name{font-weight:bold;}
.related-slider-direction-nav{position:absolute;top:-19px;right:0}
.related-slider-direction-nav li{float:left;font-size:15px;}
#related-product-table .product h3.product-name,#related-product-table .product .price-box{text-align:center;}
#related-product-table .product .price-box p,#related-product-table .product .price-box p span,#related-product-table .product .price-box span span{font-size:18px;margin:0;padding:0;}
#related-product-table .owl-controlls .owl-buttons{position:absolute;right:-4px;top:-90px;}
#related-product-table .product .price-box{margin:0;}
.product-shop .detail-availability p{margin:0 0 5px 0;}
.product-shop .detail-availability p.brand-code{margin-top:5px;}
.itemslider-thumbnails .direction-nav{}
.itemslider-thumbnails .direction-nav a.prev{position:absolute;display:block;width:21px;height:45px;position:relative;left:-6px;top:25px;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-hover1.png);background-repeat:no-repeat;background-color:#585858;cursor:pointer;text-decoration:none;text-indent:-999px;overflow:hidden;transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;margin:0 !important;}
.itemslider-thumbnails .direction-nav a.next{position:absolute;display:block;width:21px;height:45px;position:relative;left:291px;top:-20px;background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-hover1.png);background-repeat:no-repeat;background-color:#585858;cursor:pointer;text-decoration:none;text-indent:-999px;overflow:hidden;transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;margin:0 !important;}
.slider-items{margin:0 auto;}
.socialToolBar .price-box{color:#FFF;max-width:210px;}
.socialToolBar .price-box .old-price{float:left;text-align:center;padding:2px 8px 0;}
.socialToolBar .price-box .special-price{float:left;text-align:center;padding:0 5px;}
.socialToolBar .price-box .old-price .price{color:#6a6a6a;font-size:12px;}
.socialToolBar .price-box .special-price .price{color:#FFF;font-size:20px;}
.slider-width-col5{max-width:1170px}
.owl-item:hover .quickview-box{opacity:1;}
.owl-item h3.product-name, .owl-item h2.product-name{margin-bottom:0;}
.itemslider-thumbnails .direction-nav a:hover{background-color:#333;}
.itemslider-thumbnails .direction-nav a.disabled{opacity:0.4;filter:alpha(opacity=40);cursor:default;}
.itemslider-thumbnails .direction-nav a.disabled:hover{background-color:#9b9b9b;}
.itemslider-thumbnails .direction-nav .prev{background-position:-1px -31px;}
.itemslider-thumbnails .direction-nav .prev:hover{background-color:#585858;}
.itemslider-thumbnails .direction-nav .prev.disabled:hover{background-color:#585858;}
.itemslider-thumbnails .direction-nav .next{background-position:-23px -31px;}
.itemslider-thumbnails .direction-nav .next:hover{background-color:#bbbbbb;}
.itemslider-thumbnails .direction-nav .next.disabled:hover{background-color:#9b9b9b;}
.product-image-popup{margin:0 auto;}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0;}
.product-image-popup .nav{font-weight:bold;margin:0 100px;text-align:center;}
.product-image-popup .image{display:block;margin:10px 0;}
.product-image-popup .image-label{font-size:13px;font-weight:bold;margin:0 0 10px;color:#2f2f2f;}
.product-image-popup .button{height:20px;}
.video-views ul li{float:left;margin-left:10px;margin-bottom:10px;}
.col1-layout .product-view .product-shop{}
.col3-layout .product-view .product-shop{float:none;width:auto;}
.product-view .product-shop .product-name{margin:0 0 10px;}
.product-view .product-shop .product-name h1{margin:0;font-size:30px;font-weight:normal;line-height:1.15em;}
.product-view .product-shop .availability{line-height:23px;}
.product-view .product-shop .in-stock span{padding:5px;}
.home-content-container .main-container{border:none;}
.home-content-container .main-container .filter-nav{padding-bottom:6px;}
.home-content-container .main-container .filter-nav ul{margin:0;padding:0;}
.home-content-container .main-container .filter-nav ul li{display:inline-block;float:left;list-style:none;margin-right:20px;}
.home-content-container .main-container .filter-nav ul li a{font-size:14px;text-transform:uppercase;}
.home-content-container .main-container .filter-nav ul li a.selected{border-bottom:1px solid #363636;padding-bottom:8px;color:#363636;}
.home-content-container .main-container .filter-nav ul li a:hover{border-bottom:1px solid #363636;padding-bottom:8px;color:#363636;}
.product-view .product-shop .out-of-stock span{background: none;
                                               padding: 5px;
                                               font-size: 13px;
                                               /* font-weight: bold; */
                                               font-family: 'Interstate Bold';}
.product-shop div.col-md-8 div.add-to-box{display:block;float:left;margin-right:10px;}
.product-shop .block-detail-other{display:block;float:left;margin:0 0 15px;width:100%;}
.product-shop .block-detail-other span{margin-left:5px;text-transform:uppercase;}
.product-shop div.add-to-link{display:block;float:left;margin:0 10px;}
.product-shop div.add-to-link ul.add-to-links{padding:0;margin:0;}
.product-shop div.add-to-link ul.add-to-links li{border:1px solid #D4D4D4;display:block;float:left;margin-right:10px;padding:7px 15px 10px 7px;}
.product-view .product-shop .short-description{/*border-top:1px dotted #DFDFDF;border-bottom:3px solid #DFDFDF;*/ border-top: 1px solid #c2c3c8; border-bottom: 1px solid #c2c3c8; clear:both;margin:0px 0 10px 0;padding:20px 0;}
.block_detail_product_page_2 p{font-size:12px;text-align:left;}
.product-view .product-shop .price-box{margin:10px 0 0px 0;text-align:center;}
.product-view .product-shop .add-to-links{margin:10px 0 0 0;}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator{display:inline;}
.product-view .product-shop .add-to-links a{text-transform:uppercase;}
.product-view .product-shop .add-to-links a.link-wishlist{}
.product-view .product-shop .add-to-links a.link-wishlist{font-size:11px;padding:2px 5px 2px 22px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-wishlist.png) no-repeat top left;}
.product-view .product-shop .add-to-links a.link-compare{font-size:11px;padding:0px 5px 2px 22px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-compare.png) no-repeat top left;}
.product-view .product-shop .add-to-links a.email-to-friend{font-size:11px;padding:0px 2px 2px 22px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-email.png) no-repeat top left;}
.product-view .product-shop .add-to-links a.link-compare{}
.product-view .product-shop .add-to-links a.email-to-friend{}
.page-empty .add-to-link {display:none !important;}
.product-view .product-block-right{float:right;width:23.6%;}
.product-options{padding:10px 0 20px;position:relative;width:40%; margin:auto;}

.select-attr {
    display: inline-block;
    min-width: 115px;
    max-width:200px;
    margin-right: 30px;
}
.important-attr {
    display:inline-block;
    vertical-align:middle;
}
.important-attr strong{
    font-family: 'Interstate Bold';
} 
.select-attr .product-options{width:100%;}
.product-options dl {margin-bottom:5px;}
.product-options dt{padding:10px 0 0;font-weight:normal;}
.product-options dt label{color:#2f2f2f;}
.product-options dt label.required em{color:#eb340a;margin-left:5px;margin-right:5px;}
.product-options dd .qty-holder{display:block;padding:10px 0 0;}
.product-options dd .qty-holder label{vertical-align:middle;}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#2f2f2f;}
.product-options dd{padding:5px 0 10px;}
.product-options dl.last dd.last{border-bottom:0;padding-bottom:5px;margin-bottom:0;}
.product-options dd input.input-text{width:98%;}
.product-options dd input.datetime-picker{width:150px;}
.product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle;}
.product-options dd textarea{width:98%;height:8em;}
.product-options dd select{width:99%;border-radius: 5px;background-color: #f4f4f4;}
.product-options dd .multiselect option{border-bottom:1px dotted #d9e5ee;padding:2px 4px;}
.product-options ul.options-list{margin-right:5px;}
.product-options ul.options-list li{line-height:1.5;padding:2px 0;}
.product-options ul.options-list input.radio{float:left;margin-top:3px;}
.product-options ul.options-list input.checkbox{float:left;margin-top:3px;}
.product-options ul.options-list .label{display:block;margin-left:18px;}
.product-options ul.options-list label{font-weight:normal;}
.product-options ul.validation-failed{padding:0 7px;}
.product-options p.note{margin:0;font-size:11px;}
.product-options p.required{}
.product-options-bottom{}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices{margin:0;padding:0 0 10px;border:0;background:0;color:#e26703;}
.product-options-bottom .tier-prices li{background:0;padding:2px 0;}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit{color:#e26703;}
.product-options-bottom .price-box{float:left;margin:0;padding:0;}
.product-options-bottom .price-box .price{line-height:31px;}
.product-options-bottom .add-to-links{clear:both;padding:5px 0 0;text-align:right;}
.col3-layout .product-options-bottom .price-box{float:none;padding:0 0 5px;}
.product-options-bottom .price-label{float:left;padding-right:5px;}
.product-options-bottom .price-tax{float:left;}
.product-options-bottom .add-to-cart{display:table; margin:auto; width:100%; margin:0;}
.product-shop .product-options-bottom{margin: 20px 0 10px 0; text-align:center;}
.product-shop .product-options-bottom .price-box{float:left;margin:0 0 5px;}
.product-shop .product-options-bottom .price-label{float:none;padding-right:0;}
.product-shop .product-options-bottom .price-tax{float:none;}
.product-shop .product-options-bottom .add-to-cart-box{clear:both;float:left;padding-top:12px;}
.product-shop .product-options-bottom .add-to-links{clear:both;padding:5px 0 0;text-align:right;}
.product-view .grouped-items-table .price-box{margin:0;padding:0;}
.product-view .box-description{}
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td{line-height:1.25;}
.product-view .box-up-sell{margin-top:5px;max-width:11700px;position:relative;width:100%;}
.box-collateral .products-upsell .owl-controlls .owl-buttons{position:absolute !important;right:0 !important;top:-33px !important;}
.box-cross-sell .owl-buttons{/*position:absolute !important;right:0 !important;top:-35px !important;*/}
.box-up-sell .up-sell-title,.box-cross-sell .cross-sell-title{border-bottom:1px solid #D4D4D4; margin-bottom:10px;}
.box-up-sell .up-sell-title h2,.box-cross-sell .cross-sell-title h2{border-bottom:1px solid #363636;display:inline-block;font-size:15px;line-height:20px;margin:0 0 -1px;padding:5px 0;text-transform:uppercase;}
.box-cross-sell .slider-items div.item{margin:0 10px;text-align:center;}
.product-view .box-up-sell .caroufredsel_wrapper{max-width:970px;}
.products-upsell li.item{float:left;display:inline;padding:0 12px;margin:0;}
.products-upsell li.item a.product-image{border-bottom:1px solid #C7C7C7;padding-bottom:1px;}
.products-upsell li.item img{border:0;}
.products-upsell .products-grid{width:auto;}
.products-upsell .product-name, .products-upsell .price-box,
.products-crosssell .product-name, .products-crosssell .price-box{text-align:center;}
.product-view .box-tags{margin:0;}
.product-view .box-tags h3{font-size:13px;}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px;}
.product-view .box-tags .product-tags li{display:inline;padding:0 7px 0 4px;}
.product-view .box-tags .product-tags li.first{padding-left:0;}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0;}
.product-view .box-tags .form-add label{display:block;font-size:12px;font-weight:400;margin:0 0 5px;}
.product-view .box-tags .form-add .input-box{float:left;width:305px;}
.product-view .box-tags .form-add .input-box input{padding:7px 3px;}
.product-view .box-tags .form-add input.input-text{box-shadow:none;width:299px;}
.product-view .box-tags .note{font-size:12px;margin:3px 0 0;padding:0;}
.product-view .box-tags .form-add{margin:10px 0 0;}
.product-view .box-tags .form-add button{padding:8px 10px;}
.product-view .box-reviews dl{margin:15px 0;}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span{font-weight:bold;}
.product-view .box-reviews dd{margin:0 0 15px;}
.product-view .box-reviews dd small{font-style:italic;}
.product-view .box-reviews .form-add{margin:15px 0 0;}
.product-view .box-reviews .form-add h3{font-size:13px;font-weight:normal;}
.product-view .box-reviews .form-add h3 span{font-weight:bold;}
.product-view .box-reviews .form-add h4{font-size:12px;}
.product-view .box-reviews .form-add .data-table td{text-align:center;}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0;}
.product-view .box-reviews .form-add .form-list .input-box{width:360px;}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea{width:354px;}
.send-friend .form-list{width:615px;overflow:hidden;}
.send-friend .form-list li{margin-right:-15px;}
.send-friend .form-list li p{margin:0 15px 0 0;}
.send-friend .form-list .field{width:315px;}
.send-friend .form-list .input-box{width:300px;}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea{width:294px;}
.send-friend .form-list li.wide .input-box{width:612px;}
.send-friend .form-list li.wide textarea{width:609px;}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:11px;line-height:21px;}
.block-content-inner .product-name{font-size:12px;font-weight:normal;text-align:left;text-transform:uppercase;     width: 180px;
                                   line-height: 15px; float:left;}
.mini-cart .block-content-inner .actions span{float:none;}
.sidebar .old-price{padding-right:7px;}
#recently-viewed-items{margin:0;}
#recently-viewed-items .product-img{float:left;margin:0 7px;max-width:75px;padding:0;width:100%;}
#recently-viewed-items .product-name{float:left;margin:0;max-width:117px;padding:0;width:100%;}
#recently-viewed-items .price-box{float:left;margin:0;max-width:117px;padding:0;width:100%;}
.recently-viewed-items .product-name a{text-align:left;}
.product-view .product-essential .product-name h1{color:#393939;font-size:25px;text-align:center;}
.owl-wrapper-outer .rating-product-box,
.products-grid .rating-product-box{display:none;}
.product-view .product-essential .btn-cart {
    border-radius: 5px;
    font-weight: bold;
    height: 42px;
    padding: 0;
    display: table-cell;
    width: 100%;
    background-color: #80c342!important;
    letter-spacing: 2.5px;
    font-family: 'Interstate Bold';
}

.product-view .product-essential .btn-cart:hover {
    background-color: 333!important;
}

.qty-div {
    display: table-cell;
    width: 120px;

}
.price-box .special-price .price {color: #02D2D9 !important; font-size: 18px; font-weight:bold; }
.price-box .regular-price .price {color:#363636 !important;}
.price-box .discount-price .price {color:#363636 !important; font-size: 12px; font-weight:bold;}
.item h3.product-name a{color:#363636 !important;}

.catalog-category-view .item h3.product-name a, .catalog-category-view .item h2.product-name a{font-weight:normal;}
.catalog-category-view .price-box .special-price .price, .catalog-category-view .price-box .regular-price .price {
    font-weight:bold;
}
.catalog-category-view .special-price .price , .catalog-category-view .price-box .old-price .price{font-size:11px;}
.catalog-category-view .special-price .price {font-size:18px; }
.catalog-category-view .discount-price .price {font-size:12px; }
.item h3.product-name a:hover{color:#988a49 !important;}

.product-view .product-essential #qty{box-shadow:none;height:42px;line-height:42px;text-align:center;margin:0; /*MJ*/ border-color: #E5E5E5;}
.tags-list{display:block;font-size:13px;}
.tags-list li{display:inline !important;}
.tags-list li a{line-height:25px;}
.advanced-search .form-list label{width:160px;padding-right:10px;}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range{float:left;clear:none;}
.advanced-search-amount{margin:0 0 10px;}
.advanced-search-summary{margin:10px 0;border:1px solid #e9d7c9;background:#fff6f1;padding:10px;}
.advanced-search-summary ul{float:left;width:49%;}
.advanced-search-summary strong{color:#E17C24;padding-left:15px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_search_criteria.gif) 0 3px no-repeat;}
.advanced-search-summary p{clear:both;font-weight:bold;margin:0;}
.cms-home .subtitle{}
.cms-index-index .subtitle{}
.page-sitemap .links{text-align:right;margin:0 8px -22px 0;}
.page-sitemap .links a{text-decoration:none;position:relative;}
.page-sitemap .links a:hover{text-decoration:underline;}
.page-sitemap .sitemap{margin:12px;}
.page-sitemap .sitemap li{margin:3px 0;}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:bold;}
.page-sitemap .sitemap li.level-0 a{color:#1e7ec8;}
.rss-title h1{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px;}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px;}
.cart .page-title{border-bottom:0;margin:0 0 25px;}
.cart .page-title h1{margin: 10px 0 0;
                     font-size: 17px;
                     font-family: 'Interstate'!important;
                     font-weight: bold;
                     letter-spacing: 2.5px;
                     text-align: center;}
#empty_cart_button{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-clear.png) no-repeat left center;color:#444;padding-left:28px;}
#empty_cart_button:hover{color:#9b0e11;}
.btn-update{padding-left:28px;}
.btn-continue{padding-left:28px;}
.btn-continue:hover{color:#9b0e11;}
#shopping-cart-table button.button{padding:0;}
#shopping-cart-table button.button span span{padding:0 10px;}
#shopping-cart-table .product-image img{border:1px solid #E9E9E9;}
#co-billing-form ul{margin:0;}
#co-billing-form ul.form-list label{padding:0;margin:0;}
#co-billing-form ul.form-list label.required em{color:#EB340A;float:right;font-style:normal;position:absolute;right:-10px;top:0;}

.cart-accordion{margin-bottom:20px;}
.cart-accordion-group{margin-bottom:25px;}
.box-up-sell .cart-accordion-heading{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x scroll 100% 100% transparent;}
.box-up-sell .cart-accordion-heading a.cart-accordion-toggle{border-color:#363636 !important;border-image:none;border-style:solid;border-width:0 0 1px;color:#363636 !important;display:inline-block;font-size:14px;margin:0;padding-bottom:5px;text-decoration:none;text-transform:uppercase;}
.block_detail_right{text-align:right;}
.cart-accordion-heading{
    display:none;
}
.cart-accordion-heading .cart-accordion-toggle{display:block;font-size:15px;line-height:30px;text-decoration:none;text-transform:uppercase;}
.cart-accordion-heading a:hover{color:#818181}
.cart-accordion-inner{padding:10px 0;}
.cart .page-title .checkout-types li{float:right;margin:0 0 5px;}
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout{padding:0;background:none !important;border:2px solid #02D2D9 !important;}
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout:hover{border:2px solid #cccccc !important;}
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout span span{color:#02D2D9 !important;font-size:14px;line-height:30px;padding:0 15px;}
.cart .title-buttons .checkout-types{float:right;}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px;}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3;}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;line-height:1.0;font-size:11px;}
.cart .cart-collaterals .box-up-sell{margin-top:20px;}
.cart .cart-collaterals .box-collateral{border-bottom:1px solid #D5D5D5;margin-top:20px;padding-bottom:10px;}
.cart-table th{padding:10px 10px;}
.cart-table td{padding:10px;}
.cart-table .product-name{margin:0 0 5px;color:#2f2f2f;}
.cart-table .item-msg{margin:5px 0;font-size:11px;font-weight:bold;color:#df280a;}
.cart-table tfoot td{padding:5px 10px;}
.cart-table .btn-continue{float:left;}
.cart-table .btn-empty span,

.cart-table .btn-continue span,
.cart-table .btn-update span{border-color:#406a83;background:#618499;}
.cart-table .btn-update,
.cart-table .btn-empty{float:right;}
.cart-table .btn-update{/*margin-left:10px;*/ display:none;}
.cart .cart-collaterals{padding:25px 0 0;}
.cart .cart-collaterals .col2-set{float:left;width:605px;}
.cart .cart-collaterals .col2-set .col-2{width:294px;}
.cart .crosssell{border:1px solid #cec3b6;background:#fafaec;padding:12px 15px;}
.cart .crosssell h2{font-size:13px;font-weight:bold;}
.cart .crosssell .product-image{float:left;width:75px;height:75px;border:1px solid #d0cdc9;}
.cart .crosssell .product-details{margin-left:90px;}
.cart .crosssell .product-name{font-weight:bold;}
.cart .crosssell li.item{margin:12px 0;}
.cart .crosssell .link-compare{font-weight:normal;}
.shipping-form{margin:0 10px;}
.shipping-form ul li{float:left;width:29%;}
.cart-accordion-inner ul.form-list{margin:0 !important;}
.cart-accordion-inner ul.form-list li{margin:0 !important;max-width:282px !important;width:100%;}
.shipping-form ul li.li-button{float:right;width:12%;margin-top:17px;}
.shipping-form button{font-size:14px;float:right;}
.cart .discount,
.cart .shipping{}
.cart .discount h2,
.cart .shipping h2{font:20px/20px 'BebasRegular',Helvetica,sans-serif;min-height:20px;padding:10px 0;}
.cart .discount button span,
.cart .shipping button span{border-color:#406a83;background:#618499;}
.cart .discount .buttons-set,
.cart .shipping .buttons-set{margin:10px 0 0;border:0;padding:0;text-align:left;}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button{float:none;margin-left:0;font-size:13px;
                                           color: #fff;
                                           border: #000 solid 1px;
                                           letter-spacing: 1.5px;
                                           background-color: #000;
                                           width: 100%;
                                           margin-bottom: 8px;
}
.cart .discount h2{}
.cart .discount label{}
.cart .discount .input-box{float:left;margin:8px 0px;/*padding:0 10px;*/width:100%;}
.cart .discount input.input-text{width:100%;text-align: center;text-transform: uppercase;  padding: 8px 2px; font-size:13px;}
.cart .discount .buttons-set{/*float:right;margin-right:10px;margin-top:8px;*/}
.cart .shipping h2{}
.cart .shipping .sp-methods{margin:10px 0 0;padding:5px 0 0;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_divider1.gif) 0 0 repeat-x;}
.cart .shipping input.input-text, .cart .shipping select{width:100%;}
.cart .totals{width:100%;margin-bottom:20px;margin-top: 20px;}
.cart .totals table{width:100%;margin:7px 0;}
.cart .totals td{padding: 3px 7px 1px 7px;}
.cart .totals tr.last td{}
.cart .totals tfoot th{padding:5px 15px 5px 7px;}
.cart .totals tfoot td{padding-top:5px;padding-bottom:5px;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong{font-size:12px;}
.cart .totals .checkout-types{float:right;font-size:13px;text-align:left;width: 100%;    margin-bottom: 0px;}
.cart .totals .checkout-types li{clear:both;margin:10px 0;width: 100%;}
.cart .totals .checkout-types li .button{float:left;font-size:14px;background:#ee1c35;}
.cart .totals .checkout-types li .button:hover{/*background:#565656;*/background-color: #1C0F0F!important;}
#shopping-cart-totals-table .a-right strong{font-weight:normal;}
#shopping-cart-totals-table tfoot .a-right strong{font-weight:bold;font-family: 'Interstate Bold'!important;}

#shopping-cart-totals-table tr {
    border-bottom: 2px solid #EEEEEE;
}

.totals ul.checkout-types li{float:right;}
.item-options dt{font-weight:bold;font-style:italic;}
.item-options dd{padding-left:10px;margin:0 0 6px;}
.truncated{cursor:help;}
.truncated a.dots{cursor:help;}
.truncated a.details{cursor:help;}
.truncated .truncated_full_value{position:relative;z-index:999;}
.truncated .truncated_full_value .item-options{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #ddd;background-color:#f6f6f6;}
.truncated .truncated_full_value .item-options > p{font-weight:bold;text-transform:uppercase;}
.truncated .show .item-options{top:-20px;left:50%;}
.col-left .truncated .show .item-options{left:15px;top:7px;}
.col-right .truncated .show .item-options{left:-240px;top:7px;}
#product-review-table{margin-top:10px;}
#product-review-table .label{padding:19px !important;}
.sp-methods{margin:0 0 8px;}
.sp-methods dt{margin:13px 0 2px;font-weight:bold;}
.sp-methods dd{}
.sp-methods dd li{margin:5px 0;}
.sp-methods label{font-weight:bold;color:#666;}
.sp-methods .price{font-weight:bold;}
.sp-methods .form-list{padding-left:20px;}
.sp-methods .form-list li{margin:0 0 8px;}
.sp-methods select.month{width:154px;margin-right:10px;}
.sp-methods select.year{width:96px;}
.sp-methods input.cvv{width:3em !important;}
.sp-methods .checkmo-list li{margin:0 0 5px;}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right;}
.sp-methods .checkmo-list address{float:left;}
.sp-methods .centinel-logos a{margin-right:3px;}
.sp-methods .centinel-logos img{vertical-align:middle;}
.sp-methods .release-amounts{margin:0.5em 0;}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0;}
.please-wait{float:right;}
.please-wait img{vertical-align:middle;}
.cvv-what-is-this{font-size:11px;cursor:help;margin-left:10px;}
.tool-tip{border:1px solid #7BA7C9;background:#EAF6FF;padding:15px 20px;position:absolute;z-index:9999;}

.tool-tip .btn-close{margin:-9px -14px 0;text-align:right;}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:15px;height:15px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_window_close.gif) 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden;}

.tool-tip .tool-tip-content{padding:5px;}
.gift-messages h3{font-size:12px;font-weight:bold;color:#e87403;}
.gift-messages p.control{color:#8e8d8b;}
.gift-messages-form{position:relative;}
.gift-messages-form label{float:none !important;position:static !important;}
.gift-messages-form h4{font-size:12px;font-weight:bold;color:#e87403;}
.gift-messages-form .whole-order{margin:0 0 25px;}
.gift-messages-form .item{margin:0 0 10px;}
.gift-messages-form .item .product-img-box{float:left;width:75px;}
.gift-messages-form .item .product-image{margin:0 0 7px;}
.gift-messages-form .item .number{margin:0;font-weight:bold;text-align:center;color:#8a8987;}
.gift-messages-form .item .details{margin-left:90px;}
.gift-messages-form .item .details .product-name{font-size:13px;font-weight:bold;margin:0 0 10px;}
.gift-messages-form .item .details .form-list .field{width:255px;}
.gift-messages-form .item .details .form-list .input-box{width:240px;}
.gift-messages-form .item .details .form-list input.input-text{width:234px;}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px;}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px;}
.gift-message-link{font-size:11px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_collapse-gm.gif) 100% 6px no-repeat;padding-right:7px;}
.gift-message-link.expanded{background-position:100% -40px;}
.gift-message-row{background:#f2efe9;}
.gift-message-row .btn-close{float:right;width:16px;height:16px;background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_gm-close.gif) 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;}
.checkout-agreements{padding:0; margin: 0;}
.checkout-agreements li{margin:0 0 20px;}
.checkout-agreements .agree{margin-top:5px;}
.checkout-agreements .agree input.checkbox{margin-right:6px;}
.checkout-agreements .agree label{font-weight:bold;}
.opc .checkout-agreements{padding:20px 40px;}
.checkout-agreements .agreement-content{max-height:250px;overflow:auto;padding-right:30px;}
.centinel{}
.centinel .authentication{border:1px solid #ddd;background:#fff;}
.centinel .authentication iframe{width:99%;height:400px;background:transparent !important;margin:0 !important;padding:0 !important;border:0 !important;}
.info-set .data-table .item-options{margin:5px 0 0;}
.nova-bd{border:1px solid #e6e6e6;padding:15px;}
.block-progress .block-title{background:none;border:0;padding:10px 0;}
.block-progress .block-title strong{font-family:inherit;text-transform:none;font-weight:normal;}
.block-progress .block-content{background:none;padding:0;margin-top:10px;border:none;}
.block-progress dt{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/checkout-progress.png") no-repeat 0 50%;font-weight:normal;line-height:18px;margin:0 0 5px;padding:6px 0 6px 20px;}
.block-progress dd{line-height:15px;border-top:0 none;margin:0 0 6px;padding:8px 10px;}
.block-progress dt.complete{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/checkout-progress.png) 0 9px no-repeat;}
.block-progress dt.complete .separator{}
.block-progress dt.complete a{font-weight:normal;}
.block-progress dd.complete{}
.block-progress p{margin:0;}
.opc .buttons-set{margin-top:0;padding-top:2em;}
.opc .buttons-set p.required{display:none;margin:0;padding:0 0 10px;}
.opc .buttons-set.disabled button.button{display:none;}
.opc .buttons-set .please-wait{height:28px;line-height:28px;}
.opc .ul{list-style:disc outside;padding-left:18px;}
.opc{position:relative;}
.opc .section{margin:0 0 10px;padding:0;}
.opc .step-title{border-bottom:1px solid #e5e5e5;padding:10px 0;text-align:right;}
.opc .step-title .number{background:none repeat scroll 0 0 #E5E5E5;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;float:left;font-size:18px;line-height:30px;margin-right:10px;padding:0 11px;}
.opc .step-title h2{float:left;font-size:18px;line-height:30px;}
.opc .step-title a{display:none;float:right;margin-top:6px;}
.opc .section.allow{cursor:pointer;}
.opc .section.allow.active{cursor:auto;}
.opc .allow .step-title{border-bottom:1px solid #e5e5e5;}
.opc .allow .step-title:hover{border-bottom:1px solid #e5e5e5;}
.opc .allow .step-title h2{}
.opc .allow .step-title a{display:block;}
.opc .active .step-title{border-bottom:1px solid #E5E5E5;overflow:hidden;padding-bottom:10px;}
.opc .active .step-title .number{color:#fff;background-color:#333;}
.opc .active .step-title h2{}
.opc .active .step-title a{display:none;}
.opc .step{margin-top:10px;position:relative;}
.opc .step .tool-tip{right:30px;}
#opc-login .col-1{}
#opc-login .col-2{}
#opc-login h3{margin-top:10px;}
#opc-login h3{background:none;font-weight:normal;font-size:13px;text-transform:uppercase;padding:0px 0px 7px 0px;}
#opc-login h4{color:#818181 !important;font-size:14px;font-weight:400;line-height:22px;margin:0;}
#opc-login .form-list{margin:15px 0 0;}
#opc-login .form-list li{margin:0 0 3px;}
#opc-login .buttons-set{padding:0;border:0;}
.opc .gift-messages-form{border:1px solid #e5e5e5;border-width:1px 0;}
.opc .gift-messages-form .inner-box{overflow:visible;}
#opc-review .step{padding:0;}
#opc-review .item-options{margin:5px 0 0;}
#opc-review .buttons-set{border:0;padding:15px 0;}
#opc-review .buttons-set p{margin:0;line-height:28px;}
#opc-review .buttons-set .please-wait{height:28px;line-height:28px;}
#opc-review .authentication{margin:0 auto;width:570px;}
#opc-review .warning-message{color:#222;font-weight:bold;text-align:center;padding:10px 10px 0;}
.i-add-this{padding:10px 0;}
.multiple-checkout h2,
.info-set h2{font-weight:bold;margin:0 0 10px;}
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4{font-size:15px;font-weight:bold;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a{font-size:12px;font-weight:normal;}
.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name{font-size:13px;margin:0 0 5px;}
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend{font-weight:normal;}
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend{color:#ce001a;margin:0 0 10px;}
.multiple-checkout .col2-set .divider,
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative;}
.multiple-checkout .box,
.info-set .box{margin:0 0 15px;}
.checkout-progress{padding:0 110px;margin:-11px 0 25px;}
.checkout-progress li{float:left;width:19%;margin:0 1px 0 0;padding-top:5px;border-top:10px solid #d5d5d5;text-align:center;color:#bbb;}
.checkout-progress li.active{border-top-color:#ce001a;color:#ce001a;}
.multiple-checkout .page-title{border-bottom:1px solid #e5e5e5;padding-bottom:5px;}
.multiple-checkout .buttons-set{border-top:1px solid #e5e5e5;margin-top:40px;padding-top:15px;}
.multiple-checkout .data-table thead tr{border-bottom:1px solid #bbb;}
.multiple-checkout .data-table thead th{padding:10px;font-weight:normal;}
.multiple-checkout .gift-messages{margin:15px 0 0;}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:10px;}
.multiple-checkout .col2-set .col-1{width:32%;}
.multiple-checkout p.actions{margin-bottom:10px;}
.multiple-checkout .place-order .please-wait{margin-top:10px;}
.multiple-checkout .place-order .grand-total{font-size:1.5em;text-align:right;}
.multiple-checkout .place-order .grand-total .inner div{display:inline;}
.multiple-checkout .place-order .grand-total big{display:inline;margin-right:20px;}
#multiship-addresses-table td{padding:10px;}
.checkout-multishipping-shipping .box-sp-methods{border:1px solid #e5e5e5;padding:15px;margin-bottom:0;position:relative;}
.checkout-multishipping-billing .multiple-checkout{position:relative;}
.account-login .content{min-height:345px;padding:14px 21px;background:#faf7ee url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_login-box.gif) 0 0 repeat-x;border:1px solid #bbb6a5;border-bottom:0;}
.account-login .content h2{color:#545454;font-weight:normal;font-size:13px;margin:0 0 14px;padding:0 0 5px 23px;background-position:0 1px;background-repeat:no-repeat;text-transform:uppercase;}
.account-login .new-users{height:100%;min-height:370px;position:relative;}
.account-login .new-users h2{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_page1.gif)}
.account-login .registered-users{}
.account-login .registered-users h2{background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_page2.gif);}
.account-login .buttons-set{border:1px solid #bbb6a5;border-top:0;margin:0;padding:0;background:#dee5e8 url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bkg_buttons-set1.gif) 0 0 repeat-x;}
.account-login .buttons-set button.button{margin-left:0;}
.account-create{}
.captcha-note{clear:left;padding-top:5px;}
.captcha-image{float:left;display:inline;margin:0;position:relative;width:258px;}
.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;width:100%;}
.registered-users .captcha-image{margin:0;}
.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px;}
.captcha-reload.refreshing{animation:rotate 1.5s infinite linear;-webkit-animation:rotate 1.5s infinite linear;-moz-animation:rotate 1.5s infinite linear;}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);}
                          0%{-webkit-transform:rotate(-360deg);}
}
@-moz-keyframes rotate{0%{-moz-transform:rotate(0);}
                       0%{-moz-transform:rotate(-360deg);}
}
@keyframes rotate{0%{transform:rotate(0);}
                  0%{transform:rotate(-360deg);}
}
.window-overlay{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/window_overlay.png) repeat;background:rgba(0, 0, 0, 0.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990;}
.remember-me label{float:none;margin:0 6px;}
.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000;}
.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px;}
.remember-me-popup .remember-me-popup-head{position:relative;}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em;}
.remember-me-popup .remember-me-popup-body{padding:10px;}
.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;text-align:center;text-decoration:none;white-space:nowrap;color:#fff;}
.my-account .title-buttons .link-rss{float:none;margin:0;}
.dashboard .welcome-msg{clear:both;display:block;margin:0 0 10px 0;position:relative;}
.dashboard .welcome-msg p{margin:0;text-align:left;}
.dashboard .col2-set{margin:0 20px 20px;}
.box-account{padding:15px;margin:0 0 20px;}
.box-account .box-head{background:none repeat scroll 0 0 #FAFBFC;border-bottom:1px solid #E5E5E5;margin:0 0 20px;overflow:hidden;padding:15px 20px;}
.box-account .box-head h2{float:left;margin:0 10px 0 0;font-size:13px;font-weight:bold;text-transform:uppercase;background-position:0 0;background-repeat:no-repeat;padding-left:21px;}

.box-account .box-head a {
    font-weight:bold;	
}

.dashboard .box .box-title{padding:0 0 2px;margin:0 0 8px;text-align:right;}
.dashboard .box .box-title h3{float:left;font-size:1.25em;font-weight:normal;margin:0;text-transform:uppercase;}
.dashboard .box .box-title h4{float:left;font-size:1.1em;font-weight:normal;margin:0;}
.dashboard .box-recent .box-head h2{}
.dashboard .box-info .box-head h2{}
.dashboard .box-info h4{font-size:1.1em;font-weight:normal;text-transform:none;}
.dashboard .box-reviews .box-head h2{}
.dashboard .box-reviews .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c;}
.dashboard .box-reviews .details{margin-left:20px;}
.dashboard .box-reviews li.item{margin:0 0 7px;}
.dashboard .box-reviews li.item.last{margin:0;}
.dashboard .box-reviews .ratings{margin:7px 0 0;}
.dashboard .box-tags .box-head h2{}
.dashboard .box-tags .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c;}
.dashboard .box-tags .details{margin-left:20px;}
.dashboard .box-tags li.item{margin:0 0 7px;}
.dashboard .box-tags li.item.last{margin:0;}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li{display:inline;}
.addresses-list h2{font-weight:bold;font-size:13px;color:#e26703;text-transform:uppercase;}
.addresses-list h3{font-weight:bold;font-size:13px;}
.addresses-list address{margin:0 0 3px;}
.addresses-list p{margin:0;}
.addresses-list a{font-weight:bold;}
.addresses-list .link-remove{color:#646464;}
.addresses-list .separator{margin:0 3px;}
.addresses-list li.item{border:1px solid #ccc;padding:10px 13px;margin:0 0 10px;}
.addresses-list li.empty{background:none;border:0;padding:0;}
.addresses-list li.empty p{font-weight:bold;}
.addresses-list .addresses-additional li.item{background:none;border:0;padding:0;}
.order-info{background:#dee5e8;border:1px solid #d0cbc1;padding:4px 8px;margin:0 0 8px;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li{display:inline;}
.order-info .current{font-weight:bold;}
.order-info li{margin:0 3px;}
.order-date{margin:10px 0;}
.order-info-box{background:#fff;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px;}
.order-info-box h2{font-weight:bold;font-size:13px;}
.order-info-box .box-payment p{margin:0 0 3px;}
.order-info-box .box-payment th{font-weight:bold;padding-right:7px;}
.order-items{width:100%;overflow-x:auto;}
.order-items h2,
.order-items h3{clear:none;font-weight:bold;font-size:13px;padding:0;margin:0 0 5px;color:#0a263c;}
.order-items .product-name{font-size:1em !important;font-weight:bold !important;}
.order-items .link-print{color:#1e7ec8;font-weight:normal;}
.order-items .order-links{text-align:right;}
.order-additional{margin:15px 0;}
.gift-message dt strong{color:#666;}
.gift-message dd{font-size:13px;margin:5px 0 0;}
.order-about dt{font-weight:bold;}
.order-about dd{font-size:13px;margin:0 0 7px;}
.tracking-table{margin:0 0 15px;}
.tracking-table th{font-weight:bold;white-space:nowrap;}
.tracking-table-popup{width:100%;}
.tracking-table-popup th{font-weight:bold;white-space:nowrap;}
.tracking-table-popup th,
.tracking-table-popup td{padding:1px 8px;}
.page-print .print-head{margin:0 0 15px;}
.page-print .print-head .logo{float:left;}
.page-print .print-head address{float:right;margin-right:15px;}
.page-print h1{font-size:16px;font-weight:bold;}
.page-print h2,
.page-print h3{font-size:13px;font-weight:bold;}
.page-print h2.h2{font-size:16px;font-weight:bold;}
.page-print .order-date{padding:0 0 10px;margin:0 0 10px;}
.page-print .col2-set{margin:0 0 10px;}
.page-print .gift-message-link{display:none;}
.page-print .price-excl-tax,
.page-print .price-incl-tax{display:block;white-space:nowrap;}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price{display:inline;}
.my-wishlist .data-table td{padding:10px;}
.my-wishlist .product-image{display:block;width:113px;height:113px;margin:0 0 5px;}
.my-wishlist textarea{display:block;width:97%;height:109px;}
.my-wishlist .buttons-set{margin-top:2em;}
.my-wishlist .buttons-set button.button{float:none;}
#wishlist-table .add-to-links{white-space:nowrap;}
#wishlist-table input.qty {padding: 9px 2px;}
.wishlist_default {margin:0; margin-right: 10px;}
.link-wishlist { float: right;
                 margin-top: 20px;
                 border: 1px solid #aeaeae;
                 padding: 10px 15px;
                 border-radius: 0px;}
.my-tag-edit{float:left;margin:0 0 10px;}
.my-tag-edit .btn-remove{float:right;margin:4px 0 0 5px;}
#my-tags-table{clear:both;}
#my-tags-table td{padding:10px;}
#my-tags-table .add-to-links{white-space:nowrap;}
#my-reviews-table td{padding:10px;}
.product-review .product-img-box{float:left;width:140px;}

.product-review .product-img-box .product-image{display:block;width:125px;height:125px;}
.product-review .product-img-box .label{font-size:11px;margin:0 0 3px;}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px;}
.product-review .product-details{margin-left:150px;}
.product-review .product-name{font-size:16px;font-weight:bold;margin:0 0 10px;}
.product-review h3{font-size:12px;margin:0 0 3px;color:#2f2f2f;}
.product-review .ratings-table{margin:0 0 10px;}
.product-review dt{font-weight:bold;}
.product-review dd{font-size:13px;margin:5px 0 0;}
.billing-agreements .info-box{margin:15px 0;}
.billing-agreements .form-list li select{float:left;}
.billing-agreements .form-list li button.button{float:left;margin-left:10px;}
.billing-agreements .table-caption{font-weight:bold;font-size:13px;}


@media (max-width:750px){

    .col2-left-layout .columns-layout .col-md-9 {
        margin-left: 0 !important;
        margin-top: 20px !important;
        border-top: 1px solid #e5e5e5;

    }

    body[class*="customer-account"] .sidebar .widget-static-block, body[class*=" outofstock-index"] .sidebar .widget-static-block, body[class*=" review-customer"] .sidebar .widget-static-block,  body[class*=" sales-order"] .sidebar .widget-static-block, body[class*="customer-address"] .sidebar .widget-static-block, body[class*="newsletter-manage"] .sidebar .widget-static-block , body[class*="wishlist"] .sidebar .widget-static-block {
        display:none;
    }

    body[class*="wishlist"] .data-table th {
        white-space: normal;
    }

    body[class*="customer-account"] .col2-left-layout .columns-layout .col-md-9, body[class*=" outofstock-index"] .col2-left-layout .columns-layout .col-md-9, body[class*=" review-customer"] .col2-left-layout .columns-layout .col-md-9,  body[class*=" sales-order"] .col2-left-layout .columns-layout .col-md-9, body[class*="customer-address"] .col2-left-layout .columns-layout .col-md-9, body[class*="newsletter-manage"] .col2-left-layout .columns-layout .col-md-9 {
        margin-left: 0 !important;
    }

    #my-orders-table.data-table th {
        white-space: normal; 
    }

    #my-orders-table.data-table th, #my-orders-table.data-table td {
        font-size: 10px;
        padding: 6px;
    } 

    #my-orders-table.data-table .nobr {
        white-space: normal !important;
    }

    .my-account .pager .pages {
        width: 100%;
        margin: 15px 0;
    }

    .block .actions a{margin-right: 20px;}
}

@media (max-width: 991px){
    .onepagecheckout-index-success .col-right.sidebar {
        width: 100% !important;
    }
} 

.cart-msrp-totals{color:red;font-size:12px !important;font-weight:bold;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase;}
.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:bold;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff;}
.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100;}
.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px;}
.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis;}
.map-popup-arrow{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px;}
.map-popup-close{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px;}
.map-popup-checkout{display:inline;float:right;text-align:right;}
.map-popup-checkout span{display:block;padding-right:30px;}
.map-popup-checkout .paypal-logo{margin:0 0 5px;}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price{margin:0;padding:0;}
.map-popup-price{margin:5px 0 0;}
.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word;}
.map-popup-only-text{border-top:1px solid #ddd;}
.pading-top-bottom-10{padding:10px 0;}
.footer-container .footer-aditional .pading-top-bottom-20{padding:20px 2px 10px 2px;}
.block-bottom-right{float:left;}
a.btn-cart{line-height:27px !important;}
.guest-select{width:305px !important;}
.demo-block-place{border:2px dashed #E5E5E5;color:#999999;padding:5px;}
.restro-static-block-box{background-color:#f4f4f4;display:block;padding:20px;margin:10px 0;text-align:center;}
.restro-static-block-box p{font-size:18px;}
.restro-static-block-box .focus{color:#9B0E11;text-transform:uppercase;}
.restro-static-block-box .button{float:none;}
.static-slider-content h1.centered{margin:0 auto;max-width:980px;text-align:center;color:#FFF;font-size:32px;line-height:1.5em;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);}
.top-header-container .block-top-call-us{display:inline-block;float:left;}
.top-header-container .block-top-call-us p{color:#FFFFFF;float:left;font-size:10px;line-height:35px;margin:0;text-transform:uppercase;}
.header .i-header-content .nova-mgt-header-social-icons{position:relative;right:0;top:0;}
.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons{position:relative;right:0;top:-85px;}
.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons ul li{border:1px solid #EAEAEA;height:28px;width:28px;margin-left:10px;}
.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons ul li a{color:#a8a8a8;}
.header-container-1 .header-1 .welcome-msg{text-transform:uppercase;font-size:10px;}
.header-container-2 .header .i-header-content .nova-mgt-header-social-icons ul{margin:0;position:relative;right:0;top:0;z-index:999;}
.header-container-2 .welcome-msg{color:#988A49;display:inline-block;float:right;margin:20px 0 0;position:relative;right:0;text-align:right;top:-10px;text-transform:uppercase;font-size:10px;}
.welcome-msg3{color:#988A49;display:inline-block;margin:17px 0 0;position:relative;right:0;text-align:right;top:-9px;text-transform:uppercase;font-size:10px;}
.header-container-2 .search-col{display:block;line-height:35px;/*MJ*/ /*max-width:350px;*/ max-width:400px; position:inherit;margin:auto;width:100%;z-index:0;top:0;float:none;right:0;left:0;}
.header-container-3 .search-col{display:block;left:0;line-height:35px;margin-top:48px;position:absolute;top:0;width:35px;z-index:999;}
.header-container-3 .form-search input.input-text{float:right;background:#fafbf9;border:solid 1px #363636;box-shadow:none;color:#c2c2c2;height:35px;width:16px;right:-162px;padding:5px 10px;transition:width 0.1s linear 0s;}
.header-container-3 .form-search:hover input.input-text{margin-right:17px;width:175px;border:solid 1px #363636;border-right:none;}
/*.header-2 .mini-cart{right:0;margin-top:90px;position:absolute;width:37px;z-index:100;}*/
.header-2 .mini-cart .shopping-cart .cart-icon-top{/*border:1px solid #f0f0f0;*/cursor:pointer;font-size:20px;height:35px;padding:3px;width:35px;}
.header-2 .mini-cart .cart_circle_1{border-left:7px solid transparent;border-top:6px solid #02D2D9;left:7px;position:absolute;top:0;}
.header-container-3 #search_mini_form{left:0;position:absolute;top:0;}

.header-2 .mini-cart .block-content{background-color:#FFFFFF;border:1px solid #DDDDDD;display:none;padding:15px 10px;position:absolute;right:4px;width:350px;z-index:9999;top: 36px;}
.header-3 .search-col .form-search button.button{border:1px solid #f0f0f0;font-size:20px;height:35px;left:140px;position:absolute;top:0;width:35px;background:#fff !important;}
.header-3 .search-col .form-search:hover button.button{border:1px solid #363636;}
.header-2 .nova-header-high{margin:30px 0 20px 0 !important;}
.header-2 .i-header-content .nova-mgt-header-social-icons{top:30px;position:absolute;}
.header-3 .nova-header-high{text-align:left;padding-left:15px !important;margin-top:25px !important;color:#02D2D9;}
.header-3 .nova-header-mid{text-align:left;margin:5px 0 !important;margin-top:58px !important;}
.header-container ul#nav{position:relative;z-index:1000;}
.header-3 .i-header-content .nova-mgt-header-custom{}
.header-container-2 #default-menu #nav{bottom:0;display:inline-block;font-weight:bold;}
.header-container-2 #wide-menu #nav{bottom:0;display:inline-block;/*font-weight:bold;*/ margin-top: 5px;} 
.header-container-3 #default-menu #nav{bottom:0;float:left;left:0;width:100%;}
.header-container-3 #wide-menu #nav{bottom:0;float:left;left:0;width:100%;}
.header-container-2 #wide-menu #nav li a.level-top,
.header-container-2 #default-menu #nav li a.level-top,
.header-container-2 #wide-menu #nav li.home a,
.header-container-2 #default-menu #nav li.home a{color:#000;}
.header-container-3 #wide-menu #nav li a.level-top,
.header-container-3 #default-menu #nav li a.level-top,
.header-container-3 #wide-menu #nav li.home a,
.header-container-3 #default-menu #nav li.home a{color:#363636;}
.header-container-2 #wide-menu #nav ul.level0{left:0;/*top:45px;*/ top:60px;}
.header-container-2 #wide-menu #nav .nav-2  ul.level0{/*left:111px;top:45px;*/}

.header-container-2 #wide-menu .cat-title {
    display:none !important;
}

.left-categories ul .level0  span a span{font-weight:bold;}
.left-categories ul .level1  span a span{font-weight:normal;}
.header-container-3 #wide-menu #nav ul.level0{left:-290px;top:54px;}
.header .i-header-content .nova-mgt-header-social-icons ul{margin:0;position:absolute;right:-19px;top:130px;}
.block-layered-nav .block-content dl{margin:0;}
.header .i-header-content .nova-mgt-header-social-icons ul li{float:left;height:25px;position:relative;right:0;top:0;width:25px;}
.header .i-header-content .nova-mgt-header-social-icons ul li a{color:#363636;font-size:16px;}
.header .i-header-content .nova-mgt-header-social-icons ul li a i{bottom:1px;height:20px;left:1px;margin:0;position:absolute;width:20px;}
.block-contact-top{margin:10px 0 30px;}
ul#accordion-slider{margin:0;padding:0;list-style:none;position:relative;}
ul#accordion-slider li{display:block;overflow:hidden;padding:0;float:left;width:230px;height:300px;}
#twitter_update_list{font-size:12px;margin:0;text-align:left;width:250px;}
#twitter_update_list li{border-bottom:1px solid #D2D2D2;margin-bottom:10px;padding-bottom:10px;}
#twitter_update_list li .created{padding-left:40px;color:silver;}
#twitter_update_list + .follow-link{padding-left:40px;}
.toolbar .pages{float:right;}
.toolbar .pages ol{display:block;}
.toolbar .pages ol li{border:1px solid #D9D9D9;color:#363636;display:block;float:left;font-size:15px;line-height:37px;margin-left:8px;text-align:center;}
.toolbar .pages ol li:hover a,.toolbar .pages ol li:hover a i{color:#a7a7a7 !important;}
.toolbar .pages ol li.current{color:#FFF !important;background-color:#988A49;}
.toolbar .pages ol li.current span{color:#FFF !important;}
.toolbar .pages ol li.current span{color:#363636;font-size:12px;line-height:39px;padding:0 17px;text-decoration:none;}
.toolbar .pages ol li a{display:block; color:#363636;font-size:12px;font-weight:normal;line-height:39px;padding:0 16px;text-decoration:none;text-transform:uppercase;}
.toolbar .pages ol li a i.icon-right-open-3{color:#363636;margin:0 0 0 5px;font-size:10px;}
.toolbar .pages ol li a i.icon-left-open-3{color:#363636;font-size:10px;margin:0 5px 0 0;}
.footer-info-container{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/line.png) repeat-x top left;}
.footer-info-top .footer-info{margin:20px auto 30px;max-width:900px;width:100%;}
.footer-info-top .footer-info i{color:#A1A1A1 !important;font-size:28px;margin-top:30px;text-align:center;}
.footer-info-top .footer-info ul{display:inline-block;float:left;margin:0;padding:0;}
.footer-info-top .footer-info ul li{display:block;text-align:left;}
.footer-info-top .footer-info ul li a{color:#808080;font-size:11px;text-align:left;}
.footer-aditional h4{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/line.png) repeat-x left bottom;margin-bottom:10px;}
.footer-aditional h4{display:inline-block;font-size:14px !important;font-weight:400 !important;line-height:40px;text-transform:uppercase !important;}
.grid-banner{margin:0 auto;max-width:1170px;width:100%;}
.footer-info-container .footer-info{margin:0 auto;max-width:1170px;padding-top:0;width:100%;}
.footer-info-container .footer-info .nova-footer-info{display:block;margin:0;padding:0 0 20px 0;}
.footer-info-container .footer-info .nova-footer-info .nova-footer{display:block;margin:0;padding:0;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1{margin:0 30px 0 0;padding:0;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 h2.title{font-size:13px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more{padding-top:15px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more a{border:2px solid #CCCCCC;font-size:12px;padding:5px 10px;text-transform:uppercase;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more a:hover{border:2px solid;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2{margin:0 30px 0 0;padding:0;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 h2.title{font-size:13px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-5{margin:0px;padding:0px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 h2.title{font-size:13px;line-height:15px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.post{border-bottom:1px solid #CCCCCC;font-size:10px;margin:0;padding-bottom:10px;text-transform:uppercase;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.post span{color:#363636;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.content{font-size:12px;padding-top:10px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box3{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-title{margin-bottom:10px;padding:0 5px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-title h2.title{font-size:13px;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance{margin:0;padding:0;}
.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance .nova-img{margin:0;padding:5px;}
.footer-container{}
.footer-aditional{max-width:1170px;width:100%;margin:0 auto;padding:0;}
.aditional-left .bottom-menu-column a{text-transform:uppercase;}
.footer-container .bottom-menu-column a:hover{text-decoration:none;padding-right:20px;background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/grey-arrow-right.png") no-repeat 100% 50%;}
.box-border-3{}
.aditional-left, .twitter, .facebook{float:left;}
.bottom-menu-column{text-align:left;font-size:10px;}
.footer-aditional .facebook h4{color:#0d0d0d;font-size:18px;font-weight:normal;font-family:'CaviarDreamsRegular',sans-serif;margin-bottom:7px;text-transform:uppercase;}
.bottom-menu{margin:0;}
.bottom-menu li{float:none;margin:0;line-height:25px;}
.aditional-right{float:right;}
.twitter-posts a{color:#363636;}
.twitter-posts a:hover{color:#988A49;}
.shippingpolicy{margin-bottom:10px;}
.social-links{margin-bottom:20px;}
.social-links h4{color:#a3a3a3;font-size:16px;font-weight:normal;text-transform:uppercase;text-align:right;margin-bottom:15px;}
.social-links ul{float:right;}
.social-links ul li{float:left;padding-right:12px;}
.social-links ul li.last{padding-right:0;}
.social-links ul li a{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png") no-repeat;display:block;height:40px;width:40px;}
.social-links ul li a span{display:none;}
.social-links ul li a.facebook{background-position:-11px -232px;}
.social-links ul li a.twitter{background-position:-63px -232px;}
.social-links ul li a.youtube{background-position:-115px -232px;}
.social-links ul li a.rss{background-position:-167px -232px;}
.social-links ul li a{-webkit-transition:-webkit-transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out;-o-transition:-moz-transform 0.4s ease-out;transition:transform 0.4s ease-out;}
.social-links ul li a:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
.payment-methods h4{color:#a3a3a3;font-size:16px;font-weight:normal;text-transform:uppercase;text-align:right;margin-bottom:15px;}
.connect-payment{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png") no-repeat -11px -187px;width:283px;height:32px;}
.copyright-footer{
    max-width: 100%;
    color: #FFFFFF;
    background: #464648;
    padding: 15px 0;
    text-align: left;
}
.footer{margin:0 auto;max-width:1170px;}
.footer .store-switcher{display:inline;margin:0 5px 0 0;color:#fff;}
.footer-left{float:left;padding:25px 2px 25px 2px;}




.footer-left ul{margin:0;}
.footer-right{float:right;padding:25px 2px 25px 2px;}
.footer address{    
    color: #FFFFFF;
    font-size: 10px;
    line-height: 17px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    margin-top: 15px;}
.footer address a{color:#FFF !important;font-size:10px;text-decoration:underline;}
.footer address a:hover{text-decoration:none;}
.footer ul{display:inline;}
.footer ul.links{display:block;}
.footer li{display:inline;padding:0 10px;}
.footer li.last{background:none !important;padding-right:0 !important;}
.footer-container .bottom-container{margin:0 0 5px;}
.footer .payment-logo{padding:0; text-align: center;}
.footer .payment-logo p{text-align:right;margin:0;}
.footer .payment-logo p img{margin:9px 0 0;}
.home-callout{margin-bottom:12px;}
.home-callout img{display:block}
.home-spot{float:left;width:470px;margin-left:20px;}
.best-selling h3{margin:12px 0 6px 0;color:#e25203;font-size:1.2em;}
.best-selling table{border-top:1px solid #ccc;}
.best-selling tr.odd{background:#eee url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;}
.best-selling tr.even{background:#fff url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;}
.best-selling td{width:50%;border-bottom:1px solid #ccc;padding:8px 10px 8px 8px;font-size:11px;}
.best-selling .product-img{float:left;border:2px solid #dcdcdc;}
.best-selling .product-description{margin-left:107px;line-height:1.3em;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover{color:#203548;}
.block-cart-below-total{margin-bottom:20px;}
.block-cart-bottom{margin:20px 0;}
#infscr-loading{position:fixed;text-align:center;top:100%;width:126px;height:126px;left:50%;margin-top:-546px;margin-left:-63px;background:#000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:200%;color:#fff;zoom:1;filter:alpha(opacity=80);opacity:0.8;z-index:999;}
#infscr-loading em{margin-top:20px;display:block;}
#infscr-loading img{margin-top:20px;margin-bottom:10px;}
#toTop{display:none;text-decoration:none;position:fixed;bottom:50px;right:50px;overflow:hidden;width:50px;height:50px;border:none;text-indent:-9999px;background:#F01C35 url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat;background-position:0 -106px;transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
#toTop:hover{background:#dddddd url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon.png) no-repeat;background-position:-50px -106px;width:50px;height:50px;display:block;overflow:hidden;float:left;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
#toTop:active, #toTop:focus{outline:none;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
.main-container .main .col-main .account-login .page-title{margin:0 0 15px;padding-bottom:23px;border-bottom:1px solid #d7d7d7;}
.main-container .main .col-main .account-login .page-title h1{color:#363636;font-size:20px;font-weight:normal;text-transform:uppercase;}
#login-form .new-users .content{background:none repeat scroll 0 0 transparent;border:medium none;margin:0;padding:0 50px 0 0;}
#login-form .new-users .content h2{background:none;font-size:110%;margin:0;padding:8px 0;text-align:left;}
#login-form .new-users .content p{font-size:12px;margin:10px 0 0 -10px;}
#login-form .new-users .buttons-set{float:right;background:none;border:none;margin:0;padding:0;}
#login-form .registered-users .content{background:none repeat scroll 0 0 transparent;border:medium none;padding:0 0 0 20px;}
#login-form .registered-users .content p{margin-left:-10px;padding:10px 0;}
#login-form .registered-users .content .form-list{margin-left:-10px;}
#login-form .registered-users .buttons-set{background:none;border:none;margin:0;padding:0 20px 0 10px;}
#login-form .registered-users .buttons-set .f-left{float:left !important;}
#login-form .registered-users .buttons-set #send2{float:left !important;padding:0;}
#login-form .registered-users .buttons-set #send2 span{padding:0 15px;font-size:14px;font-weight:normal;line-height:35px;}
#login-form .content{min-height:235px !important;}
.form-list label{padding-bottom:5px;}
#shipping-zip-form .form-list label{margin:10px 0 0;padding:0;}
.account-create .page-title{margin:0 0 15px;padding:0;}
.account-create .page-title h1{font-size:2em;font-weight:normal;line-height:1.25em;}
#login-form .form-list label{padding:10px 0 0;}
.my-account .dashboard .box-account{border:1px solid #E5E5E5;margin-bottom:10px;}
.my-account .dashboard .box-account, .box-info{border:1px solid #E5E5E5;clear:both;display:block;margin:0;padding:0;position:relative;}
.my-account .dashboard .box-account .box-head h2 , .box-info .box-head h2{font-size:110%;font-weight:normal;text-transform:uppercase;background:none;padding-left:0px;}
.my-account .dashboard .box-account .box-title ,.box-info .box-title{background:none;border-bottom:1px solid #E5E5E5;margin:0 0 8px;padding:0 0 2px;text-align:right;}
.cart .title-buttons button.btn-checkout{margin:0;padding:0;}
.cart .title-buttons button.btn-checkout span{background:none;border:0 none;color:#FFFFFF;line-height:30px;margin:0;padding:3px;}
.cart .shopping-cart-table .cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span{background:none;border:none;}
.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span{background:none;border:none;}
.cart .discount button span, .cart .shipping button span{background:none;border:none;}
.totals .checkout-types button.btn-checkout span{background:none;border:none;color:#FFFFFF;margin:0;padding:0;}
.form-alt li{margin-bottom:10px;}
.main-container{margin-bottom:45px;}
.main-container .main .col-main .account-login .page-title{margin-bottom:55px;}
.account-login .new-users .button{font-size:12px;font-weight:normal;line-height:35px;padding:0 15px;}
#login-form .new-users .content h2{font-size:14px;margin:0;padding-bottom:25px;padding-top:0;text-transform:uppercase;}
#login-form .new-users .content h2 .icon-user{color:#b9b9b9;font-size:28px;}
#login-form .registered-users .content h2{background:none;font-size:14px;margin:0;padding:0 0 20px;text-align:left;text-transform:uppercase;}
#login-form .registered-users .content h2 .icon-lock{color:#b9b9b9;font-size:28px;}
#login-form .new-users .content p{color:#545454;margin:0;}
#login-form .new-users .content .buttons-set{bottom:0;position:absolute;right:50px;}
p.required{color:#EB340A;font-size:11px;text-align:left;}
.registered-users .content .buttons-set .f-left{line-height:31px;}
#login-form .registered-users .content p.account{color:#545454;margin-bottom:10px;margin-left:-1px;padding:0;}
#login-form .registered-users .content .form-list{margin-left:-1px;}
#login-form .registered-users .buttons-set{padding:0 !important;}
.form-list .input-box{clear:both;display:block;max-width:none;}
.account-login #email{border-radius:0 0 0 0;height:38px;max-width:552px;width:100%;}
#email{border-radius:0 0 0 0;height:100%;max-width:530px;width:100%;}
.account-login #pass{border-radius:0 0 0 0;height:38px;max-width:552px;width:100%;}
#pass{border-radius:0 0 0 0;height:100%;max-width:470px;width:100%;}
.form-list li{color:#545454;font-size:12px;}
.form-list li{margin:0;}
#login-form .registered-users .content p.required{color:#ee1c35;font-size:12px;margin:0;padding:0 0 10px 0;}
.f-fix .ratings{height:14px;width:100%;}
.f-fix .ratings .rating-links{float:left;width:100%;border-top:1px solid #EDEDED;border-bottom:1px solid #EDEDED;padding:10px 0;margin:5px 0;}
.f-fix .ratings .rating-box{margin:5px 0;}
.f-fix .price-box .special-price{line-height:30px;}
.f-fix .price-box .price{font-size:20px;font-weight:bold;line-height:30px;}
.f-fix .special-price .price{font-size:20px;font-weight:bold;line-height:30px;}
.f-fix .act-box .btn-cart{float:left;margin:0;padding:0;background:none;}
.f-fix .act-box .btn-cart .icon-basket{color:#444444;cursor:pointer;display:block;font:27px/40px 'BebasRegular',Helvetica,sans-serif;text-align:center;padding:0 4px;border:1px solid #e7e7e7;background:none;}
.f-fix .act-box .add-to-links{max-width:48px;}
.f-fix .act-box .add-to-links li{display:inline;float:left;}
.f-fix .act-box .add-to-links .icon-heart{color:#444444;cursor:pointer;display:block;font:27px/40px 'BebasRegular',Helvetica,sans-serif;text-align:center;padding:0 4px;border:1px solid #e7e7e7;background:none;}
.f-fix .act-box .add-to-links .icon-chart-bar{color:#444444;cursor:pointer;display:block;font:27px/40px 'BebasRegular',Helvetica,sans-serif;text-align:center;padding:0 4px;border:1px solid #e7e7e7;background:none;}
.main .cart-left{float:left;}
.main .cart-right{float:right;margin-top:15px;margin-bottom:8px;}
#shopping-cart-table td{margin:0;}
#shopping-cart-table td .product-name{margin:0;}
#shopping-cart-table .product-image img{border:none;}
.data-table th{text-transform:uppercase;}
#shopping-cart-table h2{font-size:13px;font-weight:normal;text-transform:initial; font-family: 'Interstate'!important;}
#shopping-cart-table .first .a-right{/*border-bottom:1px dotted #ECECEC !important;border-top:1px dotted #ECECEC !important;*/padding:20px 0;}
#shopping-cart-table .odd .a-right{border:none !important;padding:13px 0 !important;}
#shopping-cart-table .icon-edit{color:#444444;font-size:16px;}
#shopping-cart-table .icon-trash{color:#444444;font-size:16px;}
#shopping-cart-table .btn-continue, #shopping-cart-table .btn-update{color:#f0f0f0;font-size:12px;line-height:31px;}
.cart-collaterals .totals{background:none;border:medium none;}
#collapseDiscount, #collapseShipping{/*border:1px solid #E6E6E6;*/display:block !important;height:auto !important;text-decoration:none;}
#accordion2 .col-md-4{width:26%;}
.cart-collaterals .cart-accordion-heading .cart-accordion-toggle:hover{text-decoration:none;}
.cart .totals .checkout-types button.btn-checkout span{font-size:15px;font-weight:normal;word-spacing:3px;font-weight: bold;}
.cart .totals .a-right .price{font-size:16px;}
#shipping-zip-form #country, #shipping-zip-form #region_id, #shipping-zip-form #postcode{border-radius:0;}
#postcode{max-width:282px;width:100%;}
#shipping-zip-form{margin:0;}
#shipping-zip-form .form-list label.required em{color:#EB340A;float:right;font-style:normal;position:absolute;right:-10px;top:0;}
#shipping-zip-form ul.form-list li{max-width:259px;margin-right:15px;}
#shipping-zip-form ul.form-list li.li-button{float:left;max-width:100px;width:100%;margin:29px 0 0 0;}
#shipping-zip-form ul.form-list li.li-button .button{padding:0;}
#shipping-zip-form ul.form-list li.li-button .button span span{line-height:30px;padding:0 15px;}
.product-shop .product-name h1{color:#393939;font-size:22px;font-weight:Regular;text-transform:none;/*border-bottom:1px dotted #D9D9D9;*/ border-bottom: 1px solid #c2c3c8; padding-bottom:15px;}
.top-empty{margin-top:30px !important;}
.icon-top{display:block;float:left;height:60px;margin:0 10px 0 0;position:relative;width:62px;}
.icon-top i{color:#444444;font-size:50px;height:50px;margin:0;position:absolute;width:62px;}
.icon-top i:hover{color:#444444;}
.cart-empty .page-title h1{font-size:24px;margin:0;}
.cart-empty{display:block;float:left;}
.col-md-offset-3 .cart-empty p{color:#959595;margin-bottom:23px;}
.cart-empty .center-empty-block{border:1px solid #D9D9D9;max-width:360px;padding:10px;width:100%;}
.cart-empty .center-empty-block p{color:#959595;font-size:13px;}
.cart-empty .continue-empty{display:block;}
.cart-empty .continue-empty p{display:block;margin:0;padding:0;}
.col-main .cart-empty a{color:#FFFFFF;float:right;font-size:14px;line-height:31px;padding:0 15px;text-transform:uppercase;}
.col1-layout .product-view .product-shop{}
.product-view .product-shop .add-to-links a.link-wishlist{background:none;padding:2px 5px 2px 0;}
.product-view .product-shop .add-to-links a.link-compare{background:none;padding:0 5px 2px 0;}
.product-view .product-shop .add-to-links a.email-to-friend{background:none;padding:0 5px 2px 0;}
.product-view .icon-wishlist, .product-view .icon-compare , .product-view .icon-mail{font-size:15px;}
#qty{border-radius:0;height:15px;line-height:15px;}
.product-essential .product-shop .col-md-8 .price-box{border-top:1px dotted #D4D4D4;padding:20px 20px 20px 0;}
.product-view .product-shop .price-box .old-price{margin-right:5px;margin-top:0;}
.product-shop .old-price .price{font-size:12px;line-height:30px;padding-right:10px;}
.product-shop .price{font-size:25px;}
.product-essential .old-price .price,.product-essential .special-price .price,.product-essential .regular-price .price{line-height:38px;line-height:30px;padding-right:0;}
.special-price .price{color:#EE1D33;}
.add-to-cart label{color:#545454;font-weight:normal;}
.home-list-title{/*background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x 100% 100%;*/font-size:12px;text-align: center; padding-top: 15px; border-top: 2px solid #EEEEEE; margin-bottom: 10px;}
.who-we-are .who-center{background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x 100% 50%;line-height:30px;margin:0 auto;max-width:445px;width:100%;}
.who-we-are{margin-top:40px;margin-bottom:10px;text-align:center;}
.who-top .col-md-2 div i{color:#363636;font-size:25px;height:45px;line-height:45px;margin-right:10px;text-align:center;}
.who-we-are h1.title{background:#FFFFFF;color:#363636 !important;font-size:14px;line-height:30px;margin:0 auto;max-width:35%;text-align:center;text-transform:uppercase;}
.who-we-are h2{color:#363636 !important;font-size:13px;line-height:20px;text-align:center;text-transform:uppercase;}
.who-we-are p{text-align:center;}
.who-we-are a{text-align:center;}
.our-brands{max-width:980px;width:100%;height:30px;margin:10px 0px 0px 0px;background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x 100% 50%;}
.about-content{font-size:12px;}
.about-content .wel-come h2{color:#0D0D0D;font-size:20px;line-height:30px;text-transform:none;}
.about-content .wel-come span{color:#818181;font-weight:bold;}
.about-content .center-title{text-align:left;background:url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/bg-border-center.png") repeat-x 100% 50%;line-height:30px;margin:10px 0 45px 0;max-width:980px;width:100%;}
.about-content .center-title h1{background:#FFFFFF;color:#0D0D0D;font-size:24px;line-height:30px;margin:0 auto;max-width:53%;text-align:center;text-transform:none;}
.about-content h2{color:#0D0D0D;font-size:20px;line-height:20px;font-weight:normal;text-transform:none;}
.about-container .ippolito-etro .span2{margin:0;}
.afew-container{font-size:12px;margin-top:60px;}
.afew-container .afew-top{margin-bottom:55px;}
.afew-container .afew-center{margin-top:55px;}
.afew-container .a-few-features h2{color:#0D0D0D;font-size:20px;line-height:30px;text-transform:none;}
.afew-container .a-few-features span{color:#818181;font-weight:bold;}
.afew-container .icon-bg-cl{width:130px;height:130px;position:relative;-webkit-border-radius:65px;-moz-border-radius:65px;border-radius:65px;background:#d0d0d0;}
.afew-container .icon-bg-cl i{color:#FFFFFF;font-size:60px;left:18%;position:absolute;top:28%;}
.afew-container .retina-ready,
.afew-container .mobile-friendly,
.afew-container .wide-or,
.afew-container .responsive-layout{width:90%;}
.afew-container .retina-ready h3,
.afew-container .mobile-friendly h3,
.afew-container .wide-or h3,
.afew-container .responsive-layout h3{color:#0D0D0D;font-size:24px;line-height:20px;text-transform:none;padding-bottom:5px;}
.a-few-features a{color:#FFFFFF;font-size:10px;line-height:30px;font-weight:bold;padding:5px 10px;background:#565656;}
.a-few-features a:hover{color:#FFFFFF;font-size:10px;line-height:30px;font-weight:bold;padding:5px 10px;background:#F01C35;}
.faqs-content h3{color:#818181;font-weight:bold;line-height:21px;padding:10px 0;margin-bottom:0;border-bottom:1px solid #ebebeb;}
.faq-index-index .page-title{border-bottom:1px solid #EDEDED;margin-bottom:10px;}
.faq-index-index .page-title h1{font-size:18px;}
.faq-index-index .page-title p{margin:3px 0 10px;}
.faq-items a{border:2px solid #CCCCCC;float:left;margin-top:10px;padding:5px 10px;text-decoration:none;text-transform:uppercase;}
.faq-items a:hover{border:2px solid #02D2D9;color:#02D2D9;}
.faq-items dt, .faq-list dt{color:#363636;font-size:18px;font-weight:normal;margin:25px 0;}
.faq-items dd{border-bottom:1px solid #EDEDED;padding-bottom:70px;}
.faq-items dd:last-child{border-bottom:none;padding-bottom:0;}
.faq-list dt{font-size:13px;text-transform:uppercase;}
.faq-list dd ul{margin:0;}
.faq-list dd ul li{border-bottom:1px solid #EDEDED;display:flex;margin-bottom:17px;padding-bottom:17px;}
.faq-list dd ul li a{margin-top:10px;color:#363636;}
.faq-list dd ul li a{margin-top:13px;}
.faq-list .round-number{border:3px solid #02D2D9;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;float:left;font-size:17px;height:45px;line-height:40px;margin-right:20px;text-align:center;width:45px;}
.accordion-group{border:none;margin-bottom:2px;}
.accordion-inner{border:none;border-bottom:1px solid #E5E5E5;padding:9px 15px;}
.main .mail-center-404{text-align:center;font-style:italic;margin-top:30px;}
.main .mail-center-404 h1{color:#0d0d0d;font-size:125px;line-height:92px;margin:0 0 5px 0;padding:3px 0;}
.main .mail-center-404 h2{color:#969696;font-size:73px;text-transform:none;line-height:56px;margin:0 0 5px 0;padding:3px 0;}
.main .mail-center-404 p{color:#969696;font-size:18px;text-align:left;line-height:20px;margin:0 0 5px 0;padding:3px 0 0 7px;}
.main .mail-center-404 p a{color:#0d0d0d;cursor:pointer;}
.clearer:after,
.top-header-container:after,
.top-header:after,
.header-container:after,
.header-container .top-container:after,
.header .i-header-content .header-left:after,
.header .mini-cart .block-content .actions:after,
.header:after,
.header-center:after,
.mini-cart:after,
#nav:after,
#wide-menu #nav .header-nav-dropdown-wrapper:after,
.i-top-right:after,
#menuInnner:after,
.content-head:after,
.home-gallery-button:after,
.easy-slider div div div:after,
.home-content-container:after,
.home-gallery:after,
.rb-grid:after,
.accordion:after,
.mini-products-list:after,
.mini-products-list .item:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.default-slider .flexslider:after,
.slider-width:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list-inner:after,
.products-list li.item:after,
.product-tabs:after,
.added-content:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.iosSliderButtons:after,
.social-icons:after,
.shipping-form ul:after,
.more-views:after,
.discount-form:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-list .product-sho:after,
.products-list .act-box:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.main-container .data-table .cart-label:after,
.product-review:after,
.pading-top-bottom-20:after,
.cart:after,
.product-shop .price-box:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.cart .totals:after,
.cart .totals .checkout-types li:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.footer-info .span4:after,
.buttons-set:after,
.form-subscribe:after,
.footer-info:after,
.footer-aditional:after,
.social-links:after,
.bottom-menu-column:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.form-alt li:after,
.block-inner-menu:after,
.restro-static-block-box:after,
.send-friend .form-list li p:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.parallax-box-1{-moz-box-sizing:border-box;background-attachment:fixed;background-position:center center;background-repeat:repeat;background-size:cover;display:table;height:470px;padding:20px;position:relative;width:100%;z-index:999;}
.parallax-box-2{-moz-box-sizing:border-box;background-attachment:fixed;background-position:center center;background-repeat:repeat;background-size:cover;display:table;height:350px;padding:20px;position:relative;width:100%;z-index:999;}
.amconf-image{width:98px;}
.prefooter > div .content{margin-top:-3px;display:inline-block;zoom:1;vertical-align:top; margin-left:7px; width:80%;}
.prefooter > div .content p{/*font-family:Helvetica, Arial, sans-serif;*/}
.prefooter .col_1, .prefooter .col_2, .prefooter .col_3, .prefooter .col_4{text-align:left; width: 50%; float: left;}
.prefooter .col_1{}
.prefooter .col_2{}
.prefooter .col_3{}
.prefooter .col_4{margin:0;}
.prefooter .col_5 .content {width:100%;}
.footer-content .footer-socials ul li a.twitter, .footer-content .footer-socials ul li a.facebook, .footer-content .footer-socials ul li a.pinterest, .footer-content .footer-socials ul li a.instagram{background-image:url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icons-s7f34a8b253.png');background-repeat:no-repeat;}

.ver-mas {margin-top: 15px; display: inline-block; font-size: 13px;}

.prefooter .icon_footer{    
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 35px;
    margin-top: -12px;}

.icons-sprite {background-image:url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-footer.png');background-repeat:no-repeat;}

.logo-originales {
    margin-bottom: 20px;
}

.logo-footer {
    float: right;
    max-height: 42px;
    max-width: 100%;
    width: 125px;
}

@media (max-width:600px){
    .prefooter .icon_footer {
        height: 35px !important;
        text-align: center;
        margin-bottom: 8px;
    }
    .prefooter .col_1, .prefooter .col_2, .prefooter .col_3, .prefooter .col_4 {
        margin-bottom: 8px;
    }

    .prefooter > div .content {
        width: 100%;
        margin-left: 0;
    }

    .logo-originales {
        margin-bottom: 20px;
    }

    .logo-footer {
        display: none;
    }

    .footer .payment-logo {
        margin: 15px 0 !important;
    }

    .copyright-footer {
        text-align: center;
    }
}

.prefooter h1, .prefooter h2{display:inline-block;*display:inline;zoom:1;vertical-align:top;font-size:1.1em !important;font-weight:bold;color:black;}

.footer-content .col-md-3{text-align:left;}
.footer-content .footer-socials{text-align:left;padding-top:20px;padding-bottom:30px;border-bottom:1px solid #e1e1e1;}
.footer-content .footer-socials .txt{line-height:29px;}
.footer-content .footer-socials ul{display:inline-block;vertical-align:middle;}
.footer-content .footer-socials ul li{padding:0;margin-right:8px;display:inline;float:left;}


.footer-content .footer-socials ul li a.twitter{background-position:0 -457px;height:22px;width:22px;}
.footer-content .footer-socials ul li a.facebook{background-position:0 -137px;height:22px;width:12px;}
.footer-content .footer-socials ul li a.instagram{background-position:0 -487px;height:22px;width:23px;}
.form-subscribe-header label{font-size:12px;}
.footer-content #newsletter-validate-detail .legal{margin-top:8px; font-size: 11px;}
.footer-content #newsletter-validate-detail .legal input{margin-top:-3px;}
.footer-content{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footer-content ul {
    margin-left: 0;
}

.footer-content li { line-height:25px;}

.footer-content-box {
    background: #EFEEEE;
    padding: 20px 0;
}

.mobile-collapsible .block-title {
    margin: 15px 0;
}

@media only screen and (min-width: 767px) {

    .mobile-collapsible .block-title {
    }

    .mobile-collapsible .block-content {
        display: block!important;
    }
    .mobile-collapsible .opener {
        display: none!important;
    }

}

.footer-icon {
    max-width: 30%;
    margin: 5px 1%;
}


.footer-content-box .col-md-3 h2{font-size:1.5em;}
.footer-content-box .col-md-3{width:25%;float:left;}

.footer-content-box .col-md-3 {
    border-left: 1px solid #CECECC;
}

.footer-content-box .input-text {
    width: 100%;
}

.footer-content-box em.open-close {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png) no-repeat scroll 100% -400px transparent;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 8px;
    width: 100%;
    margin: 0;
}

.footer-content-box .active > em.open-close {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png) no-repeat scroll 100% -435px transparent;
}

.copyright-footer [class^="icon-"], .copyright-footer  [class*=" icon-"] {
    width: 35px;
    height: 34px;
    line-height: 34px;
    font-size: 21px;
    border-radius: 50%;
    background: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
    color: #FFFFFF;
}

.copyright-footer [class^="icon-"]:hover, .copyright-footer  [class*=" icon-"]:hover {

}


.nova-mgt-footer-social-icons li {

}

@media only screen and (min-width: 1024px) {
    .footer-content-box .footer-content {
        display: table;
    }

    .footer-content-box .footer-content .col-md-3 {
        display: table-cell;
        float: none;
        vertical-align: top;
        padding: 0 35px;
    }

    .footer-content-box .footer-content .col-footer1 {
        padding: 0 30px;
        border: none;        
    }

    .footer-content-box .footer-content .col-footer4 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 766px) {

    .footer-content-box .col-footer1 .nova-mg-pd{
        margin-bottom: 15px;
    }

    .footer-content-box .footer-content {
        display: inherit;
    }

    .footer-content-box .footer-content .col-md-3 {
        display: inherit;
        width: 100%;
        border-left: none;
    }

    .mobile-collapsible {
        margin-top: 0;
        position: inherit;
        border-bottom: 1px solid #FFFF;
        padding: 10px 0;
    }

    .mobile-collapsible .block-title {
        margin: 0;
    }

    .mobile-collapsible .block-content {
        margin-top: 10px;
        display:none;
    }

    .footer address {
        text-align: center;
    }

    #selectorPais {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 460px) {

    .prefooter .col_1, .prefooter .col_2, .prefooter .col_3, .prefooter .col_4 {
        text-align: center;
    }

    .footer-content-box .col-footer1 .nova-mg-pd{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .footer-content-box .col-footer1 .nova-mg-pd img {
        max-width: 70%;


        margin-bottom: 20px;
    }

    .prefooter h1, .prefooter h2 {
        font-size: 12px !important;
        line-height: 15px;
    }

    .prefooter > div .content p {
        font-size: 10px;
    }
}

.header-container-2 .cart-icon-top .cart_circle{background-color:#02D2D9;color:#FFFFFF;font-size:12px;height:15px;left:0;line-height:12px;padding:2px;position:absolute;text-align:center;top:-15px;width:21px;}
.brand-slider .owl-buttons{top:-40px !important;}
.col-md-6-cms.first{margin-left:0;}
.col-md-6-cms{width:47%;float:left;margin-left:6%;}
.category-title{text-align:center;margin:15px 0;}

.footer-aditional .prefooter .col-md-3{width:20%;float:left;}
.blog-home .post-list li{width:100%;float:left;margin-bottom:25px;}
.post-entry{width:100%;float:left;}
.post-entry > p{float:right;}
.wordpress-post-view .post-entry > p{float:left;width:100%;}
.post-list-item{border-bottom:#ebebeb solid 3px;float:left;width:100%;padding-bottom:20px;}
.post-entry .content-item-post{}
.post-list-item h2 a{font-size:28px;}
.read-more{display:block;margin-top:20px;font-weight:bold;font-size:14px;}
.cookienotice-message a{font-weight:bold;}
.onepagecheckout_block .sp-methods input{float:left;margin-right:10px;margin-top:4px;}
.onepagecheckout_datafields .col-1 .form_fields input.t1,#onepagecheckout_loginbox #login-form .boxcontent input, #onepagecheckout_forgotbox #forgot-password-form .boxcontent input{font-size:12px;}
#checkout-review-table-wrapper h3{font-size:14px;}


/*menu*/
.level1.parent .col-menu-left {
    float:left
}

.level1.parent .col-menu-right {
    float:left !important;
    margin-left:20px !important;
}

@media (max-width:980px){
    .level1.parent .col-menu-right {
        margin-left:0 !important;
    }
}


/*Ficha producto*/


.attr_text {
    margin-bottom:0px;
}

.attr_text label{
    font-size:14px;
    margin:0;
}



.title-icon {
    margin:10px 0;
    text-transform:none;
}

.iconos {
    margin-top:15px;
}

.icono {
    width: 48%;
    text-align: left;
    float: left;
    margin-bottom:10px;
    padding: 1%;
    font-size:12px;
}

.icono_img {
    text-align:left;
    margin-bottom:5px;
}


/*Blog*/

.is-blog .post-entry h2 {
    font-size: 1.7em !important;
    line-height: 1.2em !important;
    text-transform: inherit !important;
}

.is-blog .post-entry h3 {
    text-transform: inherit !important;
}

.is-blog .page-title h1, .page-title h2 {
    font-size:35px;
    text-align:center;
}

.blog-home {
    max-width: 900px;
    margin: auto;
    margin-top: 35px;
}

.is-blog .pager {
    display: inline-block;
    width: 100%;
}

.post-list-item .content-item-post {
    font-size:14px;
}

.post-list-item .content-item-post p{
    margin-top:8px;
}



.wordpress-post-view .post-view {
    max-width: 900px;
    margin: auto;
}

/*home*/

.col-xs-1, .fullwidthbanner-container .col-xs-2, .fullwidthbanner-container .col-xs-3, .fullwidthbanner-container .col-xs-4, .fullwidthbanner-container .col-xs-5, .fullwidthbanner-container .col-xs-6, .fullwidthbanner-container .col-xs-7, .fullwidthbanner-container .col-xs-8, .fullwidthbanner-container .col-xs-9, .fullwidthbanner-container .col-xs-10, .fullwidthbanner-container .col-xs-11, .fullwidthbanner-container .col-xs-12, .fullwidthbanner-container .col-sm-1, .fullwidthbanner-container .col-sm-2, .fullwidthbanner-container .col-sm-3, .fullwidthbanner-container .col-sm-4, .fullwidthbanner-container .col-sm-5, .fullwidthbanner-container .col-sm-6, .fullwidthbanner-container .col-sm-7, .fullwidthbanner-container .col-sm-8, .fullwidthbanner-container .col-sm-9, .fullwidthbanner-container .col-sm-10, .fullwidthbanner-container .col-sm-11, .fullwidthbanner-container .col-sm-12, .fullwidthbanner-container .col-md-1, .fullwidthbanner-container .col-md-2, .fullwidthbanner-container .col-md-3, .fullwidthbanner-container .col-md-4, .fullwidthbanner-container .col-md-5, .fullwidthbanner-container .col-md-6, .fullwidthbanner-container .col-md-7, .fullwidthbanner-container .col-md-8, .fullwidthbanner-container .col-md-9, .fullwidthbanner-container .col-md-10, .fullwidthbanner-container .col-md-11, .fullwidthbanner-container .col-md-12, .fullwidthbanner-container .col-lg-1, .fullwidthbanner-container .col-lg-2, .fullwidthbanner-container .col-lg-3, .fullwidthbanner-container .col-lg-4, .fullwidthbanner-container .col-lg-5, .fullwidthbanner-container .col-lg-6, .fullwidthbanner-container .col-lg-7, .fullwidthbanner-container .col-lg-8, .fullwidthbanner-container .col-lg-9, .fullwidthbanner-container .col-lg-10, .fullwidthbanner-container .col-lg-11, .fullwidthbanner-container .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.home-custom-block img:hover {
    opacity:0.8;
}

.products-list-slider-featured .special-price span{
    font-size: 12px;
    font-weight:bold;
    color:#363636 !important;
}

.products-list-slider-featured .old-price span {
    font-size: 11px !important;
    text-decoration: line-through;

}

.products-list-slider-featured h3.product-name, .products-list-slider-featured h2.product-name {
    line-height:14px;
    font-family: 'Interstate'!important;
}

.products-list-slider-featured2 .owl-controlls .owl-buttons {
    top:-25px !important;
}



@media (max-width: 992px) {
    .fullwidthbanner-container .col-md-8 {
        width: 50%;
        float:left;
    }

    .fullwidthbanner-container .col-xs-1, .fullwidthbanner-container .col-xs-2, .fullwidthbanner-container .col-xs-3, .fullwidthbanner-container .col-xs-4, .fullwidthbanner-container .col-xs-5, .fullwidthbanner-container .col-xs-6, .fullwidthbanner-container .col-xs-7, .fullwidthbanner-container .col-xs-8, .fullwidthbanner-container .col-xs-9, .fullwidthbanner-container .col-xs-10, .fullwidthbanner-container .col-xs-11, .fullwidthbanner-container .col-xs-12, .fullwidthbanner-container .col-sm-1, .fullwidthbanner-container .col-sm-2, .fullwidthbanner-container .col-sm-3, .fullwidthbanner-container .col-sm-4, .fullwidthbanner-container .col-sm-5, .fullwidthbanner-container .col-sm-6, .fullwidthbanner-container .col-sm-7, .fullwidthbanner-container .col-sm-8, .fullwidthbanner-container .col-sm-9, .fullwidthbanner-container .col-sm-10, .fullwidthbanner-container .col-sm-11, .fullwidthbanner-container .col-sm-12, .fullwidthbanner-container .col-md-1, .fullwidthbanner-container .col-md-2, .fullwidthbanner-container .col-md-3, .fullwidthbanner-container .col-md-4, .fullwidthbanner-container .col-md-5, .fullwidthbanner-container .col-md-6, .fullwidthbanner-container .col-md-7, .fullwidthbanner-container .col-md-8, .fullwidthbanner-container .col-md-9, .fullwidthbanner-container .col-md-10, .fullwidthbanner-container .col-md-11, .fullwidthbanner-container .col-md-12, .fullwidthbanner-container .col-lg-1, .fullwidthbanner-container .col-lg-2, .fullwidthbanner-container .col-lg-3, .fullwidthbanner-container .col-lg-4, .fullwidthbanner-container .col-lg-5, .fullwidthbanner-container .col-lg-6, .fullwidthbanner-container .col-lg-7, .fullwidthbanner-container .col-lg-8, .fullwidthbanner-container .col-lg-9, .fullwidthbanner-container .col-lg-10, .fullwidthbanner-container .col-lg-11, .fullwidthbanner-container .col-lg-12 {
        text-align:center;
        margin-bottom:20px;
    }

    .fullwidthbanner-container {
        /*  margin-bottom:0 !important;*/
    }
}

@media (max-width:600px){
    .fullwidthbanner-container .col-md-8 {
        width: 100%;
    }
}



.item-upsell-proudct {
    float:left; width:234px;
}


.item-upsell-proudct-clear {
    display:none
}

.item-upsell-proudct-clear-5 {
    display:inherit;
    clear:both;
}

@media (min-width: 992px) and (max-width:1067px) {
    #wide-menu #nav > li > a {
        padding:0 10px !important;
    }
}


@media (max-width:1175px){.brand-slider .owl-buttons{right:0;}
                          body{padding:0 10px;}
                          .item-upsell-proudct-clear {
                              display:none !important;
                          }

                          .item-upsell-proudct-clear-4 {
                              clear:both !important;
                              display:inherit !important;
                          }

                          #onepagecheckout_orderform .col3-set .col-2, #onepagecheckout_orderform .col3-set .col-3 {
                              margin-left:0 !important;
                              float:left !important;
                          }
                          #eKomiSeal_default {
                              display:none;
                          }

}
@media (max-width:992px){
    .header .logo img {
        /* max-width: 55%; */
        float: initial;
    }
    #default-menu{margin-top:12px !important;position:inherit !important;}
    .header-2 .i-header-content .nova-mgt-header-social-icons{ display: none;position:absolute;bottom:inherit !important;left:30px;top:inherit;margin-top:200px;}
    .header-2 .mini-cart{display:none!important; /*right:58px;position:absolute;width:35px;margin-top:200px;left:inherit;*/}
    .top-menu-left{margin-right:30px;}
    .footer-aditional input.input-text, textarea{width:100% !important;}
    .home-content .first-row .col-md-4{width:33.333%;float:left;}
    .home-content .first-row .row{text-align:center;}

    .item-upsell-proudct-clear {
        display:none !important;
    }

    .item-upsell-proudct-clear-4 {
        clear:both !important;
        display:inherit !important;
    }

    .fullwidthbanner-container .col-md-6 {
        text-align:center;
    }
}

@media (max-width:955px){


    .item-upsell-proudct-clear {
        display:none !important;
    }

    .item-upsell-proudct-clear-3 {
        /*clear:both !important;
        display:inherit !important;*/
    }

    #doofinder {
        width: 90% !important;
        float: none;
        left: 5% !important;
        margin:0;
    }

    #doofinder-results {
        width:100% !important;
    }

    #doofinder-results .dfjspContainer{
        width:100% !important;
    }

}

@media (min-width:750px) and (max-width:955px){
    .add-to-box .add-to-cart {
        margin:0;
        float:left;
    }

}

@media (max-width:800px){
    .footer-aditional .prefooter .col-md-3{width:33%;}
}

@media (max-width:750px){.add-to-box .add-to-cart{margin-right:30%;}
                         .header-2 .mini-cart .block-content{display:none !important;}
                         .header .logo img{/*max-width: 40%;*/}
                         .minilogo{display:none;}
                         .footer-content .col-md-3{width:33%;}
                         .catalogsearch-result-index .col-left{display:none;}
                         .catalog-category-view .col2-left-layout .columns-layout .col-main{width:100% !important;margin:0 !important;}
                         .catalog-product-view .main .columns-layout .col-md-6{width:100%;}

                         .columns-layout .col-md-9{width:100%;}
                         .columns-layout .col-md-3{width:100%;}

                         .category-products .col-md-3{width:50%;}
                         .products-grid-clear{clear:both;}
                         .toolbar-bottom .pages{right:0;}
                         .post-entry .content-item-post {
                             float: left;
                             width: 100%;
                         }

                         .is-blog .columns-layout .col-md-3 {
                             width: 86%;
                             float: left;
                         }


                         .item-upsell-proudct-clear {
                             display:none !important;
                         }

                         .item-upsell-proudct-clear-3 {
                             clear:both !important;
                             display:inherit !important;
                         }

}

@media (max-width:725px){
    .item-upsell-proudct-clear {
        display:none !important;
    }

    .item-upsell-proudct-clear-2 {
        clear:both !important;
        display:inherit !important;
    }
    .header-2 .mini-cart{margin-top:125px;right:33px;}
    .item-upsell-proudct {width:50%;}
}

@media (max-width:600px){
    .dropdown {
        margin-left:0 !important;
    }

    .top-menu-left {
        margin-right: 0 !important;
        width: 100%;
    }

    .lang-switcher .text {margin-top: 1px;}

    .add-to-box .add-to-cart{margin-right:15%;}
    #login-form .col-md-6{width:100%;}


    #login-form .new-users .content .buttons-set {
        float: none;
        right: 0;





        left: 0;
        bottom:35px;
    }

    #shopping-cart-table button.button {
        margin-bottom:10px;
        float:none;
    }
    .btn-remove2 {
        display: block !important;
        margin-top: 10px;
    }

    #shopping-cart-table tbody tr td:first-child {
        display:none;
    }

    #shopping-cart-table tbody .col_product_name {

    }

    #shopping-cart-table tbody .col_remove_product a {
        float:left;
        clear:both;
    }

    .col_qty {
        width:100%;
        text-align:center;
        display:block !important;
    }

    #shopping-cart-table tbody .col_remove_product {
        width: 16px;
        padding: 5px;
    }

    .col_price_unit {
        display:none;
    }

    #login-form .new-users .content .buttons-set button {
        text-align: center;
        margin: auto;
        float: none !important;
    }


    #shopping-cart-table .first .a-right {
        text-align:center !important;
    }

    .data-table tfoot td .btn-continue {
        float:none;
    }


    #accordion2 .col-md-4 {
        width:100%;
    }

    .account-login .new-users{min-height:100px;}
    .header .logo img{max-width: 50%; /*width:220px;max-width:100%;*/}

    .header .i-header-content .header-center {
        padding-bottom:20px;
        padding-top:20px;
    }
    .header-2 .i-header-content .nova-mgt-header-social-icons{display:none; position:absolute;bottom:inherit !important;left:30px;top:inherit;margin-top:125px;}
    .header-2 .mini-cart{margin-top:90px;}
    .footer-aditional .col-md-3{width:100%;}
    .footer-aditional .prefooter .col-md-3{width:100%; text-align:center; margin-top:15px;}
    .footer-aditional .prefooter .col-md-3 .content{text-align:left;}
    .category-description-12 .col-md-6-cms{width:100%;margin:0;}
    .home-content .first-row .col-md-4 {
        width: 100%;
        display: inline-block;
        text-align: center;
        /*NUEVO*/
        margin-bottom: 0px;
    }
    .home-content .first-row /*.col-md-4*/ .caja-home{
        padding:0px;
        border-bottom: 1px solid #E5E5E5;
    }
    .category-products .col-md-3{width:49%;}
}
@media (max-width:400px){
    .dropdown {
        margin-left:0 !important;
    }
    .add-to-box .add-to-cart{margin:auto; float:none; text-align:center; display:table;}
    .header .logo img{max-width: 55%; /*max-width: 170px;*/}
    .header-2 .i-header-content .nova-mgt-header-social-icons{bottom:inherit !important;margin-top:95px;}
    .header .i-header-content .header-center {padding-top: 10px; padding-bottom:10px;}
    .header-2 .mini-cart{margin-top:45px;}
    .header-2 .nova-header-high {    margin-top: 0 !important;
                                     margin-bottom: 5px !important;}
    /*#wide-menu {margin-top:10px !important;}*/
    .product-options {width:100%;}
    .product-essential .old-price .price, .product-essential .special-price .price, .product-essential .regular-price .price,.price-box .price { line-height:25px; }

    #toTop {
        right:5px;
        bottom:5px;
    }

    .onepagecheckout-index-index input.checkbox {
        width:10% !important;
    }

    .header-center .margen #lupa {
        /* position:absolute;*/
    }

    .header .i-header-content .header-center {
        padding-bottom:10px;

    }
}


.home_h1 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1;
}

#review-buttons-container {
    text-align:center;
}

.onepagecheckout-index-index #onepagecheckout_orderform button.btn-checkout {
    font-size: 15px !important;
    line-height: 50px !important;
    padding: 0 50px !important;
    font-family: 'Raleway', sans-serif !important;

    height:auto !important;
    background: #02D2D9 !important;
    color: #FFFFFF;

    text-transform: uppercase;
    box-shadow:  none !important;
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    filter: none !important;

    float: none !important;
    display: inline;
}


.onepagecheckout-index-index #onepagecheckout_orderform button.btn-checkout:hover {
    background: #363636;
}

.horas24 img{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}

.horas24_detalle img {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 98;
    width: 52px;
}

#products-list .horas24_detalle img { 
	right:25px;
}

.isnew{
    margin: 5px 0 5px 0px;
}

.isnew_detalle img{
    position:absolute;
    left:0;
    bottom:0;
    z-index:99;
    width: 90px;
}

.junior_ico img{
    position:absolute;
    left:10px;
    top:0px;
    z-index:1;
    max-width:85px;
}
.junior_ico_detalle img{
    position: absolute;
    right: 40px;
    bottom: 25px;
    z-index:100;
    max-width:120px;
}


.owl-item .horas24_detalle img{
    right:0px;
    top:0px;
}

.owl-item .junior_ico img{
    left:5px;
    top:5px;
}


@media (max-width:1080px){ 
    .junior_ico_detalle img{
        right: 0;
        bottom: 0;
    }
}

@media (max-width:425px){ 
    .junior_ico_detalle img {
        right: 0;
        max-width:90px;
        bottom: 50px;
    }

    .junior_ico img{
        max-width:40%;
    }

    .horas24 img{
        max-width:40px;
    }

    .horas24_detalle img{
        top:0px;
        max-width: 25%;
    }


}

.mini-cart #cart-sidebar .product-details .price {
    margin-left:5px;
    color: #808080!important;
    font-weight: normal;
}

.onepagecheckout-index-success p a {
    font-weight:bold;	
}

.transaccionesseguras {
    margin-top:35px;

    font-size:14px;
}

.transaccionesseguras img{
    margin-top:5px;
}

/*Cuenta de usuario*/
.dashboard .welcome-msg p {
    color:#808080;
}

.my-account .form-list li.control label {
    font-weight:bold;
}

#change_password {
    margin:4px 10px 0 0;
}

.d-shadow-wrap, .d-sh-tl, .d-sh-bl {
    width:540px !important;
}

@media (max-width:400px){ 
    .d-shadow-wrap, .d-sh-tl, .d-sh-bl {
        width:350px !important;
    }
}

.checkout-agreements .agree input.checkbox, #newsletter-signup {
    float:left;
    width:15px;
    margin-top: 2px;
    margin-right: 5px;
}

.checkout-agreements .agree label {
    float:left;
    width:85%;
}

.customer-address-index .title-buttons button {
    float:right;
}

.box-title a {
    font-weight:bold;
}



#search_autocomplete  {
    background: #F7F6F9;
    text-align:left; 
}

#search_autocomplete  ul{
    margin: 0;
    padding-left: 0;
}

#search_autocomplete  ul li {
    padding-left:5px;
    cursor:pointer;
}

#search_autocomplete  ul li .amount {
    margin-right:5px;
    float:right;
}

#search_autocomplete  ul li:hover{
    background:#CCC;
}

.search-col-content {
    z-index:0;
    margin-right: 5px;
}


#checkout-shipping-method-load {
    display:inline-block;
    width:100% !important;
}

#checkout-shipping-method-load label {
    margin-bottom:0;
    /*line-height:15px;*/
}

#checkout-shipping-method-load dd li {
    float:left;
    width:100%;
}


#payment_form_cashondelivery li{
    margin:0;
    padding:0;
}

#payment_form_cashondelivery {
    margin-bottom: 15px;
    padding-bottom: 0px;
}

#i4SelectPuntoRecogidaContaineri4seur_1_48 {
    float:left;
    margin-left:23px;
}

.onepagecheckout_datafields .col-1 .form_fields div.two_fields .short, .onepagecheckout_datafields .col-1 .form_fields div.full {
    margin-bottom:5px !important;
}

#open_map_window_billing img, #open_map_window img {
    float:left;
    margin-right:5px;
}

#open_map_window_billing span, #open_map_window span {
    top: 15px;
    position: relative;
    line-height:20px;
}

.gmap h5 {
    display:inline-block;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:none !important;
    width:100%;
}


.ui-dialog button  {
    background:#FFF;
}


.shipping-tracking-popup .page-title button {
    float:right;
}


#payment_form_serviredpro {
    margin-bottom:7px;
}

.desc_shipping_method {
    float: left;
    margin-left: 23px;
    width: 100%;
    line-height: 10px;
    margin-bottom: 10px;
}

.ver_mas_colores, .ver_mas_colores a {
    color: #363636 !important;
    text-align:center;
    padding-bottom: 10px;
}


/*DOOFINDER*/

@media (min-width:990px){ 

    .block-contact-content .col-md-6{width:50%;}
    .col-md-12 .block_contact .col-md-7{width:56.4%;}
    .first-block-contact { width:28%;}
}

@media (max-width:650px){ 




    #doofinder-results {
        width:100% !important;
    }


    .block-contact-content .col-md-6{width:100%; text-align:justify;}
    .col-md-12 .block_contact .col-md-7{width:100%; text-align:justify; margin-top:15px;}

}


#overlay {
    z-index:1000 !important;
}



/*Ekomi*/

#product_tabs_Comentarios_contents .std{
    /*max-height: 900px;
    display: block;
    overflow-y: auto;*/
}

.commentsProductEkomi {
    float:left;
    width:100%;
    margin-bottom:5px;
}
.commentsProductEkomi div {
    float:left;
    width:100%;
    margin-bottom:2px;
}


.ratingWrapper{
    background:url("https://www.ekomi.es/images_new/certificate/starRatingSmallGray.png") no-repeat scroll left top transparent;
    height:21px;
    width:120px;
}


.ratingInner{
    background:url("https://www.ekomi.es/images_new/certificate/starRatingSmallYellow.png") no-repeat scroll left top transparent;
    height:21px;
    width:120px;
}



/*productos destacados gafas sol*/


.category-products-select {
    margin-top:50px;
}

.category-products-select-topnew {
    margin-top:0;
}

.category-products-select h3.title_category,.category-products-select h2.title_category {
    font-size:33px;
    text-align:center;
    margin-bottom:20px;
    padding-bottom:5px;
    border-bottom:1px solid #D9D9D9;
}

.category-products-select h2.title_category {
    font-size: 20px;
}

.link_category {
    width:100%;text-align:center;margin-top:45px;
}

.link_category .button{ 
    background:#02D2D9; color:#FFF !important;float: none;display: inline-block; font-size:18px; ;
}


/*Sending*/

#s_method_sending_sending + label .price {
    display:none;
}
#li_sending_sending .price {
    display: none;
}

.sp-methods label[for^='s_method_sending_sending'] {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/logo_sending.png") no-repeat;
    padding-left: 85px;
}

#checkout-shipping-method-load .sp-methods #li_sending_sending input {
    width:auto !important;
}

#checkout-shipping-method-load #li_sending_sending label {
    line-height:45px !important;
}


/*ASM*/

#s_method_ASMShipping_ASM14 + label .price, #s_method_Nacexshipping_nacex_generico_27 + label .price, #s_method_ASMShipping_ASM24 + label .price, #s_method_ASMShipping_BusinessParcel + label .price {
    display:none;
}
#li_ASMShipping_ASM14 .price,#li_ASMShipping_ASM24 .price,#li_ASMShipping_ASM14 .price,#li_ASMShipping_BusinessParcel .price, #li_mrwdelivery_mrwdelivery .price, #li_correosexpdelivery_correosexpdelivery .price, #li_correosexpdelivery_PAQ24 .price, #li_correosexpdelivery_PAQ14 .price  {
    display: none;
}

.sp-methods label[for^='s_method_ASMShipping_ASM14'] {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/asm_logo.png") no-repeat;
    padding-left: 85px;
}
.sp-methods label[for^='s_method_ASMShipping_ASM24'], .sp-methods label[for^='s_method_ASMShipping_BusinessParcel'] {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/asm_logo.png") no-repeat;
    padding-left: 85px;
    width:auto !important;
}


.sp-methods label[for^='s_method_i4mrwes_0205'], .sp-methods label[for^='s_method_i4mrwes_ECOP'] {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/mrw_logo.png") no-repeat;
    padding-left: 85px;
    width:auto !important;
}

#checkout-shipping-method-load .sp-methods #li_ASMShipping_ASM24 input,#checkout-shipping-method-load .sp-methods #li_ASMShipping_BusinessParcel input, #checkout-shipping-method-load .sp-methods #li_ASMShipping_ASM14 input {
    width:auto !important;
}

#checkout-shipping-method-load #li_ASMShipping_ASM24 label,#checkout-shipping-method-load #li_ASMShipping_BusinessParcel label, #checkout-shipping-method-load #li_ASMShipping_ASM14 label {
    line-height:25px !important;
}

#li_ASMShipping_ECONOMY {
    display:none;
}


/*MRW*/

#s_method_mrwdelivery_mrwdelivery + label .price {
    display:none;
}

.sp-methods label[for^='s_method_mrwdelivery_mrwdelivery'] {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/mrw_logo.png") no-repeat;
    padding-left: 85px;
}

#checkout-shipping-method-load .sp-methods #li_mrwdelivery_mrwdelivery input {
    width:auto !important;
}

#checkout-shipping-method-load #li_mrwdelivery_mrwdelivery label{
    line-height:25px !important;
}

/*Correos exp*/

#s_method_correosexpdelivery_correosexpdelivery + label .price, #s_method_correosexpdelivery_PAQ24 + label .price, #s_method_correosexpdelivery_PAQ14 + label .price   {
    display:none;
}

.sp-methods label[for^='s_method_correosexpdelivery_correosexpdelivery'], .sp-methods label[for^='s_method_correosexpdelivery_PAQ24'], .sp-methods label[for^='s_method_correosexpdelivery_PAQ14']   {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/correosexp_logo.png") no-repeat;
    padding-left: 85px;
    line-height: 20px !important;
}

#checkout-shipping-method-load .sp-methods #li_correosexpdelivery_correosexpdelivery input, #checkout-shipping-method-load .sp-methods #s_method_correosexpdelivery_PAQ24 input, #checkout-shipping-method-load .sp-methods #s_method_correosexpdelivery_PAQ14 input {
    width:auto !important;
}

#checkout-shipping-method-load #li_correosexpdelivery_correosexpdelivery label, #checkout-shipping-method-load #s_method_correosexpdelivery_PAQ24 label, #checkout-shipping-method-load #s_method_correosexpdelivery_PAQ14 label {
    line-height:25px !important;
}

/*Nosto*/

.nosto-product-list-item {

}

.nosto-product-list-item .nosto-product-image {
    height:100px;
    text-align:center;
}

.nosto-product-list-item .nosto-product-image a {

}

.nosto-product-list-item .nosto-product-image img {
    width: auto !important;
    max-height: 100%;
    display: inline !important;
}

@media (max-width:800px){ 
    .nosto-product-list-item .nosto-product-image {
        height:80px;
    }

    .nosto-product-list-item  {
        margin-bottom:15px !important;
    }

}

@media (max-width:750px){ 
    .nosto-product-list-item .nosto-product-image {
        height:150px;
    }

    .nosto-product-list-item {
        width:46% !important;
    }

}


@media (max-width:510px){ 
    .nosto-product-list-item .nosto-product-image {
        height:95px;
    }

}



/*botón nuevo en top menu*/


.level-top.in-category-node-64 {
    position:relative;
}

@media (max-width:1075px){ 
    .nuevo-outlet {
        display:none;
    }
}


/*#iewPopupLanguage*/

.viewPopupLanguage #cboxContent{
    background:#FFF;
    line-height:normal !important;
    font-family:Helvetica,Arial, sans-serif;
}

.viewPopupLanguage #cboxLoadedContent {
    border: 2px dashed #B3B3B3;
    border-style: dashed;
    border-color: #B3B3B3;
    padding: 15px 30px;
    color:#000;
    margin-bottom: 0;
}

.popup-title {font-family: 'Raleway', sans-serif;font-size:24px;margin: 10px 0 0px 0;}

.popup-subtitle {
    margin-bottom: 15px;
}

.popup-desc {
    margin-bottom: 25px;
    line-height: 20px;
}

.popup-button {
    display:inline-block;
}
.popup-button a{
    background: #40d3db;
    word-break: break-all;
}
.popup-button a:hover{
    color: #FFF !important;
}

.popup-continue {
    cursor:pointer;
    margin-top:20px;
}

.viewPopupLanguage #cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/close-button.png) 0 0 no-repeat;

    background-color: transparent;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.viewPopupLanguage #cboxClose:hover {
    background-color: transparent;
}



/*Sección deportes*/

.category-description-97 .nova-mg-pd {



}

.category-description-97  .col-md-12 {

}

.category-description-97  .col-md-4 {

}

.category-description-97  .col-md-4-left {

}
.category-description-97  .col-md-4-right {


}


.category-description-97  .col-md-3 {

    width: 24%;
    margin: 0 0.6666%;
}

.category-description-97  .col-md-3-left {

}
.category-description-97  .col-md-3-right {

}


.category-description-97 .col-md-3 img:hover, .category-description-97 .col-md-4 img:hover {
    opacity:0.8;
}

.deportes-h3 {
    background:#BBF9FB;
    text-align:center;
}

.deportes-h3 h3 {
    font-size:17px;
    line-height:35px;
    color:#FFF;
    text-transform:none;
}

@media (max-width:580px) { 
    .deportes-h3 h3 {
        line-height:20px;
    }
}

@media (max-width:510px) { 

    .category-description-97  .col-md-4 {
        width: 100%;
        text-align:center;
        margin:0;
        padding:0;
    }


    .deportes-h3 h3 {
        line-height:35px;
    }

}




/*Hidden price brand*/
.item .price-box .old-price,
.item .price-box .discount-price,
.detail-availability .price-box .old-price,
.detail-availability .price-box .discount-price,
.brand_Dior .old-price, .brand_Dior .discount-price,
.brand_Dior-Homme .old-price, .brand_Dior-Homme .discount-price,
.brand_Fendi .old-price, .brand_Fendi .discount-price {
    /*display:none;*/
}

.brand_Alexander-Mqueen .old-price, .brand_Alexander-Mqueen .discount-price,
.brand_Stella-Mccartney .old-price, .brand_Stella-Mccartney .discount-price,
.brand_Saint-Laurent .old-price, .brand_Saint-Laurent .discount-price,
.brand_Bottega-Veneta .old-price, .brand_Bottega-Veneta .discount-price, .brand_Maui-Jim .old-price, .brand_Maui-Jim .discount-price, .hide_price .old-price, .hide_price  .discount-price {
    /*display:none;*/
}

.hide_price .old-price, .hide_price  .discount-price {
    display:none;
}


/*.item .price-box .old-price:lang(it), .item .price-box .discount-price:lang(it),
.product-shop .price-box .old-price:lang(it), .product-shop .price-box .discount-price:lang(it) {
    display: none;
}*/

.item .price-box .old-price, .item .price-box .discount-price,
.product-shop .price-box .old-price, .product-shop .price-box .discount-price {
    /*display: none;*/
}

/*.brand_Hokana .old-price, .brand_Hokana .discount-price {
    display:inline-block !important;
}*/

.category-products-64 .old-price, .category-products-64 .discount-price {
    display:inline-block !important;
}


.list_easpaycc {
    display:none;
}


/*iframe google*/

[name=google_conversion_frame] {
    max-width:100%;
}

/*hokana*/

.bannerhokana {
    margin:50px 0 !important;
}

.bannerhokana .col-md-6 {
    margin:0;
}

@media (max-width: 992px) {
    .category-hokana .col-md-4 {
        width: 50%;
        float:left;
    }
    .products-grid-clear3 {
        display:none;
    }
}

@media (min-width: 751px) {
    .products-grid-clear4, .products-grid-clear3 {
        width:100%;
        float:left;
    }

}

@media (max-width: 750px) {
    .products-grid-clear2,.products-grid-clear4 {
        width:100%;
        float:left;
    }

    .bannerhokana .col-md-6 {
        padding:0;
    }

    .bannerhokana {
        margin:25px 0 !important;
    }


}



/*SecciÃ³n Ray-Ban*/


.category-description .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
    margin-top: 20px !important;
}

.category-description .col-md-1,.category-description .col-md-11,.category-description .col-md-6,.category-description .col-md-5,.category-description .col-md-7, .category-description .col-md-4, .category-description .col-md-3, .category-description .col-md-12, .category-description .col-md-9 {
    padding-right: 10px;
    padding-left: 10px;
    margin:0;
    margin-bottom:20px;
}


.category-description .col-md-9 {
    width:75%;
}

.category-description .col-md-3 {
    width:25%;
}

.category-description .col-md-2 {

    width: 16.666666666666664%;
}


.category-description .col-md-4 {
    width: 33.33333333333333%;
}

.category-description .col-md-1 {
    width: 8.333333333333332%;
    min-width: 85px;
}

.category-description .col-md-11 {
    width: 91.66666666666666%;
}

.mobile-only {
    display:none;
}


.sunglass-title {
    font-size: 12px;
    text-align: center;
    text-transform: initial;
    margin-top: 5px;
}

.banner-title {
    font-size: 16px;
    text-align: left;
    background: #000;






    padding: 7px 20px;
    color: #FFF !important;
    font-weight: normal;
}
.banner-title a {
    color:#FFF;
}

.banner-title strong {
    font-weight: 600;
    letter-spacing: 0.6px;
}

.link-dest {
    color: #02D2D9;
    margin-left: 6px;
    font-size: 17px;
    font-weight: bold;
}

.category-description img:hover {
    opacity: 0.8;
}

.caja-azul:hover{

    opacity:0.8;
}

@media (max-width: 992px) {
    .category-description .col-md-2 {
        width: 33.33333333333333%;
        float: left;
        text-align: center;
    }

    .category-description .col-md-4 {
        width: 50%;
        float: left;
        text-align: center;
    }

    .mobile-only {
        display:inherit;
        padding: 0px;
        text-align: center;
    } 

    .category-description .mobile-only { 
        margin: 35px auto !important;
    }

    .desktop-only {
        display:none !important;
    }

    .category-description .mobile-only img {
        max-width:160px;
    }

    .category-oakley .category-image,.category-carrera .category-image,.category-ray-ban .category-image, .category-gafas-de-sol-outlet .category-image, .category-top-ventas .category-image {
        display:none !important;
    }

    .category-gafas-de-sol-para-nino .category-image, .category-lunettes-de-soleil-enfant .category-image, .category-sunglasses-junior .category-image, .category-occhiali-da-sole-junior .category-image{
        display: none !important;
    }
}

@media (max-width: 450px) {
    .category-description .col-md-2 {
        width: 50%;
        text-align:center;
		margin-bottom:25px;
    }

    .category-description .col-md-4 {
        width: 100%;
        text-align:center; 
    }

    .category-description .col-md-3 {
        width: 50%;
        text-align:center; 
    }


}

@media (min-width: 450px) {
    .category-description .col-md-6 {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        float: left;
    }
}


.qONjs .old-price, .qONjs .discount-price {
    display:none;
}

.qONjs .price-box {
    text-align: center;
}


/*langing*/

.text-landing {
    text-align: center;
    margin: 0px 0 12px 0;
    font-size: 15px;
}



.text-landing a{

}

.bt-landing {
    background: #BBF9FB;
    text-align: center;
}



.bt-landing a{
    font-size: 17px;
    line-height: 35px;
    color: #000;
    text-transform: none;    
}


/*Promociones*/

.banner-title-promo {
    font-size: 20px;
    text-align: center;
    background: #000;
    padding: 10px 20px;
    color: #FFF !important;
    font-weight: normal;
}
.banner-title-promo a {
    color:#FFF;
}

.banner-title-promo strong {
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #02d2d9;
}




.banner-title-gris {
    font-size: 12px;
    text-align: right;
    background: #eee;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: none;
}
.banner-title-gris a {

}

.banner-title-gris strong {
    font-weight: 600;
    letter-spacing: 0.6px;
}

.link-dest-promo {
    margin-left: 6px;
    font-size: 17px;
    font-weight: bold;
}


/*somo opticos*/

.col-med-12-5 {
    width: 20%;
    float: left;
    padding:0 1%;
}

.col-med-12-52 {
    width:21%;
}
.col-med-12-48 {
    width:8%;
}

.hablan-section img {

}


.hablan-section .col-med-12-5 {
    text-align:center;
}

.hablan-section .col-med-12-48 img {
    max-width:82px;
}

@media (max-width: 650px){
    .col-med-12-5 {
        width: 33%;
    }
    .clear-mv {
        clear:left;
    }
}

@media (max-width: 400px){
    .col-med-12-5 {
        width: 50%;
    }
    .clear-mv {
        clear:none;
    }
}

.category-description-12 .category-description hr {
    margin-top: 0;
    font-size: 14px;
}

.category-description .style-fieldset {   
    border: 1px solid #40d3db;
    margin: 25px 1px 1px 1px!important;
    padding: 20px 0px 0px 0px !important;
}

.category-description .row.special-title > div {
    margin-bottom: 0 !important;
    float:left;
}

.category-description-12 .nova-mg-pd a {
    display: block;
}

.style-fieldset-title {
    position: absolute;
    top: -30px;
    background: #FFF;
    padding: 1px 10px;
    color: #40d3db;
    font-weight: bold;
}

.special-title {
    display: flex;  
}

.top-title {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
}


.special-title .sub-title {
    position: absolute;
    bottom: 0;
    font-style: italic;
    font-weight: bold;
}

.style-fieldset .col-md-4, .style-fieldset .col-md-12 {

}

.style-fieldset .col-md-left{

}

.style-fieldset .col-md-right{

}

@media (max-width: 550px) {
    .top-title {
        position: inherit;
    }

    .special-title .sub-title {
        position: inherit;
    }
}


/*form landing*/

.form-maker .fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.form-maker {
    max-width: 100%;
    display: block;
    margin: auto;
    background: #efefef;
    padding: 20px;
}

.form-maker .form-list input.input-text {
    max-width:100%;
}


.form-maker h2, .form-maker h3  {
    color: #02D2D9 !important;
    text-align:center;
    font-weight:bold;
}

.form-maker h2 {
    font-size:18px;
}


.form-maker h3 {
    font-size:24px;
}

.form-maker .buttons-set button.button {
    clear: both;
    display: block;
    float: none;
    padding: 10px 30px;
    margin: auto;
    background: #02D2D9;
}

.form-maker .buttons-set {
    margin-top:0;
}

.form-maker .form-list label {
    font-size:15px;
}

.form-maker .form-list label {
    font-size:15px;
}

.form-maker .form-list .control label {
    font-size:13px;
}

/*formas de pago*/

.formas-pago h3{font-weight:bold;text-align:center;margin:10px; font-size: 16px;     letter-spacing: 0.8px; }
.formas-pago hr{margin:10px 0}
.formas-pago .col-md-4 {text-align:center; margin-bottom:25px;}

.formas-pago h2 {
    letter-spacing: 0.8px !important;
    margin: 10px 0px 1px 0px;
}
.formas-pago .col-md-4 {
    text-align: center;
    margin-bottom: 35px;
}

/*hover list*/

.products-upsell .col-md-2 {
    width: 20%;
    float: left;
}

@media (max-width: 950px) {
    .category-products .col-md-2 {
        width: 33.33%;
    }
}

@media (max-width: 750px) {
    .category-products .col-md-2 {
        width: 50%;
    }
}

.products-list-slider-featured .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
}

.category-products-hover .item{ margin-bottom:30px !important; margin-top: 2px; display: block;position: relative;}

.category-products-hover .product-image {
    display: block;
    position: initial;
}

.category-products-hover .item-upsell-proudct .horas24_detalle img{ right: 0}
.category-products-hover .item-upsell-proudct .junior_ico img{ left: 0}

.hover-checkout {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding: 0 10px 0 10px;

    -webkit-transition: height 0.15s ease-in-out;
    -moz-transition: height 0.15s ease-in-out;
    -ms-transition: height 0.15s ease-in-out;
    -o-transition: height 0.15s ease-in-out;
    transition: height 0.15s ease-in-out;
}

.owl-item .hover-checkout {

}

.category-products-hover .item:hover {
    z-index: 100;
}

.category-products-hover .item:hover .hover-checkout {
    height: 38px;
}

.category-products-hover .item  .hover-checkout button {
    background: #02D2D9;
    font-family:'Raleway', sans-serif;
    position: relative;
    font-size: 14px;
    color: #FFF;
    line-height: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.category-products-hover .item  .hover-checkout button:hover {
    background: #363636;
}

.category-products-hover .item .hover-checkout button{
    box-shadow: 0px 0px 0px 1px #CDCDCB;
    -webkit-box-shadow: 0px 0px 0px 1px #CDCDCB;
    -moz-box-shadow: 0px 0px 0px 1px #CDCDCB;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=0, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=45, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=90, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=135, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=225, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=260, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=305, Strength=1);
}


.category-products-hover .item  .hover-checkout button span {
    display: inline-block;
}

.category-products-hover .item:hover  .hover-checkout button img {
    margin-right: 5px;
}

.category-products-hover .item:hover  .hover-checkout button:hover {
    color: #FFF;
}

.hover-border-efect {
    padding-bottom: 0;    
}

.category-products-hover .item:hover  .hover-border-efect{
    box-shadow: 0px 0px 0px 1px #CDCDCB;
    -webkit-box-shadow: 0px 0px 0px 1px #CDCDCB;
    -moz-box-shadow: 0px 0px 0px 1px #CDCDCB;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=0, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=45, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=90, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=135, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=180, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=225, Strength=1)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=260, Strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=305, Strength=1);
}

@media (max-width: 900px) and (min-width: 750px){
    .text-button {display:none;}
    .horas24_detalle img {max-width: 30%;}

    .category-products-hover .item  .hover-checkout button {
        font-size: 12px;
        line-height: 10px;
    }
}

@media (max-width: 400px){
    .text-button {display:none;}
}


/*paypal express checkout*/

.paypal-review-order .form-list .field {
    max-width: 50%;
}

.paypal-review-order .form-list input.input-text {
    max-width: 95%;
}

.paypal-shipping-method {
    margin: 10px 0px 30px 20px;
}

/*360*/

#qunit-fixture {
    margin-bottom:30px;
}

.btn360 {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 15px;
    background: #373737;
}

.btn360 i {
    margin-top: 7px;
}

.btn360 i.icon-play-3, .btn360 i.icon-fast-fw {
    margin-left: 3px;
}

.btn360 i.icon-fast-bw {
    margin-right: 3px;
}


.btn360 [class^="icon-"]:before, [class*=" icon-"]:before {
    margin: auto;
}


/*outofstock-notify*/

.status_descatalogado {
    text-align: center;
    color: #02D2D9;
    font-size: 12px;
    border-bottom: 0.5px solid #02D2D9;
    padding: 10px;
    border-top: 0.5px solid #02D2D9;
    text-transform: uppercase;

}

.outofstock-notify {
    display: inline-block;
    width: 100%;
}

.outofstock-notify-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

.outofstock-notify label {    
    float: left;
    clear: both;
    font-size: 15px;
}

#notify-email {
    width: 100%;
    max-width: 100%;
}

.outofstock-notify-mail {
    float: left;
    clear: both;
    max-width: 265px;
}

.outofstock-notify-button {
    float: left;
    margin-top: 10px;
    padding: 10px 15px;
    clear: left;
    width: 100%;
}


/*Lang Switcher*/

.footer .lang-switcher {
    margin-top:10px;
}

.lang-switcher{
    /*margin-top:10px;*/
    background-color: #ffffff;
    width: 160px;
    /* margin: 0px;
     margin-right: 15px;
     margin-top: 15px;
    */
    margin-left: 0px;
}


.lang-switcher i{
    margin:0px;


}

.lang-switcher a, .lang-switcher .hlnk{
    font-size: 10px;
    margin-left: 10px;
    text-transform: uppercase;
}

.flag-es{
    /*margin-right: 5px;*/
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: -64px -21px;
}

.flag-en{
    /* margin-right: 5px;*/
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: -64px 0px;
}

.flag-it{
    /* margin-right: 5px;*/
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: -32px -21px;
}

.flag-fr{
    /* margin-right: 5px;*/
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: 0px -21px;
}

.flag-pt{
    /* margin-right: 5px;*/
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: -32px 0px;
}

.lang-switcher li span {
    margin-top: 4px;
}

.flag-de{
    float: left;
    width: 27px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flags-lang.png);
    background-position: 0px 0px;
}

.idioma{
    padding: 5px 5px 5px 6px;
}




#selectorPais{
    margin: 0px;
    margin-right: 15px;
    margin-top: 15px;
    display: block;
    float: left;
}

.texto-lang{
    float: left;
    padding-top: 5px;
    text-align: right;
    padding-right: 5px; 
    margin-bottom: 5px;
}

/**/

.show-price .price-box .old-price, .show-price .price-box .discount-price {
    display: inline !important;
}

.category-products-245 .price-box .old-price, .category-products-245 .price-box .discount-price,
.category-products-244 .price-box .old-price, .category-products-244 .price-box .discount-price,
.category-products-243 .price-box .old-price, .category-products-243 .price-box .discount-price,
.category-products-252 .price-box .old-price, .category-products-252 .price-box .discount-price,
.category-products-250 .price-box .old-price, .category-products-250 .price-box .discount-price,
.category-products-254 .price-box .old-price, .category-products-254 .price-box .discount-price,
.category-products-253 .price-box .old-price, .category-products-253 .price-box .discount-price,
.category-products-245 .price-box .old-price, .category-products-245 .price-box .discount-price  {
    display: inline !important;
}


/*paga más tarde*/

.pagamastarde-row {
    display: inline-block;
    width: 100%;
}

.catalog-product-view .columns-layout .pagamastarde.col-md-6 {
    width: 50% !important;

    margin-top:20px !important;
}

.catalog-product-view .columns-layout .pagamastarde.col-md-6 img {
    max-width: 265px;
}

.catalog-product-view .columns-layout .pagamastarde.col-md-6 iframe {
    max-width: 350px;
}


@media (max-width: 1150px) {
    .catalog-product-view .columns-layout .pagamastarde.col-md-6 {
        width: 100% !important;
        text-align: center;
        margin-top: 10px !important;
    }

    .catalog-product-view .columns-layout .pagamastarde.col-md-6 img {
        max-width: 350px;
    }

    .catalog-product-view .columns-layout .pagamastarde.col-md-6 iframe {

    }
}

@media (max-width: 600px) {

    .catalog-product-view .columns-layout .pagamastarde.col-md-6 {
        width: 100% !important;
        text-align: center;
    }

    .category-description .mobile-only img {
        max-width:120px;
    }
    .category-description .mobile-only {
        margin: 15px auto !important;
    }
}


/*top ventas*/
h3.title_topventas {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 20px;
}

.link_topventas {
    width:100%;
    text-align: right;
}

.link_topventas .button{
    color: #000!important;
    text-transform: initial;
    float: none;
    display: inline-block;
    font-size: 16px;
    background-color: #EAE9EB;
    line-height: 18px !important;
}

.link_topventas .button:hover{
    background: #818181;
    color: #fff!important;
}

.unidades, .unidades a {
    color: #02D2D9;
    text-align: center;
}

.desc-qty {
    border-radius: 5px 0px 0px 5px;
}
.inc-qty{
    border-radius: 0px 5px 5px 0px;
}

.product-tabs li.active span.tab{
    color: #3c3c3c;
}
.product-tabs{
    /*MJ*/
    /*    padding-bottom:2px;*/
    padding-bottom: 5px;
    padding-top: 5px;
}

#product_tabs_description, #product_tabs_Comentarios, #product_tabs_additional, #product_tabs_Garantia, #product_tabs_EnvioDevoluciones, #product_tabs_extramarca{
    border-right: #c2c3c7 solid 1px;
}

#TryOnButton{
    margin: 10px 0;
    border: 1px solid #BFBFBF;
    color: #BFBFBF;
    padding: 8px 10px 8px 10px;
    width: 49%;
    background-color: #f4f4f4;
    color: #2e2e2e;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    text-transform: inherit;
    margin-right: 1%;
    text-align: left;
    line-height: 25px;
}

#TryOnButton span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icono-probador-virtual.svg) no-repeat scroll 0 0 transparent;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}



#boton_360{
    margin:10px 0;
    border: 1px solid #BFBFBF;
    color: #BFBFBF;
    padding: 8px 10px 8px 10px;
    width: 49%;
    background-color: #f4f4f4;
    color: #2e2e2e;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    text-transform: inherit;
    margin-left: 1%;
    text-align: left;
    line-height: 25px;
}

#boton_360 span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icono-360.svg) no-repeat scroll 0 0 transparent;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

/*.cbp-spmenu #cerrarMenu{
    float: right;
    padding: 0px;
    margin: 10px 10px 0px 0px;
    background-color: transparent;
}*/
#showLeftPush{
    padding: 5px;
    background-color: #fff;
    float: left;
}
@media (max-width: 990px){
    .header-2 .nova-header-high{
        margin:0px!important;
    }
}

.bar1{ width: 20px; height: 2px; background-color: #31312E; margin: 4px 0; transition: 0.4s; color: #fff; }

.product-view .product-essential #qty{box-shadow:none;height:42px;line-height:42px;text-align:center;margin:0;border-color: #E5E5E5;font-family: 'Gotham', sans-serif; }
/*.completo {
    width: 100%!important;
    margin-left: 0!important;
}*/
@media (max-width:750px){

    .product-essential .nova-pd-right{padding-left: 0!important;}
}

.comprar-flotante{
    position: fixed;
    bottom: -100%;
    z-index: 1000;
    width: 100%;
    display: block;
    left: 0px;
    background-color: #FFF;
    border-top: 1px solid #c2c3c8;
    margin: 0px;
    padding: 10px 5px;
    -webkit-box-shadow: -1px 1px 25px -3px rgba(0,0,0,0.63);
    -moz-box-shadow: -1px 1px 25px -3px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.63);

    transition: bottom 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out;
}

.is-active-comp{
    bottom: 0px;
}

.comprar-flotante .btn-cart{
    background-color: #80c342;
    border-radius: 5px;
    font-weight: bold;
    height: 42px;

    padding: 0;
    display: table-cell;
    width: 100%;

}
.comprar-flotante .btn-cart span span{
    font-size: 15px;
    line-height: 41px;
    padding: 0 40px;
    letter-spacing: 2.5px;
}


.comprar-flotante #imagen{
    border-right: 1px solid #c2c3c8;
    margin-bottom: 5px;
    padding: 0px;
}
.comprar-flotante #descripcion{
    color: #000!important;
    font-weight: bold;
}




.comprar-flotante #descripcion .price{
    color: #000!important;
    font-weight: bold;
}

#test_ab{
    /*display:none;*/
    display: flex;
    align-items: center;
}

@media (max-width:750px){

    .imagenes .product-image{
        display:none;
    }

    .imagenes .more-views{
        display:none;


    }
    #owl-productos{
        display:block;
    }


}

@media screen and (min-width: 751px) { /* Con esto lo ocultamos en la pc y se deja visible solo en mobile */
    #owl-productos{
        display:none!important;
    }
}

#owl-productos .owl-theme .owl-controlls{
    margin-top:0px;
}
#owl-productos .owl-theme .owl-controlls .owl-page.active span{
    background-color: #40d3db;
}

@media (max-width:750px){
    .product-shop .product-name h1{/*border-top: 1px solid #c2c3c8;*/ border-bottom: none; /*padding-top: 15px;*/ padding-top: 5px; padding-bottom: 5px;} 
    .product-view .product-shop .short-description{padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px;}
    .product-view .product-essential .product-name h1{
        font-size: 23px;
    }
    .availability.out-of-stock span{
        font-size: 11px!important;
        font-weight: normal!important;
        text-transform: initial;
    }
    .product-view .product-shop .availability{
        font-weight: bold;
        text-transform: uppercase;
    }
}
.product-essential .old-price .price {
    font-size: 12px;
    text-decoration: line-through;
}

.product-essential .discount-price .price {
    font-size: 16px;
}
.product-view .product-shop .price-box .special-price {
    margin-right: 5px;
    margin-top: 0;
}

@media (max-width:750px){
    #boton_360{
        width: 100%!important;
        padding-left: 5px!important;
        margin: 0px 0px 10px 0px!important;
        text-align: center!important;
    }
    #TryOnButton{
        width: 100%!important;
        padding-left: 5px!important;
        margin: 0px 0px 10px 0px!important;
        text-align: center!important;
    }
}
.margen .mi-carrito{
    margin: auto;
    float:right;
    position: relative;
    z-index: 98;
}


.margen .mi-carrito a{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icono-carrito.svg) no-repeat scroll 0 0 transparent;
    width: 27px;
    height: 27px;
    float: left;
}


.cart_circle_mvl {
    background-color: #02D2D9;
    color: #FFFFFF;
    font-size: 12px;
    height: 15px;
    left: 26px;
    line-height: 12px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 20px;
}

.cart_circle_mvl2 {
    border-left: 7px solid transparent;
    border-top: 6px solid #02D2D9;
    left: 19px;
    position: absolute;
    top: 3px;
}


.snize-custom-widget-opener{
    /* float:left;*/
}
@media (min-width: 990px){
    .mi-carrito {
        /*  display: none !important;*/
    }
}
/*.header-2 .mini-cart {
    right: 0;
    margin-top: 70px;
    position: absolute;
    width: 37px;
    z-index: 100;
}*/

@media (max-width: 992px){
    .header .i-header-content .header-center{
        padding-bottom: 18px;
        padding-top: 18px;
        display: flex;
    }
}

.margen.mobile-only  #lupa a{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icono-buscar.svg) no-repeat scroll 0 0 transparent;
    width: 27px;
    height: 27px;
    float: left;
    opacity:0;
}

#wide-menu #mobi-nav-content hr{
    margin-bottom: 5px;
}


.onepagecheckout-index-index .search-col{

    display: none;
}

.onepagecheckout-index-index #lupa{
    display:none;
}

@media (max-width: 990px){
    .top-header-container{
        margin-bottom:0px;
    }
} 

@media (max-width:750px){
    .tabs-left{
        border-top:none;
		border-bottom: none;
    }
	
	.product-tabs li {
		border-right: none !important;
		border-bottom: 1px solid #c2c3c7;
		width: 100%;
	}
}


@media screen and (min-width: 751px) {
    .owl-dots{
        display:none;
    }
}

@media (max-width: 750px){
    #miniaturas{
        display:none;
    }
}


.link_vermas {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.link_vermas .button{
    background: #02D2D9;
    color: #FFF !important;
    float: none;
    font-size: 18px;
    display: inline-block;
}

.info-calibre {
    font-size: 12px;
}


.catalog-category-view .owl-wrapper .item {
    text-align: center;
    padding: 0 10px;
}

.title-pre-owl {
    text-align: center;
}

@media (max-width: 450px){
    .title-pre-owl {
        font-size: 16px;
        padding-bottom: 7px;
    }
}


/*TryOnButton*/
#TryOnButton {
    /*    margin:10px 0;*/
}

#myFitLiveContainer {
    width:100%;
    height:95%;
}

#myFitLive {
    width:100%;
    height:100%;
}


/*category css inline*/
.category-description .sin-margin-top{
    margin-top: 0px !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

#mobi-nav-content hr {
    clear: both; margin-top: 0px; margin-bottom: 20px !important;
}

.footer-content-box #newsletter {
    font-size:14px;
}

.category-description .margin-top-dos {
    margin-top: 2px;
}

.separtor-featured {width:100%;clear:both; display:inline-block;height:5px;}


/*LANDINGS*/
.landing h1 {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    line-height: 25px;
    font-size:18px;
}

.landing p {
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
} 

.landing h2{
    text-align: center;
    text-transform: none;
    padding: 5px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}


.landing h3{
    text-align: center;
    text-transform: none;
    font-weight: bold;
}

.landing .centrado{
    text-align: center;
}

.landing .imagen-centrada{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.landing .col-md-12 p {
    padding: 0px 180px;
}

.landing .col-md-6 p {
    padding: 0px 38px;
}

@media (max-width: 992px){
    .landing .col-md-6 p {
        padding: 0px 10px!important;
    }
    .landing .col-md-12 p {
        padding: 0px 10px!important;
    }
}


.landing .row-margen-60 {
    margin-top: 60px!important;
}
.landing .row-margen-30 {
    margin-top: 30px!important;
}

.row-margen-bottom-60 {
    margin-bottom: 60px!important;
}


.tam-maximo{
    width: 100%;
}


.landing .boton{
    font-family: 'Interstate Bold';
    color: #000;
    font-size: 14px;
    padding: 8px 0px 8px 0px;
    border: 1px #000 solid;
    display: block;
    text-align: center;
    margin: 0px auto;
    width: 200px;
}

.landing .boton:hover{
    border: 1px #d3d3d3 solid;
    background-color: #d3d3d3;
    color: #fff;
}

.landing .titulo-negro{
    font-family: 'Interstate Bold';
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 8px 10px 8px 10px;
    display: block;
    text-align: center;
    width: max-content;
    margin: 10px auto;
}

.landing .enlace{
    float: right;
    font-size: 14px;
    margin-top:5px;
}




.caja-azul{

    background-color: #02d2d9;
    padding: 20px 10px 20px 10px;
    display: block;
    text-align: center;
    font-size: 16px;

}

.caja-azul span{

    color: #000000;

}

.caja-negra-desktop {
    font-size: 14px;
    text-align: center;
    background: #000;
    padding: 7px 5px;
    letter-spacing: 1.5px;
}
.caja-negra-desktop a{
    color: #fff;
}
.caja-negra-movil{
    margin: 0px!important;
    height: 50px;
    font-size: 16px;
    text-align: center;

    background: #000;
    padding: 7px 5px;
}
.caja-negra-movil a{
    color: #fff;


}


.texto-centrado{
    text-align: center;
}

.texto-large{
    font-size: x-large;
}

.caja-negra-tp{
    background-color: #000;
    padding: 20px 10px 20px 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.caja-azul-tp{
    font-size: 16px;
    text-align: center;

    background: #02d2d9;
    padding: 7px 5px;
}

.caja-azul-tp a{
    color: #000;
}

.margen-inferior{
    margin-bottom: 20px;
}


.caja-negra-tp:hover{
    opacity: 0.8;
}


.banner-izq{
    padding-left: 0;
    margin-bottom: 10px;
}

.banner-der{
    padding-right: 0;
    margin-bottom: 10px;
}

.bloqueCategorias hr {clear: both;}

.sin-margin{
    margin: 0 !important;

}


.col-main .widget h2{
    text-align: center;
}

.col-main .widget h3 {
    text-align: center;
    font-size: large;
}


.banner-izq{
    padding-left: 0;
    margin-bottom: 10px!important;
}

.banner-der{
    padding-right: 0;
    margin-bottom: 10px!important;
} 

/*Ofertas de la semana*/
.deshabilitado{
    opacity: 0.6;
}
.imagen-agotado img {
    position: absolute;
    right: 32px;
    top: 15px;
    z-index: 96;
    width: 177px;
}

.deshabilitado h3{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
}


@media (max-width:425px){
    .imagen-agotado img{
        position: absolute;
        right: 18px;
        top: 0px;
        z-index: 99;
        width: 80%;
    }
}

@media (max-width: 900px) and (min-width: 750px){
    .imagen-agotado img{
        position: absolute;
        right: 18px;
        top: 15px;
        z-index: 99;
        width: 120px;
    }
}

/*crossel cart*/
.quick-act-crossellcart {

}

.quick-act-crossellcart a {
    font-weight: bold;
    width: 100%;
    background-color: #02d2d9;
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.quick-act-crossellcart a:hover {
    color: #FFFFFF !important;
    background-color: #333;
}

.act-icon {
    color: #000 !important;
}

.catalog-category-view .col-main .widget {
    text-align: center;
    background-color: #EEEEEE;
    padding: 40px 60px;
    display: block;
}


.eslogan{
    text-transform: uppercase;
    text-align: center;
    padding: 5px 45px;
    font-weight: bold;
}

.category-description p{
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 990px){
    .category-description p {
        padding: 0px 100px;
    }
}

.category-description strong {
    font-family: 'Interstate Bold';
}

.sin-margin-bottom{
    margin-bottom: 0px!important;
}

/*ekomi*/
#ek-shadow-wid .sseal-logo {
    max-width: 100%;
}

@media (max-width:550px){

    #ek-shadow-wid {
        width: 100% !important;
        height: auto !important;
    }

    #ek-shadow-wid .shleft {
        width: 100% !important;
        text-align: center !important;
    }
    #ek-shadow-wid {
        height: auto !important;
    }

    #ek-shadow-wid .shstars-grey {
        margin: auto !important;
    }

    #ek-shadow-wid .shright {
        margin: auto !important;
        float: none !important;
        width: 100% !important;
        display: inline-block !important;
    }
    #ek-shadow-wid .sh-rating-obtained, #ek-shadow-wid .shsec-text {
        text-align: center !important;
    }
}



#productosHome .price-box .special-price .price {color: #02D2D9 !important; font-size: 16px; font-weight:bold;}
#productosHome .price-box .discount-price .price {font-size: 14px; color: #363636 !important;}

.header-2 .mini-cart {
    right: -4px;
    margin-top: -46px;
    position: absolute;
    width: 37px;
    z-index: 100;
}

.caja-home{
    padding: 20px 0px 20px 0px;
    display: block;
    text-align: center;
    font-size: 12px;
    /*font-weight: bolder;  */
}

.caja-home:hover{
    background-color: #EEEEEE;
}

.caja-home img{
    width: 35px;
    vertical-align: middle;
    display: inline-block;
}

.caja-home span{
    /*display: inline-flex;*/
    letter-spacing: 0.8px;
    color: #1C0F0F;
}

.caja-home span strong {
}

.fullwidthbanner-container {
    margin: 0px -10px 10px -10px!important;
}
.banner-home{
    font-family: 'Interstate'!important;
    letter-spacing: 2.5px;
}

.banner-home:hover{
    color: #40d3db !important;
    opacity:0.8;
}

.banner-home img{
    vertical-align: middle;
}

.banner-home h4, .banner-home h2{
    font-size: 16px;
    text-align: center;
    background: #000;
    padding: 7px 5px;
    color: #fff!important;
    font-weight: bold;
}
.banner-home div{
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    font-family: 'Interstate Bold', sans-serif;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
}

.home-content .std{
    text-align: center;
    background-color: #EEEEEE;
    /* padding: 40px 60px;*/
    margin-bottom: 30px;

}
.home-content .owl-prev i{
    color: #ccc !important;
    left: 0px;
    position: absolute;
    top: 35%;
}
.home-content .owl-next i{
    color: #ccc !important;
    right: 0px;
    position: absolute;
    top: 35%;
}

.home-list-title h3{
    font-size: 1.7em;
}

.responsivebanner-container{
    max-width: 1170px!important;
    width: 100%!important;
}
.sliderHome .owl-dots{
    display:block;
}

.mi-carrito a {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 28px;
    float: left;
    background-repeat: no-repeat;
    background-position: -115px -30px;
}

.mi-carrito a span{
    font-size: 9px;
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 18px;
    margin-left: 10px;
    text-align: center;

    color: #fff;
    border-radius: 10px;
}

.sliderHome .owl-pagination{
    margin-top: -37px;
}

.brand-slider .texto-centrado{
    margin-bottom: 10px;
}

.home-bottom{
    padding: 40px 60px;
    text-align: center;
    background-color: #EEEEEE;
    margin-bottom: 30px;
}

.home-bottom a {
    color: #363636;
}

@media (max-width: 992px){
    .home-bottom{
        padding: 20px 30px;
    }
}

.catalog-category-view .owl-prev i, .box-cross-sell .owl-prev i {
    color: #ccc !important;
    left: 0px;
    position: absolute!important;
    top: 35%;
}

.catalog-category-view .owl-next i, .box-cross-sell .owl-next i{
    color: #ccc !important;
    right: 0px;
    position: absolute!important;
    top: 35%;
}

.col-md-3.banner-home {
    width: 25%;
    margin-bottom: 10px;
}

@media (max-width: 450px){
    .col-md-3.banner-home {
        width: 50%;
    } 
	
	.nova-mg-third {
		clear:left;
	}
	
	.banner-home h2 {
		font-size:12px;
	}
}


.category-title h1, .category-title h2 {
    font-size: 17px;
    font-family: 'Interstate Bold'!important;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: center;
}

.catalog-category-view .col-main .widget h2,.catalog-category-view .col-main .widget h3{
    font-size: 15px;
    font-family: 'Interstate Bold'!important;
    font-weight: bold;
    text-align: center;
    line-height: 1.7em;
}

.catalog-category-view .price-box .special-price .price {
    color: #02D2D9 !important;
    font-size: 16px;
    font-weight: bold;
}
.catalog-category-view .price-box .discount-price .price {
    font-size: 14px;
    color: #363636 !important;
}
.breadcrumbs-container{
    background-color: #F5F5F5;
    margin-bottom: 15px;
}

.col1-layout .breadcrumbs-container{
    margin-bottom: 0px;
}
@media (max-width: 992px){
    .main{
        padding: 0px;
    }
}



.busqueda span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 30px;
    height: 29px;
    float: left;
    background-repeat: no-repeat;
    background-position: -51px -29px;
}

.mini-cart .block-content .button-buy{
    background-color: #1C0F0F;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.mini-cart .block-content #cart-sidebar{
    margin:0;
}

.remove-item span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cerrar.svg) no-repeat scroll 0 0 transparent;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 7px;
}


.icon-pay {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-pay.png) no-repeat;
    display: inline-block;
    text-align: left;
    height: 38px;
    width: 63px;
    float: left;
    margin-right: 5px;
	border-radius:5px;
}

.icon-pay.pay-visa {
    background-position: 0px 0px;
}

.icon-pay.pay-mastercard {
    background-position: -67px 0px;
}


.icon-pay.pay-pagatarde {
    background-position: -134px 0px;
}

.icon-pay.pay-paypal {
    background-position: -201px 0px;
}

.icon-pay.pay-cashondelivery {
    background-position: 0px -42px;
	margin-top: 5px;
}

.icon-pay.pay-lacaixa {
    background-position: -67px -42px;
}

.icon-pay.pay-transfer {
    background-position: -134px -42px;
	margin-top: 5px;
}

.icon-pay.pay-santander {
    background-position: -201px -42px;
}

.icon-pay.pay-mb {
    background-position: 0px -84px;
}


.icon-pay.pay-scalapay {
    background-position: -67px -84px;
}

.precio-cantidad{
    float:right;
    margin-top: 5px;
}
.nproductos{
    float:right;
}

.toolbar-bottom .nproductos{
    display:none;
}

.direction #arriba{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-arriba.svg) no-repeat scroll 0 0 transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 3px;
}
.direction #abajo{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-abajo.svg) no-repeat scroll 0 0 transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 3px;
}

.busqueda span:hover{
    background-position: -51px -68px;
}

.mi-carrito a:hover{
    background-position: -115px -69px;
}
.sliderHome .owl-controlls{
    position: relative;
}

.margen .mi-carrito a span{
    margin-top: 8px;
    width: 27px;
}

.mini-cart .block-content .button-shopcart:hover, .cart .discount .buttons-set button.button:hover, #shopping-cart-table button.button:hover {
    background-color: #a7a7a7;
    color: #4C4C4C;
    border: #a7a7a7;
}

.info1{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 28px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -151px -31px;
    vertical-align: middle;
    margin-right: 5px;
}

.info2{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 28px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -185px -31px;
    vertical-align: middle;
    margin-right: 5px;
}

.info3{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 28px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -219px -31px;
    vertical-align: middle;
    margin-right: 5px;
}

.info4 {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 28px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -253px -31px;
    vertical-align: middle;
    margin-right: 5px;
}

@media (min-width: 750px){
    .estilo-fr{
        text-align: left;
        width: 33%;
        float: left;
    }
}

.checkout-right{
    border: #4C4C4C solid 1px;
}

#shopping-cart-totals-table .a-left{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: normal;
    font-size: 13px;
}

.cart .discount-form input{
    background-color: #fff;
    border: #000 1px solid;
}

#shopping-cart-table .remove-item span{
    margin-top:0px;
}


.cart-table .botones-carrito{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.fila{
    clear:both;
    border-bottom: 2px solid #EEEEEE;
    display: table-row;

}

.fila div{
    display: table-cell;
    vertical-align: middle;
}

#shopping-cart-table{
    display:table;
}

.cart-table .botones-carrito button.button{padding:0;     background-color: #d3d3d3;
                                           font-size: 13px;
                                           color: #4C4C4C;
                                           border: #d3d3d3 solid 1px;
                                           letter-spacing: 1.5px;
}


.cart-table .botones-carrito button.button span span{/*padding:0 10px;*/    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;}

.cart-table .botones-carrito .product-image img{border:1px solid #E9E9E9;}

@media (max-width:600px){
    .cart-table .botones-carrito button.button {
        margin-bottom:10px;
        float:none;
        width: 100%;
    }
}

#cantidad .reduced{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-izquierda.svg) no-repeat scroll 0 0 transparent;
    width: 12px;
    height: 20px;
    display: inline-flex;
    vertical-align: middle;
    cursor:pointer;
}

#cantidad .increase{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-derecha.svg) no-repeat scroll 0 0 transparent;
    width: 13px;
    height: 20px;
    display: inline-flex;
    vertical-align: middle;
    cursor:pointer;
}
@media (max-width: 991px){
    #realizar-pedido{
        position: fixed;
        display: block;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        left: 0px;
        background-color: #EEEEEE;
        padding: 10px 0px;
        -webkit-box-shadow: -1px 1px 25px -3px rgba(0,0,0,0.63);
        -moz-box-shadow: -1px 1px 25px -3px rgba(0,0,0,0.63);
        box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.63);
    }
    #realizar-pedido .izq{
        margin-bottom: 3px;
        font-size: 13px;
    }

    #realizar-pedido .der{
        margin-bottom: 3px;
        text-align: right;
    }
    .cart .totals .checkout-types{
    }
}

@media (min-width: 992px){
    #realizar-pedido{
        display:none;
    }
}

.cart .button.btn-checkout {
    background-color: #08a453!important;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2.5px;
    width: 100%;
}

#realizar-pedido .price{
    font-family: 'Interstate Bold'!important;
    font-size: 13px;
}

@media (max-width: 991px){
    .fila .borrar-checkout{
        vertical-align: top;
        padding-top: 10px;
    }
}
.cantidad span{
    clear: both;
    float: left;
    width: auto;
    line-height: 32px;
    margin-right: 10px;
}

.cantidad select{
    width: auto;
    padding: 0px;
}

.fila-movil{
    padding:5px;
}

@media (min-width: 768px){
    .fila .fila-movil{
        display: none;
    }
}

#cantidad input{
    border:none;
}

#shopping-cart-table .fila-movil .price {
    font-family: 'Interstate Bold'!important;
    font-size: 13px;
}

#shopping-cart-table strong .price{
    font-family: 'Interstate Bold'!important;
}

@media (max-width: 992px){
    .checkout-right{
        border:none;
    }
}

.cantidad select {
    width: auto;
    padding: 0px;
    font-size: 13px;
}
.home-content-container a{
    color:#000;
}

.prefooter .content a {
    color: #363636 !important;
}

.footer a {
    color: #fff;
}

.sticky-menu .search-col-content{
    display:none;
}

.sticky-menu .margen #lupa a{
    opacity: 1;
}

@media (max-width: 992px){
    .search-col-content{
        margin-bottom: 20px!important;
    }

    .search-col input.input-text {
        box-shadow: none;
        padding: 20px 10px;
        position: absolute;

        right: 0;
        top: 0;
        width: 100%;
    }
}
.margen .mi-carrito a span{
    margin-top: 16px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    /* background-color: #02D2D9 !important;*/
    color: #fff;
    border-radius: 10px;
}

.itemazul{
    background-color: #02D2D9 !important;
}

.mi_cuenta span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: -84px -31px;
}

.mi_cuenta span:hover{
    background-position: -84px -70px;
}

.cerrar_sesion span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 27px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: -356px -31px;
}

.cerrar_sesion span:hover{
    background-position: -356px -70px;
}


#shopping-cart-table .fila .link-wishlist{
    display: none;
}

.caja-blanca{   
    color: #000000;
    padding: 10px 0px 10px 0px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: #d8d8d8 1px solid;
    font-family: 'Interstate Bold'!important;
    letter-spacing: 1.5px;
}
.caja-blanca:hover{
    border: #F1F1F1 1px solid;
    background-color: #F1F1F1;
}
.row-margen-30 {
    margin-top: 30px!important;
}

#discount-coupon-form {
   
}


/*caja azul*/

.caja-azul-faq{
    background-color: #ccf6f7;
    padding: 40px 10px 40px 10px;
    display: block;
    height: 238px;
}

.caja-azul-faq img{   
    display: block;
    margin: auto;
}



.caja-azul-faq div{
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
    color: #000!important;
    font-family: 'Interstate Bold', 'helvetica',sans-serif !important;
    letter-spacing: 0.8px;
}

.pregunta{
    text-align: center;
    background-color: #eeeeee;
    padding: 15px 0px;
    margin: 25px 0px;
    color: #000;
}

.pregunta h3{
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
}
.pregunta p{
    margin-bottom: 10px;
}

.boton-azul{
    background-color: #02d2d9;
    padding: 5px 10px 5px 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    width: max-content;
    letter-spacing: 0.8px;
    color:#fff;
}

.boton-azul a{
    color: #fff;
}

.boton-azul a:hover {
    color: #fff !important;
}

.faq{
    font-size:14px;
}

.faq strong{
    font-family: 'Interstate Bold', 'helvetica',sans-serif !important;
}
.faq h2{
    letter-spacing: 2.5px;
    text-align: center;
    font-size: 16px;
    text-align: center;
}

.faq p{
    padding: 0px 100px;
}
.introduccion{
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 750px){
    .faq p {
        padding: 15px 5px;
        margin-bottom: 0px;
    }
    .pregunta {
        padding: 15px 10px;
    }
    .introduccion{
        margin-top:0px;
        margin-bottom: 0px;
    }
}

.faq .col-md-3 {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 20px;
}


@media (max-width: 750px){
    .faq .col-md-3 {
        width: 50%;
        text-align: center;
    }
}

.cuadro-blanco{
    background-color: #fff;
    padding: 10px;
    margin: 15px 100px 20px;
}

@media (max-width: 750px){
    .cuadro-blanco{
        margin: 5px 10px 10px;
    }
}

.text-pago{
    color: #363636;
}

.home-bottom h1 {
    font-size: 15px;
    line-height: 1.7em;
    text-transform: uppercase;
}

.caja-azul-faq a:hover{
    color: #000!important;
}

.caja-azul-faq:hover{
    background-color: #9aedf0;
    cursor:pointer;
}

.pregunta h2 {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.boton-azul:hover{
    background-color: #fff;
    color: #40d3db;
}

.catalog-category-view .col-main .widget p {
    margin: 0 0 1em;
    padding: 0;
    color: #363636;
}

.catalog-category-view .col-main .widget strong{ 
    font-family: 'Interstate Bold';
}
.catalog-category-view .col-main .widget a{
    color: #363636;
}


@media (max-width: 992px){
    .catalog-category-view .col-main .widget{
        padding: 20px 30px;
    }
}

.comprar-flotante .btn-cart {
    background-color: #08a453;
    border-radius: 0px;
    font-weight: bold;
    height: 42px;
    padding: 0;
    display: table-cell;
    width: 100%;
    font-family: 'Interstate Bold';
}

.cart .totals .checkout-types button.btn-checkout span {
    font-size: 15px;
    font-weight: normal;
    word-spacing: 3px;
    font-family: 'Interstate Bold';
}

.cart .button.btn-checkout {
    background-color: #08a453 !important;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.5px;
    width: 100%;
    font-family: 'Interstate Bold';
}

.product-view .product-essential .btn-cart {
    border-radius: 0px;
    font-weight: bold;
    height: 42px;
    padding: 0;
    display: table-cell;
    width: 100%;
    background-color: #08a453 !important;
    letter-spacing: 2.5px;
    font-family: 'Interstate Bold';
}

.product-view .product-essential .btn-cart:hover {
    background-color: #333 !important;
}

@media (max-width: 991px){
    .checkout-cart-index .zopim {
        margin-bottom: 80px !important;
    }
}

.footer-container strong{
    font-family: 'Interstate Bold';
    color: #363636 !important;
    font-size: 1.1em !important;
}
.footer-container .contacto-footer span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    /* background-position: -255px -74px;*/
    background-position: -256px -75px;
    width: 25px;
    height: 25px;
    display:inline-flex;
}

.footer-container .telefono-footer span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -223px -74px;
    width: 25px;
    height: 25px;
    display:inline-flex;
}

.footer-container .envio-footer span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -151px -75px;
    width: 25px;
    height: 25px;
    display:inline-flex;
}

.footer-container .devolucion-footer span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -189px -75px;
    width: 25px;
    height: 25px;
    display:inline-flex;
}


.mensaje-privacidad{
    font-size: 11px;
}

.form-list .input-box{
    margin-top: 10px;
}
.form-list .input-box input{
    display: inline-block;
    margin-top: 0px;
}
.form-list .input-box label{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#contactForm .form-list{
    text-align: center;
    margin: 0;
    /*margin: 0px 225px;*/
}
#contactForm .form-list label {
    /*color: #808080;*/
    float: none;
    font-weight: normal;
    position: relative;
    z-index: 0;
    font-family: 'Interstate Bold';
    cursor: default;
    font-size: 14px;
    color: #666666;
}

#contactForm .form-list input.input-text {
    height: 100%;
    max-height: 30px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    border: none;
}

#contactForm .boton-azul{
    width: 100%;
}
#contactForm .fieldset {
    border: none;
    /* margin: 0;*/
    padding: 0 15px;
    background-color: #ccf6f7;
    padding: 20px 15%;
    margin: 20px 100px;
}   
@media (max-width: 750px){
    #contactForm .fieldset {
        padding: 15px 15px;
        margin: 20px 5px;
    } 
}
#contactForm #comment {
    height: 170px;
    max-width: 100%;
    border: none;
}

.block_contact .hovergris:hover{
    background-color: #d3d3d3;
    color: #000;
}
#contactForm .buttons-set {
    border: none;
    clear: both;
    margin: 0px;
    padding: 0;
    text-align: right;
}


.caja-azul-home{
    font-size: 16px;
    text-align: right;
    background: #02D2D9;
    padding: 7px 20px;
    color: #FFF !important;
    font-weight: normal;
    letter-spacing:2.5px;
}


.caja-roja-landing{
    text-align: center;
    display: block;
    background-color: #d11530;
    padding: 10px 0px;
    color: #fff;
    letter-spacing: 0.8px;
    font-size: 14px;
}

.top-bar {
    background: #00E9EE; line-height: 10px; font-size: 12px; padding: 10px 10px; margin-bottom: 10px;
}

.top-bar .nova-mg-pd {text-align: center; color: #363636; text-transform: uppercase;}

.top-bar .nova-mg-pd strong {
    color: #363636;
}

@media (max-width: 1175px) {
    .top-bar {
        margin-left:-10px;
        margin-right:-10px;
        line-height: 16px;
        padding: 5px 10px;
        font-size: 11px;
        color: #FFF;
    }

    /*.top-bar .nova-mg-pd {color: #FFF;}

    .top-bar .nova-mg-pd strong {
        color: #FFF;
    }*/
}

#amgiftcard_amount_custom_block .notice {
    color: #e26703;
    clear: both;
}

.caja-roja-home {
    font-size: 16px;
    text-align: right;
    background: #b5161b;
    padding: 7px 20px;
    color: #FFF !important;
    font-weight: normal;
    letter-spacing: 2.5px;
}

.category-gafas-de-sol .widget-static-block .titulo{
    text-align: left;
    display: block;
    font-family: 'Interstate Bold';
    font-size: 14px;
}

.category-gafas-de-sol .widget-static-block h2{
    text-transform: inherit;
    text-align: left!important;
}


.category-gafas-de-sol .widget-static-block h3{
    text-transform: inherit;
    text-align: left!important;
}

.category-gafas-de-sol .widget-static-block hr{
    border-top: 1px solid #fff;
}

.category-gafas-de-sol .widget-static-block p{
    text-align: left!important;
}

.landing .titulo-h2{
    padding: 5px 0;
    font-size: 17px;
    line-height: 25px;
    color: #363636 !important;
}


.category-lunettes-de-soleil .widget-static-block .titulo, .category-sonnenbrillen .widget-static-block .titulo, .category-oculos-de-sol .widget-static-block .titulo, .category-occhiali-da-sole .widget-static-block .titulo, .category-sunglasses .widget-static-block .titulo{
    text-align: left;
    display: block;
    font-family: 'Interstate Bold';
    font-size: 14px;
}

.category-lunettes-de-soleil .widget-static-block h2, .category-sonnenbrillen .widget-static-block h2, .category-oculos-de-sol .widget-static-block h2, .category-occhiali-da-sole .widget-static-block h2, .category-sunglasses .widget-static-block h2{
    text-transform: inherit;
    text-align: left!important;
}


.category-lunettes-de-soleil .widget-static-block h3, .category-sonnenbrillen .widget-static-block h3, .category-oculos-de-sol .widget-static-block h3, .category-occhiali-da-sole .widget-static-block h3, .category-sunglasses .widget-static-block h3{
    text-transform: inherit;
    text-align: left!important;
}

.category-lunettes-de-soleil .widget-static-block hr, .category-sonnenbrillen .widget-static-block hr, .category-oculos-de-sol .widget-static-block hr, .category-occhiali-da-sole .widget-static-block hr, .category-sunglasses .widget-static-block hr{
    border-top: 1px solid #fff;
}

.category-lunettes-de-soleil .widget-static-block p, .category-sonnenbrillen .widget-static-block p, .category-oculos-de-sol .widget-static-block p, .category-occhiali-da-sole .widget-static-block p, .category-sunglasses .widget-static-block p{
    text-align: left!important;
}

.boton-ver-mas{
    text-align: center;
    margin: 15px 0 0px;
}

.boton-ver-mas a{
    text-align: center;
    display: inline-block;
    padding: 3px 17px;
    border: 1px solid #999999;
    line-height: 30px;
    color: #fff!important;
    background-color: #999999;
    width: 100%;
}
.caja-informativa {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
}
.info-item{
    margin: 0px 2px;
    flex: 1 100%;
}
.info-caja {
    padding: 2px 0px;
    letter-spacing: 0.8px;
    color: #02D2D9;
    border: 1px solid #02D2D9;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
#caja-informativa-prod{
    position: absolute;
    left:0px;
    top: 0px;
    z-index: 98;
}

.info-caja-prod{
    padding: 2px 15px;
    letter-spacing: 0.8px;
    color: #02D2D9;
    border: 1px solid #02D2D9;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}


.catalog-category-view .col-main .widget-static-block .titulo{
    text-align: left;
    display: block;
    font-family: 'Interstate Bold';
    font-size: 14px;
}

.catalog-category-view .col-main .widget-static-block h2{
    text-transform: inherit;
    text-align: left!important;
}


.catalog-category-view .col-main .widget-static-block h3{
    text-transform: inherit;
    text-align: left!important;
}


.catalog-category-view .col-main .widget-static-block hr{
    border-top: 1px solid #fff;
}

.catalog-category-view .col-main .widget-static-block p{
    text-align: left!important;
}

.search-movil .search-col input.input-text {
    box-shadow: none;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.search-movil {
    margin-bottom: 20px!important;
}

.iconos-cabecera-movil{
    display: inherit;
    padding: 0px;
    text-align: center;
}

.movil-custom-header .header-2 .mini-cart {
    display: none!important;
}


@media (min-width: 990px){
    .cbp-spmenu-left.cbp-spmenu-open {
        display: none!important;
    }
}


.caja-azul-outlet {
    font-size: 14px;
    text-align: center;
    background: #02D2D9;
    padding: 7px 5px;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
    color: #FFF;
}
.caja-azul-outlet span {
    color: #000;
}
.caja-azul-outlet:hover, .caja-azul-outlet:hover span {
    color: #02D2D9!important;
    background-color:#000;
}

.caja-ver-mas{
    font-size: 14px;
    background: #4d4d4d;
    padding: 7px 5px;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
    color: #FFF;
}


.caja-ver-mas:hover{
    background: #40d3db !important;
}

.topventasbloque .category-products-select h2.title_category{
    border: none;
    font-size: 17px;
}


/*layered*/
div.block-layered-nav{
    background-color: #EAE9EB;
}

.amshopby-filters-left .block-title{
    text-align:center;

}

.sidebar .block-title span, .sidebar .block-title strong span, #custom-html strong span {
    background-color: #e5e6e7;
    color: #1c0f0f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 3px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0px;
    font-family: 'Interstate Bold', sans-serif;
}

.block-layered-nav dt {
    color: #818181;
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-abajo-2.svg) right center no-repeat;
    font-weight: bold;
    cursor: pointer;
    color: #1c0f0f!important;
    font-family: "Interstate Bold";
    font-size: 14px;
    margin: 15px 9px 7px 9px;
    padding: 0px;
}

.block-layered-nav .block-content {
    padding-right: 10px;
    padding-left: 10px;
}

.block-layered-nav dd {
    padding: 0px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.block-layered-nav dd ol {
    margin: 0px 10px;
}

.sidebar .block-content {
    margin-top: 0px;
}

.block-layered-nav dt.active {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-arriba-2.svg) right bottom no-repeat;
}

.block .active {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flecha-abajo-2.svg) right bottom no-repeat;
}

.block-layered-nav .block-content dl {
    margin: 0;
    border-top: 1px solid #000;
}

.block-layered-nav dd ol li{
    padding-bottom: 5px;
    line-height:23px;
}

.block-layered-nav dd .amshopby-advanced ol li {
    line-height:16px;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #ddd;
    padding: 3px 9px;
    border-bottom: 1px solid #E3E3E3;
    text-transform: uppercase;
    color: #1c0f0f;
}

.block-layered-nav .currently .label {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #1c0f0f;
    font-family: "Interstate Bold";
}

.block-layered-nav .actions a {
    float: none;
    color: #1c0f0f;
}

.block-layered-nav .block-content .currently ol{
    margin-left: 0px;
}


.somos-opticos h2, .somos-opticos h3{
    text-align: left;
    text-transform: none;
    padding: 5px 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}
.somos-opticos p{
    text-align:left!important;
    padding:0px;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.somos-opticos span{
    text-align: center!important;
    display: block;
    background-color: #000;
    padding: 10px 0px;
    color: #fff;
    letter-spacing: 0.8px;
    font-size: 14px;
}
.somos-opticos .caja-negra-desktop{
    color:#FFF;
    text-align:center;
}
.like-h2{
    text-transform: none;
    padding: 5px 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #363636 !important;
}
.subtitulo{
    text-align:left;
    font-size:15px;
}

.manufacturer-logo img{
    max-height: 30px;
    max-width: 120px;
    margin: 0px 0px 7px 0px;
}

.selected-product.column-4-products .col-md-3 {
    padding: 0 10px !important;
    max-width: 100%;
    width: 25%;
    text-align: center;
    margin-bottom: 20px !important;
}

@media (max-width: 460px) {
    .manufacturer-logo img{
        max-height: 25px;
        max-width: 80px;
        margin: 0px 0px 7px 0px;
    }

    .margin-image {
        min-height: auto;
    }
}


.listado-marca {
    background-color: #F5F5F5;
    text-align: center;
    margin: 20px 0;
    position: sticky;
    top: 0px;
    z-index: 99;
}

.cms-home-central .listado-marca {
    position: inherit;
}

.listado-marca li {
    display: inline-block;
    font-size: 15px;
    padding: 5px 7px;
}

.cabecera-letra {
    text-align: center;
    font-size: 15px;
    clear: both;
    margin-top: 25px;
}

.listado-letras{
    text-align: center;
}

.listado-letras .col-md-2 {
    margin-bottom: 10px;
}

@media (max-width:992px){
    .listado-marca li {
        padding: 7px 12px;
    }
}

.amshopby-filters-left .block-subtitle {
    display:none;
}

#filtro{
    background-color: #02D2D9 !important;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    text-align: left;
    text-transform: uppercase;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-family: 'Interstate Bold';
}


#filtro em{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icono-filtrar.svg) no-repeat center center;
    background-size: 100%;
    float: right;
}



@media (min-width: 750px){
    #filtro{
        display:none;
    }
}
@media (max-width: 750px){
    .sidebar .widget-static-block{
        display:none!important;
    }
    .amshopby-filters-left .block-title{
        display:none;
    }
    .amshopby-filters-left #narrow-by-list{
        display:none;
    }
    .vertnav-container{
        display:none;
    }
    .block-layered-nav .block-subtitle{
        display:none;
    }
    .sidebar .block-content{
        padding:0;
    }

    .block-layered-nav dd.last {
        background: none;
        border-bottom: 0;
        margin: 0;
    }


    .block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
        right: 15px;
    }

    .block-layered-nav dd ol li {
        padding-bottom:10px;
    }

}


.info5 {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 28px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -353px -105px;
    vertical-align: middle;
    margin-right: 5px;
}

#filtro.sticky-filtro{
    position: fixed;
    left: 0px;
    top: 45px;
    z-index: 999;
}

.amshopby_attr_search {
    width:100%;
}


.boton-negro {
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Interstate Bold', sans-serif;
    text-transform: uppercase;
}
a:hover .boton-negro{
    background-color: #c2c3c8;
    color: #000!important;
}
#wide-menu #nav li a:hover img{
    opacity: 0.5;
}

.mapa{
    height: 560px;
}

@media (max-width: 450px) {
    /*.mapa{
        height: 300px;
    }*/
}
.info-gris{
    background-color: #eeeeee;
    padding: 20px;
    height: 100%;
}

.direccion{
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
}

.direccion span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -256px -74px;
    width: 28px;
    height: 19px;
    display: inline-block;
}
.direccion strong{
    vertical-align: middle;
    font-size: 14px;
    color: #363636;
}

.horario{
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
}

.horario span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-position: -83px -73px;
    width: 28px;
    height: 22px;
    display: inline-block;
}

.horario strong{
    vertical-align: middle;
    font-size: 14px;
    color: #363636;
}

.telefono{
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
}
.telefono span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    background-repeat: no-repeat;
    background-position: -222px -74px;
    width: 28px;
    height: 22px;
    display: inline-block;
}
.telefono strong{
    vertical-align: middle;
    font-size: 14px;
    color: #363636;
} 

.product-tarjeta-regalo .product-img-box, .product-tarjeta-regalo .product-shop {
	width:100% !important;
}

.product-tarjeta-regalo .availability,.product-tarjeta-regalo .add-to-box,.product-tarjeta-regalo .pagamastarde-row,.product-tarjeta-regalo .manufacturer-img {
	display:none;
}

.product-tarjeta-regalo .product-options-bottom li.fields {
float:left;
}

.product-tarjeta-regalo .am-giftcard-form > .fieldset .input-box{
float:left;
}

.product-tarjeta-regalo .am-giftcard-form > .fieldset #amgiftcard_amount_custom_block{
	float: left;
    clear: none;
    text-align: left;
}


/*checkout 5*/

#opc-payment dt, #opc-payment dd {
display:flex;
width: 100%;
}

#opc-payment input {
display:inherit;
}

.opc-block-progress .block-title {
text-align:center;	
}

/*info adicional*/

#product-attribute-specs-table {
	margin-top: 10px;
}

#product-attribute-specs-table tr{
	
}

#product-attribute-specs-table th{
	    padding: 15px;
    line-height: normal;
}

#product-attribute-specs-table td{
	    padding: 15px;
    line-height: normal;
}

.copyright-footer [class^="icon-"]:before, .copyright-footer [class*=" icon-"]:before {
    width: 35px;
    padding: 0;
    margin: 0;
}

/*.search-col-content {
display:none;
}*/
.cms-index-index .main-container {
	margin-bottom: 0 !important;
}
.act-icon {
	color: #FFF;
	font-size: 15px;
}
.act-icon:hover {
	color: #FFF;
}
.act-icon i:before, .add_to_wishlist_small i:before, .add_to_compare_small i:before {
	margin-left: 0;
	margin-right: 0;
}
.added {
	color: #988A49 !important;
}
.button-qty {
	float:left;
	cursor: pointer;
	line-height: 40px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #E5E5E5;
}
.desc-qty {
	border-right: 0;
}
.inc-qty {
	border-left:0;
	margin-right: 10px;
}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .list-item:hover .item-img img {
  top: -220px;
}
ul.wrap-items .list-item:hover .item-img img + img {
  top: 0;
}

ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.wrap-items .item-img img + img {
  top: 220px;
}

@charset "UTF-8";

 @font-face {
  font-family: 'fontello';
  src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.eot?1000786');
  src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.eot?1000786#iefix') format('embedded-opentype'),
       url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.woff?1000786') format('woff'),
       url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.ttf?1000786') format('truetype'),
       url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.svg?1000786#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/fontello/font/fontello.svg?1000786#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-windy-rain-inv:before { content: '\ebfd'; } /* '' */
.icon-duckduckgo:before { content: '\ecfb'; } /* '' */
.icon-aim:before { content: '\ecfc'; } /* '' */
.icon-snow-inv:before { content: '\ebfe'; } /* '' */
.icon-snow-heavy-inv:before { content: '\ec10'; } /* '' */
.icon-hash:before { content: '\eb70'; } /* '' */
.icon-delicious:before { content: '\ecfd'; } /* '' */
.icon-money-1:before { content: '\ebe8'; } /* '' */
.icon-hail-inv:before { content: '\ebff'; } /* '' */
.icon-paypal-1:before { content: '\ecfe'; } /* '' */
.icon-clouds-inv:before { content: '\ec00'; } /* '' */
.icon-flattr-1:before { content: '\ed38'; } /* '' */
.icon-android-1:before { content: '\ed37'; } /* '' */
.icon-clouds-flash-inv:before { content: '\ec01'; } /* '' */
.icon-eventful:before { content: '\ed2b'; } /* '' */
.icon-temperature:before { content: '\ec02'; } /* '' */
.icon-compass-4:before { content: '\ec03'; } /* '' */
.icon-na:before { content: '\ec04'; } /* '' */
.icon-smashmag:before { content: '\ecff'; } /* '' */
.icon-celcius:before { content: '\ec05'; } /* '' */
.icon-plus-5:before { content: '\ec56'; } /* '' */
.icon-gplus-3:before { content: '\ed27'; } /* '' */
.icon-plus-3:before { content: '\eb45'; } /* '' */
.icon-plus-4:before { content: '\ebb9'; } /* '' */
.icon-plus:before { content: '\e828'; } /* '' */
.icon-fahrenheit:before { content: '\ec06'; } /* '' */
.icon-plus-1:before { content: '\e997'; } /* '' */
.icon-wikipedia:before { content: '\ed36'; } /* '' */
.icon-lanyrd:before { content: '\ed25'; } /* '' */
.icon-minus:before { content: '\e825'; } /* '' */
.icon-minus-3:before { content: '\eb32'; } /* '' */
.icon-minus-1:before { content: '\e99a'; } /* '' */
.icon-calendar-6:before { content: '\ed26'; } /* '' */
.icon-stumbleupon-1:before { content: '\ed00'; } /* '' */
.icon-clouds-flash-alt:before { content: '\ec07'; } /* '' */
.icon-progress-10:before { content: '\ef17'; } /* '' */
.icon-fivehundredpx:before { content: '\ed01'; } /* '' */
.icon-sun-inv-1:before { content: '\ec08'; } /* '' */
.icon-progress-11:before { content: '\ef18'; } /* '' */
.icon-pinterest-2:before { content: '\ed02'; } /* '' */
.icon-moon-inv-1:before { content: '\ec09'; } /* '' */
.icon-bitcoin-1:before { content: '\ed03'; } /* '' */
.icon-progress-9:before { content: '\ef14'; } /* '' */
.icon-cloud-sun-inv:before { content: '\ec0a'; } /* '' */
.icon-w3c:before { content: '\ed04'; } /* '' */
.icon-progress-8:before { content: '\ef13'; } /* '' */
.icon-cloud-moon-inv:before { content: '\ec0b'; } /* '' */
.icon-foursquare-1:before { content: '\ed05'; } /* '' */
.icon-progress-4:before { content: '\ef10'; } /* '' */
.icon-progress-5:before { content: '\ef11'; } /* '' */
.icon-html5-1:before { content: '\ed11'; } /* '' */
.icon-cloud-inv:before { content: '\ec0c'; } /* '' */
.icon-progress-6:before { content: '\ef0e'; } /* '' */
.icon-cloud-flash-inv:before { content: '\ec0d'; } /* '' */
.icon-ie-1:before { content: '\ed06'; } /* '' */
.icon-drizzle-inv:before { content: '\ec0f'; } /* '' */
.icon-progress-7:before { content: '\ef0c'; } /* '' */
.icon-call:before { content: '\ed33'; } /* '' */
.icon-rain-inv:before { content: '\ec0e'; } /* '' */
.icon-grooveshark:before { content: '\ed3a'; } /* '' */
.icon-windy-inv:before { content: '\ec18'; } /* '' */
.icon-ninetyninedesigns:before { content: '\ed39'; } /* '' */
.icon-forrst:before { content: '\ed2e'; } /* '' */
.icon-colon:before { content: '\ebf3'; } /* '' */
.icon-digg:before { content: '\ed2c'; } /* '' */
.icon-semicolon:before { content: '\ebf0'; } /* '' */
.icon-info-4:before { content: '\ebc8'; } /* '' */
.icon-spotify-1:before { content: '\ed47'; } /* '' */
.icon-reddit:before { content: '\ed62'; } /* '' */
.icon-guest:before { content: '\ed61'; } /* '' */
.icon-question:before { content: '\ebc4'; } /* '' */
.icon-at-2:before { content: '\ebfc'; } /* '' */
.icon-at-3:before { content: '\ecbc'; } /* '' */
.icon-gowalla:before { content: '\ed4c'; } /* '' */
.icon-at-1:before { content: '\eb72'; } /* '' */
.icon-appstore:before { content: '\ed49'; } /* '' */
.icon-sunrise:before { content: '\ec19'; } /* '' */
.icon-blogger:before { content: '\ed24'; } /* '' */
.icon-sun-3:before { content: '\ec1a'; } /* '' */
.icon-cc-1:before { content: '\ed1f'; } /* '' */
.icon-moon-4:before { content: '\ec1b'; } /* '' */
.icon-eclipse:before { content: '\ec1c'; } /* '' */
.icon-dribbble-4:before { content: '\ed1e'; } /* '' */
.icon-evernote-1:before { content: '\ed19'; } /* '' */
.icon-mist:before { content: '\ec1d'; } /* '' */
.icon-flickr-3:before { content: '\ed18'; } /* '' */
.icon-wind-1:before { content: '\ec26'; } /* '' */
.icon-snowflake:before { content: '\ec1e'; } /* '' */
.icon-google:before { content: '\ed14'; } /* '' */
.icon-cloud-sun-1:before { content: '\ec29'; } /* '' */
.icon-viadeo:before { content: '\ed13'; } /* '' */
.icon-instapaper:before { content: '\ed54'; } /* '' */
.icon-cloud-moon:before { content: '\ec27'; } /* '' */
.icon-fog-sun:before { content: '\ec1f'; } /* '' */
.icon-weibo-1:before { content: '\ed57'; } /* '' */
.icon-klout:before { content: '\ed55'; } /* '' */
.icon-fog-moon:before { content: '\ec20'; } /* '' */
.icon-linkedin-4:before { content: '\ed41'; } /* '' */
.icon-fog-cloud:before { content: '\ec21'; } /* '' */
.icon-fog:before { content: '\ec22'; } /* '' */
.icon-meetup:before { content: '\ed34'; } /* '' */
.icon-vk:before { content: '\ed30'; } /* '' */
.icon-cloud-4:before { content: '\ec23'; } /* '' */
.icon-cloud-flash-1:before { content: '\ec24'; } /* '' */
.icon-cloud-flash-alt:before { content: '\ec2a'; } /* '' */
.icon-plancast:before { content: '\ed2f'; } /* '' */
.icon-drizzle-1:before { content: '\ec2b'; } /* '' */
.icon-disqus:before { content: '\ed2d'; } /* '' */
.icon-rss-5:before { content: '\ed63'; } /* '' */
.icon-rain-2:before { content: '\ec28'; } /* '' */
.icon-skype-3:before { content: '\ed48'; } /* '' */
.icon-windy:before { content: '\ec25'; } /* '' */
.icon-twitter-5:before { content: '\ed4d'; } /* '' */
.icon-windy-rain:before { content: '\ec17'; } /* '' */
.icon-youtube-2:before { content: '\ed60'; } /* '' */
.icon-snow-1:before { content: '\ec16'; } /* '' */
.icon-snow-alt:before { content: '\ec15'; } /* '' */
.icon-vimeo-2:before { content: '\ed4a'; } /* '' */
.icon-windows-1:before { content: '\ed23'; } /* '' */
.icon-snow-heavy:before { content: '\ec14'; } /* '' */
.icon-xing-1:before { content: '\ed20'; } /* '' */
.icon-hail:before { content: '\ec13'; } /* '' */
.icon-yahoo:before { content: '\ed1d'; } /* '' */
.icon-clouds:before { content: '\ec12'; } /* '' */
.icon-clouds-flash:before { content: '\ec11'; } /* '' */
.icon-chrome-1:before { content: '\ed1a'; } /* '' */
.icon-email:before { content: '\ed50'; } /* '' */
.icon-macstore:before { content: '\ed15'; } /* '' */
.icon-myspace:before { content: '\ed59'; } /* '' */
.icon-podcast:before { content: '\ed12'; } /* '' */
.icon-amazon:before { content: '\ed58'; } /* '' */
.icon-steam:before { content: '\ed0e'; } /* '' */
.icon-cloudapp:before { content: '\ed3b'; } /* '' */
.icon-dropbox-2:before { content: '\ed35'; } /* '' */
.icon-facebook-5:before { content: '\ed44'; } /* '' */
.icon-github-4:before { content: '\ed66'; } /* '' */
.icon-googleplay:before { content: '\ed42'; } /* '' */
.icon-itunes:before { content: '\ed29'; } /* '' */
.icon-plurk:before { content: '\ed5f'; } /* '' */
.icon-songkick:before { content: '\ed5e'; } /* '' */
.icon-lastfm-2:before { content: '\ed5d'; } /* '' */
.icon-gmail:before { content: '\ed21'; } /* '' */
.icon-pinboard:before { content: '\ed4e'; } /* '' */
.icon-openid:before { content: '\ed1b'; } /* '' */
.icon-quora:before { content: '\ed17'; } /* '' */
.icon-soundcloud-2:before { content: '\ed4f'; } /* '' */
.icon-tumblr-2:before { content: '\ed5a'; } /* '' */
.icon-eventasaurus:before { content: '\ed52'; } /* '' */
.icon-wordpress:before { content: '\ed53'; } /* '' */
.icon-yelp:before { content: '\ed0f'; } /* '' */
.icon-intensedebate:before { content: '\ed3c'; } /* '' */
.icon-eventbrite:before { content: '\ed3d'; } /* '' */
.icon-scribd:before { content: '\ed3e'; } /* '' */
.icon-posterous:before { content: '\ed3f'; } /* '' */
.icon-stripe:before { content: '\ed40'; } /* '' */
.icon-pilcrow:before { content: '\eb62'; } /* '' */
.icon-opentable:before { content: '\ed65'; } /* '' */
.icon-cart:before { content: '\ed67'; } /* '' */
.icon-print-5:before { content: '\ed2a'; } /* '' */
.icon-angellist:before { content: '\ed28'; } /* '' */
.icon-instagram-2:before { content: '\ed4b'; } /* '' */
.icon-dwolla:before { content: '\ed45'; } /* '' */
.icon-appnet:before { content: '\ed22'; } /* '' */
.icon-statusnet:before { content: '\ed46'; } /* '' */
.icon-acrobat:before { content: '\ed1c'; } /* '' */
.icon-drupal:before { content: '\ed5c'; } /* '' */
.icon-buffer:before { content: '\ed16'; } /* '' */
.icon-pocket:before { content: '\ed5b'; } /* '' */
.icon-github-circled-4:before { content: '\ed64'; } /* '' */
.icon-bitbucket-1:before { content: '\ed51'; } /* '' */
.icon-lego:before { content: '\ed10'; } /* '' */
.icon-login-3:before { content: '\ed56'; } /* '' */
.icon-stackoverflow-1:before { content: '\ed31'; } /* '' */
.icon-hackernews:before { content: '\ed32'; } /* '' */
.icon-lkdto:before { content: '\ed43'; } /* '' */
.icon-info-3:before { content: '\eb3e'; } /* '' */
.icon-info-1:before { content: '\e99f'; } /* '' */
.icon-left-3:before { content: '\eb5d'; } /* '' */
.icon-left-big:before { content: '\e8cc'; } /* '' */
.icon-left-thin:before { content: '\2190'; } /* '←' */
.icon-left-4:before { content: '\ec89'; } /* '' */
.icon-up-thin:before { content: '\2191'; } /* '↑' */
.icon-up-big:before { content: '\e8ca'; } /* '' */
.icon-up-5:before { content: '\ec3a'; } /* '' */
.icon-up-3:before { content: '\eb57'; } /* '' */
.icon-up-4:before { content: '\ebeb'; } /* '' */
.icon-right-3:before { content: '\eb5b'; } /* '' */
.icon-right-4:before { content: '\ec64'; } /* '' */
.icon-right-thin:before { content: '\2192'; } /* '→' */
.icon-right-big:before { content: '\e8cb'; } /* '' */
.icon-down-thin:before { content: '\2193'; } /* '↓' */
.icon-down-3:before { content: '\eb64'; } /* '' */
.icon-down-4:before { content: '\ebf1'; } /* '' */
.icon-down-5:before { content: '\ec6c'; } /* '' */
.icon-down-big:before { content: '\e8e7'; } /* '' */
.icon-level-up:before { content: '\21b0'; } /* '↰' */
.icon-level-down:before { content: '\21b3'; } /* '↳' */
.icon-undo:before { content: '\eb7b'; } /* '' */
.icon-exchange-1:before { content: '\eb97'; } /* '' */
.icon-switch:before { content: '\21c6'; } /* '⇆' */
.icon-left-fat:before { content: '\eca7'; } /* '' */
.icon-up-fat:before { content: '\ecaa'; } /* '' */
.icon-right-fat:before { content: '\ecb1'; } /* '' */
.icon-down-fat:before { content: '\ecb9'; } /* '' */
.icon-left-bold-1:before { content: '\ec2f'; } /* '' */
.icon-up-bold-1:before { content: '\ecb3'; } /* '' */
.icon-right-bold-1:before { content: '\ecb5'; } /* '' */
.icon-down-bold-1:before { content: '\ec34'; } /* '' */
.icon-infinity:before { content: '\221e'; } /* '∞' */
.icon-infinity-1:before { content: '\eb05'; } /* '' */
.icon-plus-squared-1:before { content: '\e999'; } /* '' */
.icon-minus-squared-1:before { content: '\e99b'; } /* '' */
.icon-home-3:before { content: '\eb1b'; } /* '' */
.icon-home-1:before { content: '\e9a2'; } /* '' */
.icon-home-5:before { content: '\ec5b'; } /* '' */
.icon-home-4:before { content: '\ebae'; } /* '' */
.icon-home:before { content: '\e83b'; } /* '' */
.icon-hourglass-1:before { content: '\ec93'; } /* '' */
.icon-keyboard-1:before { content: '\e9a8'; } /* '' */
.icon-erase:before { content: '\232b'; } /* '⌫' */
.icon-split:before { content: '\eb9a'; } /* '' */
.icon-pause:before { content: '\2389'; } /* '⎉' */
.icon-pause-3:before { content: '\eb86'; } /* '' */
.icon-pause-1:before { content: '\e8d6'; } /* '' */
.icon-eject-2:before { content: '\eb63'; } /* '' */
.icon-fast-forward:before { content: '\23e9'; } /* '⏩' */
.icon-fast-fw:before { content: '\e8da'; } /* '' */
.icon-fast-bw:before { content: '\e8db'; } /* '' */
.icon-fast-backward:before { content: '\23ea'; } /* '⏪' */
.icon-to-end-2:before { content: '\eb68'; } /* '' */
.icon-to-end-1:before { content: '\e9e1'; } /* '' */
.icon-to-end:before { content: '\e8d7'; } /* '' */
.icon-to-start-3:before { content: '\ef1d'; } /* '' */
.icon-to-start:before { content: '\23ee'; } /* '⏮' */
.icon-to-start-1:before { content: '\eb75'; } /* '' */
.icon-stopwatch-1:before { content: '\ec95'; } /* '' */
.icon-clock-5:before { content: '\eca9'; } /* '' */
.icon-hourglass:before { content: '\e9cf'; } /* '' */
.icon-stop:before { content: '\25a0'; } /* '■' */
.icon-stop-3:before { content: '\eb8a'; } /* '' */
.icon-stop-1:before { content: '\e8d5'; } /* '' */
.icon-up-dir-1:before { content: '\e806'; } /* '' */
.icon-up-dir-2:before { content: '\ebf7'; } /* '' */
.icon-up-dir:before { content: '\25b4'; } /* '▴' */
.icon-play:before { content: '\25b6'; } /* '▶' */
.icon-play-3:before { content: '\eb9e'; } /* '' */
.icon-play-1:before { content: '\e8d3'; } /* '' */
.icon-right-dir-1:before { content: '\e8b3'; } /* '' */
.icon-right-dir:before { content: '\25b8'; } /* '▸' */
.icon-right-dir-3:before { content: '\eef2'; } /* '' */
.icon-right-dir-2:before { content: '\ebf8'; } /* '' */
.icon-down-dir:before { content: '\25be'; } /* '▾' */
.icon-down-dir-1:before { content: '\e805'; } /* '' */
.icon-down-dir-3:before { content: '\eeea'; } /* '' */
.icon-down-dir-2:before { content: '\ebb8'; } /* '' */
.icon-left-dir:before { content: '\25c2'; } /* '◂' */
.icon-left-dir-2:before { content: '\ebb1'; } /* '' */
.icon-left-dir-1:before { content: '\e8e4'; } /* '' */
.icon-adjust:before { content: '\25d1'; } /* '◑' */
.icon-sun-inv:before { content: '\eb2d'; } /* '' */
.icon-cloud-8:before { content: '\ef06'; } /* '' */
.icon-cloud-3:before { content: '\eb2c'; } /* '' */
.icon-cloud-5:before { content: '\ecab'; } /* '' */
.icon-cloud-1:before { content: '\e91b'; } /* '' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-umbrella:before { content: '\e919'; } /* '' */
.icon-umbrella-1:before { content: '\eba5'; } /* '' */
.icon-star:before { content: '\e813'; } /* '' */
.icon-star-5:before { content: '\ec4d'; } /* '' */
.icon-star-3:before { content: '\eb47'; } /* '' */
.icon-star-1:before { content: '\e98c'; } /* '' */
.icon-star-8:before { content: '\eec3'; } /* '' */
.icon-star-4:before { content: '\eba8'; } /* '' */
.icon-star-empty-2:before { content: '\ec4c'; } /* '' */
.icon-star-empty:before { content: '\e814'; } /* '' */
.icon-star-empty-1:before { content: '\e98b'; } /* '' */
.icon-check:before { content: '\e94e'; } /* '' */
.icon-cup:before { content: '\e9c6'; } /* '' */
.icon-left-hand:before { content: '\e8c8'; } /* '' */
.icon-up-hand:before { content: '\e8c7'; } /* '' */
.icon-right-hand:before { content: '\e8c9'; } /* '' */
.icon-down-hand:before { content: '\e8c6'; } /* '' */
.icon-th-list:before { content: '\e82b'; } /* '' */
.icon-th-list-2:before { content: '\ebc7'; } /* '' */
.icon-menu-1:before { content: '\e985'; } /* '' */
.icon-th-list-5:before { content: '\eefa'; } /* '' */
.icon-sun-2:before { content: '\eb56'; } /* '' */
.icon-sun-1:before { content: '\eab6'; } /* '' */
.icon-moon:before { content: '\263d'; } /* '☽' */
.icon-moon-3:before { content: '\eb16'; } /* '' */
.icon-female-1:before { content: '\ecac'; } /* '' */
.icon-male-1:before { content: '\ecc0'; } /* '' */
.icon-king:before { content: '\ec99'; } /* '' */
.icon-heart-empty-4:before { content: '\eec4'; } /* '' */
.icon-heart-empty:before { content: '\e812'; } /* '' */
.icon-heart-empty-1:before { content: '\e98d'; } /* '' */
.icon-heart-empty-2:before { content: '\eb13'; } /* '' */
.icon-heart:before { content: '\e98e'; } /* '' */
.icon-heart-7:before { content: '\eed1'; } /* '' */
.icon-heart-2:before { content: '\eb12'; } /* '' */
.icon-heart-4:before { content: '\ec4f'; } /* '' */
.icon-wishlist:before { content: '\2665'; } /* '♥' */
.icon-heart-3:before { content: '\eba7'; } /* '' */
.icon-note:before { content: '\e994'; } /* '' */
.icon-note-beamed:before { content: '\e993'; } /* '' */
.icon-music:before { content: '\e80e'; } /* '' */
.icon-th-4:before { content: '\ef1a'; } /* '' */
.icon-th-3:before { content: '\eed5'; } /* '' */
.icon-layout:before { content: '\268f'; } /* '⚏' */
.icon-th-1:before { content: '\ebac'; } /* '' */
.icon-flag:before { content: '\e834'; } /* '' */
.icon-flag-1:before { content: '\e9b9'; } /* '' */
.icon-tools:before { content: '\e9da'; } /* '' */
.icon-anchor-2:before { content: '\ec81'; } /* '' */
.icon-cog-2:before { content: '\ea5c'; } /* '' */
.icon-cog:before { content: '\e860'; } /* '' */
.icon-cog-1:before { content: '\e9db'; } /* '' */
.icon-cog-7:before { content: '\eeda'; } /* '' */
.icon-cog-3:before { content: '\eb6a'; } /* '' */
.icon-attention-filled:before { content: '\ea3e'; } /* '' */
.icon-attention-5:before { content: '\eef0'; } /* '' */
.icon-attention-3:before { content: '\ebcb'; } /* '' */
.icon-attention:before { content: '\e84f'; } /* '' */
.icon-attention-1:before { content: '\e9be'; } /* '' */
.icon-flash-3:before { content: '\eb21'; } /* '' */
.icon-flash-4:before { content: '\ecb0'; } /* '' */
.icon-flash-2:before { content: '\eab9'; } /* '' */
.icon-flash:before { content: '\26a1'; } /* '⚡' */
.icon-flash-1:before { content: '\e8ee'; } /* '' */
.icon-record:before { content: '\26ab'; } /* '⚫' */
.icon-key-3:before { content: '\eb88'; } /* '' */
.icon-rain-1:before { content: '\eb22'; } /* '' */
.icon-cloud-thunder:before { content: '\26c8'; } /* '⛈' */
.icon-cog-alt:before { content: '\ef1b'; } /* '' */
.icon-scissors:before { content: '\e8f5'; } /* '' */
.icon-scissors-1:before { content: '\eb03'; } /* '' */
.icon-tape:before { content: '\2707'; } /* '✇' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-flight-1:before { content: '\e8ef'; } /* '' */
.icon-mail-8:before { content: '\eec5'; } /* '' */
.icon-mail-4:before { content: '\eba6'; } /* '' */
.icon-mail-3:before { content: '\eb48'; } /* '' */
.icon-mail-2:before { content: '\e98f'; } /* '' */
.icon-mail-1:before { content: '\e80f'; } /* '' */
.icon-mail-5:before { content: '\ec50'; } /* '' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-edit-2:before { content: '\ebda'; } /* '' */
.icon-pencil-2:before { content: '\ea34'; } /* '' */
.icon-pencil-1:before { content: '\e9ad'; } /* '' */
.icon-pencil:before { content: '\e848'; } /* '' */
.icon-pencil-3:before { content: '\eb1c'; } /* '' */
.icon-pencil-4:before { content: '\ebe2'; } /* '' */
.icon-pencil-neg:before { content: '\eb3d'; } /* '' */
.icon-pencil-5:before { content: '\eca1'; } /* '' */
.icon-pencil-alt:before { content: '\eb7a'; } /* '' */
.icon-pencil-alt-1:before { content: '\ebde'; } /* '' */
.icon-vector-pencil:before { content: '\ecc1'; } /* '' */
.icon-feather:before { content: '\e9ac'; } /* '' */
.icon-ok-4:before { content: '\ec52'; } /* '' */
.icon-ok-1:before { content: '\e807'; } /* '' */
.icon-check-1:before { content: '\e984'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-2:before { content: '\e82c'; } /* '' */
.icon-ok-6:before { content: '\eec1'; } /* '' */
.icon-ok-circled:before { content: '\e829'; } /* '' */
.icon-ok-circle-1:before { content: '\eec0'; } /* '' */
.icon-ok-circle:before { content: '\eb42'; } /* '' */
.icon-cancel-3:before { content: '\eb41'; } /* '' */
.icon-cancel-1:before { content: '\e983'; } /* '' */
.icon-cancel-4:before { content: '\ebad'; } /* '' */
.icon-cancel:before { content: '\e837'; } /* '' */
.icon-cancel-7:before { content: '\eed8'; } /* '' */
.icon-cancel-circled-4:before { content: '\ef19'; } /* '' */
.icon-cancel-circled:before { content: '\e995'; } /* '' */
.icon-cancel-circle-2:before { content: '\ebba'; } /* '' */
.icon-cancel-circle:before { content: '\2716'; } /* '✖' */
.icon-cancel-circle-1:before { content: '\eb3c'; } /* '' */
.icon-asterisk:before { content: '\e910'; } /* '' */
.icon-cancel-5:before { content: '\ec54'; } /* '' */
.icon-cancel-squared:before { content: '\e996'; } /* '' */
.icon-help-1:before { content: '\e99c'; } /* '' */
.icon-help-circled-2:before { content: '\ec57'; } /* '' */
.icon-help-2:before { content: '\eb28'; } /* '' */
.icon-help-circled-alt:before { content: '\ec58'; } /* '' */
.icon-attention-alt-1:before { content: '\ec7b'; } /* '' */
.icon-attention-4:before { content: '\ec84'; } /* '' */
.icon-attention-circled:before { content: '\e84e'; } /* '' */
.icon-quote-left-alt:before { content: '\eb2a'; } /* '' */
.icon-quote-right-alt:before { content: '\eb27'; } /* '' */
.icon-quote-left-1:before { content: '\eb33'; } /* '' */
.icon-quote:before { content: '\e9b0'; } /* '' */
.icon-quote-right-1:before { content: '\eb31'; } /* '' */
.icon-plus-circled:before { content: '\e827'; } /* '' */
.icon-plus-circle-1:before { content: '\eb40'; } /* '' */
.icon-plus-circle:before { content: '\2795'; } /* '➕' */
.icon-plus-circled-1:before { content: '\e998'; } /* '' */
.icon-minus-circle:before { content: '\eb29'; } /* '' */
.icon-minus-circled-1:before { content: '\e99d'; } /* '' */
.icon-minus-circled:before { content: '\e824'; } /* '' */
.icon-minus-circle-1:before { content: '\eed6'; } /* '' */
.icon-right:before { content: '\27a1'; } /* '➡' */
.icon-direction-1:before { content: '\e9c4'; } /* '' */
.icon-forward-4:before { content: '\ef00'; } /* '' */
.icon-forward-1:before { content: '\e9b1'; } /* '' */
.icon-forward:before { content: '\e87f'; } /* '' */
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
.icon-ccw-1:before { content: '\e8c0'; } /* '' */
.icon-cw-3:before { content: '\eb24'; } /* '' */
.icon-cw-4:before { content: '\ebed'; } /* '' */
.icon-cw:before { content: '\27f3'; } /* '⟳' */
.icon-cw-1:before { content: '\e8c1'; } /* '' */
.icon-cw-2:before { content: '\ea8c'; } /* '' */
.icon-arrow-curved:before { content: '\eb9b'; } /* '' */
.icon-squares:before { content: '\ebea'; } /* '' */
.icon-left:before { content: '\2b05'; } /* '⬅' */
.icon-up:before { content: '\2b06'; } /* '⬆' */
.icon-down:before { content: '\2b07'; } /* '⬇' */
.icon-resize-vertical:before { content: '\e868'; } /* '' */
.icon-resize-vertical-1:before { content: '\eb8b'; } /* '' */
.icon-resize-horizontal-1:before { content: '\eb81'; } /* '' */
.icon-resize-horizontal:before { content: '\e867'; } /* '' */
.icon-eject:before { content: '\e8dc'; } /* '' */
.icon-cog-4:before { content: '\ec30'; } /* '' */
.icon-heart-6:before { content: '\eeb2'; } /* '' */
.icon-sun-filled:before { content: '\eab5'; } /* '' */
.icon-zoom-out-4:before { content: '\edfb'; } /* '' */
.icon-cloud-7:before { content: '\eea2'; } /* '' */
.icon-zoom-in-4:before { content: '\ee04'; } /* '' */
.icon-contrast:before { content: '\eab0'; } /* '' */
.icon-youtube-3:before { content: '\ee6b'; } /* '' */
.icon-anchor-outline:before { content: '\eb0a'; } /* '' */
.icon-star-7:before { content: '\eeb1'; } /* '' */
.icon-list-add:before { content: '\e003'; } /* '' */
.icon-wrench-circled:before { content: '\ee25'; } /* '' */
.icon-anchor-1:before { content: '\eaf2'; } /* '' */
.icon-tv:before { content: '\eecd'; } /* '' */
.icon-wrench-4:before { content: '\ee1f'; } /* '' */
.icon-sound-1:before { content: '\eeca'; } /* '' */
.icon-archive-1:before { content: '\ea4a'; } /* '' */
.icon-reply-outline:before { content: '\ea20'; } /* '' */
.icon-list:before { content: '\e005'; } /* '' */
.icon-videocam-5:before { content: '\eeae'; } /* '' */
.icon-wordpress-2:before { content: '\ee8d'; } /* '' */
.icon-accessibility:before { content: '\ee82'; } /* '' */
.icon-reply-2:before { content: '\ea1f'; } /* '' */
.icon-trash-8:before { content: '\ee9b'; } /* '' */
.icon-down-outline:before { content: '\ea83'; } /* '' */
.icon-user-8:before { content: '\eec9'; } /* '' */
.icon-website-circled:before { content: '\ee2d'; } /* '' */
.icon-down-2:before { content: '\ea6e'; } /* '' */
.icon-key-5:before { content: '\ee99'; } /* '' */
.icon-website:before { content: '\ee22'; } /* '' */
.icon-down-small:before { content: '\ea87'; } /* '' */
.icon-search-8:before { content: '\eeb8'; } /* '' */
.icon-warning-1:before { content: '\edb7'; } /* '' */
.icon-forward-outline:before { content: '\ea1e'; } /* '' */
.icon-cog-6:before { content: '\eeb9'; } /* '' */
.icon-w3c-1:before { content: '\ee6a'; } /* '' */
.icon-camera-7:before { content: '\eeac'; } /* '' */
.icon-forward-2:before { content: '\ea1d'; } /* '' */
.icon-volume-up-3:before { content: '\edd4'; } /* '' */
.icon-tag-6:before { content: '\eea4'; } /* '' */
.icon-left-outline:before { content: '\ea84'; } /* '' */
.icon-volume-off-4:before { content: '\ee3d'; } /* '' */
.icon-volume-down-2:before { content: '\ee3c'; } /* '' */
.icon-left-2:before { content: '\ea6d'; } /* '' */
.icon-lock-8:before { content: '\eecf'; } /* '' */
.icon-lightbulb-3:before { content: '\eecc'; } /* '' */
.icon-vimeo-4:before { content: '\ee6c'; } /* '' */
.icon-left-small:before { content: '\ea88'; } /* '' */
.icon-view-mode:before { content: '\edb5'; } /* '' */
.icon-loop-alt-outline:before { content: '\ea91'; } /* '' */
.icon-pencil-7:before { content: '\eec6'; } /* '' */
.icon-diamond:before { content: '\eeaf'; } /* '' */
.icon-video-chat:before { content: '\eda1'; } /* '' */
.icon-loop-alt:before { content: '\ea92'; } /* '' */
.icon-desktop-3:before { content: '\eece'; } /* '' */
.icon-resize-full-outline:before { content: '\ea7e'; } /* '' */
.icon-video-circled:before { content: '\ed9e'; } /* '' */
.icon-location-7:before { content: '\ee9f'; } /* '' */
.icon-resize-full-2:before { content: '\ea7d'; } /* '' */
.icon-video-4:before { content: '\ed9d'; } /* '' */
.icon-resize-normal-outline:before { content: '\ea7c'; } /* '' */
.icon-user-6:before { content: '\ed99'; } /* '' */
.icon-eye-6:before { content: '\eea7'; } /* '' */
.icon-comment-6:before { content: '\eea0'; } /* '' */
.icon-upload-5:before { content: '\ee23'; } /* '' */
.icon-resize-normal:before { content: '\ea7b'; } /* '' */
.icon-lock-open-alt-2:before { content: '\ede9'; } /* '' */
.icon-inbox-4:before { content: '\eea6'; } /* '' */
.icon-move-outline:before { content: '\ea7a'; } /* '' */
.icon-cup-1:before { content: '\ee9e'; } /* '' */
.icon-lock-open-6:before { content: '\edf2'; } /* '' */
.icon-move-1:before { content: '\ea79'; } /* '' */
.icon-loop-outline:before { content: '\ea90'; } /* '' */
.icon-universal-access:before { content: '\ee5c'; } /* '' */
.icon-mobile-6:before { content: '\eea9'; } /* '' */
.icon-doc-7:before { content: '\ee9a'; } /* '' */
.icon-twitter-7:before { content: '\ee6d'; } /* '' */
.icon-mail-7:before { content: '\eeb7'; } /* '' */
.icon-right-outline:before { content: '\ea85'; } /* '' */
.icon-tumblr-4:before { content: '\ee8e'; } /* '' */
.icon-right-2:before { content: '\ea81'; } /* '' */
.icon-thumbs-up-5:before { content: '\eea3'; } /* '' */
.icon-trash-circled:before { content: '\edfd'; } /* '' */
.icon-trash-7:before { content: '\ee02'; } /* '' */
.icon-right-small:before { content: '\ea89'; } /* '' */
.icon-photo-1:before { content: '\eeab'; } /* '' */
.icon-note-1:before { content: '\eebc'; } /* '' */
.icon-torso:before { content: '\ed9c'; } /* '' */
.icon-arrows-cw-outline:before { content: '\ea8d'; } /* '' */
.icon-clock-7:before { content: '\eecb'; } /* '' */
.icon-tint-1:before { content: '\ee56'; } /* '' */
.icon-paper-plane-2:before { content: '\eea1'; } /* '' */
.icon-arrows-cw-1:before { content: '\ea8e'; } /* '' */
.icon-clock-circled:before { content: '\edbf'; } /* '' */
.icon-up-outline:before { content: '\ea86'; } /* '' */
.icon-clock-6:before { content: '\edc6'; } /* '' */
.icon-params:before { content: '\eeb6'; } /* '' */
.icon-thumbs-up-4:before { content: '\ee0a'; } /* '' */
.icon-money-2:before { content: '\eeb5'; } /* '' */
.icon-up-2:before { content: '\ea82'; } /* '' */
.icon-up-small:before { content: '\ea8a'; } /* '' */
.icon-thumbs-down-4:before { content: '\ee14'; } /* '' */
.icon-database-2:before { content: '\ee9c'; } /* '' */
.icon-th-list-4:before { content: '\eda8'; } /* '' */
.icon-at:before { content: '\eae5'; } /* '' */
.icon-music-4:before { content: '\eebd'; } /* '' */
.icon-th-large-2:before { content: '\eda6'; } /* '' */
.icon-attach-outline:before { content: '\ea15'; } /* '' */
.icon-megaphone-3:before { content: '\ee9d'; } /* '' */
.icon-th-2:before { content: '\eda7'; } /* '' */
.icon-graduation-cap-1:before { content: '\eec8'; } /* '' */
.icon-attach-2:before { content: '\ea16'; } /* '' */
.icon-text-width-1:before { content: '\ee37'; } /* '' */
.icon-cancel-alt:before { content: '\e9fa'; } /* '' */
.icon-beaker-1:before { content: '\eebb'; } /* '' */
.icon-text-height:before { content: '\ee36'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e9f9'; } /* '' */
.icon-food-1:before { content: '\eeb4'; } /* '' */
.icon-bat-charge:before { content: '\ea95'; } /* '' */
.icon-tasks-1:before { content: '\ee5b'; } /* '' */
.icon-t-shirt:before { content: '\eed0'; } /* '' */
.icon-bat4:before { content: '\ea96'; } /* '' */
.icon-tags-2:before { content: '\edca'; } /* '' */
.icon-fire-3:before { content: '\eec7'; } /* '' */
.icon-tag-5:before { content: '\edcb'; } /* '' */
.icon-attach-6:before { content: '\eeaa'; } /* '' */
.icon-bat3:before { content: '\ea97'; } /* '' */
.icon-bat1:before { content: '\ea99'; } /* '' */
.icon-shop-1:before { content: '\eeb0'; } /* '' */
.icon-stumbleupon-2:before { content: '\ee66'; } /* '' */
.icon-stop-circled:before { content: '\ede2'; } /* '' */
.icon-bat2:before { content: '\ea98'; } /* '' */
.icon-calendar-8:before { content: '\eeb3'; } /* '' */
.icon-flask:before { content: '\eb0d'; } /* '' */
.icon-wallet:before { content: '\eead'; } /* '' */
.icon-stop-6:before { content: '\ede6'; } /* '' */
.icon-step-forward:before { content: '\ee29'; } /* '' */
.icon-cd-3:before { content: '\eea8'; } /* '' */
.icon-beer-1:before { content: '\eb0b'; } /* '' */
.icon-step-backward:before { content: '\ee28'; } /* '' */
.icon-bell-2:before { content: '\ea3c'; } /* '' */
.icon-truck-1:before { content: '\eeba'; } /* '' */
.icon-star-empty-3:before { content: '\ed98'; } /* '' */
.icon-globe-6:before { content: '\eea5'; } /* '' */
.icon-popup-1:before { content: '\ea73'; } /* '' */
.icon-star-circled:before { content: '\ed97'; } /* '' */
.icon-briefcase-2:before { content: '\eac1'; } /* '' */
.icon-star-6:before { content: '\ed96'; } /* '' */
.icon-stackoverflow-2:before { content: '\ee6e'; } /* '' */
.icon-brush-1:before { content: '\eac0'; } /* '' */
.icon-vcard-1:before { content: '\ea42'; } /* '' */
.icon-volume-1:before { content: '\ede0'; } /* '' */
.icon-smiley-circled:before { content: '\ee90'; } /* '' */
.icon-calculator:before { content: '\eb07'; } /* '' */
.icon-smiley:before { content: '\ee91'; } /* '' */
.icon-calendar-outlilne:before { content: '\ea60'; } /* '' */
.icon-calendar-2:before { content: '\ea61'; } /* '' */
.icon-slideshare:before { content: '\ee94'; } /* '' */
.icon-skype-5:before { content: '\ee93'; } /* '' */
.icon-camera-outline:before { content: '\ea06'; } /* '' */
.icon-camera-2:before { content: '\ea05'; } /* '' */
.icon-compare:before { content: '\e038'; } /* '' */
.icon-block-outline:before { content: '\ea80'; } /* '' */
.icon-basket-circled:before { content: '\ee2f'; } /* '' */
.icon-basket-4:before { content: '\ee2b'; } /* '' */
.icon-share-2:before { content: '\ee2c'; } /* '' */
.icon-chart-alt-outline:before { content: '\ead1'; } /* '' */
.icon-chart-alt:before { content: '\ead2'; } /* '' */
.icon-export-5:before { content: '\edfe'; } /* '' */
.icon-chart-bar-outline:before { content: '\ead3'; } /* '' */
.icon-search-circled:before { content: '\ed90'; } /* '' */
.icon-search-7:before { content: '\eda0'; } /* '' */
.icon-chart-outline:before { content: '\eadf'; } /* '' */
.icon-target-4:before { content: '\ee31'; } /* '' */
.icon-desktop-circled:before { content: '\edf9'; } /* '' */
.icon-desktop-2:before { content: '\edfa'; } /* '' */
.icon-chart-pie-outline:before { content: '\ead5'; } /* '' */
.icon-chart-pie-1:before { content: '\ead6'; } /* '' */
.icon-rss-6:before { content: '\edbe'; } /* '' */
.icon-left-open-outline:before { content: '\ea72'; } /* '' */
.icon-road-1:before { content: '\ee4b'; } /* '' */
.icon-backward-circled:before { content: '\edd7'; } /* '' */
.icon-left-open-2:before { content: '\ea71'; } /* '' */
.icon-right-open-outline:before { content: '\ea70'; } /* '' */
.icon-retweet-3:before { content: '\edcd'; } /* '' */
.icon-resize-vertical-2:before { content: '\ee26'; } /* '' */
.icon-right-open-2:before { content: '\ea6f'; } /* '' */
.icon-resize-small-4:before { content: '\ee1e'; } /* '' */
.icon-clipboard-1:before { content: '\eae2'; } /* '' */
.icon-resize-horizontal-2:before { content: '\ee2a'; } /* '' */
.icon-upload-cloud-2:before { content: '\ea21'; } /* '' */
.icon-play-circle2:before { content: '\eba4'; } /* '' */
.icon-code-outline:before { content: '\ea1c'; } /* '' */
.icon-resize-full-5:before { content: '\ee11'; } /* '' */
.icon-cw-circled:before { content: '\ee48'; } /* '' */
.icon-code-2:before { content: '\ea31'; } /* '' */
.icon-cw-5:before { content: '\ee47'; } /* '' */
.icon-coffee-1:before { content: '\eaf6'; } /* '' */
.icon-cog-outline:before { content: '\ea5b'; } /* '' */
.icon-cancel-circled-3:before { content: '\edac'; } /* '' */
.icon-cancel-circled2-1:before { content: '\edb2'; } /* '' */
.icon-cancel-6:before { content: '\edab'; } /* '' */
.icon-compass-2:before { content: '\ea54'; } /* '' */
.icon-contacts:before { content: '\ea41'; } /* '' */
.icon-arrows-cw-2:before { content: '\ee05'; } /* '' */
.icon-credit-card-2:before { content: '\ead8'; } /* '' */
.icon-reddit-1:before { content: '\ee5d'; } /* '' */
.icon-record-2:before { content: '\edc4'; } /* '' */
.icon-upload-cloud-outline:before { content: '\ea23'; } /* '' */
.icon-database-1:before { content: '\ead9'; } /* '' */
.icon-shuffle-4:before { content: '\ee49'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e9f8'; } /* '' */
.icon-quote-circled:before { content: '\ee01'; } /* '' */
.icon-quote-1:before { content: '\ee2e'; } /* '' */
.icon-cancel-circled-1:before { content: '\e9f7'; } /* '' */
.icon-help-circled-3:before { content: '\ee09'; } /* '' */
.icon-desktop-1:before { content: '\eaad'; } /* '' */
.icon-help-3:before { content: '\edb0'; } /* '' */
.icon-laptop-1:before { content: '\eaae'; } /* '' */
.icon-qrcode-1:before { content: '\ee4a'; } /* '' */
.icon-print-6:before { content: '\edd6'; } /* '' */
.icon-tablet-3:before { content: '\ef1f'; } /* '' */
.icon-plus-circled-2:before { content: '\edad'; } /* '' */
.icon-address-1:before { content: '\ea43'; } /* '' */
.icon-divide-outline:before { content: '\ea0b'; } /* '' */
.icon-plus-6:before { content: '\edb3'; } /* '' */
.icon-play-circled2-1:before { content: '\ee3e'; } /* '' */
.icon-divide:before { content: '\ea0c'; } /* '' */
.icon-play-circled-1:before { content: '\ee3f'; } /* '' */
.icon-doc-add:before { content: '\ea50'; } /* '' */
.icon-play-5:before { content: '\edf8'; } /* '' */
.icon-doc-remove:before { content: '\ea4f'; } /* '' */
.icon-flight-2:before { content: '\ee32'; } /* '' */
.icon-doc-text-2:before { content: '\ea51'; } /* '' */
.icon-pinterest-3:before { content: '\ee5e'; } /* '' */
.icon-doc-2:before { content: '\ea52'; } /* '' */
.icon-picture-4:before { content: '\eda2'; } /* '' */
.icon-download-outline:before { content: '\ea27'; } /* '' */
.icon-picasa-2:before { content: '\ee71'; } /* '' */
.icon-edit-1:before { content: '\ea36'; } /* '' */
.icon-photo-circled:before { content: '\eda5'; } /* '' */
.icon-eject-outline:before { content: '\ea9d'; } /* '' */
.icon-photo:before { content: '\eda4'; } /* '' */
.icon-phone-circled:before { content: '\edb8'; } /* '' */
.icon-eject-1:before { content: '\ea9c'; } /* '' */
.icon-phone-3:before { content: '\edd9'; } /* '' */
.icon-eq-outline:before { content: '\ea0d'; } /* '' */
.icon-eq:before { content: '\ea0e'; } /* '' */
.icon-person:before { content: '\ee69'; } /* '' */
.icon-export-outline:before { content: '\ea33'; } /* '' */
.icon-pencil-circled:before { content: '\edf1'; } /* '' */
.icon-export-2:before { content: '\ea32'; } /* '' */
.icon-pencil-6:before { content: '\edf4'; } /* '' */
.icon-eye-outline:before { content: '\ea30'; } /* '' */
.icon-pause-circled:before { content: '\edcf'; } /* '' */
.icon-eye-2:before { content: '\ea2f'; } /* '' */
.icon-pause-5:before { content: '\edd2'; } /* '' */
.icon-path:before { content: '\ee81'; } /* '' */
.icon-feather-1:before { content: '\ea35'; } /* '' */
.icon-attach-circled:before { content: '\ee00'; } /* '' */
.icon-video-2:before { content: '\e9f2'; } /* '' */
.icon-attach-5:before { content: '\ee43'; } /* '' */
.icon-flag-2:before { content: '\ea2b'; } /* '' */
.icon-ok-circled-2:before { content: '\eda9'; } /* '' */
.icon-flag-filled:before { content: '\ea2a'; } /* '' */
.icon-flash-outline:before { content: '\eab8'; } /* '' */
.icon-ok-circled2-1:before { content: '\edaa'; } /* '' */
.icon-ok-5:before { content: '\edb4'; } /* '' */
.icon-off-1:before { content: '\ee4c'; } /* '' */
.icon-flow-split:before { content: '\eada'; } /* '' */
.icon-network-1:before { content: '\ede5'; } /* '' */
.icon-flow-merge:before { content: '\eadb'; } /* '' */
.icon-flow-parallel-1:before { content: '\eadc'; } /* '' */
.icon-music-3:before { content: '\ed8f'; } /* '' */
.icon-move-3:before { content: '\ee30'; } /* '' */
.icon-flow-cross:before { content: '\eadd'; } /* '' */
.icon-minus-circled-2:before { content: '\edaf'; } /* '' */
.icon-folder-add:before { content: '\ea4c'; } /* '' */
.icon-minus-4:before { content: '\edae'; } /* '' */
.icon-folder-delete:before { content: '\ea4b'; } /* '' */
.icon-folder-2:before { content: '\ea4d'; } /* '' */
.icon-mic-circled:before { content: '\edef'; } /* '' */
.icon-gift-1:before { content: '\eacf'; } /* '' */
.icon-mic-5:before { content: '\edf6'; } /* '' */
.icon-location-circled:before { content: '\ee24'; } /* '' */
.icon-globe-alt-outline:before { content: '\eab3'; } /* '' */
.icon-location-6:before { content: '\ee20'; } /* '' */
.icon-users-outline:before { content: '\e9ed'; } /* '' */
.icon-male-2:before { content: '\ee80'; } /* '' */
.icon-magnet-2:before { content: '\ee86'; } /* '' */
.icon-users-2:before { content: '\e9eb'; } /* '' */
.icon-lock-circled:before { content: '\edf3'; } /* '' */
.icon-headphones-1:before { content: '\ea68'; } /* '' */
.icon-lock-6:before { content: '\edff'; } /* '' */
.icon-heart-1:before { content: '\e9e8'; } /* '' */
.icon-clipboard-2:before { content: '\ee5f'; } /* '' */
.icon-heart-filled:before { content: '\e9e6'; } /* '' */
.icon-list-3:before { content: '\ee4f'; } /* '' */
.icon-home-outline:before { content: '\ea10'; } /* '' */
.icon-home-2:before { content: '\ea12'; } /* '' */
.icon-linkedin-6:before { content: '\ee60'; } /* '' */
.icon-leaf-3:before { content: '\ee33'; } /* '' */
.icon-picture-outline:before { content: '\ea08'; } /* '' */
.icon-laptop-circled:before { content: '\eded'; } /* '' */
.icon-picture-2:before { content: '\ea07'; } /* '' */
.icon-laptop-2:before { content: '\edee'; } /* '' */
.icon-infinity-outline:before { content: '\eb06'; } /* '' */
.icon-key-4:before { content: '\ee7e'; } /* '' */
.icon-italic-1:before { content: '\ee35'; } /* '' */
.icon-info-outline:before { content: '\ea0f'; } /* '' */
.icon-info-2:before { content: '\ea11'; } /* '' */
.icon-iphone-home:before { content: '\ee88'; } /* '' */
.icon-instagram-4:before { content: '\ee83'; } /* '' */
.icon-attention-2:before { content: '\ea3d'; } /* '' */
.icon-info-circled-3:before { content: '\ee15'; } /* '' */
.icon-indent-right-1:before { content: '\ee4e'; } /* '' */
.icon-check-outline:before { content: '\eabc'; } /* '' */
.icon-indent-left-1:before { content: '\ede4'; } /* '' */
.icon-check-2:before { content: '\eabb'; } /* '' */
.icon-right-hand-1:before { content: '\ee1d'; } /* '' */
.icon-key-outline:before { content: '\eae0'; } /* '' */
.icon-left-hand-1:before { content: '\ee46'; } /* '' */
.icon-down-hand-1:before { content: '\ee10'; } /* '' */
.icon-leaf-2:before { content: '\eac3'; } /* '' */
.icon-lightbulb-1:before { content: '\ea6c'; } /* '' */
.icon-guidedog:before { content: '\ee7d'; } /* '' */
.icon-group-circled:before { content: '\ed9b'; } /* '' */
.icon-link-outline:before { content: '\ea13'; } /* '' */
.icon-group:before { content: '\ed9a'; } /* '' */
.icon-link-3:before { content: '\ea14'; } /* '' */
.icon-forward-circled:before { content: '\ee1c'; } /* '' */
.icon-direction-outline:before { content: '\ea56'; } /* '' */
.icon-forward-3:before { content: '\ee1b'; } /* '' */
.icon-direction-2:before { content: '\ea55'; } /* '' */
.icon-location-outline:before { content: '\ea44'; } /* '' */
.icon-fontsize-1:before { content: '\ee52'; } /* '' */
.icon-location-2:before { content: '\ea58'; } /* '' */
.icon-font:before { content: '\e80a'; } /* '' */
.icon-folder-circled:before { content: '\edd5'; } /* '' */
.icon-lock-2:before { content: '\ea17'; } /* '' */
.icon-folder-open-2:before { content: '\edc7'; } /* '' */
.icon-lock-filled:before { content: '\ea22'; } /* '' */
.icon-female-2:before { content: '\ee74'; } /* '' */
.icon-lock-open-2:before { content: '\ea18'; } /* '' */
.icon-fast-forward-2:before { content: '\ee0f'; } /* '' */
.icon-lock-open-filled:before { content: '\ea19'; } /* '' */
.icon-fast-backward-2:before { content: '\ee0e'; } /* '' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-map-1:before { content: '\ea57'; } /* '' */
.icon-videocam-4:before { content: '\ed9f'; } /* '' */
.icon-eject-alt-outline:before { content: '\ea9b'; } /* '' */
.icon-facebook-7:before { content: '\ee8b'; } /* '' */
.icon-eject-alt:before { content: '\ea9a'; } /* '' */
.icon-quickview:before { content: '\e09d'; } /* '' */
.icon-gauge-2:before { content: '\ee92'; } /* '' */
.icon-fast-fw-outline:before { content: '\eaa3'; } /* '' */
.icon-fast-fw-1:before { content: '\eaa2'; } /* '' */
.icon-css:before { content: '\ee64'; } /* '' */
.icon-credit-card-4:before { content: '\ee73'; } /* '' */
.icon-pause-outline:before { content: '\eaa5'; } /* '' */
.icon-compass-circled:before { content: '\ee41'; } /* '' */
.icon-pause-2:before { content: '\eaa4'; } /* '' */
.icon-compass-5:before { content: '\ee42'; } /* '' */
.icon-play-outline:before { content: '\ea94'; } /* '' */
.icon-comment-alt-1:before { content: '\eddc'; } /* '' */
.icon-play-2:before { content: '\eaa8'; } /* '' */
.icon-record-outline:before { content: '\ea9f'; } /* '' */
.icon-down-open-3:before { content: '\edf7'; } /* '' */
.icon-record-1:before { content: '\ea9e'; } /* '' */
.icon-check-empty-1:before { content: '\ee58'; } /* '' */
.icon-rewind-outline:before { content: '\eaa1'; } /* '' */
.icon-check-3:before { content: '\ee57'; } /* '' */
.icon-rewind:before { content: '\eaa0'; } /* '' */
.icon-certificate-2:before { content: '\ee75'; } /* '' */
.icon-stop-outline:before { content: '\eaa7'; } /* '' */
.icon-cc-2:before { content: '\ee95'; } /* '' */
.icon-camera-6:before { content: '\eda3'; } /* '' */
.icon-stop-2:before { content: '\eaa6'; } /* '' */
.icon-block-4:before { content: '\ee0d'; } /* '' */
.icon-chat-2:before { content: '\ea39'; } /* '' */
.icon-backward:before { content: '\eddb'; } /* '' */
.icon-comment-2:before { content: '\ea3a'; } /* '' */
.icon-asterisk-1:before { content: '\ee59'; } /* '' */
.icon-chat-alt:before { content: '\ea3b'; } /* '' */
.icon-asl:before { content: '\ee68'; } /* '' */
.icon-mic-outline:before { content: '\ea62'; } /* '' */
.icon-up-6:before { content: '\edc5'; } /* '' */
.icon-minus-outline:before { content: '\ea09'; } /* '' */
.icon-right-5:before { content: '\ee07'; } /* '' */
.icon-minus-2:before { content: '\ea0a'; } /* '' */
.icon-heart-circled:before { content: '\ed94'; } /* '' */
.icon-heart-5:before { content: '\ed93'; } /* '' */
.icon-news:before { content: '\ea4e'; } /* '' */
.icon-hearing-impaired:before { content: '\ee89'; } /* '' */
.icon-music-outline:before { content: '\e9e2'; } /* '' */
.icon-music-2:before { content: '\e9e3'; } /* '' */
.icon-headphones-3:before { content: '\ee06'; } /* '' */
.icon-pen:before { content: '\ea37'; } /* '' */
.icon-hdd-2:before { content: '\ee7f'; } /* '' */
.icon-up-hand-1:before { content: '\ee27'; } /* '' */
.icon-github-6:before { content: '\ee85'; } /* '' */
.icon-phone-outline:before { content: '\ea46'; } /* '' */
.icon-gift-2:before { content: '\ee5a'; } /* '' */
.icon-pi-outline:before { content: '\eae9'; } /* '' */
.icon-resize-full-alt-2:before { content: '\ee1a'; } /* '' */
.icon-pi:before { content: '\eae7'; } /* '' */
.icon-friendfeed-rect-1:before { content: '\ee70'; } /* '' */
.icon-pin-outline:before { content: '\ea1a'; } /* '' */
.icon-friendfeed-1:before { content: '\ee61'; } /* '' */
.icon-pin-2:before { content: '\ea1b'; } /* '' */
.icon-foursquare-2:before { content: '\ee6f'; } /* '' */
.icon-doc-new-circled:before { content: '\ede7'; } /* '' */
.icon-pipette:before { content: '\eabf'; } /* '' */
.icon-doc-new:before { content: '\edeb'; } /* '' */
.icon-plane-outline:before { content: '\eac7'; } /* '' */
.icon-plane:before { content: '\eac4'; } /* '' */
.icon-edit-circled:before { content: '\ede8'; } /* '' */
.icon-edit-3:before { content: '\edea'; } /* '' */
.icon-plug:before { content: '\eaa9'; } /* '' */
.icon-doc-circled:before { content: '\edf0'; } /* '' */
.icon-plus-outline:before { content: '\e9f6'; } /* '' */
.icon-doc-6:before { content: '\edf5'; } /* '' */
.icon-plus-2:before { content: '\e9f5'; } /* '' */
.icon-looped-square-outline:before { content: '\eaff'; } /* '' */
.icon-dribbble-5:before { content: '\ee63'; } /* '' */
.icon-download-alt:before { content: '\ee44'; } /* '' */
.icon-looped-square-interest:before { content: '\eb00'; } /* '' */
.icon-power-outline:before { content: '\eabe'; } /* '' */
.icon-download-6:before { content: '\ee17'; } /* '' */
.icon-digg-1:before { content: '\ee62'; } /* '' */
.icon-power:before { content: '\eabd'; } /* '' */
.icon-print-3:before { content: '\ea38'; } /* '' */
.icon-deviantart-1:before { content: '\ee97'; } /* '' */
.icon-delicious-1:before { content: '\ee96'; } /* '' */
.icon-puzzle-outline:before { content: '\eb09'; } /* '' */
.icon-left-circled-2:before { content: '\ee08'; } /* '' */
.icon-puzzle-1:before { content: '\eb08'; } /* '' */
.icon-target-outline:before { content: '\eaaa'; } /* '' */
.icon-down-circled-2:before { content: '\edc0'; } /* '' */
.icon-child:before { content: '\ee7b'; } /* '' */
.icon-up-open-3:before { content: '\ee3b'; } /* '' */
.icon-cw-outline:before { content: '\ea8b'; } /* '' */
.icon-right-open-4:before { content: '\edec'; } /* '' */
.icon-left-open-4:before { content: '\ee40'; } /* '' */
.icon-rss-outline:before { content: '\ea48'; } /* '' */
.icon-rss-2:before { content: '\ea47'; } /* '' */
.icon-bold-1:before { content: '\ee34'; } /* '' */
.icon-scissors-outline:before { content: '\eb0f'; } /* '' */
.icon-blogger-2:before { content: '\ef23'; } /* '' */
.icon-blind:before { content: '\ee7c'; } /* '' */
.icon-box-2:before { content: '\ea49'; } /* '' */
.icon-bell-5:before { content: '\edd8'; } /* '' */
.icon-behance-1:before { content: '\ee77'; } /* '' */
.icon-basket-2:before { content: '\ea5f'; } /* '' */
.icon-at-circled:before { content: '\eae3'; } /* '' */
.icon-barcode-1:before { content: '\ee3a'; } /* '' */
.icon-left-5:before { content: '\edd3'; } /* '' */
.icon-dribbble-circled-1:before { content: '\eaf7'; } /* '' */
.icon-dribbble-2:before { content: '\eaf5'; } /* '' */
.icon-down-6:before { content: '\ede1'; } /* '' */
.icon-align-right-1:before { content: '\ee39'; } /* '' */
.icon-facebook-circled-1:before { content: '\eaf4'; } /* '' */
.icon-facebook-2:before { content: '\eaf3'; } /* '' */
.icon-align-left-1:before { content: '\ee38'; } /* '' */
.icon-align-justify-1:before { content: '\ee50'; } /* '' */
.icon-flickr-circled-1:before { content: '\eaf1'; } /* '' */
.icon-align-center-1:before { content: '\ee51'; } /* '' */
.icon-flickr-2:before { content: '\eaf0'; } /* '' */
.icon-github-circled-2:before { content: '\eaee'; } /* '' */
.icon-adult:before { content: '\ee7a'; } /* '' */
.icon-github-2:before { content: '\eaed'; } /* '' */
.icon-adjust-1:before { content: '\ee55'; } /* '' */
.icon-address-book-alt:before { content: '\ee67'; } /* '' */
.icon-lastfm-circled-1:before { content: '\eaec'; } /* '' */
.icon-address-book:before { content: '\ee8f'; } /* '' */
.icon-lastfm-1:before { content: '\eaeb'; } /* '' */
.icon-linkedin-circled-1:before { content: '\eaea'; } /* '' */
.icon-lightbulb-2:before { content: '\edda'; } /* '' */
.icon-linkedin-2:before { content: '\eae8'; } /* '' */
.icon-home-circled:before { content: '\ee21'; } /* '' */
.icon-home-6:before { content: '\ee16'; } /* '' */
.icon-pinterest-circled-2:before { content: '\eae6'; } /* '' */
.icon-pinterest-1:before { content: '\eae4'; } /* '' */
.icon-heart-empty-3:before { content: '\ed95'; } /* '' */
.icon-globe-5:before { content: '\edc3'; } /* '' */
.icon-skype-outline:before { content: '\eafd'; } /* '' */
.icon-skype-2:before { content: '\eafc'; } /* '' */
.icon-glasses:before { content: '\ee8a'; } /* '' */
.icon-glass-1:before { content: '\ed8e'; } /* '' */
.icon-tumbler-circled:before { content: '\eafb'; } /* '' */
.icon-github-text-1:before { content: '\ee98'; } /* '' */
.icon-tumbler:before { content: '\eafa'; } /* '' */
.icon-flag-3:before { content: '\edbc'; } /* '' */
.icon-twitter-circled-1:before { content: '\eaf9'; } /* '' */
.icon-twitter-2:before { content: '\eaf8'; } /* '' */
.icon-fire-2:before { content: '\ee87'; } /* '' */
.icon-vimeo-circled-1:before { content: '\eb10'; } /* '' */
.icon-filter-1:before { content: '\ee76'; } /* '' */
.icon-video-alt-1:before { content: '\edb1'; } /* '' */
.icon-vimeo-1:before { content: '\eb11'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\eb02'; } /* '' */
.icon-mail-circled:before { content: '\ed92'; } /* '' */
.icon-sort-alphabet:before { content: '\eb04'; } /* '' */
.icon-mail-6:before { content: '\ed91'; } /* '' */
.icon-eject-3:before { content: '\edc1'; } /* '' */
.icon-sort-numeric-outline:before { content: '\ef21'; } /* '' */
.icon-sort-numeric:before { content: '\eb0e'; } /* '' */
.icon-edit-alt:before { content: '\edde'; } /* '' */
.icon-wrench-outline:before { content: '\ea5d'; } /* '' */
.icon-cloud-circled:before { content: '\edba'; } /* '' */
.icon-cloud-6:before { content: '\edbb'; } /* '' */
.icon-star-2:before { content: '\e9e7'; } /* '' */
.icon-up-circled-2:before { content: '\ee45'; } /* '' */
.icon-star-filled:before { content: '\e9e9'; } /* '' */
.icon-right-circled-2:before { content: '\edb9'; } /* '' */
.icon-certificate-outline:before { content: '\eafe'; } /* '' */
.icon-braille:before { content: '\ee53'; } /* '' */
.icon-certificate-1:before { content: '\eb01'; } /* '' */
.icon-bookmark-empty-1:before { content: '\edbd'; } /* '' */
.icon-bookmark-3:before { content: '\edc9'; } /* '' */
.icon-stopwatch:before { content: '\ea6b'; } /* '' */
.icon-lifebuoy-1:before { content: '\eac2'; } /* '' */
.icon-book-4:before { content: '\ee54'; } /* '' */
.icon-popup-2:before { content: '\ea78'; } /* '' */
.icon-inbox-alt:before { content: '\edd0'; } /* '' */
.icon-tag-2:before { content: '\ea2e'; } /* '' */
.icon-inbox-circled:before { content: '\edd1'; } /* '' */
.icon-inbox-3:before { content: '\ede3'; } /* '' */
.icon-tags-1:before { content: '\ea2d'; } /* '' */
.icon-th-large-outline:before { content: '\ea02'; } /* '' */
.icon-lightbulb-alt:before { content: '\edcc'; } /* '' */
.icon-th-large-1:before { content: '\ea01'; } /* '' */
.icon-chart-circled:before { content: '\ee79'; } /* '' */
.icon-chart-2:before { content: '\ee78'; } /* '' */
.icon-th-list-outline:before { content: '\ea00'; } /* '' */
.icon-googleplus:before { content: '\ee84'; } /* '' */
.icon-th-list-1:before { content: '\e9ff'; } /* '' */
.icon-globe-alt-1:before { content: '\edc2'; } /* '' */
.icon-menu-outline:before { content: '\ea59'; } /* '' */
.icon-folder-close:before { content: '\edce'; } /* '' */
.icon-menu-2:before { content: '\ea5a'; } /* '' */
.icon-folder-5:before { content: '\eddf'; } /* '' */
.icon-th-outline:before { content: '\ea04'; } /* '' */
.icon-flickr-4:before { content: '\ee65'; } /* '' */
.icon-th:before { content: '\ea03'; } /* '' */
.icon-flag-circled:before { content: '\edb6'; } /* '' */
.icon-temperatire:before { content: '\eade'; } /* '' */
.icon-eye-off-1:before { content: '\eddd'; } /* '' */
.icon-exclamation:before { content: '\ee0b'; } /* '' */
.icon-error-alt:before { content: '\ee18'; } /* '' */
.icon-ok-outline:before { content: '\e9fe'; } /* '' */
.icon-error:before { content: '\ee13'; } /* '' */
.icon-ok-3:before { content: '\e9fd'; } /* '' */
.icon-ticket-2:before { content: '\ead7'; } /* '' */
.icon-comment-5:before { content: '\edc8'; } /* '' */
.icon-cogs:before { content: '\ee19'; } /* '' */
.icon-cancel-outline:before { content: '\e9fc'; } /* '' */
.icon-cog-circled:before { content: '\ee12'; } /* '' */
.icon-cancel-2:before { content: '\e9fb'; } /* '' */
.icon-cog-5:before { content: '\ee0c'; } /* '' */
.icon-calendar-circled:before { content: '\edfc'; } /* '' */
.icon-trash-2:before { content: '\ea53'; } /* '' */
.icon-calendar-7:before { content: '\ee03'; } /* '' */
.icon-tree:before { content: '\eaef'; } /* '' */
.icon-upload-outline:before { content: '\ea25'; } /* '' */
.icon-megaphone-2:before { content: '\ee72'; } /* '' */
.icon-upload-2:before { content: '\ea24'; } /* '' */
.icon-briefcase-3:before { content: '\ee4d'; } /* '' */
.icon-vkontakte-2:before { content: '\ee8c'; } /* '' */
.icon-user-add-outline:before { content: '\e9ec'; } /* '' */
.icon-user-add-1:before { content: '\e9ef'; } /* '' */
.icon-user-delete-outline:before { content: '\e9f0'; } /* '' */
.icon-user-delete:before { content: '\e9f1'; } /* '' */
.icon-user-outline:before { content: '\e9ea'; } /* '' */
.icon-user-2:before { content: '\e9ee'; } /* '' */
.icon-videocam-outline:before { content: '\e9f3'; } /* '' */
.icon-videocam-1:before { content: '\e9f4'; } /* '' */
.icon-volume-middle:before { content: '\ea66'; } /* '' */
.icon-volume-off-1:before { content: '\ea64'; } /* '' */
.icon-volume-high:before { content: '\ea67'; } /* '' */
.icon-volume-low:before { content: '\ea65'; } /* '' */
.icon-warning-empty:before { content: '\ea3f'; } /* '' */
.icon-warning:before { content: '\ea40'; } /* '' */
.icon-wristwatch:before { content: '\ea6a'; } /* '' */
.icon-waves-outline:before { content: '\eacd'; } /* '' */
.icon-waves:before { content: '\eace'; } /* '' */
.icon-cloud-2:before { content: '\eab7'; } /* '' */
.icon-rain:before { content: '\eacc'; } /* '' */
.icon-moon-2:before { content: '\eaba'; } /* '' */
.icon-cloud-sun:before { content: '\eacb'; } /* '' */
.icon-drizzle:before { content: '\eaca'; } /* '' */
.icon-snow:before { content: '\eac9'; } /* '' */
.icon-cloud-flash:before { content: '\eac8'; } /* '' */
.icon-cloud-wind:before { content: '\eac5'; } /* '' */
.icon-wind:before { content: '\eac6'; } /* '' */
.icon-wifi-outline:before { content: '\eaac'; } /* '' */
.icon-wifi:before { content: '\ef20'; } /* '' */
.icon-wine:before { content: '\eb0c'; } /* '' */
.icon-globe-outline:before { content: '\eab1'; } /* '' */
.icon-zoom-in-outline:before { content: '\ea77'; } /* '' */
.icon-zoom-in-1:before { content: '\ea76'; } /* '' */
.icon-zoom-out-outline:before { content: '\ea75'; } /* '' */
.icon-zoom-out-1:before { content: '\ea74'; } /* '' */
.icon-search-outline:before { content: '\e9e4'; } /* '' */
.icon-search-3:before { content: '\e9e5'; } /* '' */
.icon-left-circle:before { content: '\eb36'; } /* '' */
.icon-left-circle-1:before { content: '\eee9'; } /* '' */
.icon-right-circle:before { content: '\eb2f'; } /* '' */
.icon-right-circle-1:before { content: '\eef1'; } /* '' */
.icon-up-circle:before { content: '\eb55'; } /* '' */
.icon-up-circle-1:before { content: '\ef02'; } /* '' */
.icon-down-circle:before { content: '\eb39'; } /* '' */
.icon-down-circle-1:before { content: '\ef0d'; } /* '' */
.icon-left-bold:before { content: '\e4ad'; } /* '' */
.icon-right-bold:before { content: '\e4ae'; } /* '' */
.icon-up-bold:before { content: '\e4af'; } /* '' */
.icon-down-bold:before { content: '\e4b0'; } /* '' */
.icon-user-add:before { content: '\e989'; } /* '' */
.icon-star-half:before { content: '\e815'; } /* '' */
.icon-ok-circled2:before { content: '\e82a'; } /* '' */
.icon-cancel-circled2:before { content: '\e836'; } /* '' */
.icon-help-circled-1:before { content: '\e99e'; } /* '' */
.icon-help-circled:before { content: '\e82e'; } /* '' */
.icon-info-circled:before { content: '\e839'; } /* '' */
.icon-info-circled-1:before { content: '\e9a0'; } /* '' */
.icon-th-large-3:before { content: '\eed4'; } /* '' */
.icon-th-large:before { content: '\e82d'; } /* '' */
.icon-lock-empty:before { content: '\eb78'; } /* '' */
.icon-lock-open-empty:before { content: '\eb79'; } /* '' */
.icon-eye-4:before { content: '\ebf9'; } /* '' */
.icon-eye-3:before { content: '\eb6c'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-eye-1:before { content: '\e9a6'; } /* '' */
.icon-eye-off:before { content: '\e82f'; } /* '' */
.icon-tag-1:before { content: '\e9a7'; } /* '' */
.icon-tag-3:before { content: '\eb6b'; } /* '' */
.icon-tag-7:before { content: '\eee5'; } /* '' */
.icon-tag-4:before { content: '\ebf5'; } /* '' */
.icon-tag:before { content: '\e845'; } /* '' */
.icon-tags:before { content: '\e830'; } /* '' */
.icon-tag-empty:before { content: '\eb67'; } /* '' */
.icon-camera-alt:before { content: '\e81f'; } /* '' */
.icon-download-cloud-1:before { content: '\eb5a'; } /* '' */
.icon-upload-cloud-1:before { content: '\e9b4'; } /* '' */
.icon-upload-cloud-3:before { content: '\eb44'; } /* '' */
.icon-reply-4:before { content: '\eee4'; } /* '' */
.icon-reply-1:before { content: '\e9b3'; } /* '' */
.icon-reply-all-2:before { content: '\eee3'; } /* '' */
.icon-reply-all-1:before { content: '\e9b2'; } /* '' */
.icon-code-1:before { content: '\e9af'; } /* '' */
.icon-code-3:before { content: '\eee2'; } /* '' */
.icon-export-3:before { content: '\ebe7'; } /* '' */
.icon-export-1:before { content: '\e9ae'; } /* '' */
.icon-export:before { content: '\e846'; } /* '' */
.icon-print-2:before { content: '\e9ab'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-print-1:before { content: '\e856'; } /* '' */
.icon-retweet-1:before { content: '\e9aa'; } /* '' */
.icon-retweet:before { content: '\e855'; } /* '' */
.icon-retweet-4:before { content: '\eee1'; } /* '' */
.icon-comment-3:before { content: '\eb7c'; } /* '' */
.icon-comment-1:before { content: '\e9a9'; } /* '' */
.icon-comment:before { content: '\e853'; } /* '' */
.icon-comment-7:before { content: '\eee0'; } /* '' */
.icon-comment-inv:before { content: '\eb7d'; } /* '' */
.icon-comment-alt:before { content: '\eb7e'; } /* '' */
.icon-comment-alt-2:before { content: '\eedf'; } /* '' */
.icon-comment-inv-alt:before { content: '\eb7f'; } /* '' */
.icon-comment-alt2:before { content: '\eb80'; } /* '' */
.icon-comment-inv-alt2:before { content: '\eb6d'; } /* '' */
.icon-chat-4:before { content: '\ebd6'; } /* '' */
.icon-chat-1:before { content: '\e9bc'; } /* '' */
.icon-chat:before { content: '\e873'; } /* '' */
.icon-chat-3:before { content: '\eb76'; } /* '' */
.icon-chat-6:before { content: '\eede'; } /* '' */
.icon-chat-inv:before { content: '\eb66'; } /* '' */
.icon-vcard:before { content: '\e9c0'; } /* '' */
.icon-address:before { content: '\e9c1'; } /* '' */
.icon-location-4:before { content: '\ebbe'; } /* '' */
.icon-location:before { content: '\e84d'; } /* '' */
.icon-location-8:before { content: '\eedd'; } /* '' */
.icon-location-1:before { content: '\e9c2'; } /* '' */
.icon-location-3:before { content: '\eb5e'; } /* '' */
.icon-location-inv:before { content: '\eb4f'; } /* '' */
.icon-location-alt:before { content: '\eb59'; } /* '' */
.icon-map:before { content: '\e9c3'; } /* '' */
.icon-compass-3:before { content: '\eb3b'; } /* '' */
.icon-compass-1:before { content: '\e9c5'; } /* '' */
.icon-trash-3:before { content: '\eb34'; } /* '' */
.icon-trash-4:before { content: '\ebc0'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-trash-1:before { content: '\e84a'; } /* '' */
.icon-trash-empty:before { content: '\eb53'; } /* '' */
.icon-doc-3:before { content: '\eb54'; } /* '' */
.icon-doc-8:before { content: '\eeef'; } /* '' */
.icon-doc-1:before { content: '\e9c7'; } /* '' */
.icon-doc-text-inv:before { content: '\e9cb'; } /* '' */
.icon-doc-inv-1:before { content: '\eb26'; } /* '' */
.icon-doc-alt:before { content: '\eb1d'; } /* '' */
.icon-doc-inv-alt:before { content: '\eb1a'; } /* '' */
.icon-article:before { content: '\eb8d'; } /* '' */
.icon-article-1:before { content: '\ebb4'; } /* '' */
.icon-article-alt-1:before { content: '\ebb2'; } /* '' */
.icon-article-alt:before { content: '\eb8e'; } /* '' */
.icon-docs-1:before { content: '\e9c8'; } /* '' */
.icon-doc-landscape:before { content: '\e9c9'; } /* '' */
.icon-docs-landscape:before { content: '\eeee'; } /* '' */
.icon-archive-2:before { content: '\eedb'; } /* '' */
.icon-archive:before { content: '\e9df'; } /* '' */
.icon-rss-4:before { content: '\ebfb'; } /* '' */
.icon-rss-3:before { content: '\eb85'; } /* '' */
.icon-rss-7:before { content: '\eeed'; } /* '' */
.icon-rss-1:before { content: '\e9dd'; } /* '' */
.icon-rss-alt:before { content: '\eb6e'; } /* '' */
.icon-rss-alt-1:before { content: '\eeec'; } /* '' */
.icon-share-1:before { content: '\eb50'; } /* '' */
.icon-share:before { content: '\e9d9'; } /* '' */
.icon-basket-1:before { content: '\e861'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-basket-3:before { content: '\ebf6'; } /* '' */
.icon-calendar-alt-1:before { content: '\ebe6'; } /* '' */
.icon-shareable:before { content: '\e9d8'; } /* '' */
.icon-calendar-inv:before { content: '\eb58'; } /* '' */
.icon-login-1:before { content: '\e9d6'; } /* '' */
.icon-login:before { content: '\e862'; } /* '' */
.icon-logout-3:before { content: '\eed9'; } /* '' */
.icon-logout-1:before { content: '\e9d5'; } /* '' */
.icon-logout:before { content: '\e871'; } /* '' */
.icon-volume:before { content: '\e9d3'; } /* '' */
.icon-resize-full-6:before { content: '\eefd'; } /* '' */
.icon-resize-full-3:before { content: '\eb92'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-full-4:before { content: '\ebc6'; } /* '' */
.icon-resize-full-1:before { content: '\e8af'; } /* '' */
.icon-resize-full-alt-1:before { content: '\eb93'; } /* '' */
.icon-resize-small-1:before { content: '\e869'; } /* '' */
.icon-resize-small:before { content: '\e746'; } /* '' */
.icon-resize-small-2:before { content: '\eb94'; } /* '' */
.icon-resize-small-3:before { content: '\ebc3'; } /* '' */
.icon-resize-small-alt:before { content: '\eb95'; } /* '' */
.icon-move-2:before { content: '\eb6f'; } /* '' */
.icon-popup-3:before { content: '\eb69'; } /* '' */
.icon-popup-5:before { content: '\eefb'; } /* '' */
.icon-popup:before { content: '\e74c'; } /* '' */
.icon-popup-4:before { content: '\ebbc'; } /* '' */
.icon-publish:before { content: '\e74d'; } /* '' */
.icon-window:before { content: '\e74e'; } /* '' */
.icon-arrow-combo:before { content: '\e74f'; } /* '' */
.icon-zoom-in-2:before { content: '\ebbd'; } /* '' */
.icon-zoom-in:before { content: '\e8b1'; } /* '' */
.icon-zoom-out:before { content: '\e865'; } /* '' */
.icon-zoom-out-2:before { content: '\ebbf'; } /* '' */
.icon-chart-pie:before { content: '\e751'; } /* '' */
.icon-language:before { content: '\e752'; } /* '' */
.icon-air:before { content: '\e753'; } /* '' */
.icon-database:before { content: '\e754'; } /* '' */
.icon-drive:before { content: '\e755'; } /* '' */
.icon-bucket:before { content: '\e756'; } /* '' */
.icon-thermometer:before { content: '\e757'; } /* '' */
.icon-down-circled2:before { content: '\e864'; } /* '' */
.icon-down-circled:before { content: '\e758'; } /* '' */
.icon-left-circled:before { content: '\e759'; } /* '' */
.icon-right-circled:before { content: '\e75a'; } /* '' */
.icon-up-circled2:before { content: '\e863'; } /* '' */
.icon-up-circled:before { content: '\e75b'; } /* '' */
.icon-down-open-1:before { content: '\e8e3'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open-1:before { content: '\e8e2'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-left-open-5:before { content: '\eee7'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-right-open-1:before { content: '\e8b4'; } /* '' */
.icon-right-open-5:before { content: '\eee8'; } /* '' */
.icon-up-open-1:before { content: '\e8b5'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */
.icon-arrows-cw-3:before { content: '\eef4'; } /* '' */
.icon-down-open-mini:before { content: '\e760'; } /* '' */
.icon-arrows-cw:before { content: '\e8bf'; } /* '' */
.icon-play-circled2:before { content: '\e8d4'; } /* '' */
.icon-left-open-mini:before { content: '\e761'; } /* '' */
.icon-right-open-mini:before { content: '\e762'; } /* '' */
.icon-to-end-alt:before { content: '\e8d8'; } /* '' */
.icon-to-start-alt:before { content: '\e8d9'; } /* '' */
.icon-up-open-mini:before { content: '\e763'; } /* '' */
.icon-award-empty:before { content: '\eb38'; } /* '' */
.icon-down-open-big:before { content: '\e764'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-list-2:before { content: '\eb43'; } /* '' */
.icon-list-nested:before { content: '\eb2e'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-up-open-big:before { content: '\e767'; } /* '' */
.icon-progress-0:before { content: '\e768'; } /* '' */
.icon-progress-1:before { content: '\e769'; } /* '' */
.icon-progress-2:before { content: '\e76a'; } /* '' */
.icon-progress-3:before { content: '\e76b'; } /* '' */
.icon-signal-3:before { content: '\ebe5'; } /* '' */
.icon-back-in-time:before { content: '\e771'; } /* '' */
.icon-bat-empty:before { content: '\eb3f'; } /* '' */
.icon-bat-half:before { content: '\eb23'; } /* '' */
.icon-bat-full:before { content: '\eb20'; } /* '' */
.icon-bat-charge-1:before { content: '\eb17'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-inbox:before { content: '\e777'; } /* '' */
.icon-inbox-1:before { content: '\e8ec'; } /* '' */
.icon-install:before { content: '\e778'; } /* '' */
.icon-font-2:before { content: '\ef0b'; } /* '' */
.icon-font-1:before { content: '\e8f1'; } /* '' */
.icon-bold:before { content: '\e917'; } /* '' */
.icon-italic:before { content: '\e916'; } /* '' */
.icon-text-height-1:before { content: '\ef1e'; } /* '' */
.icon-text-width:before { content: '\e915'; } /* '' */
.icon-align-left:before { content: '\e904'; } /* '' */
.icon-align-center:before { content: '\e77f'; } /* '' */
.icon-align-right:before { content: '\e903'; } /* '' */
.icon-align-justify:before { content: '\e902'; } /* '' */
.icon-list-4:before { content: '\ef0a'; } /* '' */
.icon-list-1:before { content: '\e901'; } /* '' */
.icon-indent-left:before { content: '\e900'; } /* '' */
.icon-indent-left-2:before { content: '\ef08'; } /* '' */
.icon-indent-right:before { content: '\e8ff'; } /* '' */
.icon-indent-right-2:before { content: '\ef07'; } /* '' */
.icon-lifebuoy:before { content: '\e788'; } /* '' */
.icon-mouse:before { content: '\e789'; } /* '' */
.icon-dot:before { content: '\e78b'; } /* '' */
.icon-dot-2:before { content: '\e78c'; } /* '' */
.icon-dot-3:before { content: '\e78d'; } /* '' */
.icon-suitcase:before { content: '\e78e'; } /* '' */
.icon-off:before { content: '\e906'; } /* '' */
.icon-road:before { content: '\e907'; } /* '' */
.icon-list-alt:before { content: '\e976'; } /* '' */
.icon-flow-cascade:before { content: '\e790'; } /* '' */
.icon-qrcode:before { content: '\e908'; } /* '' */
.icon-flow-branch:before { content: '\e791'; } /* '' */
.icon-flow-tree:before { content: '\e792'; } /* '' */
.icon-barcode:before { content: '\e909'; } /* '' */
.icon-flow-line:before { content: '\e793'; } /* '' */
.icon-ajust:before { content: '\e90b'; } /* '' */
.icon-flow-parallel:before { content: '\e794'; } /* '' */
.icon-tint:before { content: '\e90c'; } /* '' */
.icon-equalizer:before { content: '\eb9c'; } /* '' */
.icon-cursor:before { content: '\eba3'; } /* '' */
.icon-aperture:before { content: '\eb9f'; } /* '' */
.icon-aperture-alt:before { content: '\eb89'; } /* '' */
.icon-steering-wheel:before { content: '\eb87'; } /* '' */
.icon-brush-2:before { content: '\eb71'; } /* '' */
.icon-brush:before { content: '\e79a'; } /* '' */
.icon-paper-plane:before { content: '\e79b'; } /* '' */
.icon-brush-alt:before { content: '\eb61'; } /* '' */
.icon-eyedropper:before { content: '\eb4c'; } /* '' */
.icon-layers:before { content: '\eb4b'; } /* '' */
.icon-layers-alt:before { content: '\eb37'; } /* '' */
.icon-moon-inv:before { content: '\eb99'; } /* '' */
.icon-magnet:before { content: '\e7a1'; } /* '' */
.icon-magnet-1:before { content: '\e911'; } /* '' */
.icon-chart-pie-2:before { content: '\eba2'; } /* '' */
.icon-chart-pie-3:before { content: '\ebb5'; } /* '' */
.icon-gauge-1:before { content: '\e7a2'; } /* '' */
.icon-traffic-cone:before { content: '\e7a3'; } /* '' */
.icon-chart-pie-alt:before { content: '\eba0'; } /* '' */
.icon-dial:before { content: '\eb60'; } /* '' */
.icon-cc:before { content: '\e7a5'; } /* '' */
.icon-resize-full-circle:before { content: '\eefc'; } /* '' */
.icon-cc-by:before { content: '\e7a6'; } /* '' */
.icon-cc-nc:before { content: '\e801'; } /* '' */
.icon-down-micro:before { content: '\e7a7'; } /* '' */
.icon-up-micro:before { content: '\e7a8'; } /* '' */
.icon-cc-nc-eu:before { content: '\e803'; } /* '' */
.icon-cw-circle:before { content: '\eef3'; } /* '' */
.icon-cc-nc-jp:before { content: '\e7a9'; } /* '' */
.icon-cc-sa:before { content: '\e7aa'; } /* '' */
.icon-updown-circle:before { content: '\eef5'; } /* '' */
.icon-cc-nd:before { content: '\e7ab'; } /* '' */
.icon-terminal-1:before { content: '\ef05'; } /* '' */
.icon-cc-pd:before { content: '\e7ac'; } /* '' */
.icon-cc-zero:before { content: '\e7ad'; } /* '' */
.icon-list-numbered-1:before { content: '\ef09'; } /* '' */
.icon-basket-alt:before { content: '\ebef'; } /* '' */
.icon-cc-share:before { content: '\e7ae'; } /* '' */
.icon-cc-remix:before { content: '\e7af'; } /* '' */
.icon-mobile-alt:before { content: '\ebd8'; } /* '' */
.icon-tablet-1:before { content: '\ebd5'; } /* '' */
.icon-ipod:before { content: '\ebcf'; } /* '' */
.icon-stop-4:before { content: '\ebca'; } /* '' */
.icon-grid:before { content: '\ebc9'; } /* '' */
.icon-easel:before { content: '\ebc2'; } /* '' */
.icon-aboveground-rail:before { content: '\ecf2'; } /* '' */
.icon-emo-happy:before { content: '\e8a6'; } /* '' */
.icon-airfield:before { content: '\ecee'; } /* '' */
.icon-emo-wink:before { content: '\e8a5'; } /* '' */
.icon-airport:before { content: '\eced'; } /* '' */
.icon-emo-unhappy:before { content: '\e802'; } /* '' */
.icon-emo-sleep:before { content: '\e8a0'; } /* '' */
.icon-art-gallery:before { content: '\ece8'; } /* '' */
.icon-emo-thumbsup:before { content: '\e89f'; } /* '' */
.icon-bar:before { content: '\ece7'; } /* '' */
.icon-emo-devil:before { content: '\e89c'; } /* '' */
.icon-emo-surprised:before { content: '\e89b'; } /* '' */
.icon-baseball:before { content: '\ece2'; } /* '' */
.icon-emo-tongue:before { content: '\e8aa'; } /* '' */
.icon-basketball:before { content: '\ece1'; } /* '' */
.icon-beer-2:before { content: '\ecdd'; } /* '' */
.icon-emo-coffee:before { content: '\e898'; } /* '' */
.icon-emo-sunglasses:before { content: '\e8ab'; } /* '' */
.icon-belowground-rail:before { content: '\ecdc'; } /* '' */
.icon-bicycle:before { content: '\ecd8'; } /* '' */
.icon-emo-displeased:before { content: '\e895'; } /* '' */
.icon-emo-beer:before { content: '\e8a9'; } /* '' */
.icon-bus:before { content: '\ecf9'; } /* '' */
.icon-emo-grin:before { content: '\e892'; } /* '' */
.icon-cafe:before { content: '\e808'; } /* '' */
.icon-campsite:before { content: '\ecd5'; } /* '' */
.icon-emo-angry:before { content: '\e891'; } /* '' */
.icon-emo-saint:before { content: '\e890'; } /* '' */
.icon-cemetery:before { content: '\ecd2'; } /* '' */
.icon-cinema:before { content: '\ecd1'; } /* '' */
.icon-emo-cry:before { content: '\e88f'; } /* '' */
.icon-college:before { content: '\eccd'; } /* '' */
.icon-emo-shoot:before { content: '\e88e'; } /* '' */
.icon-emo-squint:before { content: '\e88d'; } /* '' */
.icon-commerical-building:before { content: '\eccc'; } /* '' */
.icon-credit-card-3:before { content: '\ecc9'; } /* '' */
.icon-emo-laugh:before { content: '\e88c'; } /* '' */
.icon-cricket:before { content: '\ecc8'; } /* '' */
.icon-emo-wink2:before { content: '\e8a3'; } /* '' */
.icon-embassy:before { content: '\ecf3'; } /* '' */
.icon-fast-food:before { content: '\ecf1'; } /* '' */
.icon-ferry:before { content: '\ecef'; } /* '' */
.icon-fire-station:before { content: '\ecec'; } /* '' */
.icon-football:before { content: '\ece9'; } /* '' */
.icon-fuel:before { content: '\ece6'; } /* '' */
.icon-garden:before { content: '\ece3'; } /* '' */
.icon-giraffe:before { content: '\ece0'; } /* '' */
.icon-golf:before { content: '\ecde'; } /* '' */
.icon-grocery-store:before { content: '\ed07'; } /* '' */
.icon-harbor:before { content: '\ecd9'; } /* '' */
.icon-heliport:before { content: '\ecf8'; } /* '' */
.icon-hospital-1:before { content: '\ecd6'; } /* '' */
.icon-industrial-building:before { content: '\ecf7'; } /* '' */
.icon-library:before { content: '\ecd3'; } /* '' */
.icon-lodging:before { content: '\ed0c'; } /* '' */
.icon-london-underground:before { content: '\ecce'; } /* '' */
.icon-minefield:before { content: '\ecf4'; } /* '' */
.icon-monument:before { content: '\ecca'; } /* '' */
.icon-museum:before { content: '\ecc7'; } /* '' */
.icon-pharmacy:before { content: '\ecc4'; } /* '' */
.icon-pitch:before { content: '\ed08'; } /* '' */
.icon-police:before { content: '\ecf0'; } /* '' */
.icon-post:before { content: '\eceb'; } /* '' */
.icon-prison:before { content: '\ecea'; } /* '' */
.icon-rail:before { content: '\ece5'; } /* '' */
.icon-religious-christian:before { content: '\ece4'; } /* '' */
.icon-religious-islam:before { content: '\ed0d'; } /* '' */
.icon-spin1:before { content: '\e8a7'; } /* '' */
.icon-religious-jewish:before { content: '\ecdf'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-spin3:before { content: '\e8a4'; } /* '' */
.icon-restaurant:before { content: '\ecdb'; } /* '' */
.icon-roadblock:before { content: '\ecda'; } /* '' */
.icon-school:before { content: '\ecfa'; } /* '' */
.icon-spin4:before { content: '\e8a2'; } /* '' */
.icon-shop:before { content: '\ecd7'; } /* '' */
.icon-skiing:before { content: '\ecf6'; } /* '' */
.icon-soccer:before { content: '\ecd4'; } /* '' */
.icon-swimming:before { content: '\ecd0'; } /* '' */
.icon-spin5:before { content: '\e8a1'; } /* '' */
.icon-spin6:before { content: '\e89e'; } /* '' */
.icon-tennis:before { content: '\eccf'; } /* '' */
.icon-theatre:before { content: '\ecf5'; } /* '' */
.icon-toilet:before { content: '\eccb'; } /* '' */
.icon-town-hall:before { content: '\ecc6'; } /* '' */
.icon-trash-6:before { content: '\ecc5'; } /* '' */
.icon-tree-1:before { content: '\ed09'; } /* '' */
.icon-tree-2:before { content: '\ed0a'; } /* '' */
.icon-warehouse:before { content: '\ed0b'; } /* '' */
.icon-firefox:before { content: '\e89d'; } /* '' */
.icon-chrome:before { content: '\e89a'; } /* '' */
.icon-opera:before { content: '\e899'; } /* '' */
.icon-ie:before { content: '\e897'; } /* '' */
.icon-crown:before { content: '\e896'; } /* '' */
.icon-crown-plus:before { content: '\e894'; } /* '' */
.icon-crown-minus:before { content: '\e893'; } /* '' */
.icon-marquee:before { content: '\e8a8'; } /* '' */
.icon-down-open-2:before { content: '\ec7c'; } /* '' */
.icon-up-open-2:before { content: '\ec8c'; } /* '' */
.icon-right-open-3:before { content: '\ec73'; } /* '' */
.icon-left-open-3:before { content: '\ec8a'; } /* '' */
.icon-menu-3:before { content: '\ec41'; } /* '' */
.icon-th-list-3:before { content: '\ec36'; } /* '' */
.icon-th-thumb:before { content: '\ec40'; } /* '' */
.icon-th-thumb-empty:before { content: '\ec32'; } /* '' */
.icon-coverflow:before { content: '\ec97'; } /* '' */
.icon-coverflow-empty:before { content: '\ec91'; } /* '' */
.icon-pause-4:before { content: '\ec83'; } /* '' */
.icon-play-4:before { content: '\ec87'; } /* '' */
.icon-to-end-3:before { content: '\ec7a'; } /* '' */
.icon-to-start-2:before { content: '\ec74'; } /* '' */
.icon-fast-forward-1:before { content: '\ec70'; } /* '' */
.icon-fast-backward-1:before { content: '\ecb6'; } /* '' */
.icon-upload-cloud-4:before { content: '\eca3'; } /* '' */
.icon-download-cloud-2:before { content: '\ec31'; } /* '' */
.icon-data-science:before { content: '\ec2e'; } /* '' */
.icon-data-science-inv:before { content: '\ecb4'; } /* '' */
.icon-globe-4:before { content: '\ecba'; } /* '' */
.icon-globe-inv:before { content: '\ecbb'; } /* '' */
.icon-math:before { content: '\ec9a'; } /* '' */
.icon-math-circled-empty:before { content: '\ec7d'; } /* '' */
.icon-math-circled:before { content: '\ec82'; } /* '' */
.icon-paper-plane-1:before { content: '\ec79'; } /* '' */
.icon-paper-plane-alt2:before { content: '\ec8e'; } /* '' */
.icon-paper-plane-alt:before { content: '\ec75'; } /* '' */
.icon-color-adjust:before { content: '\ec68'; } /* '' */
.icon-star-half-1:before { content: '\ec4b'; } /* '' */
.icon-star-half_empty:before { content: '\ec4a'; } /* '' */
.icon-ccw-2:before { content: '\ec96'; } /* '' */
.icon-heart-broken:before { content: '\ec4e'; } /* '' */
.icon-hash-1:before { content: '\ecaf'; } /* '' */
.icon-reply-3:before { content: '\eca2'; } /* '' */
.icon-retweet-2:before { content: '\ec9e'; } /* '' */
.icon-login-2:before { content: '\eca5'; } /* '' */
.icon-logout-2:before { content: '\eca6'; } /* '' */
.icon-download-5:before { content: '\ec3f'; } /* '' */
.icon-upload-4:before { content: '\ec33'; } /* '' */
.icon-location-5:before { content: '\ec8b'; } /* '' */
.icon-monitor-1:before { content: '\ef22'; } /* '' */
.icon-tablet-2:before { content: '\ec3d'; } /* '' */
.icon-mobile-5:before { content: '\ec38'; } /* '' */
.icon-connected-object:before { content: '\ec2d'; } /* '' */
.icon-isight:before { content: '\ec43'; } /* '' */
.icon-videocam-3:before { content: '\ec44'; } /* '' */
.icon-shuffle-3:before { content: '\ec92'; } /* '' */
.icon-chat-5:before { content: '\ec94'; } /* '' */
.icon-bell-4:before { content: '\ec85'; } /* '' */
.icon-movie:before { content: '\ec45'; } /* '' */
.icon-ruler:before { content: '\ecbf'; } /* '' */
.icon-vector:before { content: '\ecbd'; } /* '' */
.icon-mic-off:before { content: '\ecb8'; } /* '' */
.icon-move:before { content: '\e866'; } /* '' */
.icon-mic-4:before { content: '\ecb7'; } /* '' */
.icon-doc-5:before { content: '\ec71'; } /* '' */
.icon-dribbble-circled-2:before { content: '\ec98'; } /* '' */
.icon-dribbble-3:before { content: '\ecad'; } /* '' */
.icon-facebook-circled-2:before { content: '\ecc3'; } /* '' */
.icon-facebook-4:before { content: '\ec2c'; } /* '' */
.icon-github-circled-alt:before { content: '\ec67'; } /* '' */
.icon-github-circled-3:before { content: '\ec6e'; } /* '' */
.icon-github-3:before { content: '\ec6f'; } /* '' */
.icon-github-circled-alt2:before { content: '\ec66'; } /* '' */
.icon-twitter-circled-2:before { content: '\ec35'; } /* '' */
.icon-twitter-4:before { content: '\ec3c'; } /* '' */
.icon-gplus-circled-1:before { content: '\ecb2'; } /* '' */
.icon-gplus-2:before { content: '\ecbe'; } /* '' */
.icon-linkedin-circled-2:before { content: '\ecae'; } /* '' */
.icon-linkedin-3:before { content: '\eca8'; } /* '' */
.icon-instagram-1:before { content: '\ec8f'; } /* '' */
.icon-instagram-circled:before { content: '\ec88'; } /* '' */
.icon-mfg-logo:before { content: '\ec77'; } /* '' */
.icon-mfg-logo-circled:before { content: '\ec76'; } /* '' */
.icon-user-5:before { content: '\ec49'; } /* '' */
.icon-user-male:before { content: '\ec48'; } /* '' */
.icon-user-female:before { content: '\ec47'; } /* '' */
.icon-users-3:before { content: '\ec46'; } /* '' */
.icon-folder-4:before { content: '\ec6a'; } /* '' */
.icon-folder-open-1:before { content: '\ec63'; } /* '' */
.icon-folder-empty-2:before { content: '\ec3e'; } /* '' */
.icon-attach-4:before { content: '\ec5d'; } /* '' */
.icon-ok-circled-1:before { content: '\ec53'; } /* '' */
.icon-cancel-circled-2:before { content: '\ec55'; } /* '' */
.icon-inbox-2:before { content: '\ecc2'; } /* '' */
.icon-trophy-1:before { content: '\ec69'; } /* '' */
.icon-lock-open-alt-1:before { content: '\ec61'; } /* '' */
.icon-link-4:before { content: '\ec5c'; } /* '' */
.icon-zoom-in-3:before { content: '\ec86'; } /* '' */
.icon-zoom-out-3:before { content: '\ec9c'; } /* '' */
.icon-stop-5:before { content: '\ec9b'; } /* '' */
.icon-export-4:before { content: '\eca0'; } /* '' */
.icon-eye-5:before { content: '\ec62'; } /* '' */
.icon-trash-5:before { content: '\ec72'; } /* '' */
.icon-hdd-1:before { content: '\ec39'; } /* '' */
.icon-info-circled-2:before { content: '\ec59'; } /* '' */
.icon-info-circled-alt:before { content: '\ec5a'; } /* '' */
.icon-print-4:before { content: '\ec9f'; } /* '' */
.icon-fontsize:before { content: '\ec6d'; } /* '' */
.icon-soundcloud-1:before { content: '\ec80'; } /* '' */
.icon-soundcloud-circled:before { content: '\ec7f'; } /* '' */
.icon-link-ext:before { content: '\e83e'; } /* '' */
.icon-check-empty:before { content: '\e90d'; } /* '' */
.icon-bookmark-empty:before { content: '\e833'; } /* '' */
.icon-phone-squared:before { content: '\e85e'; } /* '' */
.icon-twitter-1:before { content: '\e96f'; } /* '' */
.icon-facebook-1:before { content: '\e97a'; } /* '' */
.icon-github-circled-1:before { content: '\e96d'; } /* '' */
.icon-rss:before { content: '\e877'; } /* '' */
.icon-hdd:before { content: '\e942'; } /* '' */
.icon-certificate:before { content: '\e935'; } /* '' */
.icon-left-circled-1:before { content: '\e8c5'; } /* '' */
.icon-right-circled-1:before { content: '\e8c4'; } /* '' */
.icon-up-circled-1:before { content: '\e8c3'; } /* '' */
.icon-down-circled-1:before { content: '\e8c2'; } /* '' */
.icon-tasks:before { content: '\e931'; } /* '' */
.icon-filter:before { content: '\e94f'; } /* '' */
.icon-resize-full-alt:before { content: '\e8ae'; } /* '' */
.icon-beaker:before { content: '\e967'; } /* '' */
.icon-docs:before { content: '\e849'; } /* '' */
.icon-blank:before { content: '\e958'; } /* '' */
.icon-menu:before { content: '\e85f'; } /* '' */
.icon-list-bullet:before { content: '\e8fe'; } /* '' */
.icon-list-numbered:before { content: '\e8fd'; } /* '' */
.icon-strike:before { content: '\e8fc'; } /* '' */
.icon-underline:before { content: '\e8fb'; } /* '' */
.icon-table:before { content: '\e8f8'; } /* '' */
.icon-magic:before { content: '\e809'; } /* '' */
.icon-pinterest-circled-1:before { content: '\e981'; } /* '' */
.icon-pinterest-squared:before { content: '\e980'; } /* '' */
.icon-gplus-squared:before { content: '\e966'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\e956'; } /* '' */
.icon-columns:before { content: '\e8f7'; } /* '' */
.icon-sort:before { content: '\e943'; } /* '' */
.icon-sort-down:before { content: '\e940'; } /* '' */
.icon-sort-up:before { content: '\e93d'; } /* '' */
.icon-mail-alt:before { content: '\e811'; } /* '' */
.icon-linkedin-1:before { content: '\e95b'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\e851'; } /* '' */
.icon-chat-empty:before { content: '\e852'; } /* '' */
.icon-sitemap:before { content: '\e951'; } /* '' */
.icon-paste:before { content: '\e8f4'; } /* '' */
.icon-lightbulb:before { content: '\e86a'; } /* '' */
.icon-exchange:before { content: '\e8d0'; } /* '' */
.icon-download-cloud:before { content: '\e883'; } /* '' */
.icon-upload-cloud:before { content: '\e882'; } /* '' */
.icon-user-md:before { content: '\e926'; } /* '' */
.icon-stethoscope:before { content: '\e94b'; } /* '' */
.icon-suitcase-1:before { content: '\e8f2'; } /* '' */
.icon-bell-alt:before { content: '\e850'; } /* '' */
.icon-coffee:before { content: '\e952'; } /* '' */
.icon-food:before { content: '\e955'; } /* '' */
.icon-doc-text:before { content: '\e858'; } /* '' */
.icon-building:before { content: '\e93e'; } /* '' */
.icon-hospital:before { content: '\e93f'; } /* '' */
.icon-ambulance:before { content: '\e94a'; } /* '' */
.icon-medkit:before { content: '\e945'; } /* '' */
.icon-fighter-jet:before { content: '\e8f0'; } /* '' */
.icon-beer:before { content: '\e954'; } /* '' */
.icon-h-sigh:before { content: '\e944'; } /* '' */
.icon-plus-squared:before { content: '\e826'; } /* '' */
.icon-angle-double-left:before { content: '\e8df'; } /* '' */
.icon-angle-double-right:before { content: '\e8bd'; } /* '' */
.icon-angle-double-up:before { content: '\e8de'; } /* '' */
.icon-angle-double-down:before { content: '\e8dd'; } /* '' */
.icon-angle-left:before { content: '\e8b6'; } /* '' */
.icon-angle-right:before { content: '\e8b7'; } /* '' */
.icon-angle-up:before { content: '\e8b8'; } /* '' */
.icon-angle-down:before { content: '\e8e9'; } /* '' */
.icon-desktop:before { content: '\e91f'; } /* '' */
.icon-laptop:before { content: '\e91e'; } /* '' */
.icon-tablet:before { content: '\e91d'; } /* '' */
.icon-mobile-1:before { content: '\e8eb'; } /* '' */
.icon-circle-empty:before { content: '\e90f'; } /* '' */
.icon-quote-left:before { content: '\e87e'; } /* '' */
.icon-quote-right:before { content: '\e87d'; } /* '' */
.icon-spinner:before { content: '\e957'; } /* '' */
.icon-circle:before { content: '\e90e'; } /* '' */
.icon-reply:before { content: '\e881'; } /* '' */
.icon-github-1:before { content: '\e971'; } /* '' */
.icon-folder-empty:before { content: '\e85a'; } /* '' */
.icon-folder-open-empty:before { content: '\e876'; } /* '' */
.icon-plus-squared-small:before { content: '\e835'; } /* '' */
.icon-minus-squared-small:before { content: '\e821'; } /* '' */
.icon-smile:before { content: '\e939'; } /* '' */
.icon-frown:before { content: '\e938'; } /* '' */
.icon-meh:before { content: '\e933'; } /* '' */
.icon-gamepad:before { content: '\e874'; } /* '' */
.icon-keyboard:before { content: '\e854'; } /* '' */
.icon-flag-empty:before { content: '\e88b'; } /* '' */
.icon-flag-checkered:before { content: '\e88a'; } /* '' */
.icon-terminal:before { content: '\e92f'; } /* '' */
.icon-code:before { content: '\e87c'; } /* '' */
.icon-reply-all:before { content: '\e880'; } /* '' */
.icon-star-half-alt:before { content: '\e816'; } /* '' */
.icon-direction:before { content: '\e84c'; } /* '' */
.icon-crop:before { content: '\e8f6'; } /* '' */
.icon-fork:before { content: '\e93c'; } /* '' */
.icon-unlink:before { content: '\e83d'; } /* '' */
.icon-help:before { content: '\e81e'; } /* '' */
.icon-info:before { content: '\e83a'; } /* '' */
.icon-attention-alt:before { content: '\e872'; } /* '' */
.icon-superscript:before { content: '\e8fa'; } /* '' */
.icon-subscript:before { content: '\e8f9'; } /* '' */
.icon-eraser:before { content: '\e92d'; } /* '' */
.icon-puzzle:before { content: '\e965'; } /* '' */
.icon-mic:before { content: '\e8b2'; } /* '' */
.icon-mute:before { content: '\e870'; } /* '' */
.icon-shield:before { content: '\e964'; } /* '' */
.icon-calendar-empty:before { content: '\e87a'; } /* '' */
.icon-extinguisher:before { content: '\e963'; } /* '' */
.icon-rocket-1:before { content: '\e93b'; } /* '' */
.icon-maxcdn:before { content: '\e95a'; } /* '' */
.icon-angle-circled-left:before { content: '\e8b9'; } /* '' */
.icon-angle-circled-right:before { content: '\e8ba'; } /* '' */
.icon-angle-circled-up:before { content: '\e8bb'; } /* '' */
.icon-angle-circled-down:before { content: '\e8bc'; } /* '' */
.icon-html5:before { content: '\e962'; } /* '' */
.icon-css3:before { content: '\e97f'; } /* '' */
.icon-anchor:before { content: '\e932'; } /* '' */
.icon-lock-open-alt:before { content: '\e843'; } /* '' */
.icon-bullseye:before { content: '\e92b'; } /* '' */
.icon-ellipsis:before { content: '\e920'; } /* '' */
.icon-ellipsis-vert:before { content: '\e905'; } /* '' */
.icon-rss-squared:before { content: '\e85c'; } /* '' */
.icon-play-circled:before { content: '\e914'; } /* '' */
.icon-ticket-1:before { content: '\e913'; } /* '' */
.icon-minus-squared:before { content: '\e823'; } /* '' */
.icon-minus-squared-alt:before { content: '\e822'; } /* '' */
.icon-level-up-1:before { content: '\e8be'; } /* '' */
.icon-level-down-1:before { content: '\e8ea'; } /* '' */
.icon-ok-squared:before { content: '\e838'; } /* '' */
.icon-pencil-squared:before { content: '\e8ac'; } /* '' */
.icon-link-ext-alt:before { content: '\e83f'; } /* '' */
.icon-export-alt:before { content: '\e847'; } /* '' */
.icon-compass:before { content: '\e84b'; } /* '' */
.icon-collapse:before { content: '\e8d1'; } /* '' */
.icon-collapse-top:before { content: '\e8d2'; } /* '' */
.icon-expand:before { content: '\e8e8'; } /* '' */
.icon-euro:before { content: '\e925'; } /* '' */
.icon-pound:before { content: '\e924'; } /* '' */
.icon-dollar:before { content: '\e923'; } /* '' */
.icon-rupee:before { content: '\e922'; } /* '' */
.icon-yen:before { content: '\e921'; } /* '' */
.icon-renminbi:before { content: '\e94c'; } /* '' */
.icon-won:before { content: '\e949'; } /* '' */
.icon-bitcoin:before { content: '\e946'; } /* '' */
.icon-doc-inv:before { content: '\e857'; } /* '' */
.icon-doc-text-inv-1:before { content: '\ef1c'; } /* '' */
.icon-sort-name-up:before { content: '\e934'; } /* '' */
.icon-sort-name-down:before { content: '\e930'; } /* '' */
.icon-sort-alt-up:before { content: '\e93a'; } /* '' */
.icon-sort-alt-down:before { content: '\e937'; } /* '' */
.icon-sort-number-up:before { content: '\e92e'; } /* '' */
.icon-sort-number-down:before { content: '\e950'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e887'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e886'; } /* '' */
.icon-youtube-squared:before { content: '\e95e'; } /* '' */
.icon-youtube:before { content: '\e95f'; } /* '' */
.icon-xing:before { content: '\e96b'; } /* '' */
.icon-xing-squared:before { content: '\e961'; } /* '' */
.icon-youtube-play:before { content: '\e95c'; } /* '' */
.icon-dropbox-1:before { content: '\e97b'; } /* '' */
.icon-stackoverflow:before { content: '\e979'; } /* '' */
.icon-instagramm:before { content: '\e960'; } /* '' */
.icon-flickr-1:before { content: '\e974'; } /* '' */
.icon-adn:before { content: '\e92a'; } /* '' */
.icon-bitbucket:before { content: '\e927'; } /* '' */
.icon-bitbucket-squared:before { content: '\e982'; } /* '' */
.icon-tumblr-1:before { content: '\e975'; } /* '' */
.icon-tumblr-squared:before { content: '\e972'; } /* '' */
.icon-down-1:before { content: '\e8ce'; } /* '' */
.icon-up-1:before { content: '\e8cd'; } /* '' */
.icon-right-1:before { content: '\e8e6'; } /* '' */
.icon-left-1:before { content: '\e8e5'; } /* '' */
.icon-apple:before { content: '\e928'; } /* '' */
.icon-windows:before { content: '\e96a'; } /* '' */
.icon-android:before { content: '\e929'; } /* '' */
.icon-linux:before { content: '\e95d'; } /* '' */
.icon-dribbble-1:before { content: '\e97e'; } /* '' */
.icon-skype-1:before { content: '\e97c'; } /* '' */
.icon-foursquare:before { content: '\e973'; } /* '' */
.icon-trello:before { content: '\e978'; } /* '' */
.icon-female:before { content: '\e81a'; } /* '' */
.icon-male:before { content: '\e819'; } /* '' */
.icon-gittip:before { content: '\e968'; } /* '' */
.icon-sun:before { content: '\e91c'; } /* '' */
.icon-moon-1:before { content: '\e91a'; } /* '' */
.icon-box:before { content: '\e85b'; } /* '' */
.icon-bug:before { content: '\e936'; } /* '' */
.icon-vkontakte-1:before { content: '\e96c'; } /* '' */
.icon-weibo:before { content: '\e969'; } /* '' */
.icon-renren-1:before { content: '\e97d'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-facebook-3:before { content: '\ebe4'; } /* '' */
.icon-github-squared:before { content: '\e96e'; } /* '' */
.icon-facebook-6:before { content: '\ed8b'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-facebook-rect-2:before { content: '\ef04'; } /* '' */
.icon-github-circled:before { content: '\e804'; } /* '' */
.icon-facebook-rect-1:before { content: '\ed7a'; } /* '' */
.icon-twitter-6:before { content: '\ed79'; } /* '' */
.icon-twitter-3:before { content: '\ebdc'; } /* '' */
.icon-twitter-bird:before { content: '\ebd7'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-twitter-bird-1:before { content: '\ed78'; } /* '' */
.icon-twitter-bird-2:before { content: '\ef03'; } /* '' */
.icon-icq:before { content: '\ed6f'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-twitter-squared:before { content: '\e970'; } /* '' */
.icon-yandex:before { content: '\ed6e'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-yandex-rect:before { content: '\ed6d'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-github-text:before { content: '\ed72'; } /* '' */
.icon-facebook-squared-1:before { content: '\e977'; } /* '' */
.icon-github-5:before { content: '\ed71'; } /* '' */
.icon-googleplus-rect-1:before { content: '\eef7'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-googleplus-rect:before { content: '\ed73'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-vkontakte-rect:before { content: '\ed6c'; } /* '' */
.icon-vkontakte-rect-1:before { content: '\ef15'; } /* '' */
.icon-skype-6:before { content: '\ef16'; } /* '' */
.icon-skype-4:before { content: '\ed70'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-odnoklassniki:before { content: '\ed6b'; } /* '' */
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-odnoklassniki-rect-1:before { content: '\ef0f'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\ed6a'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-vimeo-rect:before { content: '\ed76'; } /* '' */
.icon-vimeo-rect-1:before { content: '\eef9'; } /* '' */
.icon-gplus-1:before { content: '\f30f'; } /* '' */
.icon-vimeo-3:before { content: '\ed77'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-tumblr-rect:before { content: '\ed74'; } /* '' */
.icon-tumblr-rect-1:before { content: '\eef8'; } /* '' */
.icon-tumblr-3:before { content: '\ed75'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-linkedin-rect-1:before { content: '\ef01'; } /* '' */
.icon-friendfeed:before { content: '\ed69'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-youtube-4:before { content: '\ef12'; } /* '' */
.icon-friendfeed-rect:before { content: '\ed68'; } /* '' */
.icon-twitter-rect:before { content: '\f314'; } /* '' */
.icon-blogger-1:before { content: '\ed7b'; } /* '' */
.icon-blogger-rect:before { content: '\ed7c'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-youtube-1:before { content: '\ebd2'; } /* '' */
.icon-deviantart:before { content: '\ed7d'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-jabber:before { content: '\ed7e'; } /* '' */
.icon-lastfm-3:before { content: '\ed7f'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-lastfm-rect:before { content: '\ed80'; } /* '' */
.icon-linkedin-5:before { content: '\ed81'; } /* '' */
.icon-linkedin-rect:before { content: '\ed82'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-picasa-1:before { content: '\ed83'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-wordpress-1:before { content: '\ed84'; } /* '' */
.icon-instagram-3:before { content: '\ed85'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-instagram-filled:before { content: '\ed86'; } /* '' */
.icon-diigo:before { content: '\ed87'; } /* '' */
.icon-box-4:before { content: '\ed88'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-box-rect:before { content: '\ed8c'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-tudou:before { content: '\ed8d'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-youku:before { content: '\ed8a'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-win8:before { content: '\ed89'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-comment-4:before { content: '\ec9d'; } /* '' */
.icon-folder-open-empty-1:before { content: '\ec37'; } /* '' */
.icon-calendar-5:before { content: '\eca4'; } /* '' */
.icon-newspaper-1:before { content: '\ec6b'; } /* '' */
.icon-camera-5:before { content: '\ec42'; } /* '' */
.icon-search-6:before { content: '\ec51'; } /* '' */
.icon-lock-alt:before { content: '\ec5f'; } /* '' */
.icon-lock-5:before { content: '\ec5e'; } /* '' */
.icon-lock-open-5:before { content: '\ec60'; } /* '' */
.icon-joystick:before { content: '\ec7e'; } /* '' */
.icon-fire-1:before { content: '\ec65'; } /* '' */
.icon-chart-bar-5:before { content: '\ec3b'; } /* '' */
.icon-spread:before { content: '\ec90'; } /* '' */
.icon-spinner1:before { content: '\ec78'; } /* '' */
.icon-spinner2:before { content: '\ec8d'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */
.icon-globe-2:before { content: '\eab2'; } /* '' */
.icon-picture-1:before { content: '\e987'; } /* '' */
.icon-picture:before { content: '\e81d'; } /* '' */
.icon-picture-5:before { content: '\eed3'; } /* '' */
.icon-picture-3:before { content: '\eb4e'; } /* '' */
.icon-globe:before { content: '🌎'; } /* '\1f30e' */
.icon-globe-1:before { content: '\e8ed'; } /* '' */
.icon-globe-3:before { content: '\ebc1'; } /* '' */
.icon-globe-alt:before { content: '\eab4'; } /* '' */
.icon-leaf:before { content: '🍂'; } /* '\1f342' */
.icon-leaf-1:before { content: '\e918'; } /* '' */
.icon-lemon:before { content: '\e959'; } /* '' */
.icon-glass:before { content: '\e80d'; } /* '' */
.icon-gift:before { content: '🎁'; } /* '\1f381' */
.icon-graduation-cap:before { content: '🎓'; } /* '\1f393' */
.icon-mic-3:before { content: '\eb35'; } /* '' */
.icon-mic-1:before { content: '\e9d4'; } /* '' */
.icon-mic-2:before { content: '\ea63'; } /* '' */
.icon-videocam:before { content: '\e81b'; } /* '' */
.icon-videocam-2:before { content: '\ebdb'; } /* '' */
.icon-video-alt:before { content: '\ebab'; } /* '' */
.icon-headphones-2:before { content: '\eb25'; } /* '' */
.icon-headphones:before { content: '\e86c'; } /* '' */
.icon-palette:before { content: '🎨'; } /* '\1f3a8' */
.icon-ticket:before { content: '🎫'; } /* '\1f3ab' */
.icon-video:before { content: '\e81c'; } /* '' */
.icon-video-3:before { content: '\eb46'; } /* '' */
.icon-video-1:before { content: '\e988'; } /* '' */
.icon-video-5:before { content: '\eed2'; } /* '' */
.icon-target-3:before { content: '\eb51'; } /* '' */
.icon-target-1:before { content: '\e8e1'; } /* '' */
.icon-target-2:before { content: '\eaab'; } /* '' */
.icon-target-5:before { content: '\eef6'; } /* '' */
.icon-target:before { content: '🎯'; } /* '\1f3af' */
.icon-music-1:before { content: '\e992'; } /* '' */
.icon-trophy:before { content: '🏆'; } /* '\1f3c6' */
.icon-award-2:before { content: '\ebe0'; } /* '' */
.icon-award:before { content: '🏉'; } /* '\1f3c9' */
.icon-award-1:before { content: '\eb4a'; } /* '' */
.icon-videocam-alt:before { content: '\ebd4'; } /* '' */
.icon-thumbs-up:before { content: '\e889'; } /* '' */
.icon-thumbs-up-3:before { content: '\ebf2'; } /* '' */
.icon-thumbs-up-1:before { content: '\e9b8'; } /* '' */
.icon-thumbs-up-2:before { content: '\ea29'; } /* '' */
.icon-thumbs-down-3:before { content: '\ebec'; } /* '' */
.icon-thumbs-down-1:before { content: '\e9b6'; } /* '' */
.icon-thumbs-down-2:before { content: '\ea28'; } /* '' */
.icon-thumbs-down:before { content: '\e888'; } /* '' */
.icon-bag:before { content: '👜'; } /* '\1f45c' */
.icon-user-4:before { content: '\eba9'; } /* '' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-user-7:before { content: '\eec2'; } /* '' */
.icon-user-3:before { content: '\eb14'; } /* '' */
.icon-user-1:before { content: '\e817'; } /* '' */
.icon-users-1:before { content: '\e98a'; } /* '' */
.icon-users:before { content: '\e818'; } /* '' */
.icon-user-woman:before { content: '\ebaa'; } /* '' */
.icon-user-pair:before { content: '\ebe3'; } /* '' */
.icon-lamp:before { content: '💡'; } /* '\1f4a1' */
.icon-lamp-1:before { content: '\eb19'; } /* '' */
.icon-alert:before { content: '\e9bf'; } /* '' */
.icon-water:before { content: '💦'; } /* '\1f4a6' */
.icon-droplet:before { content: '💧'; } /* '\1f4a7' */
.icon-credit-card:before { content: '💳'; } /* '\1f4b3' */
.icon-credit-card-1:before { content: '\e94d'; } /* '' */
.icon-dollar-1:before { content: '\ebb0'; } /* '' */
.icon-monitor:before { content: '💻'; } /* '\1f4bb' */
.icon-briefcase:before { content: '💼'; } /* '\1f4bc' */
.icon-briefcase-1:before { content: '\e8f3'; } /* '' */
.icon-floppy-1:before { content: '\e948'; } /* '' */
.icon-floppy:before { content: '💾'; } /* '\1f4be' */
.icon-cd:before { content: '💿'; } /* '\1f4bf' */
.icon-cd-1:before { content: '\eba1'; } /* '' */
.icon-cd-2:before { content: '\ebcc'; } /* '' */
.icon-folder:before { content: '\e859'; } /* '' */
.icon-folder-1:before { content: '\e9e0'; } /* '' */
.icon-folder-3:before { content: '\eb8f'; } /* '' */
.icon-folder-6:before { content: '\eedc'; } /* '' */
.icon-folder-empty-1:before { content: '\eb90'; } /* '' */
.icon-folder-open:before { content: '\e875'; } /* '' */
.icon-doc-4:before { content: '\ebb7'; } /* '' */
.icon-doc-text-1:before { content: '\e9ca'; } /* '' */
.icon-doc:before { content: '\e8ad'; } /* '' */
.icon-calendar-4:before { content: '\ebe9'; } /* '' */
.icon-calendar-3:before { content: '\eb5c'; } /* '' */
.icon-calendar-1:before { content: '\e9d7'; } /* '' */
.icon-calendar:before { content: '\e879'; } /* '' */
.icon-calendar-alt:before { content: '\eb3a'; } /* '' */
.icon-chart-1:before { content: '\ebbb'; } /* '' */
.icon-chart-line:before { content: '📈'; } /* '\1f4c8' */
.icon-chart:before { content: '\ead0'; } /* '' */
.icon-chart-bar-4:before { content: '\ebb6'; } /* '' */
.icon-chart-bar-1:before { content: '\e912'; } /* '' */
.icon-chart-bar-2:before { content: '\ead4'; } /* '' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-chart-bar-3:before { content: '\eb9d'; } /* '' */
.icon-clipboard:before { content: '📋'; } /* '\1f4cb' */
.icon-pin:before { content: '\e80b'; } /* '' */
.icon-pin-1:before { content: '\e844'; } /* '' */
.icon-attach-7:before { content: '\eebe'; } /* '' */
.icon-attach-3:before { content: '\eb83'; } /* '' */
.icon-attach-1:before { content: '\e9a4'; } /* '' */
.icon-attach:before { content: '\e840'; } /* '' */
.icon-bookmarks:before { content: '\e9ba'; } /* '' */
.icon-book-alt:before { content: '\eb73'; } /* '' */
.icon-book-3:before { content: '\ebc5'; } /* '' */
.icon-book-2:before { content: '\eb74'; } /* '' */
.icon-book:before { content: '\e90a'; } /* '' */
.icon-book-1:before { content: '\e9ce'; } /* '' */
.icon-book-open-1:before { content: '\eb96'; } /* '' */
.icon-book-open:before { content: '\e9cd'; } /* '' */
.icon-phone-1:before { content: '\e9dc'; } /* '' */
.icon-phone-2:before { content: '\ea45'; } /* '' */
.icon-phone:before { content: '\e85d'; } /* '' */
.icon-megaphone-1:before { content: '\e947'; } /* '' */
.icon-bullhorn:before { content: '\ebd3'; } /* '' */
.icon-megaphone:before { content: '📣'; } /* '\1f4e3' */
.icon-upload-1:before { content: '\e9b7'; } /* '' */
.icon-upload:before { content: '\e884'; } /* '' */
.icon-upload-3:before { content: '\eb4d'; } /* '' */
.icon-download:before { content: '\e885'; } /* '' */
.icon-download-4:before { content: '\ebee'; } /* '' */
.icon-download-3:before { content: '\eb5f'; } /* '' */
.icon-download-2:before { content: '\ea26'; } /* '' */
.icon-download-1:before { content: '\e9b5'; } /* '' */
.icon-box-3:before { content: '\eb8c'; } /* '' */
.icon-box-1:before { content: '\e9de'; } /* '' */
.icon-newspaper:before { content: '\e9cc'; } /* '' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.icon-mobile-2:before { content: '\eaaf'; } /* '' */
.icon-mobile-3:before { content: '\eb98'; } /* '' */
.icon-mobile-4:before { content: '\ebdf'; } /* '' */
.icon-signal-4:before { content: '\eeeb'; } /* '' */
.icon-signal-2:before { content: '\eb52'; } /* '' */
.icon-signal:before { content: '📶'; } /* '\1f4f6' */
.icon-signal-1:before { content: '\e8e0'; } /* '' */
.icon-camera-4:before { content: '\ebd1'; } /* '' */
.icon-camera-1:before { content: '\e986'; } /* '' */
.icon-camera:before { content: '\e820'; } /* '' */
.icon-camera-3:before { content: '\eb15'; } /* '' */
.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
.icon-shuffle-2:before { content: '\ea93'; } /* '' */
.icon-shuffle-1:before { content: '\e8cf'; } /* '' */
.icon-loop-alt-1:before { content: '\eb18'; } /* '' */
.icon-loop:before { content: '🔁'; } /* '\1f501' */
.icon-loop-1:before { content: '\ea8f'; } /* '' */
.icon-loop-2:before { content: '\eb1f'; } /* '' */
.icon-arrows-ccw:before { content: '🔄'; } /* '\1f504' */
.icon-light-down:before { content: '🔅'; } /* '\1f505' */
.icon-light-up:before { content: '🔆'; } /* '\1f506' */
.icon-mute-1:before { content: '\e9d1'; } /* '' */
.icon-volume-off-2:before { content: '\eb30'; } /* '' */
.icon-volume-off:before { content: '\e86f'; } /* '' */
.icon-volume-off-3:before { content: '\ebe1'; } /* '' */
.icon-volume-down:before { content: '\e86e'; } /* '' */
.icon-volume-down-1:before { content: '\ebdd'; } /* '' */
.icon-volume-up:before { content: '\e86d'; } /* '' */
.icon-volume-up-1:before { content: '\eb2b'; } /* '' */
.icon-sound:before { content: '\e9d2'; } /* '' */
.icon-volume-up-2:before { content: '\ebd9'; } /* '' */
.icon-battery:before { content: '🔋'; } /* '\1f50b' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-search-2:before { content: '\e991'; } /* '' */
.icon-search-1:before { content: '\e810'; } /* '' */
.icon-search-5:before { content: '\ebfa'; } /* '' */
.icon-search-4:before { content: '\eb49'; } /* '' */
.icon-key-1:before { content: '\e941'; } /* '' */
.icon-key:before { content: '🔑'; } /* '\1f511' */
.icon-key-inv:before { content: '\eb82'; } /* '' */
.icon-key-2:before { content: '\eae1'; } /* '' */
.icon-lock-4:before { content: '\ebb3'; } /* '' */
.icon-lock-7:before { content: '\eebf'; } /* '' */
.icon-lock-3:before { content: '\eb77'; } /* '' */
.icon-lock-1:before { content: '\e841'; } /* '' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-open-7:before { content: '\eee6'; } /* '' */
.icon-lock-open-4:before { content: '\ebaf'; } /* '' */
.icon-lock-open-1:before { content: '\e9a5'; } /* '' */
.icon-lock-open-3:before { content: '\eb84'; } /* '' */
.icon-lock-open:before { content: '\e842'; } /* '' */
.icon-bell:before { content: '\e87b'; } /* '' */
.icon-bell-1:before { content: '\e9bd'; } /* '' */
.icon-bell-3:before { content: '\ebce'; } /* '' */
.icon-bookmark-2:before { content: '\ea2c'; } /* '' */
.icon-bookmark:before { content: '\e832'; } /* '' */
.icon-bookmark-1:before { content: '\e9bb'; } /* '' */
.icon-link-5:before { content: '\eed7'; } /* '' */
.icon-link-2:before { content: '\e9a3'; } /* '' */
.icon-link:before { content: '\e80c'; } /* '' */
.icon-link-1:before { content: '\e83c'; } /* '' */
.icon-back:before { content: '\e9a1'; } /* '' */
.icon-fire:before { content: '\e953'; } /* '' */
.icon-flashlight:before { content: '\e990'; } /* '' */
.icon-wrench:before { content: '\e878'; } /* '' */
.icon-wrench-1:before { content: '\ea5e'; } /* '' */
.icon-wrench-3:before { content: '\ebf4'; } /* '' */
.icon-wrench-2:before { content: '\eb65'; } /* '' */
.icon-hammer:before { content: '\e92c'; } /* '' */
.icon-chart-area:before { content: '🔾'; } /* '\1f53e' */
.icon-clock-alt:before { content: '\ebcd'; } /* '' */
.icon-clock-3:before { content: '\eb1e'; } /* '' */
.icon-clock-2:before { content: '\ea69'; } /* '' */
.icon-clock-1:before { content: '\e9d0'; } /* '' */
.icon-clock-8:before { content: '\eeff'; } /* '' */
.icon-clock:before { content: '\e86b'; } /* '' */
.icon-clock-4:before { content: '\ebd0'; } /* '' */
.icon-rocket:before { content: '🚀'; } /* '\1f680' */
.icon-truck:before { content: '🚚'; } /* '\1f69a' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */
.icon-block-1:before { content: '\e8b0'; } /* '' */
.icon-block-2:before { content: '\ea7f'; } /* '' */
.icon-block-3:before { content: '\eb91'; } /* '' */
.icon-block-5:before { content: '\eefe'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#wide-menu {
    z-index: 99;
} 
@media (min-width: 991px){
#wide-menu #nav {
    /*left: 0;
    position: relative;
    top: 0;    */
    position:inherit;
}
/* All Levels */
#wide-menu #nav li {
    float:left; 
    text-align:left; 
    /*position:relative;*/ /*my:Drop-down position under current tab*/
}
}
@media (min-width: 991px){
    #wide-menu #nav li a {
        color: #423f40;
        display:block;
        float:left;
        border:none;
        text-decoration:none;
        transition-duration:            200ms;
        -moz-transition-duration:        200ms;
        -webkit-transition-duration:    200ms;
        -o-transition-duration:            200ms;       
    }
}
@media (min-width: 991px){
#wide-menu #nav li a:hover { 
    text-decoration:none; 
    transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;	
}

#wide-menu #nav li.over {}
#wide-menu #nav li.parent {}
#wide-menu #nav li a span { 
    display:block; 
    white-space:nowrap;
}
#wide-menu #nav li ul a span { white-space:normal; }
/* Only 1st level
-------------------------------------------------------------- */
#wide-menu #nav > li {
    display:inline-block;
    /*position:relative;*/ /*Set to position drop-down under current tab*/
}
}
@media (min-width: 991px){
    #wide-menu #nav > li > a {
        /* color: #8D8D8D; */
        color: #000;
        font-weight: bold;
        display: block;
        font-size: 13px;
        line-height: 45px;
        /* padding: 0 9px;*/
        padding: 0 12px;
        text-transform: uppercase;
    }
}
@media (min-width: 991px){
.header-container-1 #wide-menu #nav > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
}
#wide-menu #nav > li.parent:hover > a,
#wide-menu #nav > li.parent.active > a {
    color: #f01c35;
}

#wide-menu #nav > li:hover > a {}
#wide-menu #nav > li> a {}

#wide-menu #nav > li:hover > a {
    position:relative; /*FF: domyslny static sprawia, ze element nie wyplywa na wierzch pomimo wysokiego z-index*/
    z-index:999999; /* "ul.shown-sub" + 1 */
}

#wide-menu #nav > li.active > a {

} /* For parent items */

}
@media (min-width: 991px){
    #wide-menu #nav > li > a span {
        font-family: 'Interstate Bold', sans-serif;
        letter-spacing: 0.8px;
        font-size: 12px;
    }
}
@media (min-width: 991px){
#wide-menu #nav > li.parent:hover > a span,
#wide-menu #nav > li.parent.active > a span {
    /* For parent items */
    display:block;
}
#wide-menu #nav > li:hover > a span,
#wide-menu #nav > li.active > a span {
    display:block;
}
#wide-menu #nav > li:hover > a span {}
/* Only 2nd level (first subcategory)
-------------------------------------------------------------- */
}

@media (min-width: 991px){
    #wide-menu #nav ul.level0 {
        /*background: #363636;*/
        background-color:#eeeeee;
        display: none;
        left: -224px;
        margin: 0;
        /*padding: 10px 10px 20px 15px;*/
        padding: 0px;
        position: absolute;
        top: 45px;
        /* z-index: 99999;*/
        width: 1170px;
        /* border: 1px solid #c2c3c8;*/
    }
}
@media (min-width: 991px){
.header-container-1 #wide-menu #nav ul.level0 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #DDDDDD;
    display: none;
    left: 0;
    margin: 0;
    padding: 30px 30px 45px 30px;
    position: absolute;
    top: 51px;
    width: 1170px;
    /*z-index: 99999;*/
}
/*#wide-menu #nav ul.level0 {border: 1px solid #999; }*/
#wide-menu #nav div ul { position:static; width:auto; border:none; } 

/* Block with subcategory title and a list of child categories */


#wide-menu #nav ul.level0 > li {
    float: left;
    /*margin: 0 20px 0 10px;*/
    /*MJ*/
    /*border-right: 2px solid #666;*/
    /*padding-right: 20px;*/
}

#wide-menu #nav ul.level0 > li.last {
    float: left;
    margin: 0 20px 0 10px;
    border-right: none;
    padding-right: 0;
}

#wide-menu #nav ul.level0 > li.last {}
#wide-menu #nav ul.level0 > li > a {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
#wide-menu #nav ul.level0 > li > a:hover {

}

#wide-menu #nav ul.level0 > li.level1 > ul.level1 {
    margin-left: 0;
}

/* 2nd level
-------------------------------------------------------------- */
#wide-menu #nav ul li a { float:none; }
#wide-menu #nav ul li a:hover { color: #f01b37; text-decoration: none !important; }
#wide-menu #nav ul li.parent {}

/* 3rd level
-------------------------------------------------------------- */
#wide-menu #nav ul ul,
#wide-menu #nav ul div {
    position:static !important;
}
#wide-menu #nav ul ul {
    padding-top: 5px;
    margin-left: 0px;
}
#wide-menu #nav ul ul li {
    float:none;
    margin: 0;
    list-style: none;
    line-height: 20px;
}
#wide-menu #nav ul ul li a:hover {
    text-decoration:underline;
}
/* 4th level
-------------------------------------------------------------- */
#wide-menu #nav ul.level2 { padding:5px 0 5px 8px; }
#wide-menu #nav ul.level2 a { color:#aaa; font-size:11px; line-height:15px; }

/* Show menu
-------------------------------------------------------------- */
/* default: left:0; Move 8px left (navbar left corner width) */
#wide-menu #nav ul.level0 > li.menu-content {
    float:none;
    width:inherit;
    margin-right:0;
    margin-left:0;
    margin-bottom:0;
}
#wide-menu #nav li > ul.shown-sub,
#wide-menu #nav li > div.shown-sub {}
/* deleted:
#wide-menu #nav li .shown-sub ul.shown-sub,
#wide-menu #nav li .shown-sub li div.shown-sub { left:100px; }*/

#wide-menu #nav #wide-menu #nav-custom-link > a { cursor:default; }
#wide-menu #nav .header-nav-dropdown-wrapper { margin:0 0 20px; padding:0; border:0; display: block !important;}
#wide-menu #nav .header-nav-dropdown-wrapper li {
    float:left;
    /* MJ */
    width: 100%;
    /*width:23.125%;*/
    /*margin-right:2.5%;*/
}
#wide-menu #nav .header-nav-dropdown-wrapper li.first {}
#wide-menu #nav .header-nav-dropdown-wrapper li.last { margin-right:0; }
#wide-menu #nav .header-nav-dropdown-wrapper p { margin:10px 0; color:#999999; }
#wide-menu #nav .header-nav-dropdown-wrapper .heading { margin:10px 0; color:#333; }
}
/********** Navigation > */
/* ======================================================================================= */

/* All Levels */ /* Style consistent throughout all nav levels */
#default-menu {margin-top: 12px; margin-top: 31px;
               position: absolute;}
#default-menu #nav li { position:relative; text-align:left;  line-height: normal;}
#default-menu #nav li.over { z-index:998; }
#default-menu #nav a,
#default-menu #nav a:hover { display:block; text-decoration:none; }
#default-menu #nav span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
#default-menu #nav li ul span {white-space:normal; font-weight:normal;}
#default-menu #nav ul li.parent a {}
#default-menu #nav ul li.parent li a {}
#default-menu #nav ul li a:hover span {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/icon-right.png) no-repeat 90% 50%;
}

#default-menu #nav ul li.level2 a:hover span {
    background: none;
}

/* 0 Level */
#default-menu #nav li { float:left;  font-size:18px; }
#default-menu #nav li a{ line-height: 55px;}
#default-menu #nav li.active a { }
#default-menu #nav li a {
    float: left;
    line-height: 45px;
    padding: 0 15px;
}
.header-container-1 #default-menu #nav li a {
    line-height: 50px;
}

#default-menu #nav li a.over,
#default-menu #nav li a:hover/*,
#wide-menu #nav li a.over*/
{
    color: #FFF !important;
    background-color: #363636 !important;
}
.header-container-1 #default-menu #nav li a {
    color: #FFFFFF;
}
.header-container-1 #default-menu #nav li a.over,
.header-container-1 #default-menu #nav li a:hover {
    color: #998A45 !important;
}
/* 1st Level */
#default-menu #nav li ul li a {
    border:0 !important;
    margin-bottom:0;
}
#default-menu #nav ul { 
    margin: 0;
    padding: 0;
}
#default-menu #nav ul li,
#default-menu #nav ul li.active { float:none; margin:0; font-size: 12px;}
#default-menu #nav ul li.last { padding-bottom:0; }
#default-menu #nav ul li { }
#default-menu #nav ul {
}
#default-menu #nav ul a, #default-menu #nav ul li a, #default-menu #nav ul a:hover {
    background: none !important;
    float: none;
    line-height: 30px;
    padding: 0 0 0 20px;
}
.header-container-1 #default-menu #nav ul a, .header-container-1 #default-menu #nav ul li a, .header-container-1 #default-menu #nav ul a:hover {
    line-height: 35px;
}
#default-menu #nav ul li a { }
#default-menu #nav ul	li a:hover { background-color: #363636 !important; color:#FFF !important; }
#default-menu #nav ul li.active a { color:#FFF; }
/* 2nd Level */
#default-menu #nav ul, 
#default-menu #nav div {
    background-color: #363636;
    left: -10000px;
    position: absolute;
    top: 42px;
    width: 12em;
}
#default-menu #nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#default-menu #nav ul ul, 
#default-menu #nav ul ul, #default-menu #nav ul div {
    left: 216px !important;
    top: 0;
    width: 100%;
}

#default-menu #nav ul span, 
#default-menu #nav ul li.last li span {
    font-size: 14px !important;
    text-transform: none;
}
#default-menu #nav ul li a:hover {}
#default-menu #nav ul li a,
#default-menu #nav ul li a:hover {}
#default-menu #nav ul span,
#default-menu #nav ul li.last li span {}
#default-menu #nav li.active ul li a {}
#default-menu #nav ul li.active ul li a { color:#818181 !important; } 
#default-menu #nav ul li.active ul li a:hover { color: #FFF !important;}
/* Show menu */
#default-menu #nav li ul.shown-sub,
#default-menu #nav li div.shown-sub { left:0; z-index:999; }
#default-menu #nav li .shown-sub ul.shown-sub,
#default-menu #nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/********** Mobile Navigation > */
/* ======================================================================================= */
.mobi-nav{
    display: block;
    width: inherit;
    height: 100%;
    height: 100%;
    background-color: #fff;
    /*border-right: 1px solid #c2c3c8;*/
    overflow-y: auto;
    z-index: 99999;
    /*float:left;*/
}
.mobi-nav div.mobile-menu {
    background: #EAE9EB;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;  
    font-weight: normal;  
    display: inline-block;
    margin: 0;
    width: 100%;
}
.mobi-nav div.mobile-menu span {
    color: #555;
    float: left;
    padding-left: 10px;
}
.mobi-nav div.mobile-menu a.nav-box {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png") no-repeat scroll 0 -361px transparent;
    float: right;
    font-size: 0;
    height: 22px;
    margin-top: 13px;
    width: 27px;
    padding-right:10px;
    margin-right:5px;
}
#mobi-nav-content {}
@media (max-width: 991px){
    .accordion { list-style-type: none; padding: 0; margin: 0 0 30px; }
    .accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
    .accordion li { background: #fff; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%; position:relative;padding-bottom: 1px;}
    .accordion li.active > em.open-close {
        background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png") no-repeat scroll 95% -427px transparent;
    }
    .accordion li div { /*padding: 20px; background: #aef; display: block; clear: both; float: left; width: 360px;*/     /*padding: 5px 0px;*/}
    .accordion em.open-close {
    background: url("https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png") no-repeat scroll 95% -392px transparent;
        padding: 10px 0;
        position: absolute;
        right: 0;
        top: 0px;
        width:100%;
        margin:0;
    }
    .accordion a { text-decoration: none; border-bottom: 1px solid #c2c3c8; font-size:12px; text-transform:uppercase;/*padding: 10px 10px;*/ display: block; cursor: pointer; text-align:left; font-size: 13px; color: #000;}

    .accordion em{margin-right:10px;}
    .accordion ul a{/*font-size:11px; padding:0px 10px;*/ text-transform: capitalize;}
    .accordion li ul em.open-close {
        display:none;
    }
}
@media (min-width:640px){
    .accordion em.open-close{
            padding: 14px 0;
            top: 2px;
    }
}
@media (max-width: 991px){
    .accordion ul.level0 ul {
        display:block !important;
    }


    .accordion li ul li { /*background: #F0F0F0; line-height:15px; */}

    .accordion li ul li.level2 {
        width:50%;
        line-height:20px;
    }

    .accordion ul.level0 li.nav-1-1 {
        padding-top:10px; 
    }

    .accordion ul.level0 li.nav-1-2 {
        padding-bottom:10px; 
    }


    .accordion ul.level0 li.nav-2-1 {
        padding-top:10px; 
        padding-bottom:10px; 
    }
}
.block-inner-menu { /*margin-top: 7px;*/ margin-top: 20px; margin-bottom: 20px; width: 100% !important; /*MJ*/ color:#000; }
.block-inner-menu h4 {font-size: 11px; font-weight: normal;}
@media (min-width: 991px){
#wide-menu #nav li a:hover{
    /*color: #FFF !important;
    background-color: #00D3DA !important;*/
    color: #00D3DA !important;

} 

#wide-menu #nav li a img:hover{
    opacity: 0.5;
}
}
.level2 a:hover{
    background-color: transparent!important;
}


/*MJ
#wide-menu #nav li.last{
    background-color: #00D3DA !important;
}*/


/* CUSTOM*/
@media (min-width: 991px){
#wide-menu #nav li a.level-top:hover{
    /*color: #000!important; */ /*Esto no funciona por el _custom_store1.css*/
    /*background-color: #000!important;*/ /*MJ*/
    /*background-color: #00D3DA !important;*/ /*MJ*/
    /*color: #000!important;*/
}
}
.level0 > ul{
    /*border: 1px solid #999;   */
}

.texto-superior{
    border-bottom: 2px solid #999;
    margin-bottom: 15px;
    padding-bottom: 10px;
}


.texto-banner{
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 5px;
    letter-spacing: 2px;
    font-family: 'Interstate Bold', sans-serif;
}

.texto-inferior{
    display: inline-block;
}

.texto-inferior a{
    float: right!important;
}   

.categorias_abc{
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}

.categorias_abc hr{
    margin-top: 0px;
    margin-bottom:0px;
}


.categorias_abc li{
    margin-left:0px!important;
    line-height: 18px!important;
}
.categorias_abc ul{
    margin-left:0px!important;
}   


.bordeSuperior{
    clear: both;
    border-top: 2px solid #999;
    padding-top: 10px;
    padding-bottom: 10px;
}


.bannersMenu{
    /* margin-bottom: 27px; */
    padding-right: 18px;
    padding-left: 0px;
    margin-top: 10px;
}

.bannersMenu div{
    float: right;
    /*  padding:0px;*/
}

.bannersMenu a{
    padding: 5px;
    float:right!important;
}

.todas-marcas{
    /*cursor: pointer;
    clear:both;
    padding-left: 0px;
    margin-left: -15px;*/
    color: #423f40;    
}
.todas-marcas i{
    margin-top: 0px;
}

#bloqueCategorias{
    display:none;
}

#wide-menu .nav-inner .level1 {
    display: none;
}


#wide-menu .mobi-nav .cat-title{
    display: none;
}

@media (max-width:992px){
    #wide-menu{
        background-color: #ffffff;
        padding:0px;
    }
}
/*
@media (min-width: 992px){
    #wide-menu{
     
        margin-bottom: 20px!important;
     
        height: 47px;
        margin: 0 auto;
        max-width: 1170px;
        border-top: 1px solid #c2c3c8;
        border-bottom: 1px solid #c2c3c8;
    }
}*/

.destacados{
    /*padding-left: 0px;*/
    /*padding-right: 0px;
    display:block!important;*/
    padding-left: 30px;
    padding-right: 0px;
    /* display: block!important;*/
}
.destacados div{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 991px){
	#wide-menu #nav .nav-1 ul.level0 {
		/*left: -137px;*/
		/* width: 994px;*/
		width:1170px;
		right:0px;
		left:auto;
	}

    #wide-menu #nav .nav-2 ul.level0 {
        /*width: 820px;*/
        width:1170px;
        /*left: -52px;*/
        right:0px;
        left:auto;
    } 
	
	#wide-menu #nav .nav-3 ul.level0 {
        /*width: 820px;*/
        width:1170px;
        /*left: -52px;*/
        right:0px;
        left:auto;
    } 
}

.linea {
    border-bottom: 2px solid #717175;
    margin-top: -2px;
}
.triangulo{
    width: 0;
    height: 0;
    border-top: 4px solid #717175;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
}
.nav-2 .linea {
    width: 100px;
    margin-left: 176px;
}

.nav-2 .triangulo {
    margin-left: 219px;
}

.nav-1 .linea {
    width: 112px;
    margin-left: 140px;
}

.nav-1 .triangulo {
    margin-left: 188px;
}
@media (max-width: 991px){
    #mobi-nav-content .linea{
        display: none;
    }

    #mobi-nav-content .triangulo{
        display:none;
    }
}
@media (max-width: 990px) and (min-width: 768px){
    .mobi-nav {
        display: block !important;
    }
    .nav-inner{
        display: none !important;
    }
}
@media (max-width:991px){ 
	.mobi-nav{
		border-right: 1px solid #c2c3c8;
	}
}

/*
.todas-marcas span{
padding: 5px;
  background-color: #40d3db;
  color: #FFF;
  display: inline-block;
  border-radius: 0px 5px 5px 0px;
  padding-left: 15px;
}
*/
.destacados strong{
    font-size: 11px;
    font-family: 'Interstate Bold';
}
@media (max-width: 991px){
    #mobi-nav-content .linea{
        display: none;
    }

    #mobi-nav-content .triangulo{
        display:none;
    }
}
#wide-menu hr{
    border-top: 1px solid #c2c3c8;
}
@media (min-width: 991px){
#wide-menu #nav ul li .enlaces{
    clear: both;
    float: left;
    margin-top: 20px;
    margin-bottom: 16px;
}
#wide-menu #nav ul li .enlaces a{
    float: left;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Interstate Bold', sans-serif;
    text-transform: uppercase;
}
#wide-menu #nav ul li .enlaces a:hover{
    background-color: #c2c3c8;
    color:#000!important;
}
}
.sticky-menu{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    padding: 0px 10px;
    left: 0px;
    border-bottom: 1px solid #c2c3c8;
}

.sticky-menu .top-bar{
	margin-bottom:0;
}

.sticky-menu .header-center .margen{
    /*width:25%;*/
}
.sticky-menu .header-center .lupa{
    width:25%;
}
.sticky-menu .header-center .logo{
    /* width:50%;*/
}

.sticky-menu .header-center .margen i{
    display:block!important;
    font-size: 18px;
    float: right;
    color: #000;
}
.header-center .margen i{
    opacity:0;
}
.sticky-menu .header-center{
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
.sticky-menu .header .logo img{
    width: 85px;
}


.iniciar_sesion span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 27px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: -326px -31px;
}

.iniciar_sesion span:hover{
    background-position: -326px -70px;
}

.registro span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: -84px -31px;
}

.registro span:hover{
    background-position: -84px -70px;
}

.contacto span{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-position: -255px -31px;
}
.header-center .margen #lupa {

    margin: auto;
}

.sticky-menu .header-center .margen #lupa {
    /*opacity:1;
    float: right;*/
}
@media (max-width: 991px){
    #mobi-nav-content #bloqueCategorias{
        display:block!important;
    }
    #mobi-nav-content #bloqueCategorias .a{
        clear:both;
        padding:5px 5px;
    }
    #mobi-nav-content #bloqueCategorias .b{

        padding:5px 5px;
    }
    #mobi-nav-content .destacados .enlaces{
        clear: both;
    }
    #mobi-nav-content .todas-marcas span{
        padding:0px;
        background: #F0F0F0;
        color: #000;
    }
    #mobi-nav-content .destacados strong{
        color: #000;
    }
}
.destacados hr {    clear: both;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    margin-left: 0px;}
#bloqueCategorias hr {clear: both;}



/*Categoría Gafas de sol*/
#bloqueCategorias hr {clear: both;}

.todas-marcas hr{
    clear: both; margin-top: 0px; margin-bottom: 0px; margin-left: -15px;
}

/*
.destacados hr{
    clear: both; margin-top: 0px; margin-bottom: 10px; margin-left: -15px;
}*/


/*Categoría Deportivas*/

/*
.marcas-deportivas hr{
    clear: both; margin-top: 0px; margin-bottom: 0px;     margin-left: 0px;
}*/

@media (min-width: 991px){
#wide-menu #nav ul .ver-todas-deportivas{
    clear: both; padding-top: 10px; padding-bottom: 10px; float: left;
    position: absolute!important;
    bottom: 23px;
    left: 30px;
}
}
/*inline*/
.bloqueCategorias{
    display:none;
}
@media (max-width: 991px){
    #mobi-nav-content .bloqueCategorias{
        /*display:block!important;*/
    }

    #mobi-nav-content .bloqueCategorias .a{
        clear:both;
        padding:5px 5px;
    }
    #mobi-nav-content .bloqueCategorias .b{

        padding:5px 5px;
    }
}
@media (min-width: 991px){
#wide-menu #nav li .nav-1 :hover,#wide-menu #nav li .nav-2 a.level-top:hover{
    border-bottom: 2px solid #717175;
}

#wide-menu #nav li.over .lin {
    border-bottom: 2px solid #717175;
    top: 58px;
    position: relative;
    width: 100%;
}

#wide-menu #nav li.over  .tri {
    width: 0px;
    height: 0;
    border-top: 4px solid #717175;
    border-left: 5px solid #eeeeee;
    border-right: 5px solid #eeeeee;
    margin: auto;
    position: relative;
    top: 57px;
    z-index: 99999;
}

#wide-menu #nav ul li .enlaces .der{
    padding-left: 5px;
}
#wide-menu #nav ul li .enlaces .izq{
    padding-right: 5px;
}
}

.favoritos span {
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/cuadricula-iconos-ES.svg);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: -293px -31px;
}

.favoritos span:hover{
    background-position: -293px -70px;
}
@media (max-width: 991px){
    #mobi-nav-content .accordion{
       padding: 0px 10px;
       font-family: 'Interstate Bold'!important;
       letter-spacing: 0.8px;
   }
}

@media (max-width: 991px){
    #wide-menu #mobi-nav-content .accordion>li>a{
        font-family: 'Interstate Bold'!important;
        letter-spacing: 0.8px;
    }
}
@media (max-width: 991px){
    #wide-menu #mobi-nav-content .accordion>li>a{
       /* padding: 0px 10px;*/
        /*font-family: 'Interstate Bold'!important;
		letter-spacing: 0.8px;*/
    }
}
@media (max-width: 991px){
    .accordion .azul-mov{
        background: #ccf6f7 !important;
        margin: 7px 0px;
    }

    .accordion .azul-mov a{
        border:none;
    }
    .accordion .last{
        margin-bottom: 15px;
    }

    .accordion .marcas-deportivas{
        display:none;
    }
    .accordion .todas-marcas{
        display:none;
    }
}
@media (max-width: 991px){
    #mobi-nav-content .destacados div{
        padding: 0px;
    }

    #mobi-nav-content .block-inner-menu a{
        padding-left: 20px;
        font-family: 'Interstate';
    }

    #mobi-nav-content .block-inner-menu strong{
        font-family: 'Interstate Bold';
        color: #02D2D9;
    }
}
@media (max-width: 991px){
    .accordion .block-inner-menu em.open-close {
        display: block;
    }
}

.home img{
    width: 40px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
@media (max-width: 991px){
    .accordion .first{
        border-top: 1px solid #c2c3c8;
    }
}
@media (max-width: 991px){
    #mobi-nav-content .block-inner-menu .collapsible > a{
        color: #02D2D9;
    }
}
/*#mobi-nav-content .block-inner-menu .collapsible{
    display:block!important;
    padding: 0px;
}*/
@media (max-width: 991px){
    .accordion .block-inner-menu div.active > em.open-close {
        background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/common.png) no-repeat scroll 95% -427px transparent;
    }
}
#cerrarMenu{
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/aspa.svg);
    width: 12%;
    height: 100%;
    background-repeat: no-repeat;
    float: right;
    background-size: contain;
}
@media (max-width: 991px){
    #mobi-nav-content .block-inner-menu .collapsible{
        display: block!important;
        padding: 0px;
        position: relative;
    }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {padding: 0;}
.flexslider .slides > li {position: relative;display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}
.slider-items {margin: 0; padding: 0;}
.slider-items .slides > li {display: none; -webkit-backface-visibility: hidden;-webkit-font-smoothing: subpixel-antialiased;font-smoothing: subpixel-antialiased;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider-items .slides img {max-width: 100%; display: block;}
.pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slider-items .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-items .slides {display: block;}
* html .slider-items .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .itemslider .slides > li:first-child {display: block;}/* Direction Nav */
.flex-direction-nav {*height: 0;}



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { }

.flex-control-thumbs {margin: 5px 0 0; position: absolute; overflow: hidden;}
.flex-control-thumbs li {margin: 0 10px 0 0;border: #fff solid 5px;-webkit-border-radius: 70px;-moz-border-radius: 70px;border-radius: 70px;}
.flex-control-thumbs img {width: 100%;  display: block;cursor: pointer;-webkit-border-radius: 70px;-moz-border-radius: 70px;border-radius: 70px;}
.flex-control-thumbs li {background:#fff}
.flex-control-thumbs img {opacity: 0.5;filter:alpha(opacity=50);}
.flex-control-thumbs img:hover,.flex-control-thumbs .flex-active {opacity: 1;filter:alpha(opacity=100);}
.caption {

}
.caption.top-left {
    position: absolute;
	  top: 0;
    left: 0;
}
.caption.top-right {
    position: absolute;
	  top: 0;
    right: 0;
}
.caption.bottom-left {
    position: absolute;
	  bottom: 0;
    left: 0;
}
.caption.bottom-right {
    position: absolute;
	  bottom: 0;
    right: 0;
}
@media screen and (max-width: 980px) {
  .flex-direction-nav .flex-prev {opacity: 0; left: 0;}
  .flex-direction-nav .flex-next {opacity: 0; right: 0;}
}
.flex-direction-nav a {
	width: 40px; 
	height: 40px; 
	margin: -20px 0 0; 
	display: block; 
	background: #9f9a94 url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/flexslider_skins.png) no-repeat;	
	position: absolute; 
	overflow: hidden;
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent:9999px; 
	opacity: 0; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	
}
.flex-direction-nav .flex-next {background-position: -34px -5px;  right: -36px; }
.flex-direction-nav .flex-prev {background-position: -6px -6px; left: -36px;}
.flexslider:hover .flex-next {opacity: 1;right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider .flex-next:hover {background-position: -34px -38px;}
.flexslider .flex-prev:hover {background-position: -6px -40px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; background-color: #dcdad8; }
.flex-direction-nav .flex-disabled {opacity: .3!important; background-color:#ddd; filter:alpha(opacity=30); cursor: default;}

/*   ----   Slider 4  ----    */
.default-slider .flexslider {
	max-width: 695px;
	width: 100%;
	float: left;
}
.default-slider .flexslider .slides {
	float: left;
	max-width: 695px;
	width: 100%;
}

.default-slider .home-banner-right {
	float: right;
	max-width: 270px;
	width: 100%;
}

.default-slider .home-banner-right ul li {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.default-slider .home-banner-right ul li a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 270px;
	width: 100%;
    background-color: #000000;
	opacity: 0.8;
	line-height: 130px;
	max-height: 130px;
	height:100%;
	color: #a8a8a8;
	font-size: 22px;
	font-weight : bold;
	text-transform : uppercase;
	text-align: center;
}

.default-slider .home-banner-right ul li a span {
	color: #cd1551;
}

.default-slider .home-banner-right ul li:hover a {
	display: block;
}






















/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{}
    #cboxTopRight{}
    #cboxBottomLeft{}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxTopCenter{}
    #cboxBottomCenter{}
    #cboxContent{background:#fff; overflow:hidden;padding: 10px;}
    		.cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px; left:0; text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:85px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious,
        #cboxNext { position:absolute; background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/arrows-button.png) no-repeat #8a8a8a; width:25px; height:25px; text-indent:-9999px; }
        #cboxPrevious:hover,
        #cboxNext:hover { background-color:#9b0e11; }
        #cboxPrevious{bottom:10px; left:10px; background-position:0 0; margin-right: 4px;}
        #cboxPrevious:hover{background-color:#9b0e11;}
        #cboxNext{bottom:10px; left:45px; background-position:-25px 0;}
        #cboxNext:hover{background-color:#9b0e11;}
        #cboxLoadingOverlay{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:10px; right:10px; background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/close-button.png) 0 0 no-repeat #8a8a8a; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-color:#9b0e11;}
        
#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;		
}
.ajaxcart-box{height: 118px !important;}
.ajaxcart-box #cboxLoadedContent{margin-bottom:0 !important;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/lib/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{/*background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-rb1.gif);*/}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{/*background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-rb2.gif);*/}
.amshopby-swatch {
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-cb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {/*
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;*/
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {/*background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;*/}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{/*background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;*/}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{/*background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;*/}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}
.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}





.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 5px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 0.8em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    top: 0;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #000;
    top: 3px;
    height: 3px;
}

div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/cuadrado.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 25px;
}

div.block-layered-nav dd a.amshopby-attr-selected {
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/images/cuadrado-equis.svg);
    padding-left: 25px;
    font-family: "Interstate Bold";
}

div.block-layered-nav dd a {
    padding: 0px 5px 0px 0px;
    display: block;
    float: left;
    color: #1c0f0f;
}
.amshopby-slider-price {
    color: #1c0f0f;
}
.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
    font-family: "Interstate Bold";
}
/* The Modal (background) */
.paylater_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 6000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.paylater_modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* The Close Button */
#paylater_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#paylater_close:hover,
#paylater_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .paylater_modal-content {
    width: 60%;
    margin: 10% auto;
  }
}

@media only screen and (min-width: 1200px) {
  .paylater_modal-content {
    width: 50%;
  }
}

#iframe-pagantis {
  border: none !important;
}

#ajax_global_messages {
    position: relative;
    z-index: 9999;
}
#ajax_global_messages_close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 10000;
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.messages {
	text-align: center;
}
.messages,
.messages ul {
	list-style: none !important;
}
.messages ul {
	background: none;
}
.messages,
.messages li,
.messages ul,
.messages ul li,
.messages li li {
	margin: 0 !important;
	padding: 0 !important;
}
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
    border: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 35px !important;
    min-height: 22px !important;
    background-position: 13px 13px !important;
    background-repeat: no-repeat !important;
    
}
.messages li.error-msg {
	background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-error.gif);
}
.messages li.note-msg,
.messages li.notice-msg {
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-note.gif);
}
.messages li.success-msg {
    background-image: url(https://www.aveclunettesoleil.fr/skin/frontend/novaworks/restro/images/i_msg-success.gif);
}
.note-msg,
.notice-msg {
	color: #d6b501;
}

body, .custom-html .block-content p {
  color:#808080;
  font-family:'helvetica', sans-serif !important;
  font-size:12px;
}
a { color:#414141; }
a:hover, i:hover {
  color:#40d3db !important;
  text-decoration:none;
}
a:focus { color:#414141; }
.wrapper { background-color:#ffffff; }
h1, h2, h3, h4, h5, h6, #default-menu #nav li a, #wide-menu #nav > li > a, #wide-menu #nav ul.level0 > li > a, .footer-info-top .footer-info li, .footer-info-container .footer-info .about-responsive h4, .footer-info .newsletter-box .form-subscribe-header, .bottom-menu-column h4, .footer-aditional .facebook h4, .footer-aditional .twitter h4, .category-title h1, .home-content h3.title, .who-we-are h1, .main .col-main .page-title h1, .col-main .cart-empty a, .about-content .wel-come h2, .about-content .center-title h1, .about-content h2, .afew-container .retina-ready h3, .afew-container .mobile-friendly h3, .afew-container .wide-or h3, .afew-container .responsive-layout h3, .post-list-item h2 a { font-family:'Raleway', sans-serif; }
h1, h2, h3, h4, h5, h6, .home-content h3.title, .who-we-are h1, .footer-info .newsletter-box .form-subscribe-header, #shopping-cart-table .cart-price, .cart .totals .a-right .price, .cart-accordion-heading .cart-accordion-toggle, .who-we-are h1.title, .who-we-are h2 { color:#363636 !important; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .a-few-features a:hover, #cboxClose:hover, #toTop, .owl-theme .owl-controlls .owl-buttons div:hover { background-color:#40d3db; }
.sorter .view-mode .grid:hover, .sorter .view-mode strong, .sorter .view-mode a:hover, .ajax-loading, .sorter .view-mode strong, #twitter_update_list li .tweet-icon { background-color:#40d3db !important; }
#wide-menu #nav > li:hover > a, .block-inner-menu h4, .mini-cart .block-content .price, .f-fix .special-price .price, .product-shop .block-detail-other span, #wide-menu #nav li a.level-top:hover, .welcome-msg, .welcome-msg3 { color:#40d3db !important; }
.block-tags .block-content .tags-list a:hover { color:#40d3db; }
.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more a:hover { border-color:#40d3db; }
.tp-leftarrow, .tp-rightarrow { background-color:#ffffff; }
.tp-leftarrow:hover, .tp-rightarrow:hover { background-color:#40d3db !important; }
.price-box .special-price .price, .price-box .regular-price .price, .item h3.product-name a { color:#363636 !important; }
.item h3.product-name a:hover { color:#40d3db !important; }
.search-col .form-search:hover .input-text { border-color:#40d3db; }
#wide-menu #nav > li.active > a, #wide-menu #nav > li.parent:hover > a, .header .mini-cart .block-content .price, #wide-menu #nav > li.parent.active > a, #wide-menu #nav ul.level0 > li > a, #wide-menu #nav ul li a:hover, .sorter .sort-by ul li a.active, .sorter .limiter ul li a.active, .special-price .price, .block .regular-price, .block .regular-price .price, .regular-price .price, .footer-info-container .footer-info .contact-us span, .products-list .desc a.link-learn, .block-tags .actions a:hover { color:#40d3db; }
.toolbar .pages ol li.current { background-color:#40d3db; }
.sidebar .block-title, .sidebar #custom-html { border-bottom:2px solid #363636; }
.footer-info-top .footer-info ul li a { color:#808080; }
.footer-info-top i, .contact-us .phone, .contact-us .fax, .contact-us .support, .contact-us em, .contact-us i, .search-col .form-search:hover button.button, .header .i-header-content .nova-mgt-header-social-icons ul li a { color:#363636; }
.faq-list dd ul li a, .who-top .col-md-2 div i { color:#363636; }
.faq-list dd ul li a:hover, .who-top .col-md-2 div i:hover { color:#40d3db; }
.owl-theme .owl-controlls .owl-buttons div { color:#363636; }
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout:hover span span { color:#40d3db; }
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout { border:2px solid #cccccc; }
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout:hover { border:2px solid #40d3db; }
.quick-act a, .mini-cart-act a, .btn-compare-remove, .nova-slider-direction-nav a, .contact-us .social-icons a, .product-shop i, .descriptions-hidden a i, .shopping-cart a i { color:#363636; }
.quick-act a:hover, .mini-cart-act a:hover, .btn-compare-remove:hover, .nova-slider-direction-nav a:hover, .contact-us .social-icons a:hover, .product-shop i:hover, .descriptions-hidden a i:hover, .shopping-cart a i:hover { color:#40d3db; }
.block-account .block-content li.current, .block-account .block-content li a:hover { color:#40d3db; }
.button, button, input[type="submit"], input[type="reset"], input[type="button"], .products-list .btn-cart, #shopping-cart-table .btn-continue, #shopping-cart-table .btn-update, .col-main .cart-empty a { background-color:#a7a7a7; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .products-list .btn-cart:hover, #shopping-cart-table .btn-continue:hover, #shopping-cart-table .btn-update:hover, .col-main .cart-empty a:hover { background-color:#40d3db; }
.header-container-3 .cart-icon-top .cart_circle { background-color:#40d3db; }
.header-3 .mini-cart .cart_circle_1 { border-top:6px solid #40d3db; }
.nova-detail-link ul li.facebook a { background-color:none; }
.nova-detail-link ul li.facebook a:hover {
  background-color:#3a589d !important;
  border-color:#3a589d !important;
  color:#ffffff !important;
}
.nova-detail-link ul li.twitter a { background-color:none; }
.nova-detail-link ul li.twitter a:hover {
  background-color:#2478ba !important;
  border-color:#2478ba !important;
  color:#ffffff !important;
}
.nova-detail-link ul li.mail a { background-color:none; }
.nova-detail-link ul li.mail a:hover {
  background-color:#998a45 !important;
  border-color:#998a45 !important;
  color:#ffffff !important;
}
.nova-detail-link ul li.pinterest a { background-color:none; }
.nova-detail-link ul li.pinterest a:hover {
  background-color:#cb2320 !important;
  border-color:#cb2320 !important;
  color:#ffffff !important;
}
.nova-detail-link ul li a i { color:#cccccc; }
.nova-detail-link ul li a i:hover { color:#ffffff; }
.block-layered-nav dt { color:#414141; }
.product-view .product-essential .btn-cart { background-color:#40d3db; }
.product-view .product-essential .btn-cart:hover { background-color:#363636; }
.cart .totals .checkout-types li .button { background-color:#a7a7a7; }
.cart .totals .checkout-types li .button:hover { background-color:#40d3db; }
.nova-new-label {
  -moz-box-shadow:0 0 0 5px #363636;
  -webkit-box-shadow:0 0 0 5px #363636;
  -o-box-shadow:0 0 0 5px #363636;
  box-shadow:0 0 0 5px #363636;
  background-color:#363636;
}
.nova-sale-label {
  -moz-box-shadow:0 0 0 5px #40d3db;
  -webkit-box-shadow:0 0 0 5px #40d3db;
  -o-box-shadow:0 0 0 5px #40d3db;
  box-shadow:0 0 0 5px #40d3db;
  background-color:#40d3db;
}
.easy-slider, .easy-slider #controls a { background:; }
.post-list-item h2 a {
  font-size:22px;
  text-transform:none;
  font-weight:normal;
  color:#363636;
}
.post-list-item h2 a:hover {
  color:#40d3db;
  text-decoration:none;
}
.post-list .pager .amount { line-height:30px; }
.post-list .limiter label {
  float:left;
  line-height:30px;
  margin-right:10px;
  margin-bottom:0;
}
.post-list .limiter select {
  width:50px;
  margin-bottom:0;
  margin-right:10px;
}
.post-list-item { border-bottom:#ebebeb solid 3px; }
.last .post-list-item { border-bottom:0; }
.featured-image {
  border:1px solid #dddddd;
  margin:4px 10px 10px 0 !important;
  padding:1px;
}
.descriptions-hidden .quick-act { background:#a7a7a7; }
.descriptions-hidden .quick-act:hover { background:#40d3db; }
.top-dropdown li:hover a, .added { color:#40d3db !important; }
@media (max-width: 1000px) {
  .top-header .mini-cart .cart-icon-top i { color:#40d3db !important; }
}

.vertnav-container {
	margin-top:10px;
}

#vertnav li .vertnav-cat {
	display:block;
	border-bottom:1px dotted gray;
	padding:3px;
	width:189px;
}

#vertnav li a {
}

#vertnav .inactive .vertnav-cat {
	background-color:#C0C0C0;
}

#vertnav .next .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .prev .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .first .vertnav-cat {
}

#vertnav .last .vertnav-cat {
}

#vertnav .only .vertnav-cat {
}

#vertnav li.parent .vertnav-cat {
	background-color:#E0E0E0;
	font-weight:bold;
}

#vertnav li.active .vertnav-cat {
	background-color:#FFFFFF;
	font-weight:bold;
}

#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
}

#vertnav .level0 .vertnav-cat {
}

#vertnav .level1 .vertnav-cat {
	padding-left:10px;
	width:182px;
}

#vertnav .level2 .vertnav-cat {
	padding-left:20px;
	width:172px;
}

#vertnav .level3 .vertnav-cat {
	padding-left:30px;
	width:162px;
}
.scalapayModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  overflow: auto;
  z-index:9999;
}
.scalapay-modal-content {

  background-color: #fefefe;
  margin: 1% auto; /* 1% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  overflow: auto;

}
.scalapay-close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #ffffff;
  font-size: 25px;

}
.scalapay-close-buttonclose-button:hover {
  background-color: darkgray;
}
.scalapay-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.img-responsive-scalapay {
  width: 100%;
}
.scalapay-ajax-loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://www.aveclunettesoleil.fr/skin/frontend/base/default/scalapay/images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249,.7);
}

.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.aveclunettesoleil.fr/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

