@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

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 {
  line-height: 1;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; 
}

a:active,
a:focus,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; 
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #777;
  background-color: white; 
  }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #777;
  text-decoration: none; }
  a:hover, a:focus {
    color: #515151;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

.text-warning,
.text-danger,
.text-success,
.text-info {
  color: white; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, 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: #999; }

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px; }

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

h1 small, .h1 small {
  font-size: 23px; }

h2 small, .h2 small {
  font-size: 17px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: whitesmoke;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre.prettyprint {
    margin-bottom: 18px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.header-bottom {
  padding-top: 55px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after,
  .row:before, .row:after {
    content: " ";
    display: table }
  .container:after,
  .row:after {
    clear: both }

.row {
  margin-left: -15px;
  margin-right: -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,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  header .row #header_logo,
  .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.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }
  .fixed-width #page {width:1000px}
  .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.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .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.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
table {
  max-width: 100%;
  background-color: transparent }

th {
  text-align: left }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #eee; }
  .table tfoot > tr > td {padding: 10px 20px;}
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee; }
  .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 #eee; }
  .table .table {
    background-color: white }

.table-bordered,
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #eee; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #eee; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
textarea.form-control,
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px; }

.has-warning .help-block,
.has-warning .control-label,
.has-error .help-block,
.has-error .control-label,
.has-success .help-block,
.has-success .control-label {
  color: white; }
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
  border-color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus,
  .has-error .form-control:focus,
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #fe9126 }

.has-error .input-group-addon {
  background-color: #f3515c }

.has-success .input-group-addon {
  background-color: #55c65e }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: white;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open .btn-default.dropdown-toggle,
  .btn-primary:active, .btn-primary.active,
  .open .btn-primary.dropdown-toggle,
  .btn-warning:active, .btn-warning.active,
  .open .btn-warning.dropdown-toggle,
  .btn-danger:active, .btn-danger.active,
  .open .btn-danger.dropdown-toggle,
  .btn-success:active, .btn-success.active,
  .open .btn-success.dropdown-toggle,
  .btn-info:active, .btn-info.active, 
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #ccc; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, 
.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus {
  color: #999 
}
.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn: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,
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; 
  background-color: rgba(0,0,0,0.04);
  border-style:solid;
  border-top-width:4px;
  height:40px;
  font-size:14px;
}

.breadcrumb {
  margin-bottom: 18px;
  list-style: none;
 }
  .breadcrumb > li, .pagination {
    display: inline-block }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #333; }
  .breadcrumb > .active {
    color: #333; }

.pagination {
  padding-left: 0;
  margin: 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 0;
      line-height: 28px;
      text-decoration: none;
      background-color: white;
      border: 1px solid #ddd;
      margin-left: -1px; }    
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #f6f6f6; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;    
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999;
    background-color: white;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f6f6f6; }
  .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: #999;
    background-color: white;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  
.label-default {
  background-color: #999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #55c65e !important;
}
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3aae43; }

.label-info {
  background-color: #5192f3;
  border: 1px solid #4b80c3; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2174f0; }

.label-warning {
  background-color: #fe9126 !important;
  border: 1px solid #e4752b; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f07701; }

.label-danger {
  background-color: #f3515c !important;
  border: 1px solid #d4323d; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #f0212f; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #777;
  background-color: white; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  display: block; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #777; }

.thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #777; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; 
  font-weight: bold;
}
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #55c65e;
  border-color: #48b151;
  color: white; }
  .alert-success hr {
    border-top-color: #419f49; }
  .alert-success .alert-link {
    color: #e6e6e6; }
.alert.alert-success:before {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px; }

.alert-info {
  background-color: #5192f3;
  border-color: #4b80c3;
  color: white; }
  .alert-info hr {
    border-top-color: #3d73b7; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #fe9126;
  border-color: #e4752b;
  color: white; }
  .alert-warning hr {
    border-top-color: #da681c; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f77070;
  border-color: #fa4040;
  color: white; }
  .alert-danger hr {
    border-top-color: #c32933; }
  .alert-danger .alert-link {
    color: #e6e6e6; }
.alert.alert-danger:before {
      font-family: "venedor";
      content: "A";
      font-size: 14px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }

  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; 
    margin-bottom: 0;}
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal }

@-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; } }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    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; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    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; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !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 }

.hidden {
  visibility: hidden !important; }

.hide,
.hidden,
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .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.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 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.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md,
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 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.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 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: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .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.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'venedor';
    src: url('../font/venedor-regular-webfont.eot');
    src: url('../font/venedor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/venedor-regular-webfont.woff2') format('woff2'),
         url('../font/venedor-regular-webfont.woff') format('woff'),
         url('../font/venedor-regular-webfont.ttf') format('truetype'),
         url('../font/venedor-regular-webfont.svg#venedor') format('svg');
    font-weight: normal;
    font-style: normal;
    }

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

.icon-muted {
  color: #eee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333; }

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.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:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;}
  .icon-stack .icon-stack-base {
    font-size: 2em;
  }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }
.icon-square:before, .icon-sign-blank:before {
  content: ""; }
.icon-check-square:before, .icon-check-sign:before {
  content: ""; }
.icon-search:before {
  content: "\f002"; }

.icon-heart:before {
  content: "\f004"; }

