@charset "UTF-8";
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/* $headings-font-family-v2:   "Gotham-Black" !default;
$headings-font-family-v3:   "gotham_ultraregular" !default; */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  color: #3C3C3C;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden; }

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

a {
  color: #3C3C3C;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: underline; }
  a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #e1e1e1; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Akrobat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #3C3C3C; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #b3b3b3; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 51px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #fff; }

.text-primary {
  color: #ffcf06; }

a.text-primary:hover {
  color: #d2aa00; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ffcf06; }

a.bg-primary:hover {
  background-color: #d2aa00; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.625; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b3b3b3; }

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

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.625; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #6f6f6f;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 780px; } }
  @media (min-width: 992px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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, .col-xs-12 {
  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%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-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-pull-0 {
    right: auto; }
  .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-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .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-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .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%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }
  .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%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-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-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-pull-12 {
    right: 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-push-12 {
    left: 100%; }
  .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%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding: 15px 10px;
  color: #fff;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .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 5px;
    line-height: 1.625;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > 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: 1px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .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 #ddd; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: inherit;
  color: #3C3C3C;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: #8899a6; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.625;
  color: #3C3C3C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #aaa; }
  .form-control::-webkit-input-placeholder {
    color: #aaa; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f3f3f3;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 50px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin: 8px 0;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  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, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple], .form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 50px;
  padding: 13px 28px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple], .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 10px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18.29px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  height: 36px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #3C3C3C;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #414141;
  border-color: #414141; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #222222; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .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].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.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #414141;
    border-color: #414141; }
  .btn-default .badge {
    color: #414141;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #6eae34;
  border-color: transparent; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #558728;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #6eae34;
    border-color: transparent; }
  .btn-success .badge {
    color: #6eae34;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #0398db; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #026e9e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #03a9f4;
    border-color: #0398db; }
  .btn-info .badge {
    color: #03a9f4;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #efc73a;
  border-color: #edc022; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b512;
    border-color: #c39b10; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #efc73a;
    border-color: #edc022; }
  .btn-warning .badge {
    color: #efc73a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f6821f;
  border-color: #f2750a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d96909;
    border-color: #b75807; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #f6821f;
    border-color: #f2750a; }
  .btn-danger .badge {
    color: #f6821f;
    background-color: #fff; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link:hover, .btn-link:focus {
  color: #666;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #b3b3b3;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  height: 46px;
  padding: 18px 33px;
  font-size: 13px;
  line-height: 10px;
  border-radius: 0px; }

.btn-md {
  height: 42px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 1.33;
  border-radius: 0px; }

/* .btn-sm {
  height: 36px;
  @include button-size(8px, 15px, $font-size-base, $line-height-small, $border-radius-small);
} */
.btn-sm, .btn-group-sm > .btn {
  height: 40px;
  padding: 0px 25px;
  font-size: 12px;
  line-height: 40px;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  height: 32px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
  border-radius: 3px;
  font-weight: 500; }

.btn-block {
  display: block;
  width: 100%; }

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

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

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

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.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: 400px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #3C3C3C; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #3C3C3C;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #b3b3b3; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.625;
  color: #b3b3b3;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  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; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8899a6;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 28px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 25px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #b3b3b3; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #b3b3b3;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #666; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs > li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  /*     &:before {
      border: 6px solid rgba(0, 0, 0, 0);
      content: "";
      display: block;
      height: 0;
      left: 20px;
      position: absolute;
      top: 100%;
      width: 0;
      z-index: 999;
    } */ }
  .nav-tabs > li.active:before {
    /* border-top-color: $gray-dark; */ }
  .nav-tabs > li > a {
    line-height: 1.625;
    color: #fff;
    padding: 20px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default; }

.tab-content {
  border: 1px solid transparent;
  padding: 20px; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #3C3C3C;
    background-color: transparent;
    border-bottom: 2px solid #6eae34; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 9px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 4.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 9px;
          padding-bottom: 9px; } }

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

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #d9d9d9; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #d9d9d9; }
  .navbar-inverse .navbar-nav > li > a {
    color: #d9d9d9; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #d9d9d9; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #d9d9d9; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #d9d9d9; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb > li {
  display: inline-block;
  font-family: "Akrobat", sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
  .breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #3C3C3C; }
  .breadcrumb > li:first-child {
    font-size: 14px; }

.breadcrumb > .active {
  font-weight: 600; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      margin-right: 8px;
      line-height: 28px;
      width: 40px;
      height: 34px;
      text-decoration: none;
      text-align: center;
      color: #3C3C3C;
      font-size: 16px;
      font-family: "Akrobat", sans-serif; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    text-decoration: underline; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #3C3C3C;
    text-decoration: none;
    background-color: #ffcf06;
    border-color: #ffcf06;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #b3b3b3;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.countresults {
  padding: 7px 0; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 13px 28px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 20px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

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

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  line-height: 64px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 100%;
  width: 64px;
  height: 64px; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #b3b3b3; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #9a9a9a; }

.label-primary {
  background-color: #ffcf06; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #d2aa00; }

.label-success {
  background-color: #6eae34; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #558728; }

.label-info {
  background-color: #03a9f4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0286c2; }

.label-warning {
  background-color: #efc73a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e4b512; }

.label-danger {
  background-color: #f6821f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d96909; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #666;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.thumbnail {
  display: block;
  margin-bottom: 22px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3C3C3C; }

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

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

.panel {
  margin-bottom: 30px;
  background-color: #fff; }

.panel-body {
  padding: 20px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 20px;
  color: #000; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #6f6f6f; }
  .panel-default .panel-heading {
    color: #6f6f6f;
    background-color: transparent;
    border-color: #6f6f6f;
    position: relative; }
    .panel-default .panel-heading .badge {
      color: transparent;
      background-color: #6f6f6f; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6f6f6f; }

.panel-primary {
  border-color: #ffcf06; }
  .panel-primary .panel-heading {
    color: #ffcf06;
    background-color: transparent;
    border-color: #ffcf06;
    position: relative; }
    .panel-primary .panel-heading .badge {
      color: transparent;
      background-color: #ffcf06; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffcf06; }

.panel-success {
  border-color: transparent; }
  .panel-success .panel-heading {
    color: #1fb257;
    background-color: transparent;
    border-color: transparent;
    position: relative; }
    .panel-success .panel-heading .badge {
      color: transparent;
      background-color: #1fb257; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-info {
  border-color: transparent; }
  .panel-info .panel-heading {
    color: #03a9f4;
    background-color: transparent;
    border-color: transparent;
    position: relative; }
    .panel-info .panel-heading .badge {
      color: transparent;
      background-color: #03a9f4; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-warning {
  border-color: #ffe033; }
  .panel-warning .panel-heading {
    color: #ffe033;
    background-color: #fff;
    border-color: #ffe033;
    position: relative; }
    .panel-warning .panel-heading .badge {
      color: #fff;
      background-color: #ffe033; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffe033; }

.panel-danger {
  border-color: transparent; }
  .panel-danger .panel-heading {
    color: #f83c42;
    background-color: transparent;
    border-color: transparent;
    position: relative; }
    .panel-danger .panel-heading .badge {
      color: transparent;
      background-color: #f83c42; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px; }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #3C3C3C;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #3C3C3C;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #3C3C3C; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.625; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3C3C3C;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3C3C3C; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3C3C3C; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3C3C3C; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3C3C3C; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3C3C3C; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3C3C3C; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3C3C3C; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3C3C3C; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 *   Blocks Layout Selectors 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* Curl Top Right */
/**absolute**/
/* links style */
ul.links {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.links li {
    display: inline;
    line-height: normal;
    position: relative; }
    ul.links li a {
      padding-left: 10px;
      color: #3C3C3C; }
      ul.links li a i {
        margin-right: 5px; }
      ul.links li a:hover {
        color: #ffcf06; }

ul.list {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.list li {
    list-style: none;
    line-height: 30px; }
    ul.list li a {
      color: #3C3C3C; }
      ul.list li a:hover {
        color: #ffcf06; }

.tree-menu {
  padding: 0; }
  .tree-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tree-menu ul li {
      padding: 12px 20px;
      border-top: 1px solid #ebebeb; }
      .tree-menu ul li:first-child {
        border-top: none; }
      .tree-menu ul li .accordion-heading {
        cursor: pointer; }
        .tree-menu ul li .accordion-heading .fa {
          font-size: 9px;
          color: #101010; }
      .tree-menu ul li.open a, .tree-menu ul li a {
        color: #3C3C3C;
        font-size: 16px; }
  .tree-menu ul ul {
    padding-left: 20px; }
    .tree-menu ul ul li {
      list-style: none;
      border: none;
      padding: 8px 0; }
      .tree-menu ul ul li:hover:after, .tree-menu ul ul li:hover:before {
        content: none; }
      .tree-menu ul ul li a {
        color: #3C3C3C;
        font-weight: normal; }
  .tree-menu .vertical .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .tree-menu .vertical .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%; }

.list-group-item ul {
  padding-left: 20px; }
  .list-group-item ul li {
    list-style: none;
    padding: 8px 0; }
    .list-group-item ul li a {
      color: #bbb; }

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold; }

.noborder .box {
  border: none !important; }

.white {
  color: #FFFFFF; }

.red {
  color: #f44336;
  line-height: 20px; }

.table-responsive .btn-primary {
  padding: 0 14px; }

.table.shopping-cart-table > tbody > tr > td {
  color: #3C3C3C; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-MediumItalic.eot");
  src: url("/fonts/roboto/subset-Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-MediumItalic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-BoldItalic.eot");
  src: url("/fonts/roboto/subset-Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-BoldItalic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Italic.eot");
  src: url("/fonts/roboto/subset-Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Italic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Black.eot");
  src: url("/fonts/roboto/subset-Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Black.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Light.eot");
  src: url("/fonts/roboto/subset-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Light.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Regular.eot");
  src: url("/fonts/roboto/subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Regular.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Medium.eot");
  src: url("/fonts/roboto/subset-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Medium.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-ThinItalic.eot");
  src: url("/fonts/roboto/subset-Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-ThinItalic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Thin.eot");
  src: url("/fonts/roboto/subset-Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Thin.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-BlackItalic.eot");
  src: url("/fonts/roboto/subset-Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-BlackItalic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-LightItalic.eot");
  src: url("/fonts/roboto/subset-Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-LightItalic.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/subset-Roboto-Bold.eot");
  src: url("/fonts/roboto/subset-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/subset-Roboto-Bold.woff2") format("woff2"), url("/fonts/roboto/subset-Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-Light.eot");
  src: url("/fonts/akrobat/subset-Akrobat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-Light.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-ExtraLight.eot");
  src: url("/fonts/akrobat/subset-Akrobat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-ExtraLight.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-Bold.eot");
  src: url("/fonts/akrobat/subset-Akrobat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-Bold.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-Regular.eot");
  src: url("/fonts/akrobat/subset-Akrobat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-Regular.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-ExtraBold.eot");
  src: url("/fonts/akrobat/subset-Akrobat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-ExtraBold.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-Black.eot");
  src: url("/fonts/akrobat/subset-Akrobat-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-Black.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-SemiBold.eot");
  src: url("/fonts/akrobat/subset-Akrobat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-SemiBold.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/akrobat/subset-Akrobat-Thin.eot");
  src: url("/fonts/akrobat/subset-Akrobat-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/akrobat/subset-Akrobat-Thin.woff2") format("woff2"), url("/fonts/akrobat/subset-Akrobat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

/* carousel-controls */
.carousel-controls .carousel-control {
  z-index: 99; }

.carousel-controls-small {
  width: 65px;
  position: relative;
  display: inline-block; }
  .carousel-controls-small .carousel-control-small {
    width: 28px;
    height: 28px;
    line-height: 26px; }

.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.accordion .panel-heading {
  padding: 15px;
  position: relative; }
  .accordion .panel-heading a {
    text-decoration: none;
    font-weight: bold; }
    .accordion .panel-heading a:before {
      content: "-";
      font-size: 22px;
      font-weight: 600;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      display: inline-block;
      color: #3C3C3C; }
    .accordion .panel-heading a.collapsed:before {
      content: "+";
      font-size: 18px;
      line-height: 20px; }

.accordion .panel-body {
  border-top-color: transparent !important; }

.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px; }

.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #fff; }

.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none; }

.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent; }

.breadcrumbs {
  padding: 32px 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 3px; }
  .breadcrumbs + .container-fluid {
    min-height: calc(100vh - 464px); }
  .breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0; }
    .breadcrumbs .breadcrumb > li {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      display: inline;
      text-transform: none; }
      .breadcrumbs .breadcrumb > li:first-child {
        font-size: 14px;
        line-height: 16px; }
      .breadcrumbs .breadcrumb > li a {
        color: #999;
        text-decoration: none; }
        .breadcrumbs .breadcrumb > li a:hover {
          color: #D82C28; }
    .breadcrumbs .breadcrumb > li + li:before {
      content: " — ";
      padding: 0;
      color: #999; }
  .breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative; }
  .breadcrumbs .breadcrumb-links {
    margin: 0;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5; }
    .breadcrumbs .breadcrumb-links > li {
      display: inline-block; }
      .breadcrumbs .breadcrumb-links > li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px; }
      .breadcrumbs .breadcrumb-links > li + li:before {
        color: #757575;
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px;
        font-size: 14px; }
      .breadcrumbs .breadcrumb-links > li:last-child a {
        color: #3C3C3C; }
    .breadcrumbs .breadcrumb-links > .active {
      color: #3C3C3C; }

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

.alert-box-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-box-success hr {
    border-top-color: #c9e2b3; }
  .alert-box-success .alert-link {
    color: #2b542c; }

.alert-box-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-box-info hr {
    border-top-color: #a6e1ec; }
  .alert-box-info .alert-link {
    color: #245269; }

.alert-box-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-box-warning hr {
    border-top-color: #f7e1b5; }
  .alert-box-warning .alert-link {
    color: #66512c; }

.alert-box-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-box-error hr {
    border-top-color: #e4b9c0; }
  .alert-box-error .alert-link {
    color: #843534; }

.table {
  margin-bottom: 0; }

.table > thead > tr > th {
  border-width: 1px;
  color: #3C3C3C;
  font-weight: 600; }

.table > tbody > tr > td {
  color: #3C3C3C;
  vertical-align: middle; }

.tab-v3 .tab-content {
  padding: 0; }

.tab-v3 .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #acacac; }
  .tab-v3 .nav-tabs > li {
    top: 1px;
    border: none;
    float: none; }
    .tab-v3 .nav-tabs > li > a {
      font-size: 18px;
      font-weight: 600;
      padding: 15px 30px;
      background: transparent;
      text-transform: uppercase;
      line-height: 1.1;
      color: #acacac;
      border: 1px #acacac solid;
      border-right: none; }
    .tab-v3 .nav-tabs > li:last-child {
      border-right: 1px #acacac solid; }
    .tab-v3 .nav-tabs > li.active > a {
      color: #ffcf06;
      position: relative;
      border-top-color: #fff;
      border-bottom: 1px solid #ffcf06; }

.success {
  display: none;
  width: 600px;
  margin-left: -300px;
  background: white;
  border: 1px solid #E4E3E3;
  padding: 50px;
  left: 50%;
  top: 22%;
  font-size: 18px;
  color: #3C3C3C !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 15000;
  position: fixed; }
  .success .close {
    opacity: 1;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .success .success_button {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    background: #ffcf06;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #3C3C3C !important;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Akrobat", sans-serif; }
    .success .success_button:hover {
      text-decoration: none !important;
      background: #3C3C3C;
      color: white !important; }
    .success .success_button:active {
      position: relative;
      top: 1px; }
  .success.product-info {
    padding: 40px 32px; }
    .success.product-info h2 {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0 0 30px 0;
      color: #3C3C3C; }
    .success.product-info .img_product {
      width: 150px;
      float: left; }
    .success.product-info .info {
      width: calc(100% - 150px);
      float: left;
      overflow: hidden; }
      .success.product-info .info .price {
        margin-bottom: 20px; }
        .success.product-info .info .price > * {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 24px; }
          .success.product-info .info .price > *.price-old {
            font-size: 14px;
            color: #999; }
      .success.product-info .info .name {
        font-family: "Akrobat", sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: #3C3C3C;
        margin-bottom: 20px; }
      .success.product-info .info .go_cart {
        float: left; }
      .success.product-info .info .go_shop {
        float: right; }
      .success.product-info .info .success_button {
        border-radius: 2px; }

.buttons {
  padding: 20px 0; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons .left {
    float: left; }
  .buttons .right {
    float: right; }

.btn {
  border-radius: 3px;
  font-family: "Akrobat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  height: auto; }

.btn-primary {
  color: #fff;
  background-color: #EE423E;
  border-color: #EE423E;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #EE423E;
    background-color: #fff;
    border-color: #EE423E; }
  .open .btn-primary.dropdown-toggle {
    color: #EE423E;
    background-color: #fff;
    border-color: #EE423E; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #EE423E;
    border-color: #EE423E; }
  .btn-primary .badge {
    color: #EE423E;
    background-color: #fff; }

.btn-default {
  color: #EE423E;
  background-color: #fff;
  border-color: #EE423E;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #EE423E;
    border-color: #EE423E; }
  .open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #EE423E;
    border-color: #EE423E; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.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: #fff;
    border-color: #EE423E; }
  .btn-default .badge {
    color: #fff;
    background-color: #EE423E; }

.checkbox, .radio {
  padding-left: 20px;
  text-transform: none; }

.btn-outline-inverse {
  color: #6f6f6f;
  background-color: #FFFFFF;
  border-color: #f2f2f2;
  border: none;
  border-right: 1px solid #f2f2f2; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active,
  fieldset[disabled] .btn-outline-inverse,
  fieldset[disabled] .btn-outline-inverse:hover,
  fieldset[disabled] .btn-outline-inverse:focus,
  fieldset[disabled] .btn-outline-inverse:active,
  fieldset[disabled] .btn-outline-inverse.active {
    background-color: #FFFFFF;
    border-color: #f2f2f2; }
  .btn-outline-inverse .badge {
    color: #FFFFFF;
    background-color: #6f6f6f; }
  .btn-outline-inverse.last {
    border-right: none; }

.btn-dark {
  color: #3C3C3C;
  background-color: #FFFFFF;
  border-color: #ebebeb;
  width: 40px;
  height: 34px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 34px; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color: #FFFFFF;
    background-color: #607d8b;
    border-color: #607d8b; }
  .open .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #607d8b;
    border-color: #607d8b; }
  .btn-dark:active, .btn-dark.active {
    background-image: none; }
  .open .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active,
  fieldset[disabled] .btn-dark,
  fieldset[disabled] .btn-dark:hover,
  fieldset[disabled] .btn-dark:focus,
  fieldset[disabled] .btn-dark:active,
  fieldset[disabled] .btn-dark.active {
    background-color: #FFFFFF;
    border-color: #ebebeb; }
  .btn-dark .badge {
    color: #FFFFFF;
    background-color: #3C3C3C; }

.btn-red {
  color: #FFFFFF;
  background-color: #ffcf06;
  border-color: #ffcf06;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }
  .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    color: #FFFFFF;
    background-color: #3C3C3C;
    border-color: #607d8b; }
  .open .btn-red.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3C3C3C;
    border-color: #607d8b; }
  .btn-red:active, .btn-red.active {
    background-image: none; }
  .open .btn-red.dropdown-toggle {
    background-image: none; }
  .btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active,
  fieldset[disabled] .btn-red,
  fieldset[disabled] .btn-red:hover,
  fieldset[disabled] .btn-red:focus,
  fieldset[disabled] .btn-red:active,
  fieldset[disabled] .btn-red.active {
    background-color: #ffcf06;
    border-color: #ffcf06; }
  .btn-red .badge {
    color: #ffcf06;
    background-color: #FFFFFF; }

.btn-outline-success {
  padding: 15px 25px;
  line-height: 13px; }

.btn-link {
  font-size: 12px;
  text-transform: lowercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px; }

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.pavothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:pavothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
html {
  overflow-x: hidden; }

body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  -o-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
  margin: 0 auto;
  background: #FFFFFF; }

body[class*="-home"] .header-1 .pav-verticalmenu {
  display: none !important;
  border: 1px solid #000; }

body[class*="-home"] .header-1 .dropdown:hover .pav-verticalmenu {
  display: block; }

body[class*="page-"] #content, body[class*="page-"] #content {
  padding: 0; }

body[class*="page-category"] #content {
  padding: 0; }
  body[class*="page-category"] #content h1 {
    margin-top: 0; }

body[class*="-account"] #content h1, body[class*="-account"] #content h2 {
  font-size: 19px; }

body[class*="page-product"] #content {
  overflow: visible;
  padding: 0; }
  body[class*="page-product"] #content .owl-carousel .owl-wrapper-outer {
    overflow: visible; }
  body[class*="page-product"] #content .owl-carousel {
    margin-bottom: 35px; }

.container-inside {
  margin-right: 10px;
  min-height: calc(100vh - 548px); }
  .container-inside > .row {
    margin: 0; }

#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
  right: 0; }

.container-fluid {
  max-width: 1200px; }

/*
* HEADER 
*/
#topbar {
  background: #101010;
  font-size: 13px;
  color: #3C3C3C;
  height: 40px;
  line-height: 25px;
  padding: 8px 0; }
  #topbar .topbar-left {
    position: relative; }
  #topbar .custom-top:nth-child(1) {
    margin-right: 20px; }
  #topbar .custom-top i {
    padding-right: 5px; }
  #topbar .container .inside {
    background: #e9ecf5;
    padding: 10px 10px 10px 20px; }

.header-top {
  position: relative;
  height: 100px; }
  .header-top .logo-container a {
    text-decoration: none !important; }
  .header-top .logo-container img {
    display: block;
    margin: 15px 0 10px 0; }
  .header-top .logo-container span {
    font-size: 14px;
    line-height: 16px;
    display: block; }
  .header-top, .header-top a {
    color: #3C3C3C; }
  .header-top .btn-group {
    margin-right: 20px; }
    .header-top .btn-group button {
      background-color: transparent;
      border: none;
      padding: 0; }
  .header-top .topcontact_block {
    float: right;
    position: relative; }
  .header-top .topcontacts.worktime {
    font-size: 14px;
    line-height: 16px;
    margin: 22px 0 5px 0;
    text-align: left; }
  .header-top .topcontacts.phone {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px; }
    .header-top .topcontacts.phone a {
      color: #3C3C3C; }
  .header-top .headercart {
    flex: 1 0 200px; }

.header-bottom {
  background: #F0F1F3;
  height: 72px; }

.shopping-cart-table {
  background: #FFFFFF;
  vertical-align: top; }
  .shopping-cart-table tbody .column-image {
    position: relative;
    padding: 0; }
    .shopping-cart-table tbody .column-image img {
      border: none; }
    .shopping-cart-table tbody .column-image .product-label {
      top: 5px;
      left: 5px;
      width: auto;
      height: auto;
      font-size: 14px; }
  .shopping-cart-table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #ddd; }
  .shopping-cart-table.table tr td {
    border: 1px #ddd solid; }

.buy_products .cart-top-padding {
  padding-top: 25px; }

.buy_products .product-label {
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  font-size: 14px; }

.buy_products .list_product_cart .row {
  border: 1px solid #F0F1F3;
  padding-top: 15px;
  padding-bottom: 15px; }
  .buy_products .list_product_cart .row .row {
    border: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .buy_products .list_product_cart .row .title {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 0 0 15px 0; }
  .buy_products .list_product_cart .row .price {
    font-size: 16px;
    line-height: 24px; }
  .buy_products .list_product_cart .row .product-quantity {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    background: #F0F1F3;
    border-radius: 3px; }
    .buy_products .list_product_cart .row .product-quantity button {
      position: absolute;
      right: -20px;
      top: 0;
      border: 0;
      height: 50%;
      padding: 0px;
      margin: 0;
      background: none; }
      .buy_products .list_product_cart .row .product-quantity button.sub {
        top: auto;
        bottom: 3px; }
      .buy_products .list_product_cart .row .product-quantity button.add {
        top: -3px;
        bottom: auto; }
    .buy_products .list_product_cart .row .product-quantity input {
      border: 0;
      background: none;
      text-align: center; }
  .buy_products .list_product_cart .row .tot {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px; }
  .buy_products .list_product_cart .row .btn-delete {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: none;
    padding: 0;
    border: 0;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    color: #999; }
    .buy_products .list_product_cart .row .btn-delete:hover {
      color: #D82C28; }

.bottom_cart {
  background: #F0F1F3;
  margin: 0px 0 30px 0;
  padding: 15px 0 25px 0; }
  .bottom_cart table {
    background: none !important; }
    .bottom_cart table td {
      border: 0 !important;
      text-align: left !important;
      background: none !important;
      padding: 5px 0 !important;
      font-size: 16px;
      line-height: 24px; }
      .bottom_cart table td strong {
        font-family: "Akrobat", sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase; }

#checkout-form .cart_title2 {
  margin-bottom: 10px; }

#checkout-form .form-control {
  padding-top: 0; }
  #checkout-form .form-control#input-comment {
    padding-top: 9px; }

#checkout-form .form-group {
  margin-bottom: 10px; }

#checkout-form .control-label {
  visibility: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin: 0; }
  #checkout-form .control-label.active {
    visibility: visible; }

#buy_form_wrapper {
  position: relative;
  margin-bottom: 50px; }
  #buy_form_wrapper #promo_kod {
    position: absolute;
    bottom: 35px;
    left: 0px; }
    #buy_form_wrapper #promo_kod #coupon_form .title {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
    #buy_form_wrapper #promo_kod #coupon_form .coupon_button {
      display: inline-block;
      border-bottom: 2px solid #3C3C3C; }
      #buy_form_wrapper #promo_kod #coupon_form .coupon_button input {
        padding: 0;
        background: none;
        border: 0;
        width: 300px; }
        #buy_form_wrapper #promo_kod #coupon_form .coupon_button input::-moz-placeholder {
          color: #3C3C3C;
          opacity: 1; }
        #buy_form_wrapper #promo_kod #coupon_form .coupon_button input:-ms-input-placeholder {
          color: #3C3C3C; }
        #buy_form_wrapper #promo_kod #coupon_form .coupon_button input::-webkit-input-placeholder {
          color: #3C3C3C; }
      #buy_form_wrapper #promo_kod #coupon_form .coupon_button #button-coupon {
        background: none;
        padding: 0;
        font-family: "Akrobat", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #3C3C3C;
        border: 0; }
    #buy_form_wrapper #promo_kod .alert {
      position: absolute;
      z-index: 1; }
      #buy_form_wrapper #promo_kod .alert .close {
        margin-left: 10px; }

.cart_title2 {
  font-family: "Akrobat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 25px 0; }

.cart_title3 {
  font-family: "Akrobat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

#client-form {
  border: 1px solid #F0F1F3;
  margin-bottom: 50px;
  padding: 25px; }
  #client-form .secury_pay {
    font-size: 16px;
    line-height: 24px;
    border-left: 4px solid #25B92F;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px; }
    #client-form .secury_pay .title {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      padding: 10px 0 15px 40px;
      background: url(../image/secure_pay.svg) no-repeat left center; }
  #client-form .secury_text {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px; }
  #client-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #3C3C3C;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 2px solid #3C3C3C;
    padding-top: 0; }
    #client-form .form-control::-moz-placeholder {
      color: #3C3C3C;
      opacity: 1; }
    #client-form .form-control:-ms-input-placeholder {
      color: #3C3C3C; }
    #client-form .form-control::-webkit-input-placeholder {
      color: #3C3C3C; }

.modal-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
  color: #3C3C3C;
  margin: 0; }

.modal-body h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  color: #3C3C3C; }

.modal-body .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #3C3C3C;
  padding-left: 0;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 2px solid #3C3C3C;
  padding-top: 0; }
  .modal-body .form-control::-moz-placeholder {
    color: #3C3C3C;
    opacity: 1; }
  .modal-body .form-control:-ms-input-placeholder {
    color: #3C3C3C; }
  .modal-body .form-control::-webkit-input-placeholder {
    color: #3C3C3C; }

.modal-body textarea.form-control {
  height: 60px; }

.reserve_form .col-sm-3 {
  display: none; }

.reserve_form .col-sm-9 {
  width: 100%; }

.reserve_form .reserve_button {
  float: none !important;
  margin: 0 auto 10px auto;
  width: 150px;
  display: block; }

.quick-view .image-container {
  width: 40%; }

.quick-view .product-view {
  width: 60%; }

.quick-view .title-product {
  font-size: 18px;
  line-height: normal; }

.quick-view .order {
  display: block; }

.quick-view .order-sm-1 {
  width: 100%;
  order: 2; }

.quick-view .order-sm-2 {
  width: 100%;
  order: 1; }

.tp-bullets .counter {
  display: none !important; }

#shipping_methods {
  border: 1px solid #F0F1F3;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px 40px; }
  #shipping_methods .tabs {
    border: 0;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px; }
    #shipping_methods .tabs .tabs__caption {
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%;
      background: none;
      display: block;
      overflow: hidden; }
      #shipping_methods .tabs .tabs__caption li {
        list-style: none;
        float: left;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        padding: 18px 16px;
        text-transform: none;
        border: 1px solid #F0F1F3;
        margin-right: 15px;
        cursor: pointer;
        margin-bottom: 15px; }
        #shipping_methods .tabs .tabs__caption li.active {
          color: #EE423E;
          background: #F0F1F3; }
    #shipping_methods .tabs .tabs__content {
      display: none;
      padding: 0 0px 30px 0px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0; }
      #shipping_methods .tabs .tabs__content.active {
        opacity: 1;
        display: block; }

#payment_methods {
  border: 1px solid #F0F1F3;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px 40px; }
  #payment_methods .radio_custom {
    list-style: none;
    float: left;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 16px;
    text-transform: none;
    border: 1px solid #F0F1F3;
    margin: 0 15px 15px 0;
    width: calc(25% - 15px);
    cursor: pointer; }
    #payment_methods .radio_custom.active, #payment_methods .radio_custom:hover {
      color: #EE423E;
      background: #F0F1F3; }

#comment_block {
  border: 1px solid #F0F1F3;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 25px 40px; }

#input-payment-address_1, #input-payment-city_tk, #input-payment-address_2 {
  margin-top: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #3C3C3C;
  padding-left: 0;
  border-bottom: 2px solid #3C3C3C; }
  #input-payment-address_1::-moz-placeholder, #input-payment-city_tk::-moz-placeholder, #input-payment-address_2::-moz-placeholder {
    color: #3C3C3C;
    opacity: 1; }
  #input-payment-address_1:-ms-input-placeholder, #input-payment-city_tk:-ms-input-placeholder, #input-payment-address_2:-ms-input-placeholder {
    color: #3C3C3C; }
  #input-payment-address_1::-webkit-input-placeholder, #input-payment-city_tk::-webkit-input-placeholder, #input-payment-address_2::-webkit-input-placeholder {
    color: #3C3C3C; }

#block-payment-company {
  margin-top: 25px; }

#buttons-cart {
  padding: 0px 25px; }
  #buttons-cart .checkbox_custom .input-control {
    font-size: 14px;
    line-height: 18px; }
  #buttons-cart .checkbox2 .checkbox {
    padding-left: 0; }

.tabs_product_module .tab-content {
  border: 0; }

#modal-agree .modal-body {
  font-size: 14px;
  line-height: 18px; }

.search-focus {
  color: #bbb;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  line-height: 32px;
  height: 27px; }

.nav-search.open {
  height: 44px;
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* multi logo */
.logo-store {
  position: relative; }
  .logo-store a {
    vertical-align: middle; }

#logo-theme a {
  background: url(../image/logo.png) no-repeat;
  display: inline-block;
  width: 170px;
  height: 37px; }
  #logo-theme a span {
    display: none; }

/*
* CONTENT
 */
#pav-masshead .inner {
  background: #FFFFFF;
  color: #ffcf06; }
  #pav-masshead .inner a:hover {
    color: #ffd420; }

.breadcrumbs .container {
  background: transparent; }

/*
* NAVIGATION
*/
#pav-mainnav .inner {
  background-color: #505050; }

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#pavo-showcase .inner {
  background-color: #FFFFFF; }

/*
* PROMOTION TOP 
*/
#breadcrumb {
  padding-left: 0;
  padding-right: 0; }

/*
* MAIN CONTENT
*/
/*end*/
/* FOOTER */
#footer {
  background: url("../image/footer.jpg") center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 14px;
  padding-bottom: 25px;
  margin-top: 100px; }
  #footer ul, #footer ol {
    margin: 0; }
    #footer ul li, #footer ol li {
      color: #FFFFFF;
      line-height: 20px; }
      #footer ul li a, #footer ol li a {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        display: inline-block;
        margin: 8px 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
        #footer ul li a:hover, #footer ol li a:hover {
          color: #EE423E;
          text-decoration: none; }
      #footer ul li.ft-phone a, #footer ol li.ft-phone a {
        font-size: 24px;
        line-height: 28px;
        margin: 0; }
  #footer .copyright {
    padding-top: 20px; }
    #footer .copyright a {
      color: #fff;
      text-decoration: none; }
      #footer .copyright a:hover {
        color: #D82C28; }
  #footer .payment .footer-title {
    padding: 20px 0 5px 0; }
  #footer .payment .payment-list {
    list-style: none;
    padding: 0; }
    #footer .payment .payment-list li {
      display: flex;
      align-items: center; }
      #footer .payment .payment-list li img {
        max-height: 61px; }
  #footer .direktoru {
    display: inline-block;
    margin: 15px 0 0 0;
    color: #EE423E;
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px 10px 16px;
    border: 1px solid #EE423E;
    text-transform: uppercase;
    border-radius: 3px; }
    #footer .direktoru:hover {
      color: #FFFFFF;
      background: #EE423E;
      text-decoration: none; }

.common-home #footer {
  margin-top: 0; }

.footer-top {
  margin-bottom: -97px; }

.footer-center {
  padding: 30px 0;
  color: #FFFFFF; }
  .footer-center .box .box-heading {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }
  .footer-center .panel {
    background: transparent;
    margin-bottom: 0; }
    .footer-center .panel .panel-heading {
      padding: 0; }
    .footer-center .panel .panel-body {
      padding: 20px 0 0; }
    .footer-center .panel .panel-title {
      color: #FFFFFF; }
  .footer-center .footer-name {
    text-align: center;
    font-family: "Akrobat", sans-serif;
    font-size: 18px; }
    .footer-center .footer-name span {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 30px; }
  .footer-center .main-footer {
    display: flex;
    justify-content: space-between;
    margin-left: 100px; }
    .footer-center .main-footer .box {
      margin-right: 15px; }
    .footer-center .main-footer .ft-wt {
      display: block; }
  .footer-center .ft-wt {
    padding-top: 8px;
    font-size: 12px;
    line-height: 16px; }
  .footer-center .ft-phone {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 5px 0 15px 0; }
  .footer-center .ft-mail {
    margin: 0 0 15px 0; }

.footer-bottom .inside {
  background: url("../image/pattern.jpg") repeat 0 0;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .footer-bottom .inside:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    left: 0;
    top: 0;
    z-index: 2; }
  .footer-bottom .inside:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    bottom: 0;
    right: 0;
    z-index: 2; }
  .footer-bottom .inside .bg-blue {
    background: url("../image/pattern2.jpg") repeat 0 0; }

/* POWER BY */
#powered {
  background: #3C3C3C; }
  #powered a {
    font-size: 12px;
    color: #ccd6dd;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%; }
    #powered a:hover {
      color: #FFFFFF; }
  #powered .copyright {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  #powered ul.links {
    line-height: 16px;
    padding-left: 20px; }
    #powered ul.links li {
      padding: 0 10px; }
  #powered .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #powered .inner .oferta {
      color: #fff;
      font-size: 12px; }

.information-news-item h1.top0 {
  padding-bottom: 15px; }

.information-news-item .panel-heading {
  padding: 10px 0 0; }

.information-news-item .panel-body {
  padding: 10px 15px 0 0; }

.information-news-item .container-inside > .row {
  display: flex; }

.information-news-item #content {
  order: 1;
  flex: 1 80%; }

.information-news-item .news_column {
  order: 2;
  flex: 0 20%; }
  .information-news-item .news_column .news_item {
    border-top: 1px solid #ccc; }
  .information-news-item .news_column h3 {
    margin-top: 10px; }

.information-news-item .allnews {
  font-family: "Akrobat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block; }

#news_list {
  display: flex;
  flex-wrap: wrap; }
  #news_list .news_item {
    flex: 0 20%;
    padding: 0 15px 15px 0; }
  #news_list .news_date {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #EE423E;
    margin-bottom: 6px; }
  #news_list h3 {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 14px; }

.panel-highlighted {
  border: solid 1px red; }
  .panel-highlighted .panel-heading {
    background: red;
    color: #FFFFFF; }

.nopadding .panel-body {
  padding: 0; }

.sidebar .panel {
  margin-bottom: 32px; }

.nostylingboxs .panel-heading {
  padding: 0;
  margin-bottom: 30px; }

.nostylingboxs .panel-body {
  padding: 0; }

.owl-carousel-play .owl-carousel {
  margin: 0;
  border: none; }

.products-block .owl-carousel {
  margin: 0; }

.cheap_invoice {
  margin-top: 10px; }
  .cheap_invoice a {
    font-family: "Akrobat", sans-serif;
    padding: 0;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none; }
    .cheap_invoice a svg {
      fill: #999;
      margin-right: 5px;
      float: left;
      margin-top: 0px; }
    .cheap_invoice a:hover {
      color: #D82C28; }
      .cheap_invoice a:hover svg {
        fill: #D82C28; }

.product-block {
  position: relative; }
  .product-block .description {
    display: none; }
  .product-block .cart {
    height: 30px; }
  .product-block .product-meta {
    line-height: 25px;
    padding: 0 0 20px 0; }
  .product-block .bottom {
    display: block; }
    .product-block .bottom button {
      padding: 0;
      border: 0; }
    .product-block .bottom a {
      padding: 0;
      border: 0; }
    .product-block .bottom .add {
      padding: 0;
      border: 0;
      color: #EE423E;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px; }
      .product-block .bottom .add span {
        float: left;
        padding-right: 4px; }
        .product-block .bottom .add span path {
          fill: #EE423E; }
        .product-block .bottom .add span .title {
          margin-top: 2px; }
      .product-block .bottom .add:hover {
        color: #D82C28; }
        .product-block .bottom .add:hover path {
          fill: #D82C28; }
    .product-block .bottom .compare {
      display: inline-block; }
      .product-block .bottom .compare button path {
        fill: #999; }
      .product-block .bottom .compare button:hover path {
        fill: #3C3C3C; }
    .product-block .bottom .quickview {
      display: inline-block;
      padding-right: 8px; }
      .product-block .bottom .quickview a path {
        fill: #999; }
      .product-block .bottom .quickview a:hover path {
        fill: #3C3C3C; }
  .product-block .name {
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px; }
    .product-block .name a {
      color: #3C3C3C; }
      .product-block .name a:hover {
        color: #EE423E;
        text-decoration: none; }
  .product-block .price {
    font-size: 18px;
    line-height: 24px;
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    float: none;
    display: block;
    overflow: hidden; }
    .product-block .price .price-new {
      float: left; }
    .product-block .price .price-old {
      float: left;
      font-size: 14px;
      line-height: 24px;
      color: #999999;
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      padding: 0 0px 0px 10px; }
  .product-block .block-img {
    position: relative; }
  .product-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .product-block .image img {
      margin: 16px 0 0 0; }
  .product-block .top {
    position: relative;
    padding-bottom: 25px; }
  .product-block .rating {
    color: #25B92F;
    height: 25px; }

.cart {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /*     z-index: 99; */ }
  .cart .icon-cart {
    background: url(../image/icon-shopping.png) no-repeat scroll center center;
    display: block;
    width: 16px;
    height: 17px; }

.over {
  display: block;
  -moz-box-sizing: border-box;
  /* Для Firefox */
  box-sizing: border-box;
  /* Ширина блока с полями */
  overflow: hidden;
  padding: 0 15px;
  margin: 0 -15px; }

.more_products, .product-set-btn {
  border: 1px solid #F0F1F3;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 32px 0;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Akrobat", sans-serif;
  color: #999;
  margin: -1px -15px 0 -15px;
  text-decoration: none; }
  .more_products:hover, .product-set-btn:hover {
    color: #EE423E;
    text-decoration: none; }

.scroll-button {
  margin-top: 20px;
  float: right; }

.inner_block {
  border: 1px solid #F0F1F3; }

.tabs_product_module .inner_block.p0 {
  padding: 0 0;
  border-right: 0; }

.tabs_product_module .inner_block:nth-child(2) {
  border-left: 0; }

.product-label {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 24px; }
  .product-label.sale, .product-label.new {
    bottom: 0;
    top: unset; }
  .product-label.new + .product-label.sale {
    bottom: 27px; }
  .product-label.naks {
    top: unset;
    bottom: 0;
    right: 0;
    left: unset; }
    .product-label.naks img {
      width: 100px; }
  .product-label.markdown-product {
    font-size: 14px;
    line-height: 14px;
    padding: 4px;
    background: #EE423E; }
    .product-label.markdown-product span {
      color: #fff; }
  .product-label.prepare-sale, .product-label.free-delivery {
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
    background: #fff;
    border: 2px solid #82b4bd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap; }
  .product-label.free-delivery {
    left: 0; }
  .product-label.prepare-sale {
    top: 50px;
    left: 0; }

.cart.pull-left {
  float: none !important;
  margin-bottom: 5px; }

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

.func_list {
  display: flex; }
  .func_list ol {
    font-size: 18px; }
  .func_list img {
    max-height: 400px; }

#storage_address {
  font-family: "Akrobat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }

#sbscroll {
  max-height: 400px;
  flex: 0 1 500px; }

.param_list .double, .param_list .single {
  background: url(../image/line.png) repeat-x left 18px;
  margin: 0 0 15px 0;
  overflow: hidden; }
  .param_list .double > span, .param_list .single > span {
    background: #fff; }
  .param_list .double .param_k, .param_list .single .param_k {
    color: #999;
    max-width: 68%;
    word-wrap: break-word !important;
    float: left; }
  .param_list .double .param_v, .param_list .single .param_v {
    float: right;
    width: calc(30% - 5px);
    text-align: left;
    padding-left: 5px; }

#otziv_block .stars {
  color: #25B92F;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px; }
  #otziv_block .stars .number {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    color: #3C3C3C; }

#review table {
  border-top: 1px solid #DBDBDB; }
  #review table td {
    border: 0; }
    #review table td .fa {
      color: #25B92F;
      font-size: 14px;
      width: 15px; }
    #review table td .author {
      float: left; }
    #review table td .stars {
      float: left;
      margin-left: 10px; }
  #review table .date-review, #review table .author {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px; }

.cheap_invoice:first-child {
  margin-bottom: 15px; }

.storage_widget {
  margin-top: 40px;
  border: 0 !important;
  padding: 10px 0 10px 90px;
  font-size: 16px;
  line-height: 24px;
  background: url(../image/reserv.svg) no-repeat left center; }
  .storage_widget > span:nth-child(2) {
    color: #82b4bd !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .storage_widget #storage_time {
    color: #3C3C3C !important; }
  .storage_widget table {
    margin: 25px 0 15px 0; }
    .storage_widget table tr {
      display: block; }
      .storage_widget table tr td {
        display: inline-block; }
        .storage_widget table tr td:first-child span {
          border: 0 !important;
          border-radius: 50% !important;
          display: inline-block;
          height: 10px;
          width: 10px;
          background: #a5a5a5 !important;
          vertical-align: -1px;
          display: none !important; }
        .storage_widget table tr td:nth-child(2) {
          padding-left: 0 !important; }
        .storage_widget table tr td:last-child span {
          background: #fff !important;
          text-transform: uppercase;
          border-radius: 3px !important;
          font-family: "Akrobat", sans-serif !important;
          font-style: normal !important;
          font-weight: bold !important;
          font-size: 16px !important;
          line-height: 24px !important;
          padding: 8px 16px !important;
          height: auto !important;
          color: #EE423E !important;
          border: 1px solid #EE423E !important;
          margin-left: 24px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .storage_widget table tr td:last-child span:hover {
            background: #EE423E !important;
            color: #fff !important; }

.tabs {
  border: 1px solid #F0F1F3;
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px; }
  .tabs .tabs__caption {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    background: #F0F1F3;
    display: block;
    overflow: hidden; }
    .tabs .tabs__caption li {
      list-style: none;
      float: left;
      font-family: "Akrobat", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      padding: 20px 30px;
      text-transform: uppercase;
      cursor: pointer; }
      .tabs .tabs__caption li.active {
        color: #EE423E;
        background: #fff; }
  .tabs .tabs__content {
    display: none;
    padding: 0 30px 30px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .tabs .tabs__content.active {
      opacity: 1;
      display: block; }
    .tabs .tabs__content .dop_opis {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
      padding: 25px;
      margin-bottom: 25px; }
      .tabs .tabs__content .dop_opis ul {
        padding: 0 0 0 20px; }
        .tabs .tabs__content .dop_opis ul li {
          list-style-type: disc; }
          .tabs .tabs__content .dop_opis ul li a {
            text-decoration: none; }
            .tabs .tabs__content .dop_opis ul li a:hover {
              color: #D82C28; }
    .tabs .tabs__content .desc-header {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 15px 0; }
    .tabs .tabs__content #tab-downloads ul {
      padding: 0; }
      .tabs .tabs__content #tab-downloads ul li a {
        padding-left: 30px;
        background: url(../image/download.svg) no-repeat left 4px;
        display: block;
        text-decoration: none; }
        .tabs .tabs__content #tab-downloads ul li a:hover {
          color: #D82C28; }

#review_btn {
  margin: 25px 0; }

.tabs_product_module {
  margin-top: 50px; }
  .tabs_product_module.home_bestseller {
    margin-top: 0; }
  .tabs_product_module.home_svar {
    margin-top: 0; }
  .tabs_product_module.home_stab {
    margin-top: 0; }

#products {
  border: 1px solid #F0F1F3; }
  #products.pag-cont {
    border-bottom: 0;
    margin-bottom: -1px; }

#kupit_mob {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 24px;
  z-index: 99; }
  #kupit_mob button {
    font-family: "Akrobat", sans-serif;
    border: 0;
    background: #EE423E;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 0; }
    #kupit_mob button .price-old {
      font-size: 18px;
      color: #F0F1F3; }

.banner-wrapper-margin .banner-wrapper {
  margin-bottom: 20px; }

.image-item-margin .image-item {
  margin-bottom: 20px; }

.nomargin .box {
  margin-bottom: 0; }

/* slidelayer */
.layerslider-wrapper {
  overflow: hidden; }
  .layerslider-wrapper:hover .tp-rightarrow {
    right: 20px !important; }
  .layerslider-wrapper:hover .tp-leftarrow {
    left: 20px !important; }

.tparrows {
  position: absolute;
  top: 50% !important;
  z-index: 9999;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 0; }
  .tparrows:before {
    content: "";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 12;
    background: url("../image/bullet4.png") no-repeat 0 -2px;
    width: 40px;
    height: 35px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block; }
  .tparrows.tp-rightarrow:before {
    background-position: -50px -2px; }

.tp-leftarrow {
  left: -50px !important; }

.tp-rightarrow {
  right: -50px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-color: #ffcf06; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-color: #ffcf06; }

.effect-carousel-v2 .carousel-controls-v1 {
  position: absolute;
  right: 0; }
  .effect-carousel-v2 .carousel-controls-v1 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: -20px; }
    .effect-carousel-v2 .carousel-controls-v1 .carousel-control.left {
      left: -63px; }

.effect-carousel-v2:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 2px; }

.effect-carousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .effect-carousel .carousel-control.left {
    left: -45px; }
  .effect-carousel .carousel-control.right {
    right: -45px; }

.effect-carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100); }
  .effect-carousel:hover .carousel-control.left {
    left: 0; }
  .effect-carousel:hover .carousel-control.right {
    right: 0; }

/* tablist-v1 */
.tablist-v1 .product-grid .products-row .product-col:last-child {
  border-right: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.featured-category .panel-body {
  overflow: hidden;
  padding: 0; }

.featured-category ul {
  margin: 0; }
  .featured-category ul li {
    display: inline-block;
    width: 33%;
    position: relative; }
    .featured-category ul li:before {
      position: absolute;
      right: 0;
      background: #ebebeb;
      content: "";
      width: 1px;
      height: 200%;
      top: -20px; }
    .featured-category ul li:after {
      position: absolute;
      left: 25px;
      background: #ebebeb;
      content: "";
      width: 87%;
      height: 1px;
      top: 0; }
    .featured-category ul li:nth-child(1):after, .featured-category ul li:nth-child(2):after, .featured-category ul li:nth-child(3):after {
      content: none; }
    .featured-category ul li:nth-child(3n):before {
      content: none; }
    .featured-category ul li .image {
      margin: 5px 0 5px 25px; }
    .featured-category ul li .caption {
      overflow: hidden;
      padding: 30px 20px; }
      .featured-category ul li .caption h6 {
        font-weight: normal;
        font-size: 16px; }
        .featured-category ul li .caption h6 a {
          color: #3C3C3C; }

.badges.new, .badges.hot {
  color: #FFFFFF;
  font-size: 11px;
  height: 15px;
  line-height: 16px;
  padding: 0 5px;
  position: absolute;
  left: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  top: -5px;
  transform: translateZ(0px);
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  .badges.new:before, .badges.hot:before {
    border-style: solid;
    border-width: 2px;
    bottom: -5px;
    content: "";
    left: 4px;
    position: absolute; }

.badges.new {
  background-color: #03a9f4; }
  .badges.new:before {
    border-color: #03a9f4 transparent transparent; }

.badges.hot {
  background-color: #ff9800; }
  .badges.hot:before {
    border-color: #ff9800 transparent transparent; }

.red .menu-title {
  color: #fd5c6d; }

.pav-megamenu {
  /* level 2 */ }
  .pav-megamenu .navbar {
    margin: 0;
    border: 0; }
  .pav-megamenu .navbar-collapse {
    padding: 0; }
  .pav-megamenu .navbar-nav {
    font-family: "Akrobat", sans-serif; }
    .pav-megamenu .navbar-nav > li {
      position: inherit;
      height: 72px; }
      .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        left: 0;
        right: auto; }
      .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
        left: 100%; }
      .pav-megamenu .navbar-nav > li > .dropdown-menu {
        top: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        display: block;
        position: absolute;
        visibility: hidden;
        width: 834px;
        box-shadow: none; }
      .pav-megamenu .navbar-nav > li:hover > .dropdown-menu, .pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
        top: 100%; }
      .pav-megamenu .navbar-nav > li:hover > a.dropdown-toggle, .pav-megamenu .navbar-nav > li:focus > a.dropdown-toggle {
        background: #D82C28;
        color: #fff; }
      .pav-megamenu .navbar-nav > li > a {
        padding: 24px;
        font-size: 18px;
        color: #3C3C3C;
        font-weight: bold;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        line-height: 24px; }
        .pav-megamenu .navbar-nav > li > a.dropdown-toggle {
          padding-right: 30px;
          background: #EE423E;
          color: #fff; }
        .pav-megamenu .navbar-nav > li > a:hover {
          background: #D82C28;
          color: #fff; }
        .pav-megamenu .navbar-nav > li > a .caret {
          border: 0;
          position: relative;
          display: none; }
          .pav-megamenu .navbar-nav > li > a .caret:before {
            -webkit-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
            content: '\f107';
            font-family: 'FontAwesome';
            position: absolute;
            left: 8px;
            top: -13px;
            font-size: 20px;
            font-weight: 100;
            color: #3C3C3C; }
      .pav-megamenu .navbar-nav > li.full-width {
        position: static; }
  .pav-megamenu .dropdown-menu {
    top: 100%;
    height: auto;
    color: #3C3C3C;
    border-top: none;
    min-width: 185px;
    padding: 0;
    box-shadow: none;
    background-color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    z-index: 9999; }
    .pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
      padding: 0; }
    .pav-megamenu .dropdown-menu ul.cat_all {
      display: flex;
      flex-wrap: wrap; }
      .pav-megamenu .dropdown-menu ul.cat_all a.level1 {
        padding: 12px 0 0 0; }
        .pav-megamenu .dropdown-menu ul.cat_all a.level1 > span {
          text-align: center;
          font-size: 14px;
          text-transform: uppercase; }
        .pav-megamenu .dropdown-menu ul.cat_all a.level1 > img {
          margin-top: 15px;
          width: 160px; }
    .pav-megamenu .dropdown-menu li {
      padding: 0;
      line-height: 20px;
      list-style: none; }
      .pav-megamenu .dropdown-menu li:hover > a {
        background: #fff;
        color: #EE423E;
        text-decoration: none; }
      .pav-megamenu .dropdown-menu li a {
        padding: 12px 20px;
        display: inline-block;
        width: 100%;
        color: #3C3C3C;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px; }
        .pav-megamenu .dropdown-menu li a:hover {
          background: #fff;
          color: #EE423E;
          text-decoration: none; }
      .pav-megamenu .dropdown-menu li > ul.children > li a {
        padding: 4px 12px;
        color: #3C3C3C;
        font-family: "Roboto", sans-serif;
        text-transform: none;
        font-size: 14px; }
  .pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0; }
    .pav-megamenu .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
      width: 50%;
      min-height: 600px;
      background: #F0F1F3; }
  .pav-megamenu .dropdown:hover > a .fa {
    color: #3C3C3C; }
  .pav-megamenu .dropdown-submenu {
    position: inherit; }
    .pav-megamenu .dropdown-submenu .dropdown-menu {
      width: 417px;
      position: absolute;
      top: 0 !important;
      left: calc(100% - 15px) !important;
      right: -402px;
      padding: 5px 0 !important;
      min-height: calc(100% - 2px); }
    .pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    .pav-megamenu .dropdown-submenu:hover > a .fa {
      color: #3C3C3C; }
  .pav-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif, sans-serif;
    color: #FFFFFF; }
    .pav-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  .pav-megamenu .widget-heading {
    font-size: 16px;
    margin: 0 0 20px; }
  .pav-megamenu .widget-images {
    margin-bottom: 20px;
    padding-top: 5px; }
  .pav-megamenu .megamenu .cols1 {
    min-width: 200px; }
  .pav-megamenu .megamenu .cols2 {
    min-width: 500px; }
  .pav-megamenu .megamenu .cols3 {
    min-width: 740px; }
  .pav-megamenu .sidebar .product-block {
    padding: 5px 0;
    border-bottom: none; }
    .pav-megamenu .sidebar .product-block .image {
      padding: 0; }

.pav-megamenu .dropdown-menu li a span {
  display: block;
  width: 80%;
  float: left;
  padding-left: 0px;
  height: 40px;
  line-height: 40px; }
  .pav-megamenu .dropdown-menu li a span img {
    margin-right: 10px; }

.pav-megamenu .dropdown-menu li a .caret {
  display: block;
  float: right;
  border: 0;
  margin-top: 7px;
  width: 24px;
  height: 24px;
  background: url("../image/ic_arrow_.svg") repeat 0 0; }

.pav-megamenu .dropdown-menu .dropdown-menu li a {
  height: auto; }
  .pav-megamenu .dropdown-menu .dropdown-menu li a span {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0px;
    height: auto;
    line-height: normal;
    background: none; }

.pav-megamenu .navbar-nav .level2 ul li span {
  background: none !important; }

.tree-menu ul li {
  padding-left: 0; }
  .tree-menu ul li a {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px; }
  .tree-menu ul li .accordion-heading .fa {
    font-size: 14px;
    color: #3C3C3C; }

.tree-menu ul ul {
  padding-left: 10px; }
  .tree-menu ul ul li {
    padding: 5px 0; }

body .owl-carousel {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.filter .panel-body {
  padding: 0; }

.filter h6 {
  font-size: 16px;
  font-family: "Roboto", sans-serif, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.filter .list-group-item {
  position: relative;
  padding: 25px; }
  .filter .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb; }
  .filter .list-group-item:first-child:before {
    content: none; }
  .filter .list-group-item .icon-v3 {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../image/icon-3.png") no-repeat;
    margin-right: 5px; }
  .filter .list-group-item:nth-child(2) .icon-v3 {
    background-position: 0 -43px; }
  .filter .list-group-item:nth-child(3) .icon-v3 {
    background-position: 0 -85px; }

/* search */
#searchtop {
  border-radius: 3px;
  background: #F0F1F3;
  margin: 25px 0 0 0;
  padding: 5px; }
  #searchtop input.form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    color: #3C3C3C;
    font-style: normal;
    font-size: 16px; }
    #searchtop input.form-control::-moz-placeholder {
      color: #3C3C3C;
      opacity: 1; }
    #searchtop input.form-control:-ms-input-placeholder {
      color: #3C3C3C; }
    #searchtop input.form-control::-webkit-input-placeholder {
      color: #3C3C3C; }
  #searchtop .btn-search {
    display: block;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.form-control::-moz-placeholder {
  color: #aaa; }

#cart {
  height: 72px; }
  #cart.open .dropdown-toggle {
    box-shadow: none; }
  #cart a {
    display: inline-block;
    position: relative; }
  #cart .icon-cart {
    background: transparent;
    display: inline-block;
    margin: 3px 0 0 0px;
    position: relative;
    text-align: right;
    float: left; }
    #cart .icon-cart i {
      font-size: 30px;
      padding: 8px 0; }
  #cart .wrap-cart {
    display: inline-block;
    color: #fff; }
    #cart .wrap-cart span {
      position: relative;
      top: 13px; }
    #cart .wrap-cart .cart-total {
      font-weight: bold;
      line-height: 23px;
      text-transform: none; }
    #cart .wrap-cart .badge {
      font-family: "Akrobat", sans-serif;
      font-size: 18px;
      line-height: 24px;
      margin: 8px 0 0 10px;
      top: auto;
      padding: 0;
      background: none;
      color: #3C3C3C;
      min-width: none;
      float: left; }
  #cart .price-cart {
    color: #ffcf06; }
  #cart .cart-inner {
    text-align: right; }
  #cart .cart-outer {
    display: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    position: absolute;
    width: 280px;
    height: auto;
    padding: 25px 25px 0 25px;
    right: -1px;
    top: 52px;
    background: #fff; }
    #cart .cart-outer .cart-outer-text {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px; }
    #cart .cart-outer .cart-outer-price {
      font-size: 16px;
      line-height: 24px;
      margin: 15px 0; }
    #cart .cart-outer .cart-outer-link a {
      font-family: "Akrobat", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      background: #EE423E;
      border-radius: 2px;
      display: inline-block;
      color: #fff;
      padding: 8px 16px;
      margin-bottom: 15px; }
      #cart .cart-outer .cart-outer-link a:hover {
        background: #D82C28;
        text-decoration: none; }
  #cart:hover .cart-outer {
    display: block; }

/* bestseller */
.bestseller.panel-warning .products-block {
  border: 2px solid #efc73a;
  border-top: none; }

/* pagination */
.pagination li span, .pagination li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px #82b4bd solid; }

.tabs_product_module .title_module {
  background: #F0F1F3;
  vertical-align: middle;
  padding: 0 0 0 28px;
  display: flex;
  align-items: center; }
  .tabs_product_module .title_module span {
    width: 100%;
    font-family: "Akrobat", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    color: #EE423E;
    padding: 0 0 32px 0;
    text-transform: uppercase;
    border-bottom: 8px solid #EE423E;
    display: block;
    right: -2px; }

#home_about {
  background: url("../image/block1.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Akrobat", sans-serif;
  margin: 0px 0 100px 0; }
  #home_about .title {
    padding: 48px 0 48px 48px;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    /* or 112% */
    text-transform: uppercase; }
  #home_about .link {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0px 0 48px 48px; }
    #home_about .link a {
      color: #fff; }
      #home_about .link a:hover {
        text-decoration: none;
        color: #D82C28; }
  #home_about .sub_title_block {
    padding: 48px 18px 48px 18px; }
    #home_about .sub_title_block .sub_title {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 15px 0 20px 0;
      position: relative;
      padding: 15px 0 0 0; }
      #home_about .sub_title_block .sub_title:before {
        content: '';
        width: 24px;
        height: 2px;
        background: #EE423E;
        position: absolute;
        top: 0;
        left: 0; }

.podpiska {
  background: #F0F1F3;
  position: relative;
  z-index: 1; }
  .podpiska:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #F0F1F3;
    width: 200%;
    margin-left: -50%;
    left: 0;
    height: 100%; }

#subscribe_block {
  padding: 55px 0; }
  #subscribe_block .title {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  #subscribe_block .text {
    font-size: 16px;
    line-height: 24px; }
  #subscribe_block #subscribe_type {
    margin-top: 60px; }
    #subscribe_block #subscribe_type .form-group {
      width: calc(100% - 32px); }
  #subscribe_block #subscr_email {
    background: none;
    border: 0;
    border-bottom: 2px solid #3C3C3C;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    padding: 8px;
    width: 100%; }
    #subscribe_block #subscr_email::placeholder {
      color: #3C3C3C; }
  #subscribe_block #subscr_submit {
    background: url("../image/ic_arrow.svg") center center no-repeat;
    border: 0;
    border-bottom: 2px solid #3C3C3C;
    margin-left: -4px;
    height: 36px;
    border-radius: 0; }
  #subscribe_block .checkbox_custom .input-control {
    padding-left: 20px; }
  #subscribe_block .checkbox_custom .input-control__indicator {
    top: 5px; }

