html {
  overflow-y: scroll;
}
body {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  border-top: 4px solid #fff;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/* @media (min-width: 1200px){
    body {background-image: url(https://www.staging.jedi-robe.com/images/solo-bg-1.jpg);}
} */

a,
a:hover,
a:active,
a:focus,
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0;
  border: none;
  text-decoration: none;
  color: #fff;
}

.anchor {
  display: block;
  height: 30px;
  margin-top: -30px;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #b1b1b1;
}

a.btn,
input.btn,
button.btn {
  border: 0px solid #eee;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
}
a.btn:hover,
input.btn:hover,
button.btn:hover {
  border: 0px solid #eee;
  -webkit-transition: background 1000ms ease-out;
  -moz-transition: background 1000ms ease-out;
  -ms-transition: background 1000ms ease-out;
  -o-transition: background 1000ms ease-out;
  transition: background 1000ms ease-out;
}

div.navbar-header button:focus {
  outline: 0;
  border: none;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
}
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #000;
  background-color: #e1e1e1;
}
.input-group-addon {
  border: 1px solid #000;
  color: #fff;
  background-color: #363636;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

ul.pagination {
  margin: 0px;
  padding: 0px;
}
ul.pagination li a {
  background-color: #363636;
  color: #fff;
  border: 1px solid #000;
}
ul.pagination li.active a {
  color: #fff;
  border: 1px solid #000;
  background: #1194e6; /* Old browsers */
  background: -moz-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1194e6),
    color-stop(100%, #0b46a0)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1194e6 0%, #0b46a0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1194e6', endColorstr='#0b46a0',GradientType=0 ); /* IE6-9 */
}
ul.pagination li a:hover {
  color: #fff;
  border: 1px solid #000;
  background: #6f9200; /* Old browsers */
  background: -moz-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f9200),
    color-stop(100%, #3b5607)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6f9200 0%, #3b5607 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9200', endColorstr='#3b5607',GradientType=0 ); /* IE6-9 */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

div.alert {
  padding: 0px;
}
div.alert .info {
  background-color: #97c700;
  color: #000;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.alert .error {
  background-color: #cc0000;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.banner-right {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

div.alert-banner {
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #ac1b21 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #000),
    color-stop(100%, #ac1b21)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #000 0%,
    #ac1b21 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000 0%, #ac1b21 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000 0%, #ac1b21 100%); /* IE10+ */
  background: linear-gradient(to bottom, #000 0%, #ac1b21 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#ac1b21',GradientType=0 ); /* IE6-9 */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 340px) {
  .btn {
    font-size: 12px;
  }
}

.btn-orange {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #f4b95f; /* Old browsers */
  background: -moz-linear-gradient(top, #f4b95f 0%, #ee6b19 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4b95f),
    color-stop(100%, #ee6b19)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f4b95f 0%,
    #ee6b19 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f4b95f 0%,
    #ee6b19 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4b95f 0%, #ee6b19 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4b95f 0%, #ee6b19 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b95f', endColorstr='#ee6b19',GradientType=0 ); /* IE6-9 */
}
.btn-orange:hover {
  border: 0px solid #a3a3a3;
  border: none;
  color: #fff;
  background: #e59c4f; /* Old browsers */
  background: -moz-linear-gradient(top, #e59c4f 0%, #da5915 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e59c4f),
    color-stop(100%, #da5915)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e59c4f 0%,
    #da5915 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e59c4f 0%,
    #da5915 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e59c4f 0%, #da5915 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e59c4f 0%, #da5915 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59c4f', endColorstr='#da5915',GradientType=0 ); /* IE6-9 */
}
.btn-blue {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #1194e6; /* Old browsers */
  background: -moz-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1194e6),
    color-stop(100%, #0b46a0)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1194e6 0%, #0b46a0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1194e6', endColorstr='#0b46a0',GradientType=0 ); /* IE6-9 */
}
.btn-blue:hover {
  border: 0px solid #a3a3a3;
  border: none;
  color: #fff;
  background: #117dc2; /* Old browsers */
  background: -moz-linear-gradient(top, #117dc2 0%, #093981 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #117dc2),
    color-stop(100%, #093981)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #117dc2 0%,
    #093981 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #117dc2 0%,
    #093981 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #117dc2 0%, #093981 100%); /* IE10+ */
  background: linear-gradient(to bottom, #117dc2 0%, #093981 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117dc2', endColorstr='#093981',GradientType=0 ); /* IE6-9 */
}
.btn-green {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #6f9200; /* Old browsers */
  background: -moz-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f9200),
    color-stop(100%, #3b5607)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6f9200 0%, #3b5607 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9200', endColorstr='#3b5607',GradientType=0 ); /* IE6-9 */
}
.btn-green:hover {
  border: 0px solid #a3a3a3;
  border: none;
  color: #fff;
  background: #5e7b00; /* Old browsers */
  background: -moz-linear-gradient(top, #5e7b00 0%, #2a3d05 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5e7b00),
    color-stop(100%, #2a3d05)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #5e7b00 0%,
    #2a3d05 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #5e7b00 0%,
    #2a3d05 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e7b00 0%, #2a3d05 100%); /* IE10+ */
  background: linear-gradient(to bottom, #5e7b00 0%, #2a3d05 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7b00', endColorstr='#2a3d05',GradientType=0 ); /* IE6-9 */
}
.btn-signin {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #6f9200; /* Old browsers */
  background: -moz-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f9200),
    color-stop(100%, #3b5607)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6f9200 0%, #3b5607 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9200', endColorstr='#3b5607',GradientType=0 ); /* IE6-9 */
}
.btn-signin:hover {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #6f9200; /* Old browsers */
  background: -moz-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f9200),
    color-stop(100%, #3b5607)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6f9200 0%, #3b5607 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9200', endColorstr='#3b5607',GradientType=0 ); /* IE6-9 */
}
.btn-black {
  border: none;
  color: #fff;
  font-weight: bold;
  background: #3a3a3a;
}
.btn-black:hover {
  border: 0px solid #a3a3a3;
  border: none;
  color: #fff;
  background: #000;
}

.btn span {
  font-size: 10px;
  text-align: right;
}

.navbar-default {
  background-color: #000;
  border: none;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: #000;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  div#navbar {
    margin: 0px;
    padding: 0px;
  }
  nav.navbar.navbar-default div.container-fluid {
    margin: 0px;
    padding: 0px;
  }
}
.navbar-default ul.nav.navbar-nav li a {
  color: #fff;
}

@media (min-width: 300px) {
  .navbar-default ul.nav.navbar-nav li a {
    border-top: 1px solid #646464;
  }
}
@media (min-width: 768px) {
  .navbar-default ul.nav.navbar-nav li a {
    border-top: 0px solid #646464;
    border-left: 1px solid #646464;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
  }
  .navbar-default ul.nav.navbar-nav li:first-child a {
    border-left: 0px solid #646464;
  }
}
@media (min-width: 992px) {
  .navbar-default ul.nav.navbar-nav li a {
    border-top: 0px solid #646464;
    border-left: 1px solid #646464;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 16px 5px 15px;
  }
  .navbar-default ul.nav.navbar-nav li:first-child a {
    border-left: 0px solid #646464;
  }
}
@media (min-width: 1200px) {
  .navbar-default ul.nav.navbar-nav li a {
    border-top: 0px solid #646464;
    border-left: 1px solid #646464;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 21px 5px 20px;
  }
  .navbar-default ul.nav.navbar-nav li:first-child a {
    border-left: 0px solid #646464;
  }
}

.navbar-toggle {
  margin-left: 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  right: -15px;
  border: none;
  background: #1194e6; /* Old browsers */
  background: -moz-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1194e6),
    color-stop(100%, #0b46a0)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #1194e6 0%,
    #0b46a0 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1194e6 0%, #0b46a0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1194e6 0%, #0b46a0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1194e6', endColorstr='#0b46a0',GradientType=0 ); /* IE6-9 */
}
.navbar.navbar-default .navbar-header button.navbar-toggle {
  margin: 6px 12px 0px 0px;
  padding: 10px 10px;
  width: 40px;
}

.icon-bar {
  background-color: #ffffff !important;
}

div#navbar,
.navbar-header {
  border: none;
}

@media (min-width: 300px) {
  .navbar-header h3 a {
    padding-right: 50px;
  }
  .navbar-header h3 span {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .navbar-header h3 a {
    padding-right: 5px;
  }
  .navbar-header h3 span {
    padding-right: 5px;
  }
}

.header-btn-ico {
  height: 32px;
  padding: 8px 10px 5px 10px;
  margin-top: 7px;
  margin-right: 4px;
  font-size: 12px;
}
.small-icons-header {
  width: 212px;
}
.small-icons-header a {
  float: left;
}

@media (min-width: 200px) {
  ul.flags-header {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  ul.flags-header li {
    margin: 2px 2px 2px 10px;
    list-style: none;
    float: left;
  }
  ul.flags-header li a {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  ul.flags-header li img {
    width: 40px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  ul.flags-header {
    float: right;
    margin-right: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li {
    margin: 2px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li a {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li img {
    width: 40px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  ul.flags-header {
    float: right;
    margin-right: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li {
    margin: 4px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li a {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li img {
    width: 40px;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  ul.flags-header {
    float: right;
    margin-right: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li {
    margin: 7px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li a {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .navbar-default ul.nav.navbar-nav.flags-header li img {
    width: 40px;
    height: 25px;
  }
}

@media (max-width: 992px) {
  #search-list-menu-box .navbar-toggle {
    display: block;
  }
  #search-list-menu-box .navbar-collapse.collapse {
    display: none !important;
  }
  #search-list-menu-box .collapse.in {
    display: block !important;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 200px) {
  .flagtitle {
    position: absolute;
    top: 2px;
    right: 120px;
    z-index: 100;
    width: 140px;
    height: 15px;
  }
}
@media (min-width: 300px) {
  .flagtitle {
    position: absolute;
    top: 2px;
    right: 120px;
    z-index: 100;
    width: 140px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .flagtitle {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 100;
    width: 140px;
    height: 15px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#owl-top .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 300px) {
  #owl-top {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-prev {
    display: none;
    position: absolute;
    top: 30%;
    left: -130px;
    font-size: 50px;
    background: #e6e6e6;
    color: #a9a9a9;
    line-height: 70px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-prev:hover {
    background: #ffffff;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-next {
    display: none;
    position: absolute;
    top: 30%;
    right: -130px;
    font-size: 50px;
    background: #e6e6e6;
    color: #a9a9a9;
    line-height: 70px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-next:hover {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  #owl-top {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-prev {
    display: block;
    position: absolute;
    top: 30%;
    left: 20px;
    font-size: 25px;
    background: #e6e6e6;
    color: #a9a9a9;
    line-height: 25px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-prev:hover {
    background: #ffffff;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-next {
    display: block;
    position: absolute;
    top: 30%;
    right: 20px;
    font-size: 25px;
    background: #e6e6e6;
    color: #a9a9a9;
    line-height: 25px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  #owl-top.owl-theme div.owl-controls div.owl-buttons div.owl-next:hover {
    background: #ffffff;
  }
}

div#owl-top div.owl-controls {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

hr {
  border: none;
  border-top: 1px solid #2c2c2c;
  margin: 10px 0px;
}

img.img-responsive {
  min-width: 100%;
}

@media (min-width: 768px) {
  img.prod-preview-img {
    min-width: 0;
  }
}

.section_1 {
  padding: 10px;
  border: 1px solid #2c2c2c;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #333333),
    color-stop(25%, #1c1c1c),
    color-stop(75%, #1c1c1c),
    color-stop(100%, #333333)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.section_2 {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #2c2c2c;
}
.section_2 ul {
  margin: 0px;
  padding: 0px;
}
.section_2 ul li {
  list-style: none;
  padding: 4px;
  border-top: 1px dotted #2c2c2c;
}
.section_2 a {
  color: #fff;
}
.section_2 ul li:hover {
  color: #fff;
  background-color: #303030;
}

div#content h1 {
  padding: 10px;
  border: 1px solid #2c2c2c;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #333333),
    color-stop(25%, #1c1c1c),
    color-stop(75%, #1c1c1c),
    color-stop(100%, #333333)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
div#text_content {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #2c2c2c;
}
div#text_content img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

div#text_content_page {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #2c2c2c;
}
div#text_content_page img {
  width: 99%;
  height: auto;
  padding: 0.5%;
}
div#text_content_page table {
  width: 100%;
}
div#text_content_page table img {
  width: 99%;
  height: auto;
  padding: 0.5%;
}

div#text_content_section table {
  width: 100%;
}
div#text_content_section table img {
  width: 99%;
  height: auto;
  padding: 0.5%;
}

@media (min-width: 300px) {
  .content-section {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 768px) {
  .content-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .content-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .content-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.positionBar {
  margin-bottom: 10px;
  display: block;
}
.positionBar a {
  color: #fff;
}

/*-------SIDEBAR--------------------------------------------------------------------------------------------------*/

.navbar-default {
  background: none;
}

nav.navbar.navbar-default.category-list .navbar-header {
  width: 100%;
  padding: 10px;
  border: 1px solid #2c2c2c;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #333333),
    color-stop(25%, #1c1c1c),
    color-stop(75%, #1c1c1c),
    color-stop(100%, #333333)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #333333 0%,
    #1c1c1c 25%,
    #1c1c1c 75%,
    #333333 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

nav.navbar.navbar-default {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
nav.navbar.navbar-default.category-list ul li {
  list-style: none;
  padding: 4px;
  border-top: 1px dotted #2c2c2c;
}
nav.navbar.navbar-default.category-list ul li:first-child {
  border-top: 0px dotted #2c2c2c;
}
nav.navbar.navbar-default.category-list a {
}
nav.navbar.navbar-default.category-list ul li:hover {
  color: #fff;
  background-color: #303030;
}

.category-list .navbar-collapse {
  border: 1px solid #2c2c2c;
  padding: 0px;
  margin: 0px;
}
.category-list .navbar-collapse .spacer {
  padding: 10px;
}

.category-list .navbar-header {
  min-height: 55px;
}

.product-list-content {
  margin: 0px;
  padding: 2px;
}

li div.text_indent_ {
  padding-left: 0px;
}
li div.text_indent_ a {
  color: #ffffff;
  font-weight: bold;
}
li div.text_indent_15 {
  padding-left: 15px;
  color: #acacac;
}
li div.text_indent_15 a {
  color: #acacac;
}

nav.navbar.navbar-default.category-list div.navbar-header .navbar-toggle {
  color: #fff;
  font-weight: bold;
  background: #6f9200; /* Old browsers */
  background: -moz-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f9200),
    color-stop(100%, #3b5607)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #6f9200 0%,
    #3b5607 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f9200 0%, #3b5607 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6f9200 0%, #3b5607 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9200', endColorstr='#3b5607',GradientType=0 ); /* IE6-9 */
}

ul.menu_left {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
ul.menu_left li {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
ul.menu_left li a {
  font-weight: bold;
  display: block;
}

@media (min-width: 768px) {
  .additional-list-products .navbar-collapse.collapse {
    display: none !important;
  }
  .additional-list-products .navbar-collapse.collapse.in {
    display: block !important;
  }
  .additional-list-products .navbar-header .collapse,
  .additional-list-products .navbar-toggle {
    display: block !important;
  }
  .additional-list-products .navbar-header {
    float: none;
  }
  .additional-list-products .navbar-header h3 {
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .additional-list-products2 .navbar-collapse.collapse {
    display: none !important;
  }
  .additional-list-products2 .navbar-collapse.collapse.in {
    display: block !important;
  }
  .additional-list-products2 .navbar-header .collapse,
  .additional-list-products2 .navbar-toggle {
    display: block !important;
  }
  .additional-list-products2 .navbar-header {
    float: none;
  }
  .additional-list-products2 .navbar-header h3 {
    padding-right: 40px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.green-color-text {
  font-weight: bold;
  color: #97c700;
}
.stocklabel {
  font-weight: bold;
  color: #97c700;
  font-size: 16px;
  text-transform: uppercase;
}
.collector-price {
  background-color: #161616;
}

.step-section {
  border: 0px solid #dddddd;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.step-section i {
  border: 2px solid #767676;
  background-color: #000;
  color: #767676;
}
.step-section i.active {
  border: 2px solid #97c700;
  background-color: #97c700;
  color: #000;
}
.step-section p {
  font-size: 11px;
  padding-top: 10px;
}

@media (min-width: 300px) {
  .steps {
    margin: 10px 0px;
  }
  .step-section {
    font-size: 15px;
  }
  .step-section i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .steps {
    margin: 10px 0px;
  }
  .step-section {
    font-size: 20px;
  }
  .step-section i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .steps {
    margin: 30px 0px;
  }
  .step-section {
    font-size: 40px;
  }
  .step-section i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .steps {
    margin: 30px 0px;
  }
  .step-section {
    font-size: 40px;
  }
  .step-section i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
}

/* -------PRODUCT-PREVIEW-LIST--------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 300px) {
  .stock-now {
    width: 100%;
  }
  .flags-product-preview {
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .stock-now {
    width: 40%;
  }
  .flags-product-preview {
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .stock-now {
    width: 40%;
  }
  .flags-product-preview {
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .stock-now {
    width: 40%;
  }
  .flags-product-preview {
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
  }
}

div.row.flags-product-preview div.green-text img {
  margin-top: -4px;
}

@media (min-width: 768px) {
  .prod-preview-left-col {
    width: 260px;
    float: left;
  }
  .prod-preview-right-col {
    width: 200px;
    float: right;
  }
}
@media (min-width: 992px) {
  .prod-preview-left-col {
    width: 250px;
    float: left;
  }
  .prod-preview-right-col {
    width: 200px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .prod-preview-left-col {
    width: 353px;
    float: left;
  }
  .prod-preview-right-col {
    width: 200px;
    float: right;
  }
}

.green-text {
  color: #97c700;
}

/* -------PRODUCT-FULLVIEW-LIST--------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 300px) {
  .product-fullview-photo {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-fullview-photo {
    width: auto;
    max-width: 478px;
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .stock-now {
    width: 40%;
  }
  .product-fullview-photo {
    width: auto;
    max-width: 460px;
    max-height: 400px;
  }
}
@media (min-width: 1200px) {
  .stock-now {
    width: 40%;
  }
  .product-fullview-photo {
    width: auto;
    max-width: 560px;
    max-height: 400px;
  }
}

/* -------USER-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 300px) {
  .user-navigation a {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .user-navigation a {
    width: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .user-navigation a {
    width: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .user-navigation a {
    width: auto;
    margin-bottom: 10px;
  }
}

span.notranslate.select-product-list select.form-control {
  width: 117px;
  margin-bottom: 10px;
}

.shopping-basket-list-product p {
  line-height: 34px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 300px) {
  .text-video-title {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (min-width: 768px) {
  .video-box {
    min-height: 160px;
  }
  .video-box a {
    display: block;
    height: 112px;
    overflow: hidden;
  }
  .video-box a img.img-responsive {
    display: block;
    height: 112px;
    overflow: hidden;
    border: 1px solid #2c2c2c;
  }
  .text-video-title {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .video-box {
    min-height: 200px;
  }
  .video-box a {
    display: block;
    height: 138px;
    overflow: hidden;
  }
  .video-box a img.img-responsive {
    display: block;
    height: 138px;
    overflow: hidden;
    border: 1px solid #2c2c2c;
  }
  .text-video-title {
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    overflow: hidden;
  }
}