.icon-user:before {
  content: "\f007"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-download:before {
  content: "\f01a"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-list:before {
  content: "\f03a"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-comment:before {
  content: "\f075"; }
.icon-cogs:before {
  content: "\f085"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-phone:before {
  content: "\f095"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-info:before {
  content: "\f129"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }
.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-instagram:before {
  content: "\f16d"; }
.icon-twitter:before {
  content: "\f099"; }
.icon-facebook:before {
  content: "\f09a"; }
.icon-gplus:before {
  content: "\f0d5"; }
.icon-youtube:before {
  content: "\f167"; }
.icon-flickr:before {
  content: "\f16e"; }
.icon-pinterest:before {
  content: "\f0d2"; }
.icon-linkedin:before {
  content: "\f0e1"; }
  
a:hover {
  text-decoration: none; }

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777; }
body.content_only { background: none !important }

textarea {
  resize: none; }

.header-box {
  background-color:rgba(0,0,0,0.04);
  padding:5px 15px;
  border:1px solid rgba(0,0,0,0.07);
  font-size:13px;
  line-height:18px;
  margin-left:8px;
  color:#7f7d74;
}
#page .header-box a.mailto-link {color:#7f7d74}

.contact-phones {
  position: relative;
  padding-left:45px;
}

.header-box ul li {
  display:block;
  position: relative;
  padding-left:30px;
}

.header-box.contact-phones ul li {
  padding-left:0;
}

.header-box ul li:first-child {
  margin-bottom:2px;
}

.header-box a {
  color:#7f7d74;
}

.header-box a:hover {
  color:#7bae23;
}

.header-box-icon {
  display:block;
  position: absolute;
  left:0;
  top:1px;
  background: none;
  width:22px;
  height:18px;
}
.contact-phones .header-box-icon {
  width:36px;
  height:36px;
  top:50%;
  left:5px;
  margin-top:-18px;
}
.contact-phones ul,
.contact-infos ul {
  margin-bottom: 0;
  }
.header-box-icon-skype {background: none;}
.header-box-icon-skype:before {
  display: block;
  width:15px;
  height: 15px;
  content:"T";
  font-size: 17px;
  line-height: 17px;
  margin-left: 2px;
}
.header-box-icon-email:before {
  display: block;
  width:15px;
  height: 15px;
  content:"M";
  font-size: 12px;
  line-height: 17px;
  margin-left: 2px;
}
#main-nav-container {
  width:100%;
  padding:0;
  position: relative;
  box-shadow: 0 5px 4px rgba(0,0,0, 0.10);
}

#main-nav-container.fixed {
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  padding:0;
  -webkit-backface-visibility:hidden;
}
#main-nav-container .row {position: relative;}
.header-inner-bottom.search_pos_right {
  position: absolute;
  top:-70px;
  width: 100%;
  left:0;
  margin-left: 15px;
  }
.header-inner-bottom.search_pos_right #search_block_top {
  float: left;
  }
.header-inner-bottom.search_pos_right .cart-section {margin-right: 30px;}
.header-box-icon-email {
  background-position: -92px -90px;
}

.logo-container.align_center .logo {
  margin-left: auto;
  margin-right: auto;
  }
.logo-container.align_center {
  display: block;
  width: 50%;
  margin: 0 auto;
  float: none !important;
  text-align:center
  }
#page .logo-container.align_center > a {
  position: relative;
  margin:0 auto;
  }
.header-box-icon-earphones {
  background: none;
}
.header-box-icon-earphones:before {
  content:"g";
  font-size: 32px;
  line-height: 36px;
  }
#columns {
  padding-top: 30px;
}
#index #columns {
  position: relative;
  padding-bottom: 10px;
 }

header {
  position: relative;
  padding-bottom: 15px; }
  header .banner {
    background: black;
    max-height: 100%; }
    header .banner .row {
      margin: 0px; }
    header .nav .row {
      margin: 0px; }
    header .nav nav {
      width: 100%; }
  header .row {
    position: relative; }
    header .row > .container {
      position: relative; }
      
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
      float: right; } }

.ie8 #header #header_logo {
  width: 350px; }

#scrollTop a:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
}
#scrollTop a {
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
}
#center_column .page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333; }

.main-page-indent {
  margin-bottom: 30px; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px; }