#widget_news {
  margin: 0; }
  #widget_news .title {
    font-family: "Akrobat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 0 40px 0; }
  #widget_news .widget_news_item_date {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #EE423E;
    margin-bottom: 6px; }
  #widget_news .widget_news_item_title {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 14px; }
    #widget_news .widget_news_item_title a {
      text-decoration: none; }
      #widget_news .widget_news_item_title a:hover {
        color: #EE423E; }
  #widget_news .widget_news_item_description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px; }
  #widget_news .widget_news_item_readmore a {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none; }
    #widget_news .widget_news_item_readmore a:hover {
      color: #EE423E; }
  #widget_news .link {
    margin: 50px 15px; }

.cat_home {
  width: 100%;
  position: relative; }
  .cat_home .image-left {
    width: 88%;
    position: relative;
    z-index: 0; }
    .cat_home .image-left img {
      position: relative;
      z-index: 0; }
    .cat_home .image-left .opisanie {
      position: absolute;
      top: 35%;
      left: 5%;
      z-index: 1; }
      .cat_home .image-left .opisanie .title {
        font-family: "Akrobat", sans-serif;
        font-weight: 800;
        font-size: 64px;
        line-height: 68px;
        text-transform: uppercase;
        color: #fff; }
      .cat_home .image-left .opisanie .link {
        margin: 25px 0 0 0; }
        .cat_home .image-left .opisanie .link a {
          font-family: "Akrobat", sans-serif;
          font-weight: bold;
          font-size: 16px;
          line-height: 24px;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none; }
          .cat_home .image-left .opisanie .link a:hover {
            color: #D82C28; }
  .cat_home .image-right {
    position: absolute;
    right: 0;
    top: 10%;
    width: 40%;
    background: #3C3C3C;
    padding: 25px;
    color: #fff; }
    .cat_home .image-right:after {
      content: '';
      position: absolute;
      left: -12px;
      width: 24px;
      top: 15%;
      height: 70%;
      background: #EE423E; }
    .cat_home .image-right ul {
      padding: 0 0 0 20px; }
      .cat_home .image-right ul li {
        list-style: none; }
        .cat_home .image-right ul li a {
          font-family: "Akrobat", sans-serif;
          display: block;
          font-weight: bold;
          font-size: 18px;
          line-height: 24px;
          color: #fff;
          margin: 5px 0 15px 0;
          text-decoration: none; }
          .cat_home .image-right ul li a:hover {
            color: #D82C28; }
    .cat_home .image-right .more {
      margin: 20px 0 10px 20px; }
      .cat_home .image-right .more a {
        font-family: "Akrobat", sans-serif;
        display: block;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #EE423E;
        text-transform: uppercase;
        text-decoration: none; }
        .cat_home .image-right .more a:hover {
          color: #fff; }

.bpt {
  padding: 15px 0; }

#widget_news .news-block-5 {
  display: none; }

@media screen and (max-width: 1449px) {
  #widget_news .news-block-4 {
    display: none; } }

@media screen and (max-width: 992px) {
  #widget_news .news-block-3, #widget_news .news-block-2 {
    display: none; } }

@media screen and (min-width: 1450px) {
  .col-lg-5ths {
    width: 20%; }
  .col-ws-6 {
    width: 16.666666666%; }
  .col-ws-3 {
    width: 33.333333333%; }
  .container, .container-fluid {
    width: 100%;
    max-width: 1700px; } }

.owl-carousel {
  display: block !important; }

.category-info {
  padding: 50px 0 0 0; }
  .category-info .image {
    padding: 0;
    margin-bottom: 19px; }

.cat-item {
  background: #F0F1F3;
  display: block; }

.filter-right > div {
  display: flex;
  align-items: center; }

.filter-right .sort {
  margin-left: 15px; }

.filter-right label {
  line-height: 14px; }

.refine-search {
  margin-bottom: 60px;
  overflow: hidden; }
  .refine-search ul, .refine-search ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .refine-search ul li, .refine-search ol li {
      padding: 5px;
      line-height: normal;
      position: relative;
      width: calc(100% / 5); }
      .refine-search ul li a, .refine-search ol li a {
        display: flex;
        flex-wrap: wrap;
        color: #3C3C3C;
        line-height: 24px;
        padding: 24px 16px;
        background: #F0F1F3;
        text-decoration: none;
        height: 100%; }
        .refine-search ul li a span, .refine-search ol li a span {
          display: block;
          width: 70%;
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          font-family: "Akrobat", sans-serif; }
          .refine-search ul li a span.image, .refine-search ol li a span.image {
            width: 30%; }
        .refine-search ul li a:hover, .refine-search ol li a:hover {
          color: #D82C28; }
      @media (max-width: 1449px) {
        .refine-search ul li, .refine-search ol li {
          width: calc(100% / 4); } }
      @media (max-width: 1024px) {
        .refine-search ul li, .refine-search ol li {
          width: calc(100% / 3); } }
      @media (max-width: 500px) {
        .refine-search ul li, .refine-search ol li {
          width: calc(100% / 1); } }
      @media (max-width: 400px) {
        .refine-search ul li, .refine-search ol li {
          padding: 7px 10px; }
          .refine-search ul li a span, .refine-search ol li a span {
            font-size: 14px; } }
  .refine-search h3 {
    color: #474747;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }

.style-panel .panel {
  margin: 15px 0;
  border: 1px solid #ddd; }

.sidebar .products-block {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.sidebar .product-label {
  display: none; }

.sidebar .product-col {
  width: 100%;
  clear: both; }

.sidebar .products-row:last-child .product-block {
  border-bottom: none; }

.sidebar .price .price-old {
  font-size: 13px; }

.sidebar .price .price-new {
  font-size: 14px; }

.sidebar .product-block {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar .product-block .image {
    padding: 0; }
  .sidebar .product-block .block-img {
    float: left;
    margin-right: 10px; }
  .sidebar .product-block .top {
    padding: 0; }
  .sidebar .product-block .product-meta {
    overflow: hidden;
    text-align: left;
    padding: 0; }
  .sidebar .product-block .name {
    padding-top: 0;
    margin-bottom: 0; }

.sidebar .bottom {
  display: none; }

.sidebar .product-grid .product-block {
  padding: 15px; }
  .sidebar .product-grid .product-block:hover .cart, .sidebar .product-grid .product-block:hover .top {
    margin: 0; }
  .sidebar .product-grid .product-block:hover .image {
    opacity: 1;
    filter: alpha(opacity=100); }

.subcategories {
  margin-bottom: -1px;
  background-color: #6f6f6f; }

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: #999; }
  .product-filter span {
    margin-right: 5px; }
  .product-filter .filter-right {
    width: 100%;
    border: 1px solid #F0F1F3;
    border-bottom: 0;
    padding: 15px 0; }
  .product-filter .filter-right > div {
    padding-left: 5px; }
    .product-filter .filter-right > div.limit {
      margin-right: 15px;
      padding-left: 0;
      padding-right: 5px; }
  .product-filter .display {
    float: left; }
  .product-filter .form-control {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    width: auto;
    height: 36px; }
  .product-filter .btn-switch {
    display: inline-block;
    margin-right: 5px;
    color: #ccc;
    background: transparent;
    padding: 0;
    line-height: 35px;
    font-weight: 500;
    font-size: 24px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s; }
    .product-filter .btn-switch i {
      padding: 0 5px; }
    .product-filter .btn-switch:hover, .product-filter .btn-switch.active {
      color: #3C3C3C;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
  .product-filter .selectric {
    text-transform: lowercase;
    border: 0; }
    .product-filter .selectric .label {
      font-size: 16px;
      line-height: 24px;
      padding: 3px 0; }
    .product-filter .selectric .button:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      right: 6px;
      top: 7px; }

.clearfix {
  float: none;
  clear: both; }

.clearfix:before {
  content: '';
  display: table;
  width: 100%; }

.paging {
  margin-bottom: 50px;
  position: relative; }
  .paging .pagination {
    border: 1px solid #F0F1F3;
    overflow: hidden;
    border-radius: 0;
    display: block; }
    .paging .pagination > li {
      display: block;
      float: left;
      font-family: "Akrobat", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      width: 72px;
      line-height: 72px;
      height: 72px;
      margin: 0;
      border: 0;
      border-radius: 0; }
      .paging .pagination > li span {
        background: #EE423E;
        color: #fff;
        display: block;
        border: 0;
        border-radius: 0;
        line-height: 72px;
        font-weight: bold;
        font-size: 24px;
        width: 100%;
        height: 100%; }
        .paging .pagination > li span:hover {
          background: #EE423E;
          color: #fff; }
      .paging .pagination > li a {
        background: #F0F1F3;
        color: #3C3C3C;
        display: block;
        border: 0;
        border-radius: 0;
        line-height: 72px;
        font-weight: bold;
        font-size: 24px;
        width: 100%;
        height: 100%;
        border: 0;
        text-decoration: none; }
        .paging .pagination > li a:hover {
          background: #EE423E;
          color: #fff; }

.product-list .description {
  display: block; }

.product-list .product-meta {
  padding: 0 20px; }

.product-list .product-block {
  display: flex;
  border: 1px solid #eee;
  margin: 10px 0;
  border-radius: 0; }
  .product-list .product-block .name {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .product-list .product-block .priice {
    line-height: 1.5; }
  .product-list .product-block .description {
    font-size: 16px;
    margin-top: 15px; }
  .product-list .product-block .block-img {
    flex: 0 0 30%;
    overflow: hidden;
    position: relative; }
  .product-list .product-block .bottom {
    display: flex;
    justify-content: space-between; }
    .product-list .product-block .bottom > div {
      flex: 0 0 150px; }
    .product-list .product-block .bottom .bigbtn {
      height: 40px;
      line-height: 24px;
      display: inline-block; }
    .product-list .product-block .bottom button.bigbtn {
      line-height: 17px; }
    .product-list .product-block .bottom .action {
      display: inline-block;
      padding: 4px 0;
      text-align: right;
      order: 2; }
      .product-list .product-block .bottom .action > div {
        display: inline-block; }
    .product-list .product-block .bottom .cart {
      display: inline-block; }
      .product-list .product-block .bottom .cart button {
        padding: 0 30px; }

.product-grid .product-block {
  margin: 0;
  width: calc(100% / 6);
  border: 1px solid #F0F1F3; }
  @media (max-width: 1449px) {
    .product-grid .product-block {
      margin: 0 0 7px 0;
      width: calc(100% / 4); } }
  @media (max-width: 767px) {
    .product-grid .product-block .price {
      font-size: 28px; } }

.product-grid[id^="no-scroll"] {
  margin-top: 45px; }
  .product-grid[id^="no-scroll"] .product-block {
    margin: 0 7px 10px 0;
    width: calc(100% / 4 - 10px); }
    .product-grid[id^="no-scroll"] .product-block:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1199px) {
      .product-grid[id^="no-scroll"] .product-block {
        width: calc(100% / 3 - 7px); }
        .product-grid[id^="no-scroll"] .product-block:nth-child(4n) {
          margin-right: 7px; }
        .product-grid[id^="no-scroll"] .product-block:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 991px) {
      .product-grid[id^="no-scroll"] .product-block:nth-child(3n) {
        margin-right: 7px; }
      .product-grid[id^="no-scroll"] .product-block:nth-child(2n) {
        margin-right: 0; } }

.pb30 {
  padding-bottom: 30px; }

.functions {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #82b4bd;
  font-family: "Akrobat", sans-serif;
  text-align: center;
  background: #fff; }
  .product-info .functions {
    bottom: 20px; }
  .functions span {
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #82b4bd; }
    .functions span.count {
      font-size: 21px;
      top: 7px;
      width: 100%; }
    .functions span.capt {
      font-size: 12px;
      top: -1px; }

.product-grid.product-related .products-block, .products-owl-carousel.product-related .products-block {
  padding: 15px 0; }

.product-grid .product-block, .products-owl-carousel .product-block {
  display: inline-block;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  padding: 0;
  overflow: hidden; }
  .product-grid .product-block .price, .products-owl-carousel .product-block .price {
    height: 20px; }
  .product-grid .product-block .block-img, .products-owl-carousel .product-block .block-img {
    position: relative; }
  .product-grid .product-block .cart, .products-owl-carousel .product-block .cart {
    padding: 0; }
    .product-grid .product-block .cart .bigbtn, .products-owl-carousel .product-block .cart .bigbtn {
      width: 120px; }
  .product-grid .product-block .bottom, .products-owl-carousel .product-block .bottom {
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: left;
    padding: 0; }
    .product-grid .product-block .bottom .bigbtn, .products-owl-carousel .product-block .bottom .bigbtn {
      height: 40px;
      line-height: 24px;
      display: inline-block; }
    .product-grid .product-block .bottom button.bigbtn, .products-owl-carousel .product-block .bottom button.bigbtn {
      line-height: 17px; }
    .product-grid .product-block .bottom .action, .products-owl-carousel .product-block .bottom .action {
      text-align: left; }
      .product-grid .product-block .bottom .action > div, .products-owl-carousel .product-block .bottom .action > div {
        display: inline-block;
        vertical-align: top; }
  .product-grid .product-block:hover, .products-owl-carousel .product-block:hover {
    background-color: #f3f3f3;
    z-index: 1; }
  .product-grid .product-block .image .action, .products-owl-carousel .product-block .image .action {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px; }
    .product-grid .product-block .image .action button, .product-grid .product-block .image .action a, .products-owl-carousel .product-block .image .action button, .products-owl-carousel .product-block .image .action a {
      border: 0;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product-grid .product-block .image .action button:hover, .product-grid .product-block .image .action a:hover, .products-owl-carousel .product-block .image .action button:hover, .products-owl-carousel .product-block .image .action a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #ffcf06; }
      .product-grid .product-block .image .action button:focus, .product-grid .product-block .image .action a:focus, .products-owl-carousel .product-block .image .action button:focus, .products-owl-carousel .product-block .image .action a:focus {
        background: rgba(255, 255, 255, 0.5);
        color: #3C3C3C; }

.products-owl-carousel .owl-stage-outer {
  padding: 15px 0; }

.owl-carousel .product-block {
  width: 100%; }

/* 
* PRODUCT DEALS
*/
.productdeals .widget-inner .carousel {
  position: static; }

.product-info {
  margin-top: 0px; }
  .quick-view .product-info {
    margin: 20px; }
  .product-info .tabs_product_module.home_featured {
    border-top: 1px solid #F0F1F3; }
  .product-info .box-product-infomation {
    margin-top: 20px; }
  .product-info .title-product {
    font-size: 40px;
    margin-top: 0;
    font-weight: 500;
    padding: 0; }
  .product-info .check-box {
    color: #82b4bd; }
  .product-info .image-additional {
    overflow: hidden;
    padding: 0 30px; }
    .product-info .image-additional .owl-carousel {
      margin-bottom: 0 !important; }
      .product-info .image-additional .owl-carousel .owl-prev, .product-info .image-additional .owl-carousel .owl-next {
        top: calc(50% - 23px); }
    .product-info .image-additional .item {
      text-align: center;
      margin: 0 2px;
      background-color: #FFFFFF;
      position: relative; }
      .product-info .image-additional .item a {
        display: inline-block;
        border: 0; }
        .product-info .image-additional .item a.active {
          border: 0; }
  .product-info .harakteristiki {
    padding: 7px 0 5px 0; }
    .product-info .harakteristiki li {
      list-style: none;
      display: block;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 8px 0; }
      .product-info .harakteristiki li span {
        font-family: "Akrobat", sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px; }
  .product-info .secury_pay {
    font-size: 16px;
    line-height: 24px;
    border-left: 4px solid #25B92F;
    padding-left: 20px; }
    .product-info .secury_pay .title {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      padding: 10px 0 15px 40px;
      background: url(../image/secure_pay.svg) no-repeat left center; }
  .product-info .product_right_info {
    margin-top: 7px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    padding: 24px;
    overflow: hidden; }
    .product-info .product_right_info .cheap {
      font-size: 12px;
      line-height: 16px;
      color: #999;
      text-decoration: none; }
      .product-info .product_right_info .cheap:hover {
        color: #D82C28; }
  .product-info .thumbs-preview {
    margin-top: 20px; }
    .product-info .thumbs-preview a + a {
      margin-left: 10px; }
  .product-info .vertical.image-additional .carousel-control {
    display: none; }
  .product-info .vertical:hover .carousel-control {
    display: block; }
  .product-info .vertical .center {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .product-info .vertical .top {
    top: 0;
    bottom: auto; }
  .product-info .vertical .bottom {
    top: auto;
    bottom: 0; }
  .product-info .horical {
    display: block;
    width: 100%;
    text-align: center;
    position: relative; }
    .product-info .horical:hover .carousel-control {
      display: block; }
  .product-info .check-box {
    padding-right: 5px;
    font-size: 10px; }
  .product-info .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 0; }
  .product-info .share {
    padding: 20px 0;
    display: none; }
    .product-info .share:before, .product-info .share:after {
      content: " ";
      display: table; }
    .product-info .share:after {
      clear: both; }
  .product-info .wrap-qty {
    border: 1px solid #ebebeb;
    height: 32px;
    background-color: #FFFFFF;
    padding: 3px; }
    .product-info .wrap-qty > div {
      display: table-cell;
      float: left; }
  .product-info .quantity-adder {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    border: 2px #acacac solid; }
    .product-info .quantity-adder + .btn-sm, .product-info .btn-group-sm > .quantity-adder + .btn {
      padding: 0 18px; }
    .product-info .quantity-adder .add-action {
      width: 40px;
      height: 39px;
      color: #3C3C3C;
      display: block;
      position: relative;
      cursor: pointer;
      line-height: 39px;
      text-align: center;
      font-size: 14px; }
    .product-info .quantity-adder .quantity-number input {
      font-family: "Akrobat", sans-serif;
      width: 40px;
      height: 39px;
      text-align: center;
      font-size: 16px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      border: none;
      color: #3C3C3C; }
    .product-info .quantity-adder .minimum {
      line-height: 38px;
      font-size: 11px;
      margin-left: 10px; }
  .product-info .product-meta a a.btn-sm, .product-info .product-meta a .btn-group-sm > a.btn {
    padding: 0 19px; }
  .product-info .product-meta .quantity {
    margin-bottom: 15px; }
  .product-info .product-meta .cart {
    padding-bottom: 15px; }
    .product-info .product-meta .cart .btn-oneclick {
      margin-left: 15px; }
  .product-info .product-meta .btn-compare {
    color: #3C3C3C;
    font-size: 24px;
    padding: 2px 18px;
    height: 43px;
    display: inline-block;
    line-height: 30px;
    margin-left: 15px; }
  .product-info .product-meta #button-cart-credit {
    height: 43px; }
  .product-info .btn-credit {
    font-family: "Akrobat", sans-serif;
    padding: 0;
    background: none;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle; }
    .product-info .btn-credit svg {
      fill: #999;
      margin-right: 5px;
      float: left;
      margin-top: 4px; }
    .product-info .btn-credit:hover {
      color: #D82C28; }
      .product-info .btn-credit:hover svg {
        fill: #D82C28; }
    .product-info .btn-credit.btn-rassrocka {
      margin-left: 10px; }
  .product-info .price {
    font-family: "Akrobat", sans-serif;
    font-weight: 500; }
    .product-info .price .price-new {
      color: #3C3C3C;
      font-size: 24px; }
    .product-info .price.detail .price-new {
      font-weight: 800;
      font-size: 40px;
      line-height: 45px; }
    .product-info .price.detail .price-old {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      color: #999; }
    .product-info .price.detail ul {
      margin-bottom: 15px; }
  .product-info .tab-content {
    border: none;
    padding: 0;
    margin-bottom: 0px; }
    .product-info .tab-content .desc-header-wrapper {
      border-bottom: 1px #7e8085 solid;
      margin-top: 30px;
      margin-bottom: 15px; }
      .product-info .tab-content .desc-header-wrapper .desc-header {
        padding: 15px;
        color: #82b4bd;
        font-family: "Akrobat", sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        position: relative;
        top: 1px;
        display: inline-block; }
    .product-info .tab-content #tab-description {
      padding: 0 15px; }
      .product-info .tab-content #tab-description p {
        font-size: 18px; }
    .product-info .tab-content #tab-cert img {
      max-width: 50%; }
    .product-info .tab-content .for-send-error-press {
      font-style: italic;
      margin: 15px 0; }
  .product-info .desc-pane .widget-product {
    margin: 0 15px; }
  .product-info .avail_colors ul {
    list-style: none;
    padding: 10px 0 0 0; }
    .product-info .avail_colors ul li {
      display: inline-block;
      position: relative;
      margin-right: 5px; }
      .product-info .avail_colors ul li:before {
        width: 49px;
        height: 49px;
        border: 1px solid #3C3C3C;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: -2px; }
      .product-info .avail_colors ul li a {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        z-index: 2; }
      .product-info .avail_colors ul li:first-child:before {
        content: ' '; }
  .product-info .prod_info {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 25px; }
    .product-info .prod_info .stock {
      color: #25B92F; }
    .product-info .prod_info .stars {
      color: #25B92F; }
    .product-info .prod_info .custom-color {
      cursor: pointer; }
      .product-info .prod_info .custom-color:hover {
        color: #D82C28; }
    .product-info .prod_info .btn-compare {
      margin: 0 0 0 25px;
      display: inline-block;
      padding: 0 0 0 20px;
      color: #999;
      position: relative;
      text-decoration: none; }
      .product-info .prod_info .btn-compare svg {
        position: absolute;
        left: 0;
        top: 3px;
        width: 18px;
        height: 18px;
        display: block;
        fill: #999; }
      .product-info .prod_info .btn-compare:hover {
        color: #D82C28; }
        .product-info .prod_info .btn-compare:hover svg {
          fill: #D82C28; }

.product-markdown-view .cheap_invoice {
  margin: 0; }

.product-markdown-view .price.detail .price-new, .product-markdown-view .price.detail .price-old {
  line-height: 1; }

.product-markdown-view .product-meta {
  width: 100%; }
  .product-markdown-view .product-meta .cart {
    padding: 0; }
    .product-markdown-view .product-meta .cart .btn-oneclick {
      margin: 0; }
    .product-markdown-view .product-meta .cart button {
      width: calc(100% / 2); }

.product-markdown-view .btn-credit.btn-rassrocka {
  margin-left: 0; }

.product-markdown-view .cheaper-products, .product-markdown-view .cheaper-items, .product-markdown-view .cheaper-item, .product-markdown-view .cheaper-item-info, .product-markdown-view .product-meta, .product-markdown-view #product {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.product-markdown-view .cheaper-products {
  margin: 20px 0; }

.product-markdown-view #product {
  gap: 8px;
  align-items: flex-start; }

.product-markdown-view .cart, .product-markdown-view .price, .product-markdown-view .wrapper-credit-group {
  display: flex;
  gap: 8px; }

.product-markdown-view .price {
  align-items: flex-end; }

.product-markdown-view .cheaper-item {
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #7e8085; }
  .product-markdown-view .cheaper-item:not(.general) {
    border: 1px solid #BABABA; }
    .product-markdown-view .cheaper-item:not(.general) .price .price-new {
      font-size: 30px; }
  .product-markdown-view .cheaper-item:hover {
    text-decoration: unset; }

.product-markdown-view .cheaper-products__title, .product-markdown-view .cheaper-item__title {
  font-size: 16px;
  font-weight: 600; }

.product-markdown-view .cheaper-products__reason, .product-markdown-view .cheaper-item__reason {
  color: #999; }

.product-markdown-view .cheaper-products__status, .product-markdown-view .cheaper-item__status {
  color: #999;
  font-weight: 600; }

#simplemodal-overlay {
  background-color: #000; }

#simplemodal-container {
  background: #fff;
  width: 500px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 20px;
  height: 180px; }

.simplemodal-close {
  float: right;
  cursor: pointer; }

.reserve_form {
  display: none; }

.reserve_button {
  cursor: pointer;
  background: #f52525;
  background-image: -webkit-linear-gradient(top, #f52525, #992323);
  background-image: -moz-linear-gradient(top, #f52525, #992323);
  background-image: -ms-linear-gradient(top, #f52525, #992323);
  background-image: -o-linear-gradient(top, #f52525, #992323);
  background-image: linear-gradient(to bottom, #f52525, #992323);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none; }

.zoomWindowContainer .zoomWindow {
  left: 500px; }

.horital {
  position: relative; }

.owl-carousel .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.related .owl-item .product-col {
  border-left: 1px solid #ebebeb; }

.related .owl-item:first-child .product-col {
  border-left: 1px solid transparent; }

#input-captcha, #input-payment-captcha {
  margin-bottom: 10px; }

.information-opt .pricelist i {
  padding-right: 15px;
  vertical-align: 2px;
  margin-top: 15px; }

.information-opt .pricelist:hover {
  text-decoration: none; }

.information-opt .optlogo {
  width: 70%; }

.information-opt .pl_contact {
  display: flex;
  align-items: center;
  margin: 10px 0; }
  .information-opt .pl_contact i {
    flex: 0 0 35px;
    font-size: 20px; }
  .information-opt .pl_contact .pl_contact_val {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap; }
    .information-opt .pl_contact .pl_contact_val span {
      flex: 100%; }

.cat-items {
  margin: 0 0 30px 0;
  height: 388px;
  width: 100%;
  padding: 100px 0 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .cat-items a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .cat-items a:hover .title {
      color: #D82C28;
      border-bottom-color: #D82C28; }
    .cat-items a:hover .count {
      color: #D82C28; }
  .cat-items .title {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(29, 30, 31, 0.5);
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
    margin-bottom: 15px; }
  .cat-items .count {
    font-family: "Akrobat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(29, 30, 31, 0.5); }

#vigoda {
  margin: 0 0 80px 0;
  overflow: hidden; }
  #vigoda .product-block .price {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    height: 30px; }
    #vigoda .product-block .price .price-new {
      font-size: 18px;
      line-height: 24px; }
    #vigoda .product-block .price .price-old {
      float: left;
      font-size: 14px;
      line-height: 24px;
      color: #999999;
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      padding: 0 0px 0px 10px; }
    #vigoda .product-block .price .podarok {
      color: #EE423E;
      font-size: 18px;
      line-height: 24px; }
  #vigoda .product-block .name {
    margin-bottom: 25px; }
  #vigoda .more_products {
    color: #EE423E; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .row-offcanvas-left {
    left: 0; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; }
  .row-offcanvas-left.active {
    left: 0; }
    .row-offcanvas-left.active .sidebar-offcanvas {
      left: 0; }
  .sidebar-offcanvas {
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 9999; }
    .sidebar-offcanvas ul, .sidebar-offcanvas ol {
      padding: 0; }
      .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
        list-style: none; }
  .bottom-offcanvas {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; } }

/*offcanvas-menu*/
#offcanvasmenu .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-left: 5px;
  display: none !important; }

#offcanvasmenu .pavo-widget .widget-heading {
  margin-top: 15px; }

#offcanvasmenu .fa-minus-square:before {
  content: "\f068"; }

#offcanvasmenu .fa-plus-square:before {
  content: "\f067"; }

#offcanvasmenu .navbar-nav {
  float: none;
  margin: 0; }
  #offcanvasmenu .navbar-nav > li {
    float: none;
    background-color: #FFFFFF;
    border-right: none; }
    #offcanvasmenu .navbar-nav > li:hover:after {
      display: none; }
    #offcanvasmenu .navbar-nav > li .click-canavs-menu {
      cursor: pointer;
      display: inline-block;
      padding: 14px 20px;
      position: absolute;
      right: 0;
      z-index: 1; }
    #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
      padding: 10px 25px; }
    #offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
      padding: 10px 15px; }
    #offcanvasmenu .navbar-nav > li > a {
      display: block;
      -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      color: #3C3C3C;
      font-size: 16px;
      font-family: "Akrobat", sans-serif; }

#offcanvasmenu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  position: static;
  visibility: visible;
  width: auto !important;
  min-width: 160px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  filter: alpha(opacity=100); }
  #offcanvasmenu .dropdown-menu a {
    font-size: 13px;
    padding: 5px 0;
    display: block;
    color: #3C3C3C; }
    #offcanvasmenu .dropdown-menu a img {
      width: 160px; }

#offcanvasmenu .w-product {
  padding: 0; }

#offcanvasmenu .product-block {
  border: none;
  padding: 0; }
  #offcanvasmenu .product-block .image {
    float: none;
    margin: 0; }

#offcanvasmenu ul.cat_all {
  display: flex;
  flex-wrap: wrap; }
  #offcanvasmenu ul.cat_all li {
    width: calc(100% / 3);
    padding: 12px 0 0 0;
    border: none; }
    #offcanvasmenu ul.cat_all li a {
      font-size: 14px;
      font-family: "Akrobat", sans-serif;
      text-align: center; }
      #offcanvasmenu ul.cat_all li a span {
        display: block;
        text-transform: uppercase; }
    #offcanvasmenu ul.cat_all li i {
      display: none; }
  #offcanvasmenu ul.cat_all ul.children {
    display: none; }

.menuwall {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
  left: 70vw; }

.row-offcanvas.active .menuwall {
  width: 100%;
  height: calc(100% - 110px);
  text-align: center;
  position: absolute;
  top: 110px;
  visibility: visible;
  opacity: 1;
  left: 0; }

.canvas-menu {
  margin: 0;
  background: transparent;
  color: #82b4bd;
  font-size: 28px;
  padding: 0 10px;
  border: none;
  position: relative;
  left: -10px; }
  .row-offcanvas.active .canvas-menu .fa-bars:before {
    content: '\f00d'; }

@media (max-width: 480px) {
  #offcanvasmenu ul.cat_all li {
    width: 50%; } }

.col-nopadding .row {
  margin-left: 0;
  margin-right: 0; }
  .col-nopadding .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.nopadding [class*="col-"], .nopadding [class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.arrow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #343434;
  font-size: 19px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.address li span, .address li a {
  overflow: hidden;
  display: block; }

.address li .icon {
  width: 16px;
  height: 20px;
  background: url(../image/icon-address.png) 0 0 no-repeat;
  margin-right: 10px; }
  .address li .icon.icon-phone {
    background-position: 0 -19px; }
  .address li .icon.icon-mail {
    background-position: 0 -43px; }

.over-hidden {
  overflow: hidden; }
  .over-hidden .col-inner {
    overflow: hidden; }
  .over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

/* back top top */
.scrollup {
  background: #ffcf06 !important;
  bottom: 82px;
  position: fixed;
  right: 10px;
  z-index: 9999; }

.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

.carousel.vertical .active {
  top: 0; }

.carousel.vertical .next {
  top: 400px; }

.carousel.vertical .prev {
  top: -400px; }

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .active.left {
  top: -400px; }

.carousel.vertical .active.right {
  top: 400px; }

.carousel.vertical .item {
  left: 0; }

/*  */
.autosearch-wrapper.input-group {
  margin-top: 17px; }

#content .sphinxsearch {
  left: 15px; }

.sphinxsearch {
  width: 100%;
  right: 0;
  left: auto;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  border: none;
  z-index: 99999;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .sphinxsearch > a {
    transition: 0.2s all;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    border-bottom: 1px #ebebeb solid; }
    .sphinxsearch > a:first-child {
      border-top: none; }
    .sphinxsearch > a:last-child {
      border-bottom: none; }
    .sphinxsearch > a img {
      float: left;
      margin: 0 10px 0 0;
      padding: 5px; }
  .sphinxsearch .categories span, .sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee; }
  .sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px; }

.product_sp {
  width: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "Akrobat", sans-serif;
  position: relative;
  top: 6px;
  padding-bottom: 30px; }

.price_sp {
  width: calc(100% - 95px);
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  left: 80px;
  font-weight: 600; }
  .price_sp .old {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 7px;
    color: #777; }

.sphinx-viewall {
  padding: 6px 25px;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  width: 100%; }
  .sphinx-viewall:hover {
    background: #FFFFFF; }
  .sphinx-viewall #view-all {
    font-family: "Akrobat", sans-serif;
    padding: 0 25px;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    background: #EE423E;
    color: #fff;
    line-height: 36px;
    text-decoration: none; }
    .sphinx-viewall #view-all:hover {
      background: #3C3C3C;
      color: #fff; }
  .sphinx-viewall-no-res {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #3C3C3C;
    width: 100%;
    line-height: 30px; }

@media (max-width: 991px) {
  .sphinxsearch .product_sp {
    padding: 10px 10px 20px 10px; } }

@media (max-width: 767px) {
  .sphinxsearch {
    top: 91px; } }

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch; }

[data-simplebar="init"] {
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important; }

.simplebar-content {
  overflow: hidden !important;
  box-sizing: border-box !important;
  min-height: 100% !important; }
  .simplebar-content li {
    padding-right: 10px; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track.vertical {
  top: 0;
  margin-bottom: 17px; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.button-credit {
  padding: 0 5px !important;
  margin-left: 12px; }

.panel {
  margin-bottom: 0; }

.space-padding-0 {
  padding: 0 !important; }

button:active, button:focus {
  outline: none !important; }

#page {
  position: relative;
  min-height: 100vh; }
  #page > .container {
    min-height: calc(100vh - 448px); }
  #page.hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(60, 60, 60, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #page.pop_top:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: rgba(60, 60, 60, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

#header-layout {
  position: relative;
  z-index: 100;
  background: #fff; }

.main-title {
  position: absolute;
  left: -9999rem;
  top: -9999rem; }

.page-themecontrol-product #page {
  min-height: 1px; }

.page-themecontrol-product .product-info .title-product {
  font-size: 30px; }

.page-themecontrol-product .product-info .price.detail .price-new {
  font-size: 35px; }

.page-themecontrol-product .product-info .quantity {
  margin-bottom: 15px; }

.zoomWindow {
  background-color: #fff; }

.pav-container .panel-body {
  padding: 0; }

#tab-description img {
  height: auto; }

#tab-downloads ul li {
  list-style: none; }

.bigbtn {
  border: 2px solid;
  font-family: "Akrobat", sans-serif;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  background-repeat: no-repeat; }
  .bigbtn.white {
    color: #3C3C3C;
    border-color: #EE423E;
    background-color: #fff; }
  .bigbtn.transparent {
    border-color: #ffcf06;
    color: #fff;
    background-color: transparent; }
  .bigbtn.yellow {
    background-color: #EE423E;
    color: #fff;
    border-color: #EE423E;
    padding: 5px 15px; }
    .bigbtn.yellow:hover, .bigbtn.yellow:active, .bigbtn.yellow:focus {
      border-color: #3C3C3C;
      color: #fff;
      background: #3C3C3C; }
  .bigbtn.tags {
    border-color: #82b4bd; }
    .bigbtn.tags:hover, .bigbtn.tags:active, .bigbtn.tags:focus {
      border-color: #3C3C3C; }
  .bigbtn:hover, .bigbtn:active, .bigbtn:focus {
    border-color: #D82C28;
    text-decoration: none; }

.success .success_button {
  background-color: #EE423E;
  color: #fff !important;
  border-color: #EE423E; }

#mainmenutop .nav.navbar {
  height: 60px; }

#mainmenutop .panel-v4 .panel-body {
  border: none !important; }

.modal-dialog .reserve_button, .modal-dialog .callback_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #EE423E;
  color: #fff !important;
  font-family: "Akrobat", sans-serif;
  font-size: 16px !important;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  border: 1px solid #EE423E;
  padding: 10px 15px;
  text-transform: uppercase; }
  .modal-dialog .reserve_button:hover, .modal-dialog .callback_button:hover {
    background: #fff;
    color: #EE423E !important; }

.contact-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #D82C28;
  top: 0;
  position: absolute;
  color: #fff; }
  .contact-icon i.fa {
    font-size: 30px;
    padding: 9px 10px 12px 10px;
    width: 50px;
    height: 50px;
    text-align: center; }

.contact-text {
  display: inline-block;
  padding-left: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  line-height: 24px; }
  .contact-text div.contact-text-b-days div {
    display: inline-block; }
    .contact-text div.contact-text-b-days div:first-child {
      width: 170px; }

.cattop {
  background: transparent no-repeat center top;
  background-size: cover;
  height: 24vw; }

.search_block {
  overflow: visible; }
  .search_block form {
    margin: 0; }
  .search_block button {
    border: none; }
    .search_block button:focus, .search_block button:active {
      outline: none !important; }
  .search_block .dropdown-menu.autosearch {
    margin: 0;
    width: 350px;
    min-width: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: none;
    border-radius: 0;
    top: 100%; }
    .search_block .dropdown-menu.autosearch li {
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      display: inline-block;
      width: 100%;
      padding-bottom: 5px;
      cursor: pointer;
      line-height: 1;
      position: relative;
      border-bottom: 1px #ebebeb solid; }
      .search_block .dropdown-menu.autosearch li:hover {
        background-color: #fafafa; }
      .search_block .dropdown-menu.autosearch li:last-child {
        background-color: #fff; }
      .search_block .dropdown-menu.autosearch li:nth-last-child(-n+2) {
        border: none; }
      .search_block .dropdown-menu.autosearch li > div {
        line-height: 1.5;
        display: inline-block; }
      .search_block .dropdown-menu.autosearch li a {
        white-space: normal;
        padding: 3px 5px; }
      .search_block .dropdown-menu.autosearch li .as-image {
        float: left;
        padding: 5px;
        width: 80px;
        margin-right: 10px; }
        .search_block .dropdown-menu.autosearch li .as-image img {
          height: auto;
          width: 100%; }
      .search_block .dropdown-menu.autosearch li .as-title {
        width: 100%;
        font-size: 16px;
        margin: 0;
        font-family: "Akrobat", sans-serif;
        position: relative;
        top: 6px;
        padding-bottom: 30px; }
        .search_block .dropdown-menu.autosearch li .as-title a {
          color: #3C3C3C; }
      .search_block .dropdown-menu.autosearch li .as-price {
        width: calc(100% - 95px);
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        bottom: 7px;
        left: 95px; }
        .search_block .dropdown-menu.autosearch li .as-price .price-old {
          font-size: 14px;
          text-decoration: line-through;
          margin-right: 7px;
          color: #777; }
      .search_block .dropdown-menu.autosearch li #showall {
        padding: 6px 25px;
        margin-top: 15px;
        display: inline-block; }
    @media (max-width: 1199px) {
      .search_block .dropdown-menu.autosearch {
        width: 300px; }
        .search_block .dropdown-menu.autosearch li .as-image {
          width: 80px; }
        .search_block .dropdown-menu.autosearch li .as-title {
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          line-height: 16px; }
        .search_block .dropdown-menu.autosearch li .as-price {
          width: calc(100% - 120px);
          left: 95px; } }
    @media (max-width: 767px) {
      .search_block .dropdown-menu.autosearch {
        width: 380px;
        right: 0;
        left: auto;
        top: calc(100% + 4px); } }
    @media (max-width: 421px) {
      .search_block .dropdown-menu.autosearch {
        top: calc(100% + 3px);
        width: calc(100vw - 30px);
        left: auto; } }

.producttabs {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 20px; }
  .producttabs .tab-header {
    text-align: center;
    font-family: "Akrobat", sans-serif;
    font-size: 45px;
    text-transform: uppercase; }

#checkout-form #shipping_methods .radio, #checkout-form #payment_methods .radio {
  margin-left: 0 !important; }

.radio_custom .list_of_points {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
  padding-left: 22px; }

.radio_custom a {
  padding-left: 10px;
  font-size: 18px;
  color: #ffcf06; }

.radio_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3C;
  margin: 1px 0; }
  .radio_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0; }
  .radio_custom .input-control__indicator {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    user-select: none;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #EE423E; }
  .radio_custom .input-control.radio input ~ .input-control__indicator:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.95);
    transform-origin: center center;
    width: 100%;
    background: #EE423E;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    border: 3px #FFFFFF solid; }
  .radio_custom .input-control.radio input:checked ~ .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }

@media (max-width: 767px) {
  .radio_custom .input-control, .radio_custom .list_of_points {
    font-size: 14px; } }

.checkbox_custom a.agree b {
  font-weight: 600;
  padding: 0; }

.checkbox_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #3C3C3C;
  padding-top: 5px;
  margin: 10px 10px 5px 0px;
  text-transform: none;
  text-align: left; }
  .checkbox_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0; }
  .checkbox_custom .input-control__indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 2px #BABABA solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator {
    border: 2px #EE423E solid; }
  .checkbox_custom .input-control.checkbox input ~ .input-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    transform-origin: center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    -webkit-transform: translateZ(1px) rotate(45deg);
    -moz-transform: translateZ(1px) rotate(45deg);
    -ms-transform: translateZ(1px) rotate(45deg);
    -o-transform: translateZ(1px) rotate(45deg);
    border-bottom: #EE423E 2px solid;
    width: 10px;
    height: 15px;
    border-right: #EE423E 2px solid; }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }

#button-order {
  margin-top: 15px; }

.category_widget a .type1 {
  height: 500px;
  background: transparent center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative; }
  .category_widget a .type1 h2 {
    margin: 0;
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    padding: 23px 0;
    display: inline-block; }

.product-compare .comparetable {
  overflow-x: auto; }
  .product-compare .comparetable .img-thumbnail {
    border: none; }
  .product-compare .comparetable .table > thead > tr > td, .product-compare .comparetable .table > tbody > tr > td, .product-compare .comparetable .table > tfoot > tr > td {
    min-width: 250px; }
    .product-compare .comparetable .table > thead > tr > td:first-child, .product-compare .comparetable .table > tbody > tr > td:first-child, .product-compare .comparetable .table > tfoot > tr > td:first-child {
      min-width: 180px; }

.product-compare .compare_actions input, .product-compare .compare_actions a {
  padding: 3px;
  margin: 7px 0;
  width: 100px;
  display: inline-block; }

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 999;
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  #totop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #3C3C3C; }

#coupon_form h4 {
  font-size: 16px; }

#coupon_form #button-coupon {
  padding: 0 16px; }

.maintenance {
  min-height: calc(100vh - 381px); }

h1 {
  margin: 0 auto;
  font-family: "Akrobat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0px 0 50px 0; }

.product-info h1 {
  padding-bottom: 24px; }

.owl-prev, .owl-next {
  position: absolute;
  top: 40px;
  padding: 10px;
  width: 33px;
  height: 50px;
  color: #3C3C3C;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: transparent; }

.owl-prev {
  left: -34px; }

.owl-next {
  right: -31px; }

.mfilter-box .box-heading {
  display: none; }

.mfilter-box .box-content {
  border: none; }
  .mfilter-box .box-content .mfilter-heading {
    background: transparent;
    border: none; }
    .mfilter-box .box-content .mfilter-heading .mfilter-heading-content {
      padding: 20px 0 6px 0; }
    .mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
      width: 25px;
      height: 20px;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      background: url("/image/i/mfminus.png") no-repeat transparent center; }
    .mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-head-icon {
      background-image: url("/image/i/mfplus.png"); }
  .mfilter-box .box-content .mfilter-heading-text {
    width: calc(100% - 27px);
    margin-left: 0; }
    .mfilter-box .box-content .mfilter-heading-text > span {
      padding-left: 0;
      font-size: 14px;
      text-transform: uppercase; }
  .mfilter-box .box-content .mfilter-col-input {
    padding-right: 8px; }
  .mfilter-box .box-content .mfilter-opts-container {
    border-top: 1px solid #acacac;
    padding: 9px 0 5px 0; }
    .mfilter-box .box-content .mfilter-opts-container label {
      font-weight: 400; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
      border-radius: 0;
      background: #acacac; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-counter:after {
        content: none; }
    .mfilter-box .box-content .mfilter-opts-container input[type="text"] {
      border-radius: 0;
      height: 45px; }
    .mfilter-box .box-content .mfilter-opts-container .form-control[disabled], .mfilter-box .box-content .mfilter-opts-container .form-control[readonly], .mfilter-box .box-content .mfilter-opts-container fieldset[disabled] .form-control {
      background: #FFFFFF; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider {
      border: #acacac 1px solid;
      background: #FFFFFF;
      margin: 15px 2px 0 5px !important; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-range, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-range {
        background: #acacac !important; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-handle, .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-handle {
        background: #FFFFFF !important;
        height: 18px !important;
        border: 1px #acacac solid !important;
        border-radius: 0; }

.mfilter-box .mfilter-tb-as-td {
  vertical-align: bottom;
  font-size: 12px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #acacac;
  border-radius: 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: visible;
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    margin: 0 25px 0 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #3C3C3C;
    height: 30px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    line-height: 38px;
    background-color: #FFFFFF;
    color: #3C3C3C;
    text-align: center; }
    .selectric .button:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #3C3C3C;
      border-right: 1px solid #3C3C3C;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      right: 10px;
      top: 10px; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }
  .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric .button::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform-origin: 4px 5px; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #acacac;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-items ul, .selectric-items .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #3C3C3C;
    cursor: pointer;
    line-height: 17px;
    font-family: "Akrobat", sans-serif;
    white-space: nowrap; }
    .selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
      background-color: #f3f3f3; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

#top_right {
  margin: 0px 0 0 0;
  position: relative;
  float: right;
  height: 72px; }
  #top_right > div {
    padding-top: 20px;
    float: left; }

.product-compare-header {
  margin: 0 40px 0 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  .product-compare-header a {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    color: #3C3C3C;
    display: inline-block;
    text-decoration: none; }
  .product-compare-header p {
    margin: 0; }
    .product-compare-header p#compare-total {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      margin: 8px 0 0 10px;
      float: left; }
  .product-compare-header div {
    display: inline-block; }
  .product-compare-header img {
    display: block;
    float: left; }
  .product-compare-header .badge {
    color: #3C3C3C;
    position: absolute !important;
    top: 5px !important;
    right: 10px;
    padding: 3px;
    min-width: 17px;
    line-height: 11px;
    z-index: 99;
    background: #ffcf06; }

.widget-products .owl-stage {
  padding: 15px 0; }

.widget-products .owl-item:hover {
  z-index: 400; }

.widget-products .owl-next, .widget-products .owl-prev {
  top: calc(50% - 40px);
  font-size: 22px; }

.page-information h1, .checkout-buy h1 {
  margin-top: 0; }

.page-information h2, .page-information h2 span, .page-information h3, .page-information h3 span, .checkout-buy h2, .checkout-buy h2 span, .checkout-buy h3, .checkout-buy h3 span {
  font-family: "Akrobat", sans-serif !important;
  font-weight: 400; }

.page-information p, .page-information li, .checkout-buy p, .checkout-buy li {
  font-size: 16px; }

.pagescarousel {
  margin: 30px 0; }
  .pagescarousel .item {
    padding: 0 47px; }
  .pagescarousel h3 {
    margin: 0 0 15px 0; }
  .pagescarousel .owl-next, .pagescarousel .owl-prev {
    top: calc(50% - 20px); }
  .pagescarousel .owl-prev {
    left: 0; }
  .pagescarousel .owl-stage {
    display: flex;
    align-items: stretch; }
  .pagescarousel .owl-item {
    position: relative; }
  .pagescarousel .pc_wrapper {
    display: flex; }
    .pagescarousel .pc_wrapper > div.pc_image, .pagescarousel .pc_wrapper > div.pc_text {
      flex: 0 0 50%; }
    .pagescarousel .pc_wrapper > div.pc_text {
      padding-right: 15px; }
      .pagescarousel .pc_wrapper > div.pc_text p {
        text-align: justify;
        padding-bottom: 46px; }
      .pagescarousel .pc_wrapper > div.pc_text .btn {
        position: absolute;
        bottom: 0; }
    .pagescarousel .pc_wrapper > div.pc_image {
      padding-left: 15px; }

.defhome .rev_slider li {
  position: absolute; }
  .defhome .rev_slider li img {
    position: relative;
    z-index: 0; }
  .defhome .rev_slider li .slider_desc {
    position: absolute;
    left: 80px;
    top: 60px;
    width: 40%; }
    .defhome .rev_slider li .slider_desc .title {
      font-family: "Akrobat", sans-serif !important;
      font-style: normal;
      font-weight: 800;
      font-size: 64px;
      line-height: 68px;
      text-transform: uppercase;
      color: #fff;
      margin: 0 0 30px 0; }
    .defhome .rev_slider li .slider_desc .text {
      font-family: "Akrobat", sans-serif !important;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      color: #fff;
      margin: 0 0 40px 0; }
    .defhome .rev_slider li .slider_desc .link a {
      font-family: "Akrobat", sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      background: #EE423E;
      /* main */
      display: inline-block;
      border: 1px solid #EE423E;
      border-radius: 2px;
      padding: 8px 16px; }

.defhome .tp-bullets {
  left: 50px !important;
  bottom: -50px !important;
  margin: 0; }
  .defhome .tp-bullets .bullet {
    background: #BABABA !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #fff; }

.defhome .tp-bullets.simplebullets.round .bullet:hover, .defhome .tp-bullets.simplebullets.round .bullet.selected, .defhome .tp-bullets.simplebullets.navbar .bullet:hover, .defhome .tp-bullets.simplebullets.navbar .bullet.selected {
  background-color: #EE423E !important;
  border: 0; }

.defhome .all_action {
  text-align: right;
  border-left: 1px solid #F0F1F3; }
  .defhome .all_action a {
    display: inline-block;
    background: #EE423E;
    padding: 30px 95px;
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff; }
    .defhome .all_action a:hover {
      background: #D82C28;
      text-decoration: none; }

.holiday_works {
  position: absolute;
  top: 8px;
  left: -150px;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-top: 10px;
  border: none !important;
  margin-left: auto !important; }
  @media (max-width: 1449px) {
    .holiday_works {
      left: 0;
      bottom: -25px;
      top: unset; } }
  @media (max-width: 991px) {
    .holiday_works {
      bottom: 0;
      top: 5px; } }
  @media (max-width: 669px) {
    .holiday_works {
      width: 100px;
      top: 0;
      left: -15px; } }

#is_ip .radio_custom .input-control {
  margin-right: 15px; }

.type-mail-send {
  list-style: none;
  padding: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0; }

.page-product .tabs_product_module {
  margin-top: 80px; }

@media (min-width: 1450px) {
  .cat_home .image-left {
    width: 90%; }
  .cat_home .image-right {
    top: 20%;
    width: 30%; }
  #home_about .col-md-6:nth-child(1) {
    width: 40%; }
  #home_about .sub_title_block .sub_title {
    padding-left: 25px;
    padding-right: 60px; }
  #home_about .sub_title_block .sub_title:before {
    left: 25px; }
  .bpt {
    padding: 25px 0; }
  .tabs_product_module {
    margin-top: 80px; }
  .podpiska {
    margin-top: 40px; }
  .product-info .btn-credit {
    float: left; }
  .product-info .btn-credit.btn-rassrocka {
    margin-left: 15px; }
  .product-info .cheap_invoice {
    float: left;
    margin: 0 0 0 15px; }
  .product-info .cheap_invoice a {
    vertical-align: top; }
  .image-container {
    padding-right: 200px; }
  .tabs_product_module > .tab-content > .row {
    border-top: 1px solid #F0F1F3; }
  .inner_block {
    border-left: 0;
    border-top: 0; }
  .tabs_product_module .inner_block:nth-child(6n+1) {
    border-left: 1px solid #F0F1F3; }
  #products .inner_block:nth-child(6n+6) {
    border-right: 0; }
  #payment_methods .radio_custom .input-control {
    min-height: 50px; }
  .defhome .all_action a {
    padding: 30px 88px; }
  .product-markdown-view .btn-credit {
    float: unset; }
  .product-markdown-view .btn-credit.btn-rassrocka {
    margin: 0; }
  .product-markdown-view .cheap_invoice {
    margin: 0; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  #products .inner_block:nth-child(4n+4) {
    border-right: 0; } }

@media (max-width: 1449px) {
  .information-news-item .news_column {
    flex: 0 30%; }
  .information-news-item #content {
    flex: 1 70%; }
  #news_list .news_item {
    flex: 0 25%; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .tabs_product_module > .tab-content > .row {
    border-top: 1px solid #F0F1F3; }
  .inner_block {
    border-left: 0;
    border-top: 0; }
  .tabs_product_module .inner_block:nth-child(4n+1) {
    border-left: 1px solid #F0F1F3; }
  #payment_methods .radio_custom .input-control {
    min-height: 76px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  #products .inner_block:nth-child(3n+3) {
    border-right: 0; }
  .cat_home.cat_home2 .image-left img.hidden-xs {
    height: 340px; }
  .tabs_product_module.home_podarok .inner_block {
    border-bottom: 0;
    border-left: 0; }
  .tabs_product_module.home_podarok .inner_block:nth-child(2) {
    border-left: 1px solid #F0F1F3; } }

@media (min-width: 992px) {
  i.click-allcat {
    display: none; }
  .modal-dialog {
    width: 500px; } }

@media (max-width: 1199px) {
  .mfilter-content #mfilter-opts-price-min, .mfilter-content #mfilter-opts-price-max {
    width: 75px;
    min-width: 75px;
    padding: 9px 7px; }
  .footer-center .main-footer {
    margin-left: 0; }
  .pav-megamenu #bs-megamenu {
    margin-right: 7px; }
  .pav-megamenu .navbar-nav > li > a {
    padding: 24px 9px;
    font-size: 18px; }
    .pav-megamenu .navbar-nav > li > a.dropdown-toggle {
      padding-right: 9px; }
    .pav-megamenu .navbar-nav > li > a .caret::before {
      left: 3px; }
  .producttabs .btn-dark {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px; }
  .feature-box-v1 {
    padding: 12px 20px; }
    .feature-box-v1 .fbox-body.white strong {
      font-size: 18px; }
  .home3 .featured-category ul li .caption {
    padding: 20px 5px; }
  .home3 .featured-category .image {
    margin: 5px 0 5px 10px; }
  .product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
    padding: 0 5px; }
  .product-markdown-view .wrapper-credit-group {
    flex-direction: column; }
  .mfilter-free-container {
    top: 174px; }
  .header-bottom .logo-container {
    flex: 0 0 170px;
    margin-right: 5px; }
    .header-bottom .logo-container span {
      font-size: 8px;
      letter-spacing: 1px;
      left: 16px; }
  .defhome .rev_slider li .slider_desc {
    position: absolute;
    left: 80px;
    top: 60px;
    width: 40%; }
    .defhome .rev_slider li .slider_desc .title {
      font-size: 44px;
      line-height: 48px;
      margin: 0 0 20px 0; }
    .defhome .rev_slider li .slider_desc .text {
      font-size: 16px;
      line-height: 18px; }
  .bpt {
    padding: 15px 0; }
  .cat_home .image-left .opisanie {
    top: 15%; }
  .cat_home .image-right ul li a {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: normal; }
  #payment_methods .radio_custom {
    min-height: 96px; }
  .page-product .tabs_product_module .title_module span {
    font-size: 30px;
    line-height: normal; }
  #news_list .news_item {
    flex: 0 calc(100% / 3); } }