label {
  color: #333; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }
.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled,
.compare-form .button,
.pagination > li > span,
.pagination > li > a,
button.button {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  white-space: normal;
  text-align: left; 
  height:35px;
  font-weight: bold;
  padding: 0px 16px;
  min-width:35px;
  line-height: 35px;
  color: #e8e8e8;
  background-color: #575a59;
  border:1px solid rgba(0,0,0,.1);
  box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border-radius:3px;
  text-transform:uppercase;
  transition:background-color 0.4s;
  vertical-align:top;}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover,
button.button:hover {
  text-decoration: none;
  border:1px solid rgba(0,0,0,.01);
 }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999;
  background-color: #ccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }
  .button.button-small span {
}
    .button.button-small span i {
      vertical-align: 0px;
      margin-right: 5px; }
      .button.button-small span i.right {
        margin-right: 0;
        margin-left: 5px; }

    @media (max-width: 480px) {
      .button.button-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px; } }
    .button.button-medium span i.left {
      font-size: 24px;
      vertical-align: -2px;
      margin: -4px 10px 0 0;
      display: inline-block; }
      @media (max-width: 480px) {
        .button.button-medium span i.left {
          margin-right: 5px; } }
    .button.button-medium span i.right {
      margin-right: 0;
      margin-left: 9px; }
      @media (max-width: 480px) {
        .button.button-medium span i.right {
          margin-left: 5px; } }
  
  .button.button-medium.exclusive span {
    border-color: #fec133 #febc33 #feb233 #febc33; }
    .button.button-medium.exclusive span:hover {
      filter: none;
      background: #f89609;
      border-color: #a6550c #ba6708 #db8600 #ba6708; }
      .button.button-medium.exclusive span:hover span {
        border-color: #fec133; }
button.exclusive.button-big,
button.button-big,
a.button-big,
#page .big-btn {
  padding: 0 25px;
  line-height: 48px;
  height: 48px;
  font-weight: bold;
  font-family: Arial;
  }
.link-button {
  font-weight: bold; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  padding: 0;
  border: 1px solid #e0e0e0;
  color:#555;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 0; }  
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #333; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      filter: none;
      background: #f6f6f6; }


.button.lnk_view {
  font: 700 17px/21px Arial, Helvetica, sans-serif;
  color: #333;
  text-shadow: 1px 1px white;
  padding: 0;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7; }
  .button.lnk_view span {
    border: 1px solid;
    border-color: white;
    padding: 10px 14px;
    display: block;
    background: #f7f7f7;   
  }
  .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e; }
    .button.lnk_view:hover span {
      filter: none;
      background: #e7e7e7; }
  .button.lnk_view i.left {
    padding-right: 8px;
    color: #777; }

.form-control {
  padding: 3px 5px;
  height: 27px;
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fafafa;
    border-bottom-width: 1px;
    color: #565656;
    text-transform: uppercase;
    text-align:center;
    font-size: 15px;
    line-height: 16px;
    vertical-align: middle; 
    padding: 22px 10px;
  }
  .table td a.color-myaccount {
    color: #777;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }

.product-name {
  font-size: 16px;
  line-height: 23px;
  color: #3a3939;
  margin-bottom: 0; }
  .product-name a {
    font-size: 16px;
    line-height: 23px;
    color: #3a3939; }
    .product-name a:hover {
      color: #515151; }
    @media (max-width: 768px) {
      .product-name a {
        font-size: 14px; } }

.price {
  font-size: 13px;
  color: #777;
  white-space: nowrap; }

.price.product-price {
  font-size: 18px;
  color: #fff; }

.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #f13340; }

.price-percent-reduction {
  color: white;
  padding: 0 15px;
  display: block; 
  line-height: 35px;
  font-size: 16px;
}
  .price-percent-reduction.small {
    font: 700 14px/17px Arial, Helvetica, sans-serif;
    padding: 1px 6px; }

.product-image-container {position: relative;}
.product-labels {
  position: absolute;
  top:5px;
  left:5px
  }
.new-box,
.sale-box,
#product .price-percent-reduction {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color:#fff;
  padding: 0 15px;
  display: block;
  margin-bottom: 5px;
 }

.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  box-sizing: border-box; }
  .product-box .product-image {
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }


.block {
  margin-bottom: 30px; }
#columns .block {
  margin-top: 0;
  margin-bottom: 40px;
  }
#columns .block:first-child {
  margin-top: 0;
  }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }

#page .block h4 a,
#page .block .title_block a {
  color: #444645;
  }
.block .title_block,
.block h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  color: #444645;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px; 
  margin-top: 0;
}
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px; } }

  .block .title_block a,
  .block h4 a {
    color: #555454; }
    .block .title_block a:hover,
    .block h4 a:hover {
      color: #333; }

  .block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4; }    
    .block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      color: #333;
      padding-right: 8px; }
    .block .list-block li a:hover {
      color: #333;
      font-weight: bold; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
    
  .block .list-block .btn {
    margin-top: 12px; }
.block .products-block li {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
   }
  .block .products-block li .products-block-image {
    float: left;
    margin-right: 19px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    
.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px; }
.block .products-block .product-description {
  margin-bottom: 14px; }
.block .products-block .price-percent-reduction {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  padding: 1px 6px; 
  position: absolute;
  top:0;
  left:0;
}

.page-heading {
  font: normal 42px/42px Oswald;
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 9px;
  margin-bottom: 16px;
  color:#444645
}
span.subtitle {
  font-size: 17px;
  line-height: 17px;
  color: #999;
  display: inline-block;
  margin-bottom: 20px;
}
  .page-heading span.heading-counter {
    font: bold 13px/22px Arial, Helvetica, sans-serif;
    float: right;
    color: #333;
    text-transform: none;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0; }

.page-subheading {
  font-weight: normal;
  text-transform: uppercase;
  color: #444645;
  font-size: 25px;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px;
 }
.contact .page-subheading {
  padding: 0 0 20px;
}
ul.footer_links {
  padding: 30px 0 20px 0;
  border-top: 1px solid #d6d4d4;
}
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }
.sortPagiBar {padding-bottom: 15px;}
.content_sortPagiBar {margin-bottom: 40px;}
.content_sortPagiBar label {margin-bottom: 0;}
.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  clear: both; }
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    margin-left: 30px;
    margin-bottom: 0px; }
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
      max-width: 192px;
      float: left; }
      @media (max-width: 991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 160px; } }
    .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 75px;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
      padding: 3px 0 0 12px;
      display: inline-block;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    float: left; }
  .content_sortPagiBar .sortPagiBar label {
    padding: 0px 10px 0 0;
    font-weight: normal;
    line-height: 30px;
     }
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  margin-top: -4px; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    padding-left: 12px;
    text-align: center; }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: gray;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer; }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        display: block;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: -3px;
        color: #e1e0e0; }
      .content_sortPagiBar .display li a:hover i,
      .content_sortPagiBar .display_m li a:hover i {
        color: gray; }
    .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li.selected a {
      cursor: default; }
    .content_sortPagiBar .display li.selected i,
    .content_sortPagiBar .display_m li.selected i {
      color: #333; }
    .content_sortPagiBar .display li.display-title,
    .content_sortPagiBar .display_m li.display-title {
      font-weight: bold;
      color: #333;
      padding: 7px 6px 0 0; }

.bottom-pagination-content { border-top:1px solid #eee; padding-top: 15px;}
.bottom-pagination-content .nbrItemPage {width:150px; margin-left: 0;}
.bottom-pagination-content .nbrItemPage .selector {display: inline-block; vertical-align: top;}
.bottom-pagination-content .selector .form-control {width:40px}

ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  ul.step li {
    float: left;
    width: 20%;
    text-align: center;
    border-bottom:4px solid #eee
  }
    
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      color: #333;
      font-size: 17px;
      line-height: 21px;
      font-weight: bold;
      position: relative; }      
      ul.step li a:focus,
      ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first {
      border-left-color: #b7b7b7; }
      ul.step li.first span,
      ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; 
        text-align: center;
      }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }   
    ul.step li.step_current_end {
      font-weight: bold; }
      ul.step li.step_todo span {
        text-align: center;
        color:#999
        }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 768px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333; }

.breadcrumb {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  min-height: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  #page .breadcrumb a {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff !important; }      
  #page .breadcrumb span,
  #page .breadcrumb {
    color:#fff;
    margin: 13px 0;
    line-height: 20px;
    }
  .navigation-pipe, .breadcrumb a {margin-right: 6px !important;}

.ie8 .breadcrumb {
  min-height: 1px; }
  .ie8 .breadcrumb a:after {
    display: none; }
  .ie8 .breadcrumb .navigation-pipe {
    width: 20px; }