@media (min-width: 768px) and (max-width: 991px) {
  .page-product #image-additional {
    position: absolute;
    left: -120px;
    padding-top: 150px; }
    .page-product #image-additional .owl-carousel {
      transform: rotate(90deg);
      width: 350px;
      margin-top: 0px; }
    .page-product #image-additional .item {
      transform: rotate(-90deg); }
    .page-product #image-additional .owl-carousel .owl-nav {
      display: flex;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      top: calc(50% - 13px); }
    .page-product #image-additional div.owl-carousel .owl-nav .owl-prev, .page-product #image-additional div.owl-carousel .owl-nav .owl-next {
      font-size: 18px;
      top: unset;
      bottom: 15px;
      color: #3C3C3C; }
  .common-home #sidebar-main {
    padding: 0px; }
  #widget_news {
    padding: 0 25px 0 15px; } }

@media (max-width: 1024px) {
  .product-info .btn-credit.btn-rassrocka {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left; }
  .home_podarok.tabs_product_module .title_module span {
    margin: 15px 0;
    padding: 0 0 15px 0; }
    .home_podarok.tabs_product_module .title_module span br {
      display: none; }
  .product-markdown-view .btn-credit.btn-rassrocka {
    margin: 0; } }

/*$media (max-width: 991px) {*/
@media (max-width: 991px) {
  .home3 .layerslider-wrapper {
    margin-bottom: 30px; }
  #news_list .news_item {
    flex: 0 50%; }
  .information-news-item .container-inside > .row {
    flex-wrap: wrap; }
  .information-news-item .news_column {
    flex: 100%; }
  .information-news-item #content {
    flex: 100%; }
  .panel-v1 > .panel-heading .panel-title {
    font-size: 18px; }
  .productdeals-v1 .product-block .product-meta {
    text-align: center; }
  .tab-v1 .nav-tabs > li > a {
    padding: 0 10px; }
  .footer-center .footer-name img {
    width: 300px; }
  .footer-center .footer-name span {
    display: block; }
  .footer-center .panel {
    margin-bottom: 15px; }
  #footer .container {
    padding-right: 25px; }
    #footer .container .footer-left {
      float: none;
      margin: 0 auto 30px auto; }
  .featured-category ul li .caption {
    padding: 20px 5px; }
  .featured-category .image {
    margin: 5px 0 5px 10px; }
  .zoomContainer {
    display: none; }
  .product-grid .product-block .action > div {
    padding-right: 2px; }
  body .mfilter-free-container {
    top: 163px !important;
    padding: 0 !important;
    margin-right: -222px;
    margin-left: auto;
    right: 0;
    left: auto; }
    body .mfilter-free-container #mfilter-free-container-0 {
      padding: 0 5px !important;
      overflow: auto !important; }
    body .mfilter-free-container .mfilter-free-button {
      background: #ffcf06;
      margin: 0 220px 0 -45px;
      border-color: #ffcf06; }
      body .mfilter-free-container .mfilter-free-button:before {
        content: '\f0b0';
        font-family: 'Fontawesome';
        color: #FFFFFF;
        font-size: 24px;
        line-height: 23px;
        padding: 3px; }
    body .mfilter-free-container #mfilter-opts-price-min, body .mfilter-free-container #mfilter-opts-price-max {
      width: 75px;
      min-width: 75px;
      padding: 9px 7px; }
  .pagination > li > a,
  .pagination > li > span {
    margin-bottom: 8px; }
  .tree-menu ul li:hover {
    background-color: #FFFFFF; }
    .tree-menu ul li:hover a {
      color: #3C3C3C; }
  .h1_container h1 {
    padding: 15px;
    font-size: 30px; }
  .cat_all > li {
    position: relative; }
    .cat_all > li .click-allcat {
      cursor: pointer;
      display: inline-block;
      padding: 10px;
      top: 8px;
      position: absolute;
      right: 0;
      z-index: 1;
      color: #3C3C3C; }
  .category_widget .type1 {
    height: 300px; }
    .category_widget .type1 h2 a {
      font-size: 15px;
      padding: 27px 0; }
  .pagescarousel .pc_wrapper {
    flex-wrap: wrap; }
    .pagescarousel .pc_wrapper > div.pc_image, .pagescarousel .pc_wrapper > div.pc_text {
      flex: 0 0 100%; }
    .pagescarousel .pc_wrapper > div.pc_image {
      order: 1;
      padding: 0; }
    .pagescarousel .pc_wrapper > div.pc_text {
      order: 2; }
  .func_list {
    flex-wrap: wrap; }
    .func_list > div {
      width: 100%; }
    .func_list img {
      max-width: 100%;
      max-height: unset; }
  .defhome .rev_slider li .slider_desc {
    width: 80%;
    left: 20px;
    top: 20px; }
    .defhome .rev_slider li .slider_desc .title {
      font-size: 34px;
      line-height: 38px;
      margin: 0 0 20px 0; }
  .cat_home .image-left .opisanie {
    top: auto;
    bottom: 15%; }
    .cat_home .image-left .opisanie .title {
      font-size: 36px;
      line-height: 44px; }
  .cat_home .image-right {
    width: 50%;
    right: 10px; }
  .cat_home .image-right ul li a {
    margin: 5px 0 15px 0;
    font-size: 18px;
    line-height: normal; }
  #home_about .title {
    padding: 48px 18px 0 18px;
    font-size: 30px;
    line-height: 36px; }
  #home_about .sub_title_block {
    padding-top: 15px;
    padding-bottom: 15px; }
  #home_about .link {
    margin: 25px 0 50px 0;
    padding: 0 18px; }
  .ft-phone {
    display: block; }
  .order {
    display: flex; }
  .order-sm-1 {
    order: 1;
    position: relative; }
  .order-sm-2 {
    order: 2; }
  .cat-items {
    padding: 50px 0 0 30px;
    height: 225px; }
  .cat-items .title {
    font-size: 30px;
    line-height: 36px; }
  .cat-items .count {
    font-size: 24px;
    line-height: 28px; }
  #payment_methods .radio_custom {
    width: 100%;
    height: auto;
    min-height: auto; }
  .media-left,
  .media-right,
  .media-body {
    display: block; }
  .header-top {
    height: auto; }
  .header-top .topcontact_block {
    float: none;
    padding: 7px 0; }
  .header-top .topcontacts.worktime {
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px; }
  .header-top .topcontacts.phone {
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
    .header-top .topcontacts.phone span {
      display: inline-block; }
  #searchtop {
    margin: 10px 0 0 0; }
  .logo_mob {
    padding: 15px 0 0 0;
    text-align: center;
    display: block; }
  .headercart {
    margin-right: 20px; }
  #cart {
    height: auto; }
  #searchtop input.form-control {
    border-bottom: 2px solid #3C3C3C; }
  .defhome .all_action a {
    padding: 15px 30px; }
  .canvas-menu {
    background: #EE423E;
    padding: 14px 20px;
    margin: 0 -5px;
    color: #fff; }
  .buy_products .cart-top-padding {
    padding-top: 0px; }
  .defhome .tp-bullets {
    bottom: -35px !important; }
  .tabs_product_module.home_podarok .inner_block {
    border-bottom: 0;
    border-left: 0; }
  .tabs_product_module.home_podarok .inner_block:nth-child(2) {
    border-left: 1px solid #F0F1F3; }
  .ft-addr > span {
    display: block; }
  .sidebar-offcanvas .offcanvas-heading.panel-heading {
    display: none; }
  .sidebar-offcanvas .panel-heading {
    padding: 0 20px; }
  .page-product {
    padding-bottom: 104px; }
  .product-markdown-view .wrapper-credit-group {
    flex-direction: row; }
    .product-markdown-view .wrapper-credit-group .btn-rassrocka {
      width: auto; } }

@media (max-width: 768px) {
  .alert {
    margin: 10px 15px; }
  .quickview, .zoom {
    display: none !important; } }

@media (max-width: 767px) {
  .holiday_works {
    position: unset;
    width: 100%;
    text-align: center; }
  .fancybox-skin {
    padding: 24px 16px !important; }
  .holiday_table .hw_col {
    font-size: 14px !important;
    line-height: 14px !important; }
  #header-layout .header-bottom .product-compare-header img {
    height: 26px;
    width: 26px; }
  #header-layout .header-bottom .headercart #cart img {
    width: 26px;
    height: 23px; }
  h1 {
    font-size: 20px !important;
    line-height: 24px; }
  .product-info .prod_info .btn-compare {
    margin-left: 0; }
  .prod_info .col-xs-12 {
    margin-bottom: 10px; }
  .product-info .product_right_info {
    margin: 0 -15px 25px -15px; }
  .tabs .tabs__caption li {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%; }
  .tabs .tabs__content {
    padding: 0 10px 10px 10px; }
  .param_list .double, .param_list .single {
    background: none; }
  .param_list .double .param_k, .param_list .single .param_k {
    width: 70%;
    display: inline;
    float: left; }
  .param_list .double .param_v, .param_list .single .param_v {
    width: 30%;
    min-width: auto; }
  .storage_widget {
    padding: 0;
    background: none; }
    .storage_widget table {
      display: block; }
      .storage_widget table tr {
        display: block; }
        .storage_widget table tr td {
          display: block;
          text-align: left !important; }
  #storage_address {
    padding: 10px 0 10px 50px !important;
    background: url(../image/reserv_mob.svg) no-repeat left 5px;
    display: block;
    margin-bottom: 10px;
    min-height: 30px; }
  .tabs_product_module .title_module span {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 4px solid #EE423E; }
    .tabs_product_module .title_module span br {
      display: none; }
  #footer {
    margin-top: 40px; }
  .buy_products .list_product_cart .row .btn-delete {
    margin: 0; }
  .buy_products .list_product_cart .row .product-quantity {
    margin: 15px 0 15px 0; }
  .bottom_cart {
    margin-bottom: 0;
    padding: 15px; }
  #buy_form_wrapper #promo_kod {
    position: relative;
    bottom: auto;
    background: #F0F1F3; }
  #buy_form_wrapper #promo_kod #coupon_form .coupon_button input {
    width: 100%;
    padding: 1px 0;
    height: auto; }
  #buy_form_wrapper #promo_kod #coupon_form .coupon_button .form-group {
    float: left;
    margin: 0; }
  #buy_form_wrapper #promo_kod #coupon_form .coupon_button #button-coupon {
    float: left; }
  #client-form, #shipping_methods, #payment_methods, #comment_block, #buttons-cart {
    padding: 10px 10px;
    margin: 0 -30px 15px -30px; }
  #shipping_methods, #payment_methods, #comment_block {
    margin-top: 48px; }
  #input-comment {
    width: calc(100% - 30px);
    margin: 0 15px; }
  #shipping_methods .tabs .tabs__caption li {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .common-home .main-column {
    padding: 0; }
  .defhome .all_action a {
    padding: 5px; }
  .cat_home .image-left {
    width: 100%; }
  .cat_home .image-right {
    position: relative;
    width: 100%;
    right: auto;
    top: auto; }
  .cat_home .image-right:after {
    display: none; }
  .cat_home .image-left .opisanie .title {
    font-size: 24px;
    line-height: 28px; }
  .cat_home .image-right ul {
    padding: 0; }
  .cat_home .image-right .more {
    margin-left: 0; }
  #home_about .title {
    font-size: 20px;
    line-height: 24px; }
  #home_about .sub_title_block .sub_title {
    font-size: 16px;
    line-height: 20px; }
  #widget_news {
    padding: 0 15px; }
  #subscribe_block .title, #widget_news .title {
    font-size: 20px;
    line-height: 24px; }
  #subscribe_block #subscribe_type {
    margin-top: 10px; }
  #subscribe_block #subscribe_type .form-group {
    width: calc(100% - 40px);
    float: left; }
  #subscribe_block .checkbox_custom .input-control {
    padding-left: 30px; }
  #footer .payment {
    overflow: hidden;
    margin-bottom: 15px; }
  #footer .copyright {
    padding-top: 0; }
  .product-compare-header {
    margin: 0 10px 0 0; }
  .product-compare-header p#compare-total, #cart .wrap-cart .badge {
    margin: 2px 3px 0 5px; }
  .headercart {
    margin-right: 3px; }
  #top_right {
    margin: 0 -15px;
    height: auto; }
  #top_right > div {
    padding-top: 10px; }
  .canvas-menu {
    padding: 5px 15px; }
  .header-bottom {
    height: auto;
    position: relative; }
  #searchtop {
    margin-top: 5px; }
  .rev_slider {
    height: 350px !important; }
  .tabs_product_module {
    margin-top: 0; }
  .home_featured, .home_newest, .page-product .tabs_product_module {
    margin-top: 48px; }
  #home_about {
    margin-bottom: 48px; }
  .bpt {
    height: 48px;
    padding: 0; }
  .logo_mob {
    margin: 0 -15px; }
  .relative {
    position: inherit; }
  #searchtop {
    position: inherit;
    border: 0; }
    #searchtop input.form-control {
      opacity: 0;
      visibility: hidden;
      background: #fff;
      width: 100%;
      position: absolute;
      right: 0;
      top: 100%;
      background: #fff;
      padding: 10px;
      z-index: 2;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
      #searchtop input.form-control.srch {
        opacity: 1;
        visibility: visible; }
        #searchtop input.form-control.srch ~ .srchwall {
          opacity: 1;
          visibility: visible; }
    #searchtop .input-group-btn {
      z-index: 3; }
    #searchtop .btn-search:hover {
      color: #acacac; }
  .logo_mob {
    padding-top: 10px; }
  #cart .cart-outer {
    display: none !important; }
  .list_product_cart > .row {
    border: 0 !important;
    border-bottom: 1px solid #F0F1F3 !important;
    overflow: hidden; }
  .bottom_cart {
    margin: 0; }
  .home_podarok {
    margin-top: 25px; }
  .breadcrumbs {
    padding: 10px 0 0 0; }
  .storage_widget table {
    margin-top: 0; }
  .storage_widget table tr td:last-child span {
    margin-left: 0; }
  #vigoda {
    margin: 0 -15px 48px -15px; }
  .tabs .owl-carousel .owl-prev, .tabs .owl-carousel .owl-next {
    top: calc(50% - 23px);
    background: none !important;
    width: 33px; }
  .tabs .owl-carousel .owl-prev {
    left: -20px; }
  .tabs .owl-carousel .owl-next {
    right: -10px; }
  .tabs_product_module .inner_block:nth-child(2) {
    border-left: 1px solid #F0F1F3; }
  #news_list {
    display: block; }
    #news_list .news_item {
      padding-right: 0; }
  .information-news h1 {
    padding: 15px 0 20px 0; }
  .product-markdown-view .cheaper-item {
    margin: 0; } }

@media (min-width: 425px) and (max-width: 767px) {
  .col-ws-6 {
    width: 50%;
    float: left; }
  .product-block .cart {
    margin-right: -15px; }
  .logo_mob .hidden-xs {
    margin-top: 5px; }
  .logo_mob .hidden-sm {
    display: none !important; } }

@media (max-width: 637px) {
  .success.product-info {
    width: 300px;
    margin-left: -150px;
    padding: 15px 15px 15px 15px; }
    .success.product-info h2 {
      margin-bottom: 15px; }
    .success.product-info .success_button {
      padding: 6px;
      font-size: 13px; }
    .success.product-info .img_product {
      width: 100%;
      text-align: center; }
    .success.product-info .info {
      width: 100%; }
      .success.product-info .info .name {
        margin-bottom: 10px; }
      .success.product-info .info .price {
        margin-bottom: 10px; }
      .success.product-info .info .go_cart, .success.product-info .info .go_shop {
        width: 100%;
        padding-bottom: 5px; }
        .success.product-info .info .go_cart a, .success.product-info .info .go_shop a {
          width: 100%; }
  .defhome .tp-bullets {
    bottom: -25px !important; }
  .defhome .all_action a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px; }
  .more_products {
    padding: 15px 0; }
  #widget_news .link {
    margin-left: 0;
    margin-right: 0; }
  .footer-center {
    padding-top: 0; }
  .footer-center .box .box-heading {
    margin: 32px 0 16px 0; }
  .refine-search {
    margin-bottom: 14px; }
    .refine-search .list-inline {
      margin: 0 -15px; }
  .product-filter {
    margin: 0 -15px 32px -15px; }
    .product-filter .filter-right {
      border-bottom: 1px solid #F0F1F3; }
  #products {
    border: 0; }
  .paging .pagination > li {
    height: 40px;
    line-height: 40px;
    width: 40px; }
    .paging .pagination > li span {
      line-height: 40px; }
    .paging .pagination > li a {
      line-height: 40px; }
  .page-product .breadcrumbs .breadcrumb > li:last-child {
    display: none; }
  #kupit_mob {
    padding: 17px 16px 15px 16px; }
    #kupit_mob button {
      font-size: 16px;
      line-height: 24px;
      padding: 8px 0 7px 0; }
      #kupit_mob button .price-old {
        font-size: 14px; }
  .tabs_product_module .title_module span, .page-product .tabs_product_module .title_module span {
    font-size: 20px; }
  .container-inside {
    margin: 0; }
  .list_product_cart {
    padding: 0; }
  .bottom_cart, #buy_form_wrapper #promo_kod {
    margin: 0 -15px; }
  .cart_title2 {
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 32px 0 !important; }
  #shipping_methods .tabs .tabs__caption li {
    text-align: left;
    margin-bottom: 16px;
    padding: 0; }
  .cart_title3 {
    font-size: 16px;
    line-height: 20px; }
  .radio_custom .input-control, .radio_custom .list_of_points {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  #shipping_methods .radio_custom {
    padding: 18px 16px; }
  #shipping_methods .tabs .tabs__content {
    padding-bottom: 10px; }
  #comment_block .form-group {
    margin: 0 -15px; }
  .checkbox_custom .input-control {
    padding-top: 0; }
  .page-product {
    padding-bottom: 72px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  .cat-items {
    margin: 0 0 14px 0; }
  #footer {
    background: url("../image/footer2.jpg") center center no-repeat; } }