.footer-container {
  background-color: #333; }

  #footer ul.bullet li,
  #footer ul.bullet li a {
    color: #ccc;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 13px;
    font-weight: normal;
    }
  #footer ul.bullet li:before {
    content:"";
    width:6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    background:#69941e;
    margin-right: 10px;
    }
  @media (min-width: 1199px) {
  .footer-container #footer #block_contact_infos > div {
        padding: 0 36px 0 0; }
      }
  @media (min-width: 768px) {
    .footer-container {
      background:#444645; } }
  .footer-container .container {
    padding-bottom: 0px; }
  .footer-container #footer {
    color: #777; }
    .footer-container #footer .row {
      position: relative; }
    .footer-container #footer .footer-block {
      margin-top: 80px; 
      overflow: hidden;
    }
    .footer-container #footer a {
      color: #777; }
      .footer-container #footer a:hover {
        color: white; }
    .footer-container #footer h4 {
      font: 200 20px/22px "Open Sans", sans-serif;
      color: #e3e3e3;
      margin: 0 0 25px 0; 
      text-transform: uppercase;
    }
      .footer-container #footer h4 a {
        color: white; }
    .footer-container #footer ul li {
      padding-bottom: 14px; }            
        .footer-container #footer #block_contact_infos > div ul {
          width:100%
          }
        .footer-container #footer #block_contact_infos > div ul li {
          padding: 0px;
          overflow: hidden;
          line-height: 30px;
          color:#ccc;
          font-size: 15px; }
          .footer-container #footer #block_contact_infos > div ul li > span,
          .footer-container #footer #block_contact_infos > div ul li > span a {
            color: white;
            font-weight: normal; }
            #block_contact_infos > div ul li div{ font-weight: bold; text-transform: uppercase;}
          .footer-container #footer #block_contact_infos > div ul li i {
            font-size: 25px;
            width: 32px;
            text-align: center;
            padding-right: 12px;
            float: left;
            color: #908f8f; }
    .footer-container #footer .blockcategories_footer {
      clear: left; }
    .footer-container #footer #social_block {
      float: left;
      width: 50%;
      padding: 22px 15px 0 15px; }
      .footer-container #footer #social_block ul {
        float: right; }
        .footer-container #footer #social_block ul li {
          float: left;
          width: 40px;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
          .footer-container #footer #social_block ul li a {
            display: inline-block;
            color: #908f8f;
            font-size: 28px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
            .footer-container #footer #social_block ul li a span {
              display: none; }
            .footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "FontAwesome";
              vertical-align: -5px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .footer-container #footer #social_block ul li a:hover {
              color: white; }
          .footer-container #footer #social_block ul li.facebook a:before {
            content: "\f09a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "\f099"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "\f09e"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "\f167"; }
          .footer-container #footer #social_block ul li.google-plus a:before {
            content: "\f0d5"; }
          .footer-container #footer #social_block ul li.pinterest a:before {
            content: "\f0d2"; }
      .footer-container #footer #social_block h4 {
        float: right;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0; }
    .footer-container #footer .bottom-footer {
      position: absolute;
      bottom: -55px;
      left: 0; }
      .footer-container #footer .bottom-footer div {
        padding: 15px 0 0 0;
        border-top: 1px solid #515151;
        width: 100%; }

#reinsurance_block {
  clear: both !important; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc; }

.rte ol {
  list-style-type: decimal; }

.block_hidden_only_for_screen {
  display: none; }
.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation .button-medium {
    float: right;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px; }
    .cart_navigation .button-medium span {      
      border-radius: 4px;
      padding: 11px 15px 10px 15px; }
      @media (max-width: 992px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
    .cart_navigation .button-medium i.right {
      font-size: 25px;
      line-height: 25px;
      vertical-align: -4px;
      margin-left: 6px; }
  .cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 9px 0 0 0; }
    .cart_navigation .button-active {float: right;}
    .cart_navigation .button-exclusive i {
      color: #777;
      margin-right: 8px; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      color: #515151;
      box-shadow: none; }
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 44px;
  float: left;
  line-height: 44px;
  padding: 0;
  text-align: center;
  width: 82px; 
  font-size: 20px;
  color:#757575;
  background: #FFF;
  border-color:#e0e0e0;
  border-right:0px;
}

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
     }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 0px; 
      float: left;
      width: 22px;
    }
    #page .table tbody > tr > td.cart_quantity .cart_quantity_button a {
      font:normal 10px/22px venedor;
      color:#999
      }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; 
  }
.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #eee;
    border-radius: 1px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    background:#f8f8f8;
    color:#444 !important;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 30px 27px no-repeat #f8f8f8; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 32px 29px no-repeat #f8f8f8; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 32px 28px no-repeat #f8f8f8; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 30px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 22px;
      height: 22px;
      width: 14px;
      color: #999; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #777; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.delivery_option_carrier td,
.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.delivery_option_carrier.not-displayable {
  display: none; }

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 0px 0 25px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px; }
  #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: 271px; }
    #address .form-group .form-control#adress_alias,
    #identity .form-group .form-control#adress_alias,
    #account-creation_form .form-group .form-control#adress_alias,
    #new_account_form .form-group .form-control#adress_alias,
    #opc_account_form .form-group .form-control#adress_alias,
    #authentication .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
     }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

#password {
  padding-top: 0;
  border: none; }
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif; }
  #instant_search_results a.close:hover {
    color: #515151; }
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #515151; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Open Sans", sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  margin-top: 20px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #ccc;
  background: url(../img/bg_input.png) repeat-x 0 0 white; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #ccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

.star {
  position: relative;
  width: 18px;
  height: 18px;
  float: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal; }

.star {
  display: inline-block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }
.star_content {text-align: center;}
div.star:after,
div.star.star_on:after,
div.star.star_hover:after {
  font-family: "venedor";
  }
div.star:after {
  content: "C";
  display: inline-block;
  color: #d4d4d4;
  width: 18px;
  height: 18px;
}