@media (max-width: 570px) {
  #powered > .container {
    padding: 0; } }

@media (max-width: 480px) {
  .product-filter .filter-right > div {
    margin-bottom: 5px; }
    .product-filter .filter-right > div.limit {
      display: none; }
  .product-list .product-col .block-img {
    float: none;
    width: 100%; }
  .product-list .product-meta {
    padding: 20px; }
  .tab-v6 .nav-tabs > li > a {
    padding: 15px 10px;
    font-size: 13px; }
  .tab-v7 .nav-tabs > li.active::before {
    content: none; }
  .pav-blogs .blog-body {
    overflow: visible; }
  .header-top .headercart {
    flex: 1 0 120px; }
  .fancy_holiday_works {
    width: 90% !important; }
    .fancy_holiday_works .fancybox-inner {
      width: 100% !important; }
  .holiday_table {
    width: 100%; }
    .holiday_table td {
      font-size: 13px; } }

@media (max-width: 424px) {
  .tabs_product_module .title_module {
    height: auto !important;
    padding-top: 7px;
    padding-bottom: 7px; }
  .logo_mob .hidden-xs {
    margin-top: 5px;
    margin-left: 3px;
    display: block !important; }
  .logo_mob .hidden-sm {
    display: none !important; }
  .product-markdown-view .wrapper-credit-group, .product-markdown-view .cart {
    flex-direction: column; }
  .product-markdown-view .product-meta .cart button {
    width: 100%; } }

@media (max-width: 360px) {
  .category_widget .type1 h2 a {
    font-size: 13px;
    padding: 28px 0; }
  .header-bottom .logo-container span {
    font-size: 2.5vw;
    top: 0;
    left: calc(19px + 100vw / 320); }
  .product-info .tabs {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 480px) {
  .product-grid .product-block {
    width: 100%; } }

/*# sourceMappingURL=stylesheet.css.map */