div.star.star_on {
  display: inline-block; }
  div.star.star_on:after {
    content: "C";
    display: inline-block;
    color: #dbdd3c; }

div.star.star_hover:after {
  content: "C";
  display: inline-block;
  color: #dbdd3c; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 96% 14px no-repeat #fff1f2; }
.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #7bae23;
  background: url(../img/icon/form-ok.png) 96% 14px no-repeat #ddf9e1; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    float: left; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }

.fancybox-skin {
  background: white !important; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: white;  
  border-radius: 50px; }
  .fancybox-skin .fancybox-close:hover {
    color: #515151; }
  .fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome"; }

#facebook_block,
.cms-box img {max-width:100%; height: auto;}

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

#product_comparison td {
  padding: 15px 20px 15px 20px; }
#product_comparison #social-share-compare {
  margin-bottom: 50px; }
#product_comparison .product_image img {margin: 0 auto}

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }
.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }

.btn-twitter i {
  color: #00aaf0; }
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i,
  .btn-google-plus:hover i,
  .btn-pinterest:hover i,
  .btn-facebook:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }

.btn-pinterest i {
  color: #ce1f21; }
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
.compare-form, .productsSortForm, .sortPagiBar .views, .pagination, .nbrItemPage, .view_btn{
  display: inline-block;
  vertical-align: top;
}
#center_column {
  padding-bottom: 100px;
  }
#index #center_column {
  padding-bottom: 0px;
  }
.left_column #center_column {float: right;}
.top-icon {
  background: url(../img/sprites/sprite.png) no-repeat;
}
#manufacturers_block_left li a:before {display: none;}
#manufacturers_block_left form {
  display: none;
  }
#manufacturers_block_left .title_block {
  margin-bottom: 15px;
  }
#manufacturers_block_left ul {
  border:1px solid #dcdcdc;  
  }
#manufacturers_block_left .block_content {
  margin: 0;
  }
#manufacturers_block_left ul li {border: none; padding: 0;}
#manufacturers_block_left ul li a {
  padding: 13px 20px 13px 20px;
  display: block;
  line-height: 20px;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d4d4;
  color:#868179 !important;
}
#manufacturers_block_left ul li a:hover {
  font-weight: normal;
  }
/* ############################################################## VENEDOR STYLES ## */
@media (min-width: 1199px) {  
  .fixed-width #page {
    width: 1230px;
  }
}
.fixed-width #page {
    margin: 0 auto;
    background: #fff;
    box-shadow:         0px 3px 10px 5px rgba(0, 0, 0, 0.35);
    position: relative;
  }
body .purechat-widget img, body .purechat-window img {vertical-align: top;}
body .purechat-widget .purechat-widget-title-link, body .purechat-window .purechat-widget-title-link {display: inline-block; margin-bottom: 5px; font-family: Gudea;}
.purechat-widget .purechat-expanded, .purechat-widget .purechat-collapsed-outer {padding: 0 !important}
.wide-bottom-section {margin: 50px 0}
.button.quickview {background: none}
.nearest_div > div:last-child {margin-bottom: 90px !important}
#bottom-map {width: 100%; height: 400px}
#left_column {margin-bottom: 50px}
#new_comment_form .product .product_desc .product_name {font-size: 20px !important; color:#555 !important}
#new_comment_form #criterions_list .star_content {width: 128px}
#new_comment_form_footer {line-height: 35px}
.nomobileBlocks .block .title_block:after, .nomobileBlocks .block h4:after, 
.nomobileBlocks .footer-container #footer h4:after,
.mobile_only, #categories_block_left ul li > ul,
ul.footer-products .rating .nb-comments,
.collapse,
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
.label:empty, .badge:empty,
.button [class^="icon-"]:before,
.button [class*=" icon-"]:before,
[class^="icon-"].hide,
[class*=" icon-"].hide,
.unvisible,
.block .list-block li a i,
.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
  display: none
}
#header_logo .logo, #logofont_example,
ul.footer-products li > a,
ul.footer-products li .info-section,
.collapse.in {
  display: block
  }
#header_logo {
  height: 70px
}
#header_logo > a {
  position: absolute;
  margin-left: -18px;
  margin-top: 3px
  }
#cart_summary #cart_title {margin-bottom: 50px}
table#cart_summary .cart_description {
  border-left:0;
  text-align: left
  }
table#cart_summary .cart_description small a {color:#999}
table#cart_summary .cart_product {
  border-right:0
  }
table#cart_summary .cart_unit .old-price {
  color:#999
}
table#cart_summary .cart_avail .label{
  margin-top: 6px
  }
#cart_summary tbody td.cart_unit .price span,
#cart_summary tbody td.cart_total span.price,
#cart_summary tbody td.cart_quantity span {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px
  }
#cart_summary tbody td.cart_total span.price {
  color:#e82c0c
  }
#cart_summary .cart_quantity_delete {
  text-align: center;
  padding: 0;
  color:#fff;
  font-size: 18px;
  display: inline-block
  }
#cart_summary .cart_quantity_delete i {
  display: block;
  border: 1px solid #dcdcdc;
  background:#fafafa;
  width: 32px;
  border-radius: 3px
  }
#cart_summary .cart_quantity_delete i:hover {background: #ddd}
#cart_summary .cart_quantity_delete i:before {
  font-size: 12px;
  line-height: 30px;
  color:#828886
}
#cart_summary .cart_quantity .quantity_input {
  width:104px;
  margin: 0 auto
  }
#cart_summary .cart_quantity_down,
.section-switcher:before {
  transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg)
  }
#cart_summary .cart_quantity_up,
.section-switcher.act:before {
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  }
.section-switcher:before {
  content:"B";
  font-size: 10px;
  line-height: 34px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  color:#777
  }
.section-switcher.act:before {
  line-height: 32px;
  text-indent:4px
}
#cart_summary .cart_total_price td,
#cart_summary .cart_total_delivery td {border-left:none; border-right:none}
#cart_summary .cart_total_price td.price,
#cart_summary .cart_total_delivery td.price {border-left:1px solid #eee}
#cart_summary .cart_avail span {margin: 0 auto;}
#order-detail-content {margin-top: 30px;}
#order-detail-content .cart_discount .cart_discount_name {text-align: right}
#order-detail-content .cart_discount td span, 
#order-detail-content .cart_discount td {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#order .standard-checkout {float: right;}
#order #center_column {float:inherit}
#form_forgotpassword .btn.btn-default.button {height: 46px; line-height: 46px;}
#form_forgotpassword .form-control {margin-bottom: 20px;}
#form_forgotpassword .f-label {width: 150px;}
.cart_navigation {margin-top: 20px;}

#order-confirmation .box2 {
  font-size: 14px;
  line-height: 24px;
  }
#add_address .f-label,
#identity .f-label {
  width:100%;  
}
#add_address .submit2 {margin-bottom: 25px;}
#add_address .custom-inputs input.form-control,
#identity .custom-inputs input.form-control {
  max-width:75% !important;
}
#address .form-group {
  margin-bottom: 20px;
  }
.paddl0 {padding-left: 0;}
#uniform-days span, 
#uniform-months span, 
#uniform-years span {text-overflow: inherit}
#identity .form-group {margin-bottom: 20px;}
#identity .custom-inputs input.form-control,
#identity .custom-inputs .form-group .form-control,
#address .custom-inputs input.form-control,
#address .custom-inputs .form-group .form-control {
    max-width:100% !important;
    border-left: 1px solid #dcdcdc;
    border-top: medium none;
}
#identity .custom-inputs .selector input.form-control,
#identity .custom-inputs .form-group .selector .form-control,
#address .custom-inputs .selector input.form-control,
#address .custom-inputs .form-group .selector .form-control {
    max-width:100% !important;
    border-left: 1px solid #dcdcdc;
    border-top: none;
}
#address .form-group.phone-number {
  width: 100%;
  }
#page .address_delivery .selector {clear:none}
#page .address_delivery label {margin: 0 10px 0 0;line-height: 30px;}
#address .textarea.form-group label,
#address .textarea.form-group textarea.form-control,
#identity .textarea.form-group label,
#identity .textarea.form-group textarea.form-control {
  width:100%;
  max-width:100% !important;
  float: left;
  }
#address .textarea.form-group textarea.form-control,
#identity .textarea.form-group textarea.form-control {
  border-left: 1px solid #dcdcdc;
  border-top: none!important;
  border-color:#e0e0e0;
  float: none;
  clear:both
}
#address .subtitle {display: block;}
#identity .radio-inline {
  height: 46px;
  line-height: 46px;
  }
#identity #uniform-id_gender1 {
  margin-left: 25px;
  }
.date-of-birth .row {
  width: 75%;
  float: left;
  margin: 0 !important;
  padding: 0;
  }
.date-of-birth {overflow: hidden;}
.date-of-birth div.selector2 .selector > span {
  border-left:1px solid #e4e2e2
  }
.date-of-birth .col-xs-4 {
  padding: 0 !important;
  margin: 0!important;
  max-width: 132px;
  display: inline-block;
  }
#identity .custom-inputs .form-group.date-of-birth select.form-control {
  max-width: 100% !important;
  }
#block-history table th {text-align: left;}
#sequence-theme .next,
#sequence-theme .prev {
  background-image: url(../img/sprites/homeslidernav.png);
}
.footer-top {
  background-color:rgba(248,246,240,1);
  overflow: hidden;
  }
.footer-top-content {
  padding: 60px 0;  
  }
.footer-top-content h4 {
  color:#57544e;
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 25px;
  }
ul.footer-products li > a {
  margin-right: 20px;
  width: 115px;
  float: left;
  }
ul.footer-products li > a img {
  width: 100%;
  height: auto;
  display: block;
}
ul.footer-products li h5 {
  margin-top: 0;
  }
ul.footer-products li h5 a {
  color:#564d41 !important;
  font-size: 18px;
  line-height: 24px;
}
ul.footer-products .rating {
  margin: 0;
  width: 95px;
  }
ul.footer-products .rating .comments_note {
  margin-bottom: 10px;
  }
ul.footer-products .price {
  color:#b93524;
  font-weight: bold;
  font-size: 18px;
  }
ul.footer-products li .info-section {
  overflow: hidden;
  }
ul.footer-products li {
  margin-bottom: 25px;
  overflow: hidden;
  }
.footer_bottom {
  margin-top: 60px;
  border-top:1px solid rgba(0,0,0,.2)
  }
.footer_bottom-top-border {
  border-top:1px solid rgba(255,255,255,.1);
  padding-top: 25px;
  }
.footer_bottom_hook {float: left;}
.footer_text {float: right; width:50%; color:#b3b3b3; text-align: right; line-height: 40px;}
.icon-remove2:before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border:1px solid #dcdcdc;
  border-radius:2px;
  line-height: 28px;
  }
.icon-remove2:hover:before {
  color:#fff;
  }
.support-title {text-transform: uppercase;}
#page .header_user_info a.account {color:#7f7d74}
.inner-column {
  margin-left:-15px;
}
.custom-inputs input.form-control {
  vertical-align: top;
  display: inline-block;
  border-left: none;
  padding: 0;
  max-width: 278px !important;
  background-color: #FFF;
  border-color:#dcdcdc;
  line-height: 46px;
  height: 46px;
  text-indent: 10px;
  font-size: 15px;
  }
.t-label {
  display: block;
  border:1px solid #e4e2e2;
  background-color:#f2f2f2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-weight: normal;
  height: 46px;
  font-size: 14px;
  margin: 0 !important;
  line-height: 44px;
  }
.f-label {
  line-height: 44px;
  height: 46px;
  border:1px solid #e4e2e2;
  background-color:#f2f2f2;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 0 !important;
  display: block;
  float: left;
  width: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f-label:before,
.t-label:before {
  display: inline-block;
  width:20px;
  height: 20px;
  line-height: 20px;
  margin: 10px 5px 0 10px;
  text-align: center;  
  }
.i-subject:before {content:"N"}
.i-product:before {content:"C"}
.i-email:before {content:"M"}
.i-reference:before {content:"#"; font-size: 16px; line-height: 26px; font-weight: bold;}
.i-message:before {content:"P"; font-size: 16px;}
.i-password:before {content:"Y"; font-size: 16px;}
.i-name:before {content:"L";}
.i-company:before {content:"Z";}
.i-address:before {content:"a";}
.i-city:before {content:"c";}
.i-zip:before {content:"U";}
.i-country:before {content:"V";}
.i-state:before {content:"b";}
.i-date:before {content:"d";}
.i-phone:before {content:"R";}
.i-mobile:before {content:"S";}
.i-alias:before {content:"N";}
.i-additional:before {content:"d";}
.i-other:before {content:"e";}
.i-del:before {content:"A";}
.i-siret:before, .i-ape:before, .i-website:before {content:"";}
.contact-info .cnt-phones i:before {content:"R";}
.contact-info .cnt-mobile i:before {content:"S"; font-size: 18px;}
.contact-info .cnt-email i:before {content:"M"; font-size: 14px;}
.contact-info .cnt-skype i:before {content:"T"; font-size: 18px;}
.custom-inputs sup {font-size: 100%; top:-0.3em}
.order_delivery ul li, .box2 li {font-size: 14px; line-height: 24px;}
.cart_navigation a.button-green,
.cart_navigation button.button-green,
button.button.button-green {
  color:#fff
  }
.fullwidth-sliders {position: relative;}
.container-shadow {  
background: transparent url(../img/container_shadow.png) center top no-repeat;
height: 15px;
position: absolute;
left: 0;
top:0;
width:100%;
z-index:999;
opacity:0.5;
}
.bottom-content {
  margin-bottom: 60px;
  }
.bottom-content .col-md-12 > div:last-child{
  margin-bottom: 100px;
  }
/* arrows */
.svgic {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  fill: currentColor;
}
body #page .flexisel-nav {
  text-align: center;
  }
body #page .flexisel-nav svg.svgic {
  margin: 12px 0;
  width:16px;
  height: 16px;
}
#page #banners_carousel .flexisel-nav svg.svgic,
#page #block_testimonials .flexisel-nav svg.svgic,
body #page #left_column .flexisel-nav svg.svgic {
  margin: 4px 0;
  width:14px;
  height: 14px;
}
#productsCarousel_single .flexisel-nav,
#manufacturersCarousel .flexisel-nav,
#block_testimonials .flexisel-nav,
.simpleblog-recent .flexisel-nav,
.accessories-block .flexisel-nav,
#productscategory_list .flexisel-nav,
#crossselling_list .flexisel-nav,
#banners_carousel .flexisel-nav,
#productsCarousel_bottom .flexisel-nav,
.twitter-feed .flexisel-nav,
.productsCarousel .flexisel-nav,
#pk_reinsurance_block .flexisel-nav,
.crossseling .flexisel-nav,
.instagram-feed .flexisel-nav {
    width: 56px;
    height: 41px;
    border: 1px solid #e0e0e0;
    cursor:pointer;
    z-index:9;
    font-size:15px;
    color:#9f9f9f;
    line-height: 41px;
    display: inline-block;
    margin:0;
    text-align:center;
    text-decoration: none;
    position: absolute;
    top:0px;
    right:0px;
    background-color:#fafafa;    
    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
    border-radius:3px;  
    transition:background-color 0.3s, color 0.4s;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

#productsCarousel_single .flexisel-nav-wrapper,
#manufacturersCarousel .flexisel-nav-wrapper,
.simpleblog-recent .flexisel-nav-wrapper,
#productscategory_list .flexisel-nav-wrapper,
#crossselling_list .flexisel-nav-wrapper,
#productsCarousel_bottom .flexisel-nav-wrapper,
#pk_reinsurance_block .flexisel-nav-wrapper {
  top: 15px;
  width: 130px;
  height: 41px;
  padding-left: 17px;
  position: absolute;
  right:0;
  background: #fff;
  }
#productsCarousel_single .flexisel-nav:hover,
#manufacturersCarousel .flexisel-nav:hover,
#block_testimonials .flexisel-nav:hover,
.simpleblog-recent .flexisel-nav:hover,
#productscategory_list .flexisel-nav:hover,
#crossselling_list .flexisel-nav:hover,
#banners_carousel .flexisel-nav:hover,
#productsCarousel_bottom .flexisel-nav:hover,
.twitter-feed .flexisel-nav:hover,
#pk_reinsurance_block .flexisel-nav:hover,
.crossseling .flexisel-nav:hover {
  text-decoration: none;
  color:#fff;
  border:1px solid rgba(255, 255, 255, 0.2);
  box-shadow:none;
  }
#productsCarousel_single .sngl-flexisel-left,
#manufacturersCarousel .nbs-flexisel-nav-left,
#block_testimonials .nbs-flexisel-nav-left,
.simpleblog-recent .nbs-flexisel-nav-left,
.accessories-block .nbs-flexisel-nav-left,
#productscategory_list .nbs-flexisel-nav-left,
#crossselling_list .nbs-flexisel-nav-left,
#banners_carousel .nbs-flexisel-nav-left,
#productsCarousel_bottom .nbs-flexisel-nav-left,
#pk_reinsurance_block .nbs-flexisel-nav-left,
.twitter-feed .nbs-flexisel-nav-left,
.crossseling .nbs-flexisel-nav-left {
  right:57px !important;
}
#block_testimonials .flexisel-nav,
.accessories-block .flexisel-nav,
#banners_carousel .flexisel-nav,
.twitter-feed .flexisel-nav,
#homepage-slider .bx-prev,
#homepage-slider .bx-next {
  width: 35px;
  height: 25px;
  line-height: 25px;
  margin-top: 3px;
  }
  .accessories-block .flexisel-nav{
      height: 40px;
  }
#block_testimonials .flexisel-nav:before,
.accessories-block .flexisel-nav:before,
#banners_carousel .flexisel-nav:before,
.twitter-feed .flexisel-nav:before,
#homepage-slider .bx-prev,
#homepage-slider .bx-next {
  height: 25px;
  line-height: 25px;
  font-size: 11px;
}
#block_testimonials .nbs-flexisel-nav-left,
#banners_carousel .nbs-flexisel-nav-left,
.twitter-feed .nbs-flexisel-nav-left {
  right:37px !important;
}
#block_testimonials .flexisel-nav-wrapper,
.accessories-block .flexisel-nav-wrapper,
.twitter-feed .flexisel-nav-wrapper {
  width: 90px;
  padding: 0;
  }
#left_column .flexisel-nav-wrapper {background: none; }
/* Headings */
.title-bg h3,
#manufacturersCarousel h3,
.editorial_block h3,
#isotopeSort h4 {
  font-size: 42px;
  line-height: 42px;
  border-left-style: solid; 
  border-left-width: 4px;
  padding-left: 9px;
  margin-bottom: 16px;
  color:#444645
}
.title-bg {position: relative;}
.title-bg:before {
  content:'';
  background:rgba(0,0,0,0.1);
  position: absolute;
  left:0;
  top:50%;
  display:block;
  width:100%;
  height:1px;
  z-index:0;
  margin-bottom:20px;
}
.title-bg h3 {
  display: inline-block;
  background: #FFF;
  position: relative;
  }
.title-desc {
  font:17px/1.5 "PT Sans", Arial, sans-serif;
  text-overflow: ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
#page .oldprice-exist .old-price.product-price {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
  #isotopeSort .price,
  #productsCarousel_single .price,
  #productsCarousel_bottom .price,
  .productsCarousel .price,
  #footer ul.bullet li,
  #footer ul.bullet li a,
  #block_contact_infos > div ul li,
  .facebook-box .fb_fans,
  div.fb_name,
  .product-container .content_price,
  .layered_subtitle,
  #page .layered_filter ul li label a,
  #enabled_filters ul li, #enabled_filters ul li a,
  .attribute_list li label,
  #attributes fieldset label,
  #our_price_display,
  #old_price_display,
  #product_comments_block_tab .title_block,
  .p-accessories .price,
  #page #product_comparison .price,
  #page #product_comparison .old-price,
  #cart_summary tfoot td.price,
  #order-opc h1:not(#cart_title),
  #pk_customlinks .text_desc .price,
  .menu-product .price,
  .menu-product .old_price,
  .main-section-links > li > a,
  .prPrice,
  #productscategory_list .price,
  #crossselling_list .price,
  ul.footer-products .price,
  .tweet.tw-1 .tweet_text,
  #best-sellers_block_right .price,
  #manufacturers_block_left ul li a,
  #page .rev_slider .medium_text,
  #page .nivo-caption h5,
  #page .nivo-caption h4,
  #pk_message li span,
  #pk_featuredcategories h4,
  #layer_cart .price_display,
  .tp-caption .price,
  .price-bg span {
    font-family: "Gudea"; 
  }
  #product_comments_block_tab div.comment .comment_details:before,
  #product_comments_block_tab div.star_on:after,
  #product_comments_block_tab div.star:after,
  .ajax_add_to_cart_button.as-icon span:before,
  .icon-remove2:before,
  .f-label:before,
  .contact-form-box .uploader span.action:before,
  .t-label:before,
  .contact-info section i,
  .i-venedor,
  .section-switcher:before,
  #pk_customlinks .ajax_cart_block_remove_link:before,
  #pk_customlinks .remove:before,
  #pk_customlinks .ic,
  .mobileMenuTitle:after,
  #isotopeSort .exclusive.as-icon:before,
  .header-box-icon-skype:before,
  .header-box-icon-email:before,
  .header-box-icon-earphones:before,
  .cart-menu-icon:before,
  #cmsinfo_block > div h3:before,
  #categories_block_left li span.grower,
  #homepage-slider .bx-wrapper .bx-controls-direction a:before,
  .productsCarousel .product_like a,
  .tp-rightarrow.default:before, 
  .tp-leftarrow.default:before {
    font-family: venedor;  
    }
  /* RED background */
  .sale-box,
  .price-percent-reduction,
  .product_list .discount,
  #reduction_percent, 
  #reduction_amount,
  #productscategory_list .price-percent-reduction,
  #crossselling_list .price-percent-reduction {
    background-color: #c72929
    }

/* TRANSITIONS */
.filter li a,
#isotope li,
.button,
.function_button,
.socialnetworks_menu li a,
.product-container,
.view_btn,
ul.product_list > p,
.ajax_add_to_cart_button.as-icon span,
#layered_block_left span.layered_close a,
.attribute_list .no-radiobuttons li label,
#languages-block-top ul li a,
#currencies-block-top ul li a,
h3.page-product-heading,
h3.page-product-heading span,
.icon-remove2:before,
.section-switcher:before,
.ajax_cart_block_remove_link,
.remove,
#search_block_top,
.ac_results li,
#my-account ul.myaccount-link-list li a,
.subcategory-image a,
span.grower:before,
.ac_results li,
#main-nav-container,
#pk_features ul *,
.btn.button-search,
.subimage-container,
.v-main-section-sublinks li:hover a:before,
#pk_reinsurance_block li,
.img-wrap,
ul.tab-nav li.tab.active h3 span,
ul.tab-nav li.tab:hover h3 span,
.productsCarousel li:hover .quickview {  
  transition: all .2s ease-in-out;
}
.tr05, .tr05:before, .tr05:after {
 transition: all .5s ease-in-out; 
}

#pk_customlinks .svgic {margin: 10px 5px 0 0;}

.countdown > div {width:20%; display: inline-block; margin: 0 3px; background: rgba(233,233,233,.7); color:#555; text-align: center; font-size: 18px; line-height: 20px; padding: 6px 2px; max-width:300px}
#product .countdown {position: absolute; bottom:0; left:0; width:260px;}
#page .countdown span {width:100%}
.countdown > div span {font-size: 11px; line-height: 12px;display: block;}
.lng-de a.exclusive,
.lng-fr a.exclusive {padding: 0 6px;}


#page #add_address .f-label, #page #identity .f-label {
    width: 100%;
}
#add_address .form-control {width: 100%}
#add_address .selector, #add_address .selector span {
    width: 100% !important;
    border-left: 1px solid #e4e2e2;
    border-top: none;
}
#address #add_address #other {max-width: 100% !important;}
#add_address .textarea.form-group textarea.form-control {border-top: 1px solid #d6d4d4}
#address #page #add_address .form-group select.form-control {
    width:100% !important;
    max-width: 100% !important;
}

span.vat {
    line-height: 12px;
}
span.vat {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}